(1.0ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (1.0ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.9ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (0.7ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'  (0.7ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.9ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (0.8ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.4ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "755aa520dbc335f506fe67e2f1d35551"], ["access_token", "7edae481ffac5e7e8fa9693f2341b78c"], ["openstax_uid", 1], ["created_at", "2016-06-16 21:19:37.020167"], ["updated_at", "2016-06-16 21:19:37.020167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a6207d85c7ef44d06a0fc1378d9bc9c7"], ["created_at", "2016-06-16 21:19:37.026996"], ["updated_at", "2016-06-16 21:19:37.026996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:52108/logout Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "7c3074e38ca49da7e2a7fb3ef61926f9"], ["created_at", "2016-06-16 21:19:37.061262"], ["updated_at", "2016-06-16 21:19:37.061262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "947e0742d2713b632069b3e431c1f413"], ["created_at", "2016-06-16 21:19:37.068025"], ["updated_at", "2016-06-16 21:19:37.068025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "f64e065771efd1bd8b620ba68e34f165"], ["created_at", "2016-06-16 21:19:37.073681"], ["updated_at", "2016-06-16 21:19:37.073681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "26b233595a64dae84a83cad10efc6322"], ["created_at", "2016-06-16 21:19:37.087771"], ["updated_at", "2016-06-16 21:19:37.087771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "7e1eebb475d54f545bfbbd966c87edb8"], ["created_at", "2016-06-16 21:19:37.094174"], ["updated_at", "2016-06-16 21:19:37.094174"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "7f013493270e2c96a692a98adcaa7f27"], ["created_at", "2016-06-16 21:19:37.101303"], ["updated_at", "2016-06-16 21:19:37.101303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2071369392 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2071369392], ["username", "jstrav"], ["access_token", "7edb8163e279aa3a6fe966f501b84e24"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:37.109619"], ["updated_at", "2016-06-16 21:19:37.109619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1991986827 LIMIT 1 SQL (0.9ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1991986827], ["username", "mary"], ["access_token", "bd4f7a1f11dcbffc509de41984847df6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:37.111841"], ["updated_at", "2016-06-16 21:19:37.111841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -155301390 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -155301390], ["username", "jstead"], ["access_token", "8f198b9f17b3a39e140d126d82961e91"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:37.114579"], ["updated_at", "2016-06-16 21:19:37.114579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -420148569 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -420148569], ["username", "bigbear"], ["access_token", "babe7f97db9eea6d0c71f670b062b35c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:37.116349"], ["updated_at", "2016-06-16 21:19:37.116349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1533360096 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1533360096], ["username", "billy_00"], ["access_token", "6aa89ea679eea437e54ef009180c511b"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:19:37.118106"], ["updated_at", "2016-06-16 21:19:37.118106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2036541099 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2036541099], ["username", "billy_01"], ["access_token", "8156721d107c79a4be0df0949b802cd4"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:19:37.119851"], ["updated_at", "2016-06-16 21:19:37.119851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972750587 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1972750587], ["username", "billy_02"], ["access_token", "1e4743c887b965305c6765d4affec118"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:19:37.121682"], ["updated_at", "2016-06-16 21:19:37.121682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -912149098 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -912149098], ["username", "billy_03"], ["access_token", "1117dd7b7e267ab40e5f6805b0f506de"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:19:37.123468"], ["updated_at", "2016-06-16 21:19:37.123468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1254122043 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1254122043], ["username", "billy_04"], ["access_token", "429fb5274b3559f5b707b4e9ce3b079d"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:37.125255"], ["updated_at", "2016-06-16 21:19:37.125255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1419347026 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1419347026], ["username", "billy_05"], ["access_token", "543ad22d6789322b7f48b61bbb347d08"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:37.126995"], ["updated_at", "2016-06-16 21:19:37.126995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668093238 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1668093238], ["username", "billy_06"], ["access_token", "4845fe65cbacc4f89694606356f79d2f"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:37.129052"], ["updated_at", "2016-06-16 21:19:37.129052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1135623605 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1135623605], ["username", "billy_07"], ["access_token", "5bb3597d06c9c924fd4d07a070943462"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:37.130854"], ["updated_at", "2016-06-16 21:19:37.130854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2082534542 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2082534542], ["username", "billy_08"], ["access_token", "40c0e9879d040245dab1b617b1af5105"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:37.132665"], ["updated_at", "2016-06-16 21:19:37.132665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1041093897 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1041093897], ["username", "billy_09"], ["access_token", "1ba2b0b624867d3edb1e0fa5a27d8686"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:37.134823"], ["updated_at", "2016-06-16 21:19:37.134823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1882836867 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1882836867], ["username", "billy_10"], ["access_token", "2b8ed24c6b71052118bb15526b8ddb9c"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:37.136716"], ["updated_at", "2016-06-16 21:19:37.136716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -884661887 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -884661887], ["username", "billy_11"], ["access_token", "a024d4aaf4b1863208cb499c3022444f"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:37.138470"], ["updated_at", "2016-06-16 21:19:37.138470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1935302634 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1935302634], ["username", "billy_12"], ["access_token", "1dcc3d0dfd0c52b2a346eb67d76dbdb3"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:37.140187"], ["updated_at", "2016-06-16 21:19:37.140187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -686845859 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -686845859], ["username", "billy_13"], ["access_token", "aa60ac12c4b678e86b98fa9a10566aaa"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:37.141983"], ["updated_at", "2016-06-16 21:19:37.141983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1728474908 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1728474908], ["username", "billy_14"], ["access_token", "cc3e6a512ab8ef802564b6877d7f0368"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:37.143899"], ["updated_at", "2016-06-16 21:19:37.143899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806561907 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1806561907], ["username", "billy_15"], ["access_token", "f1868a0e87d6b4fee4582ed76c6027af"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:37.145868"], ["updated_at", "2016-06-16 21:19:37.145868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070613296 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2070613296], ["username", "billy_16"], ["access_token", "693c84870b8c417ca248ca1b60195c53"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:37.147867"], ["updated_at", "2016-06-16 21:19:37.147867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1290409293 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1290409293], ["username", "billy_17"], ["access_token", "2c88ab0befa30430ba492929ecc3dc2f"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:37.149732"], ["updated_at", "2016-06-16 21:19:37.149732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1786611447 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1786611447], ["username", "billy_18"], ["access_token", "16cf0d7d8783976089e351c7251b590c"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:37.151576"], ["updated_at", "2016-06-16 21:19:37.151576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1765441280 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1765441280], ["username", "billy_19"], ["access_token", "6b821870bbec65cd03ea01985e281a47"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:37.153572"], ["updated_at", "2016-06-16 21:19:37.153572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -213429862 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -213429862], ["username", "billy_20"], ["access_token", "7af480a7ff830ffb4c1c80435ee993f9"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:37.155465"], ["updated_at", "2016-06-16 21:19:37.155465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1306401403 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1306401403], ["username", "billy_21"], ["access_token", "308f513592d3f5aef4350f71b499b822"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:37.157230"], ["updated_at", "2016-06-16 21:19:37.157230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1496891383 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1496891383], ["username", "billy_22"], ["access_token", "05a40edd93f161a8f9705c6979aaa82e"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:37.159148"], ["updated_at", "2016-06-16 21:19:37.159148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -905585723 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -905585723], ["username", "billy_23"], ["access_token", "e9ca80846478146a5480d69d286dfcab"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:37.161719"], ["updated_at", "2016-06-16 21:19:37.161719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1103031634 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1103031634], ["username", "billy_24"], ["access_token", "64f4907a6feb04bf7f6c72532d1c7f82"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:37.163715"], ["updated_at", "2016-06-16 21:19:37.163715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1336300326 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1336300326], ["username", "billy_25"], ["access_token", "fafef6893884cdca622be6887e723c9f"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:37.165677"], ["updated_at", "2016-06-16 21:19:37.165677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1126198457 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1126198457], ["username", "billy_26"], ["access_token", "12674966f153bbf9640b5ad36b246f07"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:37.167750"], ["updated_at", "2016-06-16 21:19:37.167750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947150387 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -947150387], ["username", "billy_27"], ["access_token", "3c0979c271cf672fb27bfa48acb9fe8d"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:37.169482"], ["updated_at", "2016-06-16 21:19:37.169482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1850405742 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1850405742], ["username", "billy_28"], ["access_token", "e49a470a95e11e10a75053b77b17d3f1"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:37.171446"], ["updated_at", "2016-06-16 21:19:37.171446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1852794656 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1852794656], ["username", "billy_29"], ["access_token", "b642a1e455690f40e343ce9c56a518b4"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:37.173289"], ["updated_at", "2016-06-16 21:19:37.173289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -964085291 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -964085291], ["username", "billy_30"], ["access_token", "296ccd4076716838641aaad21c96823f"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:37.175090"], ["updated_at", "2016-06-16 21:19:37.175090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -302785823 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -302785823], ["username", "billy_31"], ["access_token", "dadfd971328e756ad70b2dd53bf959a7"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:37.176830"], ["updated_at", "2016-06-16 21:19:37.176830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2064689061 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2064689061], ["username", "billy_32"], ["access_token", "58f4853c35dacf819a3f6b2c6e5e3be3"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:37.178553"], ["updated_at", "2016-06-16 21:19:37.178553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2095748573 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2095748573], ["username", "billy_33"], ["access_token", "802692cec5297744ae5ff86603171640"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:37.180360"], ["updated_at", "2016-06-16 21:19:37.180360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1486054850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1486054850], ["username", "billy_34"], ["access_token", "e77278f532a7b964d8909b7ae09881f6"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:37.182167"], ["updated_at", "2016-06-16 21:19:37.182167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378420552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -378420552], ["username", "billy_35"], ["access_token", "ef79a8c52aa6102c973f570892aba12a"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:37.183919"], ["updated_at", "2016-06-16 21:19:37.183919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1478776823 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1478776823], ["username", "billy_36"], ["access_token", "7f164f35eab432ec10e8da09955defce"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:37.185654"], ["updated_at", "2016-06-16 21:19:37.185654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1705659258 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1705659258], ["username", "billy_37"], ["access_token", "4d22bd0334be9786ea7fcc04efc4f808"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:37.187407"], ["updated_at", "2016-06-16 21:19:37.187407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093993299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2093993299], ["username", "billy_38"], ["access_token", "904df5294b512a41c96b4be5db3ff119"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:37.189142"], ["updated_at", "2016-06-16 21:19:37.189142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1313928861 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1313928861], ["username", "billy_39"], ["access_token", "30148e1e40baecf605287bac8880c0cc"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:37.190990"], ["updated_at", "2016-06-16 21:19:37.190990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -16574497 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -16574497], ["username", "billy_40"], ["access_token", "b2a356c1d5f3e9adcee88fd57e5fa117"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:37.193010"], ["updated_at", "2016-06-16 21:19:37.193010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406208581 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -406208581], ["username", "billy_41"], ["access_token", "6b113fd71d657d33dc2d0caccfff3c8c"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:37.194839"], ["updated_at", "2016-06-16 21:19:37.194839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1304727374 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1304727374], ["username", "billy_42"], ["access_token", "2213d0155cc9368f550d4ac4a881dd48"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:37.196772"], ["updated_at", "2016-06-16 21:19:37.196772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1026478624 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1026478624], ["username", "billy_43"], ["access_token", "f73097b3cef0a278601ef659b5f8737d"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:37.198600"], ["updated_at", "2016-06-16 21:19:37.198600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -240471418 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -240471418], ["username", "billy_44"], ["access_token", "06624dd9acb6f22369d6e28c1bde1d22"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:37.200718"], ["updated_at", "2016-06-16 21:19:37.200718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1644184545 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1644184545], ["username", "billy_45"], ["access_token", "868eaf7a244c7f6aa35068b19e374cbd"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:37.202525"], ["updated_at", "2016-06-16 21:19:37.202525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -511119430 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -511119430], ["username", "billy_46"], ["access_token", "e1938cf8095ec616ae52b159d288e16b"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:37.204345"], ["updated_at", "2016-06-16 21:19:37.204345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575647163 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -575647163], ["username", "billy_47"], ["access_token", "d6c8f70505052ded1af06e17124c088d"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:37.206229"], ["updated_at", "2016-06-16 21:19:37.206229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -951044131 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -951044131], ["username", "billy_48"], ["access_token", "19458b3c47366dbb6f78d24609b754dd"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:37.208152"], ["updated_at", "2016-06-16 21:19:37.208152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1820352932 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1820352932], ["username", "billy_49"], ["access_token", "ed2136d7e9f3b98378ad28721a3c10d8"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:37.210035"], ["updated_at", "2016-06-16 21:19:37.210035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -683678581 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -683678581], ["username", "jstrav"], ["access_token", "315badc5ded0f248ba9b9a6abb100d18"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:37.265372"], ["updated_at", "2016-06-16 21:19:37.265372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -46437191 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -46437191], ["username", "mary"], ["access_token", "cf8fb3858bc4074a51f4354c097a0027"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:37.267603"], ["updated_at", "2016-06-16 21:19:37.267603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -668224489 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -668224489], ["username", "jstead"], ["access_token", "9366476f81fe8b064dcac2bcef98ac05"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:37.269524"], ["updated_at", "2016-06-16 21:19:37.269524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1175274645 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1175274645], ["username", "bigbear"], ["access_token", "142d674f86310612fc731a7514143e16"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:37.271387"], ["updated_at", "2016-06-16 21:19:37.271387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1255248952 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1255248952], ["username", "billy_00"], ["access_token", "a8265357c4046c12f1c0e42517eff8ba"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:19:37.273216"], ["updated_at", "2016-06-16 21:19:37.273216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -547943788 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -547943788], ["username", "billy_01"], ["access_token", "631865bf042c388d91cb1eb5158b18d9"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:19:37.275243"], ["updated_at", "2016-06-16 21:19:37.275243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1291497625 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1291497625], ["username", "billy_02"], ["access_token", "b4cc32966e02084ba0923767dba6eb0b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:19:37.277192"], ["updated_at", "2016-06-16 21:19:37.277192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2140024511 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2140024511], ["username", "billy_03"], ["access_token", "bbc2a9d6b837793c286f827f49881437"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:19:37.279463"], ["updated_at", "2016-06-16 21:19:37.279463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -85223771 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -85223771], ["username", "billy_04"], ["access_token", "4a2354c2efdb15d10c17b1b01a518c65"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:37.281395"], ["updated_at", "2016-06-16 21:19:37.281395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1903918717 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1903918717], ["username", "billy_05"], ["access_token", "a34214ab09e79b71412bea88ba961499"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:37.283203"], ["updated_at", "2016-06-16 21:19:37.283203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -534061154 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -534061154], ["username", "billy_06"], ["access_token", "24cb74962d9ce5033fa1a37e35a6cd64"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:37.284950"], ["updated_at", "2016-06-16 21:19:37.284950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -924444706 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -924444706], ["username", "billy_07"], ["access_token", "3435105a7c0b72fab131d16ff10a59d2"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:37.286957"], ["updated_at", "2016-06-16 21:19:37.286957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171484549 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1171484549], ["username", "billy_08"], ["access_token", "661d7950599b1e9ce77abccc68bd002c"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:37.288826"], ["updated_at", "2016-06-16 21:19:37.288826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1595182424 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1595182424], ["username", "billy_09"], ["access_token", "743477d4469755cace4f1d417fd05683"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:37.290616"], ["updated_at", "2016-06-16 21:19:37.290616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1764938553 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1764938553], ["username", "billy_10"], ["access_token", "0b7b8ed00f07a53bbdcc5ee6f7145c33"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:37.292380"], ["updated_at", "2016-06-16 21:19:37.292380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -812208214 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -812208214], ["username", "billy_11"], ["access_token", "5caca0c90a845af084065c2d77ba2eb0"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:37.294127"], ["updated_at", "2016-06-16 21:19:37.294127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1986272754 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1986272754], ["username", "billy_12"], ["access_token", "9747f7de486821c6cbe78f0626766823"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:37.295877"], ["updated_at", "2016-06-16 21:19:37.295877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975079865 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1975079865], ["username", "billy_13"], ["access_token", "3d28d00186c9ba3c77b21b6ddfcbad20"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:37.297667"], ["updated_at", "2016-06-16 21:19:37.297667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726026792 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -726026792], ["username", "billy_14"], ["access_token", "ac9f8435c1e929c336901b9c34049315"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:37.299405"], ["updated_at", "2016-06-16 21:19:37.299405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024293593 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2024293593], ["username", "billy_15"], ["access_token", "e2b3129bd64e0173b52664612e32e9e8"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:37.301188"], ["updated_at", "2016-06-16 21:19:37.301188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -45849006 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -45849006], ["username", "billy_16"], ["access_token", "c8f055721722a1a24aa11b1c000d033e"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:37.302934"], ["updated_at", "2016-06-16 21:19:37.302934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -126387823 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -126387823], ["username", "billy_17"], ["access_token", "ce14f8a34faebad49de9c73f689b5907"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:37.304738"], ["updated_at", "2016-06-16 21:19:37.304738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -194853165 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -194853165], ["username", "billy_18"], ["access_token", "6c79e5e6c806b8e3aec0e94d93fcad91"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:37.306480"], ["updated_at", "2016-06-16 21:19:37.306480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -509699641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -509699641], ["username", "billy_19"], ["access_token", "e9dca9558b5460d9019ba3fd19604ada"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:37.308251"], ["updated_at", "2016-06-16 21:19:37.308251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1690673745 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1690673745], ["username", "billy_20"], ["access_token", "78eb0715a37c7b7ec827e99ebcca5291"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:37.310048"], ["updated_at", "2016-06-16 21:19:37.310048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1774912523 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1774912523], ["username", "billy_21"], ["access_token", "d35276db4171bb510505dc2ad70383ba"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:37.311799"], ["updated_at", "2016-06-16 21:19:37.311799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -270508360 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -270508360], ["username", "billy_22"], ["access_token", "33120cbb56d15b9078bd630211c97edd"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:37.313570"], ["updated_at", "2016-06-16 21:19:37.313570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1100609534 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1100609534], ["username", "billy_23"], ["access_token", "4ced7e13dbac406652482b6bc5e69376"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:37.315322"], ["updated_at", "2016-06-16 21:19:37.315322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1146322868 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1146322868], ["username", "billy_24"], ["access_token", "06006b8cb5709fdbddae58a0579efe31"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:37.317084"], ["updated_at", "2016-06-16 21:19:37.317084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1845205484 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1845205484], ["username", "billy_25"], ["access_token", "f98f3768185f2a045b988b039d7ebca7"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:37.319049"], ["updated_at", "2016-06-16 21:19:37.319049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -643457089 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -643457089], ["username", "billy_26"], ["access_token", "107268d133354ee639ed39cf3b7e8db1"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:37.320824"], ["updated_at", "2016-06-16 21:19:37.320824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -80700685 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -80700685], ["username", "billy_27"], ["access_token", "8cd2cf897a9c0f6ea22dfd0a58999b64"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:37.322801"], ["updated_at", "2016-06-16 21:19:37.322801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -611281063 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -611281063], ["username", "billy_28"], ["access_token", "59735deb5952077ab6a536445c1d8cd5"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:37.324571"], ["updated_at", "2016-06-16 21:19:37.324571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1434815157 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1434815157], ["username", "billy_29"], ["access_token", "04870e188a9f4169d99516bf16024017"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:37.326344"], ["updated_at", "2016-06-16 21:19:37.326344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990015359 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1990015359], ["username", "billy_30"], ["access_token", "c52819a30ca2ec7dd421e1caf520957e"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:37.328099"], ["updated_at", "2016-06-16 21:19:37.328099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -925872479 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -925872479], ["username", "billy_31"], ["access_token", "bcdaf203b2f7df2e1243bf4803b87b80"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:37.329871"], ["updated_at", "2016-06-16 21:19:37.329871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1876278668 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1876278668], ["username", "billy_32"], ["access_token", "5e6d1f3ae623ed1fe82174cb4cdbf742"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:37.331644"], ["updated_at", "2016-06-16 21:19:37.331644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1304621846 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1304621846], ["username", "billy_33"], ["access_token", "f9a04e253c96233ad3de2966b57728ec"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:37.333394"], ["updated_at", "2016-06-16 21:19:37.333394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677904836 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1677904836], ["username", "billy_34"], ["access_token", "4d60aa8f347f3664174ecf072cc79434"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:37.335150"], ["updated_at", "2016-06-16 21:19:37.335150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1653008572 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1653008572], ["username", "billy_35"], ["access_token", "fe30c0e08807144d05e4024f666d4510"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:37.336895"], ["updated_at", "2016-06-16 21:19:37.336895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088736889 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1088736889], ["username", "billy_36"], ["access_token", "39eabe72f244fd1ca32c83d6ff6dfb06"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:37.338941"], ["updated_at", "2016-06-16 21:19:37.338941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1318841211 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1318841211], ["username", "billy_37"], ["access_token", "afeabd5a6ecf9f8b75ba8c2bf2d24f51"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:37.340676"], ["updated_at", "2016-06-16 21:19:37.340676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730158363 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -730158363], ["username", "billy_38"], ["access_token", "6b680bae018184842618713269683315"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:37.342437"], ["updated_at", "2016-06-16 21:19:37.342437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1134156035 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1134156035], ["username", "billy_39"], ["access_token", "f1deccdec36ca9adc0575d39ef912ee7"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:37.344209"], ["updated_at", "2016-06-16 21:19:37.344209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317553636 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -317553636], ["username", "billy_40"], ["access_token", "975c3c42c25a7d1ff119f17fa84152d1"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:37.345911"], ["updated_at", "2016-06-16 21:19:37.345911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1227870507 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1227870507], ["username", "billy_41"], ["access_token", "d4a082dd7672f1474dfceef6def1994a"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:37.347685"], ["updated_at", "2016-06-16 21:19:37.347685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -764235926 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -764235926], ["username", "billy_42"], ["access_token", "fcd29b16ba6342f8523141a53b8b0f8f"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:37.349493"], ["updated_at", "2016-06-16 21:19:37.349493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1939005949 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1939005949], ["username", "billy_43"], ["access_token", "556fdf3e5801771bfb5c5070745b44ee"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:37.351482"], ["updated_at", "2016-06-16 21:19:37.351482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -344490191 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -344490191], ["username", "billy_44"], ["access_token", "ae385665aaf45a69e354409ae64f56f0"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:37.353391"], ["updated_at", "2016-06-16 21:19:37.353391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2014153633 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2014153633], ["username", "billy_45"], ["access_token", "d63929d09d5c9bb1e22241619a263a1b"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:37.355319"], ["updated_at", "2016-06-16 21:19:37.355319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2004673754 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2004673754], ["username", "billy_46"], ["access_token", "f07971e7b87a5a6a0746b6e1a55d1b92"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:37.357088"], ["updated_at", "2016-06-16 21:19:37.357088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869507054 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -869507054], ["username", "billy_47"], ["access_token", "6fb0361cc71d5800273ca01498d7e59f"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:37.358937"], ["updated_at", "2016-06-16 21:19:37.358937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -642000880 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -642000880], ["username", "billy_48"], ["access_token", "8b2738371de8415b94c6e263c4467b34"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:37.360716"], ["updated_at", "2016-06-16 21:19:37.360716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848407869 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -848407869], ["username", "billy_49"], ["access_token", "3bb4f2cd9b2659bdf95a5bebf3444604"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:37.362885"], ["updated_at", "2016-06-16 21:19:37.362885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -516180955 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -516180955], ["username", "jstrav"], ["access_token", "a41e67527e9955d7c643b8ace16d7f60"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:37.370614"], ["updated_at", "2016-06-16 21:19:37.370614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660842818 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1660842818], ["username", "mary"], ["access_token", "03a91ec024904a9c0a1eb39a4e574404"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:37.373052"], ["updated_at", "2016-06-16 21:19:37.373052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730848495 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -730848495], ["username", "jstead"], ["access_token", "b134df8998e084de480bc260f54b2ea9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:37.375627"], ["updated_at", "2016-06-16 21:19:37.375627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -61603112 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -61603112], ["username", "bigbear"], ["access_token", "3450ccb63c227e6cc0ca59479bdbfc11"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:37.378712"], ["updated_at", "2016-06-16 21:19:37.378712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1833222632 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1833222632], ["username", "billy_00"], ["access_token", "cdfe218f153b70a56a0566cbfec1e19c"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:19:37.381028"], ["updated_at", "2016-06-16 21:19:37.381028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -616861882 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -616861882], ["username", "billy_01"], ["access_token", "80f6057ec8a92cd436b0122e3086a858"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:19:37.383412"], ["updated_at", "2016-06-16 21:19:37.383412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1411482080 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1411482080], ["username", "billy_02"], ["access_token", "1de4d2cf63bf96433a1243e9261652a9"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:19:37.385563"], ["updated_at", "2016-06-16 21:19:37.385563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66387034 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -66387034], ["username", "billy_03"], ["access_token", "736326ae95a12e1c5a4fff08e59a78cc"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:19:37.387779"], ["updated_at", "2016-06-16 21:19:37.387779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -650600631 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -650600631], ["username", "billy_04"], ["access_token", "89d774a980482b9c91755abfb4c71f9b"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:37.389899"], ["updated_at", "2016-06-16 21:19:37.389899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1881002274 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1881002274], ["username", "billy_05"], ["access_token", "a167b19b7358f028836b700911b2e9bf"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:37.392364"], ["updated_at", "2016-06-16 21:19:37.392364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -654517096 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -654517096], ["username", "billy_06"], ["access_token", "f334dce6c704b9955020500dad67f873"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:37.394351"], ["updated_at", "2016-06-16 21:19:37.394351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -457561105 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -457561105], ["username", "billy_07"], ["access_token", "d0996319d2bfd7b4bc61e91a0ad95249"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:37.396227"], ["updated_at", "2016-06-16 21:19:37.396227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2079688004 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2079688004], ["username", "billy_08"], ["access_token", "31a00577dbd677a6207b016efdb6bb6a"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:37.398044"], ["updated_at", "2016-06-16 21:19:37.398044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378952951 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -378952951], ["username", "billy_09"], ["access_token", "0c61b947d3c35a887b035bafa6218b5e"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:37.399916"], ["updated_at", "2016-06-16 21:19:37.399916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -349768624 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -349768624], ["username", "billy_10"], ["access_token", "ac36f8ada9bc7ef9e060c110534b2e64"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:37.401978"], ["updated_at", "2016-06-16 21:19:37.401978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045101299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2045101299], ["username", "billy_11"], ["access_token", "4dd1c5889fc99b228d4872852c932b63"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:37.403997"], ["updated_at", "2016-06-16 21:19:37.403997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1349816629 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1349816629], ["username", "billy_12"], ["access_token", "3437dbc00a018cc472f68b947b8342ab"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:37.406015"], ["updated_at", "2016-06-16 21:19:37.406015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -461875818 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -461875818], ["username", "billy_13"], ["access_token", "68c890769c4f08d2be39d2a19affae0d"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:37.407942"], ["updated_at", "2016-06-16 21:19:37.407942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -391597345 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -391597345], ["username", "billy_14"], ["access_token", "c9ea0aaa06692cab15c431000cd021dc"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:37.410539"], ["updated_at", "2016-06-16 21:19:37.410539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1385099218 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1385099218], ["username", "billy_15"], ["access_token", "e9b3425c0d1a522579fa26a106be0df5"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:37.412896"], ["updated_at", "2016-06-16 21:19:37.412896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1871693474 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1871693474], ["username", "billy_16"], ["access_token", "f72ae7d57e3dad96770ea1f033642354"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:37.414867"], ["updated_at", "2016-06-16 21:19:37.414867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1444477784 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1444477784], ["username", "billy_17"], ["access_token", "7533b20ab65bd2b2d5b5655e33eb2efe"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:37.416638"], ["updated_at", "2016-06-16 21:19:37.416638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1763915101 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1763915101], ["username", "billy_18"], ["access_token", "71e09632956f28e42101fd8fc7b3b138"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:37.418403"], ["updated_at", "2016-06-16 21:19:37.418403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1494444937 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1494444937], ["username", "billy_19"], ["access_token", "c7f9cfac9c6128504b9c507447e20944"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:37.420155"], ["updated_at", "2016-06-16 21:19:37.420155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776940276 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -776940276], ["username", "billy_20"], ["access_token", "380d7b85679d7095f0cb214b7aed1838"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:37.421894"], ["updated_at", "2016-06-16 21:19:37.421894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1180429595 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1180429595], ["username", "billy_21"], ["access_token", "3390ece92a26fe91336a95e2eb7c72d1"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:37.423588"], ["updated_at", "2016-06-16 21:19:37.423588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -162266712 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -162266712], ["username", "billy_22"], ["access_token", "b262f58be30efd07e2285bbc93ca51f0"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:37.425344"], ["updated_at", "2016-06-16 21:19:37.425344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1641427732 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1641427732], ["username", "billy_23"], ["access_token", "2b78745e8c1c5ae6e78bb8f32f967444"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:37.427114"], ["updated_at", "2016-06-16 21:19:37.427114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -747006022 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -747006022], ["username", "billy_24"], ["access_token", "f4f208c6edc12c6f9012b1c4a9d883ea"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:37.428869"], ["updated_at", "2016-06-16 21:19:37.428869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -617856493 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -617856493], ["username", "billy_25"], ["access_token", "3a7e445cc276fd5843d21c7266a0b067"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:37.430585"], ["updated_at", "2016-06-16 21:19:37.430585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -105966111 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -105966111], ["username", "billy_26"], ["access_token", "ab0c0c6f9cbe12e0a50d6c0007723de9"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:37.432314"], ["updated_at", "2016-06-16 21:19:37.432314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1219766588 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1219766588], ["username", "billy_27"], ["access_token", "201541f1a6ab4430e72ec363076a3ee9"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:37.434036"], ["updated_at", "2016-06-16 21:19:37.434036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1192303664 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1192303664], ["username", "billy_28"], ["access_token", "ec5097f1c365e7e7dacda3eb5f4eb05b"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:37.435790"], ["updated_at", "2016-06-16 21:19:37.435790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2117152044 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2117152044], ["username", "billy_29"], ["access_token", "55018158529090131840fef6f233e39b"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:37.437609"], ["updated_at", "2016-06-16 21:19:37.437609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605818610 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1605818610], ["username", "billy_30"], ["access_token", "02f16adf70f7598999225d23b062a208"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:37.439637"], ["updated_at", "2016-06-16 21:19:37.439637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943607147 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -943607147], ["username", "billy_31"], ["access_token", "4b1d5af52e72eab57d6202cce31534b8"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:37.441425"], ["updated_at", "2016-06-16 21:19:37.441425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719906787 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -719906787], ["username", "billy_32"], ["access_token", "09463e403e091920f50cb010cd59f2a6"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:37.443234"], ["updated_at", "2016-06-16 21:19:37.443234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641052811 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -641052811], ["username", "billy_33"], ["access_token", "eb4bcd936a9abf522e442516de394cbe"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:37.445031"], ["updated_at", "2016-06-16 21:19:37.445031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1406946011 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1406946011], ["username", "billy_34"], ["access_token", "b350366a7579916a056fe3c5daad39c4"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:37.447005"], ["updated_at", "2016-06-16 21:19:37.447005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1652063270 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1652063270], ["username", "billy_35"], ["access_token", "900510dd87b3647a749e8f09d0608eb7"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:37.448755"], ["updated_at", "2016-06-16 21:19:37.448755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361317834 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -361317834], ["username", "billy_36"], ["access_token", "d4d23455089e458fcc34cec9a97facd6"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:37.450463"], ["updated_at", "2016-06-16 21:19:37.450463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013510122 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2013510122], ["username", "billy_37"], ["access_token", "e0f656d61542fb220be8a16b5b5bf7ac"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:37.452219"], ["updated_at", "2016-06-16 21:19:37.452219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -634918560 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -634918560], ["username", "billy_38"], ["access_token", "767031591bfca1912abf348ecc7bad81"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:37.453940"], ["updated_at", "2016-06-16 21:19:37.453940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141672465 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2141672465], ["username", "billy_39"], ["access_token", "399b2980c9698671a55066791fb4785f"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:37.455698"], ["updated_at", "2016-06-16 21:19:37.455698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -122588405 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -122588405], ["username", "billy_40"], ["access_token", "706cf453f4578fbbe0bc853e5c621cf6"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:37.457419"], ["updated_at", "2016-06-16 21:19:37.457419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619403404 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1619403404], ["username", "billy_41"], ["access_token", "e0c6af864eba58a060b191547f704377"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:37.459198"], ["updated_at", "2016-06-16 21:19:37.459198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769876288 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1769876288], ["username", "billy_42"], ["access_token", "b6386ed0570e0ae2179eb69704fb699d"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:37.460939"], ["updated_at", "2016-06-16 21:19:37.460939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1791931631 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1791931631], ["username", "billy_43"], ["access_token", "ede6ca8d3456b8320e12f54ab95c75c0"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:37.462715"], ["updated_at", "2016-06-16 21:19:37.462715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -779577372 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -779577372], ["username", "billy_44"], ["access_token", "d77e9543234d953a47bc50ff3c327d1d"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:37.464585"], ["updated_at", "2016-06-16 21:19:37.464585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -120130558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -120130558], ["username", "billy_45"], ["access_token", "a5fd538b082f80cecfa747e91fe858b7"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:37.466767"], ["updated_at", "2016-06-16 21:19:37.466767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1561738670 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1561738670], ["username", "billy_46"], ["access_token", "6c46ac25d4a99979f93ee4aebdd58eca"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:37.468952"], ["updated_at", "2016-06-16 21:19:37.468952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1864756050 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1864756050], ["username", "billy_47"], ["access_token", "ff4bd36a28b813bd7b1e92f8131b646c"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:37.470808"], ["updated_at", "2016-06-16 21:19:37.470808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1145296868 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1145296868], ["username", "billy_48"], ["access_token", "6b9ccb556b16ea0c52a1f6b9c81097bc"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:37.472583"], ["updated_at", "2016-06-16 21:19:37.472583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -631594566 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -631594566], ["username", "billy_49"], ["access_token", "c0bc0d0439c1ed99b2df37e81d30ba44"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:37.474329"], ["updated_at", "2016-06-16 21:19:37.474329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-06-16 21:19:37.491954"], ["updated_at", "2016-06-16 21:19:37.491954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-06-16 21:19:37.493886"], ["updated_at", "2016-06-16 21:19:37.493886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-06-16 21:19:37.501316"], ["updated_at", "2016-06-16 21:19:37.501316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2016-06-16 21:19:37.512066"], ["updated_at", "2016-06-16 21:19:37.512066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-06-16 21:19:37.513769"], ["updated_at", "2016-06-16 21:19:37.513769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-06-16 21:19:37.520245"], ["updated_at", "2016-06-16 21:19:37.520245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2016-06-16 21:19:37.530925"], ["updated_at", "2016-06-16 21:19:37.530925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2016-06-16 21:19:37.616736"], ["updated_at", "2016-06-16 21:19:37.616736"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-06-16 21:19:37.618384"], ["updated_at", "2016-06-16 21:19:37.618384"]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-06-16 21:19:37.619868"], ["updated_at", "2016-06-16 21:19:37.619868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-06-16 21:19:37.625160"], ["updated_at", "2016-06-16 21:19:37.625160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-06-16 21:19:37.627402"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-06-16 21:19:37.685529"], ["updated_at", "2016-06-16 21:19:37.685529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-06-16 21:19:37.690720"], ["updated_at", "2016-06-16 21:19:37.690720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-06-16 21:19:37.694256"], ["updated_at", "2016-06-16 21:19:37.694256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]  (0.6ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1578827767 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1578827767], ["username", "jstrav"], ["access_token", "a24c9757745efc220c0624ff60da7bdf"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:37.729240"], ["updated_at", "2016-06-16 21:19:37.729240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -528493359 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -528493359], ["username", "mary"], ["access_token", "f7c5ec4d6bc6ef44ad6a15934fb57ecc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:37.732100"], ["updated_at", "2016-06-16 21:19:37.732100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1323029448 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1323029448], ["username", "jstead"], ["access_token", "6366cbe8f782b0bc81b5808a463b13c7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:37.734547"], ["updated_at", "2016-06-16 21:19:37.734547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -727695669 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -727695669], ["username", "bigbear"], ["access_token", "106723b29c2b76069cd2340d3b27cebb"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:37.736724"], ["updated_at", "2016-06-16 21:19:37.736724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -21958297 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -21958297], ["username", "billy_00"], ["access_token", "bad09de68bcf4b2bf0f4e652e97f0a20"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:19:37.738812"], ["updated_at", "2016-06-16 21:19:37.738812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1422127686 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1422127686], ["username", "billy_01"], ["access_token", "ebe2bf6f4125c577144cc0d2b1eff94f"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:19:37.740827"], ["updated_at", "2016-06-16 21:19:37.740827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -30260750 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -30260750], ["username", "billy_02"], ["access_token", "5ad2ff5957e31dd21f9e3505bc4c6c96"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:19:37.742838"], ["updated_at", "2016-06-16 21:19:37.742838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943540761 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -943540761], ["username", "billy_03"], ["access_token", "f91d63f6c795d56f3b5adfc6e4791892"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:19:37.744825"], ["updated_at", "2016-06-16 21:19:37.744825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -811254734 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -811254734], ["username", "billy_04"], ["access_token", "7e16980b94764869e2adb0aa12297df3"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:37.746799"], ["updated_at", "2016-06-16 21:19:37.746799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1474468160 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1474468160], ["username", "billy_05"], ["access_token", "e01828b386774ecefa0473428fd0a3ae"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:37.748846"], ["updated_at", "2016-06-16 21:19:37.748846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2125078406 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2125078406], ["username", "billy_06"], ["access_token", "7e9b2b1989c47181ecd562563f34b55d"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:37.750857"], ["updated_at", "2016-06-16 21:19:37.750857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1046791529 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1046791529], ["username", "billy_07"], ["access_token", "3c66a5fc6adaed9136856b62d859f536"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:37.752844"], ["updated_at", "2016-06-16 21:19:37.752844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -709663424 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -709663424], ["username", "billy_08"], ["access_token", "1573b96cef9f7b728f60cebc13b8f9cf"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:37.754782"], ["updated_at", "2016-06-16 21:19:37.754782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677286596 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1677286596], ["username", "billy_09"], ["access_token", "1520d2081f2fbcc0e20187795a8bdd91"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:37.756717"], ["updated_at", "2016-06-16 21:19:37.756717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1477815573 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1477815573], ["username", "billy_10"], ["access_token", "a5714da5199bc0956a08bcf5d68c16b8"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:37.758632"], ["updated_at", "2016-06-16 21:19:37.758632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912561082 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1912561082], ["username", "billy_11"], ["access_token", "684900483c1768bbe04811ee284fbb59"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:37.761141"], ["updated_at", "2016-06-16 21:19:37.761141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478988713 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -478988713], ["username", "billy_12"], ["access_token", "a8dc76ddbaa790050ef1b63270e10a4b"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:37.763707"], ["updated_at", "2016-06-16 21:19:37.763707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -810472748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -810472748], ["username", "billy_13"], ["access_token", "30152d0909d880a0bdc46f7c09204461"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:37.766074"], ["updated_at", "2016-06-16 21:19:37.766074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1982490117 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1982490117], ["username", "billy_14"], ["access_token", "797233622a54c36e2584430bad51c269"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:37.768231"], ["updated_at", "2016-06-16 21:19:37.768231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -337927112 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -337927112], ["username", "billy_15"], ["access_token", "a4b9e859121ad746eebaebc98f61f258"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:37.770372"], ["updated_at", "2016-06-16 21:19:37.770372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1435762183 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1435762183], ["username", "billy_16"], ["access_token", "34a5288c421b7f1d222cbee71284fb1b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:37.772566"], ["updated_at", "2016-06-16 21:19:37.772566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -770496315 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -770496315], ["username", "billy_17"], ["access_token", "cd13a48391ade1ef7e3ff8a92568161a"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:37.774600"], ["updated_at", "2016-06-16 21:19:37.774600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -363652116 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -363652116], ["username", "billy_18"], ["access_token", "f4eaa85471ca2461b768670c428004ee"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:37.786641"], ["updated_at", "2016-06-16 21:19:37.786641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -754111822 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -754111822], ["username", "billy_19"], ["access_token", "ed2d15624b3ab95e16ac9a0920d12e97"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:37.788877"], ["updated_at", "2016-06-16 21:19:37.788877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688903605 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -688903605], ["username", "billy_20"], ["access_token", "ec50952460da798c3bacf83726dff7ea"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:37.791034"], ["updated_at", "2016-06-16 21:19:37.791034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -826455927 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -826455927], ["username", "billy_21"], ["access_token", "d6d5ef37a59f49bd6e7698d377c650fe"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:37.793336"], ["updated_at", "2016-06-16 21:19:37.793336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -803735308 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -803735308], ["username", "billy_22"], ["access_token", "80ab8074d3073e32875981c56287c4b3"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:37.795438"], ["updated_at", "2016-06-16 21:19:37.795438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043566379 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1043566379], ["username", "billy_23"], ["access_token", "4391f5fde6f3d2649c4c910e894a8e37"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:37.797501"], ["updated_at", "2016-06-16 21:19:37.797501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -357143921 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -357143921], ["username", "billy_24"], ["access_token", "1366b2d0d5f2bf356ebd361b9ece15c8"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:37.799506"], ["updated_at", "2016-06-16 21:19:37.799506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1163378902 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1163378902], ["username", "billy_25"], ["access_token", "3ac2324e1677116bba38d9569b8f2996"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:37.801493"], ["updated_at", "2016-06-16 21:19:37.801493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1529048957 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1529048957], ["username", "billy_26"], ["access_token", "5eadb101a8c7c58ac792a74560abdb2d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:37.803458"], ["updated_at", "2016-06-16 21:19:37.803458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1927738446 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1927738446], ["username", "billy_27"], ["access_token", "132d6702eaf921fb693f984ab2722385"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:37.805423"], ["updated_at", "2016-06-16 21:19:37.805423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1238392787 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1238392787], ["username", "billy_28"], ["access_token", "701c459e17302aaf822d6916b8024693"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:37.807452"], ["updated_at", "2016-06-16 21:19:37.807452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -250643640 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -250643640], ["username", "billy_29"], ["access_token", "a2c5106279325c8c8d5935d8b91d97bc"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:37.809543"], ["updated_at", "2016-06-16 21:19:37.809543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -246810042 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -246810042], ["username", "billy_30"], ["access_token", "8fcef4c50517534729dcd7a9c7c25f21"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:37.811606"], ["updated_at", "2016-06-16 21:19:37.811606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -970395609 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -970395609], ["username", "billy_31"], ["access_token", "c2463de0770899961ba63a407ad195b8"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:37.813577"], ["updated_at", "2016-06-16 21:19:37.813577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404204974 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -404204974], ["username", "billy_32"], ["access_token", "c92526b7bed784a3c8a72835251c7a9e"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:37.815527"], ["updated_at", "2016-06-16 21:19:37.815527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -148239730 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -148239730], ["username", "billy_33"], ["access_token", "f9bababdbdd1fb70f8bd1dc0916e67be"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:37.817466"], ["updated_at", "2016-06-16 21:19:37.817466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -546118445 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -546118445], ["username", "billy_34"], ["access_token", "3f19faeb6bb110809c07e73899f8a3d2"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:37.819375"], ["updated_at", "2016-06-16 21:19:37.819375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2127438259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2127438259], ["username", "billy_35"], ["access_token", "6f17b25c93e2ce08e34faff66d3270de"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:37.821317"], ["updated_at", "2016-06-16 21:19:37.821317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789376951 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -789376951], ["username", "billy_36"], ["access_token", "0f258288dc6227da85874f2e4d71976e"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:37.823439"], ["updated_at", "2016-06-16 21:19:37.823439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -808906785 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -808906785], ["username", "billy_37"], ["access_token", "214dab27fe38efb29df15e7d59474523"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:37.825832"], ["updated_at", "2016-06-16 21:19:37.825832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -376541751 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -376541751], ["username", "billy_38"], ["access_token", "a3dd5e1f691457d09db96ee52f2d16f2"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:37.827856"], ["updated_at", "2016-06-16 21:19:37.827856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592530621 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -592530621], ["username", "billy_39"], ["access_token", "ef2ce2afca6b1b550a7194cff435c44c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:37.829913"], ["updated_at", "2016-06-16 21:19:37.829913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460763439 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1460763439], ["username", "billy_40"], ["access_token", "ae8506f8b57a9580c7cc1709db08ff1c"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:37.834134"], ["updated_at", "2016-06-16 21:19:37.834134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1107163918 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1107163918], ["username", "billy_41"], ["access_token", "329831c08c01706c0602d0ba48add7fe"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:37.836518"], ["updated_at", "2016-06-16 21:19:37.836518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -6703446 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -6703446], ["username", "billy_42"], ["access_token", "3270dfb0a0f3b55cdd9b0d91dafe713e"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:37.839980"], ["updated_at", "2016-06-16 21:19:37.839980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836991594 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -836991594], ["username", "billy_43"], ["access_token", "34646ba17408a573e5fbf57ea94395a9"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:37.843688"], ["updated_at", "2016-06-16 21:19:37.843688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1536338759 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1536338759], ["username", "billy_44"], ["access_token", "3358f823db3efa50e64ebcbf94351cdc"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:37.846686"], ["updated_at", "2016-06-16 21:19:37.846686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975565724 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1975565724], ["username", "billy_45"], ["access_token", "a95351b28ebd579580cd3fca3cba2a29"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:37.848646"], ["updated_at", "2016-06-16 21:19:37.848646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800627461 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -800627461], ["username", "billy_46"], ["access_token", "c483206068c9e6f30843677123265dfa"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:37.850564"], ["updated_at", "2016-06-16 21:19:37.850564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1445262269 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1445262269], ["username", "billy_47"], ["access_token", "e9d535c6789375e2d551511ed69117c8"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:37.852440"], ["updated_at", "2016-06-16 21:19:37.852440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851885709 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -851885709], ["username", "billy_48"], ["access_token", "04243345c4eefcb9757b89ad30a29cb3"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:37.854497"], ["updated_at", "2016-06-16 21:19:37.854497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -747379062 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -747379062], ["username", "billy_49"], ["access_token", "d37112a6ede4f993f569d129599cf8a4"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:37.856569"], ["updated_at", "2016-06-16 21:19:37.856569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1909720071 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1909720071], ["username", "jstrav"], ["access_token", "361f137ddb9a2be305d15014f4952399"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:37.864511"], ["updated_at", "2016-06-16 21:19:37.864511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -951908862 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -951908862], ["username", "mary"], ["access_token", "d88860dc6d3f12042359996d43836471"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:37.867057"], ["updated_at", "2016-06-16 21:19:37.867057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1556663535 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1556663535], ["username", "jstead"], ["access_token", "225cf53ef94e6d660a1188e23a7a317e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:37.869421"], ["updated_at", "2016-06-16 21:19:37.869421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -866804481 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -866804481], ["username", "bigbear"], ["access_token", "69339596e0d1b8c254c34c25ccba664d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:37.871810"], ["updated_at", "2016-06-16 21:19:37.871810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1984301200 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1984301200], ["username", "billy_00"], ["access_token", "61e3c107f0a8786affa8896bdc8b0eaa"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:19:37.873941"], ["updated_at", "2016-06-16 21:19:37.873941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -49876070 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -49876070], ["username", "billy_01"], ["access_token", "2c547fbcbf49a05486f8d3a7ce68d7cc"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:19:37.876032"], ["updated_at", "2016-06-16 21:19:37.876032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -422564931 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -422564931], ["username", "billy_02"], ["access_token", "54238663d705fe6582fb91310fedc2ba"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:19:37.878135"], ["updated_at", "2016-06-16 21:19:37.878135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -636480763 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -636480763], ["username", "billy_03"], ["access_token", "aae19032eb69b50bd6b0ca7861086525"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:19:37.880131"], ["updated_at", "2016-06-16 21:19:37.880131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -534438655 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -534438655], ["username", "billy_04"], ["access_token", "da1733b7bbbc89b614ed3657b6cd6e14"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:37.882133"], ["updated_at", "2016-06-16 21:19:37.882133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021981534 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1021981534], ["username", "billy_05"], ["access_token", "0f2a6a27caa4f5d3879cfe9cbb1de21d"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:37.884153"], ["updated_at", "2016-06-16 21:19:37.884153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1923254520 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1923254520], ["username", "billy_06"], ["access_token", "23b068f1588d74d9756606599b5b5551"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:37.886204"], ["updated_at", "2016-06-16 21:19:37.886204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -147937037 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -147937037], ["username", "billy_07"], ["access_token", "1348d34f101386b95d07e2895079cb41"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:37.888431"], ["updated_at", "2016-06-16 21:19:37.888431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -663516702 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -663516702], ["username", "billy_08"], ["access_token", "3587218cb5e308c31a2b6da7bd235264"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:37.890403"], ["updated_at", "2016-06-16 21:19:37.890403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1857703752 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1857703752], ["username", "billy_09"], ["access_token", "f4c303f58fb23144578ab0ddb3ef9069"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:37.892412"], ["updated_at", "2016-06-16 21:19:37.892412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -972391963 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -972391963], ["username", "billy_10"], ["access_token", "b89c20c81baddccc65a74f2885620679"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:37.894466"], ["updated_at", "2016-06-16 21:19:37.894466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -665591519 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -665591519], ["username", "billy_11"], ["access_token", "516fb920c7f94c10303e9b2ae8a560d6"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:37.896929"], ["updated_at", "2016-06-16 21:19:37.896929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700764222 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -700764222], ["username", "billy_12"], ["access_token", "056c13cedb408d584866f290d6be69a0"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:37.899391"], ["updated_at", "2016-06-16 21:19:37.899391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -885620932 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -885620932], ["username", "billy_13"], ["access_token", "a18efe78d828b03585e8d40658b7edeb"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:37.901481"], ["updated_at", "2016-06-16 21:19:37.901481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725119929 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -725119929], ["username", "billy_14"], ["access_token", "67e43e8472b0881812654650149bde05"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:37.903504"], ["updated_at", "2016-06-16 21:19:37.903504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1282131146 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1282131146], ["username", "billy_15"], ["access_token", "66e198f7ed60d70a8318f3a987d69d9d"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:37.905547"], ["updated_at", "2016-06-16 21:19:37.905547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1521759570 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1521759570], ["username", "billy_16"], ["access_token", "36bbd96c39e59723b4881c4ecc7840bc"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:37.907534"], ["updated_at", "2016-06-16 21:19:37.907534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -426342665 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -426342665], ["username", "billy_17"], ["access_token", "283dd69bc7e698df5f9c75c05c08d6a5"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:37.909555"], ["updated_at", "2016-06-16 21:19:37.909555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -991202706 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -991202706], ["username", "billy_18"], ["access_token", "33c1a7a949de46d3d2c1b2b4e19930c5"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:37.911642"], ["updated_at", "2016-06-16 21:19:37.911642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -355598787 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -355598787], ["username", "billy_19"], ["access_token", "079d5d403575b03684ededf853aa5345"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:37.914016"], ["updated_at", "2016-06-16 21:19:37.914016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997382595 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1997382595], ["username", "billy_20"], ["access_token", "715cb5990d5b42642452c0883ac0a82b"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:37.915983"], ["updated_at", "2016-06-16 21:19:37.915983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407250350 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1407250350], ["username", "billy_21"], ["access_token", "0700278c993801f8995268832d0db92f"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:37.917924"], ["updated_at", "2016-06-16 21:19:37.917924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1130344043 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1130344043], ["username", "billy_22"], ["access_token", "2f4b4e82db0817def5dac0fb418ae1ab"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:37.920109"], ["updated_at", "2016-06-16 21:19:37.920109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1310030866 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1310030866], ["username", "billy_23"], ["access_token", "b0a1e0f4a00785fce7a82b5c8ed4d654"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:37.922177"], ["updated_at", "2016-06-16 21:19:37.922177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2061721331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2061721331], ["username", "billy_24"], ["access_token", "043a6710fac78bb2e904412eb8029c88"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:37.924373"], ["updated_at", "2016-06-16 21:19:37.924373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718896684 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718896684], ["username", "billy_25"], ["access_token", "6bf9cba34164c5e901f53365bb1b2090"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:37.926483"], ["updated_at", "2016-06-16 21:19:37.926483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -650947587 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -650947587], ["username", "billy_26"], ["access_token", "b563425c5affbb43c9417b5ae058b89c"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:37.928457"], ["updated_at", "2016-06-16 21:19:37.928457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2097039558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2097039558], ["username", "billy_27"], ["access_token", "ae4db89b0d070ffb85af5d0874033901"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:37.930865"], ["updated_at", "2016-06-16 21:19:37.930865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -103307761 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -103307761], ["username", "billy_28"], ["access_token", "895d11b34bd07387b06177955e754796"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:37.932862"], ["updated_at", "2016-06-16 21:19:37.932862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1330345447 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1330345447], ["username", "billy_29"], ["access_token", "4398832a21913cac3d3feb0a7c65e86a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:37.934814"], ["updated_at", "2016-06-16 21:19:37.934814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -729182323 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -729182323], ["username", "billy_30"], ["access_token", "c10889367a0d3b9117a2786ae2eb72cc"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:37.936717"], ["updated_at", "2016-06-16 21:19:37.936717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1093604369 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1093604369], ["username", "billy_31"], ["access_token", "0fe419a3a42900beca88ae7c5f6d0662"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:37.938618"], ["updated_at", "2016-06-16 21:19:37.938618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1543287362 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1543287362], ["username", "billy_32"], ["access_token", "128d6b80b61f552d40b0a51a401d3b38"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:37.940681"], ["updated_at", "2016-06-16 21:19:37.940681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1428583473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1428583473], ["username", "billy_33"], ["access_token", "523e2e40c29d4f6c697ce7eb0b72960d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:37.942721"], ["updated_at", "2016-06-16 21:19:37.942721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518906208 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -518906208], ["username", "billy_34"], ["access_token", "c9c381d69aaf7978bcdd2d0e439fee67"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:37.944750"], ["updated_at", "2016-06-16 21:19:37.944750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1697553169 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1697553169], ["username", "billy_35"], ["access_token", "2e1830bd61458313e06952684365da38"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:37.946810"], ["updated_at", "2016-06-16 21:19:37.946810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2069822968 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2069822968], ["username", "billy_36"], ["access_token", "a58358494d6e58132329bb8899aa441d"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:37.948927"], ["updated_at", "2016-06-16 21:19:37.948927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -283836912 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -283836912], ["username", "billy_37"], ["access_token", "6bf5c628b8cc61d51974a05902980463"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:37.951544"], ["updated_at", "2016-06-16 21:19:37.951544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -847293120 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -847293120], ["username", "billy_38"], ["access_token", "81aaf9f3b992197d94629109c51301b7"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:37.953704"], ["updated_at", "2016-06-16 21:19:37.953704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1648269616 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1648269616], ["username", "billy_39"], ["access_token", "258e962f7beb57a877eadde7860f5138"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:37.955764"], ["updated_at", "2016-06-16 21:19:37.955764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1819478500 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1819478500], ["username", "billy_40"], ["access_token", "61156a6ff235c3660350ac59d115a5ea"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:37.963907"], ["updated_at", "2016-06-16 21:19:37.963907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1690835227 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1690835227], ["username", "billy_41"], ["access_token", "cf43a5da8b8935c96a6fc935860a3ceb"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:37.966235"], ["updated_at", "2016-06-16 21:19:37.966235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -234279233 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -234279233], ["username", "billy_42"], ["access_token", "911fd4fd47604942d17d568e457cba3c"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:37.968260"], ["updated_at", "2016-06-16 21:19:37.968260"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58813046 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -58813046], ["username", "billy_43"], ["access_token", "57f5e7c50d1399bf220620759c2d9458"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:37.970251"], ["updated_at", "2016-06-16 21:19:37.970251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790742804 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1790742804], ["username", "billy_44"], ["access_token", "1387efdfa188dfb134026312962448db"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:37.972212"], ["updated_at", "2016-06-16 21:19:37.972212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053543973 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2053543973], ["username", "billy_45"], ["access_token", "4a9c26fac7ce8ade620c0b3ef45e4309"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:37.974140"], ["updated_at", "2016-06-16 21:19:37.974140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -460532335 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -460532335], ["username", "billy_46"], ["access_token", "bc355ea6176f12b5731bbe4b027ca22d"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:37.976070"], ["updated_at", "2016-06-16 21:19:37.976070"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -507873966 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -507873966], ["username", "billy_47"], ["access_token", "537b3e525b4a74cf038632f256d9da35"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:37.978088"], ["updated_at", "2016-06-16 21:19:37.978088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1410781208 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1410781208], ["username", "billy_48"], ["access_token", "3fe3c64eededab8e5c0094b9ff727fce"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:37.980067"], ["updated_at", "2016-06-16 21:19:37.980067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -757595736 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -757595736], ["username", "billy_49"], ["access_token", "a4f3d9c614d387b5fb9567a883a571b3"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:37.982187"], ["updated_at", "2016-06-16 21:19:37.982187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-06-16 21:19:38.003699"], ["updated_at", "2016-06-16 21:19:38.003699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-06-16 21:19:38.030950"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-06-16 21:19:38.033526"], ["updated_at", "2016-06-16 21:19:38.033526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 21:19:38.093630"], ["updated_at", "2016-06-16 21:19:38.093630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -358497608 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -358497608], ["username", "a0009642252664541a7a6465c03222a2"], ["access_token", "5a2cfa8c1e89eaf79208554749e7f05f"], ["created_at", "2016-06-16 21:19:38.115315"], ["updated_at", "2016-06-16 21:19:38.115315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -159647940 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -159647940], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.118586"], ["updated_at", "2016-06-16 21:19:38.118586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1287001380 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1287001380], ["username", "b8f2292d586ec83f15748db0c37733fc"], ["access_token", "448f8b85f8f9f1f62162458219424253"], ["created_at", "2016-06-16 21:19:38.121033"], ["updated_at", "2016-06-16 21:19:38.121033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = -159647940) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -159647940], ["user_id", -1287001380], ["created_at", "2016-06-16 21:19:38.123348"], ["updated_at", "2016-06-16 21:19:38.123348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-159647940/members/-1287001380" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-159647940", "user_id"=>"-1287001380"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1212621903 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1212621903], ["username", "992fc7a374ce7bf82e7d05696e9606f0"], ["access_token", "211bfba084a226f0d9d4df77baa1c248"], ["created_at", "2016-06-16 21:19:38.138710"], ["updated_at", "2016-06-16 21:19:38.138710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1799921745 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1799921745], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.141451"], ["updated_at", "2016-06-16 21:19:38.141451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687372430 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1687372430], ["username", "4f45d728fe4dc02345608b902992469c"], ["access_token", "4c8f30e9f0fc2347ae4926b5625d77df"], ["created_at", "2016-06-16 21:19:38.143641"], ["updated_at", "2016-06-16 21:19:38.143641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1799921745/members/-1687372430" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1799921745", "user_id"=>"-1687372430"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 21:19:38.155993"], ["updated_at", "2016-06-16 21:19:38.155993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 21:19:38.174241"], ["updated_at", "2016-06-16 21:19:38.174241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1150315131 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1150315131], ["username", "5062a87f1b641bdcb30abdbbe188b732"], ["access_token", "d9c7b7cc61bbb195d2eac12bcf48c677"], ["created_at", "2016-06-16 21:19:38.191720"], ["updated_at", "2016-06-16 21:19:38.191720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1215867514 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1215867514], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.194401"], ["updated_at", "2016-06-16 21:19:38.194401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719607703 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -719607703], ["username", "923a9582dd8f47661e491dd9468f01d5"], ["access_token", "40956ae0699fd4b187ff98eb0cb08603"], ["created_at", "2016-06-16 21:19:38.196607"], ["updated_at", "2016-06-16 21:19:38.196607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = -1215867514) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1215867514], ["user_id", -719607703], ["created_at", "2016-06-16 21:19:38.198747"], ["updated_at", "2016-06-16 21:19:38.198747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1215867514/owners/-719607703" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1215867514", "user_id"=>"-719607703"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1707819991 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1707819991], ["username", "13e4d3e48d4faea8af2a7becf24ccfee"], ["access_token", "2b04c8a8872e049480a28e4b4d61d101"], ["created_at", "2016-06-16 21:19:38.214982"], ["updated_at", "2016-06-16 21:19:38.214982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1488931493 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1488931493], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.217690"], ["updated_at", "2016-06-16 21:19:38.217690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1787133316 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1787133316], ["username", "0f41b92e6065dcc450156f0af185d2f4"], ["access_token", "3d39a27b6e9f427c2c14fbd13ba2d5ef"], ["created_at", "2016-06-16 21:19:38.220088"], ["updated_at", "2016-06-16 21:19:38.220088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1488931493/owners/-1787133316" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1488931493", "user_id"=>"-1787133316"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 21:19:38.233024"], ["updated_at", "2016-06-16 21:19:38.233024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 21:19:38.251342"], ["updated_at", "2016-06-16 21:19:38.251342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 21:19:38.270674"], ["updated_at", "2016-06-16 21:19:38.270674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1813137882 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1813137882], ["username", "21c697f91074b89db637e90ddae3db91"], ["access_token", "60c6d9734fe889d0ee6dbe1280885058"], ["created_at", "2016-06-16 21:19:38.288251"], ["updated_at", "2016-06-16 21:19:38.288251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -387500684 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -387500684], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.290863"], ["updated_at", "2016-06-16 21:19:38.290863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -129655767 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -129655767], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.293157"], ["updated_at", "2016-06-16 21:19:38.293157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -129655767]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -129655767 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -387500684]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -387500684 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -129655767 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -387500684 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -387500684], ["member_group_id", -129655767], ["created_at", "2016-06-16 21:19:38.295435"], ["updated_at", "2016-06-16 21:19:38.295435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-387500684/nestings/-129655767" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-387500684", "member_group_id"=>"-129655767"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1701915863 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1701915863], ["username", "7c541b347b581506cd314112aa3ae1e0"], ["access_token", "fee0644a07b77421b722a3ee1e15d560"], ["created_at", "2016-06-16 21:19:38.320863"], ["updated_at", "2016-06-16 21:19:38.320863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1959385458 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1959385458], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.323776"], ["updated_at", "2016-06-16 21:19:38.323776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1877678960 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1877678960], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.326123"], ["updated_at", "2016-06-16 21:19:38.326123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1959385458/nestings/-1877678960" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1959385458", "member_group_id"=>"-1877678960"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -65821066 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -65821066], ["username", "f1858cef514ca866a645de673819d4aa"], ["access_token", "a6b77e274b3be7e260a0c3d30a4be090"], ["created_at", "2016-06-16 21:19:38.339657"], ["updated_at", "2016-06-16 21:19:38.339657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"username\":\"dummy\"}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -871285400 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -871285400], ["username", "56c9df3053650151ee28e4d8413f0a8e"], ["access_token", "4903ec946ac8c3e37054bb6dba51b0d4"], ["created_at", "2016-06-16 21:19:38.361623"], ["updated_at", "2016-06-16 21:19:38.361623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"{\"username\":\"56c9df3053650151ee28e4d8413f0a8e\",\"first_name\":null,\"last_name\":null,\"full_name\":null,\"title\":null}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -93193858 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -93193858], ["username", "05626655d415d59b3a1f8191253653df"], ["access_token", "90f425b25e74283b0dfe13160582a1d3"], ["created_at", "2016-06-16 21:19:38.382418"], ["updated_at", "2016-06-16 21:19:38.382418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -32627105 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -32627105], ["username", "45fe5a2578077264210464e60b01925c"], ["access_token", "932b3738b8c49bea07028155138a032b"], ["created_at", "2016-06-16 21:19:38.403782"], ["updated_at", "2016-06-16 21:19:38.403782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"email\":\"dummy@dum.my\"}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324551691 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -324551691], ["username", "21adf72d3ff58a9a4f368831671ca098"], ["access_token", "f5f1508a710be45cd5c96016d920f12f"], ["created_at", "2016-06-16 21:19:38.424461"], ["updated_at", "2016-06-16 21:19:38.424461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -395806028 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -395806028], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.427252"], ["updated_at", "2016-06-16 21:19:38.427252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -395806028 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-395806028" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil, "id"=>"-395806028"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877216628 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1877216628], ["username", "fa06ea176d8053c03f7ef7726b9a7e00"], ["access_token", "47db9251d4b1b9328261d4879749dd14"], ["created_at", "2016-06-16 21:19:38.446977"], ["updated_at", "2016-06-16 21:19:38.446977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1261653023 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1261653023], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.449365"], ["updated_at", "2016-06-16 21:19:38.449365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1342956251 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1342956251], ["username", "613b4afa2a909097cad731b91b417773"], ["access_token", "c9130dbfcf46a5d1ff45848a2e46b6fe"], ["created_at", "2016-06-16 21:19:38.464057"], ["updated_at", "2016-06-16 21:19:38.464057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1343787549 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1343787549], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.467091"], ["updated_at", "2016-06-16 21:19:38.467091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1343787549 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1343787549" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1343787549"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "f72752"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f72752' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "f72752"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["created_at", "2016-06-16 21:19:38.489349"], ["updated_at", "2016-06-16 21:19:38.489349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "cd8d69"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'cd8d69' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "cd8d69"], ["created_at", "2016-06-16 21:19:38.504666"], ["updated_at", "2016-06-16 21:19:38.504666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-06-16 21:19:38.513488"], ["updated_at", "2016-06-16 21:19:38.513488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-06-16 21:19:38.521910"], ["updated_at", "2016-06-16 21:19:38.521910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1117221448 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e87bb71876efcc60ba236f0c6815d6cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1117221448], ["username", "e87bb71876efcc60ba236f0c6815d6cc"], ["access_token", "89c1236fd283e8e0f7ebb4b1113b5608"], ["created_at", "2016-06-16 21:19:38.526629"], ["updated_at", "2016-06-16 21:19:38.526629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1721723029 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6978dae890b56de5f9ef5b85855258c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1721723029], ["username", "6978dae890b56de5f9ef5b85855258c9"], ["access_token", "9bd45e383db7ecb2f52165951d277fc7"], ["created_at", "2016-06-16 21:19:38.531242"], ["updated_at", "2016-06-16 21:19:38.531242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1022690193 LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1022690193], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.534200"], ["updated_at", "2016-06-16 21:19:38.534200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -553041810 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '32474b2c29029a274469f74f161f84d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -553041810], ["username", "32474b2c29029a274469f74f161f84d0"], ["access_token", "f115ae357999762f17af2dd1b741423a"], ["created_at", "2016-06-16 21:19:38.538138"], ["updated_at", "2016-06-16 21:19:38.538138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1569842971 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1569842971], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.541020"], ["updated_at", "2016-06-16 21:19:38.541020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-06-16 21:19:38.546130"], ["updated_at", "2016-06-16 21:19:38.546130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1999536835 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1999536835], ["username", "8877688b8469263e57bfdea17ae46e7c"], ["access_token", "1af46df3f88031f7e288af4eb2ffacdd"], ["created_at", "2016-06-16 21:19:38.550960"], ["updated_at", "2016-06-16 21:19:38.550960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1842555925) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", -1842555925]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1842555925) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1842555925 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1842555925], ["created_at", "2016-06-16 21:19:38.555996"], ["updated_at", "2016-06-16 21:19:38.555996"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1842555925) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1842555925], ["user_id", -1999536835], ["created_at", "2016-06-16 21:19:38.558452"], ["updated_at", "2016-06-16 21:19:38.558452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1842555925]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? LIMIT 1 [["group_id", -1842555925]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "146438f81c908229e507778ba6eb2456"], ["created_at", "2016-06-16 21:19:38.566320"], ["updated_at", "2016-06-16 21:19:38.566320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.2ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "2af38b64c26ee28e53d1025d7cd8cf35"], ["created_at", "2016-06-16 21:19:38.580003"], ["updated_at", "2016-06-16 21:19:38.580003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1512761824 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1512761824], ["username", "jstrav"], ["access_token", "12d2bb7bde1051b06c6c40cff0b4864f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.587407"], ["updated_at", "2016-06-16 21:19:38.587407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591514912 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1591514912], ["username", "mary"], ["access_token", "10608fb57f87227489e1c51252d2d1a4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.589754"], ["updated_at", "2016-06-16 21:19:38.589754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -500100851 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -500100851], ["username", "jstead"], ["access_token", "2418a2a105a1bef9be710c473cf2845f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.591862"], ["updated_at", "2016-06-16 21:19:38.591862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1956595894 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1956595894], ["username", "bigbear"], ["access_token", "79060e742b944116287fbd648ebac0dd"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.593800"], ["updated_at", "2016-06-16 21:19:38.593800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1527692621 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1527692621], ["username", "jstrav"], ["access_token", "fd22f45ed99e88c577131cc5401e5b58"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.599483"], ["updated_at", "2016-06-16 21:19:38.599483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -821616161 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -821616161], ["username", "mary"], ["access_token", "e1e86cfe9af6a8c1aa7267febc524ac5"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.602174"], ["updated_at", "2016-06-16 21:19:38.602174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -282044904 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -282044904], ["username", "jstead"], ["access_token", "275e8a10a7cbd25a57881281df24e11d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.604730"], ["updated_at", "2016-06-16 21:19:38.604730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -416334156 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -416334156], ["username", "bigbear"], ["access_token", "cf48171309f43c85b0d3974b732d5585"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.606731"], ["updated_at", "2016-06-16 21:19:38.606731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1441357765 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1441357765], ["username", "jstrav"], ["access_token", "107dafa2625893da4edc9450e4382cc7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.611958"], ["updated_at", "2016-06-16 21:19:38.611958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -708858214 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -708858214], ["username", "mary"], ["access_token", "002d754b0e8dd606c8b3af6a9f92abdb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.614450"], ["updated_at", "2016-06-16 21:19:38.614450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1424220986 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1424220986], ["username", "jstead"], ["access_token", "aee198cb35357519a83724c072133890"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.616874"], ["updated_at", "2016-06-16 21:19:38.616874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -585633870 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -585633870], ["username", "bigbear"], ["access_token", "d5759034f8578216401c722758addae6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.619172"], ["updated_at", "2016-06-16 21:19:38.619172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518135189 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -518135189], ["username", "jstrav"], ["access_token", "effa4700bb13862bedc7bfad970ed541"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.624993"], ["updated_at", "2016-06-16 21:19:38.624993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -790508235 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -790508235], ["username", "mary"], ["access_token", "b59d97758b0dd467bd7bd06a3da5ae21"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.627227"], ["updated_at", "2016-06-16 21:19:38.627227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -853547390 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -853547390], ["username", "jstead"], ["access_token", "5d31ba73e2bc2496c67614e764bffbf6"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.629472"], ["updated_at", "2016-06-16 21:19:38.629472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -298622416 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -298622416], ["username", "bigbear"], ["access_token", "25b6dc1b60933966a1d089deaf920e64"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.631329"], ["updated_at", "2016-06-16 21:19:38.631329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904005354 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1904005354], ["username", "jstrav"], ["access_token", "58e17e1e4ed12d9b2ecc331f4e5ae269"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.636319"], ["updated_at", "2016-06-16 21:19:38.636319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -126941862 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -126941862], ["username", "mary"], ["access_token", "490beacaebea30a9d79f9c9bc8636378"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.638490"], ["updated_at", "2016-06-16 21:19:38.638490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -3315847 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -3315847], ["username", "jstead"], ["access_token", "9169c4e8cff669b069a90867b111cbf2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.640805"], ["updated_at", "2016-06-16 21:19:38.640805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -48909237 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -48909237], ["username", "bigbear"], ["access_token", "437931aaac6134d49c02db5cde3a5ac7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.642928"], ["updated_at", "2016-06-16 21:19:38.642928"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1421001954 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1421001954], ["username", "jstrav"], ["access_token", "06f7ba6fc5644e8d116ab372e15fb5d8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.650499"], ["updated_at", "2016-06-16 21:19:38.650499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -118746613 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -118746613], ["username", "mary"], ["access_token", "ef69cb24e7d9cf3e616b2448d82fa833"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.653149"], ["updated_at", "2016-06-16 21:19:38.653149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -77303893 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -77303893], ["username", "jstead"], ["access_token", "5aef8226257bc18eeb6fc37f6d35abe4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.655537"], ["updated_at", "2016-06-16 21:19:38.655537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512052252 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -512052252], ["username", "bigbear"], ["access_token", "177a958c1ccf62cfb7f228b2a7059c80"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.657643"], ["updated_at", "2016-06-16 21:19:38.657643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1020686511 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1020686511], ["username", "jstrav"], ["access_token", "b63164264dca3a03a7cf33c793825808"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.662664"], ["updated_at", "2016-06-16 21:19:38.662664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343856516 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -343856516], ["username", "mary"], ["access_token", "d16e62fba4d79356a2278b5061a97070"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.664878"], ["updated_at", "2016-06-16 21:19:38.664878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -412686887 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -412686887], ["username", "jstead"], ["access_token", "ed15b388ccf52ba02a859237b6fc0b3d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.667002"], ["updated_at", "2016-06-16 21:19:38.667002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -625402059 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -625402059], ["username", "bigbear"], ["access_token", "45b62d438e2006f44fabdd85f7bb93a3"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.669047"], ["updated_at", "2016-06-16 21:19:38.669047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -339620812 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -339620812], ["username", "jstrav"], ["access_token", "c367aa94778a9155cfddc18505defd94"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.675700"], ["updated_at", "2016-06-16 21:19:38.675700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1094212792 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1094212792], ["username", "mary"], ["access_token", "afcb59e39d60f47adaf1ee7c89ac9b9e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.678567"], ["updated_at", "2016-06-16 21:19:38.678567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1208484104 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1208484104], ["username", "jstead"], ["access_token", "e269dfcc6835ec0e01199a4ee4956ded"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.680878"], ["updated_at", "2016-06-16 21:19:38.680878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -721968034 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -721968034], ["username", "bigbear"], ["access_token", "9d19b27650f8dd7aaa01c33a8e8242d1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.683067"], ["updated_at", "2016-06-16 21:19:38.683067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1155011584 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1155011584], ["username", "jstrav"], ["access_token", "3c65c9f7a8d0228fe2bb42d2c94df1b2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.689878"], ["updated_at", "2016-06-16 21:19:38.689878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -237970295 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -237970295], ["username", "mary"], ["access_token", "ce11554736c77ecef648fb931b1ff0d8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.692368"], ["updated_at", "2016-06-16 21:19:38.692368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1708868070 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1708868070], ["username", "jstead"], ["access_token", "4844a6fbf9dba122d70bd8d49397d683"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.695227"], ["updated_at", "2016-06-16 21:19:38.695227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2086964513 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2086964513], ["username", "bigbear"], ["access_token", "6f6089d245ac19f424ffe811cf630d3a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.697833"], ["updated_at", "2016-06-16 21:19:38.697833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1608402220 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1608402220], ["username", "jstrav"], ["access_token", "9fa838110767e03ea8694a9ac2cbb676"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.704136"], ["updated_at", "2016-06-16 21:19:38.704136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726062191 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -726062191], ["username", "mary"], ["access_token", "97758bec866a5c9ad4a7d871d1de13ea"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.706567"], ["updated_at", "2016-06-16 21:19:38.706567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719201348 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1719201348], ["username", "jstead"], ["access_token", "2e09e5654859fd2c7cf4b1dae8392529"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.708898"], ["updated_at", "2016-06-16 21:19:38.708898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -88434411 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -88434411], ["username", "bigbear"], ["access_token", "0375da74f6ae37bcb130666a3d578b23"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.711603"], ["updated_at", "2016-06-16 21:19:38.711603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1793048945 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1793048945], ["username", "jstrav"], ["access_token", "10aae1bd895856ffa63aa1d48b582c2d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.718817"], ["updated_at", "2016-06-16 21:19:38.718817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2107295164 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2107295164], ["username", "mary"], ["access_token", "b4ae0b2a85143ec67e5cad98c2612737"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.721040"], ["updated_at", "2016-06-16 21:19:38.721040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1843142594 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1843142594], ["username", "jstead"], ["access_token", "051c4d9e4aa5620f7c18e77324fe49bd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.723464"], ["updated_at", "2016-06-16 21:19:38.723464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -832868184 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -832868184], ["username", "bigbear"], ["access_token", "643c78428fc9d7b9de7023c416870ccf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.725517"], ["updated_at", "2016-06-16 21:19:38.725517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995878717 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -995878717], ["username", "foo_bb"], ["access_token", "43ed72d7a1cec283291ceee941c959eb"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-06-16 21:19:38.727742"], ["updated_at", "2016-06-16 21:19:38.727742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -36130691 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -36130691], ["username", "foo_bj"], ["access_token", "71bc0c3e78fc9bff93ba8c46566a8493"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-06-16 21:19:38.729853"], ["updated_at", "2016-06-16 21:19:38.729853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797381699 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -797381699], ["username", "foo_tj"], ["access_token", "3275281139054bedafc43d8f6fe04ecf"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-06-16 21:19:38.731870"], ["updated_at", "2016-06-16 21:19:38.731870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1821636105 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1821636105], ["username", "jstrav"], ["access_token", "4c5efbd10c086bf49836ba49e2e38b2d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.739779"], ["updated_at", "2016-06-16 21:19:38.739779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1014377184 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1014377184], ["username", "mary"], ["access_token", "e752b2d9a6b54707a190a74ba8a666a8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.742172"], ["updated_at", "2016-06-16 21:19:38.742172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091222818 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2091222818], ["username", "jstead"], ["access_token", "4e641b78566183f9de586911139285b8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.744547"], ["updated_at", "2016-06-16 21:19:38.744547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2044189452 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2044189452], ["username", "bigbear"], ["access_token", "3b596661a23364dd899fa400cadd3e45"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.746509"], ["updated_at", "2016-06-16 21:19:38.746509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -654037964 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -654037964], ["username", "billy_00"], ["access_token", "453ca17efdc0225a9c6eb0160dfd1327"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:38.748589"], ["updated_at", "2016-06-16 21:19:38.748589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647666521 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1647666521], ["username", "billy_01"], ["access_token", "aca59313b2b7b6e4ef36347474d63a1d"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:38.750622"], ["updated_at", "2016-06-16 21:19:38.750622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1954999019 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1954999019], ["username", "billy_02"], ["access_token", "45ac8b46c100510e6d8c9a827c9798b4"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:38.752871"], ["updated_at", "2016-06-16 21:19:38.752871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396404715 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -396404715], ["username", "billy_03"], ["access_token", "52a2730839dc73ab48035a9ddea3dae6"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:38.754929"], ["updated_at", "2016-06-16 21:19:38.754929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1750909645 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1750909645], ["username", "billy_04"], ["access_token", "99a31b05deabdf8f6a898e00fcd0f54b"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:38.756955"], ["updated_at", "2016-06-16 21:19:38.756955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -786940729 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -786940729], ["username", "billy_05"], ["access_token", "a0d383d961719c03f5b97de2acd2e5d2"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:38.758901"], ["updated_at", "2016-06-16 21:19:38.758901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1996447762 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1996447762], ["username", "billy_06"], ["access_token", "29d21416bcd72432654b63dd690eebb9"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:38.761292"], ["updated_at", "2016-06-16 21:19:38.761292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -174633985 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -174633985], ["username", "billy_07"], ["access_token", "94c683bd0defa39161cbf523bceb2a39"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:38.763197"], ["updated_at", "2016-06-16 21:19:38.763197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1837498664 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1837498664], ["username", "billy_08"], ["access_token", "a2dc630ea663dc8dd9e6cc0893337726"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:38.765067"], ["updated_at", "2016-06-16 21:19:38.765067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -760206139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -760206139], ["username", "billy_09"], ["access_token", "20e6bf35d0b79c28067cbdd7d360c6f7"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:38.766975"], ["updated_at", "2016-06-16 21:19:38.766975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221579246 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -221579246], ["username", "billy_10"], ["access_token", "4f5ec08565e6a4df588d65cd1ecc818d"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:38.768924"], ["updated_at", "2016-06-16 21:19:38.768924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677102653 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1677102653], ["username", "billy_11"], ["access_token", "0c19066ae908ff42dd34cd8e002e017f"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:38.770816"], ["updated_at", "2016-06-16 21:19:38.770816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1753759396 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1753759396], ["username", "billy_12"], ["access_token", "800b7f542563b157ce397c5eb71036d5"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:38.772759"], ["updated_at", "2016-06-16 21:19:38.772759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -481561623 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -481561623], ["username", "billy_13"], ["access_token", "af60b3dd7c8eeb7a34fc1b91510f31fe"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:38.774758"], ["updated_at", "2016-06-16 21:19:38.774758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538425481 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -538425481], ["username", "billy_14"], ["access_token", "1e45a2a256fee0b920bffc09d20dd5d4"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:38.776800"], ["updated_at", "2016-06-16 21:19:38.776800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2078551748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2078551748], ["username", "billy_15"], ["access_token", "8f34167f37d2da5899b5461f797cb6f2"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:38.779100"], ["updated_at", "2016-06-16 21:19:38.779100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1265798473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1265798473], ["username", "billy_16"], ["access_token", "f56ed4b638786aac3870ea0eb25acd34"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:38.781172"], ["updated_at", "2016-06-16 21:19:38.781172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1356686008 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1356686008], ["username", "billy_17"], ["access_token", "357548f7be8deb6db915491a02c61604"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:38.783123"], ["updated_at", "2016-06-16 21:19:38.783123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1458850636 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1458850636], ["username", "billy_18"], ["access_token", "cfc7b37038197d1648d199900b6ab7d1"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:38.785084"], ["updated_at", "2016-06-16 21:19:38.785084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1487040654 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1487040654], ["username", "billy_19"], ["access_token", "b4ef81b332de4ed9c1f18f00261fb7fc"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:38.787030"], ["updated_at", "2016-06-16 21:19:38.787030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736033093 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1736033093], ["username", "billy_20"], ["access_token", "9943a4e16f693ecba6db78a925c8f8b4"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:38.789080"], ["updated_at", "2016-06-16 21:19:38.789080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -494951321 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -494951321], ["username", "billy_21"], ["access_token", "e038e6a593330f2d97277a2a3d9a6fd2"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:38.791053"], ["updated_at", "2016-06-16 21:19:38.791053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -596405172 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -596405172], ["username", "billy_22"], ["access_token", "c19d8ab433c494c2f12facc7f9272667"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:38.793113"], ["updated_at", "2016-06-16 21:19:38.793113"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1269846776 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1269846776], ["username", "billy_23"], ["access_token", "976b2a9c03b748e729c1203d69798852"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:38.796678"], ["updated_at", "2016-06-16 21:19:38.796678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1183487584 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1183487584], ["username", "billy_24"], ["access_token", "f1c341dac53350aba2d003c03a426a05"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:38.798926"], ["updated_at", "2016-06-16 21:19:38.798926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542404311 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -542404311], ["username", "billy_25"], ["access_token", "7d218a11d4d8ae4ae0cfa3309e7d02bd"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:38.800872"], ["updated_at", "2016-06-16 21:19:38.800872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -451439025 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -451439025], ["username", "billy_26"], ["access_token", "f3934a5a74af1fffb2dd89a7dcfa84f7"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:38.802856"], ["updated_at", "2016-06-16 21:19:38.802856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1140439261 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1140439261], ["username", "billy_27"], ["access_token", "ac6632e79c294097cbf287c3b07d855c"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:38.804831"], ["updated_at", "2016-06-16 21:19:38.804831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -103771168 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -103771168], ["username", "billy_28"], ["access_token", "b14e2aa98129e4fa8b0d39893da53c2c"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:38.806935"], ["updated_at", "2016-06-16 21:19:38.806935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1390452456 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1390452456], ["username", "billy_29"], ["access_token", "7742183f9136b063ddaa9d009780bb40"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:38.808928"], ["updated_at", "2016-06-16 21:19:38.808928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1856786648 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1856786648], ["username", "billy_30"], ["access_token", "2da1341da72476205b755db2b19cd4de"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:38.810927"], ["updated_at", "2016-06-16 21:19:38.810927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1684353891 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1684353891], ["username", "billy_31"], ["access_token", "fd16db06726d205e5abf06359725807a"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:38.813005"], ["updated_at", "2016-06-16 21:19:38.813005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594168086 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1594168086], ["username", "billy_32"], ["access_token", "d74cdc0c8ce04d983c55575d63f54315"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:38.815072"], ["updated_at", "2016-06-16 21:19:38.815072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1737189385 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1737189385], ["username", "billy_33"], ["access_token", "12603aba299b90deb25858cf47c9d926"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:38.817041"], ["updated_at", "2016-06-16 21:19:38.817041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1551647642 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1551647642], ["username", "billy_34"], ["access_token", "ba4ce32bdd37e779f0a7ed65b46c15b6"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:38.818820"], ["updated_at", "2016-06-16 21:19:38.818820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1009918292 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1009918292], ["username", "billy_35"], ["access_token", "ff03e201468d03546b353694e428edcb"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:38.820566"], ["updated_at", "2016-06-16 21:19:38.820566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -464422879 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -464422879], ["username", "billy_36"], ["access_token", "c29409468218d14ef15339b3b9ae9582"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:38.822299"], ["updated_at", "2016-06-16 21:19:38.822299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1033231208 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1033231208], ["username", "billy_37"], ["access_token", "ca1a708117c107779097f1aba7b0e35f"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:38.824016"], ["updated_at", "2016-06-16 21:19:38.824016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -260062956 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -260062956], ["username", "billy_38"], ["access_token", "58c82b2d447179833354586dfe9791cd"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:38.825745"], ["updated_at", "2016-06-16 21:19:38.825745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264406066 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -264406066], ["username", "billy_39"], ["access_token", "22c6631703bc7e76593cf487d2b2b6da"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:38.827485"], ["updated_at", "2016-06-16 21:19:38.827485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53628437 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -53628437], ["username", "billy_40"], ["access_token", "3e813774c441997a756e475f06362939"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:38.829207"], ["updated_at", "2016-06-16 21:19:38.829207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020850734 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2020850734], ["username", "billy_41"], ["access_token", "4b674e53b15f08b1afbb022f20408382"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:38.830911"], ["updated_at", "2016-06-16 21:19:38.830911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1898485465 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1898485465], ["username", "billy_42"], ["access_token", "3777c22ab983f99074c615c6bc77f5cc"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:38.832668"], ["updated_at", "2016-06-16 21:19:38.832668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1715504713 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1715504713], ["username", "billy_43"], ["access_token", "f0417019c0ba503b239cdc131e7f345e"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:38.834433"], ["updated_at", "2016-06-16 21:19:38.834433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -954344261 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -954344261], ["username", "billy_44"], ["access_token", "dad5086eb3efc01640392d9d0980c1ee"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:38.836420"], ["updated_at", "2016-06-16 21:19:38.836420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1921086575 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1921086575], ["username", "billy_45"], ["access_token", "e9d089e5616b90e964188cda2b6f6633"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:38.838349"], ["updated_at", "2016-06-16 21:19:38.838349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1027978541 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1027978541], ["username", "jstrav"], ["access_token", "42f30dc560ea46410a2a3c93e8075167"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.845566"], ["updated_at", "2016-06-16 21:19:38.845566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -52322930 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -52322930], ["username", "mary"], ["access_token", "794ce14c830aaee6e52c1c14f0700e78"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.847685"], ["updated_at", "2016-06-16 21:19:38.847685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -587138574 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -587138574], ["username", "jstead"], ["access_token", "ae23982697142c5014b6d79b3b86d43b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.849752"], ["updated_at", "2016-06-16 21:19:38.849752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -974805330 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -974805330], ["username", "bigbear"], ["access_token", "f7e16bd6596c09265b100f5bd0e0e597"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.851511"], ["updated_at", "2016-06-16 21:19:38.851511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -715127247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -715127247], ["username", "billy_00"], ["access_token", "a7bc77453857f3f7974353a26539743b"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:38.853289"], ["updated_at", "2016-06-16 21:19:38.853289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867248976 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -867248976], ["username", "billy_01"], ["access_token", "7f6cbc3473966807e9b3ec7a06a05784"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:38.855098"], ["updated_at", "2016-06-16 21:19:38.855098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1458384286 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1458384286], ["username", "billy_02"], ["access_token", "88ca2df52ae35b4e01fa5278ffd81829"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:38.856884"], ["updated_at", "2016-06-16 21:19:38.856884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221133212 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -221133212], ["username", "billy_03"], ["access_token", "c13eb37133d647847047286102036b1e"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:38.858651"], ["updated_at", "2016-06-16 21:19:38.858651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1692097211 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1692097211], ["username", "billy_04"], ["access_token", "fd38e1db55fe169801ec46b81e718f0e"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:38.860410"], ["updated_at", "2016-06-16 21:19:38.860410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748900993 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -748900993], ["username", "billy_05"], ["access_token", "7b96c5158bffd7d08ce8bb125146aa91"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:38.862164"], ["updated_at", "2016-06-16 21:19:38.862164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -970180336 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -970180336], ["username", "billy_06"], ["access_token", "ad9137b96d981dae9775b7047011dd06"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:38.863925"], ["updated_at", "2016-06-16 21:19:38.863925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -349877060 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -349877060], ["username", "billy_07"], ["access_token", "ecaccc4f536bf088a1fd14df2f3bc34b"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:38.865649"], ["updated_at", "2016-06-16 21:19:38.865649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1094471263 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1094471263], ["username", "billy_08"], ["access_token", "f80e6d7734c3a7533fe79d2f5cdad986"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:38.867462"], ["updated_at", "2016-06-16 21:19:38.867462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1601964658 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1601964658], ["username", "billy_09"], ["access_token", "2800d56d88aa7219c7ef02bb518424ed"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:38.869452"], ["updated_at", "2016-06-16 21:19:38.869452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386428631 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -386428631], ["username", "billy_10"], ["access_token", "eb7718502d7cabcba3575747a8c3a08a"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:38.871262"], ["updated_at", "2016-06-16 21:19:38.871262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1184068765 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1184068765], ["username", "billy_11"], ["access_token", "0b9c995cae1d4e144050538894f5e296"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:38.872993"], ["updated_at", "2016-06-16 21:19:38.872993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1452078094 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1452078094], ["username", "billy_12"], ["access_token", "bfd3ddd12eb7290e84b45af9406c1e0f"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:38.874721"], ["updated_at", "2016-06-16 21:19:38.874721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1918885641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1918885641], ["username", "billy_13"], ["access_token", "46fbe7c6ef45b6e31d50d10448048905"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:38.876415"], ["updated_at", "2016-06-16 21:19:38.876415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1604261612 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1604261612], ["username", "billy_14"], ["access_token", "76a1725be75d0929814118642f42f117"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:38.878144"], ["updated_at", "2016-06-16 21:19:38.878144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1055818338 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1055818338], ["username", "billy_15"], ["access_token", "c93b8c0f78e794f9df402e9d31f29f35"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:38.880054"], ["updated_at", "2016-06-16 21:19:38.880054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -326460456 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -326460456], ["username", "billy_16"], ["access_token", "90d2a0b3399b8b55ecdb6e6c60e56b79"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:38.881805"], ["updated_at", "2016-06-16 21:19:38.881805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987575299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -987575299], ["username", "billy_17"], ["access_token", "1ce06155750c029378e822ae1ef13e89"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:38.883515"], ["updated_at", "2016-06-16 21:19:38.883515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2033719275 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2033719275], ["username", "billy_18"], ["access_token", "7afe3a0e29990ddd4fe1cc8136b1b56c"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:38.885221"], ["updated_at", "2016-06-16 21:19:38.885221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1865977273 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1865977273], ["username", "billy_19"], ["access_token", "a08d1b81d4fe190e9dfc1d2aec9c02e4"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:38.887111"], ["updated_at", "2016-06-16 21:19:38.887111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1542662892 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1542662892], ["username", "billy_20"], ["access_token", "50ef199d4df8bbcb59a95160af1e94c3"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:38.888862"], ["updated_at", "2016-06-16 21:19:38.888862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575782284 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -575782284], ["username", "billy_21"], ["access_token", "cd924e5d992cf0f16ba35678b8622c8e"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:38.890591"], ["updated_at", "2016-06-16 21:19:38.890591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1468193206 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1468193206], ["username", "billy_22"], ["access_token", "4ae078cbc2fc54c84ac182e03ba30540"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:38.892319"], ["updated_at", "2016-06-16 21:19:38.892319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943674962 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -943674962], ["username", "billy_23"], ["access_token", "1c8cc5b1be9bc90dbb7a5bc7f6026740"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:38.894813"], ["updated_at", "2016-06-16 21:19:38.894813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1785522715 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1785522715], ["username", "billy_24"], ["access_token", "6e773e4aba513d4dc571adbc4497b7cd"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:38.896554"], ["updated_at", "2016-06-16 21:19:38.896554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -16337969 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -16337969], ["username", "billy_25"], ["access_token", "b4f8a771d03c93878535aeed13653eb8"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:38.898285"], ["updated_at", "2016-06-16 21:19:38.898285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1433549189 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1433549189], ["username", "billy_26"], ["access_token", "a12e0c13f8de0bf4d3471caa8eff272b"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:38.900158"], ["updated_at", "2016-06-16 21:19:38.900158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -678560885 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -678560885], ["username", "billy_27"], ["access_token", "ed91e0cfba02402bf0d7c5b1f5428da2"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:38.901900"], ["updated_at", "2016-06-16 21:19:38.901900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -333717199 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -333717199], ["username", "billy_28"], ["access_token", "1e32aa09aef9ddda7dc023d0d78f845d"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:38.903650"], ["updated_at", "2016-06-16 21:19:38.903650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1036417231 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1036417231], ["username", "billy_29"], ["access_token", "c0c94a195c33230aef0ccdb9f845159e"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:38.905433"], ["updated_at", "2016-06-16 21:19:38.905433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1096158368 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1096158368], ["username", "billy_30"], ["access_token", "818e314b45bcf15df4114ec68b33453c"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:38.907247"], ["updated_at", "2016-06-16 21:19:38.907247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -805779090 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -805779090], ["username", "billy_31"], ["access_token", "a8b8f79f01f35e00b352985a6d671cd1"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:38.908945"], ["updated_at", "2016-06-16 21:19:38.908945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789828007 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -789828007], ["username", "billy_32"], ["access_token", "937a9a8360809448824924ad97de1c70"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:38.910706"], ["updated_at", "2016-06-16 21:19:38.910706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2105435304 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2105435304], ["username", "billy_33"], ["access_token", "281aded7a88ea1f48c44299debbca75c"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:38.912438"], ["updated_at", "2016-06-16 21:19:38.912438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -198239428 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -198239428], ["username", "billy_34"], ["access_token", "6386fa51ff6b72a1dca18a0d57da43b5"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:38.914205"], ["updated_at", "2016-06-16 21:19:38.914205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1509045163 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1509045163], ["username", "billy_35"], ["access_token", "ea3b4d46b95e29bf43f47a59d23df5d2"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:38.915955"], ["updated_at", "2016-06-16 21:19:38.915955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2068792934 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2068792934], ["username", "billy_36"], ["access_token", "f344c69a901168dbd2554167b7354083"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:38.917714"], ["updated_at", "2016-06-16 21:19:38.917714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646508818 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -646508818], ["username", "billy_37"], ["access_token", "3511c2dafd8dd2789b5ac5b7422c448d"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:38.919436"], ["updated_at", "2016-06-16 21:19:38.919436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1245582595 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1245582595], ["username", "billy_38"], ["access_token", "f9e7661b59374387ab3d055f3a3f1e2a"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:38.921183"], ["updated_at", "2016-06-16 21:19:38.921183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529822426 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -529822426], ["username", "billy_39"], ["access_token", "ce4734a68095723f35aca17e1ee45e0c"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:38.923103"], ["updated_at", "2016-06-16 21:19:38.923103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2114999135 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2114999135], ["username", "billy_40"], ["access_token", "f3d6ef48986ca3580b8afb8614e35cb7"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:38.924851"], ["updated_at", "2016-06-16 21:19:38.924851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1695340725 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1695340725], ["username", "billy_41"], ["access_token", "022be4eb3d53f5e4ac7dde0848bed00c"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:38.926600"], ["updated_at", "2016-06-16 21:19:38.926600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1358461055 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1358461055], ["username", "billy_42"], ["access_token", "cfcb97e16666700e4327d7c01c342b95"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:38.938918"], ["updated_at", "2016-06-16 21:19:38.938918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -621867152 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -621867152], ["username", "billy_43"], ["access_token", "c2d2e5a57ce60692efac760f3bb9fb23"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:38.940733"], ["updated_at", "2016-06-16 21:19:38.940733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -469043496 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -469043496], ["username", "billy_44"], ["access_token", "6ba743f8c2d02bb5f0ce93c93859fe8c"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:38.942538"], ["updated_at", "2016-06-16 21:19:38.942538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530188711 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1530188711], ["username", "billy_45"], ["access_token", "fa5aa886dab5b76ad3ff9a217129591d"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:38.944355"], ["updated_at", "2016-06-16 21:19:38.944355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1521238785 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1521238785], ["username", "jstrav"], ["access_token", "4fe46405dd51fd5779157fb41ded9653"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.951394"], ["updated_at", "2016-06-16 21:19:38.951394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -394698820 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -394698820], ["username", "mary"], ["access_token", "87a7931b5709786750a739a4fed116ad"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.953431"], ["updated_at", "2016-06-16 21:19:38.953431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -430837251 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -430837251], ["username", "jstead"], ["access_token", "657e3114ba253e59a6226361d1ef5447"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.955398"], ["updated_at", "2016-06-16 21:19:38.955398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931493086 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -931493086], ["username", "bigbear"], ["access_token", "da78cd6d6b1fb61bb781296a228ebc3a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.957189"], ["updated_at", "2016-06-16 21:19:38.957189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -459780383 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -459780383], ["username", "billy_00"], ["access_token", "4fb201b6329ed31e333ab751030745ef"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:38.958996"], ["updated_at", "2016-06-16 21:19:38.958996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1468111064 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1468111064], ["username", "billy_01"], ["access_token", "47d040be12d46935c0882b84d770169f"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:38.960867"], ["updated_at", "2016-06-16 21:19:38.960867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1891036567 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1891036567], ["username", "billy_02"], ["access_token", "1ae397dcc7c21a4d50f70afaa4da9668"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:38.962709"], ["updated_at", "2016-06-16 21:19:38.962709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1311454072 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1311454072], ["username", "billy_03"], ["access_token", "7332ec014d4eec1f69d3f68a68798457"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:38.964749"], ["updated_at", "2016-06-16 21:19:38.964749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542777581 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -542777581], ["username", "billy_04"], ["access_token", "305a0a3d8fbee52f3ed9339f14969474"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:38.966645"], ["updated_at", "2016-06-16 21:19:38.966645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1142963139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1142963139], ["username", "billy_05"], ["access_token", "2d249a075179147709fbbd89fd3c25ed"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:38.968467"], ["updated_at", "2016-06-16 21:19:38.968467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -535217139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -535217139], ["username", "billy_06"], ["access_token", "f8921e3ca09c701beb9091a638cba219"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:38.970344"], ["updated_at", "2016-06-16 21:19:38.970344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512759511 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -512759511], ["username", "billy_07"], ["access_token", "fdfecda396ec6e13cee664d11503f961"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:38.972201"], ["updated_at", "2016-06-16 21:19:38.972201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1498144977 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1498144977], ["username", "billy_08"], ["access_token", "5e5cd3309c7e701692707f199907199b"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:38.974041"], ["updated_at", "2016-06-16 21:19:38.974041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1164535120 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1164535120], ["username", "billy_09"], ["access_token", "e410dca541259c181e9bf3a25068d255"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:38.975886"], ["updated_at", "2016-06-16 21:19:38.975886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1549883187 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1549883187], ["username", "billy_10"], ["access_token", "46e35b656088466265d17161721ccddd"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:38.977720"], ["updated_at", "2016-06-16 21:19:38.977720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -91004494 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -91004494], ["username", "billy_11"], ["access_token", "8f858df232e6bf3710102132f12e755e"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:38.979563"], ["updated_at", "2016-06-16 21:19:38.979563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1721634068 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1721634068], ["username", "billy_12"], ["access_token", "2d85a5ef072d4224ee7667de663b94d5"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:38.981400"], ["updated_at", "2016-06-16 21:19:38.981400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -462355972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -462355972], ["username", "billy_13"], ["access_token", "db8f56f3acad69a5b17ce56af03f524e"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:38.983207"], ["updated_at", "2016-06-16 21:19:38.983207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1922440216 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1922440216], ["username", "billy_14"], ["access_token", "d1aa7034d1571e69321db97225e16c95"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:38.985103"], ["updated_at", "2016-06-16 21:19:38.985103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2062668583 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2062668583], ["username", "billy_15"], ["access_token", "619d7cfcbbb8874748c950469be58ce8"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:38.987094"], ["updated_at", "2016-06-16 21:19:38.987094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -604843347 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -604843347], ["username", "billy_16"], ["access_token", "ac200415c694a38212c825ed46f38516"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:38.988948"], ["updated_at", "2016-06-16 21:19:38.988948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -994596850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -994596850], ["username", "billy_17"], ["access_token", "eb60bac9e20ce275547c5cf816331021"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:38.990788"], ["updated_at", "2016-06-16 21:19:38.990788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1586795669 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1586795669], ["username", "billy_18"], ["access_token", "6041b2fb3a83e3bb45d339ba3dfb753f"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:38.993038"], ["updated_at", "2016-06-16 21:19:38.993038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718732722 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718732722], ["username", "billy_19"], ["access_token", "717b5c99613cb9d50f5d37362cfb337d"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:38.995099"], ["updated_at", "2016-06-16 21:19:38.995099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -320180528 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -320180528], ["username", "billy_20"], ["access_token", "f03348e45b976b9da6b919dbc0d4769b"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:38.997035"], ["updated_at", "2016-06-16 21:19:38.997035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1755758869 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1755758869], ["username", "billy_21"], ["access_token", "951d8ae9abd453daafedb334ddc95eb3"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:38.998840"], ["updated_at", "2016-06-16 21:19:38.998840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -81675166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -81675166], ["username", "billy_22"], ["access_token", "a7db3693ce2b13d751b1167b0baa165c"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:39.000650"], ["updated_at", "2016-06-16 21:19:39.000650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -865635764 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -865635764], ["username", "billy_23"], ["access_token", "f1ce37f07cef13d1d86465b35ae94394"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:39.002470"], ["updated_at", "2016-06-16 21:19:39.002470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -754131285 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -754131285], ["username", "billy_24"], ["access_token", "6fdfabe962f0e18e1f36a8b16cd94015"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:39.004300"], ["updated_at", "2016-06-16 21:19:39.004300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108479294 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1108479294], ["username", "billy_25"], ["access_token", "e054efb31994f3ba328ff6bf3d21775f"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:39.006049"], ["updated_at", "2016-06-16 21:19:39.006049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -600055649 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -600055649], ["username", "billy_26"], ["access_token", "f2996e83a9b890f3477e096404a38277"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:39.007858"], ["updated_at", "2016-06-16 21:19:39.007858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1693354855 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1693354855], ["username", "billy_27"], ["access_token", "db4e5e11928f1b4ab76ee344f2d09285"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:39.009765"], ["updated_at", "2016-06-16 21:19:39.009765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1927630546 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1927630546], ["username", "billy_28"], ["access_token", "5711d0a83b506116fb2366ff265c22fc"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:39.011581"], ["updated_at", "2016-06-16 21:19:39.011581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1506406322 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1506406322], ["username", "billy_29"], ["access_token", "c7c1b5a80cea21da6421aa672c4c8113"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:39.013380"], ["updated_at", "2016-06-16 21:19:39.013380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -327325363 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -327325363], ["username", "billy_30"], ["access_token", "18f2576531548db1d093798d1cd1e406"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:39.015221"], ["updated_at", "2016-06-16 21:19:39.015221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1511261679 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1511261679], ["username", "billy_31"], ["access_token", "0252852c086f94865f0c13520adeb5ef"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:39.017061"], ["updated_at", "2016-06-16 21:19:39.017061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -399478846 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -399478846], ["username", "billy_32"], ["access_token", "00badb79775174f9c0f9741dfb396a7d"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:39.018885"], ["updated_at", "2016-06-16 21:19:39.018885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1310236571 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1310236571], ["username", "billy_33"], ["access_token", "0f44cc1b2f522b942a2c1d367cc51e1f"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:39.020742"], ["updated_at", "2016-06-16 21:19:39.020742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -501885453 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -501885453], ["username", "billy_34"], ["access_token", "bcecf59f2069e562c8884b49abc77ddc"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:39.024005"], ["updated_at", "2016-06-16 21:19:39.024005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836572354 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -836572354], ["username", "billy_35"], ["access_token", "b782f60e576b64ec21863611f6ee2a77"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:39.025989"], ["updated_at", "2016-06-16 21:19:39.025989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021925124 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1021925124], ["username", "billy_36"], ["access_token", "224ef72e9db37455ac32d53f20f7687c"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:39.028042"], ["updated_at", "2016-06-16 21:19:39.028042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897622852 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1897622852], ["username", "billy_37"], ["access_token", "822aca1317a4461506115aa197351b3b"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:39.029950"], ["updated_at", "2016-06-16 21:19:39.029950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423962617 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -423962617], ["username", "billy_38"], ["access_token", "0f6a312b6dd1c2dd85ae0931b5f689bf"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:39.031885"], ["updated_at", "2016-06-16 21:19:39.031885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1920450067 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1920450067], ["username", "billy_39"], ["access_token", "536e77869ac80ec663fb4c919f18f8ea"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:39.033756"], ["updated_at", "2016-06-16 21:19:39.033756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -436821488 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -436821488], ["username", "billy_40"], ["access_token", "eec268f2f2082ed6b7a2eba4898281b4"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:39.035645"], ["updated_at", "2016-06-16 21:19:39.035645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -10809082 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -10809082], ["username", "billy_41"], ["access_token", "e809179cad7700bd9d2721bb40a0cc5d"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:39.037544"], ["updated_at", "2016-06-16 21:19:39.037544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1240114644 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1240114644], ["username", "billy_42"], ["access_token", "534ed747bcf0388bd1ab63c4352bbe87"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:39.039460"], ["updated_at", "2016-06-16 21:19:39.039460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -654512028 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -654512028], ["username", "billy_43"], ["access_token", "75008aa35cc19005dd02872eb0516463"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:39.041343"], ["updated_at", "2016-06-16 21:19:39.041343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1601534532 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1601534532], ["username", "billy_44"], ["access_token", "3af88e9e02ebc679c1dbb02feb4a1c5b"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:39.043176"], ["updated_at", "2016-06-16 21:19:39.043176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1128093552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1128093552], ["username", "billy_45"], ["access_token", "5bff5c88ebb077e429077da2ea34c864"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:39.044952"], ["updated_at", "2016-06-16 21:19:39.044952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "f3d11f6d1a63e5dc8cbec7a2add59ca6"], ["created_at", "2016-06-16 21:19:39.051976"], ["updated_at", "2016-06-16 21:19:39.051976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:19:39.056041"], ["updated_at", "2016-06-16 21:19:39.056041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "fe88d4bcbc3d82afa4d5a7b48b4d783a"], ["created_at", "2016-06-16 21:19:39.422623"], ["updated_at", "2016-06-16 21:19:39.422623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:19:39.424288"], ["updated_at", "2016-06-16 21:19:39.424288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "d00b6dafa1e2399b73ba93976ae3d1fa"], ["created_at", "2016-06-16 21:19:39.799468"], ["updated_at", "2016-06-16 21:19:39.799468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:19:39.801171"], ["updated_at", "2016-06-16 21:19:39.801171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "1505027d34bbd6d481ce61bba3f1e4eb"], ["created_at", "2016-06-16 21:19:40.166309"], ["updated_at", "2016-06-16 21:19:40.166309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:19:40.167997"], ["updated_at", "2016-06-16 21:19:40.167997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "5c0a94cb18365024b6831305b52362df"], ["created_at", "2016-06-16 21:19:40.544735"], ["updated_at", "2016-06-16 21:19:40.544735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:19:40.546553"], ["updated_at", "2016-06-16 21:19:40.546553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (48.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "9f3b4952ddb337f03a553f4e9434e0e8"], ["created_at", "2016-06-16 21:19:40.968614"], ["updated_at", "2016-06-16 21:19:40.968614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:19:40.970252"], ["updated_at", "2016-06-16 21:19:40.970252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "21cfc87ed3c48feb9cb55dac79814d99"], ["created_at", "2016-06-16 21:19:40.972167"], ["updated_at", "2016-06-16 21:19:40.972167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-06-16 21:19:40.973527"], ["updated_at", "2016-06-16 21:19:40.973527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1406609599 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1406609599], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:40.975645"], ["updated_at", "2016-06-16 21:19:40.975645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -500896556 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -500896556], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:40.977568"], ["updated_at", "2016-06-16 21:19:40.977568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -500896556]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -500896556 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1406609599]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1406609599 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -500896556 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1406609599 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1406609599], ["member_group_id", -500896556], ["created_at", "2016-06-16 21:19:40.979555"], ["updated_at", "2016-06-16 21:19:40.979555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -500896556) LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -500896556) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -500896556], ["user_id", 1], ["created_at", "2016-06-16 21:19:40.989509"], ["updated_at", "2016-06-16 21:19:40.989509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -500896556) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -500896556]] SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -500896556]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -500896556 - -1406609599 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-06-16 21:19:41.016883"], ["updated_at", "2016-06-16 21:19:41.016883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-06-16 21:19:41.022872"], ["updated_at", "2016-06-16 21:19:41.022872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-06-16 21:19:41.028308"], ["updated_at", "2016-06-16 21:19:41.028308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-06-16 21:19:41.036146"], ["updated_at", "2016-06-16 21:19:41.036146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (1.9ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (0.9ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.8ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (1.0ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.9ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (0.9ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 16ms (ActiveRecord: 1.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947560416 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -947560416], ["username", "jstrav"], ["access_token", "23837cf9b59f8428f2d6d9ce20526c27"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:05.983305"], ["updated_at", "2016-06-16 21:20:05.983305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -177202873 LIMIT 1 SQL (0.9ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -177202873], ["username", "mary"], ["access_token", "9ba51d7233cdbf221d088df50f4cf5c3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:05.986368"], ["updated_at", "2016-06-16 21:20:05.986368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -704573950 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -704573950], ["username", "jstead"], ["access_token", "6cd55d8e596d2f4f264cca7ebab160c0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:05.989786"], ["updated_at", "2016-06-16 21:20:05.989786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2135864912 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2135864912], ["username", "bigbear"], ["access_token", "5c6fe5f5312c3a07aec950dea4d16231"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:05.991976"], ["updated_at", "2016-06-16 21:20:05.991976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -551226977 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -551226977], ["username", "jstrav"], ["access_token", "bacd6d9f1a0b4d44db3fcae4a4c1c0f4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.013122"], ["updated_at", "2016-06-16 21:20:06.013122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043662057 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1043662057], ["username", "mary"], ["access_token", "38e89c66fe922a10a994a32b940ddf7d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.016526"], ["updated_at", "2016-06-16 21:20:06.016526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -81299702 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -81299702], ["username", "jstead"], ["access_token", "6b5f17ba0789c890d86fd155c93d0d0e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.030558"], ["updated_at", "2016-06-16 21:20:06.030558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -161171727 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -161171727], ["username", "bigbear"], ["access_token", "7f84972748251eea0fae0bb260419b88"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.032576"], ["updated_at", "2016-06-16 21:20:06.032576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120590874 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2120590874], ["username", "jstrav"], ["access_token", "fa87af1de02202c3abdc0186a7a87d41"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.037796"], ["updated_at", "2016-06-16 21:20:06.037796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2103306688 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2103306688], ["username", "mary"], ["access_token", "b9599fa4ec5813006d966e84de673b80"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.039834"], ["updated_at", "2016-06-16 21:20:06.039834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -584300628 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -584300628], ["username", "jstead"], ["access_token", "2a110886e6d9f8dfbeed1f5078d1638f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.041761"], ["updated_at", "2016-06-16 21:20:06.041761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -463425378 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -463425378], ["username", "bigbear"], ["access_token", "efc38a77179d25591bb803afb945d7fc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.043467"], ["updated_at", "2016-06-16 21:20:06.043467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1418473305 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1418473305], ["username", "jstrav"], ["access_token", "032af5a36ccd8d2f8279e54a11e708fd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.050186"], ["updated_at", "2016-06-16 21:20:06.050186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1589958150 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1589958150], ["username", "mary"], ["access_token", "9d3b8898b35c146f17dc053ee358b288"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.052229"], ["updated_at", "2016-06-16 21:20:06.052229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2079648196 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2079648196], ["username", "jstead"], ["access_token", "3b1b52de5f0f6b76eb2de617adca9185"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.054176"], ["updated_at", "2016-06-16 21:20:06.054176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1534606019 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1534606019], ["username", "bigbear"], ["access_token", "d83db87653a6e76f71c2f5d31efd30fc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.055963"], ["updated_at", "2016-06-16 21:20:06.055963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831927209 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1831927209], ["username", "jstrav"], ["access_token", "c9fb8a91c55eb4d8c3fd438aa8c7665b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.061225"], ["updated_at", "2016-06-16 21:20:06.061225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -618466132 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -618466132], ["username", "mary"], ["access_token", "b68b5b546cd099fb43e5ecdf9f9f7eff"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.063222"], ["updated_at", "2016-06-16 21:20:06.063222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -740747101 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -740747101], ["username", "jstead"], ["access_token", "91f508bd5bcf1e0ce2491ddf4b8503fd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.065198"], ["updated_at", "2016-06-16 21:20:06.065198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1177038763 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1177038763], ["username", "bigbear"], ["access_token", "484f3052337fa160f25244b335be15b2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.066908"], ["updated_at", "2016-06-16 21:20:06.066908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1505627137 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1505627137], ["username", "jstrav"], ["access_token", "b844bb7462351d8e54e58630799aef14"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.072996"], ["updated_at", "2016-06-16 21:20:06.072996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1973351284 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1973351284], ["username", "mary"], ["access_token", "ce7e1827451c8fd18fcf78a05af53121"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.075024"], ["updated_at", "2016-06-16 21:20:06.075024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -40425136 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -40425136], ["username", "jstead"], ["access_token", "5c509a3b2fe1c9d8fd70dcd418868621"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.076933"], ["updated_at", "2016-06-16 21:20:06.076933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1287902967 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1287902967], ["username", "bigbear"], ["access_token", "ad10c1bf9ecdf6b6628ae3e8ee726828"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.078655"], ["updated_at", "2016-06-16 21:20:06.078655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -505759777 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -505759777], ["username", "jstrav"], ["access_token", "9ed6fadfbf13ce21b66c182146778c8e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.083424"], ["updated_at", "2016-06-16 21:20:06.083424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429069461 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -429069461], ["username", "mary"], ["access_token", "14b55f8805bfafb1ccff7ce62a14df88"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.085625"], ["updated_at", "2016-06-16 21:20:06.085625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1234067150 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1234067150], ["username", "jstead"], ["access_token", "0e20191159563ff10deb90fad41af1d5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.087541"], ["updated_at", "2016-06-16 21:20:06.087541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1604166924 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1604166924], ["username", "bigbear"], ["access_token", "2d372e8f8aa107cf29aa9304d05b177c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.089454"], ["updated_at", "2016-06-16 21:20:06.089454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912530473 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1912530473], ["username", "jstrav"], ["access_token", "ccf0c8b441e9a7bdf013023b902cb948"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.095668"], ["updated_at", "2016-06-16 21:20:06.095668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987511753 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -987511753], ["username", "mary"], ["access_token", "57602a90b803761dfccb02f6a0a2aa2f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.097770"], ["updated_at", "2016-06-16 21:20:06.097770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1408656089 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1408656089], ["username", "jstead"], ["access_token", "e02958bedf08374ede27bf910d5647bc"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.099707"], ["updated_at", "2016-06-16 21:20:06.099707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1444039314 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1444039314], ["username", "bigbear"], ["access_token", "96462cebbd60dc84f86e3dc0480c250f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.101639"], ["updated_at", "2016-06-16 21:20:06.101639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58597003 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -58597003], ["username", "jstrav"], ["access_token", "3422c0991df6461528815f5aea260920"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.106285"], ["updated_at", "2016-06-16 21:20:06.106285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -219482930 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -219482930], ["username", "mary"], ["access_token", "81349c1abf0ce4e240526d5940e8abda"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.108260"], ["updated_at", "2016-06-16 21:20:06.108260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -939043201 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -939043201], ["username", "jstead"], ["access_token", "4dc7653f9da8c34cc33b4c3b16919076"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.110191"], ["updated_at", "2016-06-16 21:20:06.110191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2076732794 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2076732794], ["username", "bigbear"], ["access_token", "68433dfa4ab85473e836fd3a3b967832"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.111947"], ["updated_at", "2016-06-16 21:20:06.111947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1582192352 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1582192352], ["username", "jstrav"], ["access_token", "e396d20f463674d9a27bef057a4d0766"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.117741"], ["updated_at", "2016-06-16 21:20:06.117741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -697034969 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -697034969], ["username", "mary"], ["access_token", "43b1606f982bab61fb8385cd5423958e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.121068"], ["updated_at", "2016-06-16 21:20:06.121068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407689596 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -407689596], ["username", "jstead"], ["access_token", "1e4bf43fdee1994265777ec562265809"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.124074"], ["updated_at", "2016-06-16 21:20:06.124074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1345778052 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1345778052], ["username", "bigbear"], ["access_token", "73fbfb6d0009d032a5b82605796580d8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.126595"], ["updated_at", "2016-06-16 21:20:06.126595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262597022 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -262597022], ["username", "jstrav"], ["access_token", "4a686241e1dde6b07bee74c28db2895d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.132863"], ["updated_at", "2016-06-16 21:20:06.132863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1133080510 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1133080510], ["username", "mary"], ["access_token", "ec7b81f146c5c8a1ae505e18af55ce58"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.135270"], ["updated_at", "2016-06-16 21:20:06.135270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -399418927 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -399418927], ["username", "jstead"], ["access_token", "cfb244ad8da6cc26eb3bb9b1312faa55"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.137576"], ["updated_at", "2016-06-16 21:20:06.137576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1866453724 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1866453724], ["username", "bigbear"], ["access_token", "15cd83a14ecc8ed76f19512b86217fcb"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.139580"], ["updated_at", "2016-06-16 21:20:06.139580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1189341634 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1189341634], ["username", "billy_00"], ["access_token", "a3588c783bec4e009a9b4a04446bc39a"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:06.141665"], ["updated_at", "2016-06-16 21:20:06.141665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1735884840 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1735884840], ["username", "billy_01"], ["access_token", "b2c93892bad66c40444aab27d381f83f"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:06.143668"], ["updated_at", "2016-06-16 21:20:06.143668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1292253353 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1292253353], ["username", "billy_02"], ["access_token", "e2dc5db19a9718a39ad1969a9be7479c"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:06.145614"], ["updated_at", "2016-06-16 21:20:06.145614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -640611628 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -640611628], ["username", "billy_03"], ["access_token", "4e1c1b3ef12447356a9823f9485ae9c3"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:06.147506"], ["updated_at", "2016-06-16 21:20:06.147506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -595993927 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -595993927], ["username", "billy_04"], ["access_token", "5d119f7d52594793262af34ebabfcd54"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:06.149384"], ["updated_at", "2016-06-16 21:20:06.149384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1760557419 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1760557419], ["username", "billy_05"], ["access_token", "1be5c46dcf47a8784884178561de92fe"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:06.151308"], ["updated_at", "2016-06-16 21:20:06.151308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1267482221 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1267482221], ["username", "billy_06"], ["access_token", "ec0c304bc3452599a0fa73ba6ee119a9"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:06.153332"], ["updated_at", "2016-06-16 21:20:06.153332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -888022918 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -888022918], ["username", "billy_07"], ["access_token", "1b2a880d44f08b24fd1102455d3f27f8"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:06.155287"], ["updated_at", "2016-06-16 21:20:06.155287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1957467685 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1957467685], ["username", "billy_08"], ["access_token", "a1416d3df6f4a1e57cdaf0bbd7731151"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:06.157118"], ["updated_at", "2016-06-16 21:20:06.157118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -302007401 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -302007401], ["username", "billy_09"], ["access_token", "6cb2191220ebeef65ae8bc493010f3bc"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:06.158943"], ["updated_at", "2016-06-16 21:20:06.158943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807734628 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -807734628], ["username", "billy_10"], ["access_token", "919ede02ba8dd531a4aa7a6ddaa0d9e2"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:06.160755"], ["updated_at", "2016-06-16 21:20:06.160755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1741912103 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1741912103], ["username", "billy_11"], ["access_token", "c87b442beaf2c3634b9581c93e2b8a9d"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:06.162604"], ["updated_at", "2016-06-16 21:20:06.162604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1082672804 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1082672804], ["username", "billy_12"], ["access_token", "29eb8a19750e1dfd4ab4524cf7290bf0"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:06.164524"], ["updated_at", "2016-06-16 21:20:06.164524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -445099393 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -445099393], ["username", "billy_13"], ["access_token", "cf684727298299b9c923e626cae487bd"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:06.206716"], ["updated_at", "2016-06-16 21:20:06.206716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800187301 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -800187301], ["username", "billy_14"], ["access_token", "1afb40556da68a8d94330a9267c74be4"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:06.208996"], ["updated_at", "2016-06-16 21:20:06.208996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -681320307 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -681320307], ["username", "billy_15"], ["access_token", "8fae3fa96bfe27c6e98567b3d4c307b0"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:06.210937"], ["updated_at", "2016-06-16 21:20:06.210937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -537531724 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -537531724], ["username", "billy_16"], ["access_token", "47f7349c9e0863c60c117b707defe0de"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:06.212830"], ["updated_at", "2016-06-16 21:20:06.212830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1936439964 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1936439964], ["username", "billy_17"], ["access_token", "36d2b07b8be400fdb0fa73e92b4561d7"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:06.214700"], ["updated_at", "2016-06-16 21:20:06.214700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -628113922 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -628113922], ["username", "billy_18"], ["access_token", "9525c3267a8f49c63f9997829902163c"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:06.216694"], ["updated_at", "2016-06-16 21:20:06.216694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1523404948 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1523404948], ["username", "billy_19"], ["access_token", "4cd3c4d67b6b9e6a570b422375f2803d"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:06.218604"], ["updated_at", "2016-06-16 21:20:06.218604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597417305 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -597417305], ["username", "billy_20"], ["access_token", "249a5519960fcfb2be31986d8556d525"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:06.220432"], ["updated_at", "2016-06-16 21:20:06.220432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -673261921 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -673261921], ["username", "billy_21"], ["access_token", "840ada4ffec68b4b43b71392c2dace40"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:06.222289"], ["updated_at", "2016-06-16 21:20:06.222289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718144676 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718144676], ["username", "billy_22"], ["access_token", "cc5dc1a324e58f1f40e8b29e198a716a"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:06.224190"], ["updated_at", "2016-06-16 21:20:06.224190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1717142800 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1717142800], ["username", "billy_23"], ["access_token", "87044b96a16b2c46869cfb3fc3624a2e"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:06.226097"], ["updated_at", "2016-06-16 21:20:06.226097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361664250 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -361664250], ["username", "billy_24"], ["access_token", "b11d7e89202a2fe0786c6b9ec80679b7"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:06.227984"], ["updated_at", "2016-06-16 21:20:06.227984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1701789546 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1701789546], ["username", "billy_25"], ["access_token", "a04d0827917c1bba8fe040f21bb40449"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:06.230019"], ["updated_at", "2016-06-16 21:20:06.230019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324360435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1324360435], ["username", "billy_26"], ["access_token", "a9ddfa31a586879523c4870c714ef8b1"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:06.231873"], ["updated_at", "2016-06-16 21:20:06.231873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1023130727 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1023130727], ["username", "billy_27"], ["access_token", "2461b3c0618377e28fbb2d7f4e057cef"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:06.233700"], ["updated_at", "2016-06-16 21:20:06.233700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1820402999 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1820402999], ["username", "billy_28"], ["access_token", "999b3b49a016d93ecdf0c14350ec0460"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:06.235516"], ["updated_at", "2016-06-16 21:20:06.235516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1569587874 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1569587874], ["username", "billy_29"], ["access_token", "e1d65a1af8e6c630f3c49ee152f9f49c"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:06.237362"], ["updated_at", "2016-06-16 21:20:06.237362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1284179325 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1284179325], ["username", "billy_30"], ["access_token", "149b96c8e7286cc199c243fe277c3b16"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:06.239241"], ["updated_at", "2016-06-16 21:20:06.239241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878437165 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -878437165], ["username", "billy_31"], ["access_token", "1805e68b7f69178e93702f7d336ec200"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:06.241050"], ["updated_at", "2016-06-16 21:20:06.241050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236596075 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -236596075], ["username", "billy_32"], ["access_token", "7b24c1a56e22b80c1d20dede1b730f5a"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:06.242846"], ["updated_at", "2016-06-16 21:20:06.242846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1000718975 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1000718975], ["username", "billy_33"], ["access_token", "a65a965a90cba1b62076410c2c9b6303"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:06.244724"], ["updated_at", "2016-06-16 21:20:06.244724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091134164 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2091134164], ["username", "billy_34"], ["access_token", "ef0688f03c3cd4af338eee5311ac9189"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:06.246532"], ["updated_at", "2016-06-16 21:20:06.246532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538752273 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -538752273], ["username", "billy_35"], ["access_token", "4f51972af3a219072f94cef671771c0f"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:06.249196"], ["updated_at", "2016-06-16 21:20:06.249196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187428735 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1187428735], ["username", "billy_36"], ["access_token", "1d7488374ab3fa48829e8b094573a717"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:06.252441"], ["updated_at", "2016-06-16 21:20:06.252441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1126108577 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1126108577], ["username", "billy_37"], ["access_token", "5e4d078c69ebe81ff396600dda859cfc"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:06.255253"], ["updated_at", "2016-06-16 21:20:06.255253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719646392 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1719646392], ["username", "billy_38"], ["access_token", "9e79133f3d76a5d681a98a2bb97fd180"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:06.257717"], ["updated_at", "2016-06-16 21:20:06.257717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1826885667 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1826885667], ["username", "billy_39"], ["access_token", "70dbec25b7284f1c8c54c8b19efe55d5"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:06.259922"], ["updated_at", "2016-06-16 21:20:06.259922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2095609841 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2095609841], ["username", "billy_40"], ["access_token", "c649ecdfa97fd9a138cf751950d405d2"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:06.261953"], ["updated_at", "2016-06-16 21:20:06.261953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -743831641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -743831641], ["username", "billy_41"], ["access_token", "574d6e611ba0aae40de380f11c712a9b"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:06.263741"], ["updated_at", "2016-06-16 21:20:06.263741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880519904 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -880519904], ["username", "billy_42"], ["access_token", "f8381b62ce3e30469a10be54cb223bd6"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:06.265493"], ["updated_at", "2016-06-16 21:20:06.265493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2087639631 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2087639631], ["username", "billy_43"], ["access_token", "8695a3f8ab8d25d656a70bd38698a541"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:06.267253"], ["updated_at", "2016-06-16 21:20:06.267253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -676424219 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -676424219], ["username", "billy_44"], ["access_token", "6ce839f492b89f7e7d535e103ca012b2"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:06.269011"], ["updated_at", "2016-06-16 21:20:06.269011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1528708514 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1528708514], ["username", "billy_45"], ["access_token", "9f7acf9dcbdd6b40c83f005184b0ca65"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:06.270744"], ["updated_at", "2016-06-16 21:20:06.270744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -918774654 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -918774654], ["username", "jstrav"], ["access_token", "139e484b945fb431d65d63f14cef9980"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.278761"], ["updated_at", "2016-06-16 21:20:06.278761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1645655775 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1645655775], ["username", "mary"], ["access_token", "591deb6403453737d21831bf6ca470d9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.281169"], ["updated_at", "2016-06-16 21:20:06.281169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1054566538 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1054566538], ["username", "jstead"], ["access_token", "6c7aba0d64d46d3fac42be5b3ca53c9d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.283233"], ["updated_at", "2016-06-16 21:20:06.283233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -625077521 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -625077521], ["username", "bigbear"], ["access_token", "ba56909c02c9d9ee42ec092c1802982d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.285081"], ["updated_at", "2016-06-16 21:20:06.285081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -330577061 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -330577061], ["username", "billy_00"], ["access_token", "43d7d1e4abb255ec54b09406d64e3be8"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:06.286978"], ["updated_at", "2016-06-16 21:20:06.286978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -439149867 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -439149867], ["username", "billy_01"], ["access_token", "ea252eb5c4825eb7ad8e086864f87e76"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:06.288818"], ["updated_at", "2016-06-16 21:20:06.288818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -588154243 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -588154243], ["username", "billy_02"], ["access_token", "0140c6550c9525bc8e5dde6c0ec00d20"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:06.290640"], ["updated_at", "2016-06-16 21:20:06.290640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725338152 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -725338152], ["username", "billy_03"], ["access_token", "9edb548fa4c4713267873a9c49a9641f"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:06.292416"], ["updated_at", "2016-06-16 21:20:06.292416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2090190854 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2090190854], ["username", "billy_04"], ["access_token", "e24f92de4be4b032f243fd8c9049203d"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:06.294442"], ["updated_at", "2016-06-16 21:20:06.294442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -647956908 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -647956908], ["username", "billy_05"], ["access_token", "ccf6c8cefbfb17ec69e005b5f3dbb6c8"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:06.296219"], ["updated_at", "2016-06-16 21:20:06.296219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1553862747 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1553862747], ["username", "billy_06"], ["access_token", "a454d657ebb1130802f8f2fea8e5ce4c"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:06.297958"], ["updated_at", "2016-06-16 21:20:06.297958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1457924093 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1457924093], ["username", "billy_07"], ["access_token", "adeb0a50df911c432b3f2aaab870e65c"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:06.299739"], ["updated_at", "2016-06-16 21:20:06.299739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1048541444 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1048541444], ["username", "billy_08"], ["access_token", "5415fd4000798c056fcd717b787167c7"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:06.301499"], ["updated_at", "2016-06-16 21:20:06.301499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647330078 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1647330078], ["username", "billy_09"], ["access_token", "d19eb9e08363a0d6d53b49a44faf4de3"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:06.303298"], ["updated_at", "2016-06-16 21:20:06.303298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1666168365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1666168365], ["username", "billy_10"], ["access_token", "32479f23e119fb3fd38b247ffc4bbfa2"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:06.305122"], ["updated_at", "2016-06-16 21:20:06.305122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1518067316 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1518067316], ["username", "billy_11"], ["access_token", "3d6cc0ead34072ba3951d7de20d45da8"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:06.306912"], ["updated_at", "2016-06-16 21:20:06.306912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912960712 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1912960712], ["username", "billy_12"], ["access_token", "0aa95801f964b6c32d6e53a617b2756a"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:06.308720"], ["updated_at", "2016-06-16 21:20:06.308720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1271785648 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1271785648], ["username", "billy_13"], ["access_token", "046080ed9a9873aad5d15a90b997a116"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:06.310494"], ["updated_at", "2016-06-16 21:20:06.310494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1775620360 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1775620360], ["username", "billy_14"], ["access_token", "66d97ebf664d41dd4484ee101b1b0d63"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:06.312574"], ["updated_at", "2016-06-16 21:20:06.312574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945946535 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -945946535], ["username", "billy_15"], ["access_token", "4e9f3db3e8ec17666342c9ae2d113f5b"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:06.314580"], ["updated_at", "2016-06-16 21:20:06.314580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -509624244 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -509624244], ["username", "billy_16"], ["access_token", "9299c9b7822b8d8a170031d0092945e1"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:06.316831"], ["updated_at", "2016-06-16 21:20:06.316831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2128175485 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2128175485], ["username", "billy_17"], ["access_token", "efa16dddd8e1563a4a8959a083e107ad"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:06.318798"], ["updated_at", "2016-06-16 21:20:06.318798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656417602 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1656417602], ["username", "billy_18"], ["access_token", "45d22a965756d38b0c83f6cb259220d6"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:06.320727"], ["updated_at", "2016-06-16 21:20:06.320727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -508146999 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -508146999], ["username", "billy_19"], ["access_token", "a1302045bf7e07bc53bf522f5002f8c3"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:06.322563"], ["updated_at", "2016-06-16 21:20:06.322563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510874929 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1510874929], ["username", "billy_20"], ["access_token", "98883b6b701d0118ce2818843049fafa"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:06.324535"], ["updated_at", "2016-06-16 21:20:06.324535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -690845944 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -690845944], ["username", "billy_21"], ["access_token", "3f814b53492c7bae52af1ce23f0fb67b"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:06.326681"], ["updated_at", "2016-06-16 21:20:06.326681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -137833124 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -137833124], ["username", "billy_22"], ["access_token", "52790c1648104bd7356a08e19b12e7e8"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:06.329017"], ["updated_at", "2016-06-16 21:20:06.329017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1213038190 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1213038190], ["username", "billy_23"], ["access_token", "b56927b94bbd219eed86e3c4310271d9"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:06.330988"], ["updated_at", "2016-06-16 21:20:06.330988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -753513400 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -753513400], ["username", "billy_24"], ["access_token", "3d531b983df6cbc1a4c2ba3020811554"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:06.332931"], ["updated_at", "2016-06-16 21:20:06.332931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -445474710 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -445474710], ["username", "billy_25"], ["access_token", "89353d6a8a91a86120dfca64715c9ce9"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:06.335222"], ["updated_at", "2016-06-16 21:20:06.335222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -441679931 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -441679931], ["username", "billy_26"], ["access_token", "156d58c3f32f59a20f8c7a6d483d97f2"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:06.337174"], ["updated_at", "2016-06-16 21:20:06.337174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -376210976 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -376210976], ["username", "billy_27"], ["access_token", "f3318688251974931ed7f4529761bf10"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:06.338973"], ["updated_at", "2016-06-16 21:20:06.338973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -722973693 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -722973693], ["username", "billy_28"], ["access_token", "ee8b4273db68f7a80df39fb5310bc30b"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:06.340693"], ["updated_at", "2016-06-16 21:20:06.340693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1667062714 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1667062714], ["username", "billy_29"], ["access_token", "1c08a5dad6f92d4ab800bbc0bff9efdc"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:06.342399"], ["updated_at", "2016-06-16 21:20:06.342399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -964813305 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -964813305], ["username", "billy_30"], ["access_token", "0b46e7961f7d39402e422658aef66c06"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:06.344346"], ["updated_at", "2016-06-16 21:20:06.344346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -825974457 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -825974457], ["username", "billy_31"], ["access_token", "465740bbf5dc667e52031706724d4dc5"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:06.346111"], ["updated_at", "2016-06-16 21:20:06.346111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1851274416 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1851274416], ["username", "billy_32"], ["access_token", "25ff4ae150e2776631faf518ef5477d8"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:06.347835"], ["updated_at", "2016-06-16 21:20:06.347835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -690075649 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -690075649], ["username", "billy_33"], ["access_token", "bb18bf07e310adf410485d0b70d55ee7"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:06.349553"], ["updated_at", "2016-06-16 21:20:06.349553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -660099920 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -660099920], ["username", "billy_34"], ["access_token", "410c53345f9e50bd7b79f985ba3f355d"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:06.351260"], ["updated_at", "2016-06-16 21:20:06.351260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1115557417 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1115557417], ["username", "billy_35"], ["access_token", "e1a95710bfe5a4dc3788b14282e64fec"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:06.352959"], ["updated_at", "2016-06-16 21:20:06.352959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1223594972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1223594972], ["username", "billy_36"], ["access_token", "0af363e9f9ad6d9040ebbebbe0a6e23d"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:06.354650"], ["updated_at", "2016-06-16 21:20:06.354650"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488150851 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -488150851], ["username", "billy_37"], ["access_token", "b3b051c0033e5823a973a01b35fe66e9"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:06.356413"], ["updated_at", "2016-06-16 21:20:06.356413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -662153248 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -662153248], ["username", "billy_38"], ["access_token", "642611acd059e8fe1561fd22de4e5d25"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:06.358138"], ["updated_at", "2016-06-16 21:20:06.358138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -842534553 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -842534553], ["username", "billy_39"], ["access_token", "5529957fabae9456f88b3e2bfe4f060b"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:06.360264"], ["updated_at", "2016-06-16 21:20:06.360264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1839780848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1839780848], ["username", "billy_40"], ["access_token", "6bb8f377a39271a26767182a69e23c23"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:06.361927"], ["updated_at", "2016-06-16 21:20:06.361927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020373775 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2020373775], ["username", "billy_41"], ["access_token", "4287d50d57bdb15fa6a488600feac4d6"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:06.363593"], ["updated_at", "2016-06-16 21:20:06.363593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -609948936 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -609948936], ["username", "billy_42"], ["access_token", "3082294db2e58aec1c2185c7d96b19cf"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:06.365674"], ["updated_at", "2016-06-16 21:20:06.365674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -690335118 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -690335118], ["username", "billy_43"], ["access_token", "ab7778ed9dafa63450e4156f00ccff0e"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:06.367570"], ["updated_at", "2016-06-16 21:20:06.367570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510330782 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1510330782], ["username", "billy_44"], ["access_token", "d2068bf1ce21849101431b040312527c"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:06.369506"], ["updated_at", "2016-06-16 21:20:06.369506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1752088413 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1752088413], ["username", "billy_45"], ["access_token", "c4aa69202176665a0f5e8a03043f56aa"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:06.371514"], ["updated_at", "2016-06-16 21:20:06.371514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410751889 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -410751889], ["username", "jstrav"], ["access_token", "f62f5ae2e8fed71b7046f05b6d79e593"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.379629"], ["updated_at", "2016-06-16 21:20:06.379629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2003920691 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2003920691], ["username", "mary"], ["access_token", "a3234970a2c098d7662d6e649e7281f7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.382210"], ["updated_at", "2016-06-16 21:20:06.382210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1372386817 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1372386817], ["username", "jstead"], ["access_token", "55ff2187279939c9361d4a79ffa031a4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.384602"], ["updated_at", "2016-06-16 21:20:06.384602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -461016177 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -461016177], ["username", "bigbear"], ["access_token", "e50c7d3bfb0ca973a2c1be6fd0b58c2e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.386588"], ["updated_at", "2016-06-16 21:20:06.386588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1999268902 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1999268902], ["username", "billy_00"], ["access_token", "128c3e26d396fb00658695bd4cafbb0c"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:06.388361"], ["updated_at", "2016-06-16 21:20:06.388361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965326083 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -965326083], ["username", "billy_01"], ["access_token", "90f5d2181004b8cefabfc1d03902e635"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:06.389992"], ["updated_at", "2016-06-16 21:20:06.389992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -567531823 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -567531823], ["username", "billy_02"], ["access_token", "bfd34f7241ded17cbc83cfd14758002f"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:06.391685"], ["updated_at", "2016-06-16 21:20:06.391685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1854893469 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1854893469], ["username", "billy_03"], ["access_token", "c2c16cefc138e110135f78308b1f5b52"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:06.393327"], ["updated_at", "2016-06-16 21:20:06.393327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -574024586 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -574024586], ["username", "billy_04"], ["access_token", "dd1ae02e45956d05b1c6c46e7bd3ffbc"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:06.394967"], ["updated_at", "2016-06-16 21:20:06.394967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1081267623 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1081267623], ["username", "billy_05"], ["access_token", "504163532861a5e57accc8106ea27ac0"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:06.396601"], ["updated_at", "2016-06-16 21:20:06.396601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -959229052 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -959229052], ["username", "billy_06"], ["access_token", "28dca48389d28600602183736b0effbd"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:06.398243"], ["updated_at", "2016-06-16 21:20:06.398243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -115744129 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -115744129], ["username", "billy_07"], ["access_token", "29cc57a4ea5817ebea1b34aa7682c436"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:06.399876"], ["updated_at", "2016-06-16 21:20:06.399876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1157240551 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1157240551], ["username", "billy_08"], ["access_token", "9f4cc99c639e387d47078299f2f06da6"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:06.401526"], ["updated_at", "2016-06-16 21:20:06.401526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726132976 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -726132976], ["username", "billy_09"], ["access_token", "c2f043be6134cb1a6264c87037902e4d"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:06.403172"], ["updated_at", "2016-06-16 21:20:06.403172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1484465346 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1484465346], ["username", "billy_10"], ["access_token", "c052a292337ffa07e359bedbc292f5cf"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:06.404893"], ["updated_at", "2016-06-16 21:20:06.404893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1113604601 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1113604601], ["username", "billy_11"], ["access_token", "7a7521787b6c32ef5215a1ffd7ffad52"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:06.406622"], ["updated_at", "2016-06-16 21:20:06.406622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -100120947 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -100120947], ["username", "billy_12"], ["access_token", "0d151675da3ebb6728c4e04333a5134c"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:06.408545"], ["updated_at", "2016-06-16 21:20:06.408545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1427744143 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1427744143], ["username", "billy_13"], ["access_token", "f81977842dea499ef8f783418f2f7fb2"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:06.410236"], ["updated_at", "2016-06-16 21:20:06.410236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1939494150 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1939494150], ["username", "billy_14"], ["access_token", "a3fdc861436dde8fc89f089d46adb99f"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:06.411929"], ["updated_at", "2016-06-16 21:20:06.411929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1032965146 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1032965146], ["username", "billy_15"], ["access_token", "626035d92d61073d4a52cd5e4600b844"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:06.414385"], ["updated_at", "2016-06-16 21:20:06.414385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2051413166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2051413166], ["username", "billy_16"], ["access_token", "0b6f9c3b61c6b6deb4e1720c8907cb12"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:06.416243"], ["updated_at", "2016-06-16 21:20:06.416243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53311346 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -53311346], ["username", "billy_17"], ["access_token", "1b56147607541a9cc6906b0083f81020"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:06.417977"], ["updated_at", "2016-06-16 21:20:06.417977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1039935062 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1039935062], ["username", "billy_18"], ["access_token", "ea3f13f3d9d798c02520a9bdf15b0ed5"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:06.419666"], ["updated_at", "2016-06-16 21:20:06.419666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -901325445 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -901325445], ["username", "billy_19"], ["access_token", "9b352fa2a5e6960d6d01c0901e3a0787"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:06.421450"], ["updated_at", "2016-06-16 21:20:06.421450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659638553 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1659638553], ["username", "billy_20"], ["access_token", "36a7c9e72904303a578c4c940253afc9"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:06.423145"], ["updated_at", "2016-06-16 21:20:06.423145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -156997562 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -156997562], ["username", "billy_21"], ["access_token", "d2c12efcf0cbe3232bc02c4fbf59ee18"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:06.424857"], ["updated_at", "2016-06-16 21:20:06.424857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -18500488 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -18500488], ["username", "billy_22"], ["access_token", "8ad9dd4accf4f50971fe1b95c4d5ac80"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:06.426524"], ["updated_at", "2016-06-16 21:20:06.426524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518043107 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -518043107], ["username", "billy_23"], ["access_token", "3800469eb0c844e5ec25a0e4c6fea860"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:06.428272"], ["updated_at", "2016-06-16 21:20:06.428272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -833546847 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -833546847], ["username", "billy_24"], ["access_token", "f4d6b532f4346e329b747a848b038a5c"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:06.429950"], ["updated_at", "2016-06-16 21:20:06.429950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1616683150 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1616683150], ["username", "billy_25"], ["access_token", "e690049b3d57e625fc8ae53d97f54931"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:06.431630"], ["updated_at", "2016-06-16 21:20:06.431630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -530851281 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -530851281], ["username", "billy_26"], ["access_token", "3ef1abc698f6878b45eca7b593a37029"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:06.433282"], ["updated_at", "2016-06-16 21:20:06.433282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1422137197 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1422137197], ["username", "billy_27"], ["access_token", "03f7681a10634090341693173eb7af6b"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:06.434946"], ["updated_at", "2016-06-16 21:20:06.434946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -21221637 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -21221637], ["username", "billy_28"], ["access_token", "22fbcff8940cd0990bdea2f588288ad0"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:06.436611"], ["updated_at", "2016-06-16 21:20:06.436611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -176592678 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -176592678], ["username", "billy_29"], ["access_token", "5bb013268c5556c085ef78990e6ac82b"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:06.438413"], ["updated_at", "2016-06-16 21:20:06.438413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1253478806 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1253478806], ["username", "billy_30"], ["access_token", "7a146ce80cd3a27fc9847b8d878c7c84"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:06.440266"], ["updated_at", "2016-06-16 21:20:06.440266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1579936331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1579936331], ["username", "billy_31"], ["access_token", "7482ae51c58c2dd8637dfbc2ff249096"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:06.441940"], ["updated_at", "2016-06-16 21:20:06.441940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -367878565 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -367878565], ["username", "billy_32"], ["access_token", "3520de388076e9134e0d2696cde8e615"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:06.443605"], ["updated_at", "2016-06-16 21:20:06.443605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030530662 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1030530662], ["username", "billy_33"], ["access_token", "9c56b11135b546505d4f441cc84c7829"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:06.445272"], ["updated_at", "2016-06-16 21:20:06.445272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1309514094 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1309514094], ["username", "billy_34"], ["access_token", "4c2c5e8e57aed68a1b904f25afbb372b"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:06.446924"], ["updated_at", "2016-06-16 21:20:06.446924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1845157549 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1845157549], ["username", "billy_35"], ["access_token", "c92d98ce8dbd9b968c540655c68a0a02"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:06.448600"], ["updated_at", "2016-06-16 21:20:06.448600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1585614259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1585614259], ["username", "billy_36"], ["access_token", "e71856e7173f888afbe8f8f239bbbc68"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:06.450263"], ["updated_at", "2016-06-16 21:20:06.450263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -199214873 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -199214873], ["username", "billy_37"], ["access_token", "efeda37d732c22f93d572e0be0bf1466"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:06.451926"], ["updated_at", "2016-06-16 21:20:06.451926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -530084522 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -530084522], ["username", "billy_38"], ["access_token", "f293b1d26e160fb9de58a5c99aee45ec"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:06.453633"], ["updated_at", "2016-06-16 21:20:06.453633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -671765485 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -671765485], ["username", "billy_39"], ["access_token", "7ae21ebc811d61c1749f54179d8d5bc1"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:06.455326"], ["updated_at", "2016-06-16 21:20:06.455326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455518205 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -455518205], ["username", "billy_40"], ["access_token", "dc4868a8146bb962c1e388aa51bbec25"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:06.457013"], ["updated_at", "2016-06-16 21:20:06.457013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1502902004 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1502902004], ["username", "billy_41"], ["access_token", "bab8ea7ea461fec96a9412f8fdf4cf3b"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:06.458688"], ["updated_at", "2016-06-16 21:20:06.458688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -735708319 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -735708319], ["username", "billy_42"], ["access_token", "e0355761fd416098de5728a8b3e80d10"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:06.460446"], ["updated_at", "2016-06-16 21:20:06.460446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407613653 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -407613653], ["username", "billy_43"], ["access_token", "4e946501b63d2c2d98647904d32333d7"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:06.462112"], ["updated_at", "2016-06-16 21:20:06.462112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -552403907 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -552403907], ["username", "billy_44"], ["access_token", "16337911fc6408cd1874fb0889b26258"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:06.463793"], ["updated_at", "2016-06-16 21:20:06.463793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719418815 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1719418815], ["username", "billy_45"], ["access_token", "54379c9dc149a270ccab2e5b054ad946"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:06.465447"], ["updated_at", "2016-06-16 21:20:06.465447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1120382662 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1120382662], ["username", "jstrav"], ["access_token", "11929684c7eb084fddbb019f672ab5c6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.472092"], ["updated_at", "2016-06-16 21:20:06.472092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1655843087 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1655843087], ["username", "mary"], ["access_token", "199eedaadc5dbdaafad18b0735d483a7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.474106"], ["updated_at", "2016-06-16 21:20:06.474106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1467073546 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1467073546], ["username", "jstead"], ["access_token", "6611054bdca3c4b3fc5afae5e4fe8d08"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.476016"], ["updated_at", "2016-06-16 21:20:06.476016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1027971709 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1027971709], ["username", "bigbear"], ["access_token", "a54f6f6b5311c40d873d53c1c0fac763"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.477722"], ["updated_at", "2016-06-16 21:20:06.477722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1635039737 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1635039737], ["username", "foo_bb"], ["access_token", "b0d1f37bc39f3b76c5b002b4e45ee888"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-06-16 21:20:06.479455"], ["updated_at", "2016-06-16 21:20:06.479455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794481195 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -794481195], ["username", "foo_bj"], ["access_token", "4d0fa259079bdf0da76a4c4efd1c26ad"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-06-16 21:20:06.481225"], ["updated_at", "2016-06-16 21:20:06.481225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -456220848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -456220848], ["username", "foo_tj"], ["access_token", "4ba5001489675cb62e4a5d715b90a923"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-06-16 21:20:06.482934"], ["updated_at", "2016-06-16 21:20:06.482934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "a6f19d1d385f09c544288cc70b1fab9f"], ["created_at", "2016-06-16 21:20:06.491023"], ["updated_at", "2016-06-16 21:20:06.491023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:20:06.501111"], ["updated_at", "2016-06-16 21:20:06.501111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "64e35a461a5fc2b1227caf7e33f2d9c0"], ["created_at", "2016-06-16 21:20:06.503523"], ["updated_at", "2016-06-16 21:20:06.503523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-06-16 21:20:06.504819"], ["updated_at", "2016-06-16 21:20:06.504819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -15654277 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -15654277], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.514535"], ["updated_at", "2016-06-16 21:20:06.514535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2110438154 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2110438154], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.517748"], ["updated_at", "2016-06-16 21:20:06.517748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -2110438154]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -2110438154 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -15654277]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -15654277 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -2110438154 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -15654277 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -15654277], ["member_group_id", -2110438154], ["created_at", "2016-06-16 21:20:06.523368"], ["updated_at", "2016-06-16 21:20:06.523368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -2110438154) LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -2110438154) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -2110438154], ["user_id", 1], ["created_at", "2016-06-16 21:20:06.543217"], ["updated_at", "2016-06-16 21:20:06.543217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -2110438154) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -2110438154]] SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -2110438154]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -2110438154 - -15654277 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-06-16 21:20:06.574490"], ["updated_at", "2016-06-16 21:20:06.574490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-06-16 21:20:06.579938"], ["updated_at", "2016-06-16 21:20:06.579938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-06-16 21:20:06.585303"], ["updated_at", "2016-06-16 21:20:06.585303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-06-16 21:20:06.591949"], ["updated_at", "2016-06-16 21:20:06.591949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 21:20:06.604437"], ["updated_at", "2016-06-16 21:20:06.604437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1354581803 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1354581803], ["username", "8c920fc7def1b8efdb8eb0bc1ce41876"], ["access_token", "1866ea66d0f58d6e620cee34d1ea2182"], ["created_at", "2016-06-16 21:20:06.647397"], ["updated_at", "2016-06-16 21:20:06.647397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1905892156 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1905892156], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.652702"], ["updated_at", "2016-06-16 21:20:06.652702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797263077 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -797263077], ["username", "e3db716ee5b450c4eaa07756549518e2"], ["access_token", "8e87336cead24ad400b0d08cb353aa36"], ["created_at", "2016-06-16 21:20:06.656015"], ["updated_at", "2016-06-16 21:20:06.656015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1905892156/owners/-797263077" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1905892156", "user_id"=>"-797263077"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1001760976 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1001760976], ["username", "e1dff078f6886361a5985b32506f6aa1"], ["access_token", "43a487acf17044a1213671624f567c3a"], ["created_at", "2016-06-16 21:20:06.673239"], ["updated_at", "2016-06-16 21:20:06.673239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1827104255 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1827104255], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.676749"], ["updated_at", "2016-06-16 21:20:06.676749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2001281895 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2001281895], ["username", "9ea4e9fa2542428aa4699b4ce24696d5"], ["access_token", "8dced408fce1617dd2342bdece2a8846"], ["created_at", "2016-06-16 21:20:06.679510"], ["updated_at", "2016-06-16 21:20:06.679510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = -1827104255) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1827104255], ["user_id", -2001281895], ["created_at", "2016-06-16 21:20:06.683240"], ["updated_at", "2016-06-16 21:20:06.683240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1827104255/owners/-2001281895" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1827104255", "user_id"=>"-2001281895"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 21:20:06.695951"], ["updated_at", "2016-06-16 21:20:06.695951"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 21:20:06.731490"], ["updated_at", "2016-06-16 21:20:06.731490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -450525325 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -450525325], ["username", "2ebfe116f09ea3e456a331fdb7c6449a"], ["access_token", "f3e0d37873c1204f84d6e94e4b7e801d"], ["created_at", "2016-06-16 21:20:06.751207"], ["updated_at", "2016-06-16 21:20:06.751207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424374523 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -424374523], ["username", "eba946699506d3f5be9366cf08817c34"], ["access_token", "88a748f4a269ba1c678cde80c9cb89cd"], ["created_at", "2016-06-16 21:20:06.773580"], ["updated_at", "2016-06-16 21:20:06.773580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"username\":\"dummy\"}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -666257325 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -666257325], ["username", "40a51746f8591a1ffb53e45aa52f775b"], ["access_token", "d28f684e380f4332c04ad4e9cecf539d"], ["created_at", "2016-06-16 21:20:06.795281"], ["updated_at", "2016-06-16 21:20:06.795281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"email\":\"dummy@dum.my\"}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -864318365 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -864318365], ["username", "12171091aa2813157d98927c1e581ab7"], ["access_token", "cb4d4c97066e71588cd1dce92eeeefda"], ["created_at", "2016-06-16 21:20:06.815673"], ["updated_at", "2016-06-16 21:20:06.815673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"{\"username\":\"12171091aa2813157d98927c1e581ab7\",\"first_name\":null,\"last_name\":null,\"full_name\":null,\"title\":null}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067780876 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2067780876], ["username", "d8bd28b58eced5701c940ee2666272b2"], ["access_token", "d8e2348ac52764651ab67f7a3888110e"], ["created_at", "2016-06-16 21:20:06.828149"], ["updated_at", "2016-06-16 21:20:06.828149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1698597579 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1698597579], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.830603"], ["updated_at", "2016-06-16 21:20:06.830603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -659178966 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -659178966], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.832537"], ["updated_at", "2016-06-16 21:20:06.832537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1698597579/nestings/-659178966" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1698597579", "member_group_id"=>"-659178966"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -373149452 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -373149452], ["username", "4067d7bc14f6301155dda13cb8c22c83"], ["access_token", "576f71417149b8a598e13959b28691ab"], ["created_at", "2016-06-16 21:20:06.848716"], ["updated_at", "2016-06-16 21:20:06.848716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1416458170 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1416458170], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.852198"], ["updated_at", "2016-06-16 21:20:06.852198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -762318096 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -762318096], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.854677"], ["updated_at", "2016-06-16 21:20:06.854677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -762318096]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -762318096 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1416458170]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1416458170 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -762318096 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1416458170 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1416458170], ["member_group_id", -762318096], ["created_at", "2016-06-16 21:20:06.857309"], ["updated_at", "2016-06-16 21:20:06.857309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1416458170/nestings/-762318096" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1416458170", "member_group_id"=>"-762318096"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101023757 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1101023757], ["username", "b4db5d5a8bcf4d742e6b6bc082b70dfc"], ["access_token", "0c1f6e953ec702e1a3c28150711a3d80"], ["created_at", "2016-06-16 21:20:06.877838"], ["updated_at", "2016-06-16 21:20:06.877838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1097978309 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1097978309], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.880445"], ["updated_at", "2016-06-16 21:20:06.880445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518350295 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -518350295], ["username", "9eb4783cbd0b74b7de0307fda1e4afab"], ["access_token", "07b90e118e993314dfd9849b9be1b57b"], ["created_at", "2016-06-16 21:20:06.882736"], ["updated_at", "2016-06-16 21:20:06.882736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1097978309/members/-518350295" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1097978309", "user_id"=>"-518350295"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1673825526 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1673825526], ["username", "046fe857724cea05357b79a58cdc65ea"], ["access_token", "f6757a2583d84344278bfe3b33b255e0"], ["created_at", "2016-06-16 21:20:06.909521"], ["updated_at", "2016-06-16 21:20:06.909521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2065294794 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2065294794], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.913054"], ["updated_at", "2016-06-16 21:20:06.913054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1182106904 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1182106904], ["username", "ff8e6a89d7876c9e535b258d4c60d987"], ["access_token", "ef1eee2625fb855f5f733891d607fec3"], ["created_at", "2016-06-16 21:20:06.916616"], ["updated_at", "2016-06-16 21:20:06.916616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = -2065294794) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -2065294794], ["user_id", -1182106904], ["created_at", "2016-06-16 21:20:06.919266"], ["updated_at", "2016-06-16 21:20:06.919266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-2065294794/members/-1182106904" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-2065294794", "user_id"=>"-1182106904"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -713136882 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -713136882], ["username", "6f1e32eee5d2024ee5abfbea3ce29cca"], ["access_token", "a79033c28703d7a963303768158db2a1"], ["created_at", "2016-06-16 21:20:06.932918"], ["updated_at", "2016-06-16 21:20:06.932918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1913369627 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1913369627], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.936318"], ["updated_at", "2016-06-16 21:20:06.936318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1913369627 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1913369627" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1913369627"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1019062521 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1019062521], ["username", "d4f933532aaa4d36781a9641121e3c15"], ["access_token", "d389915159adb34127bc30dc222d003b"], ["created_at", "2016-06-16 21:20:06.953542"], ["updated_at", "2016-06-16 21:20:06.953542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -986293907 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -986293907], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.955893"], ["updated_at", "2016-06-16 21:20:06.955893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1457343036 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1457343036], ["username", "fe3ea71d2d63d664fa7a66f9b036fc2e"], ["access_token", "197f4f03f16b88618f7e294d3af089b7"], ["created_at", "2016-06-16 21:20:06.968230"], ["updated_at", "2016-06-16 21:20:06.968230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1531927777 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1531927777], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.970559"], ["updated_at", "2016-06-16 21:20:06.970559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1531927777 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-1531927777" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil, "id"=>"-1531927777"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 21:20:06.984362"], ["updated_at", "2016-06-16 21:20:06.984362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 21:20:07.007168"], ["updated_at", "2016-06-16 21:20:07.007168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 21:20:07.027357"], ["updated_at", "2016-06-16 21:20:07.027357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "5fd6f664eb77cb2607d97f69645b7280"], ["created_at", "2016-06-16 21:20:07.047765"], ["updated_at", "2016-06-16 21:20:07.047765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 9ms (ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "198555c532ab2139bbdac21166b4586b"], ["created_at", "2016-06-16 21:20:07.063803"], ["updated_at", "2016-06-16 21:20:07.063803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.2ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -400602393 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -400602393], ["username", "dbcf926d07292c71b3c92ca00cb13289"], ["access_token", "30a886e5c3225d685ea2703093387ffb"], ["created_at", "2016-06-16 21:20:07.079268"], ["updated_at", "2016-06-16 21:20:07.079268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1558420570) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", -1558420570]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1558420570) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1558420570 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1558420570], ["created_at", "2016-06-16 21:20:07.086267"], ["updated_at", "2016-06-16 21:20:07.086267"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1558420570) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1558420570], ["user_id", -400602393], ["created_at", "2016-06-16 21:20:07.088370"], ["updated_at", "2016-06-16 21:20:07.088370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1558420570]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? LIMIT 1 [["group_id", -1558420570]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -487944675 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -487944675], ["username", "jstrav"], ["access_token", "67ae77a515f71b0f59f3334e58701716"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:07.097203"], ["updated_at", "2016-06-16 21:20:07.097203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -500669995 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -500669995], ["username", "mary"], ["access_token", "195e4d98d8f73f6407d8352fc10021f1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:07.099299"], ["updated_at", "2016-06-16 21:20:07.099299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -614221438 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -614221438], ["username", "jstead"], ["access_token", "dbeb194625a33917f80215b1d7d03719"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:07.101119"], ["updated_at", "2016-06-16 21:20:07.101119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -434853718 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -434853718], ["username", "bigbear"], ["access_token", "05dfc0e5410278e173d6b798b238b08c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:07.102799"], ["updated_at", "2016-06-16 21:20:07.102799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1073790572 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1073790572], ["username", "billy_00"], ["access_token", "542a2293118c00eb37e4522fcee96dc0"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:20:07.104673"], ["updated_at", "2016-06-16 21:20:07.104673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220624317 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1220624317], ["username", "billy_01"], ["access_token", "086a94769a6967348ba514aa8cf85588"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:20:07.106333"], ["updated_at", "2016-06-16 21:20:07.106333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1757506256 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1757506256], ["username", "billy_02"], ["access_token", "c8ac50db944d5619d571d64839573614"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:20:07.107961"], ["updated_at", "2016-06-16 21:20:07.107961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1362922274 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1362922274], ["username", "billy_03"], ["access_token", "c6e4e2507cdfa0c66665361437597cfc"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:20:07.109588"], ["updated_at", "2016-06-16 21:20:07.109588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2037993641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2037993641], ["username", "billy_04"], ["access_token", "09fa13a8aaafbcea459785dd41986616"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:07.111269"], ["updated_at", "2016-06-16 21:20:07.111269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1844406368 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1844406368], ["username", "billy_05"], ["access_token", "ca968eeeaba0dc38fec1a3f7dcd09c4d"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:07.112935"], ["updated_at", "2016-06-16 21:20:07.112935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -949520967 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -949520967], ["username", "billy_06"], ["access_token", "39b9a5af8facadabf5d79f2f420afda5"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:07.114570"], ["updated_at", "2016-06-16 21:20:07.114570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222239404 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1222239404], ["username", "billy_07"], ["access_token", "075360ea5a3f98c9fc35136b698bb76d"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:07.116216"], ["updated_at", "2016-06-16 21:20:07.116216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2114783865 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2114783865], ["username", "billy_08"], ["access_token", "6cf4ec61f6a744262ad6eff2beb8b50c"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:07.117849"], ["updated_at", "2016-06-16 21:20:07.117849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989700618 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -989700618], ["username", "billy_09"], ["access_token", "4694e19769646d4b85648863743cdfa8"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:07.119484"], ["updated_at", "2016-06-16 21:20:07.119484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -167135041 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -167135041], ["username", "billy_10"], ["access_token", "029179963178eb2795051ad5ca93e372"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:07.121112"], ["updated_at", "2016-06-16 21:20:07.121112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -554662537 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -554662537], ["username", "billy_11"], ["access_token", "e130b8ba00883b1308d62111aadad5ea"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:07.122741"], ["updated_at", "2016-06-16 21:20:07.122741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002249259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2002249259], ["username", "billy_12"], ["access_token", "c19680fc46254ed3e10b83d29789a20c"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:07.124386"], ["updated_at", "2016-06-16 21:20:07.124386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020981750 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2020981750], ["username", "billy_13"], ["access_token", "36c0b4644214759fea8ccc0884aa0b67"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:07.126042"], ["updated_at", "2016-06-16 21:20:07.126042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1920681904 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1920681904], ["username", "billy_14"], ["access_token", "577c8b28523f8e8c0e3b86ee0a0078ac"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:07.127663"], ["updated_at", "2016-06-16 21:20:07.127663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1005217721 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1005217721], ["username", "billy_15"], ["access_token", "6914829d6268840080700a3801000bd9"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:07.129294"], ["updated_at", "2016-06-16 21:20:07.129294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1086747700 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1086747700], ["username", "billy_16"], ["access_token", "7802f3fb3cf49b5d5981f0608bdc214e"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:07.131168"], ["updated_at", "2016-06-16 21:20:07.131168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1600573912 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1600573912], ["username", "billy_17"], ["access_token", "3afee005c448dd92475735823e1faf8f"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:07.132857"], ["updated_at", "2016-06-16 21:20:07.132857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1722124963 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1722124963], ["username", "billy_18"], ["access_token", "14a19485ee5ded57e067a3a1ad740a27"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:07.134489"], ["updated_at", "2016-06-16 21:20:07.134489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1785025256 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1785025256], ["username", "billy_19"], ["access_token", "304c66f22614d981b13807a16459795e"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:07.136347"], ["updated_at", "2016-06-16 21:20:07.136347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -385676399 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -385676399], ["username", "billy_20"], ["access_token", "920b752056daaed02f1b693be07377a5"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:07.137986"], ["updated_at", "2016-06-16 21:20:07.137986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -114501434 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -114501434], ["username", "billy_21"], ["access_token", "e2bc22adefb821f96b63e8284e395c7b"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:07.139617"], ["updated_at", "2016-06-16 21:20:07.139617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1276740559 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1276740559], ["username", "billy_22"], ["access_token", "71ee5af779ac4026aab2c5cf026a66b7"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:07.141259"], ["updated_at", "2016-06-16 21:20:07.141259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -71762707 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -71762707], ["username", "billy_23"], ["access_token", "63555e51291bfdf0977955f6ec32b2fe"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:07.143459"], ["updated_at", "2016-06-16 21:20:07.143459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1517777316 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1517777316], ["username", "billy_24"], ["access_token", "2e2dd310713ea8a060f042f0cf26e244"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:07.145337"], ["updated_at", "2016-06-16 21:20:07.145337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769207794 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1769207794], ["username", "billy_25"], ["access_token", "5b0a5037942c449c74c9e26d3167c9e2"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:07.146979"], ["updated_at", "2016-06-16 21:20:07.146979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -182246109 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -182246109], ["username", "billy_26"], ["access_token", "f9b1214d8d98c1c5c30367d539c1fab9"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:07.148612"], ["updated_at", "2016-06-16 21:20:07.148612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195635861 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1195635861], ["username", "billy_27"], ["access_token", "e79613e30276e0f6109fce0371979ec0"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:07.150247"], ["updated_at", "2016-06-16 21:20:07.150247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093854193 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2093854193], ["username", "billy_28"], ["access_token", "8558cf5bbe31be44ca6f69ef7fc23760"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:07.151901"], ["updated_at", "2016-06-16 21:20:07.151901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1157886870 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1157886870], ["username", "billy_29"], ["access_token", "e50ab7653c827cdb8d5a980d72c3d5ab"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:07.153531"], ["updated_at", "2016-06-16 21:20:07.153531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897188915 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1897188915], ["username", "billy_30"], ["access_token", "812b9473bb6c27df4fb965c546c1105e"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:07.155267"], ["updated_at", "2016-06-16 21:20:07.155267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -665351412 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -665351412], ["username", "billy_31"], ["access_token", "ebe99cdccf75f0b8336bed2238c1247d"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:07.156906"], ["updated_at", "2016-06-16 21:20:07.156906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1956712285 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1956712285], ["username", "billy_32"], ["access_token", "6350613bacaf0d05f27d9e741d796adf"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:07.158534"], ["updated_at", "2016-06-16 21:20:07.158534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1241636108 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1241636108], ["username", "billy_33"], ["access_token", "f1b9db02dc7e10e5f0941f439f5b4657"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:07.160175"], ["updated_at", "2016-06-16 21:20:07.160175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -37161115 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -37161115], ["username", "billy_34"], ["access_token", "e1104f8d5ddeff54dbb5403001fd3849"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:07.161805"], ["updated_at", "2016-06-16 21:20:07.161805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -613337478 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -613337478], ["username", "billy_35"], ["access_token", "967bc8c6b9d1496ed039dfa9a380e8c2"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:07.163429"], ["updated_at", "2016-06-16 21:20:07.163429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1918359539 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1918359539], ["username", "billy_36"], ["access_token", "f4799ecbfa80285861587f7939a66753"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:07.165113"], ["updated_at", "2016-06-16 21:20:07.165113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -65979357 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -65979357], ["username", "billy_37"], ["access_token", "f37fc60e7ea6cc5f3f125de92189346b"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:07.166786"], ["updated_at", "2016-06-16 21:20:07.166786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2116162095 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2116162095], ["username", "billy_38"], ["access_token", "7b92e77f984281826a90fafb10d0aa15"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:07.168621"], ["updated_at", "2016-06-16 21:20:07.168621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1403732915 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1403732915], ["username", "billy_39"], ["access_token", "4e2fec52658289c8417d2fa1fa36d07f"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:07.170340"], ["updated_at", "2016-06-16 21:20:07.170340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1491796481 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1491796481], ["username", "billy_40"], ["access_token", "4e7c2c0de666a444dbb24e1525f4d0ec"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:07.171968"], ["updated_at", "2016-06-16 21:20:07.171968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1105992769 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1105992769], ["username", "billy_41"], ["access_token", "4d8da8f58317cf3d035e2ab5de70847e"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:07.173585"], ["updated_at", "2016-06-16 21:20:07.173585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283551822 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1283551822], ["username", "billy_42"], ["access_token", "a6600a2f6badf6a7ab767bce386fe508"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:07.175207"], ["updated_at", "2016-06-16 21:20:07.175207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807256291 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -807256291], ["username", "billy_43"], ["access_token", "dc28240bbb42119d3fe3d632b3221414"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:07.176825"], ["updated_at", "2016-06-16 21:20:07.176825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -295259458 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -295259458], ["username", "billy_44"], ["access_token", "0ddf6002a0a25a3dae4f2c6220df2688"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:07.178484"], ["updated_at", "2016-06-16 21:20:07.178484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -355888120 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -355888120], ["username", "billy_45"], ["access_token", "c53449467871584dc41311c0b8e8cf5c"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:07.180106"], ["updated_at", "2016-06-16 21:20:07.180106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1763119056 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1763119056], ["username", "billy_46"], ["access_token", "4065a717d16d0640be92181aa93ebdac"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:07.181720"], ["updated_at", "2016-06-16 21:20:07.181720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273910612 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -273910612], ["username", "billy_47"], ["access_token", "9ffa2f13520e84b7c8db3284f8dffa93"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:07.183346"], ["updated_at", "2016-06-16 21:20:07.183346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -686367972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -686367972], ["username", "billy_48"], ["access_token", "50e05512fceada4f531f4bb3be74153c"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:07.184972"], ["updated_at", "2016-06-16 21:20:07.184972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -41527326 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -41527326], ["username", "billy_49"], ["access_token", "d7236bd10a54e1fbeb511a2bca388964"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:07.186597"], ["updated_at", "2016-06-16 21:20:07.186597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1477429647 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1477429647], ["username", "jstrav"], ["access_token", "c0b6523e393ed8ed1539dc50b71af547"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:07.192409"], ["updated_at", "2016-06-16 21:20:07.192409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2124042848 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2124042848], ["username", "mary"], ["access_token", "cff241502b7477504b462a01429c3819"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:07.194397"], ["updated_at", "2016-06-16 21:20:07.194397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -614613613 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -614613613], ["username", "jstead"], ["access_token", "27d2170f4a13a3aeb3d865114b05b4fa"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:07.196221"], ["updated_at", "2016-06-16 21:20:07.196221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42524188 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -42524188], ["username", "bigbear"], ["access_token", "3d637953e5363789a370dd96d4d1c127"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:07.197850"], ["updated_at", "2016-06-16 21:20:07.197850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1188021331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1188021331], ["username", "billy_00"], ["access_token", "32304ad20c451ba532b2b6f512379b1c"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:20:07.199689"], ["updated_at", "2016-06-16 21:20:07.199689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1389825978 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1389825978], ["username", "billy_01"], ["access_token", "aa7bf7aa36651427f92ebe702a7e8f75"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:20:07.201395"], ["updated_at", "2016-06-16 21:20:07.201395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1905156935 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1905156935], ["username", "billy_02"], ["access_token", "5e6a89e58a9ecde861e407ae6e02170c"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:20:07.203026"], ["updated_at", "2016-06-16 21:20:07.203026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1629228786 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1629228786], ["username", "billy_03"], ["access_token", "d3f5492dce10e6c3f850aaa4becc17e1"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:20:07.204657"], ["updated_at", "2016-06-16 21:20:07.204657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -334476701 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -334476701], ["username", "billy_04"], ["access_token", "6bb68c5df27cc2c7a03733a3fefca321"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:07.206280"], ["updated_at", "2016-06-16 21:20:07.206280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -489994416 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -489994416], ["username", "billy_05"], ["access_token", "86d7cdf8a4c35060c6fc3a550afb02dd"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:07.207912"], ["updated_at", "2016-06-16 21:20:07.207912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836275000 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -836275000], ["username", "billy_06"], ["access_token", "709fdaa411e587a019b6d760b444a9c0"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:07.209542"], ["updated_at", "2016-06-16 21:20:07.209542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019403406 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2019403406], ["username", "billy_07"], ["access_token", "18595712d3bc19533a8f1af6fb8881fd"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:07.211187"], ["updated_at", "2016-06-16 21:20:07.211187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943028138 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -943028138], ["username", "billy_08"], ["access_token", "53b4c5c96de84908b4e418fe9fd0e188"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:07.212813"], ["updated_at", "2016-06-16 21:20:07.212813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897387148 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1897387148], ["username", "billy_09"], ["access_token", "03a65640cafc6bb0c9961fa3f6e8df29"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:07.214434"], ["updated_at", "2016-06-16 21:20:07.214434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1488529694 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1488529694], ["username", "billy_10"], ["access_token", "44df16375bdb7c99816164e55fe72e7a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:07.216058"], ["updated_at", "2016-06-16 21:20:07.216058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1576159216 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1576159216], ["username", "billy_11"], ["access_token", "ddb9933e77b8d5bfcefacf212cda3672"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:07.217681"], ["updated_at", "2016-06-16 21:20:07.217681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1645172848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1645172848], ["username", "billy_12"], ["access_token", "8ffa0be10a81dc477df74cd2e94c28b4"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:07.219349"], ["updated_at", "2016-06-16 21:20:07.219349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1432320501 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1432320501], ["username", "billy_13"], ["access_token", "3067d2e2a1cd1d4261eba0cef56141d3"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:07.221085"], ["updated_at", "2016-06-16 21:20:07.221085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -147780055 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -147780055], ["username", "billy_14"], ["access_token", "717f87fcb400b484b08596c127fd85b4"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:07.222751"], ["updated_at", "2016-06-16 21:20:07.222751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956431476 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -956431476], ["username", "billy_15"], ["access_token", "b383291ce2b49eee70f58aa7c9c68f71"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:07.224421"], ["updated_at", "2016-06-16 21:20:07.224421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1522439313 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1522439313], ["username", "billy_16"], ["access_token", "48ab385bbff4add3131c5db7966a701f"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:07.226289"], ["updated_at", "2016-06-16 21:20:07.226289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1453344967 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1453344967], ["username", "billy_17"], ["access_token", "9e0f618835c3e65c1df9eb685433c257"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:07.228066"], ["updated_at", "2016-06-16 21:20:07.228066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594161660 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1594161660], ["username", "billy_18"], ["access_token", "136167f9e98e6b740ff4694965843e54"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:07.229742"], ["updated_at", "2016-06-16 21:20:07.229742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -596461018 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -596461018], ["username", "billy_19"], ["access_token", "c14efb3fea01b325e600f3583c50bd16"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:07.232259"], ["updated_at", "2016-06-16 21:20:07.232259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719366093 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -719366093], ["username", "billy_20"], ["access_token", "aea69c28ca92f18035cb0c7fa191185a"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:07.234086"], ["updated_at", "2016-06-16 21:20:07.234086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945598884 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -945598884], ["username", "billy_21"], ["access_token", "334c3a8b98562c3cbd8de76539e0c790"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:07.235723"], ["updated_at", "2016-06-16 21:20:07.235723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1741184525 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1741184525], ["username", "billy_22"], ["access_token", "eb194d1b92267e217cb1c0887f7e8252"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:07.237418"], ["updated_at", "2016-06-16 21:20:07.237418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357878264 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1357878264], ["username", "billy_23"], ["access_token", "f044479c290ea83617953c41772bf895"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:07.239050"], ["updated_at", "2016-06-16 21:20:07.239050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -896365949 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -896365949], ["username", "billy_24"], ["access_token", "e7c15fa8a571edd20dc94ef4eebb8203"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:07.240693"], ["updated_at", "2016-06-16 21:20:07.240693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -521545500 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -521545500], ["username", "billy_25"], ["access_token", "3ef538a69a6b1247947b5bdb9a738617"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:07.242328"], ["updated_at", "2016-06-16 21:20:07.242328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1464492895 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1464492895], ["username", "billy_26"], ["access_token", "c23ad5b84d7cda64a2318ac8ca07425d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:07.243977"], ["updated_at", "2016-06-16 21:20:07.243977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2103495952 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2103495952], ["username", "billy_27"], ["access_token", "50f1a8bb8c607574ab435680601ac753"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:07.245623"], ["updated_at", "2016-06-16 21:20:07.245623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -288500102 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -288500102], ["username", "billy_28"], ["access_token", "6e64fef199ef0d6b3155d02b197b0127"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:07.247251"], ["updated_at", "2016-06-16 21:20:07.247251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1811386397 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1811386397], ["username", "billy_29"], ["access_token", "db3e741bd909abf9e9147451e7c8ac5e"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:07.248878"], ["updated_at", "2016-06-16 21:20:07.248878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1341549068 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1341549068], ["username", "billy_30"], ["access_token", "884686f39833c515bcf6464cccc5e61f"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:07.250589"], ["updated_at", "2016-06-16 21:20:07.250589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -799312242 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -799312242], ["username", "billy_31"], ["access_token", "1d386b5657284d347cb0b35ee0326f97"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:07.252217"], ["updated_at", "2016-06-16 21:20:07.252217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1572796064 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1572796064], ["username", "billy_32"], ["access_token", "9590c21c752e6b757d4ed98f0cbdce68"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:07.253848"], ["updated_at", "2016-06-16 21:20:07.253848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1739807114 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1739807114], ["username", "billy_33"], ["access_token", "352c3530cfc74a2709a00a491fd1c8bd"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:07.255466"], ["updated_at", "2016-06-16 21:20:07.255466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070848814 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2070848814], ["username", "billy_34"], ["access_token", "befaab7ea555332da23c8f23b1754492"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:07.257088"], ["updated_at", "2016-06-16 21:20:07.257088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405723454 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -405723454], ["username", "billy_35"], ["access_token", "20fea3971548ca7dabfe387facfe7ee7"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:07.258703"], ["updated_at", "2016-06-16 21:20:07.258703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -171814009 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -171814009], ["username", "billy_36"], ["access_token", "ae1a7ba33f878313833db1277922640e"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:07.260323"], ["updated_at", "2016-06-16 21:20:07.260323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1286594788 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1286594788], ["username", "billy_37"], ["access_token", "f139e46c32641c5011d63be78389c382"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:07.262192"], ["updated_at", "2016-06-16 21:20:07.262192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1748181310 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1748181310], ["username", "billy_38"], ["access_token", "30162b96c5b37b9963e27ecce5dd11bf"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:07.264070"], ["updated_at", "2016-06-16 21:20:07.264070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952748777 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -952748777], ["username", "billy_39"], ["access_token", "631bb972d3a444164701e96c5fcff320"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:07.265741"], ["updated_at", "2016-06-16 21:20:07.265741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1714686127 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1714686127], ["username", "billy_40"], ["access_token", "ee0e97a8a47c5e0bae3289783cfee266"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:07.267416"], ["updated_at", "2016-06-16 21:20:07.267416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -363232247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -363232247], ["username", "billy_41"], ["access_token", "445e563cd774bedcba6414f77dc1e306"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:07.269061"], ["updated_at", "2016-06-16 21:20:07.269061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2127158589 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2127158589], ["username", "billy_42"], ["access_token", "9afa64efa41c0aea7d9b74ac7849b1be"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:07.270719"], ["updated_at", "2016-06-16 21:20:07.270719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1412800906 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1412800906], ["username", "billy_43"], ["access_token", "fe95e6b135dcc93662113eee4d3a447c"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:07.272407"], ["updated_at", "2016-06-16 21:20:07.272407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1381192672 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1381192672], ["username", "billy_44"], ["access_token", "b9321110d6cd796ce8b4046effc1cbc8"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:07.274123"], ["updated_at", "2016-06-16 21:20:07.274123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945949894 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -945949894], ["username", "billy_45"], ["access_token", "b0074325c01f6d944531b7174300abbf"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:07.275784"], ["updated_at", "2016-06-16 21:20:07.275784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900839848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1900839848], ["username", "billy_46"], ["access_token", "d6e28db9bf3c5c8c2ef7f5f313b2bccd"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:07.277489"], ["updated_at", "2016-06-16 21:20:07.277489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1880580876 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1880580876], ["username", "billy_47"], ["access_token", "8c3c5d7d435afe4de59caf68a335dd7b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:07.289079"], ["updated_at", "2016-06-16 21:20:07.289079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -421514331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -421514331], ["username", "billy_48"], ["access_token", "1d996941d1e645ea8ef8f2c8c840d7f2"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:07.291080"], ["updated_at", "2016-06-16 21:20:07.291080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1288626183 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1288626183], ["username", "billy_49"], ["access_token", "031ab81f58b022aad80ab01a359ef685"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:07.292781"], ["updated_at", "2016-06-16 21:20:07.292781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1568033205 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1568033205], ["username", "jstrav"], ["access_token", "93e825e62fca93b4bba7b348bb6f19f5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:07.299863"], ["updated_at", "2016-06-16 21:20:07.299863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1428011194 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1428011194], ["username", "mary"], ["access_token", "d1b05b9dd2c810b16ce30586317c4d9b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:07.302041"], ["updated_at", "2016-06-16 21:20:07.302041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -714372634 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -714372634], ["username", "jstead"], ["access_token", "9e0f30624a786ac46b134233f4ea5ed2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:07.303943"], ["updated_at", "2016-06-16 21:20:07.303943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -620704081 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -620704081], ["username", "bigbear"], ["access_token", "8e90a6185c54db857871e3726b125b13"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:07.305673"], ["updated_at", "2016-06-16 21:20:07.305673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -381935337 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -381935337], ["username", "billy_00"], ["access_token", "f3ed0b5efcafd9c0383519360358b3ac"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:20:07.307475"], ["updated_at", "2016-06-16 21:20:07.307475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1247727286 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1247727286], ["username", "billy_01"], ["access_token", "cf2fc15bbfcb03744374bbfd320ffa00"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:20:07.309282"], ["updated_at", "2016-06-16 21:20:07.309282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -501053877 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -501053877], ["username", "billy_02"], ["access_token", "fc5fc3ab1734deecd9328a3e04e4b74a"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:20:07.311029"], ["updated_at", "2016-06-16 21:20:07.311029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1286118593 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1286118593], ["username", "billy_03"], ["access_token", "3a826113fbc6642b31eb42258d410b82"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:20:07.312764"], ["updated_at", "2016-06-16 21:20:07.312764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1480361575 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1480361575], ["username", "billy_04"], ["access_token", "19a6095dcf8a0071987fbdbc320106c4"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:07.314575"], ["updated_at", "2016-06-16 21:20:07.314575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -828333122 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -828333122], ["username", "billy_05"], ["access_token", "a2797b4a93f25e2df325b851863878c2"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:07.316341"], ["updated_at", "2016-06-16 21:20:07.316341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1969053178 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1969053178], ["username", "billy_06"], ["access_token", "d05cfc5a06bdea4693d32a937a302104"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:07.318059"], ["updated_at", "2016-06-16 21:20:07.318059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1367076568 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1367076568], ["username", "billy_07"], ["access_token", "3e883a2d3528e9bfd134770aaf0f43b4"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:07.319764"], ["updated_at", "2016-06-16 21:20:07.319764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619794949 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1619794949], ["username", "billy_08"], ["access_token", "c1dad1248f5f8ad4b7569e051eaa02d2"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:07.321441"], ["updated_at", "2016-06-16 21:20:07.321441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1607591315 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1607591315], ["username", "billy_09"], ["access_token", "6775a8b6bf7faaf0a43ba7388c32fcac"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:07.323156"], ["updated_at", "2016-06-16 21:20:07.323156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2087745000 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2087745000], ["username", "billy_10"], ["access_token", "614e23e8acb69816ebcdf78bc53ff7f4"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:07.324874"], ["updated_at", "2016-06-16 21:20:07.324874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1139483654 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1139483654], ["username", "billy_11"], ["access_token", "5edc623e58b734f5b1c74bfe786c498a"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:07.326779"], ["updated_at", "2016-06-16 21:20:07.326779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1259866141 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1259866141], ["username", "billy_12"], ["access_token", "5de8dc27f3a6d83af5b463ca7471b333"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:07.328574"], ["updated_at", "2016-06-16 21:20:07.328574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846091388 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1846091388], ["username", "billy_13"], ["access_token", "688bf5f3e107f2e5a0eab094236a7f05"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:07.330284"], ["updated_at", "2016-06-16 21:20:07.330284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -904952835 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -904952835], ["username", "billy_14"], ["access_token", "5337430aea5fa63197c658008795d8f2"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:07.332007"], ["updated_at", "2016-06-16 21:20:07.332007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1708613092 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1708613092], ["username", "billy_15"], ["access_token", "bc9e6e3be7eb0f0ddc9dbfabf6b67ef9"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:07.334053"], ["updated_at", "2016-06-16 21:20:07.334053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831763076 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1831763076], ["username", "billy_16"], ["access_token", "b00bd49c7637f85fed553d2d833daced"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:07.335786"], ["updated_at", "2016-06-16 21:20:07.335786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1451503275 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1451503275], ["username", "billy_17"], ["access_token", "0122fc7f699c1600b949b6a338c18a98"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:07.337523"], ["updated_at", "2016-06-16 21:20:07.337523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1449918079 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1449918079], ["username", "billy_18"], ["access_token", "df525eade9df90228ed0e35b1a2b7f13"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:07.339261"], ["updated_at", "2016-06-16 21:20:07.339261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429437271 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -429437271], ["username", "billy_19"], ["access_token", "258744f58c540d63347e07c3b7f48c6c"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:07.340968"], ["updated_at", "2016-06-16 21:20:07.340968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -235762949 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -235762949], ["username", "billy_20"], ["access_token", "7ee779e34e37b53137ec6600c50d9f69"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:07.343267"], ["updated_at", "2016-06-16 21:20:07.343267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -934734708 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -934734708], ["username", "billy_21"], ["access_token", "afe39f8397a2b9336fb7fec56eec1e88"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:07.345222"], ["updated_at", "2016-06-16 21:20:07.345222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1615213202 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1615213202], ["username", "billy_22"], ["access_token", "40c3caabb77d505a34e7179761dcd988"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:07.346946"], ["updated_at", "2016-06-16 21:20:07.346946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2119395907 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2119395907], ["username", "billy_23"], ["access_token", "93299d6a61bee172f99e6244906cd38f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:07.348668"], ["updated_at", "2016-06-16 21:20:07.348668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -135528761 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -135528761], ["username", "billy_24"], ["access_token", "d2c3ba0c187d1a53f890ad02699a8cb7"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:07.350386"], ["updated_at", "2016-06-16 21:20:07.350386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -622868284 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -622868284], ["username", "billy_25"], ["access_token", "0710baa2cca73d4e84bebeaec9f9e610"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:07.352095"], ["updated_at", "2016-06-16 21:20:07.352095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772597271 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1772597271], ["username", "billy_26"], ["access_token", "0bfb6fc51500e7ccc83e365ba6e9c92a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:07.353832"], ["updated_at", "2016-06-16 21:20:07.353832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -768603644 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -768603644], ["username", "billy_27"], ["access_token", "2664b2d113657b10ac2f79c93acf755d"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:07.355668"], ["updated_at", "2016-06-16 21:20:07.355668"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1022545235 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1022545235], ["username", "billy_28"], ["access_token", "cccdec952a8c6d5f5a69a636726f3be8"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:07.357467"], ["updated_at", "2016-06-16 21:20:07.357467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067843919 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067843919], ["username", "billy_29"], ["access_token", "5121279ae7bba475c5efdd21cf16bef9"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:07.359389"], ["updated_at", "2016-06-16 21:20:07.359389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -709284247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -709284247], ["username", "billy_30"], ["access_token", "7a7811033463fd277e274f10e0aadc91"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:07.361136"], ["updated_at", "2016-06-16 21:20:07.361136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -820960407 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -820960407], ["username", "billy_31"], ["access_token", "9631de99f6592046eac676cd97003d23"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:07.362862"], ["updated_at", "2016-06-16 21:20:07.362862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518929992 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -518929992], ["username", "billy_32"], ["access_token", "72cd884f4bc5fd4c9ffaa90ac38ddd36"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:07.364610"], ["updated_at", "2016-06-16 21:20:07.364610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120814959 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2120814959], ["username", "billy_33"], ["access_token", "89c597e1920eab23763425c129ce00e6"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:07.366345"], ["updated_at", "2016-06-16 21:20:07.366345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -944610821 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -944610821], ["username", "billy_34"], ["access_token", "3791df9a2023a30138c52c4009a588c0"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:07.368115"], ["updated_at", "2016-06-16 21:20:07.368115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2142293164 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2142293164], ["username", "billy_35"], ["access_token", "4555185470bcaa4aa238dd2b0dbb8e76"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:07.369837"], ["updated_at", "2016-06-16 21:20:07.369837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1308844054 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1308844054], ["username", "billy_36"], ["access_token", "341f5ccd52d898bc1a2d8a18397cca56"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:07.373186"], ["updated_at", "2016-06-16 21:20:07.373186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -710019347 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -710019347], ["username", "billy_37"], ["access_token", "9bc6d6385eb9d492ad828d04f1a944f4"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:07.376145"], ["updated_at", "2016-06-16 21:20:07.376145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55410950 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -55410950], ["username", "billy_38"], ["access_token", "5d49ed4265e6b47b635b57f91f92987d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:07.378783"], ["updated_at", "2016-06-16 21:20:07.378783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -844886772 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -844886772], ["username", "billy_39"], ["access_token", "f7c3fa2266696f4897caa9157f0cccdd"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:07.381165"], ["updated_at", "2016-06-16 21:20:07.381165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1611842617 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1611842617], ["username", "billy_40"], ["access_token", "50bb0e4de09277b593e25700bfe48602"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:07.383320"], ["updated_at", "2016-06-16 21:20:07.383320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018898051 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1018898051], ["username", "billy_41"], ["access_token", "7aa602b5a7e8ea82619fbc4caec9cfe3"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:07.385194"], ["updated_at", "2016-06-16 21:20:07.385194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1201827859 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1201827859], ["username", "billy_42"], ["access_token", "5e2e97fd02915984d07a4735fe6d584c"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:07.393613"], ["updated_at", "2016-06-16 21:20:07.393613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -555919236 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -555919236], ["username", "billy_43"], ["access_token", "a07880bf0732a74bf4b4f58311e06c11"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:07.395743"], ["updated_at", "2016-06-16 21:20:07.395743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -228822216 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -228822216], ["username", "billy_44"], ["access_token", "936e5f456b6e91e0b1cc0e15d3da3cf4"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:07.397809"], ["updated_at", "2016-06-16 21:20:07.397809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -471513938 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -471513938], ["username", "billy_45"], ["access_token", "6d4c447690888dbb501075c31de920c1"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:07.399768"], ["updated_at", "2016-06-16 21:20:07.399768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943306934 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -943306934], ["username", "billy_46"], ["access_token", "0e0eb6a82a2e7f6d24a6de07cb10f27c"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:07.401691"], ["updated_at", "2016-06-16 21:20:07.401691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -882339720 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -882339720], ["username", "billy_47"], ["access_token", "a476f463d2b03a6d625af08d2f84694b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:07.403649"], ["updated_at", "2016-06-16 21:20:07.403649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2051185414 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2051185414], ["username", "billy_48"], ["access_token", "5fda6e4e02286bb936974d04e5d629b8"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:07.405588"], ["updated_at", "2016-06-16 21:20:07.405588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -476381121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -476381121], ["username", "billy_49"], ["access_token", "99baab27a0a91efab0b63a2b21d618c8"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:07.407431"], ["updated_at", "2016-06-16 21:20:07.407431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "61ea3d"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '61ea3d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "61ea3d"], ["created_at", "2016-06-16 21:20:07.425152"], ["updated_at", "2016-06-16 21:20:07.425152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-06-16 21:20:07.432848"], ["updated_at", "2016-06-16 21:20:07.432848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-06-16 21:20:07.440228"], ["updated_at", "2016-06-16 21:20:07.440228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "315cc6"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '315cc6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "315cc6"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["created_at", "2016-06-16 21:20:07.452925"], ["updated_at", "2016-06-16 21:20:07.452925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "6fbe8f8147e8201167cd2247aaa46040"], ["access_token", "a70de0a71080e6acc0ec6ba2b715d350"], ["openstax_uid", 1], ["created_at", "2016-06-16 21:20:07.463731"], ["updated_at", "2016-06-16 21:20:07.463731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-06-16 21:20:07.470828"], ["updated_at", "2016-06-16 21:20:07.470828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-06-16 21:20:07.472467"], ["updated_at", "2016-06-16 21:20:07.472467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-06-16 21:20:07.474352"], ["updated_at", "2016-06-16 21:20:07.474352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2016-06-16 21:20:07.476451"], ["updated_at", "2016-06-16 21:20:07.476451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-06-16 21:20:07.478039"], ["updated_at", "2016-06-16 21:20:07.478039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-06-16 21:20:07.479943"], ["updated_at", "2016-06-16 21:20:07.479943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2016-06-16 21:20:07.481889"], ["updated_at", "2016-06-16 21:20:07.481889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2016-06-16 21:20:07.524499"], ["updated_at", "2016-06-16 21:20:07.524499"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-06-16 21:20:07.526120"], ["updated_at", "2016-06-16 21:20:07.526120"]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-06-16 21:20:07.527674"], ["updated_at", "2016-06-16 21:20:07.527674"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-06-16 21:20:07.533297"], ["updated_at", "2016-06-16 21:20:07.533297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-06-16 21:20:07.535057"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-06-16 21:20:07.591551"], ["updated_at", "2016-06-16 21:20:07.591551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-06-16 21:20:07.596677"], ["updated_at", "2016-06-16 21:20:07.596677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-06-16 21:20:07.599863"], ["updated_at", "2016-06-16 21:20:07.599863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -37490970 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -37490970], ["username", "jstrav"], ["access_token", "f2cb91080339e47cb0b185487660aa7b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:07.632517"], ["updated_at", "2016-06-16 21:20:07.632517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -874546028 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -874546028], ["username", "mary"], ["access_token", "2a691f2b053153fe97f613e8022c3c0f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:07.634936"], ["updated_at", "2016-06-16 21:20:07.634936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1245896486 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1245896486], ["username", "jstead"], ["access_token", "10dbca3bfe963c7fb16b4cf322053653"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:07.637118"], ["updated_at", "2016-06-16 21:20:07.637118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1454552147 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1454552147], ["username", "bigbear"], ["access_token", "f06cabc191bdb2f9e98540a71eaa512d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:07.639102"], ["updated_at", "2016-06-16 21:20:07.639102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -905036712 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -905036712], ["username", "billy_00"], ["access_token", "be6517cc8c9019a33603787592110d67"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:20:07.641166"], ["updated_at", "2016-06-16 21:20:07.641166"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1960521488 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1960521488], ["username", "billy_01"], ["access_token", "7c8064caf5eccad64bf443863ebc19fd"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:20:07.644359"], ["updated_at", "2016-06-16 21:20:07.644359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -491331988 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -491331988], ["username", "billy_02"], ["access_token", "ce2f1f1fdb912e00cdf19dfa833f330c"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:20:07.646624"], ["updated_at", "2016-06-16 21:20:07.646624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -38477936 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -38477936], ["username", "billy_03"], ["access_token", "ef940bb27cb4271f2529b9b55ba406dd"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:20:07.649166"], ["updated_at", "2016-06-16 21:20:07.649166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1558260109 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1558260109], ["username", "billy_04"], ["access_token", "2e197a34672e6aead0864f4110400df3"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:07.651435"], ["updated_at", "2016-06-16 21:20:07.651435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1174467483 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1174467483], ["username", "billy_05"], ["access_token", "baef029a39ed80c1d72be155bd5398ec"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:07.653537"], ["updated_at", "2016-06-16 21:20:07.653537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -141843367 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -141843367], ["username", "billy_06"], ["access_token", "476122381898656819ca86f54eefce69"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:07.655568"], ["updated_at", "2016-06-16 21:20:07.655568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1033997727 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1033997727], ["username", "billy_07"], ["access_token", "9b3ed55bdb95e2fb879a95ed948ea6cc"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:07.657704"], ["updated_at", "2016-06-16 21:20:07.657704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -72097626 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -72097626], ["username", "billy_08"], ["access_token", "ee2ddd3a1a3819be0005dfb619a4cc47"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:07.659678"], ["updated_at", "2016-06-16 21:20:07.659678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -152432212 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -152432212], ["username", "billy_09"], ["access_token", "76666d6af8613f1ca9240ee6915c6e76"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:07.661522"], ["updated_at", "2016-06-16 21:20:07.661522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668972699 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1668972699], ["username", "billy_10"], ["access_token", "81d9422df856db6e9514913554cd65cf"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:07.663313"], ["updated_at", "2016-06-16 21:20:07.663313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1137703466 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1137703466], ["username", "billy_11"], ["access_token", "d698bd9bac245c04c2b0ee5ee5bc2900"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:07.665066"], ["updated_at", "2016-06-16 21:20:07.665066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1215761106 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1215761106], ["username", "billy_12"], ["access_token", "b1156af2b7588ac137418e38ddd9b06d"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:07.666856"], ["updated_at", "2016-06-16 21:20:07.666856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1844770166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1844770166], ["username", "billy_13"], ["access_token", "bb1ee359c4453a8130dd1efed6bc34a8"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:07.668501"], ["updated_at", "2016-06-16 21:20:07.668501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1087129416 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1087129416], ["username", "billy_14"], ["access_token", "0cf7f71f26ae8b2c645cc454955c321b"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:07.670136"], ["updated_at", "2016-06-16 21:20:07.670136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1965343185 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1965343185], ["username", "billy_15"], ["access_token", "e44e85db793558a07d5404020912f5ed"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:07.671823"], ["updated_at", "2016-06-16 21:20:07.671823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997922008 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1997922008], ["username", "billy_16"], ["access_token", "2fa2627b53a46ed6a6a970b8e5c6599c"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:07.673656"], ["updated_at", "2016-06-16 21:20:07.673656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1691104535 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1691104535], ["username", "billy_17"], ["access_token", "7c357b1061efb25f94963ff21841f389"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:07.675350"], ["updated_at", "2016-06-16 21:20:07.675350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1714759226 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1714759226], ["username", "billy_18"], ["access_token", "ca9014e00a346093d6a18ce33513ef8f"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:07.677728"], ["updated_at", "2016-06-16 21:20:07.677728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1057798582 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1057798582], ["username", "billy_19"], ["access_token", "5c4df51b3986bd1bf8c14663c7884a25"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:07.679423"], ["updated_at", "2016-06-16 21:20:07.679423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1717743574 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1717743574], ["username", "billy_20"], ["access_token", "3a1473cb66b0e10874d9dac4fcf84940"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:07.681068"], ["updated_at", "2016-06-16 21:20:07.681068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1616693129 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1616693129], ["username", "billy_21"], ["access_token", "22abbd8895a1b9ffaccab0650eb66583"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:07.682728"], ["updated_at", "2016-06-16 21:20:07.682728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958777523 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -958777523], ["username", "billy_22"], ["access_token", "c3a30e794b28a5f53bd427e006f69c38"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:07.684377"], ["updated_at", "2016-06-16 21:20:07.684377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024935767 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2024935767], ["username", "billy_23"], ["access_token", "e02b629ef23bce5609f04e203bb29239"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:07.686024"], ["updated_at", "2016-06-16 21:20:07.686024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1156067834 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1156067834], ["username", "billy_24"], ["access_token", "095871eb560719f52f66eb54bd94c167"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:07.687739"], ["updated_at", "2016-06-16 21:20:07.687739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050816121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2050816121], ["username", "billy_25"], ["access_token", "6e66f195a2e74e266aa4d8b384505239"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:07.689379"], ["updated_at", "2016-06-16 21:20:07.689379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -985856135 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -985856135], ["username", "billy_26"], ["access_token", "e354c60a3a310780527b9dbf141ede5a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:07.691071"], ["updated_at", "2016-06-16 21:20:07.691071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1989558825 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1989558825], ["username", "billy_27"], ["access_token", "9895a959d477272b9785e0627ae839ba"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:07.692722"], ["updated_at", "2016-06-16 21:20:07.692722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649424868 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -649424868], ["username", "billy_28"], ["access_token", "fd423abca4ce983a93cce083f6a598ae"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:07.694358"], ["updated_at", "2016-06-16 21:20:07.694358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -731588502 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -731588502], ["username", "billy_29"], ["access_token", "ed5bbdb4695a19e7a43725b803ad104a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:07.696054"], ["updated_at", "2016-06-16 21:20:07.696054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1986887997 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1986887997], ["username", "billy_30"], ["access_token", "e14c0a39d20d04838fd961fdf39da8e1"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:07.697707"], ["updated_at", "2016-06-16 21:20:07.697707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050359571 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2050359571], ["username", "billy_31"], ["access_token", "d34b5a1bb93ad95c146586868bad75c0"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:07.699335"], ["updated_at", "2016-06-16 21:20:07.699335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053504175 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2053504175], ["username", "billy_32"], ["access_token", "817465c61186513f2bf1e67999a18b8f"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:07.700959"], ["updated_at", "2016-06-16 21:20:07.700959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -245428051 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -245428051], ["username", "billy_33"], ["access_token", "0a4926c68546c4cb108a658eef0c318c"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:07.702593"], ["updated_at", "2016-06-16 21:20:07.702593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1297799282 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1297799282], ["username", "billy_34"], ["access_token", "3e5875fc1a4eb12a75d51dff634a21ea"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:07.704325"], ["updated_at", "2016-06-16 21:20:07.704325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1472543808 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1472543808], ["username", "billy_35"], ["access_token", "a5878b86e66e4927fb86bcc9d3077291"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:07.706123"], ["updated_at", "2016-06-16 21:20:07.706123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478269213 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -478269213], ["username", "billy_36"], ["access_token", "f0de0f3c240d05b4df168f61f9e440e6"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:07.707762"], ["updated_at", "2016-06-16 21:20:07.707762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1988893800 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1988893800], ["username", "billy_37"], ["access_token", "8d66df5d1df3b15c57bd3c20bfb1ac4b"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:07.709379"], ["updated_at", "2016-06-16 21:20:07.709379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -766681668 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -766681668], ["username", "billy_38"], ["access_token", "b8483bf8aaadc88205efb600d2b4ab51"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:07.710994"], ["updated_at", "2016-06-16 21:20:07.710994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1873827835 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1873827835], ["username", "billy_39"], ["access_token", "f2078f9a1469ad37ba1a01b53faac84d"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:07.712620"], ["updated_at", "2016-06-16 21:20:07.712620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -832568026 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -832568026], ["username", "billy_40"], ["access_token", "8fde4a88364f5830a903b2fd46001ce9"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:07.714252"], ["updated_at", "2016-06-16 21:20:07.714252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1981437365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1981437365], ["username", "billy_41"], ["access_token", "92fe499fad13ae243907c427613a8fe7"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:07.715877"], ["updated_at", "2016-06-16 21:20:07.715877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2089390719 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2089390719], ["username", "billy_42"], ["access_token", "c1bb479e0acaca00b1c1de808a2f2ab8"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:07.717488"], ["updated_at", "2016-06-16 21:20:07.717488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -377276608 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -377276608], ["username", "billy_43"], ["access_token", "6a7b41ac7632ef9c3e23e20cad3bdb94"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:07.719100"], ["updated_at", "2016-06-16 21:20:07.719100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378124195 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1378124195], ["username", "billy_44"], ["access_token", "1d388904fc3e0bdf1831a699aca87373"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:07.720722"], ["updated_at", "2016-06-16 21:20:07.720722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1074410146 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1074410146], ["username", "billy_45"], ["access_token", "d87e424902cdb4c0f1010e56307c2898"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:07.722345"], ["updated_at", "2016-06-16 21:20:07.722345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264911426 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -264911426], ["username", "billy_46"], ["access_token", "473ad2bafa9d5a54a910cd975c175661"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:07.723971"], ["updated_at", "2016-06-16 21:20:07.723971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407592096 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1407592096], ["username", "billy_47"], ["access_token", "b5801f4daf7c7032a827d2470ccaffba"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:07.725589"], ["updated_at", "2016-06-16 21:20:07.725589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -475196634 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -475196634], ["username", "billy_48"], ["access_token", "17d11bc921f1160fc910b9335086dba5"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:07.727212"], ["updated_at", "2016-06-16 21:20:07.727212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -659601359 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -659601359], ["username", "billy_49"], ["access_token", "b63313338d4f0fb7fbff311260d8ae52"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:07.728833"], ["updated_at", "2016-06-16 21:20:07.728833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -8920553 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -8920553], ["username", "jstrav"], ["access_token", "a69e96be5037b028162ca67f2e0b98c9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:07.735649"], ["updated_at", "2016-06-16 21:20:07.735649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -899960550 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -899960550], ["username", "mary"], ["access_token", "a915fa2857ab39875afb0c255dcc932e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:07.737911"], ["updated_at", "2016-06-16 21:20:07.737911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64774429 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -64774429], ["username", "jstead"], ["access_token", "2de1c59d62afbb064a5d2c6d888785d5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:07.739819"], ["updated_at", "2016-06-16 21:20:07.739819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1111996219 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1111996219], ["username", "bigbear"], ["access_token", "7c86977e17bde809990cae29880f9566"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:07.741511"], ["updated_at", "2016-06-16 21:20:07.741511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851268561 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -851268561], ["username", "billy_00"], ["access_token", "af97eb2354718f7fadd98a58582294ef"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:20:07.743198"], ["updated_at", "2016-06-16 21:20:07.743198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1167681934 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1167681934], ["username", "billy_01"], ["access_token", "118673421f69fbda026c1f1fdc0c2dca"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:20:07.744927"], ["updated_at", "2016-06-16 21:20:07.744927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -863736676 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -863736676], ["username", "billy_02"], ["access_token", "223eb58cd19f458de52f9865cc7b92d3"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:20:07.746584"], ["updated_at", "2016-06-16 21:20:07.746584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -400353896 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -400353896], ["username", "billy_03"], ["access_token", "09a74a2338105a06b278cb36070fe342"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:20:07.748230"], ["updated_at", "2016-06-16 21:20:07.748230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989266562 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -989266562], ["username", "billy_04"], ["access_token", "6872ec4e6acca39b4fc415ae0977293f"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:07.749880"], ["updated_at", "2016-06-16 21:20:07.749880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1405068073 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1405068073], ["username", "billy_05"], ["access_token", "9f975c30c3cb16fd47810375f032593b"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:07.751514"], ["updated_at", "2016-06-16 21:20:07.751514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1767696771 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1767696771], ["username", "billy_06"], ["access_token", "f3b5d0f4ae235642d9f3be4f12faac54"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:07.753148"], ["updated_at", "2016-06-16 21:20:07.753148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -465313121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -465313121], ["username", "billy_07"], ["access_token", "d804ae03733d840de848ec3e050c51bc"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:07.754796"], ["updated_at", "2016-06-16 21:20:07.754796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1196648122 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1196648122], ["username", "billy_08"], ["access_token", "8fc02ccc2a28a85c1d696704072ffd0f"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:07.756441"], ["updated_at", "2016-06-16 21:20:07.756441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878278995 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -878278995], ["username", "billy_09"], ["access_token", "1867e2847a529ef2e432955b619f1017"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:07.758075"], ["updated_at", "2016-06-16 21:20:07.758075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1694332648 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1694332648], ["username", "billy_10"], ["access_token", "57ce27c9f4b73fa6e3a3ff0a4ed8669c"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:07.759714"], ["updated_at", "2016-06-16 21:20:07.759714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1039063800 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1039063800], ["username", "billy_11"], ["access_token", "13b40d36a0d77b32e5fcf9e248f0261a"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:07.771142"], ["updated_at", "2016-06-16 21:20:07.771142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -241197765 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -241197765], ["username", "billy_12"], ["access_token", "013617d8b538671e5e7980a033ed6ee8"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:07.773032"], ["updated_at", "2016-06-16 21:20:07.773032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851575850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -851575850], ["username", "billy_13"], ["access_token", "348282bbd16ec71894d351a0fba699e0"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:07.774868"], ["updated_at", "2016-06-16 21:20:07.774868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1391001834 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1391001834], ["username", "billy_14"], ["access_token", "e5a8ff088b341bcf3023c432b1a19277"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:07.777113"], ["updated_at", "2016-06-16 21:20:07.777113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2077554762 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2077554762], ["username", "billy_15"], ["access_token", "6f8f8801f6b8c19a4826ebdeb31a6e2e"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:07.779007"], ["updated_at", "2016-06-16 21:20:07.779007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -208088911 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -208088911], ["username", "billy_16"], ["access_token", "25bf63ec21336a7de5ae29d7cd25b60b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:07.780843"], ["updated_at", "2016-06-16 21:20:07.780843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1293342502 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1293342502], ["username", "billy_17"], ["access_token", "0002f4ccccb735b65dd60e6aae7821ff"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:07.782678"], ["updated_at", "2016-06-16 21:20:07.782678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1643094318 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1643094318], ["username", "billy_18"], ["access_token", "88d8afc5bbf0da92b9682893055e8cf0"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:07.784488"], ["updated_at", "2016-06-16 21:20:07.784488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1697568411 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1697568411], ["username", "billy_19"], ["access_token", "d85b608d1d44d3462957a94b18f28819"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:07.786285"], ["updated_at", "2016-06-16 21:20:07.786285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423150887 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -423150887], ["username", "billy_20"], ["access_token", "4cdd1d4e2646bb6c431c09492b24f3c6"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:07.788104"], ["updated_at", "2016-06-16 21:20:07.788104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1707830849 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1707830849], ["username", "billy_21"], ["access_token", "d7b2d46b026f8c10ceae1822034a7415"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:07.789881"], ["updated_at", "2016-06-16 21:20:07.789881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -326330802 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -326330802], ["username", "billy_22"], ["access_token", "5c8524d577cd20984e14afe7ee057c98"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:07.791661"], ["updated_at", "2016-06-16 21:20:07.791661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1628433171 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1628433171], ["username", "billy_23"], ["access_token", "7c1b17b5d5abc689fdb56ac7797c5da9"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:07.793494"], ["updated_at", "2016-06-16 21:20:07.793494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -702476048 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -702476048], ["username", "billy_24"], ["access_token", "6b8d6a2af728f9714780f1177ccb2b35"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:07.795310"], ["updated_at", "2016-06-16 21:20:07.795310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581446739 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1581446739], ["username", "billy_25"], ["access_token", "54e7b06984f18e4387f4cbefd1e348fb"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:07.797672"], ["updated_at", "2016-06-16 21:20:07.797672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974426625 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1974426625], ["username", "billy_26"], ["access_token", "131a26086171cc5d97a101421af0e08e"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:07.805616"], ["updated_at", "2016-06-16 21:20:07.805616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -758364307 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -758364307], ["username", "billy_27"], ["access_token", "7e6be63d9f679c6e265e6bbd0d690d9f"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:07.807525"], ["updated_at", "2016-06-16 21:20:07.807525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1004060463 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1004060463], ["username", "billy_28"], ["access_token", "8f88a2afe75737b0abbe041e771a2637"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:07.809440"], ["updated_at", "2016-06-16 21:20:07.809440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -951959469 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -951959469], ["username", "billy_29"], ["access_token", "62ccc5162bfcc2387168832424084a7d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:07.811442"], ["updated_at", "2016-06-16 21:20:07.811442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -439259565 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -439259565], ["username", "billy_30"], ["access_token", "1a07af0f6f3e95f1b43686c16eeaff18"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:07.813297"], ["updated_at", "2016-06-16 21:20:07.813297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -841629898 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -841629898], ["username", "billy_31"], ["access_token", "c75b283e82bed49d8c13c0c01769bcc9"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:07.815089"], ["updated_at", "2016-06-16 21:20:07.815089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1724656059 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1724656059], ["username", "billy_32"], ["access_token", "34e16ea73b4b08c8562d918a1f266294"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:07.816855"], ["updated_at", "2016-06-16 21:20:07.816855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1123444386 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1123444386], ["username", "billy_33"], ["access_token", "0a08ea4d6bdea51e6ac4698b3dfa4c4d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:07.818624"], ["updated_at", "2016-06-16 21:20:07.818624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1603694273 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1603694273], ["username", "billy_34"], ["access_token", "7c32be40ec1e030b3b287ecd5b83e09e"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:07.820398"], ["updated_at", "2016-06-16 21:20:07.820398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -129402091 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -129402091], ["username", "billy_35"], ["access_token", "77fe9bd2a2ce72e0fbae14a3a5140080"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:07.822155"], ["updated_at", "2016-06-16 21:20:07.822155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070244690 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1070244690], ["username", "billy_36"], ["access_token", "92c32839e9ed987bc56aa841947d7b91"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:07.823888"], ["updated_at", "2016-06-16 21:20:07.823888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -393505763 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -393505763], ["username", "billy_37"], ["access_token", "68271b0f4634d6f87849dc7913d649bb"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:07.825640"], ["updated_at", "2016-06-16 21:20:07.825640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1006388728 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1006388728], ["username", "billy_38"], ["access_token", "f675e5c64402c5833711c74641932ca6"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:07.827436"], ["updated_at", "2016-06-16 21:20:07.827436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1863035129 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1863035129], ["username", "billy_39"], ["access_token", "10bfd108420491df21f4de344c56784b"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:07.829229"], ["updated_at", "2016-06-16 21:20:07.829229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1352305893 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1352305893], ["username", "billy_40"], ["access_token", "423276fc0d7b6b8621397655610e625f"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:07.831024"], ["updated_at", "2016-06-16 21:20:07.831024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1156892190 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1156892190], ["username", "billy_41"], ["access_token", "114473629f8f637e59736992f88568f0"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:07.833042"], ["updated_at", "2016-06-16 21:20:07.833042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1209862637 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1209862637], ["username", "billy_42"], ["access_token", "92e6175bc0a6880ce1fee7df06198ecb"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:07.835034"], ["updated_at", "2016-06-16 21:20:07.835034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -87140794 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -87140794], ["username", "billy_43"], ["access_token", "54a7ebb1c979b6fb1d8c3f442a8afe6a"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:07.836854"], ["updated_at", "2016-06-16 21:20:07.836854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -98809925 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -98809925], ["username", "billy_44"], ["access_token", "6450a080d6d8b6d4fcbdbbc4d69ff379"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:07.838652"], ["updated_at", "2016-06-16 21:20:07.838652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -45873108 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -45873108], ["username", "billy_45"], ["access_token", "a5764590dda93e30d712f70bd7c587aa"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:07.840438"], ["updated_at", "2016-06-16 21:20:07.840438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -806255627 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -806255627], ["username", "billy_46"], ["access_token", "2a304cad8b77c069c6fa4cb0d8fb05fa"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:07.842223"], ["updated_at", "2016-06-16 21:20:07.842223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1214552008 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1214552008], ["username", "billy_47"], ["access_token", "5674d3c5e63c9f3381095157f2c8cb89"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:07.843995"], ["updated_at", "2016-06-16 21:20:07.843995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749766352 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -749766352], ["username", "billy_48"], ["access_token", "194fc6f5d9715c986f21c942ed33cc71"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:07.845725"], ["updated_at", "2016-06-16 21:20:07.845725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581379636 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -581379636], ["username", "billy_49"], ["access_token", "0a6b8be58eb24d3563214d2744905c43"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:07.847486"], ["updated_at", "2016-06-16 21:20:07.847486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-06-16 21:20:07.857530"], ["updated_at", "2016-06-16 21:20:07.857530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-06-16 21:20:07.880170"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-06-16 21:20:07.882813"], ["updated_at", "2016-06-16 21:20:07.882813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-06-16 21:20:07.939472"], ["updated_at", "2016-06-16 21:20:07.939472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -573300496 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd42b787e8b9604f820727c72dc87e898' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -573300496], ["username", "d42b787e8b9604f820727c72dc87e898"], ["access_token", "265c8cdfc98edf521e91ac19ded5ea46"], ["created_at", "2016-06-16 21:20:07.944555"], ["updated_at", "2016-06-16 21:20:07.944555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -621025578 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -621025578], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:07.947276"], ["updated_at", "2016-06-16 21:20:07.947276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -750378231 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'dbc24e47614f2ac04a8e9e3713a9362a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -750378231], ["username", "dbc24e47614f2ac04a8e9e3713a9362a"], ["access_token", "e36c26f533b4e76ee832dfa1c22409a2"], ["created_at", "2016-06-16 21:20:07.951262"], ["updated_at", "2016-06-16 21:20:07.951262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1771855075 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1771855075], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:07.953933"], ["updated_at", "2016-06-16 21:20:07.953933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2041088973 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9b1498518eb2628decbcf7d50070a2f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2041088973], ["username", "9b1498518eb2628decbcf7d50070a2f6"], ["access_token", "0d830f85e2406bfbe211e372efaf8394"], ["created_at", "2016-06-16 21:20:07.957991"], ["updated_at", "2016-06-16 21:20:07.957991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "bd66db26ece6b849e8948cf543cd4444"], ["created_at", "2016-06-16 21:20:07.962490"], ["updated_at", "2016-06-16 21:20:07.962490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:20:07.964098"], ["updated_at", "2016-06-16 21:20:07.964098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "f814bcfea197c77030f6e79d6f111c3b"], ["created_at", "2016-06-16 21:20:08.346050"], ["updated_at", "2016-06-16 21:20:08.346050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:20:08.348479"], ["updated_at", "2016-06-16 21:20:08.348479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "dea1be4775e4347710db7959b5850ef5"], ["created_at", "2016-06-16 21:20:08.696686"], ["updated_at", "2016-06-16 21:20:08.696686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:20:08.699089"], ["updated_at", "2016-06-16 21:20:08.699089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "cca001724188b42a0b09420b795c23d0"], ["created_at", "2016-06-16 21:20:09.069245"], ["updated_at", "2016-06-16 21:20:09.069245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:20:09.071014"], ["updated_at", "2016-06-16 21:20:09.071014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "25cb74e8caf561012296badb20a14896"], ["created_at", "2016-06-16 21:20:09.443622"], ["updated_at", "2016-06-16 21:20:09.443622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:20:09.445198"], ["updated_at", "2016-06-16 21:20:09.445198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a767d66c09700ba8b33df41779dcf6bd"], ["created_at", "2016-06-16 21:20:09.794266"], ["updated_at", "2016-06-16 21:20:09.794266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "3a9e9cf6c96f4c7f1ea02d69ec6a0b15"], ["created_at", "2016-06-16 21:20:09.800744"], ["updated_at", "2016-06-16 21:20:09.800744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "95741b2a1851f39925aa739c8856cb6d"], ["created_at", "2016-06-16 21:20:09.808243"], ["updated_at", "2016-06-16 21:20:09.808243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "066f55ef08a8ea6295f45568f574247a"], ["created_at", "2016-06-16 21:20:09.813737"], ["updated_at", "2016-06-16 21:20:09.813737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "0af5a31d7dbcfbf0cbd44930f86d1cbd"], ["created_at", "2016-06-16 21:20:09.818738"], ["updated_at", "2016-06-16 21:20:09.818738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:52208/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "2e38923f87caab25f62324b62f6c0e7b"], ["created_at", "2016-06-16 21:20:09.825206"], ["updated_at", "2016-06-16 21:20:09.825206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "90108d5552a74080ece69f1a0231ede9"], ["created_at", "2016-06-16 21:20:09.831254"], ["updated_at", "2016-06-16 21:20:09.831254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (1.1ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime)   (0.0ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.7ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (0.9ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.9ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (0.9ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.9ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (0.8ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-06-16 23:52:18.430924"], ["updated_at", "2016-06-16 23:52:18.430924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.8ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-06-16 23:52:18.493326"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-06-16 23:52:18.496667"], ["updated_at", "2016-06-16 23:52:18.496667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (1.0ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "a3ddd42c113f36fcc151d3ddbfac262e"], ["created_at", "2016-06-16 23:52:18.568688"], ["updated_at", "2016-06-16 23:52:18.568688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 23:52:18.577227"], ["updated_at", "2016-06-16 23:52:18.577227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "e22837ba78d3c1bc1dcb9656c1cde9b6"], ["created_at", "2016-06-16 23:52:18.579666"], ["updated_at", "2016-06-16 23:52:18.579666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-06-16 23:52:18.580985"], ["updated_at", "2016-06-16 23:52:18.580985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1454916139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1454916139], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:18.590377"], ["updated_at", "2016-06-16 23:52:18.590377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -834798295 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -834798295], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:18.593637"], ["updated_at", "2016-06-16 23:52:18.593637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -834798295]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -834798295 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1454916139]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1454916139 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -834798295 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1454916139 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1454916139], ["member_group_id", -834798295], ["created_at", "2016-06-16 23:52:18.599862"], ["updated_at", "2016-06-16 23:52:18.599862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -834798295) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -834798295) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -834798295], ["user_id", 1], ["created_at", "2016-06-16 23:52:18.658574"], ["updated_at", "2016-06-16 23:52:18.658574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -834798295) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -834798295]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -834798295]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -834798295 - -1454916139 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-06-16 23:52:18.689873"], ["updated_at", "2016-06-16 23:52:18.689873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-06-16 23:52:18.695251"], ["updated_at", "2016-06-16 23:52:18.695251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-06-16 23:52:18.700864"], ["updated_at", "2016-06-16 23:52:18.700864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-06-16 23:52:18.707948"], ["updated_at", "2016-06-16 23:52:18.707948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (1.4ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-06-16 23:52:18.745132"], ["updated_at", "2016-06-16 23:52:18.745132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900955985 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '0f8f99b24a7d34c8048c44a98673ab59' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1900955985], ["username", "0f8f99b24a7d34c8048c44a98673ab59"], ["access_token", "7b8ff6fc737cd140a54304767ca0126b"], ["created_at", "2016-06-16 23:52:18.750856"], ["updated_at", "2016-06-16 23:52:18.750856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -454800702 LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -454800702], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:18.754470"], ["updated_at", "2016-06-16 23:52:18.754470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1193103136 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '57f7022a65ca748f0bdfd8075fa0b580' LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1193103136], ["username", "57f7022a65ca748f0bdfd8075fa0b580"], ["access_token", "afc8fbd099b1a4ed32fbb328b8752b3e"], ["created_at", "2016-06-16 23:52:18.758682"], ["updated_at", "2016-06-16 23:52:18.758682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -415128580 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -415128580], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:18.762937"], ["updated_at", "2016-06-16 23:52:18.762937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -261263505 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '476da78064e75efa73e3cee733b3b357' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -261263505], ["username", "476da78064e75efa73e3cee733b3b357"], ["access_token", "1f8b66a97604e98866ec8ad849a90dae"], ["created_at", "2016-06-16 23:52:18.766960"], ["updated_at", "2016-06-16 23:52:18.766960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566485574 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -566485574], ["username", "9a8f4d2a6126dbc9f8d61e6cbfcb753d"], ["access_token", "996f379c75c3397e0fa61991ae17f0bf"], ["created_at", "2016-06-16 23:52:18.770949"], ["updated_at", "2016-06-16 23:52:18.770949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -770416066) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", -770416066]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -770416066) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -770416066 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -770416066], ["created_at", "2016-06-16 23:52:18.781856"], ["updated_at", "2016-06-16 23:52:18.781856"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -770416066) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -770416066], ["user_id", -566485574], ["created_at", "2016-06-16 23:52:18.784109"], ["updated_at", "2016-06-16 23:52:18.784109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -770416066]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? LIMIT 1 [["group_id", -770416066]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "e6c75b"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e6c75b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "e6c75b"], ["created_at", "2016-06-16 23:52:18.804767"], ["updated_at", "2016-06-16 23:52:18.804767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-06-16 23:52:18.812567"], ["updated_at", "2016-06-16 23:52:18.812567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-06-16 23:52:18.820129"], ["updated_at", "2016-06-16 23:52:18.820129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "3aed1e"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3aed1e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "3aed1e"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["created_at", "2016-06-16 23:52:18.825742"], ["updated_at", "2016-06-16 23:52:18.825742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55858739 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -55858739], ["username", "jstrav"], ["access_token", "e26356f012b8382f6cdfa14957bc6787"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:18.830087"], ["updated_at", "2016-06-16 23:52:18.830087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -63796339 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -63796339], ["username", "mary"], ["access_token", "85d7e071fb8f28e7ccc4df558dcebdad"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:18.832257"], ["updated_at", "2016-06-16 23:52:18.832257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1074945275 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1074945275], ["username", "jstead"], ["access_token", "4840f258f0a16b51f9f849f7a6dd0dbb"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:18.834244"], ["updated_at", "2016-06-16 23:52:18.834244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1822686684 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1822686684], ["username", "bigbear"], ["access_token", "22481c6913d2d9b3320bfe23a06a076f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:18.836893"], ["updated_at", "2016-06-16 23:52:18.836893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2043729505 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2043729505], ["username", "billy_00"], ["access_token", "ff9b0f491704335ff078c62d39cf3096"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 23:52:18.838662"], ["updated_at", "2016-06-16 23:52:18.838662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -375338206 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -375338206], ["username", "billy_01"], ["access_token", "b75ee48ccd6dfce7f3e662dfcf373fcb"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 23:52:18.840320"], ["updated_at", "2016-06-16 23:52:18.840320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2097181036 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2097181036], ["username", "billy_02"], ["access_token", "8bc239d4b2a939a84cc831cca1975591"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 23:52:18.841957"], ["updated_at", "2016-06-16 23:52:18.841957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1782473166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1782473166], ["username", "billy_03"], ["access_token", "3ac5f651fcb9b9ff9d4d86e021995009"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 23:52:18.843623"], ["updated_at", "2016-06-16 23:52:18.843623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264728605 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -264728605], ["username", "billy_04"], ["access_token", "411cba0e3f95376f8a3f32d16ab30cd8"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:18.845323"], ["updated_at", "2016-06-16 23:52:18.845323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2138312268 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2138312268], ["username", "billy_05"], ["access_token", "314a6bd311d82dff264edeee44715b8e"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:18.846958"], ["updated_at", "2016-06-16 23:52:18.846958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -350156259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -350156259], ["username", "billy_06"], ["access_token", "3cb4cbdb89e78df1a2e46b4956880001"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:18.848650"], ["updated_at", "2016-06-16 23:52:18.848650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1326253760 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1326253760], ["username", "billy_07"], ["access_token", "a48639c8f0ef4352521a60fa4b45bfdc"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:18.850298"], ["updated_at", "2016-06-16 23:52:18.850298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067000852 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2067000852], ["username", "billy_08"], ["access_token", "f950aa608c92b3614d62dd98824d985d"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:18.851981"], ["updated_at", "2016-06-16 23:52:18.851981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1186829447 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1186829447], ["username", "billy_09"], ["access_token", "9d55d85cfbffcd47bec827a64ee828d4"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:18.853616"], ["updated_at", "2016-06-16 23:52:18.853616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -522146523 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -522146523], ["username", "billy_10"], ["access_token", "57524b6609d37ca576487c506848af4c"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:18.855272"], ["updated_at", "2016-06-16 23:52:18.855272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956815056 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -956815056], ["username", "billy_11"], ["access_token", "852202fbe767b43ef7596ac358eaf588"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:18.856937"], ["updated_at", "2016-06-16 23:52:18.856937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1450376297 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1450376297], ["username", "billy_12"], ["access_token", "ef336045192eca24932369f8a5b28b60"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:18.858662"], ["updated_at", "2016-06-16 23:52:18.858662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2127107752 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2127107752], ["username", "billy_13"], ["access_token", "fc96791b989c44ed52fd76f72fd556ad"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:18.860470"], ["updated_at", "2016-06-16 23:52:18.860470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1630643225 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1630643225], ["username", "billy_14"], ["access_token", "77765a154a293016fb526ff230280bd4"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:18.862238"], ["updated_at", "2016-06-16 23:52:18.862238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -13780452 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -13780452], ["username", "billy_15"], ["access_token", "cad1c33e2a4c56082ebc33b21b341ef7"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:18.864131"], ["updated_at", "2016-06-16 23:52:18.864131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313604151 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -313604151], ["username", "billy_16"], ["access_token", "4a4897228206beb258b991e02492bbaa"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:18.865917"], ["updated_at", "2016-06-16 23:52:18.865917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -746180128 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -746180128], ["username", "billy_17"], ["access_token", "9bfba2054035ba66ac63cb08e425837c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:18.868182"], ["updated_at", "2016-06-16 23:52:18.868182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1947858865 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1947858865], ["username", "billy_18"], ["access_token", "5de77694b92782870c7f1daf5a08dcac"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:18.870025"], ["updated_at", "2016-06-16 23:52:18.870025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1456743265 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1456743265], ["username", "billy_19"], ["access_token", "72c72376a906e54dde9d0935da0375d9"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:18.871850"], ["updated_at", "2016-06-16 23:52:18.871850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1204007785 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1204007785], ["username", "billy_20"], ["access_token", "130544fc108c09b0eb3dd7d06dbd1765"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:18.873505"], ["updated_at", "2016-06-16 23:52:18.873505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1957199038 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1957199038], ["username", "billy_21"], ["access_token", "2c42adfc52ac50381dc1a1dbc72c03ec"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:18.875174"], ["updated_at", "2016-06-16 23:52:18.875174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -140750180 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -140750180], ["username", "billy_22"], ["access_token", "e5c09d266d440fcf4d0f2a88e509a430"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:18.876802"], ["updated_at", "2016-06-16 23:52:18.876802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1783907591 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1783907591], ["username", "billy_23"], ["access_token", "72a7c79e00f445d0524d74cbb5e7d6c6"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:18.878502"], ["updated_at", "2016-06-16 23:52:18.878502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -881609172 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -881609172], ["username", "billy_24"], ["access_token", "54941604b55024597379f75b0d66d6b5"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:18.880191"], ["updated_at", "2016-06-16 23:52:18.880191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1960525023 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1960525023], ["username", "billy_25"], ["access_token", "9494669e405939f699a735d5906f8ee5"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:18.881914"], ["updated_at", "2016-06-16 23:52:18.881914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067980552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067980552], ["username", "billy_26"], ["access_token", "ef1825661ec078173ab641eeadf3b1e0"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:18.883568"], ["updated_at", "2016-06-16 23:52:18.883568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -465349571 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -465349571], ["username", "billy_27"], ["access_token", "5d2ccac2303f078555c952d0c4256bba"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:18.885251"], ["updated_at", "2016-06-16 23:52:18.885251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093024676 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2093024676], ["username", "billy_28"], ["access_token", "aca2ab6b2afdc78e9ecb4e35e241a756"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:18.886936"], ["updated_at", "2016-06-16 23:52:18.886936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187487407 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1187487407], ["username", "billy_29"], ["access_token", "c7aeefda0eff715c2ee730b85d272b4a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:18.888646"], ["updated_at", "2016-06-16 23:52:18.888646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -200631431 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -200631431], ["username", "billy_30"], ["access_token", "5e157d618e2bbf9b5d20efef90d6e55c"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:18.890394"], ["updated_at", "2016-06-16 23:52:18.890394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1403676247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1403676247], ["username", "billy_31"], ["access_token", "d26923bd10460e8b685b2e41164c590a"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:18.892374"], ["updated_at", "2016-06-16 23:52:18.892374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -772371972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -772371972], ["username", "billy_32"], ["access_token", "61e6553cf9e45b11da947df0e2fed988"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:18.894082"], ["updated_at", "2016-06-16 23:52:18.894082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1512250964 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1512250964], ["username", "billy_33"], ["access_token", "d3b7bc6af396d20ef61a9f0b2cdb5c6a"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:18.895766"], ["updated_at", "2016-06-16 23:52:18.895766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -509565320 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -509565320], ["username", "billy_34"], ["access_token", "0f3b41fb6118d9f0482181685566f9ec"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:18.897429"], ["updated_at", "2016-06-16 23:52:18.897429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1209447909 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1209447909], ["username", "billy_35"], ["access_token", "580cc042829b7b1f28a25dde91335058"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:18.899229"], ["updated_at", "2016-06-16 23:52:18.899229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -857386460 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -857386460], ["username", "billy_36"], ["access_token", "79045b588ff95483dfed165636fc8d87"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:18.900916"], ["updated_at", "2016-06-16 23:52:18.900916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1316984487 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1316984487], ["username", "billy_37"], ["access_token", "b1904f469a017ee38247c41f240f14bc"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:18.902611"], ["updated_at", "2016-06-16 23:52:18.902611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1678125848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1678125848], ["username", "billy_38"], ["access_token", "d80350bef04b87d9888ff067b854c77e"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:18.904281"], ["updated_at", "2016-06-16 23:52:18.904281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -166317421 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -166317421], ["username", "billy_39"], ["access_token", "4a5b8999d00f3f3fa89a1eefa5a9893d"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:18.905956"], ["updated_at", "2016-06-16 23:52:18.905956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2100738090 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2100738090], ["username", "billy_40"], ["access_token", "e57ddffe55c7724f8b56288f63e6528c"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:18.907644"], ["updated_at", "2016-06-16 23:52:18.907644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1967584288 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1967584288], ["username", "billy_41"], ["access_token", "c464945b43d783b1410da5e36cd40da7"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:18.909321"], ["updated_at", "2016-06-16 23:52:18.909321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101558010 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1101558010], ["username", "billy_42"], ["access_token", "c0b4b3788b184bbabf486564ef4ba97b"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:18.911004"], ["updated_at", "2016-06-16 23:52:18.911004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1850778184 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1850778184], ["username", "billy_43"], ["access_token", "443cb1a5660daf3d9a05d1a6044ddd44"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:18.912712"], ["updated_at", "2016-06-16 23:52:18.912712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1826903040 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1826903040], ["username", "billy_44"], ["access_token", "9ab1c9e92c09c8f7804c5483586e1ec0"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:18.914510"], ["updated_at", "2016-06-16 23:52:18.914510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1567611652 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1567611652], ["username", "billy_45"], ["access_token", "c018662f9b87e1f33413cdff67842694"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:18.916305"], ["updated_at", "2016-06-16 23:52:18.916305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -176916814 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -176916814], ["username", "billy_46"], ["access_token", "53ce2c8370cf3f43e32148f7d9614cdb"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:18.917976"], ["updated_at", "2016-06-16 23:52:18.917976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1340531551 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1340531551], ["username", "billy_47"], ["access_token", "5adf1dcf3c2ec341eb130c6e3f44fe0a"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:18.919630"], ["updated_at", "2016-06-16 23:52:18.919630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -587268356 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -587268356], ["username", "billy_48"], ["access_token", "a9e66a0a48b91651fb9c3989fe15a7cf"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:18.921280"], ["updated_at", "2016-06-16 23:52:18.921280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -879585116 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -879585116], ["username", "billy_49"], ["access_token", "78b8fe7a6c5113ec0adba3cf3c28710a"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:18.922969"], ["updated_at", "2016-06-16 23:52:18.922969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067750125 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067750125], ["username", "jstrav"], ["access_token", "da4bd12382bbd34e4ca2eb05ff54d1ce"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:18.930881"], ["updated_at", "2016-06-16 23:52:18.930881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018183669 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1018183669], ["username", "mary"], ["access_token", "35f90cc93d1ee41a66837b5b878482ef"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:18.933910"], ["updated_at", "2016-06-16 23:52:18.933910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -882068332 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -882068332], ["username", "jstead"], ["access_token", "fccd5b119b6c49fad9a4eeafc94ad16d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:18.936756"], ["updated_at", "2016-06-16 23:52:18.936756"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -105196436 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -105196436], ["username", "bigbear"], ["access_token", "f3cc54fac1e8defa8545dc8ee643b546"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:18.939045"], ["updated_at", "2016-06-16 23:52:18.939045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -54354600 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -54354600], ["username", "billy_00"], ["access_token", "cae6194df621984d7fc64a70747b0709"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 23:52:18.941108"], ["updated_at", "2016-06-16 23:52:18.941108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -755189665 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -755189665], ["username", "billy_01"], ["access_token", "6f21ccc86f72923617dee82e062dbaa2"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 23:52:18.942924"], ["updated_at", "2016-06-16 23:52:18.942924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -62750970 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -62750970], ["username", "billy_02"], ["access_token", "cd42ad30eedeac020d96f5e1f332679d"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 23:52:18.944585"], ["updated_at", "2016-06-16 23:52:18.944585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539775099 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -539775099], ["username", "billy_03"], ["access_token", "98e455f26ce7d5ed5a36db84a54af44b"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 23:52:18.946263"], ["updated_at", "2016-06-16 23:52:18.946263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031539911 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2031539911], ["username", "billy_04"], ["access_token", "2f6409eada017567065a92aaeef65ac4"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:18.948031"], ["updated_at", "2016-06-16 23:52:18.948031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1391594954 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1391594954], ["username", "billy_05"], ["access_token", "d1b9477f7b5042b73508573457746498"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:18.949697"], ["updated_at", "2016-06-16 23:52:18.949697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1665855748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1665855748], ["username", "billy_06"], ["access_token", "c5f704ba0e92f53bdd2564a4f3896266"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:18.951349"], ["updated_at", "2016-06-16 23:52:18.951349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -402229761 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -402229761], ["username", "billy_07"], ["access_token", "353a38702d768de355c96b952b07555e"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:18.953032"], ["updated_at", "2016-06-16 23:52:18.953032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -640812232 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -640812232], ["username", "billy_08"], ["access_token", "9db629d23b1b9dedacd7c83f45a64a7a"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:18.955065"], ["updated_at", "2016-06-16 23:52:18.955065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -200204427 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -200204427], ["username", "billy_09"], ["access_token", "d547f6a3f724db49671c63e7cab0c3e0"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:18.956889"], ["updated_at", "2016-06-16 23:52:18.956889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667071350 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -667071350], ["username", "billy_10"], ["access_token", "a4f213a92ee3f8d3eec9c65700f82380"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:18.958685"], ["updated_at", "2016-06-16 23:52:18.958685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -108850510 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -108850510], ["username", "billy_11"], ["access_token", "e9c80cc998d983e6060acc9c7d12bf37"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:18.960356"], ["updated_at", "2016-06-16 23:52:18.960356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880380332 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -880380332], ["username", "billy_12"], ["access_token", "ff2208efb9ab317636999e6307a0abb1"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:18.962007"], ["updated_at", "2016-06-16 23:52:18.962007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093442119 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2093442119], ["username", "billy_13"], ["access_token", "734dcfc180a4549ad8c1c6478f51c290"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:18.963841"], ["updated_at", "2016-06-16 23:52:18.963841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1565046164 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1565046164], ["username", "billy_14"], ["access_token", "47a086e60efebe2043258bf3ae17cf29"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:18.965651"], ["updated_at", "2016-06-16 23:52:18.965651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2004434277 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2004434277], ["username", "billy_15"], ["access_token", "4c5ddfd00026bdd7e8856f6a95a50df1"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:18.967870"], ["updated_at", "2016-06-16 23:52:18.967870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806096643 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1806096643], ["username", "billy_16"], ["access_token", "d332ea86bca551afdf0627c10d9e5c52"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:18.969920"], ["updated_at", "2016-06-16 23:52:18.969920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -491489841 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -491489841], ["username", "billy_17"], ["access_token", "c10d51f453a27166f34990beb777d590"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:18.971706"], ["updated_at", "2016-06-16 23:52:18.971706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1988444138 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1988444138], ["username", "billy_18"], ["access_token", "e971b69ec1591d0279644192ba1ab3a3"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:18.973387"], ["updated_at", "2016-06-16 23:52:18.973387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -392428325 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -392428325], ["username", "billy_19"], ["access_token", "0fae7a7ab5e3d9b87988ff36dbac4a1b"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:18.975144"], ["updated_at", "2016-06-16 23:52:18.975144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1878449922 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1878449922], ["username", "billy_20"], ["access_token", "ec470a0dee2892178780126996e3b797"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:18.976803"], ["updated_at", "2016-06-16 23:52:18.976803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1321729659 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1321729659], ["username", "billy_21"], ["access_token", "f4eba9c55ac4ce9ba1592db8e62139f4"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:18.978480"], ["updated_at", "2016-06-16 23:52:18.978480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -918900147 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -918900147], ["username", "billy_22"], ["access_token", "23c3961b1c810cb5f2cf01c02150c8cd"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:18.980145"], ["updated_at", "2016-06-16 23:52:18.980145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -860079426 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -860079426], ["username", "billy_23"], ["access_token", "d5806e8e7a789ea9d54e6e00d65a80a3"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:18.981841"], ["updated_at", "2016-06-16 23:52:18.981841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -861435727 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -861435727], ["username", "billy_24"], ["access_token", "e2678928aa1321e84b66c6accdeae0d3"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:18.983510"], ["updated_at", "2016-06-16 23:52:18.983510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1356962847 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1356962847], ["username", "billy_25"], ["access_token", "fe92866615ef4c3bdf0ef57c8d4301c1"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:18.985154"], ["updated_at", "2016-06-16 23:52:18.985154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1807361930 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1807361930], ["username", "billy_26"], ["access_token", "de171a9b8fca15c90c4aeed116e6d193"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:18.986898"], ["updated_at", "2016-06-16 23:52:18.986898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -296012431 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -296012431], ["username", "billy_27"], ["access_token", "8cebe8f99c230b1ef096615b05b86e79"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:18.988710"], ["updated_at", "2016-06-16 23:52:18.988710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -400738367 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -400738367], ["username", "billy_28"], ["access_token", "80727b7c37965575f75cdc73d892e62a"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:18.990362"], ["updated_at", "2016-06-16 23:52:18.990362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -251672577 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -251672577], ["username", "billy_29"], ["access_token", "8bb98b2973cae52c2f63b6f9fd9d03d8"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:18.992052"], ["updated_at", "2016-06-16 23:52:18.992052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -337080473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -337080473], ["username", "billy_30"], ["access_token", "0d948b23b7d951f7f8bf3c02fc0b4188"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:18.993747"], ["updated_at", "2016-06-16 23:52:18.993747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566045509 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -566045509], ["username", "billy_31"], ["access_token", "c04fd93e53b4e791d71f9759a2da76d2"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:18.995405"], ["updated_at", "2016-06-16 23:52:18.995405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -583553017 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -583553017], ["username", "billy_32"], ["access_token", "9904ee31f10ec5427b97c656d83e9960"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:18.997061"], ["updated_at", "2016-06-16 23:52:18.997061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -380905422 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -380905422], ["username", "billy_33"], ["access_token", "6a0555530f06251b4474042d4cd665cf"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:18.998859"], ["updated_at", "2016-06-16 23:52:18.998859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687031050 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1687031050], ["username", "billy_34"], ["access_token", "13691fe9f0c5c79369a4e6c08c398def"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:19.000514"], ["updated_at", "2016-06-16 23:52:19.000514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273113394 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -273113394], ["username", "billy_35"], ["access_token", "0c7ffa197e8112a66fbee531f26f7c8c"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:19.002164"], ["updated_at", "2016-06-16 23:52:19.002164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -113526317 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -113526317], ["username", "billy_36"], ["access_token", "42ce186a64e8d4e31f4d5f27c022406f"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:19.003816"], ["updated_at", "2016-06-16 23:52:19.003816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361225064 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -361225064], ["username", "billy_37"], ["access_token", "51f9ee8509e1bdaebe0b4d4d48ae2720"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:19.005460"], ["updated_at", "2016-06-16 23:52:19.005460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -593965664 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -593965664], ["username", "billy_38"], ["access_token", "80592edec392f68da12aab9ce096b80d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:19.007117"], ["updated_at", "2016-06-16 23:52:19.007117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -95862282 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -95862282], ["username", "billy_39"], ["access_token", "ce9c99561a7885da5762427938751780"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:19.008781"], ["updated_at", "2016-06-16 23:52:19.008781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -39437121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -39437121], ["username", "billy_40"], ["access_token", "783716163b6635f417c955cf7ef8b571"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:19.010469"], ["updated_at", "2016-06-16 23:52:19.010469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -395150189 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -395150189], ["username", "billy_41"], ["access_token", "81d4f37263db156c598df7173cb1b346"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:19.012124"], ["updated_at", "2016-06-16 23:52:19.012124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067700302 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067700302], ["username", "billy_42"], ["access_token", "d2e784f3bd86701f715d37e8c406a40a"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:19.013823"], ["updated_at", "2016-06-16 23:52:19.013823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1346221567 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1346221567], ["username", "billy_43"], ["access_token", "56d2d6637d0bef76fe3cc284a19b0099"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:19.015481"], ["updated_at", "2016-06-16 23:52:19.015481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748906601 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -748906601], ["username", "billy_44"], ["access_token", "f3da47716ae68becb4c055994f102850"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:19.017143"], ["updated_at", "2016-06-16 23:52:19.017143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507137471 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1507137471], ["username", "billy_45"], ["access_token", "0be525813e5595235bf4ade0140378a4"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:19.018990"], ["updated_at", "2016-06-16 23:52:19.018990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1162678545 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1162678545], ["username", "billy_46"], ["access_token", "7c74d1c758737de68dfe3cd6ca78e227"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:19.020744"], ["updated_at", "2016-06-16 23:52:19.020744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1470329211 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1470329211], ["username", "billy_47"], ["access_token", "6ab5f966597f108cf2352907bec2d38e"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:19.022416"], ["updated_at", "2016-06-16 23:52:19.022416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171292618 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1171292618], ["username", "billy_48"], ["access_token", "0e3aae49b503363cd1dbb13415a4518b"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:19.024135"], ["updated_at", "2016-06-16 23:52:19.024135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -863811623 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -863811623], ["username", "billy_49"], ["access_token", "b29bc59902df933b412ba32c892f7487"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:19.025775"], ["updated_at", "2016-06-16 23:52:19.025775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1327942627 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1327942627], ["username", "jstrav"], ["access_token", "90179673f03c107627fc1b6d683f01b1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:19.033434"], ["updated_at", "2016-06-16 23:52:19.033434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1311075319 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1311075319], ["username", "mary"], ["access_token", "e1adb3505d593ee4ba5f1d1aa79bfa6e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:19.035577"], ["updated_at", "2016-06-16 23:52:19.035577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -327159845 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -327159845], ["username", "jstead"], ["access_token", "a1a9c8efb124e5846eae28c28b87e346"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:19.037502"], ["updated_at", "2016-06-16 23:52:19.037502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1071410044 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1071410044], ["username", "bigbear"], ["access_token", "3a8d207e0f7c5b93efcc56d7c4ef8b67"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:19.039192"], ["updated_at", "2016-06-16 23:52:19.039192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1693385849 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1693385849], ["username", "billy_00"], ["access_token", "98858dcb753e9859bf6f07fb605594c1"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 23:52:19.040944"], ["updated_at", "2016-06-16 23:52:19.040944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529879508 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -529879508], ["username", "billy_01"], ["access_token", "3990cc2110d8d473916f300c2b37c060"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 23:52:19.042649"], ["updated_at", "2016-06-16 23:52:19.042649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1840524499 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1840524499], ["username", "billy_02"], ["access_token", "a00c9d47e16c229141b2b3b4bf71e4f6"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 23:52:19.044437"], ["updated_at", "2016-06-16 23:52:19.044437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589240013 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -589240013], ["username", "billy_03"], ["access_token", "aec2e5ee53797333d856b4f91bc96a96"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 23:52:19.046120"], ["updated_at", "2016-06-16 23:52:19.046120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1128056564 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1128056564], ["username", "billy_04"], ["access_token", "415d09c902187206ec21b729938d60c0"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:19.047827"], ["updated_at", "2016-06-16 23:52:19.047827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1172232429 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1172232429], ["username", "billy_05"], ["access_token", "f690415928056bcc3b2c087b9e8b5055"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:19.049584"], ["updated_at", "2016-06-16 23:52:19.049584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2139943440 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2139943440], ["username", "billy_06"], ["access_token", "c730886fa67bf6c4a579e9dc463aaf25"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:19.051521"], ["updated_at", "2016-06-16 23:52:19.051521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -554294435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -554294435], ["username", "billy_07"], ["access_token", "229fa834de3376549f3f3cff44f90ff7"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:19.053217"], ["updated_at", "2016-06-16 23:52:19.053217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1776280798 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1776280798], ["username", "billy_08"], ["access_token", "31d69f309d77f94f9ed129a83f8bd234"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:19.054892"], ["updated_at", "2016-06-16 23:52:19.054892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1330828197 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1330828197], ["username", "billy_09"], ["access_token", "539bb541ca6850f8eb40f579bef1b67f"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:19.056546"], ["updated_at", "2016-06-16 23:52:19.056546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -78992751 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -78992751], ["username", "billy_10"], ["access_token", "cb2b0df0bcc9ff19710dd7c2277917a7"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:19.058230"], ["updated_at", "2016-06-16 23:52:19.058230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -727347613 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -727347613], ["username", "billy_11"], ["access_token", "45b93b25f7502079c05a75ae0a823fae"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:19.059908"], ["updated_at", "2016-06-16 23:52:19.059908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512847304 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -512847304], ["username", "billy_12"], ["access_token", "5edb3bdc0d61f839a9c6833dc6ed81ce"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:19.061592"], ["updated_at", "2016-06-16 23:52:19.061592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1364169617 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1364169617], ["username", "billy_13"], ["access_token", "b50c8ab9be7d167878466c0957b3ee7b"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:19.063243"], ["updated_at", "2016-06-16 23:52:19.063243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1936569375 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1936569375], ["username", "billy_14"], ["access_token", "bf60aa6a7b242fcd62b195730dff97c5"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:19.064939"], ["updated_at", "2016-06-16 23:52:19.064939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -34971981 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -34971981], ["username", "billy_15"], ["access_token", "3eacad54b75a49298b8568db1f17eac4"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:19.066807"], ["updated_at", "2016-06-16 23:52:19.066807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1112677599 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1112677599], ["username", "billy_16"], ["access_token", "a6f8e3bef581c6ddcc7e99da8ea57435"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:19.068625"], ["updated_at", "2016-06-16 23:52:19.068625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1429515400 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1429515400], ["username", "billy_17"], ["access_token", "9f175f1e094e8fae5cb43a215f53aa85"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:19.070500"], ["updated_at", "2016-06-16 23:52:19.070500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -951725809 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -951725809], ["username", "billy_18"], ["access_token", "7ff1a052f4f0c2af3dd0af035a9a52f1"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:19.072279"], ["updated_at", "2016-06-16 23:52:19.072279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1226930115 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1226930115], ["username", "billy_19"], ["access_token", "fbea5c382326a72375e0c4338ec760b1"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:19.074575"], ["updated_at", "2016-06-16 23:52:19.074575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -517738031 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -517738031], ["username", "billy_20"], ["access_token", "7f7aa38ab1cbca2021e512eba8397562"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:19.076790"], ["updated_at", "2016-06-16 23:52:19.076790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719646142 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -719646142], ["username", "billy_21"], ["access_token", "46990ca96a78a78e954daa9b7cd60051"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:19.078732"], ["updated_at", "2016-06-16 23:52:19.078732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1060761066 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1060761066], ["username", "billy_22"], ["access_token", "e6d4976816abd54035b4582653f8f874"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:19.080474"], ["updated_at", "2016-06-16 23:52:19.080474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1984252019 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1984252019], ["username", "billy_23"], ["access_token", "57703927800294099a1a552b3e820c7b"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:19.082380"], ["updated_at", "2016-06-16 23:52:19.082380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1153178078 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1153178078], ["username", "billy_24"], ["access_token", "87e8608c3fc485f058ebc17b125ac498"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:19.084110"], ["updated_at", "2016-06-16 23:52:19.084110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -604559145 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -604559145], ["username", "billy_25"], ["access_token", "0ee8c3cbf0e1809d629f911ca5479a96"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:19.085788"], ["updated_at", "2016-06-16 23:52:19.085788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -387583458 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -387583458], ["username", "billy_26"], ["access_token", "c2c71268bab831a4e2eebdb64cdb4047"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:19.087492"], ["updated_at", "2016-06-16 23:52:19.087492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19302370 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -19302370], ["username", "billy_27"], ["access_token", "dee064c7934d21470011d5628402682a"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:19.089227"], ["updated_at", "2016-06-16 23:52:19.089227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232169364 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1232169364], ["username", "billy_28"], ["access_token", "6db437fafc132b8406e81b74dd513f59"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:19.090956"], ["updated_at", "2016-06-16 23:52:19.090956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1571937572 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1571937572], ["username", "billy_29"], ["access_token", "9cd90f41842baef0cd02dcbc383955c3"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:19.092622"], ["updated_at", "2016-06-16 23:52:19.092622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1068237550 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1068237550], ["username", "billy_30"], ["access_token", "d8dc9caf76c354a1f4d1927f4516d8f0"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:19.094326"], ["updated_at", "2016-06-16 23:52:19.094326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1296278256 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1296278256], ["username", "billy_31"], ["access_token", "2137eff9bf729ffff5931d01265a7f2f"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:19.096008"], ["updated_at", "2016-06-16 23:52:19.096008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -463343300 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -463343300], ["username", "billy_32"], ["access_token", "0d8ab113a565a8e329f508779e60523d"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:19.097670"], ["updated_at", "2016-06-16 23:52:19.097670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2114788455 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2114788455], ["username", "billy_33"], ["access_token", "06fddb2776c53a1b65f971a1ef3a9864"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:19.099341"], ["updated_at", "2016-06-16 23:52:19.099341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1197909076 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1197909076], ["username", "billy_34"], ["access_token", "a41c0166f934bc12220a34ffdd9d806d"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:19.101079"], ["updated_at", "2016-06-16 23:52:19.101079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661286829 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -661286829], ["username", "billy_35"], ["access_token", "750b71588fb2305eacc57e4875af7c4a"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:19.102750"], ["updated_at", "2016-06-16 23:52:19.102750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1011999468 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1011999468], ["username", "billy_36"], ["access_token", "2a30eb2cc032794b78d01ef6513708a5"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:19.104418"], ["updated_at", "2016-06-16 23:52:19.104418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1513826633 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1513826633], ["username", "billy_37"], ["access_token", "8bbc88645272ab47f7326a0c80b5874f"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:19.106070"], ["updated_at", "2016-06-16 23:52:19.106070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1751763708 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1751763708], ["username", "billy_38"], ["access_token", "14932a219abc4b3f6df5ec9ac655b73a"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:19.107753"], ["updated_at", "2016-06-16 23:52:19.107753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -782141868 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -782141868], ["username", "billy_39"], ["access_token", "1dfcb24ee3b5946ab9ea6c89cd42584c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:19.109425"], ["updated_at", "2016-06-16 23:52:19.109425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -671327133 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -671327133], ["username", "billy_40"], ["access_token", "b2333a3e662786f5ffb5158f8ef67105"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:19.111090"], ["updated_at", "2016-06-16 23:52:19.111090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -752292293 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -752292293], ["username", "billy_41"], ["access_token", "9b7dc5173345888df804b2cbe9f06d38"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:19.112903"], ["updated_at", "2016-06-16 23:52:19.112903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1393754711 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1393754711], ["username", "billy_42"], ["access_token", "40eef8f6bb4587cc25dc0ddbaf6bce9d"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:19.114689"], ["updated_at", "2016-06-16 23:52:19.114689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -587176954 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -587176954], ["username", "billy_43"], ["access_token", "aff8135f2f3e25176998dab9cc8db3a5"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:19.127375"], ["updated_at", "2016-06-16 23:52:19.127375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1293986881 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1293986881], ["username", "billy_44"], ["access_token", "666ec98a33dabe1e1f2cf296b6cce9e6"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:19.129758"], ["updated_at", "2016-06-16 23:52:19.129758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1853381358 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1853381358], ["username", "billy_45"], ["access_token", "aab99cbecfc5b8184ef00f6977c8135f"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:19.131484"], ["updated_at", "2016-06-16 23:52:19.131484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -233850884 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -233850884], ["username", "billy_46"], ["access_token", "be222b5d403fa5a2ba0e6fb6aed21e57"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:19.133193"], ["updated_at", "2016-06-16 23:52:19.133193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1548831724 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1548831724], ["username", "billy_47"], ["access_token", "9fcb799b167f3e49b7cbdc43384271da"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:19.134892"], ["updated_at", "2016-06-16 23:52:19.134892"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749408141 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -749408141], ["username", "billy_48"], ["access_token", "0d8c8f1771f8fc624e75fc769ae8c4b9"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:19.136600"], ["updated_at", "2016-06-16 23:52:19.136600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -197726238 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -197726238], ["username", "billy_49"], ["access_token", "6d132e63f3fc05a055ddf4a8c584d3a7"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:19.138322"], ["updated_at", "2016-06-16 23:52:19.138322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831235198 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1831235198], ["username", "jstrav"], ["access_token", "59f478fa4a5605fa177d289bd9c6719f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:19.143632"], ["updated_at", "2016-06-16 23:52:19.143632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1162150624 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1162150624], ["username", "mary"], ["access_token", "d46c44dc9a8c6d7a50db417b92edeba5"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:19.145954"], ["updated_at", "2016-06-16 23:52:19.145954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2071462679 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2071462679], ["username", "jstead"], ["access_token", "094a6f7fdc3f4f49891ae8041a2423dd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:19.147938"], ["updated_at", "2016-06-16 23:52:19.147938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1595933170 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1595933170], ["username", "bigbear"], ["access_token", "73986f863511bdc284aaa2100ac28f85"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:19.149858"], ["updated_at", "2016-06-16 23:52:19.149858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1629581602 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1629581602], ["username", "billy_00"], ["access_token", "1019d874e126453e991d85dac3297b8b"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 23:52:19.151651"], ["updated_at", "2016-06-16 23:52:19.151651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -915228967 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -915228967], ["username", "billy_01"], ["access_token", "d8e9080348c2aa35add2570cab6e5805"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 23:52:19.153370"], ["updated_at", "2016-06-16 23:52:19.153370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -964692784 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -964692784], ["username", "billy_02"], ["access_token", "0b6559591400a5c11346c487a0fe7d2a"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 23:52:19.155079"], ["updated_at", "2016-06-16 23:52:19.155079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232448399 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1232448399], ["username", "billy_03"], ["access_token", "3aa92f650a2e4c01295267477af395ff"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 23:52:19.156826"], ["updated_at", "2016-06-16 23:52:19.156826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794633380 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -794633380], ["username", "billy_04"], ["access_token", "6abeaf499e8bc8e5d338752240bf1834"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:19.158533"], ["updated_at", "2016-06-16 23:52:19.158533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1851887040 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1851887040], ["username", "billy_05"], ["access_token", "7cf5bc4862eb59b1a07dfbd3e672f05b"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:19.160235"], ["updated_at", "2016-06-16 23:52:19.160235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1209884436 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1209884436], ["username", "billy_06"], ["access_token", "69c0bb722c292d3b4008f97381a82d92"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:19.161985"], ["updated_at", "2016-06-16 23:52:19.161985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1428202801 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1428202801], ["username", "billy_07"], ["access_token", "acf4800a5de6657fc2b0ee2d3cdf043b"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:19.163677"], ["updated_at", "2016-06-16 23:52:19.163677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1675062519 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1675062519], ["username", "billy_08"], ["access_token", "501db652079c1cacac5c3c95f5e2c5e8"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:19.165355"], ["updated_at", "2016-06-16 23:52:19.165355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1215885958 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1215885958], ["username", "billy_09"], ["access_token", "dc3eb53604fe38834d296cf5ab910362"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:19.167053"], ["updated_at", "2016-06-16 23:52:19.167053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659223477 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1659223477], ["username", "billy_10"], ["access_token", "456caba297f2358230367672468a5146"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:19.168755"], ["updated_at", "2016-06-16 23:52:19.168755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -94209365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -94209365], ["username", "billy_11"], ["access_token", "853c16317e451033111b1b371439c1d7"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:19.170470"], ["updated_at", "2016-06-16 23:52:19.170470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -447262215 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -447262215], ["username", "billy_12"], ["access_token", "1e35f1c3ade277c3a0bfc543c19ba1c0"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:19.172181"], ["updated_at", "2016-06-16 23:52:19.172181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1501133485 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1501133485], ["username", "billy_13"], ["access_token", "103b98af55647fdd1e9c1697d8956bb7"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:19.173975"], ["updated_at", "2016-06-16 23:52:19.173975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -740207360 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -740207360], ["username", "billy_14"], ["access_token", "c83bf1dc71d6019103b7f82456779840"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:19.175839"], ["updated_at", "2016-06-16 23:52:19.175839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1445383124 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1445383124], ["username", "billy_15"], ["access_token", "de5229f11f93afb0ae8bf6183a503dcf"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:19.177958"], ["updated_at", "2016-06-16 23:52:19.177958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1941067178 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1941067178], ["username", "billy_16"], ["access_token", "2a0e9dc37a298bed24429cbf9e7769c0"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:19.179929"], ["updated_at", "2016-06-16 23:52:19.179929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1385097108 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1385097108], ["username", "billy_17"], ["access_token", "d9832774b881cfc5de474e460406faca"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:19.181683"], ["updated_at", "2016-06-16 23:52:19.181683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -607679933 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -607679933], ["username", "billy_18"], ["access_token", "85b567edcad36d760bbfb0279f3a1c90"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:19.183457"], ["updated_at", "2016-06-16 23:52:19.183457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1061110965 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1061110965], ["username", "billy_19"], ["access_token", "6e735e21e2797d5a0b79658dd5b7201e"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:19.185743"], ["updated_at", "2016-06-16 23:52:19.185743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -97472240 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -97472240], ["username", "billy_20"], ["access_token", "eaff4a949ac2d9c0553e1e5be6fde6a0"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:19.187680"], ["updated_at", "2016-06-16 23:52:19.187680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1395644484 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1395644484], ["username", "billy_21"], ["access_token", "0215c7cc3070e2c01b5c3ccd51567e9b"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:19.189398"], ["updated_at", "2016-06-16 23:52:19.189398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -588253945 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -588253945], ["username", "billy_22"], ["access_token", "a3a16115515b60ad32ba8573d1cff866"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:19.191135"], ["updated_at", "2016-06-16 23:52:19.191135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -742430283 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -742430283], ["username", "billy_23"], ["access_token", "a30741109c34cfdf0049e2d2e2881891"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:19.192847"], ["updated_at", "2016-06-16 23:52:19.192847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -681433157 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -681433157], ["username", "billy_24"], ["access_token", "8c50a7e716472cd8ffe183e4b775cdc1"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:19.194552"], ["updated_at", "2016-06-16 23:52:19.194552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748431497 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -748431497], ["username", "billy_25"], ["access_token", "698008c6fcb324048dc6ef0730c8d42f"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:19.196259"], ["updated_at", "2016-06-16 23:52:19.196259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1823204032 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1823204032], ["username", "billy_26"], ["access_token", "bc6d16c4d180d2268e5c223caa632335"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:19.197976"], ["updated_at", "2016-06-16 23:52:19.197976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018519296 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2018519296], ["username", "billy_27"], ["access_token", "51d46ad842376a8af0f4666fa81eea5a"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:19.199693"], ["updated_at", "2016-06-16 23:52:19.199693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1380089342 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1380089342], ["username", "billy_28"], ["access_token", "b929e2963b3c0c4aeb8f41cefbe34f3f"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:19.201406"], ["updated_at", "2016-06-16 23:52:19.201406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1127384959 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1127384959], ["username", "billy_29"], ["access_token", "7a0aac11cdbb45a0669312fcde5385ff"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:19.203103"], ["updated_at", "2016-06-16 23:52:19.203103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1847051744 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1847051744], ["username", "billy_30"], ["access_token", "0d8687e5cb3f9492c6a59c9b73dfffe6"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:19.204834"], ["updated_at", "2016-06-16 23:52:19.204834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -547605300 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -547605300], ["username", "billy_31"], ["access_token", "7d522958059b9eda6b7c8fd2fc044a6a"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:19.206535"], ["updated_at", "2016-06-16 23:52:19.206535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -998105981 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -998105981], ["username", "billy_32"], ["access_token", "24ab8661444123417f51bbd80bf6ffdd"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:19.208380"], ["updated_at", "2016-06-16 23:52:19.208380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -133243634 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -133243634], ["username", "billy_33"], ["access_token", "4d0dbb5a4c7aa0a3d1c53b0209b35dd2"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:19.210239"], ["updated_at", "2016-06-16 23:52:19.210239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2033612957 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2033612957], ["username", "billy_34"], ["access_token", "35c3f0f1aa45275dcd81dfcbac7fe1e1"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:19.211958"], ["updated_at", "2016-06-16 23:52:19.211958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1712654158 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1712654158], ["username", "billy_35"], ["access_token", "483ef2c8c366d235858ef335f60dbc26"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:19.213697"], ["updated_at", "2016-06-16 23:52:19.213697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1807519464 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1807519464], ["username", "billy_36"], ["access_token", "3cfc83fe41de9efe883bb1080102b57a"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:19.221349"], ["updated_at", "2016-06-16 23:52:19.221349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -214273252 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -214273252], ["username", "billy_37"], ["access_token", "314603ce8893192a61f73cffba8d2b16"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:19.223134"], ["updated_at", "2016-06-16 23:52:19.223134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1000344986 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1000344986], ["username", "billy_38"], ["access_token", "56c13b98f799dee47c67565b489d7a06"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:19.231778"], ["updated_at", "2016-06-16 23:52:19.231778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -992437709 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -992437709], ["username", "billy_39"], ["access_token", "4c350a5559053b1225ec4ba6d0febe4c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:19.233599"], ["updated_at", "2016-06-16 23:52:19.233599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539872005 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -539872005], ["username", "billy_40"], ["access_token", "9fbead5a747131962189e9e06ba62129"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:19.235597"], ["updated_at", "2016-06-16 23:52:19.235597"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -757669834 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -757669834], ["username", "billy_41"], ["access_token", "9d5d6a2aff0cc396f22b04160a0b4a7a"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:19.237768"], ["updated_at", "2016-06-16 23:52:19.237768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581551581 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1581551581], ["username", "billy_42"], ["access_token", "a955aaebbc30e6cdf25af48efddfda05"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:19.239859"], ["updated_at", "2016-06-16 23:52:19.239859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657922714 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -657922714], ["username", "billy_43"], ["access_token", "0b13a4df53ef9f88b1b4d8e5463dacc6"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:19.241860"], ["updated_at", "2016-06-16 23:52:19.241860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1479909416 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1479909416], ["username", "billy_44"], ["access_token", "d5e4fa4b9ae6118506fe7960987c8488"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:19.243693"], ["updated_at", "2016-06-16 23:52:19.243693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2081946365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2081946365], ["username", "billy_45"], ["access_token", "f986400b46a86f1cf6788bcb27dff7ba"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:19.245767"], ["updated_at", "2016-06-16 23:52:19.245767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594319580 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1594319580], ["username", "billy_46"], ["access_token", "0044d78367719aa9ebaef85b0fffc869"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:19.247571"], ["updated_at", "2016-06-16 23:52:19.247571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592043166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -592043166], ["username", "billy_47"], ["access_token", "1e55c8b184b3dd8754c39fc46e4df35f"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:19.249358"], ["updated_at", "2016-06-16 23:52:19.249358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1393052748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1393052748], ["username", "billy_48"], ["access_token", "304856b7959bb747c40de8948cd32217"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:19.251119"], ["updated_at", "2016-06-16 23:52:19.251119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1008986376 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1008986376], ["username", "billy_49"], ["access_token", "79ac841c226964daaa0a52e3cca8df05"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:19.253061"], ["updated_at", "2016-06-16 23:52:19.253061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1276973052 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1276973052], ["username", "jstrav"], ["access_token", "139bf7b38e75bedd557576cdb4fee4b4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:19.260188"], ["updated_at", "2016-06-16 23:52:19.260188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -456348780 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -456348780], ["username", "mary"], ["access_token", "dfc5bb8eca43bd51980676da97ab13b7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:19.262394"], ["updated_at", "2016-06-16 23:52:19.262394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -339844917 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -339844917], ["username", "jstead"], ["access_token", "00ced883935ce1a30a648cb5eb251b08"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:19.264404"], ["updated_at", "2016-06-16 23:52:19.264404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1079801054 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1079801054], ["username", "bigbear"], ["access_token", "8b7f1c64fa02d28b5d8645f5402a176b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:19.266204"], ["updated_at", "2016-06-16 23:52:19.266204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2138400844 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2138400844], ["username", "billy_00"], ["access_token", "f04e8784513e44ec1d07b77a2387bc88"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 23:52:19.268029"], ["updated_at", "2016-06-16 23:52:19.268029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1369925540 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1369925540], ["username", "billy_01"], ["access_token", "659961cca61de311b4b453a813e34e98"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 23:52:19.269791"], ["updated_at", "2016-06-16 23:52:19.269791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1265911280 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1265911280], ["username", "billy_02"], ["access_token", "86d78b356177466d2497ccaef46b7e54"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 23:52:19.271708"], ["updated_at", "2016-06-16 23:52:19.271708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867379748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -867379748], ["username", "billy_03"], ["access_token", "e093f49e9f3987d9298f4d0748e40801"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 23:52:19.273608"], ["updated_at", "2016-06-16 23:52:19.273608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749068052 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -749068052], ["username", "billy_04"], ["access_token", "c2d91d7ca1ce5ad5ab6f0cd8c19e9c45"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:19.275438"], ["updated_at", "2016-06-16 23:52:19.275438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1770202484 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1770202484], ["username", "billy_05"], ["access_token", "b2e566cd1ba7397c00e33b8ab22a0ed8"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:19.277222"], ["updated_at", "2016-06-16 23:52:19.277222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313117524 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -313117524], ["username", "billy_06"], ["access_token", "849ecadbcedba69521586946379c8508"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:19.279048"], ["updated_at", "2016-06-16 23:52:19.279048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2012555851 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2012555851], ["username", "billy_07"], ["access_token", "18e858899822e2ee883495892bbad82e"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:19.280811"], ["updated_at", "2016-06-16 23:52:19.280811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -940928612 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -940928612], ["username", "billy_08"], ["access_token", "60923f967373978d9bee6fdad30194c4"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:19.282773"], ["updated_at", "2016-06-16 23:52:19.282773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1325828554 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1325828554], ["username", "billy_09"], ["access_token", "e1dd13ae7c7f7f375159b506fdf8259c"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:19.284611"], ["updated_at", "2016-06-16 23:52:19.284611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -201173320 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -201173320], ["username", "billy_10"], ["access_token", "f73e3133f368d61b3b61b58daf7d62ef"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:19.286667"], ["updated_at", "2016-06-16 23:52:19.286667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -432929842 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -432929842], ["username", "billy_11"], ["access_token", "d5ac344b8eeeebc4dfc1fd606bdfdcbd"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:19.288531"], ["updated_at", "2016-06-16 23:52:19.288531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221166401 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -221166401], ["username", "billy_12"], ["access_token", "2430b844d6de4785ef4ac840d34ef39a"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:19.290309"], ["updated_at", "2016-06-16 23:52:19.290309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661725242 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -661725242], ["username", "billy_13"], ["access_token", "287716e30047c643e68f622a13acf14a"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:19.292098"], ["updated_at", "2016-06-16 23:52:19.292098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -202638100 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -202638100], ["username", "billy_14"], ["access_token", "3e8c61552caaaf4b5f9a00cae682bb46"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:19.294138"], ["updated_at", "2016-06-16 23:52:19.294138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -74450139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -74450139], ["username", "billy_15"], ["access_token", "d401ed8854aedca3a559b469b0365c8e"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:19.296314"], ["updated_at", "2016-06-16 23:52:19.296314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -389469210 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -389469210], ["username", "billy_16"], ["access_token", "9e542708cef52009ecbae2d988f235fd"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:19.298080"], ["updated_at", "2016-06-16 23:52:19.298080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1077358570 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1077358570], ["username", "billy_17"], ["access_token", "634fc6c046c05232ce5dd6e92f57c0ed"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:19.299835"], ["updated_at", "2016-06-16 23:52:19.299835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2068305570 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2068305570], ["username", "billy_18"], ["access_token", "634bb1bc9374e0b9ea58f2595fee07ab"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:19.302051"], ["updated_at", "2016-06-16 23:52:19.302051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2101222850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2101222850], ["username", "billy_19"], ["access_token", "483b74a286742b55a7ee43310d62f604"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:19.304176"], ["updated_at", "2016-06-16 23:52:19.304176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178450161 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -178450161], ["username", "billy_20"], ["access_token", "f64e8f1c12c122ce1b4d5dd9f15d1251"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:19.306083"], ["updated_at", "2016-06-16 23:52:19.306083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880322617 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -880322617], ["username", "billy_21"], ["access_token", "7f0ad3992bcc95de6b5cd819858e8f7d"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:19.307935"], ["updated_at", "2016-06-16 23:52:19.307935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1259676542 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1259676542], ["username", "billy_22"], ["access_token", "e49230f1ac73ac7f38d1d4aca311fcf4"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:19.309795"], ["updated_at", "2016-06-16 23:52:19.309795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -351136942 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -351136942], ["username", "billy_23"], ["access_token", "f9733cae069cc9079642d8cb670a7abd"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:19.311716"], ["updated_at", "2016-06-16 23:52:19.311716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2121963423 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2121963423], ["username", "billy_24"], ["access_token", "1f0ae71ac67796a47d4afe4fb09c47e5"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:19.313568"], ["updated_at", "2016-06-16 23:52:19.313568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -849138285 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -849138285], ["username", "billy_25"], ["access_token", "f787a9da5185411831c381d5e7c5d936"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:19.315560"], ["updated_at", "2016-06-16 23:52:19.315560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -371022651 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -371022651], ["username", "billy_26"], ["access_token", "40da52bcb6067cf796358acf6ad15892"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:19.317466"], ["updated_at", "2016-06-16 23:52:19.317466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -788287734 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -788287734], ["username", "billy_27"], ["access_token", "c3805a9495a39b48d4862c02ff40fc04"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:19.319259"], ["updated_at", "2016-06-16 23:52:19.319259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1224890801 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1224890801], ["username", "billy_28"], ["access_token", "c5ee7a524ada0375a5caa0f0897b71c2"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:19.321156"], ["updated_at", "2016-06-16 23:52:19.321156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -600244816 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -600244816], ["username", "billy_29"], ["access_token", "d5003310d13213c99744a43072af9d7d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:19.323248"], ["updated_at", "2016-06-16 23:52:19.323248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -887783585 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -887783585], ["username", "billy_30"], ["access_token", "964c3427b2c7d293d8111131bc64bc98"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:19.325157"], ["updated_at", "2016-06-16 23:52:19.325157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -862785425 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -862785425], ["username", "billy_31"], ["access_token", "9e731f7d80d69e61935c5f197f8dcb9f"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:19.326979"], ["updated_at", "2016-06-16 23:52:19.326979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748956748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -748956748], ["username", "billy_32"], ["access_token", "26c67c74ab1dd76be0fa3dbb898aa093"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:19.328808"], ["updated_at", "2016-06-16 23:52:19.328808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366368113 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -366368113], ["username", "billy_33"], ["access_token", "47bbae8286c8d40e410668427fe9af4d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:19.330697"], ["updated_at", "2016-06-16 23:52:19.330697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478203817 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -478203817], ["username", "billy_34"], ["access_token", "c7edd14976c64dee09fa71a9541f8541"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:19.332641"], ["updated_at", "2016-06-16 23:52:19.332641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1826000593 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1826000593], ["username", "billy_35"], ["access_token", "c604207cd68f5517282ad55301e7ae2a"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:19.334892"], ["updated_at", "2016-06-16 23:52:19.334892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1784959315 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1784959315], ["username", "billy_36"], ["access_token", "5a9a28a09b56f7df7f86912ed1a13e6f"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:19.337017"], ["updated_at", "2016-06-16 23:52:19.337017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018450249 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2018450249], ["username", "billy_37"], ["access_token", "1621c6d80862bf2f9c9d62ce91ad9168"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:19.339336"], ["updated_at", "2016-06-16 23:52:19.339336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1617260027 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1617260027], ["username", "billy_38"], ["access_token", "1fe585aab5e385446fed41b951303782"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:19.341753"], ["updated_at", "2016-06-16 23:52:19.341753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -18216643 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -18216643], ["username", "billy_39"], ["access_token", "525f7b6fab1ea94efe8df3f29687d227"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:19.343929"], ["updated_at", "2016-06-16 23:52:19.343929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -829824193 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -829824193], ["username", "billy_40"], ["access_token", "a9c1c78056e43714b2abf6d9d24d7a7e"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:19.345971"], ["updated_at", "2016-06-16 23:52:19.345971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1083656541 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1083656541], ["username", "billy_41"], ["access_token", "8ba616a2203f165d5de50dbc973b0278"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:19.347981"], ["updated_at", "2016-06-16 23:52:19.347981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -993123923 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -993123923], ["username", "billy_42"], ["access_token", "ce6074ef5f2327945fdd8741b4d452f9"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:19.350061"], ["updated_at", "2016-06-16 23:52:19.350061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -326026140 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -326026140], ["username", "billy_43"], ["access_token", "cfd0ba907afdbf9dd5fa89cc91bf8985"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:19.352173"], ["updated_at", "2016-06-16 23:52:19.352173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1636405038 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1636405038], ["username", "billy_44"], ["access_token", "8523bcbb5264e1fefa6439dbea0f6469"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:19.354124"], ["updated_at", "2016-06-16 23:52:19.354124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1011634743 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1011634743], ["username", "billy_45"], ["access_token", "83ef948a03e551bf84d47e9a499149c6"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:19.356016"], ["updated_at", "2016-06-16 23:52:19.356016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2112285539 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2112285539], ["username", "billy_46"], ["access_token", "f67e00f685358b1697e5a7edf3b2a8e7"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:19.357993"], ["updated_at", "2016-06-16 23:52:19.357993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1781956973 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1781956973], ["username", "billy_47"], ["access_token", "0465466fdbf4e5f0a179e061c09627c3"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:19.359832"], ["updated_at", "2016-06-16 23:52:19.359832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -758965974 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -758965974], ["username", "billy_48"], ["access_token", "fc2e7601007c0d1f23ffdf6cf5625880"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:19.361652"], ["updated_at", "2016-06-16 23:52:19.361652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -65422543 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -65422543], ["username", "billy_49"], ["access_token", "59784f0c7e9cbaa6e49c29bedef64e46"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:19.363428"], ["updated_at", "2016-06-16 23:52:19.363428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "b5e4cb34a064d738b651a3da86b6a3a3"], ["created_at", "2016-06-16 23:52:19.372537"], ["updated_at", "2016-06-16 23:52:19.372537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "5d509f154680fd4c028bd38ad997ee1e"], ["created_at", "2016-06-16 23:52:19.380816"], ["updated_at", "2016-06-16 23:52:19.380816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "49036c8888a3876a4b8beda8fe8fe321"], ["created_at", "2016-06-16 23:52:19.385894"], ["updated_at", "2016-06-16 23:52:19.385894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:54561/logout Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "2e06011c28a6a2100fd22b82d295f3f2"], ["created_at", "2016-06-16 23:52:19.399783"], ["updated_at", "2016-06-16 23:52:19.399783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "42d4ea08532cdd8a4e3fa6bd1b78847c"], ["created_at", "2016-06-16 23:52:19.406457"], ["updated_at", "2016-06-16 23:52:19.406457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "4fe71288f53e8a8a2dc270fb6846beae"], ["created_at", "2016-06-16 23:52:19.413556"], ["updated_at", "2016-06-16 23:52:19.413556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "7d8dc8f4e7030b6677f08408f172e8dc"], ["created_at", "2016-06-16 23:52:19.419711"], ["updated_at", "2016-06-16 23:52:19.419711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-06-16 23:52:19.427058"], ["updated_at", "2016-06-16 23:52:19.427058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-06-16 23:52:19.428870"], ["updated_at", "2016-06-16 23:52:19.428870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-06-16 23:52:19.430854"], ["updated_at", "2016-06-16 23:52:19.430854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2016-06-16 23:52:19.433025"], ["updated_at", "2016-06-16 23:52:19.433025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-06-16 23:52:19.434484"], ["updated_at", "2016-06-16 23:52:19.434484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-06-16 23:52:19.436433"], ["updated_at", "2016-06-16 23:52:19.436433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2016-06-16 23:52:19.438326"], ["updated_at", "2016-06-16 23:52:19.438326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2016-06-16 23:52:19.478406"], ["updated_at", "2016-06-16 23:52:19.478406"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-06-16 23:52:19.479897"], ["updated_at", "2016-06-16 23:52:19.479897"]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-06-16 23:52:19.481585"], ["updated_at", "2016-06-16 23:52:19.481585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-06-16 23:52:19.486838"], ["updated_at", "2016-06-16 23:52:19.486838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-06-16 23:52:19.488565"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-06-16 23:52:19.541278"], ["updated_at", "2016-06-16 23:52:19.541278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-06-16 23:52:19.546094"], ["updated_at", "2016-06-16 23:52:19.546094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-06-16 23:52:19.549159"], ["updated_at", "2016-06-16 23:52:19.549159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "6effff0c6ff026f3a0364749ffe78c29"], ["created_at", "2016-06-16 23:52:19.579593"], ["updated_at", "2016-06-16 23:52:19.579593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a4777fa6d444df9af3b1d19e4a8c5641"], ["created_at", "2016-06-16 23:52:19.588701"], ["updated_at", "2016-06-16 23:52:19.588701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.2ms) Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 23:52:19.602844"], ["updated_at", "2016-06-16 23:52:19.602844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2123833450 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2123833450], ["username", "d709bf3c099b8e6fb23eb4445c4f508d"], ["access_token", "74a047d2ce6c43eed8834e6fe0d718f7"], ["created_at", "2016-06-16 23:52:19.624818"], ["updated_at", "2016-06-16 23:52:19.624818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1143778436 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1143778436], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.627221"], ["updated_at", "2016-06-16 23:52:19.627221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -463422665 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -463422665], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.629164"], ["updated_at", "2016-06-16 23:52:19.629164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1143778436/nestings/-463422665" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1143778436", "member_group_id"=>"-463422665"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647332040 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1647332040], ["username", "2fe8d47a6af499a10814d0af8289a53b"], ["access_token", "a1081c22e996ec04b424a7701bbb147c"], ["created_at", "2016-06-16 23:52:19.644921"], ["updated_at", "2016-06-16 23:52:19.644921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -77426913 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -77426913], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.647227"], ["updated_at", "2016-06-16 23:52:19.647227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -545572305 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -545572305], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.649199"], ["updated_at", "2016-06-16 23:52:19.649199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -545572305]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -545572305 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -77426913]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -77426913 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -545572305 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -77426913 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -77426913], ["member_group_id", -545572305], ["created_at", "2016-06-16 23:52:19.651392"], ["updated_at", "2016-06-16 23:52:19.651392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-77426913/nestings/-545572305" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-77426913", "member_group_id"=>"-545572305"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815542237 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1815542237], ["username", "bad49c4124d872e7a06824a1f09f3e19"], ["access_token", "7715211fd248dbedd2f4c13853a2f9bb"], ["created_at", "2016-06-16 23:52:19.680281"], ["updated_at", "2016-06-16 23:52:19.680281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1474293119 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1474293119], ["username", "b2577863ceaf6ea18181534e5c6833f8"], ["access_token", "62ff810b70f3816ea7e38b29b22604f2"], ["created_at", "2016-06-16 23:52:19.703278"], ["updated_at", "2016-06-16 23:52:19.703278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"username\":\"dummy\"}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995518554 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -995518554], ["username", "0ab92216cb1ecb68e795b00fc2805749"], ["access_token", "e1301ac6bd2e93f7fe87f466d040a747"], ["created_at", "2016-06-16 23:52:19.726700"], ["updated_at", "2016-06-16 23:52:19.726700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"email\":\"dummy@dum.my\"}"=>nil} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -238655378 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -238655378], ["username", "ebe5cae0a618a96ae3be55eda5b9d090"], ["access_token", "ba6d93e986cd64c7d76e5153657b7321"], ["created_at", "2016-06-16 23:52:19.745138"], ["updated_at", "2016-06-16 23:52:19.745138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"{\"username\":\"ebe5cae0a618a96ae3be55eda5b9d090\",\"first_name\":null,\"last_name\":null,\"full_name\":null,\"title\":null}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1500596872 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1500596872], ["username", "18a6eb4d333362a3a87265f39c56a8e6"], ["access_token", "4b03fde196c45f37f2d097a307b79117"], ["created_at", "2016-06-16 23:52:19.757266"], ["updated_at", "2016-06-16 23:52:19.757266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1933121703 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1933121703], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.760236"], ["updated_at", "2016-06-16 23:52:19.760236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1931647745 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1931647745], ["username", "eb3d3c8f9daa49741b3c667750bec2a5"], ["access_token", "6be667b1b56545f9cc7c5c7730b8afb5"], ["created_at", "2016-06-16 23:52:19.762537"], ["updated_at", "2016-06-16 23:52:19.762537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1933121703/members/-1931647745" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1933121703", "user_id"=>"-1931647745"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -315979827 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -315979827], ["username", "246b5c206a586f39080468e970ecd832"], ["access_token", "34aa85922f92c1d17fd243549b08f71c"], ["created_at", "2016-06-16 23:52:19.780725"], ["updated_at", "2016-06-16 23:52:19.780725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -97129407 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -97129407], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.784111"], ["updated_at", "2016-06-16 23:52:19.784111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1651598106 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1651598106], ["username", "097dce9a5021c61421665769fc22a5f6"], ["access_token", "185d023bd179dab955818a686c10a94a"], ["created_at", "2016-06-16 23:52:19.786526"], ["updated_at", "2016-06-16 23:52:19.786526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = -97129407) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -97129407], ["user_id", -1651598106], ["created_at", "2016-06-16 23:52:19.788855"], ["updated_at", "2016-06-16 23:52:19.788855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-97129407/members/-1651598106" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-97129407", "user_id"=>"-1651598106"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1936238032 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1936238032], ["username", "7e46a90cae44c99dee17528567307b20"], ["access_token", "bf56c4ded0173c83df901414a2f7b412"], ["created_at", "2016-06-16 23:52:19.800667"], ["updated_at", "2016-06-16 23:52:19.800667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -322239451 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -322239451], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.803307"], ["updated_at", "2016-06-16 23:52:19.803307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1570266163 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1570266163], ["username", "f2902f7b93ed1d33cd09b888d0f76a0c"], ["access_token", "948c3d7f0ae741060731432bfa715eb3"], ["created_at", "2016-06-16 23:52:19.805468"], ["updated_at", "2016-06-16 23:52:19.805468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-322239451/owners/-1570266163" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-322239451", "user_id"=>"-1570266163"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -72301499 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -72301499], ["username", "2968e5b67f2d39d865ca50580e2d3dd1"], ["access_token", "e53a959b045a4a0562d0913e16dd9a83"], ["created_at", "2016-06-16 23:52:19.821004"], ["updated_at", "2016-06-16 23:52:19.821004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1756036617 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1756036617], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.823570"], ["updated_at", "2016-06-16 23:52:19.823570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404993017 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -404993017], ["username", "ca7476504fe8f994f64142921306de9e"], ["access_token", "45fbac6f1d483cf4a99be13092eb81f7"], ["created_at", "2016-06-16 23:52:19.825744"], ["updated_at", "2016-06-16 23:52:19.825744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = -1756036617) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1756036617], ["user_id", -404993017], ["created_at", "2016-06-16 23:52:19.827806"], ["updated_at", "2016-06-16 23:52:19.827806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1756036617/owners/-404993017" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1756036617", "user_id"=>"-404993017"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 23:52:19.840743"], ["updated_at", "2016-06-16 23:52:19.840743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 23:52:19.860445"], ["updated_at", "2016-06-16 23:52:19.860445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478745600 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -478745600], ["username", "79bd06261f4145507137d809a9d128a1"], ["access_token", "0f4e285dd5186ee5d572afd54e76c983"], ["created_at", "2016-06-16 23:52:19.878607"], ["updated_at", "2016-06-16 23:52:19.878607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -945050483 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -945050483], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.880976"], ["updated_at", "2016-06-16 23:52:19.880976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1844909901 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1844909901], ["username", "2f16beb54a44b8baba5b4b321ba79175"], ["access_token", "f6ac1ca05c02922db7d933ffe58b26df"], ["created_at", "2016-06-16 23:52:19.896668"], ["updated_at", "2016-06-16 23:52:19.896668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -415639373 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -415639373], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.899706"], ["updated_at", "2016-06-16 23:52:19.899706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -415639373 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-415639373" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-415639373"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -954313645 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -954313645], ["username", "4df7d7d80657eb9eee4ac1928ba59258"], ["access_token", "e3978a5752b09cea0951c5911c09fba7"], ["created_at", "2016-06-16 23:52:19.913634"], ["updated_at", "2016-06-16 23:52:19.913634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -796494665 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -796494665], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.915961"], ["updated_at", "2016-06-16 23:52:19.915961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -796494665 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-796494665" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil, "id"=>"-796494665"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 23:52:19.928646"], ["updated_at", "2016-06-16 23:52:19.928646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 23:52:19.949584"], ["updated_at", "2016-06-16 23:52:19.949584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-06-16 23:52:19.968030"], ["updated_at", "2016-06-16 23:52:19.968030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -226625630 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -226625630], ["username", "jstrav"], ["access_token", "11394a792561a1b925ff103a1bb564ac"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:19.985786"], ["updated_at", "2016-06-16 23:52:19.985786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1443689315 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1443689315], ["username", "mary"], ["access_token", "af8367497a59a6f3b978cd906660b7d8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:19.988116"], ["updated_at", "2016-06-16 23:52:19.988116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1695341552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1695341552], ["username", "jstead"], ["access_token", "731643b271de732d21f912be45e39d65"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:19.990204"], ["updated_at", "2016-06-16 23:52:19.990204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -786784972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -786784972], ["username", "bigbear"], ["access_token", "2cc082ad7635457d5a9035ed0cec41e7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:19.992048"], ["updated_at", "2016-06-16 23:52:19.992048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1404814691 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1404814691], ["username", "jstrav"], ["access_token", "77a1258b3333ae3802be75bb970d132b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:19.997340"], ["updated_at", "2016-06-16 23:52:19.997340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1439047216 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1439047216], ["username", "mary"], ["access_token", "f87b14a9274d435370324725108c89fb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:19.999577"], ["updated_at", "2016-06-16 23:52:19.999577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -881716173 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -881716173], ["username", "jstead"], ["access_token", "4a423485a7c3f8afa5cd3ab7308e25a2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.001708"], ["updated_at", "2016-06-16 23:52:20.001708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -301938808 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -301938808], ["username", "bigbear"], ["access_token", "283c776c3e59597d9164f4e76316c22d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.003693"], ["updated_at", "2016-06-16 23:52:20.003693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1742136379 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1742136379], ["username", "jstrav"], ["access_token", "e634b367d2383f296e1fe48cf8535af0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.010040"], ["updated_at", "2016-06-16 23:52:20.010040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1149467817 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1149467817], ["username", "mary"], ["access_token", "a21a35b823fae4d7c582726c8bde28a3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.012219"], ["updated_at", "2016-06-16 23:52:20.012219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1399941156 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1399941156], ["username", "jstead"], ["access_token", "223f8387cf4ea00dbe113ac919d394a0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.014258"], ["updated_at", "2016-06-16 23:52:20.014258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -121097589 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -121097589], ["username", "bigbear"], ["access_token", "4a4ca9b0c2f8369ba69c42992d5f41b4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.016119"], ["updated_at", "2016-06-16 23:52:20.016119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1314713852 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1314713852], ["username", "jstrav"], ["access_token", "4000abe07720117c6680b57f39aca239"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.022075"], ["updated_at", "2016-06-16 23:52:20.022075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -452362450 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -452362450], ["username", "mary"], ["access_token", "c0d86baa5a783c0cef64d1b6cc9e25f0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.024257"], ["updated_at", "2016-06-16 23:52:20.024257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1992662961 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1992662961], ["username", "jstead"], ["access_token", "59520c847fe9131625fbc4b58071b9f6"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.026872"], ["updated_at", "2016-06-16 23:52:20.026872"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -770942698 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -770942698], ["username", "bigbear"], ["access_token", "8aeefa70becf43ebe092fce26ad4e786"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.029183"], ["updated_at", "2016-06-16 23:52:20.029183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -339488065 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -339488065], ["username", "jstrav"], ["access_token", "639c69ebd4f5d30cb1a9d18c9852d53e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.034786"], ["updated_at", "2016-06-16 23:52:20.034786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -528415116 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -528415116], ["username", "mary"], ["access_token", "7add37d89f0579b8c807a207f8843a6c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.037169"], ["updated_at", "2016-06-16 23:52:20.037169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1962762053 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1962762053], ["username", "jstead"], ["access_token", "9f078c3b422fea7f0899fb213da82111"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.039272"], ["updated_at", "2016-06-16 23:52:20.039272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1337681035 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1337681035], ["username", "bigbear"], ["access_token", "ef888bce86777c0495d87daeef3d4823"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.041098"], ["updated_at", "2016-06-16 23:52:20.041098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726133536 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -726133536], ["username", "jstrav"], ["access_token", "758d3be60732c83162add8484b25b881"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.046422"], ["updated_at", "2016-06-16 23:52:20.046422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598676461 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -598676461], ["username", "mary"], ["access_token", "d96ea4b458b6331b37c943f537556abd"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.048581"], ["updated_at", "2016-06-16 23:52:20.048581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -988975182 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -988975182], ["username", "jstead"], ["access_token", "09f687fa912cef1a71f523dfcd85fb89"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.050910"], ["updated_at", "2016-06-16 23:52:20.050910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -638600476 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -638600476], ["username", "bigbear"], ["access_token", "219e15fc9f803d5ba636cbf2596743cd"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.052806"], ["updated_at", "2016-06-16 23:52:20.052806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1156156667 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1156156667], ["username", "jstrav"], ["access_token", "3afbfddc9b02fd715f43075f772de479"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.059466"], ["updated_at", "2016-06-16 23:52:20.059466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696859477 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -696859477], ["username", "mary"], ["access_token", "28677bb9e0504a3fd9f9c7322d35ca6f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.062354"], ["updated_at", "2016-06-16 23:52:20.062354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -210113679 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -210113679], ["username", "jstead"], ["access_token", "e1cf2a3a70274e4e76c9370742ad2c34"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.064451"], ["updated_at", "2016-06-16 23:52:20.064451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1216273630 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1216273630], ["username", "bigbear"], ["access_token", "7eb39c068f7b7f9517602a008d13251b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.066321"], ["updated_at", "2016-06-16 23:52:20.066321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -784361976 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -784361976], ["username", "jstrav"], ["access_token", "7a638d6ef28ea26cb947b868b75aec58"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.072874"], ["updated_at", "2016-06-16 23:52:20.072874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -786945081 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -786945081], ["username", "mary"], ["access_token", "b14334478eefed10519ba8b6a1c820fa"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.075003"], ["updated_at", "2016-06-16 23:52:20.075003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942792080 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1942792080], ["username", "jstead"], ["access_token", "8379c7a6550778caf3b438617e0c8a4c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.077012"], ["updated_at", "2016-06-16 23:52:20.077012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1751462237 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1751462237], ["username", "bigbear"], ["access_token", "b802eb77c415f40f981f3d79149a0589"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.078878"], ["updated_at", "2016-06-16 23:52:20.078878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1402286979 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1402286979], ["username", "jstrav"], ["access_token", "83767539924e6e123f45d1a34aa9564a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.084237"], ["updated_at", "2016-06-16 23:52:20.084237"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -633002506 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -633002506], ["username", "mary"], ["access_token", "27872469bd1c0da3059252ee7bcb3891"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.086490"], ["updated_at", "2016-06-16 23:52:20.086490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1271840186 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1271840186], ["username", "jstead"], ["access_token", "05c094fcc06c117abe9ca6b00dacefd4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.088526"], ["updated_at", "2016-06-16 23:52:20.088526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1189199179 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1189199179], ["username", "bigbear"], ["access_token", "c8b909a01c438da55fc3452717775636"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.090210"], ["updated_at", "2016-06-16 23:52:20.090210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1646214510 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1646214510], ["username", "jstrav"], ["access_token", "2b0091a9efc208c488c6da46b187064d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.095460"], ["updated_at", "2016-06-16 23:52:20.095460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -440577878 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -440577878], ["username", "mary"], ["access_token", "970c32a525d71e68f068d35388cc31cc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.097459"], ["updated_at", "2016-06-16 23:52:20.097459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -277298227 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -277298227], ["username", "jstead"], ["access_token", "17064e688a3ddda988a2774df6e57a37"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.099585"], ["updated_at", "2016-06-16 23:52:20.099585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -615523425 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -615523425], ["username", "bigbear"], ["access_token", "a136462a63f78abb6bd761b69f11433f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.101398"], ["updated_at", "2016-06-16 23:52:20.101398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870414758 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1870414758], ["username", "jstrav"], ["access_token", "5ce31f8a3b3602b163a0c87c9e50d53b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.106802"], ["updated_at", "2016-06-16 23:52:20.106802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605729288 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1605729288], ["username", "mary"], ["access_token", "2ca6c49f97a76594e3ba07d32a2ad84c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.108945"], ["updated_at", "2016-06-16 23:52:20.108945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1743701831 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1743701831], ["username", "jstead"], ["access_token", "50d046920462d820b424e01b9894e353"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.111111"], ["updated_at", "2016-06-16 23:52:20.111111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -389716744 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -389716744], ["username", "bigbear"], ["access_token", "516490aa1099eaad5609e128db0e71f2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.112992"], ["updated_at", "2016-06-16 23:52:20.112992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -754422053 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -754422053], ["username", "billy_00"], ["access_token", "0d223d02f8737b4ac93419b7af5f6053"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:20.114891"], ["updated_at", "2016-06-16 23:52:20.114891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1753996871 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1753996871], ["username", "billy_01"], ["access_token", "6e21701bf4ec4d75422eeb70fef2d2f8"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:20.116683"], ["updated_at", "2016-06-16 23:52:20.116683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1258480396 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1258480396], ["username", "billy_02"], ["access_token", "e8899bf603180028d302f9458bba046b"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:20.118389"], ["updated_at", "2016-06-16 23:52:20.118389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1373998538 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1373998538], ["username", "billy_03"], ["access_token", "8675d78ac68a5ecf9e4733d94321ab09"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:20.120081"], ["updated_at", "2016-06-16 23:52:20.120081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -409010404 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -409010404], ["username", "billy_04"], ["access_token", "8c8adf271a73dace153aa871f41b6368"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:20.121811"], ["updated_at", "2016-06-16 23:52:20.121811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768641061 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1768641061], ["username", "billy_05"], ["access_token", "f53d08df78b42561e7c5d6a8acec3f25"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:20.123685"], ["updated_at", "2016-06-16 23:52:20.123685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -126101580 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -126101580], ["username", "billy_06"], ["access_token", "692eea9f9e5dd53296dc744186e84028"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:20.125365"], ["updated_at", "2016-06-16 23:52:20.125365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1122372700 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1122372700], ["username", "billy_07"], ["access_token", "9b13b6a08e38d30ee925591f4eb181f2"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:20.127031"], ["updated_at", "2016-06-16 23:52:20.127031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222790526 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1222790526], ["username", "billy_08"], ["access_token", "43d7158ebb32fb0cc61b65e02cdb9d1d"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:20.128742"], ["updated_at", "2016-06-16 23:52:20.128742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1588292726 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1588292726], ["username", "billy_09"], ["access_token", "ec78a07b75b9c99a12ed4dfbae0af9cd"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:20.130623"], ["updated_at", "2016-06-16 23:52:20.130623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1275820937 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1275820937], ["username", "billy_10"], ["access_token", "027404808cc56d9f0efc91f4cb50636d"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:20.132353"], ["updated_at", "2016-06-16 23:52:20.132353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462570443 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1462570443], ["username", "billy_11"], ["access_token", "6351998419c66c063667ae9261e22b77"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:20.134039"], ["updated_at", "2016-06-16 23:52:20.134039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -543198748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -543198748], ["username", "billy_12"], ["access_token", "9f0b9ac0c61dc862c4268722b23ee891"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:20.135934"], ["updated_at", "2016-06-16 23:52:20.135934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -813875468 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -813875468], ["username", "billy_13"], ["access_token", "868b6fa46f3f4c4c2fd91347974d3616"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:20.137872"], ["updated_at", "2016-06-16 23:52:20.137872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1176887332 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1176887332], ["username", "billy_14"], ["access_token", "1e3cbcdbd3d69852eef7f72a40402c2a"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:20.139667"], ["updated_at", "2016-06-16 23:52:20.139667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1198916277 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1198916277], ["username", "billy_15"], ["access_token", "1693c2cc5eb3011e56ecbc66dd52d7a3"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:20.141475"], ["updated_at", "2016-06-16 23:52:20.141475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -629265183 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -629265183], ["username", "billy_16"], ["access_token", "4447c95b87d406b99de40fc17cb18774"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:20.143224"], ["updated_at", "2016-06-16 23:52:20.143224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1459637594 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1459637594], ["username", "billy_17"], ["access_token", "446da4c9c5d5ace352c330be7c55ee33"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:20.144909"], ["updated_at", "2016-06-16 23:52:20.144909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -177116882 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -177116882], ["username", "billy_18"], ["access_token", "e750ba35c291891c74a4e67045cf8470"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:20.146610"], ["updated_at", "2016-06-16 23:52:20.146610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1181793970 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1181793970], ["username", "billy_19"], ["access_token", "c496aa6307f68d8115946a03a49d3a69"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:20.148268"], ["updated_at", "2016-06-16 23:52:20.148268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1527888551 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1527888551], ["username", "billy_20"], ["access_token", "889f659845ae96328bb640b3cb4b5bda"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:20.149934"], ["updated_at", "2016-06-16 23:52:20.149934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1345045574 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1345045574], ["username", "billy_21"], ["access_token", "a2fe9854a255a04cf4e44fc758088824"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:20.151605"], ["updated_at", "2016-06-16 23:52:20.151605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1929586602 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1929586602], ["username", "billy_22"], ["access_token", "d8023d1301e091e6cf2e406156aef3e2"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:20.153255"], ["updated_at", "2016-06-16 23:52:20.153255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2104487291 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2104487291], ["username", "billy_23"], ["access_token", "262f32b271029f28105be83cfeea2791"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:20.155108"], ["updated_at", "2016-06-16 23:52:20.155108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812770806 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1812770806], ["username", "billy_24"], ["access_token", "8f77cb31914e9dce25785f34afda6282"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:20.156782"], ["updated_at", "2016-06-16 23:52:20.156782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -561528393 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -561528393], ["username", "billy_25"], ["access_token", "7e31e3eb08bc845f2239ee1490806716"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:20.158430"], ["updated_at", "2016-06-16 23:52:20.158430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1921074312 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1921074312], ["username", "billy_26"], ["access_token", "43782179b8ec7faa0836671b88a69734"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:20.160136"], ["updated_at", "2016-06-16 23:52:20.160136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396310762 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -396310762], ["username", "billy_27"], ["access_token", "68b6ea8eb2bb6c54008e06f22b785f11"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:20.161772"], ["updated_at", "2016-06-16 23:52:20.161772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1374097895 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1374097895], ["username", "billy_28"], ["access_token", "424afee6b24358b4603553ec06f82c53"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:20.163409"], ["updated_at", "2016-06-16 23:52:20.163409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1828570006 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1828570006], ["username", "billy_29"], ["access_token", "f59ec40bc7488a61acde24f9d3467887"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:20.165095"], ["updated_at", "2016-06-16 23:52:20.165095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1569561186 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1569561186], ["username", "billy_30"], ["access_token", "d512c8045444672e1e537a2eddd14ba2"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:20.166940"], ["updated_at", "2016-06-16 23:52:20.166940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1026076163 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1026076163], ["username", "billy_31"], ["access_token", "4dd8fc2122ace97ab3d29b7a4c2eead6"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:20.168580"], ["updated_at", "2016-06-16 23:52:20.168580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726292316 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -726292316], ["username", "billy_32"], ["access_token", "fb66f3ca5c6a973ecbec38dd69372aeb"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:20.170206"], ["updated_at", "2016-06-16 23:52:20.170206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -298142090 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -298142090], ["username", "billy_33"], ["access_token", "7d5a0bb473e83e587403d65ed253b2a3"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:20.171836"], ["updated_at", "2016-06-16 23:52:20.171836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1327735736 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1327735736], ["username", "billy_34"], ["access_token", "9b803110ebd24007886c93cc9a1eddf8"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:20.173457"], ["updated_at", "2016-06-16 23:52:20.173457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897879569 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -897879569], ["username", "billy_35"], ["access_token", "33dd45ebe25ce218d555ad1942d83599"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:20.175142"], ["updated_at", "2016-06-16 23:52:20.175142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904782755 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1904782755], ["username", "billy_36"], ["access_token", "08f594f3b5f7a3d7ab864472d5aa304f"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:20.176853"], ["updated_at", "2016-06-16 23:52:20.176853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -517429994 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -517429994], ["username", "billy_37"], ["access_token", "12ee69cf49e2deadb7c69995b2b19dad"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:20.178591"], ["updated_at", "2016-06-16 23:52:20.178591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1437206776 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1437206776], ["username", "billy_38"], ["access_token", "1b2d261f35a10b890afa97057d015b1c"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:20.180278"], ["updated_at", "2016-06-16 23:52:20.180278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544818632 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1544818632], ["username", "billy_39"], ["access_token", "62e77c9dc4e017ea6e602181c98a25a8"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:20.182013"], ["updated_at", "2016-06-16 23:52:20.182013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -904718579 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -904718579], ["username", "billy_40"], ["access_token", "0769ec39a3ea5ef2cf9abe8929dae091"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:20.183737"], ["updated_at", "2016-06-16 23:52:20.183737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1880649694 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1880649694], ["username", "billy_41"], ["access_token", "07ccdb9ea385a48dffcc94af8dae68b9"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:20.185461"], ["updated_at", "2016-06-16 23:52:20.185461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1288202299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1288202299], ["username", "billy_42"], ["access_token", "ff174e58061f391b264321fdfc8afe63"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:20.187302"], ["updated_at", "2016-06-16 23:52:20.187302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867481642 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -867481642], ["username", "billy_43"], ["access_token", "b3cf832416e9dcfce856c776001fb481"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:20.188937"], ["updated_at", "2016-06-16 23:52:20.188937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1948805993 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1948805993], ["username", "billy_44"], ["access_token", "53731ac8c2d48d4f4850b2fd87326c67"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:20.190571"], ["updated_at", "2016-06-16 23:52:20.190571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407671800 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -407671800], ["username", "billy_45"], ["access_token", "b0da79237d92560abaccf94d79e010a1"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:20.192275"], ["updated_at", "2016-06-16 23:52:20.192275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074982376 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2074982376], ["username", "jstrav"], ["access_token", "a4cfab197df0b68056f848e6263a8acd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.199248"], ["updated_at", "2016-06-16 23:52:20.199248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1729518211 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1729518211], ["username", "mary"], ["access_token", "e7e116127bb657dcbbc7b79aae352b9a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.201493"], ["updated_at", "2016-06-16 23:52:20.201493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1340177182 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1340177182], ["username", "jstead"], ["access_token", "9b79bbf7502fea41909f44f97536b52d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.203581"], ["updated_at", "2016-06-16 23:52:20.203581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1725620873 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1725620873], ["username", "bigbear"], ["access_token", "c2af5ad3a3bed5a3fa69ac4f7380b1de"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.205316"], ["updated_at", "2016-06-16 23:52:20.205316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831651548 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1831651548], ["username", "billy_00"], ["access_token", "60ab45e0b5e28680b73f5cc69f27eb3b"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:20.207022"], ["updated_at", "2016-06-16 23:52:20.207022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -753098128 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -753098128], ["username", "billy_01"], ["access_token", "5badfab9bd1eab88c217ce6838d40600"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:20.208773"], ["updated_at", "2016-06-16 23:52:20.208773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1089150360 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1089150360], ["username", "billy_02"], ["access_token", "a79a53fb4767d43a10609c04abe3cdb9"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:20.210449"], ["updated_at", "2016-06-16 23:52:20.210449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -316734011 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -316734011], ["username", "billy_03"], ["access_token", "091c4a1d859822310ec9c196a8f5ee34"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:20.212114"], ["updated_at", "2016-06-16 23:52:20.212114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020039664 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2020039664], ["username", "billy_04"], ["access_token", "6a0ed798cde1082aed4da8cb2d7ef9b9"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:20.213868"], ["updated_at", "2016-06-16 23:52:20.213868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1568998662 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1568998662], ["username", "billy_05"], ["access_token", "979b086fe9443d7a7f0e9df81d9d3f9f"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:20.215692"], ["updated_at", "2016-06-16 23:52:20.215692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1642714380 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1642714380], ["username", "billy_06"], ["access_token", "49e762fd283642b9afaf287bd3d867da"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:20.217511"], ["updated_at", "2016-06-16 23:52:20.217511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -301364832 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -301364832], ["username", "billy_07"], ["access_token", "16194d8d52dc029205f143708118597d"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:20.219393"], ["updated_at", "2016-06-16 23:52:20.219393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -779051479 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -779051479], ["username", "billy_08"], ["access_token", "d8a0041d350c14d21abf531eb0946045"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:20.221117"], ["updated_at", "2016-06-16 23:52:20.221117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2028843528 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2028843528], ["username", "billy_09"], ["access_token", "c0849027fb272a2c810400669522858c"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:20.229917"], ["updated_at", "2016-06-16 23:52:20.229917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1873408711 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1873408711], ["username", "billy_10"], ["access_token", "3a2db7a27bd82c592c76a68bf632c323"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:20.231685"], ["updated_at", "2016-06-16 23:52:20.231685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1567724343 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1567724343], ["username", "billy_11"], ["access_token", "49aefe8deb740569a5995a3aca46bfa6"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:20.233781"], ["updated_at", "2016-06-16 23:52:20.233781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2049588556 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2049588556], ["username", "billy_12"], ["access_token", "6bf08baead8d830a4bcc7b8596a7c4a6"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:20.235914"], ["updated_at", "2016-06-16 23:52:20.235914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407421530 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1407421530], ["username", "billy_13"], ["access_token", "e34ecbbe9809237eadd5ef9535c6cc7d"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:20.237870"], ["updated_at", "2016-06-16 23:52:20.237870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053277650 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2053277650], ["username", "billy_14"], ["access_token", "fb864b2b6572f283e1221624b618df8b"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:20.239719"], ["updated_at", "2016-06-16 23:52:20.239719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975184520 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1975184520], ["username", "billy_15"], ["access_token", "5e95768760a648d3586709370bda6cf6"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:20.241544"], ["updated_at", "2016-06-16 23:52:20.241544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -47948951 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -47948951], ["username", "billy_16"], ["access_token", "402e805df86ff03529aaced2587b4241"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:20.243351"], ["updated_at", "2016-06-16 23:52:20.243351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1287080580 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1287080580], ["username", "billy_17"], ["access_token", "afb2cdd03ac9684253871dea98a35b8b"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:20.245169"], ["updated_at", "2016-06-16 23:52:20.245169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1674045028 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1674045028], ["username", "billy_18"], ["access_token", "0b8ff91d5abdff90d861151f837a7a44"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:20.246926"], ["updated_at", "2016-06-16 23:52:20.246926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1597046778 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1597046778], ["username", "billy_19"], ["access_token", "aade99d565ce050de7e6882cf65cfe00"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:20.248712"], ["updated_at", "2016-06-16 23:52:20.248712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -857205320 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -857205320], ["username", "billy_20"], ["access_token", "d91f3cec517197cb829f103a642d2cec"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:20.250720"], ["updated_at", "2016-06-16 23:52:20.250720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1651863409 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1651863409], ["username", "billy_21"], ["access_token", "0323d1f95818be16248982c3e4c12980"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:20.252499"], ["updated_at", "2016-06-16 23:52:20.252499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -679815203 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -679815203], ["username", "billy_22"], ["access_token", "8b4f2c2dcbfaf71c0e1a04f79ab275d5"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:20.254315"], ["updated_at", "2016-06-16 23:52:20.254315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -838573630 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -838573630], ["username", "billy_23"], ["access_token", "489fee9c0f2a8f38d1afd73a3d595387"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:20.262491"], ["updated_at", "2016-06-16 23:52:20.262491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -827520468 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -827520468], ["username", "billy_24"], ["access_token", "6dae80dd85b08d9cfaabca6514a8e7b1"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:20.265581"], ["updated_at", "2016-06-16 23:52:20.265581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1917389208 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1917389208], ["username", "billy_25"], ["access_token", "fd9cc64aa1769012451c1d3d2529d391"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:20.267475"], ["updated_at", "2016-06-16 23:52:20.267475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1532479718 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1532479718], ["username", "billy_26"], ["access_token", "2590805fb7d1a8c7d56b146ef0f3ab0c"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:20.269324"], ["updated_at", "2016-06-16 23:52:20.269324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -991042583 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -991042583], ["username", "billy_27"], ["access_token", "49338179f9fc3ba82f3e99876cd18c17"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:20.271115"], ["updated_at", "2016-06-16 23:52:20.271115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021160195 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1021160195], ["username", "billy_28"], ["access_token", "a2524cfbc193f03cfc0d0b54326300e5"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:20.272924"], ["updated_at", "2016-06-16 23:52:20.272924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1620834835 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1620834835], ["username", "billy_29"], ["access_token", "b51a1d13c9d01676ce6de9d692421532"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:20.274724"], ["updated_at", "2016-06-16 23:52:20.274724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -882692513 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -882692513], ["username", "billy_30"], ["access_token", "9315ff14eee2748969eae858d14eaa7e"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:20.276551"], ["updated_at", "2016-06-16 23:52:20.276551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108999322 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1108999322], ["username", "billy_31"], ["access_token", "43d2238eaa2696e618822b51f43f8784"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:20.278530"], ["updated_at", "2016-06-16 23:52:20.278530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542082458 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -542082458], ["username", "billy_32"], ["access_token", "5ff9d7ca17fb7f50fbc965cb21bfb0a1"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:20.280416"], ["updated_at", "2016-06-16 23:52:20.280416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1080815516 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1080815516], ["username", "billy_33"], ["access_token", "b74f04f5ab2648486f4c2a87a1134324"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:20.282392"], ["updated_at", "2016-06-16 23:52:20.282392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952125879 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -952125879], ["username", "billy_34"], ["access_token", "b31bedc1d6601b9102035ad5be2bd414"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:20.284270"], ["updated_at", "2016-06-16 23:52:20.284270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -477978767 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -477978767], ["username", "billy_35"], ["access_token", "a0b48180dcc76c54fd660d8dd66d6d87"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:20.286161"], ["updated_at", "2016-06-16 23:52:20.286161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958959918 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -958959918], ["username", "billy_36"], ["access_token", "0adafbde1eb693bc18fbd2e434c035b6"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:20.288040"], ["updated_at", "2016-06-16 23:52:20.288040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1031704370 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1031704370], ["username", "billy_37"], ["access_token", "3ecb7c5610a5f71250e7f4c9544cd673"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:20.289825"], ["updated_at", "2016-06-16 23:52:20.289825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -269320578 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -269320578], ["username", "billy_38"], ["access_token", "0372476643d94483b85698f979411162"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:20.291567"], ["updated_at", "2016-06-16 23:52:20.291567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -360952346 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -360952346], ["username", "billy_39"], ["access_token", "a09ccfb18d0753341767befc485ccdd3"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:20.293314"], ["updated_at", "2016-06-16 23:52:20.293314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667893625 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -667893625], ["username", "billy_40"], ["access_token", "8f84ad7c534f788dbac42aef30e02a32"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:20.296316"], ["updated_at", "2016-06-16 23:52:20.296316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -82499207 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -82499207], ["username", "billy_41"], ["access_token", "8d01dce107b0743f0c86ce0e1e6d7309"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:20.299417"], ["updated_at", "2016-06-16 23:52:20.299417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1748598299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1748598299], ["username", "billy_42"], ["access_token", "91861f607805d11a3ac4349064f4b0fb"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:20.302123"], ["updated_at", "2016-06-16 23:52:20.302123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598996113 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -598996113], ["username", "billy_43"], ["access_token", "db6e4e64054710330f07bb2e51b3ad0b"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:20.304612"], ["updated_at", "2016-06-16 23:52:20.304612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002307203 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2002307203], ["username", "billy_44"], ["access_token", "1b306bfc5bcbfdf25b666ac802a94440"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:20.306837"], ["updated_at", "2016-06-16 23:52:20.306837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1299410928 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1299410928], ["username", "billy_45"], ["access_token", "1fa240dde9ea83a211d99370cb581c5e"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:20.308877"], ["updated_at", "2016-06-16 23:52:20.308877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410365375 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -410365375], ["username", "jstrav"], ["access_token", "172102cda96607edc6f3883482f03ac1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.315825"], ["updated_at", "2016-06-16 23:52:20.315825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1679938071 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1679938071], ["username", "mary"], ["access_token", "d4d4da53991230e5c9ee86be6f23c589"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.318017"], ["updated_at", "2016-06-16 23:52:20.318017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2058864710 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2058864710], ["username", "jstead"], ["access_token", "66516baf6665998b56c7c298adb7ce2c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.320121"], ["updated_at", "2016-06-16 23:52:20.320121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1504415607 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1504415607], ["username", "bigbear"], ["access_token", "057b73c36e6340b36d4e22ad01795c18"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.321881"], ["updated_at", "2016-06-16 23:52:20.321881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1134834770 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1134834770], ["username", "billy_00"], ["access_token", "46be192cb7b544d1c4d17cc6d9fff2cf"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:20.323753"], ["updated_at", "2016-06-16 23:52:20.323753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2011124036 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2011124036], ["username", "billy_01"], ["access_token", "ea4c39bda6b8ab73e6fcd7e8d6256e6a"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:20.325580"], ["updated_at", "2016-06-16 23:52:20.325580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065524097 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2065524097], ["username", "billy_02"], ["access_token", "a9a75a6b15f25af986456f77a0c24e80"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:20.327344"], ["updated_at", "2016-06-16 23:52:20.327344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1600780033 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1600780033], ["username", "billy_03"], ["access_token", "f4209e6424e7f19ca157ef7fd74684a0"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:20.329168"], ["updated_at", "2016-06-16 23:52:20.329168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -677015054 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -677015054], ["username", "billy_04"], ["access_token", "b6ee2ccb75478b60eb86647981b0c13d"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:20.331038"], ["updated_at", "2016-06-16 23:52:20.331038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283205862 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1283205862], ["username", "billy_05"], ["access_token", "266dc6bbaabd75b034bf84f70f560c53"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:20.332976"], ["updated_at", "2016-06-16 23:52:20.332976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -600321323 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -600321323], ["username", "billy_06"], ["access_token", "ab3afe59f234eef696c86717d130b561"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:20.335006"], ["updated_at", "2016-06-16 23:52:20.335006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1913398617 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1913398617], ["username", "billy_07"], ["access_token", "5204597d2117390246f14acefa520260"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:20.336939"], ["updated_at", "2016-06-16 23:52:20.336939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -890295823 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -890295823], ["username", "billy_08"], ["access_token", "05a6cab976a9176923bbee87c27d0e9c"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:20.338848"], ["updated_at", "2016-06-16 23:52:20.338848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1447917716 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1447917716], ["username", "billy_09"], ["access_token", "8f4e771857082ff19a233a7b182ec69e"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:20.340709"], ["updated_at", "2016-06-16 23:52:20.340709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065597105 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1065597105], ["username", "billy_10"], ["access_token", "02863b3b3dd6904c60e3b4d85f4db20f"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:20.342810"], ["updated_at", "2016-06-16 23:52:20.342810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405102993 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -405102993], ["username", "billy_11"], ["access_token", "1749cc4e94250f282eb8febf943dd5cc"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:20.345630"], ["updated_at", "2016-06-16 23:52:20.345630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -435918968 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -435918968], ["username", "billy_12"], ["access_token", "afeb9b9bdc2bf8c4141afbd077bd5926"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:20.348381"], ["updated_at", "2016-06-16 23:52:20.348381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1335585852 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1335585852], ["username", "billy_13"], ["access_token", "8fb5cf03e73fcf3265166c48c5c23b30"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:20.350801"], ["updated_at", "2016-06-16 23:52:20.350801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646063110 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -646063110], ["username", "billy_14"], ["access_token", "e98596d879a81d0ddf45637e9bd5d80a"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:20.353434"], ["updated_at", "2016-06-16 23:52:20.353434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -433762097 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -433762097], ["username", "billy_15"], ["access_token", "4c4bfa6ba9bf82e109ba7feefdc97d60"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:20.355401"], ["updated_at", "2016-06-16 23:52:20.355401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -702372850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -702372850], ["username", "billy_16"], ["access_token", "3318d85e442f3d21a6761dbf643f83b3"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:20.357283"], ["updated_at", "2016-06-16 23:52:20.357283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2035180824 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2035180824], ["username", "billy_17"], ["access_token", "d626d7d0d6008c77cf22603c8145eb15"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:20.359028"], ["updated_at", "2016-06-16 23:52:20.359028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1928940766 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1928940766], ["username", "billy_18"], ["access_token", "e4fb006caad16c3a67d4bbd68f9f4c36"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:20.360962"], ["updated_at", "2016-06-16 23:52:20.360962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1470129331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1470129331], ["username", "billy_19"], ["access_token", "6be285d529a1c6895e4be8b397934816"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:20.362760"], ["updated_at", "2016-06-16 23:52:20.362760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -855113561 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -855113561], ["username", "billy_20"], ["access_token", "40f03585a00cf33131c1f3f088d6a752"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:20.364539"], ["updated_at", "2016-06-16 23:52:20.364539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -846020877 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -846020877], ["username", "billy_21"], ["access_token", "e48a8dc4c504c3f23b975077f0fa4370"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:20.366443"], ["updated_at", "2016-06-16 23:52:20.366443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1688967501 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1688967501], ["username", "billy_22"], ["access_token", "fde13f24600728365b6115ca5e3a4c33"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:20.368284"], ["updated_at", "2016-06-16 23:52:20.368284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -913884626 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -913884626], ["username", "billy_23"], ["access_token", "de7e0655780d271a4c9fa2987e067890"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:20.370085"], ["updated_at", "2016-06-16 23:52:20.370085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -559962023 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -559962023], ["username", "billy_24"], ["access_token", "ba8eac40faecd0c17d8a0bbcc82ed541"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:20.371869"], ["updated_at", "2016-06-16 23:52:20.371869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1169394765 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1169394765], ["username", "billy_25"], ["access_token", "3f7b115b539d840ef852e8a5102e7f6b"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:20.373625"], ["updated_at", "2016-06-16 23:52:20.373625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1410624533 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1410624533], ["username", "billy_26"], ["access_token", "306d1af734baacef72af7a2fc282771f"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:20.375658"], ["updated_at", "2016-06-16 23:52:20.375658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1676510299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1676510299], ["username", "billy_27"], ["access_token", "504687ff37516d0a2833886c51287420"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:20.377506"], ["updated_at", "2016-06-16 23:52:20.377506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -305321806 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -305321806], ["username", "billy_28"], ["access_token", "d4896467f04903944f35adc8ec07db8a"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:20.379286"], ["updated_at", "2016-06-16 23:52:20.379286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1637575544 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1637575544], ["username", "billy_29"], ["access_token", "b14da7f8afa93b6475cc9fccc5cde400"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:20.381104"], ["updated_at", "2016-06-16 23:52:20.381104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1180238532 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1180238532], ["username", "billy_30"], ["access_token", "a73a950e464d4cd173c1005d3ae00544"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:20.382985"], ["updated_at", "2016-06-16 23:52:20.382985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1439628174 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1439628174], ["username", "billy_31"], ["access_token", "8854ce695290d5878049ab43707302e1"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:20.384767"], ["updated_at", "2016-06-16 23:52:20.384767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -136639628 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -136639628], ["username", "billy_32"], ["access_token", "be0bf8305177b56223d783a5463a77ca"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:20.386516"], ["updated_at", "2016-06-16 23:52:20.386516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2143555674 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2143555674], ["username", "billy_33"], ["access_token", "20a160370b6363cb0c610780afef621e"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:20.388290"], ["updated_at", "2016-06-16 23:52:20.388290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2014776407 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2014776407], ["username", "billy_34"], ["access_token", "4fe15007fd5f94f2fc7e172fb9f260ad"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:20.390009"], ["updated_at", "2016-06-16 23:52:20.390009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -299782751 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -299782751], ["username", "billy_35"], ["access_token", "bf8c74d925cc31abcc4d879461f4e45a"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:20.391759"], ["updated_at", "2016-06-16 23:52:20.391759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972913281 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1972913281], ["username", "billy_36"], ["access_token", "6e0640a5ee956e944a85f76b3dc6934b"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:20.393633"], ["updated_at", "2016-06-16 23:52:20.393633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1776962048 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1776962048], ["username", "billy_37"], ["access_token", "63798893968f2b5c631e4ac88dd4d9dd"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:20.395496"], ["updated_at", "2016-06-16 23:52:20.395496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -365245934 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -365245934], ["username", "billy_38"], ["access_token", "858e18f4b52f93d4aa91a85f4624c48f"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:20.397312"], ["updated_at", "2016-06-16 23:52:20.397312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806365588 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1806365588], ["username", "billy_39"], ["access_token", "41a1ddd7c85fdcbc49265ffb3790e0bb"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:20.399589"], ["updated_at", "2016-06-16 23:52:20.399589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1226360200 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1226360200], ["username", "billy_40"], ["access_token", "f3dbbf60e2171ec2c10f7927c36c7aa9"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:20.401652"], ["updated_at", "2016-06-16 23:52:20.401652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153509525 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -153509525], ["username", "billy_41"], ["access_token", "df05ada3b31f1553d1e67c2cb5be38eb"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:20.403706"], ["updated_at", "2016-06-16 23:52:20.403706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -332716865 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -332716865], ["username", "billy_42"], ["access_token", "abe7ae6d6f8e234b78f74f3ed13f7ac8"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:20.405619"], ["updated_at", "2016-06-16 23:52:20.405619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -210409558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -210409558], ["username", "billy_43"], ["access_token", "3301031ba486fff4975a998ce64c3133"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:20.407628"], ["updated_at", "2016-06-16 23:52:20.407628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53824469 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -53824469], ["username", "billy_44"], ["access_token", "ed7e7bbde5e5acd3c484e09627bfeb0d"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:20.409381"], ["updated_at", "2016-06-16 23:52:20.409381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1444415226 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1444415226], ["username", "billy_45"], ["access_token", "c7f0d9a46528926a1339da4d9cd5cad3"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:20.411161"], ["updated_at", "2016-06-16 23:52:20.411161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1457957151 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1457957151], ["username", "jstrav"], ["access_token", "482d97bc2a15d56cd1c017db7570b810"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.419568"], ["updated_at", "2016-06-16 23:52:20.419568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851308259 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -851308259], ["username", "mary"], ["access_token", "640826173b863356449ba01c5f513ef8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.421760"], ["updated_at", "2016-06-16 23:52:20.421760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649648873 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -649648873], ["username", "jstead"], ["access_token", "55d29265aef0edfb62a8a16da6223eed"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.423775"], ["updated_at", "2016-06-16 23:52:20.423775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1572089205 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1572089205], ["username", "bigbear"], ["access_token", "ebab4f489c1ff701f5568a211d374e63"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.425557"], ["updated_at", "2016-06-16 23:52:20.425557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -653900424 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -653900424], ["username", "foo_bb"], ["access_token", "6be864ad71efdb5f5f329b44139d6dd1"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-06-16 23:52:20.427501"], ["updated_at", "2016-06-16 23:52:20.427501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -771222850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -771222850], ["username", "foo_bj"], ["access_token", "53d4c853c68f23620ed8ac86b6288bb2"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-06-16 23:52:20.429317"], ["updated_at", "2016-06-16 23:52:20.429317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -508584384 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -508584384], ["username", "foo_tj"], ["access_token", "cf24f45eb1c7075a8ac1d62212de52e9"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-06-16 23:52:20.431051"], ["updated_at", "2016-06-16 23:52:20.431051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "fdaacd62704d384f91817a582a8e6f99"], ["access_token", "02d0a9005dca3c230f0b4c280567486f"], ["openstax_uid", 1], ["created_at", "2016-06-16 23:52:20.440378"], ["updated_at", "2016-06-16 23:52:20.440378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "89531a921408db5565c4ef0cd08bcc79"], ["created_at", "2016-06-16 23:52:20.445603"], ["updated_at", "2016-06-16 23:52:20.445603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 23:52:20.447171"], ["updated_at", "2016-06-16 23:52:20.447171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "c32108e29615744912f810b2c13cafc4"], ["created_at", "2016-06-16 23:52:20.824460"], ["updated_at", "2016-06-16 23:52:20.824460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 23:52:20.826293"], ["updated_at", "2016-06-16 23:52:20.826293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "9a082501ec28a12ef84f252e5bddad0c"], ["created_at", "2016-06-16 23:52:21.188019"], ["updated_at", "2016-06-16 23:52:21.188019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 23:52:21.189631"], ["updated_at", "2016-06-16 23:52:21.189631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "867c86dc967797f0239b2b70784759a9"], ["created_at", "2016-06-16 23:52:21.548850"], ["updated_at", "2016-06-16 23:52:21.548850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 23:52:21.551188"], ["updated_at", "2016-06-16 23:52:21.551188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "6ac038b8c28c8dbc7be9d66bb23db63c"], ["created_at", "2016-06-16 23:52:21.941964"], ["updated_at", "2016-06-16 23:52:21.941964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 23:52:21.944192"], ["updated_at", "2016-06-16 23:52:21.944192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.3ms) rollback transaction  (1.0ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (0.9ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'  (1.0ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.8ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (0.9ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.8ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (0.9ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.5ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 20ms (ActiveRecord: 1.6ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-08-08 23:03:53.368105"], ["updated_at", "2016-08-08 23:03:53.368105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1477628164 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3d4a589e98239b637deac8e424ddaac1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1477628164], ["username", "3d4a589e98239b637deac8e424ddaac1"], ["access_token", "2ed7e94596dfd95d3ec00b2c1132f959"], ["created_at", "2016-08-08 23:03:53.376253"], ["updated_at", "2016-08-08 23:03:53.376253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1407202029 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1407202029], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:53.401157"], ["updated_at", "2016-08-08 23:03:53.401157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -495241149 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a3a95ed73a5a4dec71e033a340e39698' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -495241149], ["username", "a3a95ed73a5a4dec71e033a340e39698"], ["access_token", "74ba793e6a82f0748bffc449ccc33e98"], ["created_at", "2016-08-08 23:03:53.405709"], ["updated_at", "2016-08-08 23:03:53.405709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -42363491 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -42363491], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:53.408379"], ["updated_at", "2016-08-08 23:03:53.408379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1927283056 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9d9c5510e66c201065717f7a7181ed75' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1927283056], ["username", "9d9c5510e66c201065717f7a7181ed75"], ["access_token", "fe157c4e6646a36524713b3d0db245f0"], ["created_at", "2016-08-08 23:03:53.412534"], ["updated_at", "2016-08-08 23:03:53.412534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "f2e0377deac804145617a3c0760b9942"], ["created_at", "2016-08-08 23:03:53.417366"], ["updated_at", "2016-08-08 23:03:53.417366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:03:53.427242"], ["updated_at", "2016-08-08 23:03:53.427242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "d2ac8e40c1f6ccf2dfc85c922193ee7d"], ["created_at", "2016-08-08 23:03:53.429874"], ["updated_at", "2016-08-08 23:03:53.429874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-08-08 23:03:53.431371"], ["updated_at", "2016-08-08 23:03:53.431371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1945854013 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1945854013], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:53.436922"], ["updated_at", "2016-08-08 23:03:53.436922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1922207623 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1922207623], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:53.440419"], ["updated_at", "2016-08-08 23:03:53.440419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1922207623]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1922207623 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1945854013]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1945854013 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1922207623 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1945854013 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1945854013], ["member_group_id", -1922207623], ["created_at", "2016-08-08 23:03:53.447979"], ["updated_at", "2016-08-08 23:03:53.447979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1922207623) LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1922207623) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1922207623], ["user_id", 1], ["created_at", "2016-08-08 23:03:53.490912"], ["updated_at", "2016-08-08 23:03:53.490912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -1922207623) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1922207623]] SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -1922207623]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1922207623 - -1945854013 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1922207623, -1945854013) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-08-08 23:03:53.534815"], ["updated_at", "2016-08-08 23:03:53.534815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1922207623, -1945854013) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-08-08 23:03:53.541028"], ["updated_at", "2016-08-08 23:03:53.541028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1922207623, -1945854013) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-08-08 23:03:53.549474"], ["updated_at", "2016-08-08 23:03:53.549474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1922207623, -1945854013) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1922207623, -1945854013) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-08-08 23:03:53.558664"], ["updated_at", "2016-08-08 23:03:53.558664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1922207623, -1945854013) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1922207623, -1945854013) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1922207623, -1945854013) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -682615209 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -682615209], ["username", "jstrav"], ["access_token", "63589a9f4738eb68541d8dba4896f79c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:53.617295"], ["updated_at", "2016-08-08 23:03:53.617295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1774788240 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1774788240], ["username", "mary"], ["access_token", "fb95365caeb98c69a0af80a758037028"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:53.619814"], ["updated_at", "2016-08-08 23:03:53.619814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -145737641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -145737641], ["username", "jstead"], ["access_token", "4ea84d4f70f484de1f9899a3536a0369"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:53.622123"], ["updated_at", "2016-08-08 23:03:53.622123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -140840449 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -140840449], ["username", "bigbear"], ["access_token", "8cc7bcfbd5b53def57e7a29d7ac7e9be"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:53.624028"], ["updated_at", "2016-08-08 23:03:53.624028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030590614 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1030590614], ["username", "billy_00"], ["access_token", "681cf78269a1008d634770f7a2854475"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:03:53.625994"], ["updated_at", "2016-08-08 23:03:53.625994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -203187816 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -203187816], ["username", "billy_01"], ["access_token", "625bddb6eecd68054fd07f82919550a5"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:03:53.627922"], ["updated_at", "2016-08-08 23:03:53.627922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1851568422 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1851568422], ["username", "billy_02"], ["access_token", "3c3a3b4d14e1c50c14294f1b825977b5"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:03:53.629823"], ["updated_at", "2016-08-08 23:03:53.629823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -186683908 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -186683908], ["username", "billy_03"], ["access_token", "6d85e5490ac3f4c99fffcbf59c69c951"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:03:53.631682"], ["updated_at", "2016-08-08 23:03:53.631682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1029623271 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1029623271], ["username", "billy_04"], ["access_token", "fd406c24666a00431e6c144187d3dfc0"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:03:53.633797"], ["updated_at", "2016-08-08 23:03:53.633797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1786055392 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1786055392], ["username", "billy_05"], ["access_token", "04959ffeaa34b88d44b2b15e878197fb"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:03:53.635717"], ["updated_at", "2016-08-08 23:03:53.635717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1452814709 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1452814709], ["username", "billy_06"], ["access_token", "736eebc4efb72ef2f272c2f1130bb584"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:03:53.637560"], ["updated_at", "2016-08-08 23:03:53.637560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -521846860 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -521846860], ["username", "billy_07"], ["access_token", "59cb1d26b6fb50b453e0c325cdfd31c7"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:03:53.639364"], ["updated_at", "2016-08-08 23:03:53.639364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -681439183 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -681439183], ["username", "billy_08"], ["access_token", "cc1ddae2ee830fe5b0913f2e3d2b05b3"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:03:53.641179"], ["updated_at", "2016-08-08 23:03:53.641179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -889583239 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -889583239], ["username", "billy_09"], ["access_token", "414f49834fe4c5599c29a26ea501f719"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:03:53.643147"], ["updated_at", "2016-08-08 23:03:53.643147"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -477288136 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -477288136], ["username", "billy_10"], ["access_token", "0d01f2222d8ab7351631e511b922141d"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:03:53.644996"], ["updated_at", "2016-08-08 23:03:53.644996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1459328677 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1459328677], ["username", "billy_11"], ["access_token", "ac687935dfadd5916940ac8988b05a65"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:03:53.646741"], ["updated_at", "2016-08-08 23:03:53.646741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589868892 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -589868892], ["username", "billy_12"], ["access_token", "c1e2f67b442bab01abfe74ad6c6b464c"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:03:53.648574"], ["updated_at", "2016-08-08 23:03:53.648574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -946235746 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -946235746], ["username", "billy_13"], ["access_token", "764aa1cc4e33c967e3790206c378e743"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:03:53.650660"], ["updated_at", "2016-08-08 23:03:53.650660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646377658 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -646377658], ["username", "billy_14"], ["access_token", "e068647fa52054f41cdca165d9104d35"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:03:53.652595"], ["updated_at", "2016-08-08 23:03:53.652595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324459652 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -324459652], ["username", "billy_15"], ["access_token", "ee4c0176b176d4c8b1c5b6d02d98137e"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:03:53.654384"], ["updated_at", "2016-08-08 23:03:53.654384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1431750204 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1431750204], ["username", "billy_16"], ["access_token", "1793779e7ee01d15fe9822c5ba2cf268"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:03:53.656225"], ["updated_at", "2016-08-08 23:03:53.656225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -255225669 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -255225669], ["username", "billy_17"], ["access_token", "86db6e7cd76ef954c540a95499115f81"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:03:53.657968"], ["updated_at", "2016-08-08 23:03:53.657968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -417428900 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -417428900], ["username", "billy_18"], ["access_token", "b76ad50e20923914c0a4053d25ab6517"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:03:53.659942"], ["updated_at", "2016-08-08 23:03:53.659942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -12249423 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -12249423], ["username", "billy_19"], ["access_token", "dae97c4a57b1d26e8e4d2ab8e861f4b0"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:03:53.661691"], ["updated_at", "2016-08-08 23:03:53.661691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -354341060 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -354341060], ["username", "billy_20"], ["access_token", "e4649fc2e36122bd774c1d8e65afeadb"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:03:53.663531"], ["updated_at", "2016-08-08 23:03:53.663531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1105938306 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1105938306], ["username", "billy_21"], ["access_token", "02c2bca824c17b45d605cb1be7f101ef"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:03:53.665336"], ["updated_at", "2016-08-08 23:03:53.665336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -473108655 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -473108655], ["username", "billy_22"], ["access_token", "b3c191cf34b9897c336d034038584223"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:03:53.667505"], ["updated_at", "2016-08-08 23:03:53.667505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -604245973 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -604245973], ["username", "billy_23"], ["access_token", "548b5c58c4b11d054e6b692f1542da39"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:03:53.669464"], ["updated_at", "2016-08-08 23:03:53.669464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507153178 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1507153178], ["username", "billy_24"], ["access_token", "3a1292827571e3cbdf4b142749dd2d06"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:03:53.671214"], ["updated_at", "2016-08-08 23:03:53.671214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -552834696 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -552834696], ["username", "billy_25"], ["access_token", "b04e4f8d8c057022a2742721c1cf4390"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:03:53.673070"], ["updated_at", "2016-08-08 23:03:53.673070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -254875631 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -254875631], ["username", "billy_26"], ["access_token", "b184031713d2f10b4d5027d7d9260050"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:03:53.675009"], ["updated_at", "2016-08-08 23:03:53.675009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1148976641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1148976641], ["username", "billy_27"], ["access_token", "507771f9e22f7e8a868fa6d406625191"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:03:53.676806"], ["updated_at", "2016-08-08 23:03:53.676806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1748239874 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1748239874], ["username", "billy_28"], ["access_token", "e2de4668dd245635a80e76e0ec66af9d"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:03:53.678553"], ["updated_at", "2016-08-08 23:03:53.678553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1546883022 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1546883022], ["username", "billy_29"], ["access_token", "e74e5becdddcea64578423dd34ddf08d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:03:53.680284"], ["updated_at", "2016-08-08 23:03:53.680284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -235006464 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -235006464], ["username", "billy_30"], ["access_token", "860c673799b5cff1da28800bec895a2f"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:03:53.682153"], ["updated_at", "2016-08-08 23:03:53.682153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -927708082 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -927708082], ["username", "billy_31"], ["access_token", "7b4275f5ca9e1be98a6ec6b0841d72c7"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:03:53.684113"], ["updated_at", "2016-08-08 23:03:53.684113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -614855951 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -614855951], ["username", "billy_32"], ["access_token", "f7eb87910f49ee1bb8e0bff0c280ef2b"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:03:53.685972"], ["updated_at", "2016-08-08 23:03:53.685972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1158718847 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1158718847], ["username", "billy_33"], ["access_token", "89e2e675c3e9278efc7a1f806030bb32"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:03:53.687715"], ["updated_at", "2016-08-08 23:03:53.687715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -147440068 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -147440068], ["username", "billy_34"], ["access_token", "9d4e8b79b27d4e163524ae50e8de61a0"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:03:53.689415"], ["updated_at", "2016-08-08 23:03:53.689415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1257419427 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1257419427], ["username", "billy_35"], ["access_token", "7738aab7cdf6916f0668b4597e7460b7"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:03:53.691251"], ["updated_at", "2016-08-08 23:03:53.691251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -198638756 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -198638756], ["username", "billy_36"], ["access_token", "409be14d5329e1220d5aa44cbed06b15"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:03:53.693028"], ["updated_at", "2016-08-08 23:03:53.693028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1361243306 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1361243306], ["username", "billy_37"], ["access_token", "aa1c3aaaed662076b523245084fad601"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:03:53.694844"], ["updated_at", "2016-08-08 23:03:53.694844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -117154281 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -117154281], ["username", "billy_38"], ["access_token", "3f82688685af7eab88bbbc37f5e8b95f"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:03:53.696656"], ["updated_at", "2016-08-08 23:03:53.696656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -683411350 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -683411350], ["username", "billy_39"], ["access_token", "085afbb3f38cca8002e95b9aec428b3d"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:03:53.698513"], ["updated_at", "2016-08-08 23:03:53.698513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997774655 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1997774655], ["username", "billy_40"], ["access_token", "4475d07a54f42133cb0cb3f0eb0d882a"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:03:53.700289"], ["updated_at", "2016-08-08 23:03:53.700289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2142207798 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2142207798], ["username", "billy_41"], ["access_token", "3b271bf3204f6eaa99d1487836193a34"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:03:53.702375"], ["updated_at", "2016-08-08 23:03:53.702375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1235032037 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1235032037], ["username", "billy_42"], ["access_token", "bb6c9438c648a89f09bf7f2090611ccd"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:03:53.704285"], ["updated_at", "2016-08-08 23:03:53.704285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1284727812 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1284727812], ["username", "billy_43"], ["access_token", "c06a7f0430aaaaac5e32aa7d6685c7cd"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:03:53.706374"], ["updated_at", "2016-08-08 23:03:53.706374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1302528850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1302528850], ["username", "billy_44"], ["access_token", "456a8b1c012978fb1ba2a7c06ac322d5"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:03:53.708231"], ["updated_at", "2016-08-08 23:03:53.708231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -10388549 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -10388549], ["username", "billy_45"], ["access_token", "03b54bd06c0a935a4834a960774736e0"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:03:53.710003"], ["updated_at", "2016-08-08 23:03:53.710003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1456730979 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1456730979], ["username", "billy_46"], ["access_token", "6ea1c5cd196bcf7ac58c95ee34039236"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:03:53.711811"], ["updated_at", "2016-08-08 23:03:53.711811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -812524000 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -812524000], ["username", "billy_47"], ["access_token", "439823f0ae8105a0f1137ddd4bc063ff"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:03:53.713694"], ["updated_at", "2016-08-08 23:03:53.713694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -706424683 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -706424683], ["username", "billy_48"], ["access_token", "d5223fee49c274f4fef80aff6d9f21c7"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:03:53.715472"], ["updated_at", "2016-08-08 23:03:53.715472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1045076897 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1045076897], ["username", "billy_49"], ["access_token", "1cf0cf3d35bf2a7b62c4155bde948f25"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:03:53.717275"], ["updated_at", "2016-08-08 23:03:53.717275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2143392281 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2143392281], ["username", "jstrav"], ["access_token", "c0ff9bedd87a69b952699b8ac298e292"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:53.726082"], ["updated_at", "2016-08-08 23:03:53.726082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1486103348 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1486103348], ["username", "mary"], ["access_token", "4386e85fc129c69b0ed4316a6391c94d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:53.729162"], ["updated_at", "2016-08-08 23:03:53.729162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1463861789 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1463861789], ["username", "jstead"], ["access_token", "420ff69d9f5fda09e96d48c47a6d7398"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:53.731783"], ["updated_at", "2016-08-08 23:03:53.731783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1596237486 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1596237486], ["username", "bigbear"], ["access_token", "2971d8392672e1d8755e87839bca6646"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:53.733847"], ["updated_at", "2016-08-08 23:03:53.733847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -832054956 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -832054956], ["username", "billy_00"], ["access_token", "e94a9dbf376cb9d4814493f9efcbab69"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:03:53.735703"], ["updated_at", "2016-08-08 23:03:53.735703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66278640 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -66278640], ["username", "billy_01"], ["access_token", "3e5a63d82e46b722baee582ec710ac95"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:03:53.737668"], ["updated_at", "2016-08-08 23:03:53.737668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -103096942 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -103096942], ["username", "billy_02"], ["access_token", "0b670d5dc69510af0feb379e33c4e052"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:03:53.739446"], ["updated_at", "2016-08-08 23:03:53.739446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146028905 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -146028905], ["username", "billy_03"], ["access_token", "8345898bf1e72760bba5f171fe029b1a"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:03:53.741169"], ["updated_at", "2016-08-08 23:03:53.741169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -860869074 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -860869074], ["username", "billy_04"], ["access_token", "a4fcdfa2afed97350f8ff51f1054227b"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:03:53.742873"], ["updated_at", "2016-08-08 23:03:53.742873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -852227848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -852227848], ["username", "billy_05"], ["access_token", "9d81faa8958528576227f7cc9b14d062"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:03:53.744554"], ["updated_at", "2016-08-08 23:03:53.744554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -929504194 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -929504194], ["username", "billy_06"], ["access_token", "c7338eaf301e4b48cb0aec65978924ad"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:03:53.746316"], ["updated_at", "2016-08-08 23:03:53.746316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1200317587 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1200317587], ["username", "billy_07"], ["access_token", "a31122bbaaf2bc4481ea992484607094"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:03:53.747983"], ["updated_at", "2016-08-08 23:03:53.747983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -824192950 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -824192950], ["username", "billy_08"], ["access_token", "2f5767def6dda72e359fdc27f8da7865"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:03:53.749668"], ["updated_at", "2016-08-08 23:03:53.749668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -729607461 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -729607461], ["username", "billy_09"], ["access_token", "c428de10be02055c138cfbbc498b27d8"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:03:53.751351"], ["updated_at", "2016-08-08 23:03:53.751351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1416338576 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1416338576], ["username", "billy_10"], ["access_token", "d2f539ed95bde9eb99535250d59f8691"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:03:53.753046"], ["updated_at", "2016-08-08 23:03:53.753046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1930733212 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1930733212], ["username", "billy_11"], ["access_token", "cd9f5127e7b5df06010ab936fc4f640e"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:03:53.754814"], ["updated_at", "2016-08-08 23:03:53.754814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1881574636 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1881574636], ["username", "billy_12"], ["access_token", "d99b123e1ecb70ee8cd26b70fa7f10f9"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:03:53.756531"], ["updated_at", "2016-08-08 23:03:53.756531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1111269315 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1111269315], ["username", "billy_13"], ["access_token", "2afedbc4d877095265ba32d1fd0489a1"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:03:53.758347"], ["updated_at", "2016-08-08 23:03:53.758347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1014731051 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1014731051], ["username", "billy_14"], ["access_token", "8db2ba2f1e5a83b32d1ff6b59e020865"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:03:53.760418"], ["updated_at", "2016-08-08 23:03:53.760418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1110759431 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1110759431], ["username", "billy_15"], ["access_token", "87c09753c9ffe0d5a0f806a450e3ad0f"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:03:53.762252"], ["updated_at", "2016-08-08 23:03:53.762252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2143287335 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2143287335], ["username", "billy_16"], ["access_token", "ec17b02b59fcbdecdce431e1ad0a9c4c"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:03:53.764001"], ["updated_at", "2016-08-08 23:03:53.764001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1844849069 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1844849069], ["username", "billy_17"], ["access_token", "61642563331f1f0d3b6c31e17cddb837"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:03:53.765729"], ["updated_at", "2016-08-08 23:03:53.765729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1753335651 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1753335651], ["username", "billy_18"], ["access_token", "8340f1e05719b614243b8014688a30a1"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:03:53.767428"], ["updated_at", "2016-08-08 23:03:53.767428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1686480920 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1686480920], ["username", "billy_19"], ["access_token", "f23d49187071a41f47b549b98e52e154"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:03:53.769474"], ["updated_at", "2016-08-08 23:03:53.769474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1512092627 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1512092627], ["username", "billy_20"], ["access_token", "7182078122f952ea0c01893511d47f2b"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:03:53.771203"], ["updated_at", "2016-08-08 23:03:53.771203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -215042347 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -215042347], ["username", "billy_21"], ["access_token", "db5006401d2b9ce47b01e64bfdd4ac7b"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:03:53.773222"], ["updated_at", "2016-08-08 23:03:53.773222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942469473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1942469473], ["username", "billy_22"], ["access_token", "03fceb35bf2f3137f85810aa4de7fac0"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:03:53.776363"], ["updated_at", "2016-08-08 23:03:53.776363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -191097346 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -191097346], ["username", "billy_23"], ["access_token", "aa39f51a0bbae1094f748bb731d6fea5"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:03:53.779098"], ["updated_at", "2016-08-08 23:03:53.779098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -311570887 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -311570887], ["username", "billy_24"], ["access_token", "b36a5b7bf9814df01d6750dc69aa61a3"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:03:53.781616"], ["updated_at", "2016-08-08 23:03:53.781616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -884085287 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -884085287], ["username", "billy_25"], ["access_token", "7984a395864314a05b14fe95868bcc4d"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:03:53.783850"], ["updated_at", "2016-08-08 23:03:53.783850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2114864588 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2114864588], ["username", "billy_26"], ["access_token", "7731e488afa392c0f23b810832db164d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:03:53.785856"], ["updated_at", "2016-08-08 23:03:53.785856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -578011180 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -578011180], ["username", "billy_27"], ["access_token", "cd5865cf070e519698fde0163a2a2020"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:03:53.787641"], ["updated_at", "2016-08-08 23:03:53.787641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -929102134 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -929102134], ["username", "billy_28"], ["access_token", "3a544c3996b8fe4cadc3f4e9f2c8bc44"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:03:53.789299"], ["updated_at", "2016-08-08 23:03:53.789299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1999952777 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1999952777], ["username", "billy_29"], ["access_token", "badbaa3318022fcf7b87fa79dd2b9fab"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:03:53.790985"], ["updated_at", "2016-08-08 23:03:53.790985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1102699312 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1102699312], ["username", "billy_30"], ["access_token", "ad3ab303a351646d07cfb157bcb03388"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:03:53.792775"], ["updated_at", "2016-08-08 23:03:53.792775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1080137237 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1080137237], ["username", "billy_31"], ["access_token", "063eb2c499e78c45f1609dbb4cd3d8a2"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:03:53.794478"], ["updated_at", "2016-08-08 23:03:53.794478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -463471099 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -463471099], ["username", "billy_32"], ["access_token", "0c54507690565953347f00c8bf757d01"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:03:53.796436"], ["updated_at", "2016-08-08 23:03:53.796436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -921485997 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -921485997], ["username", "billy_33"], ["access_token", "98a8d806d101bc0050f1c443ab159a8a"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:03:53.798106"], ["updated_at", "2016-08-08 23:03:53.798106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2003040430 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2003040430], ["username", "billy_34"], ["access_token", "9e3ff5509576b5d9fb5c3a8023cc020c"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:03:53.799871"], ["updated_at", "2016-08-08 23:03:53.799871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -631319809 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -631319809], ["username", "billy_35"], ["access_token", "04b8b6fee1398962be3663e3c636986c"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:03:53.801729"], ["updated_at", "2016-08-08 23:03:53.801729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2130639945 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2130639945], ["username", "billy_36"], ["access_token", "4e6a02e1fc8495be8610f71313fae1d4"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:03:53.803392"], ["updated_at", "2016-08-08 23:03:53.803392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -416509892 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -416509892], ["username", "billy_37"], ["access_token", "90176718892999457c44c0db67969eda"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:03:53.805059"], ["updated_at", "2016-08-08 23:03:53.805059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -243634314 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -243634314], ["username", "billy_38"], ["access_token", "24aa6e8dacd9d3d026383a22632632d9"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:03:53.806760"], ["updated_at", "2016-08-08 23:03:53.806760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170757858 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1170757858], ["username", "billy_39"], ["access_token", "be69bbb2cf4d477e44959af18d8fe684"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:03:53.808515"], ["updated_at", "2016-08-08 23:03:53.808515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1332712101 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1332712101], ["username", "billy_40"], ["access_token", "9d6935ae4f88561cf31adb22139a7ad9"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:03:53.810178"], ["updated_at", "2016-08-08 23:03:53.810178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581547929 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1581547929], ["username", "billy_41"], ["access_token", "69a6c157dc5b0a9a47bbd3ea5372a5af"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:03:53.811808"], ["updated_at", "2016-08-08 23:03:53.811808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1905775517 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1905775517], ["username", "billy_42"], ["access_token", "89967029c08cde7af77f37efbdf89b02"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:03:53.813433"], ["updated_at", "2016-08-08 23:03:53.813433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2055549589 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2055549589], ["username", "billy_43"], ["access_token", "fa34f3e4dc763d52fd2bd690f6bc808d"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:03:53.815069"], ["updated_at", "2016-08-08 23:03:53.815069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -496170216 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -496170216], ["username", "billy_44"], ["access_token", "15b8756adba3f76c562f089993797f54"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:03:53.817011"], ["updated_at", "2016-08-08 23:03:53.817011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1701645629 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1701645629], ["username", "billy_45"], ["access_token", "60ec10803da207b547c5127b88d779de"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:03:53.818690"], ["updated_at", "2016-08-08 23:03:53.818690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -445325736 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -445325736], ["username", "billy_46"], ["access_token", "4fe9904b36f0bfea27e6e7cc813a7fff"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:03:53.820413"], ["updated_at", "2016-08-08 23:03:53.820413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -97109415 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -97109415], ["username", "billy_47"], ["access_token", "017aee021a7058b71ab7ba213c1be58b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:03:53.822056"], ["updated_at", "2016-08-08 23:03:53.822056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1105675500 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1105675500], ["username", "billy_48"], ["access_token", "a17b590fbd010b35abae2da5e0ff49d0"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:03:53.823797"], ["updated_at", "2016-08-08 23:03:53.823797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619580195 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1619580195], ["username", "billy_49"], ["access_token", "80f129aa77ab623bb2b4917e951fa4ed"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:03:53.825431"], ["updated_at", "2016-08-08 23:03:53.825431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -818577350 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -818577350], ["username", "jstrav"], ["access_token", "2666e1ed76aa5b43fd32f9c845cd68a2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:53.832987"], ["updated_at", "2016-08-08 23:03:53.832987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -79321329 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -79321329], ["username", "mary"], ["access_token", "0fe0a78cd2523f68e64bc1b9ed8f8b12"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:53.835420"], ["updated_at", "2016-08-08 23:03:53.835420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869839024 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -869839024], ["username", "jstead"], ["access_token", "161d81e3ba4588509115a562f111f239"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:53.837698"], ["updated_at", "2016-08-08 23:03:53.837698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848155352 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -848155352], ["username", "bigbear"], ["access_token", "5ce8eb2e0f2ce0b50ad226f2a8b06689"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:53.839662"], ["updated_at", "2016-08-08 23:03:53.839662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -5050310 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -5050310], ["username", "billy_00"], ["access_token", "1b48b5fc915e391b084d1f11748fec08"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:03:53.841565"], ["updated_at", "2016-08-08 23:03:53.841565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1519866301 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1519866301], ["username", "billy_01"], ["access_token", "1152573a1191d2f39116b98c52869555"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:03:53.843386"], ["updated_at", "2016-08-08 23:03:53.843386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -21069860 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -21069860], ["username", "billy_02"], ["access_token", "e5fd9fbea83335a840feb854553e1a53"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:03:53.845137"], ["updated_at", "2016-08-08 23:03:53.845137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1214649999 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1214649999], ["username", "billy_03"], ["access_token", "642c42658534124da85f07ea51943ba3"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:03:53.847000"], ["updated_at", "2016-08-08 23:03:53.847000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -461707670 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -461707670], ["username", "billy_04"], ["access_token", "ce77b2cf88bbe432b45e54e217ad9cc1"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:03:53.848731"], ["updated_at", "2016-08-08 23:03:53.848731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1590184244 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1590184244], ["username", "billy_05"], ["access_token", "a3cf8f359bef0cca38900eaad26c5689"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:03:53.850718"], ["updated_at", "2016-08-08 23:03:53.850718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2125462186 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2125462186], ["username", "billy_06"], ["access_token", "60d0917a34d6f0290128a94bb691bde9"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:03:53.852473"], ["updated_at", "2016-08-08 23:03:53.852473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789832215 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -789832215], ["username", "billy_07"], ["access_token", "212d94b34428e947cb8b1a7beaaa8629"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:03:53.854307"], ["updated_at", "2016-08-08 23:03:53.854307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -401579106 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -401579106], ["username", "billy_08"], ["access_token", "1899971fd781400a3ad7a75e8b4c9d74"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:03:53.856264"], ["updated_at", "2016-08-08 23:03:53.856264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1103452188 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1103452188], ["username", "billy_09"], ["access_token", "755e1f04316f6b2e20afe6426f38cf4d"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:03:53.858011"], ["updated_at", "2016-08-08 23:03:53.858011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1826803083 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1826803083], ["username", "billy_10"], ["access_token", "554247a1809be31d2769f249a7e17f0a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:03:53.859722"], ["updated_at", "2016-08-08 23:03:53.859722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -515850581 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -515850581], ["username", "billy_11"], ["access_token", "54ce0866383bdeebaa7894b8aa1238b0"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:03:53.861455"], ["updated_at", "2016-08-08 23:03:53.861455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -609329290 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -609329290], ["username", "billy_12"], ["access_token", "2dc44d294fa1acfd9080e50d7da7eabe"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:03:53.863442"], ["updated_at", "2016-08-08 23:03:53.863442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -98438614 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -98438614], ["username", "billy_13"], ["access_token", "0be51d9e52151ac5bb963a91f087e6f4"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:03:53.865200"], ["updated_at", "2016-08-08 23:03:53.865200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674788743 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -674788743], ["username", "billy_14"], ["access_token", "9603de25c1fa23ff27dac24d0ae42f17"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:03:53.867159"], ["updated_at", "2016-08-08 23:03:53.867159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -973423082 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -973423082], ["username", "billy_15"], ["access_token", "e4724c3ed42f50dd86aef4d4cb30e9ce"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:03:53.869164"], ["updated_at", "2016-08-08 23:03:53.869164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -129099041 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -129099041], ["username", "billy_16"], ["access_token", "8322f3d1a18457a53125c565cd50e581"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:03:53.871234"], ["updated_at", "2016-08-08 23:03:53.871234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790982999 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1790982999], ["username", "billy_17"], ["access_token", "5f0a5d588ebe845cad16df27c67955aa"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:03:53.872971"], ["updated_at", "2016-08-08 23:03:53.872971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262888701 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -262888701], ["username", "billy_18"], ["access_token", "ca3c10b158d64afe2abb6a4bd05823f8"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:03:53.874769"], ["updated_at", "2016-08-08 23:03:53.874769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -846861439 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -846861439], ["username", "billy_19"], ["access_token", "b14559c2ad73c007a7e1ace565be3b98"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:03:53.876565"], ["updated_at", "2016-08-08 23:03:53.876565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -666176487 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -666176487], ["username", "billy_20"], ["access_token", "685e228b526062cfb9d83ae79244f938"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:03:53.878778"], ["updated_at", "2016-08-08 23:03:53.878778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -112664573 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -112664573], ["username", "billy_21"], ["access_token", "c62ba607a5bf45cc490b6c17aa13010f"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:03:53.880828"], ["updated_at", "2016-08-08 23:03:53.880828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -928784982 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -928784982], ["username", "billy_22"], ["access_token", "8f98cc4912981709e48c3fc725a3dba6"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:03:53.882756"], ["updated_at", "2016-08-08 23:03:53.882756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995623580 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -995623580], ["username", "billy_23"], ["access_token", "329d43910ad80807a74f06cdc479de6d"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:03:53.884682"], ["updated_at", "2016-08-08 23:03:53.884682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -379053311 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -379053311], ["username", "billy_24"], ["access_token", "33f3ba96b1e45035d25e448f0dd72bd8"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:03:53.886719"], ["updated_at", "2016-08-08 23:03:53.886719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1333318266 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1333318266], ["username", "billy_25"], ["access_token", "9b61be73573597a357e1c4fe9703e019"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:03:53.888535"], ["updated_at", "2016-08-08 23:03:53.888535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719567923 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -719567923], ["username", "billy_26"], ["access_token", "adb2605088defffb9d7f880b6eb42e4a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:03:53.890359"], ["updated_at", "2016-08-08 23:03:53.890359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2124316934 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2124316934], ["username", "billy_27"], ["access_token", "ea6b39395cdb38fa372169321d04ee05"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:03:53.892158"], ["updated_at", "2016-08-08 23:03:53.892158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1138472043 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1138472043], ["username", "billy_28"], ["access_token", "5b5dd569882511ce3f6b088870cc85b2"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:03:53.894042"], ["updated_at", "2016-08-08 23:03:53.894042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649033737 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -649033737], ["username", "billy_29"], ["access_token", "d5b50abc994d709b76ef20c2805bc58f"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:03:53.895931"], ["updated_at", "2016-08-08 23:03:53.895931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1203108844 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1203108844], ["username", "billy_30"], ["access_token", "bc21ae7ec3380001447f4f059b633bdf"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:03:53.897771"], ["updated_at", "2016-08-08 23:03:53.897771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1797832152 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1797832152], ["username", "billy_31"], ["access_token", "641fb552a3d3179bbf4546f4fde022eb"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:03:53.899538"], ["updated_at", "2016-08-08 23:03:53.899538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -279602193 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -279602193], ["username", "billy_32"], ["access_token", "d1ab7f4191cb408f09875fd4b55a6c37"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:03:53.901324"], ["updated_at", "2016-08-08 23:03:53.901324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -28827491 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -28827491], ["username", "billy_33"], ["access_token", "f5f83f3b7c148b60d93d3e4331580f50"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:03:53.903236"], ["updated_at", "2016-08-08 23:03:53.903236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1096371563 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1096371563], ["username", "billy_34"], ["access_token", "ef78a51a794b869177fc6310654c6698"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:03:53.905132"], ["updated_at", "2016-08-08 23:03:53.905132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2098266795 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2098266795], ["username", "billy_35"], ["access_token", "addfbbed22b740974ff81c6863a9b46c"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:03:53.906973"], ["updated_at", "2016-08-08 23:03:53.906973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -533578071 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -533578071], ["username", "billy_36"], ["access_token", "65edf9fa5a6829fb4a4bded2f5023e9e"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:03:53.908783"], ["updated_at", "2016-08-08 23:03:53.908783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2075650819 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2075650819], ["username", "billy_37"], ["access_token", "26177dece91dbb39a2be487358f143f3"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:03:53.910602"], ["updated_at", "2016-08-08 23:03:53.910602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1145432088 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1145432088], ["username", "billy_38"], ["access_token", "81864782aff1cacb41f80232558497c1"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:03:53.912361"], ["updated_at", "2016-08-08 23:03:53.912361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1375055468 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1375055468], ["username", "billy_39"], ["access_token", "da5d239971b0525ee182382c48d71b98"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:03:53.914124"], ["updated_at", "2016-08-08 23:03:53.914124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137687717 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2137687717], ["username", "billy_40"], ["access_token", "dee29c922598d70e30d7dc1f50c4b406"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:03:53.916316"], ["updated_at", "2016-08-08 23:03:53.916316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1713673606 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1713673606], ["username", "billy_41"], ["access_token", "a4a0be99bc830aa76169013b2d185382"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:03:53.919495"], ["updated_at", "2016-08-08 23:03:53.919495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -212610123 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -212610123], ["username", "billy_42"], ["access_token", "e10277c4858d67da86e9059cc044e0ae"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:03:53.922205"], ["updated_at", "2016-08-08 23:03:53.922205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1734576157 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1734576157], ["username", "billy_43"], ["access_token", "ef6820712b08e851e74c35a6cf638c05"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:03:53.924855"], ["updated_at", "2016-08-08 23:03:53.924855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -461409442 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -461409442], ["username", "billy_44"], ["access_token", "73b9997df3b43291436ccd020c2fba30"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:03:53.927225"], ["updated_at", "2016-08-08 23:03:53.927225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1126619511 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1126619511], ["username", "billy_45"], ["access_token", "8e8d0f45521e32e4f3aedc88ff0b3d34"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:03:53.929236"], ["updated_at", "2016-08-08 23:03:53.929236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -375047271 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -375047271], ["username", "billy_46"], ["access_token", "2b2a2fd6c6a8a1602f4b7cc344b92ff5"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:03:53.931047"], ["updated_at", "2016-08-08 23:03:53.931047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851484051 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -851484051], ["username", "billy_47"], ["access_token", "bc54665679a47299d038e89940230e8b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:03:53.933209"], ["updated_at", "2016-08-08 23:03:53.933209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2044073624 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2044073624], ["username", "billy_48"], ["access_token", "d3db243d4a9c6baf70dfce666928ac2f"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:03:53.934945"], ["updated_at", "2016-08-08 23:03:53.934945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1953538441 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1953538441], ["username", "billy_49"], ["access_token", "5b733b99d4bb3ce96ec6d58e90b03726"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:03:53.936739"], ["updated_at", "2016-08-08 23:03:53.936739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "e74eef"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e74eef' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "e74eef"], ["created_at", "2016-08-08 23:03:53.964075"], ["updated_at", "2016-08-08 23:03:53.964075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-08-08 23:03:53.972279"], ["updated_at", "2016-08-08 23:03:53.972279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-08-08 23:03:53.980345"], ["updated_at", "2016-08-08 23:03:53.980345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "c7e79c"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c7e79c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "c7e79c"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["created_at", "2016-08-08 23:03:53.986021"], ["updated_at", "2016-08-08 23:03:53.986021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -799265616 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -799265616], ["username", "jstrav"], ["access_token", "0e9bcd462d71c685802ec8967e0c4732"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:53.990378"], ["updated_at", "2016-08-08 23:03:53.990378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -594638473 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -594638473], ["username", "mary"], ["access_token", "d143ebaa773fed05e83eeeffa74f9c98"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:53.992762"], ["updated_at", "2016-08-08 23:03:53.992762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -969607500 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -969607500], ["username", "jstead"], ["access_token", "ddc71f114bee2812e82185412ea1ff4e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:53.995095"], ["updated_at", "2016-08-08 23:03:53.995095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -972323321 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -972323321], ["username", "bigbear"], ["access_token", "e0eea3683b57c702dab8b70d8c6da8dc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:53.997040"], ["updated_at", "2016-08-08 23:03:53.997040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1029860026 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1029860026], ["username", "jstrav"], ["access_token", "075a9875ab3cceca1cfa1c52e47c2d4d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.003114"], ["updated_at", "2016-08-08 23:03:54.003114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -357837103 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -357837103], ["username", "mary"], ["access_token", "059e80304b95ba07220728c74d8758f5"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.005202"], ["updated_at", "2016-08-08 23:03:54.005202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -399647606 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -399647606], ["username", "jstead"], ["access_token", "f6ff72eef86ff2d6ed62fcfc095b12d2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.007514"], ["updated_at", "2016-08-08 23:03:54.007514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -281658247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -281658247], ["username", "bigbear"], ["access_token", "651304e9fc80f9e9dde8ed8332b410a5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.009405"], ["updated_at", "2016-08-08 23:03:54.009405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1215561822 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1215561822], ["username", "jstrav"], ["access_token", "029d59a2f92922f3effff3fc35483e14"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.014643"], ["updated_at", "2016-08-08 23:03:54.014643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -660499616 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -660499616], ["username", "mary"], ["access_token", "3b1c56c78cf4c74158134d5f1e66b153"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.016646"], ["updated_at", "2016-08-08 23:03:54.016646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -644550386 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -644550386], ["username", "jstead"], ["access_token", "a32c2cea7e2089b812fe8dc1c15484a8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.018824"], ["updated_at", "2016-08-08 23:03:54.018824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1546049243 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1546049243], ["username", "bigbear"], ["access_token", "488af39a0af447160b1575952d251723"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.020761"], ["updated_at", "2016-08-08 23:03:54.020761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2049247113 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2049247113], ["username", "jstrav"], ["access_token", "60a3eec94343205ef28a7f1b0d594f0f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.025986"], ["updated_at", "2016-08-08 23:03:54.025986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1907700032 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1907700032], ["username", "mary"], ["access_token", "476a5e3773a9efe7133b0dfbef163610"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.027992"], ["updated_at", "2016-08-08 23:03:54.027992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1906322389 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1906322389], ["username", "jstead"], ["access_token", "6fd444ec6f21eae6653770888c318fd3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.030004"], ["updated_at", "2016-08-08 23:03:54.030004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1072703438 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1072703438], ["username", "bigbear"], ["access_token", "439e09ab66fd09bb03852472171ad9ed"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.031768"], ["updated_at", "2016-08-08 23:03:54.031768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2075595442 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2075595442], ["username", "jstrav"], ["access_token", "94f3f9e7c6f8c001367434a9f59539c3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.037089"], ["updated_at", "2016-08-08 23:03:54.037089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1420117390 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1420117390], ["username", "mary"], ["access_token", "80fcf3756bb5a3177780b58abf344801"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.039061"], ["updated_at", "2016-08-08 23:03:54.039061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719788680 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -719788680], ["username", "jstead"], ["access_token", "09cb727660838154b353a254a7d5d04c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.041037"], ["updated_at", "2016-08-08 23:03:54.041037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444744571 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -444744571], ["username", "bigbear"], ["access_token", "13e3f92e36a21cb338a468dd02da2671"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.042800"], ["updated_at", "2016-08-08 23:03:54.042800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1775188866 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1775188866], ["username", "jstrav"], ["access_token", "cf54973cf05fac8c750adc3662c06adc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.047552"], ["updated_at", "2016-08-08 23:03:54.047552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -520701575 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -520701575], ["username", "mary"], ["access_token", "66f8c07fa04aa5b860cb9f073258602e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.049526"], ["updated_at", "2016-08-08 23:03:54.049526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1119096159 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1119096159], ["username", "jstead"], ["access_token", "9d9858692d0719c79f4b3aeb2b7c60a3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.051507"], ["updated_at", "2016-08-08 23:03:54.051507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1371687788 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1371687788], ["username", "bigbear"], ["access_token", "f438a2bcd52759ef0c2267dd96ad0e3c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.053507"], ["updated_at", "2016-08-08 23:03:54.053507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1949080001 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1949080001], ["username", "jstrav"], ["access_token", "ed9ac818ed3d1cc806953da9510f07fb"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.058185"], ["updated_at", "2016-08-08 23:03:54.058185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2032336203 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2032336203], ["username", "mary"], ["access_token", "8689054c5747ac6b2d18a5ea69c7d93a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.060366"], ["updated_at", "2016-08-08 23:03:54.060366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1105361821 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1105361821], ["username", "jstead"], ["access_token", "91f2990f091b2bed45d30584a84ee249"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.062382"], ["updated_at", "2016-08-08 23:03:54.062382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1961851933 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1961851933], ["username", "bigbear"], ["access_token", "b5ad67ccaaeafb59e3fa93b583b65bef"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.064152"], ["updated_at", "2016-08-08 23:03:54.064152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2059841025 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2059841025], ["username", "jstrav"], ["access_token", "77253c27fd7f884a1a910640c591bf7d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.069212"], ["updated_at", "2016-08-08 23:03:54.069212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239339300 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -239339300], ["username", "mary"], ["access_token", "e06c2aaf19c6e3349a168439d9c9b8cf"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.071239"], ["updated_at", "2016-08-08 23:03:54.071239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -742679748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -742679748], ["username", "jstead"], ["access_token", "3f8b6028cdad6fb1c298723ac03c0943"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.073173"], ["updated_at", "2016-08-08 23:03:54.073173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415456650 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -415456650], ["username", "bigbear"], ["access_token", "841cacb4d8f19e8545e8ed2d240616e2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.074882"], ["updated_at", "2016-08-08 23:03:54.074882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -329196786 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -329196786], ["username", "jstrav"], ["access_token", "68f61a3f23a6a1bdc8f03c769c7fba1f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.080746"], ["updated_at", "2016-08-08 23:03:54.080746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -599877045 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -599877045], ["username", "mary"], ["access_token", "d6ae2b191296d6c18a7de472edd0a329"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.082787"], ["updated_at", "2016-08-08 23:03:54.082787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1959669843 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1959669843], ["username", "jstead"], ["access_token", "b904fd7a81635bc52843a7aaec480759"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.084922"], ["updated_at", "2016-08-08 23:03:54.084922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -595853279 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -595853279], ["username", "bigbear"], ["access_token", "6a14b4a0e6d43c8c0db685a95f37803f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.086710"], ["updated_at", "2016-08-08 23:03:54.086710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1774310106 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1774310106], ["username", "jstrav"], ["access_token", "717a1144533adb4b2098513d55df398a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.091712"], ["updated_at", "2016-08-08 23:03:54.091712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -782163425 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -782163425], ["username", "mary"], ["access_token", "5b1b7c5ab83d5b2a742edd770004cc14"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.093764"], ["updated_at", "2016-08-08 23:03:54.093764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1379902154 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1379902154], ["username", "jstead"], ["access_token", "b08a13a7eff605eb2afb200a82a0169a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.095771"], ["updated_at", "2016-08-08 23:03:54.095771"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2039489906 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2039489906], ["username", "bigbear"], ["access_token", "f5386d71a18569b82dc77430c7a79cae"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.107718"], ["updated_at", "2016-08-08 23:03:54.107718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2005538107 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2005538107], ["username", "jstrav"], ["access_token", "80c640def53d6ed13e6967673d27c267"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.114012"], ["updated_at", "2016-08-08 23:03:54.114012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1559970932 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1559970932], ["username", "mary"], ["access_token", "616100cfc56f1735f8f7dd46f038fe8d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.117260"], ["updated_at", "2016-08-08 23:03:54.117260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -706793536 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -706793536], ["username", "jstead"], ["access_token", "c5517aa16b542c81a0794321e57366ea"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.121625"], ["updated_at", "2016-08-08 23:03:54.121625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -51650798 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -51650798], ["username", "bigbear"], ["access_token", "33de32d7050c73448cd1e3e69a4cf6b6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.125314"], ["updated_at", "2016-08-08 23:03:54.125314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2095868961 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2095868961], ["username", "billy_00"], ["access_token", "28e4d48d835f5b4999f50a39553041c9"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:03:54.128515"], ["updated_at", "2016-08-08 23:03:54.128515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1437771489 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1437771489], ["username", "billy_01"], ["access_token", "4fe8493295a6343a800eb351e83d757c"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:03:54.130493"], ["updated_at", "2016-08-08 23:03:54.130493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1379745512 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1379745512], ["username", "billy_02"], ["access_token", "10a732e7729c675d6d8e0802f563f018"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:03:54.132417"], ["updated_at", "2016-08-08 23:03:54.132417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719257676 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1719257676], ["username", "billy_03"], ["access_token", "8512186ec67cef5d2163dc3dc2a0ee1c"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:03:54.134240"], ["updated_at", "2016-08-08 23:03:54.134240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -92785567 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -92785567], ["username", "billy_04"], ["access_token", "f490086c8c3ce61f7ed52aeb27670293"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:03:54.136389"], ["updated_at", "2016-08-08 23:03:54.136389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1730248794 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1730248794], ["username", "billy_05"], ["access_token", "3910f9f59e53cd90f2ab5099bd36f1de"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:03:54.138237"], ["updated_at", "2016-08-08 23:03:54.138237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1470528831 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1470528831], ["username", "billy_06"], ["access_token", "d8839fbd647e6b335c0d1a7886327c6d"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:03:54.140027"], ["updated_at", "2016-08-08 23:03:54.140027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -957651827 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -957651827], ["username", "billy_07"], ["access_token", "b6c253c675233c931a1d8863d1ad23e5"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:03:54.143467"], ["updated_at", "2016-08-08 23:03:54.143467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -520829984 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -520829984], ["username", "billy_08"], ["access_token", "69e362b467cada0939b799898ba382bc"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:03:54.151827"], ["updated_at", "2016-08-08 23:03:54.151827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404369382 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -404369382], ["username", "billy_09"], ["access_token", "3165204dab50597597e0080e18c43e98"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:03:54.160544"], ["updated_at", "2016-08-08 23:03:54.160544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646416875 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -646416875], ["username", "billy_10"], ["access_token", "5c45c91b02ea4f93bb60559147ecb0b0"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:03:54.162776"], ["updated_at", "2016-08-08 23:03:54.162776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -197552511 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -197552511], ["username", "billy_11"], ["access_token", "7cf01167051608cca34f386543a65c66"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:03:54.164889"], ["updated_at", "2016-08-08 23:03:54.164889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169553826 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -169553826], ["username", "billy_12"], ["access_token", "4620a3dee69887eccd4d5fb137bc1f9d"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:03:54.166948"], ["updated_at", "2016-08-08 23:03:54.166948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867013034 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -867013034], ["username", "billy_13"], ["access_token", "84a193c990e49086949354288403226b"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:03:54.168915"], ["updated_at", "2016-08-08 23:03:54.168915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1366853834 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1366853834], ["username", "billy_14"], ["access_token", "bcd5629d7b1567c982404a114f21e875"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:03:54.170810"], ["updated_at", "2016-08-08 23:03:54.170810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2012591303 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2012591303], ["username", "billy_15"], ["access_token", "d24a80eec260dda11d8c4310ca41cdf5"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:03:54.172769"], ["updated_at", "2016-08-08 23:03:54.172769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -514389124 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -514389124], ["username", "billy_16"], ["access_token", "fdf778c93148c029cb4961720f2adc4a"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:03:54.174754"], ["updated_at", "2016-08-08 23:03:54.174754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378545678 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -378545678], ["username", "billy_17"], ["access_token", "d74a2dfa885e4b34b523dfb53ae55b9d"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:03:54.176635"], ["updated_at", "2016-08-08 23:03:54.176635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -28205678 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -28205678], ["username", "billy_18"], ["access_token", "6a587c71c957c49126dca50b62a02e9e"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:03:54.178604"], ["updated_at", "2016-08-08 23:03:54.178604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -896117168 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -896117168], ["username", "billy_19"], ["access_token", "2eb7f0bf125cd27d901ad753c9c88e59"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:03:54.180872"], ["updated_at", "2016-08-08 23:03:54.180872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -752628058 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -752628058], ["username", "billy_20"], ["access_token", "4fea258af4fb3df8de537772d97f61ea"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:03:54.183159"], ["updated_at", "2016-08-08 23:03:54.183159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1549850028 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1549850028], ["username", "billy_21"], ["access_token", "a328870536a7ca6bc87b82a7600f11ef"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:03:54.185279"], ["updated_at", "2016-08-08 23:03:54.185279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -206532564 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -206532564], ["username", "billy_22"], ["access_token", "097b83b81a322476e17bc5d57c3ade27"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:03:54.187133"], ["updated_at", "2016-08-08 23:03:54.187133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -79255796 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -79255796], ["username", "billy_23"], ["access_token", "163a779fbda21353888febd87ade651e"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:03:54.188987"], ["updated_at", "2016-08-08 23:03:54.188987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324586342 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1324586342], ["username", "billy_24"], ["access_token", "bf1c548ce59fa29edafc75ebf11f83b9"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:03:54.190944"], ["updated_at", "2016-08-08 23:03:54.190944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -714325319 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -714325319], ["username", "billy_25"], ["access_token", "7f16b546c522f0c3aafac01b1a70d3b6"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:03:54.192810"], ["updated_at", "2016-08-08 23:03:54.192810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1123690720 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1123690720], ["username", "billy_26"], ["access_token", "d63eaecc55176ea9cb3b89921cb9eca7"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:03:54.194614"], ["updated_at", "2016-08-08 23:03:54.194614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851100789 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -851100789], ["username", "billy_27"], ["access_token", "d8fa8131b39324b9bdc4d2dc3efc6a61"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:03:54.196442"], ["updated_at", "2016-08-08 23:03:54.196442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1587044529 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1587044529], ["username", "billy_28"], ["access_token", "7d5a5dba0ac6fd35039294362872a350"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:03:54.198737"], ["updated_at", "2016-08-08 23:03:54.198737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -368184944 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -368184944], ["username", "billy_29"], ["access_token", "3b27b28b6de6495e533627951aabc4ea"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:03:54.200758"], ["updated_at", "2016-08-08 23:03:54.200758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -230131637 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -230131637], ["username", "billy_30"], ["access_token", "ffbd0371c7f5883cc0fadee0f4a8e846"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:03:54.202702"], ["updated_at", "2016-08-08 23:03:54.202702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -367782498 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -367782498], ["username", "billy_31"], ["access_token", "25a6ba812dab1c84379fc05ba818257e"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:03:54.204571"], ["updated_at", "2016-08-08 23:03:54.204571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1740102922 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1740102922], ["username", "billy_32"], ["access_token", "6278555f18de4157ea7752e011dce657"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:03:54.206501"], ["updated_at", "2016-08-08 23:03:54.206501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912234956 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1912234956], ["username", "billy_33"], ["access_token", "616fa88831d479384dac8f69013a1eb1"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:03:54.208392"], ["updated_at", "2016-08-08 23:03:54.208392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1230809116 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1230809116], ["username", "billy_34"], ["access_token", "70106906194d78ce48cd2b64f6f657b1"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:03:54.210337"], ["updated_at", "2016-08-08 23:03:54.210337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -973379526 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -973379526], ["username", "billy_35"], ["access_token", "49de373176aba365bae56776e4026d08"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:03:54.212413"], ["updated_at", "2016-08-08 23:03:54.212413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1249847624 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1249847624], ["username", "billy_36"], ["access_token", "cbf57044b2d0caa3d533ee35e6007934"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:03:54.214280"], ["updated_at", "2016-08-08 23:03:54.214280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1869236466 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1869236466], ["username", "billy_37"], ["access_token", "79035aa1a03280c79c3392b1589774f3"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:03:54.216302"], ["updated_at", "2016-08-08 23:03:54.216302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -190251708 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -190251708], ["username", "billy_38"], ["access_token", "820447b602dd9e6691584248cb990003"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:03:54.218259"], ["updated_at", "2016-08-08 23:03:54.218259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -454076354 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -454076354], ["username", "billy_39"], ["access_token", "bad85cf26873cf9dd3612eed816d3b8f"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:03:54.220192"], ["updated_at", "2016-08-08 23:03:54.220192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -773238548 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -773238548], ["username", "billy_40"], ["access_token", "dfafb1462576b34e3e75c24e85d14d02"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:03:54.221993"], ["updated_at", "2016-08-08 23:03:54.221993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -359162288 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -359162288], ["username", "billy_41"], ["access_token", "9dc548aced82791e61f1545b10493c69"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:03:54.223746"], ["updated_at", "2016-08-08 23:03:54.223746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2011868051 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2011868051], ["username", "billy_42"], ["access_token", "6c210988aaeea627f61b84a2ff3225a2"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:03:54.225503"], ["updated_at", "2016-08-08 23:03:54.225503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591702943 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -591702943], ["username", "billy_43"], ["access_token", "b93fe5c87762bd7c77fb93673f537cd5"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:03:54.227267"], ["updated_at", "2016-08-08 23:03:54.227267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1717946770 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1717946770], ["username", "billy_44"], ["access_token", "e7d047299d810d5a8cc65067575f68e5"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:03:54.229138"], ["updated_at", "2016-08-08 23:03:54.229138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1346565573 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1346565573], ["username", "billy_45"], ["access_token", "0f63a98ea2efa52d5622d7e883e74272"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:03:54.230950"], ["updated_at", "2016-08-08 23:03:54.230950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1603338572 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1603338572], ["username", "jstrav"], ["access_token", "298f5bd7ee5439188cab1cda919ed2f4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.240225"], ["updated_at", "2016-08-08 23:03:54.240225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -708579173 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -708579173], ["username", "mary"], ["access_token", "ee490b65930b89ea18ce66fbca189a43"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.242862"], ["updated_at", "2016-08-08 23:03:54.242862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1084761057 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1084761057], ["username", "jstead"], ["access_token", "7d089744db95711066888b4ca3c5b88e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.245108"], ["updated_at", "2016-08-08 23:03:54.245108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -758526470 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -758526470], ["username", "bigbear"], ["access_token", "2fe4dc14a067019707ca6739543c658c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.247054"], ["updated_at", "2016-08-08 23:03:54.247054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904782615 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1904782615], ["username", "billy_00"], ["access_token", "3cfb082b7d830800b484274f381c90fb"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:03:54.249062"], ["updated_at", "2016-08-08 23:03:54.249062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -183826825 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -183826825], ["username", "billy_01"], ["access_token", "c3edb8a1aa5f25ef5d0c0909cb88f25c"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:03:54.251013"], ["updated_at", "2016-08-08 23:03:54.251013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772884852 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1772884852], ["username", "billy_02"], ["access_token", "d56db130e233e8d0244db379486d8e90"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:03:54.253014"], ["updated_at", "2016-08-08 23:03:54.253014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1572422051 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1572422051], ["username", "billy_03"], ["access_token", "d694c28907690a3449cae8f7fe1110ad"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:03:54.255212"], ["updated_at", "2016-08-08 23:03:54.255212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668130026 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1668130026], ["username", "billy_04"], ["access_token", "47ba16a5c15dcd41c1d5b87727af592b"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:03:54.257175"], ["updated_at", "2016-08-08 23:03:54.257175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661695173 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -661695173], ["username", "billy_05"], ["access_token", "5652c75fe5ed89d7aaf1ca4785bd41b6"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:03:54.259150"], ["updated_at", "2016-08-08 23:03:54.259150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667882395 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -667882395], ["username", "billy_06"], ["access_token", "f1bc059f3fcb1a34ee46100244bafd44"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:03:54.261175"], ["updated_at", "2016-08-08 23:03:54.261175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -477940999 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -477940999], ["username", "billy_07"], ["access_token", "8085173b997b75b8d777f24001676853"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:03:54.263129"], ["updated_at", "2016-08-08 23:03:54.263129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2004921672 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2004921672], ["username", "billy_08"], ["access_token", "1b6018b8d5e419b5e6e18cf73a38da99"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:03:54.265062"], ["updated_at", "2016-08-08 23:03:54.265062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841853694 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1841853694], ["username", "billy_09"], ["access_token", "1ecbd78c14266d6e55ba97086a8db632"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:03:54.266948"], ["updated_at", "2016-08-08 23:03:54.266948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -208718910 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -208718910], ["username", "billy_10"], ["access_token", "23dde3c789d19f954858cc5df4a206f0"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:03:54.268893"], ["updated_at", "2016-08-08 23:03:54.268893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -603406067 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -603406067], ["username", "billy_11"], ["access_token", "4b2e5d17e48789ee4dec4176a42a10ea"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:03:54.270754"], ["updated_at", "2016-08-08 23:03:54.270754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406489361 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -406489361], ["username", "billy_12"], ["access_token", "1e2c5568a57b784b96a90a28724cec9c"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:03:54.272994"], ["updated_at", "2016-08-08 23:03:54.272994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -480415744 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -480415744], ["username", "billy_13"], ["access_token", "2838c177d840ca161c1498d272261b3b"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:03:54.275242"], ["updated_at", "2016-08-08 23:03:54.275242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322620506 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -322620506], ["username", "billy_14"], ["access_token", "45234f990233210b05ef47e6c9f8e72d"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:03:54.277362"], ["updated_at", "2016-08-08 23:03:54.277362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1425233286 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1425233286], ["username", "billy_15"], ["access_token", "f4ba5f27cb2dec577da7df347e3dddc4"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:03:54.279336"], ["updated_at", "2016-08-08 23:03:54.279336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1285319453 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1285319453], ["username", "billy_16"], ["access_token", "fc82b0d76c9e33dd927c4f9f2debf741"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:03:54.281353"], ["updated_at", "2016-08-08 23:03:54.281353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -438668966 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -438668966], ["username", "billy_17"], ["access_token", "a3803f5b8d940c37e6f09828a4adaff9"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:03:54.283365"], ["updated_at", "2016-08-08 23:03:54.283365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -466266510 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -466266510], ["username", "billy_18"], ["access_token", "5f15c257adea5ec4286518100e98f496"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:03:54.285308"], ["updated_at", "2016-08-08 23:03:54.285308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1219983348 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1219983348], ["username", "billy_19"], ["access_token", "14b1bd3ea95bb8cae13da1389ee1392f"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:03:54.287260"], ["updated_at", "2016-08-08 23:03:54.287260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1258734671 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1258734671], ["username", "billy_20"], ["access_token", "4345d30a252c6f25cd37f491fbe5fe2d"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:03:54.289184"], ["updated_at", "2016-08-08 23:03:54.289184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -855985797 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -855985797], ["username", "billy_21"], ["access_token", "ae987d3a40bce9bec3405655069b37c9"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:03:54.290959"], ["updated_at", "2016-08-08 23:03:54.290959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -212810103 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -212810103], ["username", "billy_22"], ["access_token", "53b094173c9c2da167a819a30b1feac6"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:03:54.292626"], ["updated_at", "2016-08-08 23:03:54.292626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108086602 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1108086602], ["username", "billy_23"], ["access_token", "916cb79aa5656705f45cc5c989f77cee"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:03:54.294285"], ["updated_at", "2016-08-08 23:03:54.294285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1000017518 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1000017518], ["username", "billy_24"], ["access_token", "1e50284f17a9c3375bc1b3037fe54b4a"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:03:54.295935"], ["updated_at", "2016-08-08 23:03:54.295935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1513311173 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1513311173], ["username", "billy_25"], ["access_token", "5e56902aa9eab24a67b81439b6103a8e"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:03:54.297656"], ["updated_at", "2016-08-08 23:03:54.297656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016474253 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1016474253], ["username", "billy_26"], ["access_token", "640c0b5cf9a6b03ec15a341694ed4d9a"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:03:54.299299"], ["updated_at", "2016-08-08 23:03:54.299299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -580248362 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -580248362], ["username", "billy_27"], ["access_token", "c7c92a8b1295eff3b3a3ca1e001ac4b1"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:03:54.300935"], ["updated_at", "2016-08-08 23:03:54.300935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2028698735 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2028698735], ["username", "billy_28"], ["access_token", "b23fc57de353bc89fc34c7aabf17a6d3"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:03:54.302566"], ["updated_at", "2016-08-08 23:03:54.302566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313198982 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -313198982], ["username", "billy_29"], ["access_token", "e38cf9e01df4271535b7abc4e857c8bf"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:03:54.304194"], ["updated_at", "2016-08-08 23:03:54.304194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525801446 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1525801446], ["username", "billy_30"], ["access_token", "297be313f23b973aced1ac919500da6a"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:03:54.306077"], ["updated_at", "2016-08-08 23:03:54.306077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1009758426 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1009758426], ["username", "billy_31"], ["access_token", "165c15e733962b002209812442809a16"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:03:54.307725"], ["updated_at", "2016-08-08 23:03:54.307725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -701634724 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -701634724], ["username", "billy_32"], ["access_token", "f9dd4ace8c01a239f12516e2107a4a5d"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:03:54.309357"], ["updated_at", "2016-08-08 23:03:54.309357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -864075126 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -864075126], ["username", "billy_33"], ["access_token", "d91866e860d715ed4f48073fe063dfe4"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:03:54.311010"], ["updated_at", "2016-08-08 23:03:54.311010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1383459844 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1383459844], ["username", "billy_34"], ["access_token", "fa853a5c04c5a80de724b73b52cfb111"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:03:54.312689"], ["updated_at", "2016-08-08 23:03:54.312689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2083621316 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2083621316], ["username", "billy_35"], ["access_token", "1f067a232c110c46d4492b861bc112e7"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:03:54.314322"], ["updated_at", "2016-08-08 23:03:54.314322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -620536849 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -620536849], ["username", "billy_36"], ["access_token", "c0e672c7ba52b2e0d0d471f3e77e930b"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:03:54.315958"], ["updated_at", "2016-08-08 23:03:54.315958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1434106607 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1434106607], ["username", "billy_37"], ["access_token", "fd303518c618bbcfe7714c2399cd9fc2"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:03:54.317578"], ["updated_at", "2016-08-08 23:03:54.317578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -18410488 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -18410488], ["username", "billy_38"], ["access_token", "d874109927a7c563249cd6ec330589db"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:03:54.319204"], ["updated_at", "2016-08-08 23:03:54.319204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -369815247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -369815247], ["username", "billy_39"], ["access_token", "c5bacf863eb3255ed688ede2d47bbf71"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:03:54.320873"], ["updated_at", "2016-08-08 23:03:54.320873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -462102248 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -462102248], ["username", "billy_40"], ["access_token", "a61ca0ed2091f87eadf15843affbe033"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:03:54.322487"], ["updated_at", "2016-08-08 23:03:54.322487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409478214 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1409478214], ["username", "billy_41"], ["access_token", "2fd3ae62055a33bd29436ddd4a190911"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:03:54.324123"], ["updated_at", "2016-08-08 23:03:54.324123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1152704542 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1152704542], ["username", "billy_42"], ["access_token", "19897addb7a57807ac5541ba077269a6"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:03:54.325738"], ["updated_at", "2016-08-08 23:03:54.325738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1645464452 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1645464452], ["username", "billy_43"], ["access_token", "68a79bb4cdcb80f6ee4cac1e44b8a83f"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:03:54.327350"], ["updated_at", "2016-08-08 23:03:54.327350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1358679802 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1358679802], ["username", "billy_44"], ["access_token", "ec801636d4e93b199ca8f7d7c4ffa501"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:03:54.328967"], ["updated_at", "2016-08-08 23:03:54.328967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -799241902 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -799241902], ["username", "billy_45"], ["access_token", "4b28250508af45ab2f5bac7337c8339d"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:03:54.330600"], ["updated_at", "2016-08-08 23:03:54.330600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -76302477 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -76302477], ["username", "jstrav"], ["access_token", "9456d33775fedabd47511d7b6ecaf60a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.336436"], ["updated_at", "2016-08-08 23:03:54.336436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2112686382 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2112686382], ["username", "mary"], ["access_token", "2c265def9f0ba424ba2ba48467a98a4d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.338596"], ["updated_at", "2016-08-08 23:03:54.338596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1950201422 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1950201422], ["username", "jstead"], ["access_token", "9fdecd929b96d924886ab18ae4032e02"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.340525"], ["updated_at", "2016-08-08 23:03:54.340525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -556770071 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -556770071], ["username", "bigbear"], ["access_token", "4ca91ab3348ef0313b518b6f1a5a62dc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.342476"], ["updated_at", "2016-08-08 23:03:54.342476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1842909087 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1842909087], ["username", "billy_00"], ["access_token", "e906e43cc4869c9fcec842c8bdabd05e"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:03:54.344703"], ["updated_at", "2016-08-08 23:03:54.344703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -123931128 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -123931128], ["username", "billy_01"], ["access_token", "34828d908218d67efe216cac670426b1"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:03:54.347595"], ["updated_at", "2016-08-08 23:03:54.347595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591634558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -591634558], ["username", "billy_02"], ["access_token", "5da1d7a5b12a23c2e64bc0007b6d0107"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:03:54.349994"], ["updated_at", "2016-08-08 23:03:54.349994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1800549672 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1800549672], ["username", "billy_03"], ["access_token", "cd5712c88f00296e6a92387bf5092556"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:03:54.352040"], ["updated_at", "2016-08-08 23:03:54.352040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -151623175 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -151623175], ["username", "billy_04"], ["access_token", "629cb22ac54443da6c99ea0b8c447086"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:03:54.353877"], ["updated_at", "2016-08-08 23:03:54.353877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -173065683 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -173065683], ["username", "billy_05"], ["access_token", "336ab31732b5464dac9b09f46b1d4908"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:03:54.355722"], ["updated_at", "2016-08-08 23:03:54.355722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1229936729 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1229936729], ["username", "billy_06"], ["access_token", "8742b1cf120ea615744c7dc107ccd1c3"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:03:54.357670"], ["updated_at", "2016-08-08 23:03:54.357670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -323149933 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -323149933], ["username", "billy_07"], ["access_token", "de5ac106d57d241373eb5de54c8e4519"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:03:54.359483"], ["updated_at", "2016-08-08 23:03:54.359483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972107665 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1972107665], ["username", "billy_08"], ["access_token", "d074d6060333a26e5de89c727f65dd37"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:03:54.361267"], ["updated_at", "2016-08-08 23:03:54.361267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2075656372 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2075656372], ["username", "billy_09"], ["access_token", "ddb7be57cc6a36d7675e66638f9c52c2"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:03:54.363063"], ["updated_at", "2016-08-08 23:03:54.363063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -374785153 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -374785153], ["username", "billy_10"], ["access_token", "c16dd90b68ec250223dbc864c128b988"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:03:54.364838"], ["updated_at", "2016-08-08 23:03:54.364838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1694472925 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1694472925], ["username", "billy_11"], ["access_token", "3dfbe78d7e4d3b601d43bef249e3544c"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:03:54.366628"], ["updated_at", "2016-08-08 23:03:54.366628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1622644198 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1622644198], ["username", "billy_12"], ["access_token", "91caba96b8d312267ab059dabb701499"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:03:54.368423"], ["updated_at", "2016-08-08 23:03:54.368423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2016827967 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2016827967], ["username", "billy_13"], ["access_token", "b3d125f60d82437dc330b2c67e0375cd"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:03:54.370435"], ["updated_at", "2016-08-08 23:03:54.370435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -389862976 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -389862976], ["username", "billy_14"], ["access_token", "b40842d0917e6661d20af9029380e862"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:03:54.372188"], ["updated_at", "2016-08-08 23:03:54.372188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -172192794 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -172192794], ["username", "billy_15"], ["access_token", "1b6173f1c5107878a83c8a56894f10ca"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:03:54.373809"], ["updated_at", "2016-08-08 23:03:54.373809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -551300280 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -551300280], ["username", "billy_16"], ["access_token", "ac6a989c2b6a8c772b3c7408cbc80e14"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:03:54.375424"], ["updated_at", "2016-08-08 23:03:54.375424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053602034 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2053602034], ["username", "billy_17"], ["access_token", "b3da86afcac3a604c17985aa9ef1e7e5"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:03:54.377057"], ["updated_at", "2016-08-08 23:03:54.377057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1040298478 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1040298478], ["username", "billy_18"], ["access_token", "e4b3160d4ea7fac3642e47e6a8ea2c27"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:03:54.378667"], ["updated_at", "2016-08-08 23:03:54.378667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1718249614 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1718249614], ["username", "billy_19"], ["access_token", "e08d35dad0668809cc1d2b67160138a4"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:03:54.380323"], ["updated_at", "2016-08-08 23:03:54.380323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1261517467 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1261517467], ["username", "billy_20"], ["access_token", "c2deacaa55279b98dfe962fdb051d61d"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:03:54.381936"], ["updated_at", "2016-08-08 23:03:54.381936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2104463003 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2104463003], ["username", "billy_21"], ["access_token", "f40534be80e0181804d6c87de1b58d02"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:03:54.383604"], ["updated_at", "2016-08-08 23:03:54.383604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -210319612 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -210319612], ["username", "billy_22"], ["access_token", "b4df7f13f83329f54881be918d40de20"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:03:54.385241"], ["updated_at", "2016-08-08 23:03:54.385241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947432540 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -947432540], ["username", "billy_23"], ["access_token", "ff7c646ba782f8350ffa4e29ef851dc6"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:03:54.386849"], ["updated_at", "2016-08-08 23:03:54.386849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -710224546 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -710224546], ["username", "billy_24"], ["access_token", "ed3bc579b6386dbc88ee7ca0b1939be2"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:03:54.388478"], ["updated_at", "2016-08-08 23:03:54.388478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -329661718 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -329661718], ["username", "billy_25"], ["access_token", "9040fc6e31e6f269d1f6083cba9a1115"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:03:54.390175"], ["updated_at", "2016-08-08 23:03:54.390175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1787744064 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1787744064], ["username", "billy_26"], ["access_token", "39b9a2d7df4fe2ee2285a6f11a7e5450"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:03:54.392015"], ["updated_at", "2016-08-08 23:03:54.392015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1184615255 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1184615255], ["username", "billy_27"], ["access_token", "640314156203fb4943e7f0c04d1f45af"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:03:54.394108"], ["updated_at", "2016-08-08 23:03:54.394108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -787374832 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -787374832], ["username", "billy_28"], ["access_token", "ec1d99dad05075efa94d817280a75f2a"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:03:54.395978"], ["updated_at", "2016-08-08 23:03:54.395978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -555985746 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -555985746], ["username", "billy_29"], ["access_token", "bb2de19719f278f6712e00cba5045a6a"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:03:54.397850"], ["updated_at", "2016-08-08 23:03:54.397850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -275483183 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -275483183], ["username", "billy_30"], ["access_token", "011b27886034c1be24594570d98fc974"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:03:54.400047"], ["updated_at", "2016-08-08 23:03:54.400047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1082147021 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1082147021], ["username", "billy_31"], ["access_token", "c8bedbdc3214ea752e945deb63cb6867"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:03:54.402264"], ["updated_at", "2016-08-08 23:03:54.402264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -97581965 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -97581965], ["username", "billy_32"], ["access_token", "827adadcf2ba603b749bd8e28fdbdd7e"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:03:54.404269"], ["updated_at", "2016-08-08 23:03:54.404269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -37663164 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -37663164], ["username", "billy_33"], ["access_token", "8b07efada8f48c9543285b30dc2e185f"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:03:54.406371"], ["updated_at", "2016-08-08 23:03:54.406371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -936089676 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -936089676], ["username", "billy_34"], ["access_token", "9e8ccada996fc16bb8defe41a7aa5a5f"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:03:54.408696"], ["updated_at", "2016-08-08 23:03:54.408696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677487381 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1677487381], ["username", "billy_35"], ["access_token", "0c2f03fe829556703d53b75bfc51ef0c"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:03:54.411243"], ["updated_at", "2016-08-08 23:03:54.411243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1737841324 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1737841324], ["username", "billy_36"], ["access_token", "1bc5bedbbda9dfda8ce400d594d5ba26"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:03:54.415134"], ["updated_at", "2016-08-08 23:03:54.415134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1469109710 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1469109710], ["username", "billy_37"], ["access_token", "b67cc86352d394c347261fd1626606e6"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:03:54.417961"], ["updated_at", "2016-08-08 23:03:54.417961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -285680417 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -285680417], ["username", "billy_38"], ["access_token", "0d97d8c375661dbbb1ca4371c49e018b"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:03:54.420027"], ["updated_at", "2016-08-08 23:03:54.420027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -184427577 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -184427577], ["username", "billy_39"], ["access_token", "040cb02ba7ffab3b70ddd7ca05dec0bc"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:03:54.421929"], ["updated_at", "2016-08-08 23:03:54.421929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -364247911 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -364247911], ["username", "billy_40"], ["access_token", "4941d46ea3c626d340bd7b273b926dbd"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:03:54.423623"], ["updated_at", "2016-08-08 23:03:54.423623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -93791354 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -93791354], ["username", "billy_41"], ["access_token", "10517212a7e30dd90296279fc2cdabf4"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:03:54.425457"], ["updated_at", "2016-08-08 23:03:54.425457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -139997802 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -139997802], ["username", "billy_42"], ["access_token", "e5bdf5d1db65066ebf0bb8653d39fb3f"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:03:54.427307"], ["updated_at", "2016-08-08 23:03:54.427307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -980788224 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -980788224], ["username", "billy_43"], ["access_token", "b2f00440767616d162ef888eaefbdcf3"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:03:54.429001"], ["updated_at", "2016-08-08 23:03:54.429001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591967253 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1591967253], ["username", "billy_44"], ["access_token", "f411f234c9acb65e6ecf59cc9e66e409"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:03:54.430654"], ["updated_at", "2016-08-08 23:03:54.430654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444913797 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -444913797], ["username", "billy_45"], ["access_token", "07dde858082784e26f6e16e9b245faf0"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:03:54.432421"], ["updated_at", "2016-08-08 23:03:54.432421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -634024070 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -634024070], ["username", "jstrav"], ["access_token", "e3c2c935da44a3c310a6084fd5b37eb2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.439865"], ["updated_at", "2016-08-08 23:03:54.439865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -418271860 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -418271860], ["username", "mary"], ["access_token", "64e012c142aa81d505ed9eb3d4315ec0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.442491"], ["updated_at", "2016-08-08 23:03:54.442491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687077385 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1687077385], ["username", "jstead"], ["access_token", "af946a501b56c905be37c0e365594076"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.445478"], ["updated_at", "2016-08-08 23:03:54.445478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1658232575 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1658232575], ["username", "bigbear"], ["access_token", "517d77d8cce5a3c0f18388f794889867"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.447847"], ["updated_at", "2016-08-08 23:03:54.447847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236957704 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -236957704], ["username", "foo_bb"], ["access_token", "a6d6391c7202321fc2bafd31c48b7f84"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-08-08 23:03:54.450314"], ["updated_at", "2016-08-08 23:03:54.450314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -620082398 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -620082398], ["username", "foo_bj"], ["access_token", "e286ab675ad8190adbc1c1187c906533"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-08-08 23:03:54.452185"], ["updated_at", "2016-08-08 23:03:54.452185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1957682751 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1957682751], ["username", "foo_tj"], ["access_token", "25a0d5a89b8a78631e36d13a023e8e20"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-08-08 23:03:54.453836"], ["updated_at", "2016-08-08 23:03:54.453836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518725307 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -518725307], ["username", "89c2fbe04155c6d62bb99ef0ae0b3f1d"], ["access_token", "09fdeb22eb005cf4c043b918bce3c9e8"], ["created_at", "2016-08-08 23:03:54.460589"], ["updated_at", "2016-08-08 23:03:54.460589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -2059715630) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", -2059715630]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -2059715630) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2059715630 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -2059715630], ["created_at", "2016-08-08 23:03:54.470720"], ["updated_at", "2016-08-08 23:03:54.470720"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -2059715630) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -2059715630], ["user_id", -518725307], ["created_at", "2016-08-08 23:03:54.472940"], ["updated_at", "2016-08-08 23:03:54.472940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -2059715630]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? LIMIT 1 [["group_id", -2059715630]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:03:54.484875"], ["updated_at", "2016-08-08 23:03:54.484875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -968130659 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -968130659], ["username", "f6e3112d572170c971e534e247b14caf"], ["access_token", "8d4118a5675a25014c22897be43f6feb"], ["created_at", "2016-08-08 23:03:54.527819"], ["updated_at", "2016-08-08 23:03:54.527819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1511345672 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1511345672], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:54.530726"], ["updated_at", "2016-08-08 23:03:54.530726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -354751337 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -354751337], ["username", "2f86dffff3350877402110634ebfda49"], ["access_token", "72ea200f77c51b1c13bf201084bf3723"], ["created_at", "2016-08-08 23:03:54.545191"], ["updated_at", "2016-08-08 23:03:54.545191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -289324887 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -289324887], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:54.547455"], ["updated_at", "2016-08-08 23:03:54.547455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -289324887 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-289324887" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-289324887", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217188400 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1217188400], ["username", "5a7945d649441102b1b2927e6a7d0e87"], ["access_token", "744fa71b67a41ba6facb5f02f95fa8fc"], ["created_at", "2016-08-08 23:03:54.559650"], ["updated_at", "2016-08-08 23:03:54.559650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -613249900 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -613249900], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:54.561940"], ["updated_at", "2016-08-08 23:03:54.561940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -613249900 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-613249900" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-613249900", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -534074124 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -534074124], ["username", "fab78b7bcec922b0739ce34090f26e10"], ["access_token", "c847271c53039037bdbc7c6890326ea9"], ["created_at", "2016-08-08 23:03:54.574822"], ["updated_at", "2016-08-08 23:03:54.574822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -934344906 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -934344906], ["username", "db8c95f1a1552fd720505b3d26f01d6c"], ["access_token", "c849b63ca584de3c4cc6c56fd4a64e17"], ["created_at", "2016-08-08 23:03:54.595546"], ["updated_at", "2016-08-08 23:03:54.595546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1875468975 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1875468975], ["username", "e76457a00113538fbe36fe8477e3ee60"], ["access_token", "e04c5345d55d8d6d4d9cdaa1eb7670a4"], ["created_at", "2016-08-08 23:03:54.613201"], ["updated_at", "2016-08-08 23:03:54.613201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1618501982 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1618501982], ["username", "0fc7b0cc277511b56a14bb92a8ecba12"], ["access_token", "8880b77ec4d9ee04b18e8abfe17a61d3"], ["created_at", "2016-08-08 23:03:54.629981"], ["updated_at", "2016-08-08 23:03:54.629981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"0fc7b0cc277511b56a14bb92a8ecba12", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"0fc7b0cc277511b56a14bb92a8ecba12", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:03:54.651028"], ["updated_at", "2016-08-08 23:03:54.651028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:03:54.674257"], ["updated_at", "2016-08-08 23:03:54.674257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1800816802 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1800816802], ["username", "21ca50bd7e3ad38224cbf7d658f15b56"], ["access_token", "e7a4a2db755bcce69c71972c07e287a9"], ["created_at", "2016-08-08 23:03:54.695093"], ["updated_at", "2016-08-08 23:03:54.695093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1500548384 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1500548384], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:54.697955"], ["updated_at", "2016-08-08 23:03:54.697955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1675658122 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1675658122], ["username", "48779578aeda81f237496d8569141d4e"], ["access_token", "ef92bc02747f7fa7098b8cb59fa7d729"], ["created_at", "2016-08-08 23:03:54.700415"], ["updated_at", "2016-08-08 23:03:54.700415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1500548384/owners/-1675658122" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1500548384", "user_id"=>"-1675658122", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -919780089 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -919780089], ["username", "19d4ef3a441719c6251f0fc1410b171c"], ["access_token", "8cfa2ce670bac8149826027cdac41644"], ["created_at", "2016-08-08 23:03:54.715786"], ["updated_at", "2016-08-08 23:03:54.715786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1560033153 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1560033153], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:54.718429"], ["updated_at", "2016-08-08 23:03:54.718429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -509295053 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -509295053], ["username", "e1708d877c22ac3eb78f85dbb3e445df"], ["access_token", "3545e4d9d5aff83b8f59596782c19baf"], ["created_at", "2016-08-08 23:03:54.720410"], ["updated_at", "2016-08-08 23:03:54.720410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = -1560033153) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1560033153], ["user_id", -509295053], ["created_at", "2016-08-08 23:03:54.722726"], ["updated_at", "2016-08-08 23:03:54.722726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1560033153/owners/-509295053" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1560033153", "user_id"=>"-509295053", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:03:54.735405"], ["updated_at", "2016-08-08 23:03:54.735405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:03:54.758456"], ["updated_at", "2016-08-08 23:03:54.758456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:03:54.787388"], ["updated_at", "2016-08-08 23:03:54.787388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -314704817 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -314704817], ["username", "7e29d34b8fdbea7a6f4c95e807009584"], ["access_token", "93e94a8aef275dd7507f98bbb6ce6569"], ["created_at", "2016-08-08 23:03:54.806056"], ["updated_at", "2016-08-08 23:03:54.806056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -564593619 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -564593619], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:54.808953"], ["updated_at", "2016-08-08 23:03:54.808953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1484280644 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1484280644], ["username", "12586530688e1c36cd4262afe1de39d1"], ["access_token", "d1de85c53434c47bba1aeb7def5a1efb"], ["created_at", "2016-08-08 23:03:54.811493"], ["updated_at", "2016-08-08 23:03:54.811493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-564593619/members/-1484280644" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-564593619", "user_id"=>"-1484280644", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1887905698 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1887905698], ["username", "a3fc42bd29ae2bbfeddb9c79c1c777a6"], ["access_token", "f5231e32473d28af8fe093e111216813"], ["created_at", "2016-08-08 23:03:54.827521"], ["updated_at", "2016-08-08 23:03:54.827521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1628258802 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1628258802], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:54.830132"], ["updated_at", "2016-08-08 23:03:54.830132"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1137557528 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1137557528], ["username", "94395e5487b7ee09f983a06d31afc795"], ["access_token", "ec0c98806f1dec76e0c84a7e06427035"], ["created_at", "2016-08-08 23:03:54.832350"], ["updated_at", "2016-08-08 23:03:54.832350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = -1628258802) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1628258802], ["user_id", -1137557528], ["created_at", "2016-08-08 23:03:54.834557"], ["updated_at", "2016-08-08 23:03:54.834557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1628258802/members/-1137557528" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1628258802", "user_id"=>"-1137557528", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -720485774 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -720485774], ["username", "4b19238459d107aabf86d6fa1e4773eb"], ["access_token", "48919548d256374252f4bb46e6e58d77"], ["created_at", "2016-08-08 23:03:54.847920"], ["updated_at", "2016-08-08 23:03:54.847920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2115038194 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2115038194], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:54.851261"], ["updated_at", "2016-08-08 23:03:54.851261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -254612358 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -254612358], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:54.853770"], ["updated_at", "2016-08-08 23:03:54.853770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-2115038194/nestings/-254612358" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-2115038194", "member_group_id"=>"-254612358", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1396900684 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1396900684], ["username", "b753607a5377cac8237cd0e27e39562c"], ["access_token", "6e0e4fa585ad4ee711b9d5ab33596c8f"], ["created_at", "2016-08-08 23:03:54.869449"], ["updated_at", "2016-08-08 23:03:54.869449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1721732825 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1721732825], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:54.872182"], ["updated_at", "2016-08-08 23:03:54.872182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1731233680 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1731233680], ["name", "MyGroup"], ["created_at", "2016-08-08 23:03:54.874510"], ["updated_at", "2016-08-08 23:03:54.874510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1731233680]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1731233680 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1721732825]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1721732825 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1731233680 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1721732825 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1721732825], ["member_group_id", -1731233680], ["created_at", "2016-08-08 23:03:54.876696"], ["updated_at", "2016-08-08 23:03:54.876696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1721732825/nestings/-1731233680" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1721732825", "member_group_id"=>"-1731233680", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-08-08 23:03:54.900362"], ["updated_at", "2016-08-08 23:03:54.900362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-08-08 23:03:54.925522"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-08-08 23:03:54.928851"], ["updated_at", "2016-08-08 23:03:54.928851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-08-08 18:03:54 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "application_id"=>1, "account"=>{"id"=>nil, "openstax_uid"=>2, "username"=>"user", "access_token"=>"[FILTERED]", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "created_at"=>nil, "updated_at"=>nil}, "unread_updates"=>1, "default_contact_info_id"=>1}, {"id"=>3, "application_id"=>1, "account"=>{"id"=>2, "openstax_uid"=>4, "username"=>"fuego", "access_token"=>"[FILTERED]", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "created_at"=>"2016-08-08T23:03:54.928Z", "updated_at"=>"2016-08-08T23:03:54.928Z"}, "unread_updates"=>2, "default_contact_info_id"=>5}], "dummy"=>{"_json"=>[{"id"=>1, "application_id"=>1, "account"=>{"id"=>nil, "openstax_uid"=>2, "username"=>"user", "access_token"=>"[FILTERED]", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "created_at"=>nil, "updated_at"=>nil}, "unread_updates"=>1, "default_contact_info_id"=>1}, {"id"=>3, "application_id"=>1, "account"=>{"id"=>2, "openstax_uid"=>4, "username"=>"fuego", "access_token"=>"[FILTERED]", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "created_at"=>"2016-08-08T23:03:54.928Z", "updated_at"=>"2016-08-08T23:03:54.928Z"}, "unread_updates"=>2, "default_contact_info_id"=>5}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1744499193 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1744499193], ["username", "jstrav"], ["access_token", "ec624143f4bc5426b6dcfa74dcb451af"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:54.951957"], ["updated_at", "2016-08-08 23:03:54.951957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64907409 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -64907409], ["username", "mary"], ["access_token", "f24404724f1800f39491694514322016"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:54.954515"], ["updated_at", "2016-08-08 23:03:54.954515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2049022340 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2049022340], ["username", "jstead"], ["access_token", "8b1b15fa152c482247fdacdb0f6e31a5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:54.956880"], ["updated_at", "2016-08-08 23:03:54.956880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -713305531 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -713305531], ["username", "bigbear"], ["access_token", "f5efdbc9d03ef09f64d7dbe5e23fe129"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:54.958941"], ["updated_at", "2016-08-08 23:03:54.958941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1527622628 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1527622628], ["username", "billy_00"], ["access_token", "8e820613dde7de955ded1ad83fca0d5c"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:03:54.960966"], ["updated_at", "2016-08-08 23:03:54.960966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904102550 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1904102550], ["username", "billy_01"], ["access_token", "7d93e62eeb8c23cbd1f14b859c186e3c"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:03:54.962908"], ["updated_at", "2016-08-08 23:03:54.962908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1137020824 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1137020824], ["username", "billy_02"], ["access_token", "76af1f9c0f26b03a396778f0c337c6b0"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:03:54.964700"], ["updated_at", "2016-08-08 23:03:54.964700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1053691628 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1053691628], ["username", "billy_03"], ["access_token", "91b392dfa543a6c4487d692e9e8303cc"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:03:54.966674"], ["updated_at", "2016-08-08 23:03:54.966674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -377147708 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -377147708], ["username", "billy_04"], ["access_token", "fea8f1d2c093d2f2e24a4280a36008bd"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:03:54.968668"], ["updated_at", "2016-08-08 23:03:54.968668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900602205 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1900602205], ["username", "billy_05"], ["access_token", "bd1bbf88f1478ec4dd2dc7f0158362c9"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:03:54.970474"], ["updated_at", "2016-08-08 23:03:54.970474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -975496995 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -975496995], ["username", "billy_06"], ["access_token", "ddc4aad617a479a6c8381c02ff2670b6"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:03:54.972293"], ["updated_at", "2016-08-08 23:03:54.972293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2136566311 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2136566311], ["username", "billy_07"], ["access_token", "ea5d71fd3f61a003bb576c50d47e8af6"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:03:54.974040"], ["updated_at", "2016-08-08 23:03:54.974040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -353177071 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -353177071], ["username", "billy_08"], ["access_token", "96bb658b7e391abc7ed69cfc8e8cb123"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:03:54.975834"], ["updated_at", "2016-08-08 23:03:54.975834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -564264620 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -564264620], ["username", "billy_09"], ["access_token", "1775932387ad4eae8c9a5b645b652dfc"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:03:54.977554"], ["updated_at", "2016-08-08 23:03:54.977554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -162597968 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -162597968], ["username", "billy_10"], ["access_token", "983ecaa3a521e7b30a21e99b3623d301"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:03:54.979278"], ["updated_at", "2016-08-08 23:03:54.979278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1095208982 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1095208982], ["username", "billy_11"], ["access_token", "729f829af454824ecc5c13e13133f4c9"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:03:54.980994"], ["updated_at", "2016-08-08 23:03:54.980994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -875406194 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -875406194], ["username", "billy_12"], ["access_token", "26c27e2504bd7aae5b89e030a3aa2222"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:03:54.982718"], ["updated_at", "2016-08-08 23:03:54.982718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -224462445 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -224462445], ["username", "billy_13"], ["access_token", "731410aaf9987c74c4e877086167dd63"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:03:54.984489"], ["updated_at", "2016-08-08 23:03:54.984489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1437738549 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1437738549], ["username", "billy_14"], ["access_token", "784430b51bba41545c31dfc2d0dfd48b"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:03:54.986511"], ["updated_at", "2016-08-08 23:03:54.986511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1234852121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1234852121], ["username", "billy_15"], ["access_token", "60a5c356df049973cfc8aa789d3fbd91"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:03:54.988249"], ["updated_at", "2016-08-08 23:03:54.988249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -508520087 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -508520087], ["username", "billy_16"], ["access_token", "525768a98d2ae149ec12821fc1eafcf2"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:03:54.989946"], ["updated_at", "2016-08-08 23:03:54.989946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641763593 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -641763593], ["username", "billy_17"], ["access_token", "4713dfef4889410b67040979b98dde01"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:03:54.991720"], ["updated_at", "2016-08-08 23:03:54.991720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1780099466 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1780099466], ["username", "billy_18"], ["access_token", "0a24ec6edf3937d81abfaa7e8f552c9b"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:03:54.993397"], ["updated_at", "2016-08-08 23:03:54.993397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -445114322 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -445114322], ["username", "billy_19"], ["access_token", "1bd93b8fde8696af8e235b408f3c2bbb"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:03:54.995055"], ["updated_at", "2016-08-08 23:03:54.995055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1708663155 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1708663155], ["username", "billy_20"], ["access_token", "235d95c66589e2cf1bb5da74041a0b8f"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:03:54.996726"], ["updated_at", "2016-08-08 23:03:54.996726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846531429 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1846531429], ["username", "billy_21"], ["access_token", "ef45d220e758e1656c35f946ff0a0260"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:03:54.998606"], ["updated_at", "2016-08-08 23:03:54.998606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067018067 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067018067], ["username", "billy_22"], ["access_token", "8cc13731da70948c99bc350287d28e6a"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:03:55.000366"], ["updated_at", "2016-08-08 23:03:55.000366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1046555390 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1046555390], ["username", "billy_23"], ["access_token", "e9a9fa03e039260cf03d2f64e2e61485"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:03:55.002022"], ["updated_at", "2016-08-08 23:03:55.002022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -36516339 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -36516339], ["username", "billy_24"], ["access_token", "c9213c7ad434fdc3c53d8b1fad4a664e"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:03:55.003968"], ["updated_at", "2016-08-08 23:03:55.003968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66077145 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -66077145], ["username", "billy_25"], ["access_token", "ca2614753bb12a33ebdb37dd2a8afc13"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:03:55.005654"], ["updated_at", "2016-08-08 23:03:55.005654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -225201383 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -225201383], ["username", "billy_26"], ["access_token", "2ebfc4c7c19dfe429fc17f466f252b5d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:03:55.007319"], ["updated_at", "2016-08-08 23:03:55.007319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -143730728 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -143730728], ["username", "billy_27"], ["access_token", "0639591390ee39a07213e27e733a2795"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:03:55.009054"], ["updated_at", "2016-08-08 23:03:55.009054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -617727457 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -617727457], ["username", "billy_28"], ["access_token", "38ccc6f41a23f60ad94f516ce556c09b"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:03:55.010740"], ["updated_at", "2016-08-08 23:03:55.010740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1327539807 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1327539807], ["username", "billy_29"], ["access_token", "1c545b02193c1fdc1b12c569cd6b55b1"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:03:55.012381"], ["updated_at", "2016-08-08 23:03:55.012381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943339491 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -943339491], ["username", "billy_30"], ["access_token", "6ed04af769063306ae7d136c4279e01e"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:03:55.014081"], ["updated_at", "2016-08-08 23:03:55.014081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1052510838 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1052510838], ["username", "billy_31"], ["access_token", "b95e036c9ac5c31e22d9f57f61f05fbb"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:03:55.015749"], ["updated_at", "2016-08-08 23:03:55.015749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1914497052 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1914497052], ["username", "billy_32"], ["access_token", "00a076956e30affab63f719bae37b46f"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:03:55.017388"], ["updated_at", "2016-08-08 23:03:55.017388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1918775641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1918775641], ["username", "billy_33"], ["access_token", "8be4be38f1151aadb251e78a1ea1429a"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:03:55.019032"], ["updated_at", "2016-08-08 23:03:55.019032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1543049993 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1543049993], ["username", "billy_34"], ["access_token", "1f111f328a08fe1f071c98bd9c4a13f7"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:03:55.020690"], ["updated_at", "2016-08-08 23:03:55.020690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1168179304 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1168179304], ["username", "billy_35"], ["access_token", "8bde5912c1ebbc715394435821937932"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:03:55.022306"], ["updated_at", "2016-08-08 23:03:55.022306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -7118344 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -7118344], ["username", "billy_36"], ["access_token", "cd8896fbe058980954560812aa422148"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:03:55.024132"], ["updated_at", "2016-08-08 23:03:55.024132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659063625 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1659063625], ["username", "billy_37"], ["access_token", "0a7767fbf6846f8af9764fed2eee2bec"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:03:55.025867"], ["updated_at", "2016-08-08 23:03:55.025867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -452728495 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -452728495], ["username", "billy_38"], ["access_token", "baac5dc54a0cb8ce7474440beec7781d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:03:55.027529"], ["updated_at", "2016-08-08 23:03:55.027529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1803797041 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1803797041], ["username", "billy_39"], ["access_token", "704c5815750df069262ade76cc79ad42"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:03:55.029270"], ["updated_at", "2016-08-08 23:03:55.029270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1236491675 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1236491675], ["username", "billy_40"], ["access_token", "49d018a8403b129fae58f7b137d753a3"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:03:55.031068"], ["updated_at", "2016-08-08 23:03:55.031068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -470897861 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -470897861], ["username", "billy_41"], ["access_token", "04f3c78e1b5ebd62025772936de11740"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:03:55.032814"], ["updated_at", "2016-08-08 23:03:55.032814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1424658047 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1424658047], ["username", "billy_42"], ["access_token", "2dfb9e4fb2133d27e763da51635b6055"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:03:55.034463"], ["updated_at", "2016-08-08 23:03:55.034463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2051658676 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2051658676], ["username", "billy_43"], ["access_token", "686c0a648ce4334f19ca884863b358a9"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:03:55.036094"], ["updated_at", "2016-08-08 23:03:55.036094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1332277437 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1332277437], ["username", "billy_44"], ["access_token", "7fc3aaade5e0dff724ae1182a18c2810"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:03:55.037736"], ["updated_at", "2016-08-08 23:03:55.037736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1549125978 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1549125978], ["username", "billy_45"], ["access_token", "769f8f8ca04706f057cf254d8a097abb"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:03:55.039366"], ["updated_at", "2016-08-08 23:03:55.039366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800943838 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -800943838], ["username", "billy_46"], ["access_token", "e7fef57cbbe04e0398bbe5e736bac5d0"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:03:55.041080"], ["updated_at", "2016-08-08 23:03:55.041080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -984595146 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -984595146], ["username", "billy_47"], ["access_token", "12219d5c2c4cc2ff69c1797a8ee3483f"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:03:55.042995"], ["updated_at", "2016-08-08 23:03:55.042995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -801843079 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -801843079], ["username", "billy_48"], ["access_token", "dfe630f33040d1cc70018faae5d889e1"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:03:55.044652"], ["updated_at", "2016-08-08 23:03:55.044652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -935481943 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -935481943], ["username", "billy_49"], ["access_token", "6bad120c0aa5100a31d4f4e3c8dcec17"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:03:55.046398"], ["updated_at", "2016-08-08 23:03:55.046398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1991560369 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1991560369], ["username", "jstrav"], ["access_token", "b281652bf525bd80652da4b324da71c8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:03:55.052154"], ["updated_at", "2016-08-08 23:03:55.052154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1305651766 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1305651766], ["username", "mary"], ["access_token", "5651613cc6394449ab883c346a1c0bec"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:03:55.054280"], ["updated_at", "2016-08-08 23:03:55.054280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736425284 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1736425284], ["username", "jstead"], ["access_token", "dbce6f2219e30b457c9f46bf6fed0970"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:03:55.056169"], ["updated_at", "2016-08-08 23:03:55.056169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1811249222 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1811249222], ["username", "bigbear"], ["access_token", "727fb1ee47640d5bef17f2593097d49e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:03:55.057837"], ["updated_at", "2016-08-08 23:03:55.057837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1981231938 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1981231938], ["username", "billy_00"], ["access_token", "71795c431c3e36be29ec9dc722d76988"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:03:55.059766"], ["updated_at", "2016-08-08 23:03:55.059766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1167522282 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1167522282], ["username", "billy_01"], ["access_token", "ee7a4842c05092ee44f850620a4f2e73"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:03:55.062443"], ["updated_at", "2016-08-08 23:03:55.062443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1075231796 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1075231796], ["username", "billy_02"], ["access_token", "792c70e8ef10e177f186762b0189306b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:03:55.064727"], ["updated_at", "2016-08-08 23:03:55.064727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1934181422 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1934181422], ["username", "billy_03"], ["access_token", "3a250cd7d29b8b9b49754dd60b3c493b"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:03:55.067135"], ["updated_at", "2016-08-08 23:03:55.067135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -683730026 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -683730026], ["username", "billy_04"], ["access_token", "60b92132fa58f68f53a4af43af1670d6"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:03:55.069402"], ["updated_at", "2016-08-08 23:03:55.069402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1075730897 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1075730897], ["username", "billy_05"], ["access_token", "04170d1813bcffea3ab5a178cb39cf73"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:03:55.071586"], ["updated_at", "2016-08-08 23:03:55.071586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2146772083 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2146772083], ["username", "billy_06"], ["access_token", "7f6e7f2eb238a0345879e2e32933cef2"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:03:55.073553"], ["updated_at", "2016-08-08 23:03:55.073553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990178357 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1990178357], ["username", "billy_07"], ["access_token", "c5a9c76a0c2b1e49c26170167842cd1f"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:03:55.075289"], ["updated_at", "2016-08-08 23:03:55.075289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -89000245 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -89000245], ["username", "billy_08"], ["access_token", "a68f5422252cf4b1673e5d40346574c8"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:03:55.077226"], ["updated_at", "2016-08-08 23:03:55.077226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1537603204 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1537603204], ["username", "billy_09"], ["access_token", "0f27622fc9a417ab08d90ce09ae8f6cd"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:03:55.079010"], ["updated_at", "2016-08-08 23:03:55.079010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525320372 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1525320372], ["username", "billy_10"], ["access_token", "e93514f4bc2bebe1c413cade7594db97"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:03:55.080624"], ["updated_at", "2016-08-08 23:03:55.080624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1681851008 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1681851008], ["username", "billy_11"], ["access_token", "9e756c573ff800de318c17767bd44cf4"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:03:55.082268"], ["updated_at", "2016-08-08 23:03:55.082268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2106214524 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2106214524], ["username", "billy_12"], ["access_token", "ca19ceb0e5170443a9e1311a5e08fc4f"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:03:55.084031"], ["updated_at", "2016-08-08 23:03:55.084031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -139326082 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -139326082], ["username", "billy_13"], ["access_token", "d0d81a97fcda303480ad6d59f973569a"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:03:55.085764"], ["updated_at", "2016-08-08 23:03:55.085764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423210477 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -423210477], ["username", "billy_14"], ["access_token", "ce96ec676f742c9fa5bda756b3e7f6b9"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:03:55.087509"], ["updated_at", "2016-08-08 23:03:55.087509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1383724080 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1383724080], ["username", "billy_15"], ["access_token", "1cffe1c94bfeb763656132b4c2913d78"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:03:55.089115"], ["updated_at", "2016-08-08 23:03:55.089115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2073370946 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2073370946], ["username", "billy_16"], ["access_token", "0f03f7a8bf66ebdcdfae7e5e75fae504"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:03:55.090725"], ["updated_at", "2016-08-08 23:03:55.090725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1127097674 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1127097674], ["username", "billy_17"], ["access_token", "fef1583e0291e3e11a824d80f4760e65"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:03:55.092356"], ["updated_at", "2016-08-08 23:03:55.092356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -482026444 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -482026444], ["username", "billy_18"], ["access_token", "684afa720d35b29f0840bc32522731c2"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:03:55.094259"], ["updated_at", "2016-08-08 23:03:55.094259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1207555658 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1207555658], ["username", "billy_19"], ["access_token", "ca782c2ba8f7e315a958a3d50d109e65"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:03:55.095958"], ["updated_at", "2016-08-08 23:03:55.095958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -830352535 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -830352535], ["username", "billy_20"], ["access_token", "ad0baf079557bd4ffab8fb90935dd2ce"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:03:55.097600"], ["updated_at", "2016-08-08 23:03:55.097600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378601515 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1378601515], ["username", "billy_21"], ["access_token", "2723379a4fc8e9bb3c0c72efe188d910"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:03:55.099279"], ["updated_at", "2016-08-08 23:03:55.099279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1062073477 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1062073477], ["username", "billy_22"], ["access_token", "455c01d53d3e84fcd9f50b1c9222223f"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:03:55.100958"], ["updated_at", "2016-08-08 23:03:55.100958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -98295069 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -98295069], ["username", "billy_23"], ["access_token", "41506c7461776e5ee9171561ebaa365f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:03:55.102703"], ["updated_at", "2016-08-08 23:03:55.102703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1937954570 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1937954570], ["username", "billy_24"], ["access_token", "880db823dbe18fa8908308524aa4c61e"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:03:55.104349"], ["updated_at", "2016-08-08 23:03:55.104349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1822530121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1822530121], ["username", "billy_25"], ["access_token", "122abf3ab8c1c50d4e3fb9b587f7c905"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:03:55.105989"], ["updated_at", "2016-08-08 23:03:55.105989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1630422195 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1630422195], ["username", "billy_26"], ["access_token", "5fed5ea789a1a4ca5fcab56092356d87"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:03:55.107602"], ["updated_at", "2016-08-08 23:03:55.107602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1390271796 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1390271796], ["username", "billy_27"], ["access_token", "7f32042199fc5b340fc17c6ff75f5150"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:03:55.109206"], ["updated_at", "2016-08-08 23:03:55.109206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -780868832 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -780868832], ["username", "billy_28"], ["access_token", "6e5c216153d7a9279fa4faf1cb09a404"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:03:55.110799"], ["updated_at", "2016-08-08 23:03:55.110799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -900967424 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -900967424], ["username", "billy_29"], ["access_token", "07e60ad61baa44978ffcb03167f4ae63"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:03:55.112654"], ["updated_at", "2016-08-08 23:03:55.112654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1887320061 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1887320061], ["username", "billy_30"], ["access_token", "d69e59aea8e7d77dcd346cdbef30b129"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:03:55.114354"], ["updated_at", "2016-08-08 23:03:55.114354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -446772497 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -446772497], ["username", "billy_31"], ["access_token", "385922b66de4ad8168e611d723a1c653"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:03:55.115946"], ["updated_at", "2016-08-08 23:03:55.115946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -116362093 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -116362093], ["username", "billy_32"], ["access_token", "8e204489adfd66acf8e22098c64f9d06"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:03:55.117554"], ["updated_at", "2016-08-08 23:03:55.117554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829191629 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1829191629], ["username", "billy_33"], ["access_token", "94cdfd9b4b77fed468e1c7413ced2a30"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:03:55.119152"], ["updated_at", "2016-08-08 23:03:55.119152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -876511970 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -876511970], ["username", "billy_34"], ["access_token", "ab08dbb08bbc84b0c95bef979cae6b65"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:03:55.120755"], ["updated_at", "2016-08-08 23:03:55.120755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -227289830 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -227289830], ["username", "billy_35"], ["access_token", "bf32ecb185725f553ab48ff577c9e4a5"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:03:55.122351"], ["updated_at", "2016-08-08 23:03:55.122351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1479180299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1479180299], ["username", "billy_36"], ["access_token", "ee7ed13572c7c5e1c6f86266b719f8e2"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:03:55.123943"], ["updated_at", "2016-08-08 23:03:55.123943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1032488617 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1032488617], ["username", "billy_37"], ["access_token", "1d9ba5b3ce6178bda7ef7b7e626f3cc8"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:03:55.125768"], ["updated_at", "2016-08-08 23:03:55.125768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -765270063 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -765270063], ["username", "billy_38"], ["access_token", "79b9be24fb505cb161dfc56a2a1b1b61"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:03:55.127381"], ["updated_at", "2016-08-08 23:03:55.127381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1047872630 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1047872630], ["username", "billy_39"], ["access_token", "a55f40717ca6293af781fbdaeec89e68"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:03:55.128970"], ["updated_at", "2016-08-08 23:03:55.128970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -152069117 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -152069117], ["username", "billy_40"], ["access_token", "cf9eb884d404ade965c07d9775b4147f"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:03:55.130569"], ["updated_at", "2016-08-08 23:03:55.130569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1801760851 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1801760851], ["username", "billy_41"], ["access_token", "163affb95c6128be116b04f508ed1e66"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:03:55.132225"], ["updated_at", "2016-08-08 23:03:55.132225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2062438399 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2062438399], ["username", "billy_42"], ["access_token", "2f57855b89870cb2da8afabd11323bc8"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:03:55.133915"], ["updated_at", "2016-08-08 23:03:55.133915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1764440011 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1764440011], ["username", "billy_43"], ["access_token", "95a170f64264f43964ad8282b6664af3"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:03:55.135551"], ["updated_at", "2016-08-08 23:03:55.135551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1762759836 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1762759836], ["username", "billy_44"], ["access_token", "a00b401c2fd1a663683f590cd0cdf2ca"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:03:55.137184"], ["updated_at", "2016-08-08 23:03:55.137184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -9713977 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -9713977], ["username", "billy_45"], ["access_token", "46229722dbffa1fbad882508747d4685"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:03:55.138808"], ["updated_at", "2016-08-08 23:03:55.138808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1276736554 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1276736554], ["username", "billy_46"], ["access_token", "0d9f7a69662bab9616b2b3400406978e"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:03:55.140444"], ["updated_at", "2016-08-08 23:03:55.140444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1929310009 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1929310009], ["username", "billy_47"], ["access_token", "7b49c0ca04cd711a3b9591a51042c8a2"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:03:55.142068"], ["updated_at", "2016-08-08 23:03:55.142068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1602503087 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1602503087], ["username", "billy_48"], ["access_token", "9049d0f3253e48a11a8c009930131907"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:03:55.143711"], ["updated_at", "2016-08-08 23:03:55.143711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1798977525 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1798977525], ["username", "billy_49"], ["access_token", "fed7047199fe5d2447efebcf8c0cd130"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:03:55.145345"], ["updated_at", "2016-08-08 23:03:55.145345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "e6041a903f6adbd44f92dbd579fadffd"], ["created_at", "2016-08-08 23:03:55.154299"], ["updated_at", "2016-08-08 23:03:55.154299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:03:55.156719"], ["updated_at", "2016-08-08 23:03:55.156719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "0b1c7e52db543bf682bc2670bc4b6ec7"], ["created_at", "2016-08-08 23:03:55.528071"], ["updated_at", "2016-08-08 23:03:55.528071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:03:55.529634"], ["updated_at", "2016-08-08 23:03:55.529634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "843f0b55c0d09c34a3cdccb15264a2f6"], ["created_at", "2016-08-08 23:03:55.897904"], ["updated_at", "2016-08-08 23:03:55.897904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:03:55.900241"], ["updated_at", "2016-08-08 23:03:55.900241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "5c845c56a8840e753b47ee2287738652"], ["created_at", "2016-08-08 23:03:56.278828"], ["updated_at", "2016-08-08 23:03:56.278828"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:03:56.280891"], ["updated_at", "2016-08-08 23:03:56.280891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "631cef57cf70a3b8387e246a311bd291"], ["created_at", "2016-08-08 23:03:56.646512"], ["updated_at", "2016-08-08 23:03:56.646512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:03:56.648092"], ["updated_at", "2016-08-08 23:03:56.648092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "9f0e82f3ec1ba16050876e2cbca0bd50"], ["created_at", "2016-08-08 23:03:57.039140"], ["updated_at", "2016-08-08 23:03:57.039140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "9f5bde8f2fe6f93b830546a73896b6fb"], ["created_at", "2016-08-08 23:03:57.053782"], ["updated_at", "2016-08-08 23:03:57.053782"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-08-08 23:03:57.082590"], ["updated_at", "2016-08-08 23:03:57.082590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-08-08 23:03:57.084498"], ["updated_at", "2016-08-08 23:03:57.084498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-08-08 23:03:57.086439"], ["updated_at", "2016-08-08 23:03:57.086439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2016-08-08 23:03:57.088809"], ["updated_at", "2016-08-08 23:03:57.088809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-08-08 23:03:57.090489"], ["updated_at", "2016-08-08 23:03:57.090489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-08-08 23:03:57.092735"], ["updated_at", "2016-08-08 23:03:57.092735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2016-08-08 23:03:57.094751"], ["updated_at", "2016-08-08 23:03:57.094751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:57 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-08-08 18:03:57 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2016-08-08 23:03:57.138228"], ["updated_at", "2016-08-08 23:03:57.138228"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-08-08 23:03:57.139843"], ["updated_at", "2016-08-08 23:03:57.139843"]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-08-08 23:03:57.141330"], ["updated_at", "2016-08-08 23:03:57.141330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-08-08 23:03:57.147278"], ["updated_at", "2016-08-08 23:03:57.147278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-08-08 23:03:57.149091"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:57 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-08-08 18:03:57 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:57 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-08-08 18:03:57 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-08-08 23:03:57.202314"], ["updated_at", "2016-08-08 23:03:57.202314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-08-08 23:03:57.207269"], ["updated_at", "2016-08-08 23:03:57.207269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-08-08 23:03:57.211015"], ["updated_at", "2016-08-08 23:03:57.211015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:03:57 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-08-08 18:03:57 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "5fdbf01ca3486d9d685d1064b37d900b"], ["created_at", "2016-08-08 23:03:57.243182"], ["updated_at", "2016-08-08 23:03:57.243182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "74de6d68797222afac02e4c575c954e8"], ["created_at", "2016-08-08 23:03:57.251081"], ["updated_at", "2016-08-08 23:03:57.251081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "d28a278cbcdf6bccc6bbb0bd7abc94bb"], ["created_at", "2016-08-08 23:03:57.256411"], ["updated_at", "2016-08-08 23:03:57.256411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "7c4745c8da2913fbd96c336916ba9217"], ["created_at", "2016-08-08 23:03:57.261503"], ["updated_at", "2016-08-08 23:03:57.261503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "eb1fe1564160e9e3ad79782a859e0c01"], ["created_at", "2016-08-08 23:03:57.266457"], ["updated_at", "2016-08-08 23:03:57.266457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "833a4c041125af7bf7d2852b69297008"], ["created_at", "2016-08-08 23:03:57.270296"], ["updated_at", "2016-08-08 23:03:57.270296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:55726/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "aa0e0df86107c736da45c7fc3f08318b"], ["created_at", "2016-08-08 23:03:57.277864"], ["updated_at", "2016-08-08 23:03:57.277864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "1fc15f12ddbc2e39848f118fdfb4cce1"], ["access_token", "aa20602f8a686f66e1ea4a9e1297dee5"], ["openstax_uid", 1], ["created_at", "2016-08-08 23:03:57.286264"], ["updated_at", "2016-08-08 23:03:57.286264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (1.7ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (0.9ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.8ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (0.9ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.9ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (0.9ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.4ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-08-08 23:07:49.502499"], ["updated_at", "2016-08-08 23:07:49.502499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.9ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-08-08 23:07:49.504876"], ["updated_at", "2016-08-08 23:07:49.504876"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-08-08 23:07:49.512374"], ["updated_at", "2016-08-08 23:07:49.512374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2016-08-08 23:07:49.523507"], ["updated_at", "2016-08-08 23:07:49.523507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-08-08 23:07:49.525190"], ["updated_at", "2016-08-08 23:07:49.525190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-08-08 23:07:49.540857"], ["updated_at", "2016-08-08 23:07:49.540857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2016-08-08 23:07:49.549977"], ["updated_at", "2016-08-08 23:07:49.549977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:49 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-08-08 18:07:49 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2016-08-08 23:07:49.627283"], ["updated_at", "2016-08-08 23:07:49.627283"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-08-08 23:07:49.628796"], ["updated_at", "2016-08-08 23:07:49.628796"]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-08-08 23:07:49.630197"], ["updated_at", "2016-08-08 23:07:49.630197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-08-08 23:07:49.635155"], ["updated_at", "2016-08-08 23:07:49.635155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-08-08 23:07:49.637242"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:49 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-08-08 18:07:49 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:49 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-08-08 18:07:49 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-08-08 23:07:49.745814"], ["updated_at", "2016-08-08 23:07:49.745814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-08-08 23:07:49.750438"], ["updated_at", "2016-08-08 23:07:49.750438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-08-08 23:07:49.753585"], ["updated_at", "2016-08-08 23:07:49.753585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:49 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-08-08 18:07:49 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]  (1.6ms) rollback transaction  (0.4ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "5331ff3af6976835a33a6b83f5d85e16"], ["access_token", "7d30ba8f56b49d85374672ab714132a4"], ["openstax_uid", 1], ["created_at", "2016-08-08 23:07:49.793542"], ["updated_at", "2016-08-08 23:07:49.793542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "4caa2758f3cba3ce25f2e967168f9831"], ["created_at", "2016-08-08 23:07:49.800796"], ["updated_at", "2016-08-08 23:07:49.800796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:07:49.805827"], ["updated_at", "2016-08-08 23:07:49.805827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "5c04c37c58f68bce2450e8bddfac4f64"], ["created_at", "2016-08-08 23:07:49.807965"], ["updated_at", "2016-08-08 23:07:49.807965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-08-08 23:07:49.809238"], ["updated_at", "2016-08-08 23:07:49.809238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -332745556 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -332745556], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:49.811646"], ["updated_at", "2016-08-08 23:07:49.811646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2043061982 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2043061982], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:49.813456"], ["updated_at", "2016-08-08 23:07:49.813456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -2043061982]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -2043061982 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -332745556]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -332745556 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -2043061982 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -332745556 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -332745556], ["member_group_id", -2043061982], ["created_at", "2016-08-08 23:07:49.815430"], ["updated_at", "2016-08-08 23:07:49.815430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -2043061982) LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -2043061982) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -2043061982], ["user_id", 1], ["created_at", "2016-08-08 23:07:49.827445"], ["updated_at", "2016-08-08 23:07:49.827445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -2043061982) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -2043061982]] SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -2043061982]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -2043061982 - -332745556 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2043061982, -332745556) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-08-08 23:07:49.851357"], ["updated_at", "2016-08-08 23:07:49.851357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2043061982, -332745556) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-08-08 23:07:49.856534"], ["updated_at", "2016-08-08 23:07:49.856534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2043061982, -332745556) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-08-08 23:07:49.860998"], ["updated_at", "2016-08-08 23:07:49.860998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2043061982, -332745556) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2043061982, -332745556) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-08-08 23:07:49.867620"], ["updated_at", "2016-08-08 23:07:49.867620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2043061982, -332745556) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2043061982, -332745556) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2043061982, -332745556) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.8ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "d755b4065c298bc10e154a4172aa2a36"], ["created_at", "2016-08-08 23:07:49.893890"], ["updated_at", "2016-08-08 23:07:49.893890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.2ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "f95e376279e5ae0a096fa2ccf160b4a4"], ["created_at", "2016-08-08 23:07:49.906404"], ["updated_at", "2016-08-08 23:07:49.906404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 11ms (ActiveRecord: 0.2ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283071684 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1283071684], ["username", "97f91f9c875fe49a48571e1b65f4f548"], ["access_token", "c95ea753f8a936fad93b292b38359c91"], ["created_at", "2016-08-08 23:07:49.924142"], ["updated_at", "2016-08-08 23:07:49.924142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1354821994) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.3ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", -1354821994]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1354821994) LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1354821994 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1354821994], ["created_at", "2016-08-08 23:07:49.931608"], ["updated_at", "2016-08-08 23:07:49.931608"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1354821994) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1354821994], ["user_id", -1283071684], ["created_at", "2016-08-08 23:07:49.934086"], ["updated_at", "2016-08-08 23:07:49.934086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1354821994]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? LIMIT 1 [["group_id", -1354821994]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -588208343 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -588208343], ["username", "jstrav"], ["access_token", "4f66d10f1d28bc9b3f878831c95a5f7e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:49.940323"], ["updated_at", "2016-08-08 23:07:49.940323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1613962437 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1613962437], ["username", "mary"], ["access_token", "4ffea6549a31e46c7efc453e64fa0b72"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:49.942299"], ["updated_at", "2016-08-08 23:07:49.942299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1303039553 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1303039553], ["username", "jstead"], ["access_token", "e0c77e213e8ab6c23d88e412be987e4c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:49.944268"], ["updated_at", "2016-08-08 23:07:49.944268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1313542626 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1313542626], ["username", "bigbear"], ["access_token", "313982d8796e6b1b56967a818b2fd49e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:49.945968"], ["updated_at", "2016-08-08 23:07:49.945968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -983970502 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -983970502], ["username", "jstrav"], ["access_token", "cfdce3621aadb1b4f9a9e9bacad9a457"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:49.951330"], ["updated_at", "2016-08-08 23:07:49.951330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -633277022 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -633277022], ["username", "mary"], ["access_token", "fcf3af2ceda3eb540a368dde86dbdc7a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:49.953355"], ["updated_at", "2016-08-08 23:07:49.953355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1694280061 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1694280061], ["username", "jstead"], ["access_token", "9eb3da3d11e8cf7ec23518f996f9c1ce"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:49.955207"], ["updated_at", "2016-08-08 23:07:49.955207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1947511231 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1947511231], ["username", "bigbear"], ["access_token", "1d892981a180ffb063c63d31f5b9ec01"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:49.957166"], ["updated_at", "2016-08-08 23:07:49.957166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575654828 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -575654828], ["username", "jstrav"], ["access_token", "aefbe0e489e71a4d8608f7bdba46a0d3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:49.964194"], ["updated_at", "2016-08-08 23:07:49.964194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524428350 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1524428350], ["username", "mary"], ["access_token", "b6293a55170994a6eceefd1f04cc31a2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:49.966453"], ["updated_at", "2016-08-08 23:07:49.966453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -803893521 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -803893521], ["username", "jstead"], ["access_token", "26ddbb56dd626353e712eea944f22cf5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:49.968416"], ["updated_at", "2016-08-08 23:07:49.968416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1012231475 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1012231475], ["username", "bigbear"], ["access_token", "16a45cbfb9473997c48c24c072017f6c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:49.970139"], ["updated_at", "2016-08-08 23:07:49.970139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1670258202 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1670258202], ["username", "jstrav"], ["access_token", "50bf08c0e24f04d9766f426185dcc038"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:49.975232"], ["updated_at", "2016-08-08 23:07:49.975232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1609630702 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1609630702], ["username", "mary"], ["access_token", "f62eb356e9d923eb8d6d9b620670339a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:49.977200"], ["updated_at", "2016-08-08 23:07:49.977200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -593508243 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -593508243], ["username", "jstead"], ["access_token", "598c33bfe6be23277b40af793dd3ca01"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:49.979077"], ["updated_at", "2016-08-08 23:07:49.979077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -545269228 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -545269228], ["username", "bigbear"], ["access_token", "b62134609737e3f64c7f7f04c8fbffe5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:49.980839"], ["updated_at", "2016-08-08 23:07:49.980839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -766598936 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -766598936], ["username", "jstrav"], ["access_token", "a139340a7146bdf92a0a3b54f6ebe519"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:49.986870"], ["updated_at", "2016-08-08 23:07:49.986870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -893396541 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -893396541], ["username", "mary"], ["access_token", "49b55de1318ca60ae93d45288fa12995"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:49.988973"], ["updated_at", "2016-08-08 23:07:49.988973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1590783460 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1590783460], ["username", "jstead"], ["access_token", "da250bc81df76d9ea1fec03df2db0640"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:49.991134"], ["updated_at", "2016-08-08 23:07:49.991134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -213005516 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -213005516], ["username", "bigbear"], ["access_token", "178d7f385d24ba5adb7adf5ad6ed8c3d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:49.992835"], ["updated_at", "2016-08-08 23:07:49.992835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1526750389 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1526750389], ["username", "jstrav"], ["access_token", "7cfbccd8b038176f9e3d5a89e5712ef9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:49.997683"], ["updated_at", "2016-08-08 23:07:49.997683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1300464028 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1300464028], ["username", "mary"], ["access_token", "07b810d29b78f11c9ae948f9321be130"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:49.999798"], ["updated_at", "2016-08-08 23:07:49.999798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -298710483 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -298710483], ["username", "jstead"], ["access_token", "4ce83d914105356bf625e85ffc63243d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.001673"], ["updated_at", "2016-08-08 23:07:50.001673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1197766225 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1197766225], ["username", "bigbear"], ["access_token", "0136a163fd91adc83f75932655ad75c9"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.003369"], ["updated_at", "2016-08-08 23:07:50.003369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -759472912 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -759472912], ["username", "jstrav"], ["access_token", "8015e7e83df162302fa60dc8d87076fb"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:50.008237"], ["updated_at", "2016-08-08 23:07:50.008237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2106317079 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2106317079], ["username", "mary"], ["access_token", "059b7068291706f018b68de78764544f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:50.010143"], ["updated_at", "2016-08-08 23:07:50.010143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1563682234 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1563682234], ["username", "jstead"], ["access_token", "5ee02d0ff2d1c19765b7cd9524e2a48c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.011983"], ["updated_at", "2016-08-08 23:07:50.011983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -758778476 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -758778476], ["username", "bigbear"], ["access_token", "71026a7277092e0f2f1a79332178e99d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.014422"], ["updated_at", "2016-08-08 23:07:50.014422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -614590018 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -614590018], ["username", "jstrav"], ["access_token", "de9f0020245f682cafebe2dc0ecde34f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:50.019624"], ["updated_at", "2016-08-08 23:07:50.019624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1564705118 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1564705118], ["username", "mary"], ["access_token", "1fc716964b98d5a362b81564312decae"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:50.021873"], ["updated_at", "2016-08-08 23:07:50.021873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -464828744 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -464828744], ["username", "jstead"], ["access_token", "c2795b16d2cb223d1985c59a15920ecb"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.023806"], ["updated_at", "2016-08-08 23:07:50.023806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1318158326 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1318158326], ["username", "bigbear"], ["access_token", "009b8fec710578fbaf044a7aff6d5f0b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.025583"], ["updated_at", "2016-08-08 23:07:50.025583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -685088871 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -685088871], ["username", "jstrav"], ["access_token", "3021d8ee51235b3e2b9236866fcfd02d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:50.030998"], ["updated_at", "2016-08-08 23:07:50.030998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357601881 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1357601881], ["username", "mary"], ["access_token", "9601e4ca4002b691c20b48070db78770"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:50.032985"], ["updated_at", "2016-08-08 23:07:50.032985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -121815082 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -121815082], ["username", "jstead"], ["access_token", "91ca48139fcd47c7000d085ff01c3e21"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.034853"], ["updated_at", "2016-08-08 23:07:50.034853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1060309296 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1060309296], ["username", "bigbear"], ["access_token", "c3de3ba29785cbccd90936bb109a6a70"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.036603"], ["updated_at", "2016-08-08 23:07:50.036603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160130706 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -160130706], ["username", "jstrav"], ["access_token", "757aade52f15ee85be683ed03e8b54e0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:50.041646"], ["updated_at", "2016-08-08 23:07:50.041646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -762310651 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -762310651], ["username", "mary"], ["access_token", "179ad82bb3af3e8c9046ed068b6bdaef"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:50.044045"], ["updated_at", "2016-08-08 23:07:50.044045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2132877334 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2132877334], ["username", "jstead"], ["access_token", "4c4e2c33d824cbff09623583cb90a71b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.047192"], ["updated_at", "2016-08-08 23:07:50.047192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1262774365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1262774365], ["username", "bigbear"], ["access_token", "00103ba9be96072fdefcf693e54aea78"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.049231"], ["updated_at", "2016-08-08 23:07:50.049231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1129512274 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1129512274], ["username", "jstrav"], ["access_token", "37552610592906e391d6c14b04cf2ae7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:50.055703"], ["updated_at", "2016-08-08 23:07:50.055703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1400719590 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1400719590], ["username", "mary"], ["access_token", "0c163c215420b02a7ca42564f02ad06b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:50.057835"], ["updated_at", "2016-08-08 23:07:50.057835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1045188117 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1045188117], ["username", "jstead"], ["access_token", "788849cd2a46e54269b529e8c1661124"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.059701"], ["updated_at", "2016-08-08 23:07:50.059701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1094928860 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1094928860], ["username", "bigbear"], ["access_token", "b9eb59ad4f1fb140fa576dfe55d42812"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.061426"], ["updated_at", "2016-08-08 23:07:50.061426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -128171887 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -128171887], ["username", "foo_bb"], ["access_token", "16e81c31961fa7aba41057c5fe4b0c8f"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-08-08 23:07:50.063100"], ["updated_at", "2016-08-08 23:07:50.063100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815928123 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1815928123], ["username", "foo_bj"], ["access_token", "b717264e328e76877e74528d280311a7"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-08-08 23:07:50.064857"], ["updated_at", "2016-08-08 23:07:50.064857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1726536959 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1726536959], ["username", "foo_tj"], ["access_token", "df6c4527fb2df5a71f5cbb16a24d634a"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-08-08 23:07:50.066540"], ["updated_at", "2016-08-08 23:07:50.066540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -466747102 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -466747102], ["username", "jstrav"], ["access_token", "3fe467a4815d6d34d8289e09d4582b01"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:50.073449"], ["updated_at", "2016-08-08 23:07:50.073449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1333376131 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1333376131], ["username", "mary"], ["access_token", "ec0dc25652753de3bebb775c7e595511"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:50.075436"], ["updated_at", "2016-08-08 23:07:50.075436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -428543030 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -428543030], ["username", "jstead"], ["access_token", "fe11094a796777d20b97a9170dc93bfa"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.077307"], ["updated_at", "2016-08-08 23:07:50.077307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -704074075 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -704074075], ["username", "bigbear"], ["access_token", "ac5703ec132fad5ec56549923e571f55"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.078985"], ["updated_at", "2016-08-08 23:07:50.078985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1898388198 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1898388198], ["username", "billy_00"], ["access_token", "afe8c7272da3d58b5edc1672298d590a"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:07:50.080686"], ["updated_at", "2016-08-08 23:07:50.080686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -373967994 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -373967994], ["username", "billy_01"], ["access_token", "e21b788ac406f3af8e52370729935178"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:07:50.082464"], ["updated_at", "2016-08-08 23:07:50.082464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108416088 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1108416088], ["username", "billy_02"], ["access_token", "3727608169f9dc64d974004d7ee8e7ad"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:07:50.084194"], ["updated_at", "2016-08-08 23:07:50.084194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -174364475 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -174364475], ["username", "billy_03"], ["access_token", "244225e38bcb95e7b93dd422a055d3bf"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:07:50.086115"], ["updated_at", "2016-08-08 23:07:50.086115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1289744638 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1289744638], ["username", "billy_04"], ["access_token", "430e76299af72dd60c671f3465a2e356"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:07:50.087793"], ["updated_at", "2016-08-08 23:07:50.087793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024941181 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2024941181], ["username", "billy_05"], ["access_token", "05d8c2bca5a9d70efb5d996073694ef4"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:07:50.089720"], ["updated_at", "2016-08-08 23:07:50.089720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -913060011 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -913060011], ["username", "billy_06"], ["access_token", "f3f21725e01fe7385bf74d4a2d8eba60"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:07:50.091548"], ["updated_at", "2016-08-08 23:07:50.091548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1243924355 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1243924355], ["username", "billy_07"], ["access_token", "d8d077f8f780d1ea5edd160d7c3f8713"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:07:50.093232"], ["updated_at", "2016-08-08 23:07:50.093232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1630440281 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1630440281], ["username", "billy_08"], ["access_token", "3d8ec3488342959efe328e1bd3b70726"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:07:50.094938"], ["updated_at", "2016-08-08 23:07:50.094938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -283621260 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -283621260], ["username", "billy_09"], ["access_token", "d0d9eac2a1f44abf6fa435aa7da60f75"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:07:50.097414"], ["updated_at", "2016-08-08 23:07:50.097414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -108914227 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -108914227], ["username", "billy_10"], ["access_token", "b28f1379cb8c5b150cd6535222f2ba39"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:07:50.099157"], ["updated_at", "2016-08-08 23:07:50.099157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -890711943 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -890711943], ["username", "billy_11"], ["access_token", "fdc022adfbf0609576c850350fbd8a21"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:07:50.100851"], ["updated_at", "2016-08-08 23:07:50.100851"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1137525227 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1137525227], ["username", "billy_12"], ["access_token", "795ed70a45f6a2ccf4510e145246f5e8"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:07:50.102626"], ["updated_at", "2016-08-08 23:07:50.102626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415814491 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -415814491], ["username", "billy_13"], ["access_token", "e8ca8ac2e9f176334d901869296edc86"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:07:50.104342"], ["updated_at", "2016-08-08 23:07:50.104342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1229884089 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1229884089], ["username", "billy_14"], ["access_token", "7d6a0df7e1caea015c508194425afb03"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:07:50.106078"], ["updated_at", "2016-08-08 23:07:50.106078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1676925377 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1676925377], ["username", "billy_15"], ["access_token", "c27ed2ca65514f41c18eacf032044906"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:07:50.107820"], ["updated_at", "2016-08-08 23:07:50.107820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -466063099 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -466063099], ["username", "billy_16"], ["access_token", "344b120cbbd31eeec1387987c0803b2c"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:07:50.109484"], ["updated_at", "2016-08-08 23:07:50.109484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1922854245 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1922854245], ["username", "billy_17"], ["access_token", "798a4c89f63ef87ce38b393f2d9e3556"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:07:50.111175"], ["updated_at", "2016-08-08 23:07:50.111175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1913328325 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1913328325], ["username", "billy_18"], ["access_token", "81a0cc5a0eee31a007ce834dcf79aabb"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:07:50.112849"], ["updated_at", "2016-08-08 23:07:50.112849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -409268595 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -409268595], ["username", "billy_19"], ["access_token", "af35acec15d61ac502d12d6b219011e7"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:07:50.114521"], ["updated_at", "2016-08-08 23:07:50.114521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -360325547 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -360325547], ["username", "billy_20"], ["access_token", "3af7eadabaf579581ef8f511eb0f82e0"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:07:50.116232"], ["updated_at", "2016-08-08 23:07:50.116232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2127729244 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2127729244], ["username", "billy_21"], ["access_token", "0e611ae9bb862734226bc8f213abfd76"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:07:50.118097"], ["updated_at", "2016-08-08 23:07:50.118097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1150958370 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1150958370], ["username", "billy_22"], ["access_token", "2d6ae93d5334dd38bfde95decf6561cb"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:07:50.119804"], ["updated_at", "2016-08-08 23:07:50.119804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -82038956 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -82038956], ["username", "billy_23"], ["access_token", "cc8596e973847a4147c9db8a88e55ba5"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:07:50.121479"], ["updated_at", "2016-08-08 23:07:50.121479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1233994130 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1233994130], ["username", "billy_24"], ["access_token", "d8b3ce6fb3862b13a33f12a9fd2d7364"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:07:50.123159"], ["updated_at", "2016-08-08 23:07:50.123159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -380398976 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -380398976], ["username", "billy_25"], ["access_token", "1dde349ddf6f63d02ea53bd364da2051"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:07:50.124822"], ["updated_at", "2016-08-08 23:07:50.124822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -339880586 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -339880586], ["username", "billy_26"], ["access_token", "7355ab81c5b3b57890c0b83eb06f7f24"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:07:50.126490"], ["updated_at", "2016-08-08 23:07:50.126490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1278567378 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1278567378], ["username", "billy_27"], ["access_token", "9b508f12eeaf2e57134dd84bb9680536"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:07:50.128205"], ["updated_at", "2016-08-08 23:07:50.128205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806189905 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1806189905], ["username", "billy_28"], ["access_token", "a4f97814a5c7a4e7c3d6b84238c51852"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:07:50.129920"], ["updated_at", "2016-08-08 23:07:50.129920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1372661497 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1372661497], ["username", "billy_29"], ["access_token", "454da1d22b58f9f6267df8f79a6eab61"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:07:50.131595"], ["updated_at", "2016-08-08 23:07:50.131595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1979712460 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1979712460], ["username", "billy_30"], ["access_token", "d6e35f43f02900a6e2e7a299acf9459e"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:07:50.133320"], ["updated_at", "2016-08-08 23:07:50.133320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1252380883 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1252380883], ["username", "billy_31"], ["access_token", "a742fdab494d19888eb4d572f9fe0682"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:07:50.135024"], ["updated_at", "2016-08-08 23:07:50.135024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1682292682 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1682292682], ["username", "billy_32"], ["access_token", "73a7697ab53a105dba36ef53aa4b4e65"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:07:50.136680"], ["updated_at", "2016-08-08 23:07:50.136680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2124239418 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2124239418], ["username", "billy_33"], ["access_token", "bee0e23d7b832b683852416d86bcf9a7"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:07:50.138352"], ["updated_at", "2016-08-08 23:07:50.138352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2125701191 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2125701191], ["username", "billy_34"], ["access_token", "fc7bf23456b9e7ca2fe863d59f964e01"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:07:50.140025"], ["updated_at", "2016-08-08 23:07:50.140025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -570596023 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -570596023], ["username", "billy_35"], ["access_token", "5177ddac8ccdf266c2d69ee8fc9d1c9a"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:07:50.141699"], ["updated_at", "2016-08-08 23:07:50.141699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -190863302 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -190863302], ["username", "billy_36"], ["access_token", "bdea59322636ae05d3f910fec19804f3"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:07:50.143375"], ["updated_at", "2016-08-08 23:07:50.143375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2108693238 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2108693238], ["username", "billy_37"], ["access_token", "4ef2b647914d8c9000b0416aaa6abce7"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:07:50.145051"], ["updated_at", "2016-08-08 23:07:50.145051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1120016906 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1120016906], ["username", "billy_38"], ["access_token", "d99ee10213a959b50d9f4277ad05d04c"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:07:50.146744"], ["updated_at", "2016-08-08 23:07:50.146744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460908446 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1460908446], ["username", "billy_39"], ["access_token", "9235f008e4a4c508762ff7caa4b91f7a"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:07:50.148524"], ["updated_at", "2016-08-08 23:07:50.148524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -894243074 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -894243074], ["username", "billy_40"], ["access_token", "c7a4bf8600f6c2795247fdcdf8766357"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:07:50.150354"], ["updated_at", "2016-08-08 23:07:50.150354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -47332233 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -47332233], ["username", "billy_41"], ["access_token", "921bbc41dca51baf979f0163b23e38d2"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:07:50.152050"], ["updated_at", "2016-08-08 23:07:50.152050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1031732918 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1031732918], ["username", "billy_42"], ["access_token", "b43911470691fe63b771ebfe22e9667e"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:07:50.153717"], ["updated_at", "2016-08-08 23:07:50.153717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525445359 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1525445359], ["username", "billy_43"], ["access_token", "e419522d694b81492dc90bf8deb4a006"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:07:50.155375"], ["updated_at", "2016-08-08 23:07:50.155375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -428477517 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -428477517], ["username", "billy_44"], ["access_token", "3e5723d11f27bfd96d9fa3a598cc605c"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:07:50.157054"], ["updated_at", "2016-08-08 23:07:50.157054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -556201368 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -556201368], ["username", "billy_45"], ["access_token", "c02b849a48e0dabf961965d691fb0f5a"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:07:50.158721"], ["updated_at", "2016-08-08 23:07:50.158721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1761572538 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1761572538], ["username", "jstrav"], ["access_token", "e6f438201b27d580b0e6e9afe2313ea7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:50.166390"], ["updated_at", "2016-08-08 23:07:50.166390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2043967247 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2043967247], ["username", "mary"], ["access_token", "28e9b13ea06cf3d4489778f1ec200710"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:50.168472"], ["updated_at", "2016-08-08 23:07:50.168472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1541068740 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1541068740], ["username", "jstead"], ["access_token", "5a1cf84493d591bdbf3f40f132ce1ba3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.170319"], ["updated_at", "2016-08-08 23:07:50.170319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313843678 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -313843678], ["username", "bigbear"], ["access_token", "7629079fb944ec84bd70062b626717e4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.172006"], ["updated_at", "2016-08-08 23:07:50.172006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026616717 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2026616717], ["username", "billy_00"], ["access_token", "76f00e28d5f60068a4a60652ebc6a34a"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:07:50.173700"], ["updated_at", "2016-08-08 23:07:50.173700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378500578 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -378500578], ["username", "billy_01"], ["access_token", "84e345a72523035fd1cdd7c9750392dd"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:07:50.175437"], ["updated_at", "2016-08-08 23:07:50.175437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687932931 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1687932931], ["username", "billy_02"], ["access_token", "e9a370f9a66a25ba341ed4d1d6f4cbec"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:07:50.177560"], ["updated_at", "2016-08-08 23:07:50.177560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1205942042 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1205942042], ["username", "billy_03"], ["access_token", "c8144ac526efe9cc7ee4795ccd663cab"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:07:50.179738"], ["updated_at", "2016-08-08 23:07:50.179738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -626033793 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -626033793], ["username", "billy_04"], ["access_token", "fc4c9f5fbd350d5c62c73d0427ebe087"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:07:50.181663"], ["updated_at", "2016-08-08 23:07:50.181663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880146066 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -880146066], ["username", "billy_05"], ["access_token", "d40ee6da80479b4c5e1fed27c4dc36ea"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:07:50.183392"], ["updated_at", "2016-08-08 23:07:50.183392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101770635 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1101770635], ["username", "billy_06"], ["access_token", "ff84927c13e0f41b8cb8ef7df89235e6"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:07:50.185101"], ["updated_at", "2016-08-08 23:07:50.185101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -513644424 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -513644424], ["username", "billy_07"], ["access_token", "77b67ca0d838816852c53038c3c8100b"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:07:50.186843"], ["updated_at", "2016-08-08 23:07:50.186843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -474546473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -474546473], ["username", "billy_08"], ["access_token", "c945616c7eee0e4061d1ac2991154376"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:07:50.188584"], ["updated_at", "2016-08-08 23:07:50.188584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1839939125 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1839939125], ["username", "billy_09"], ["access_token", "6af16c3cc9db7ec9f7b8f2c50c7b20ff"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:07:50.190351"], ["updated_at", "2016-08-08 23:07:50.190351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1896296527 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1896296527], ["username", "billy_10"], ["access_token", "96c7ead2bb411e861590b63582aef1dc"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:07:50.192074"], ["updated_at", "2016-08-08 23:07:50.192074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1748623031 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1748623031], ["username", "billy_11"], ["access_token", "0d6b70b08506e524e07d94e1bb0fb03f"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:07:50.193771"], ["updated_at", "2016-08-08 23:07:50.193771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1446089674 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1446089674], ["username", "billy_12"], ["access_token", "0257e8f7d6128fab03a840e8e5cadb8f"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:07:50.195479"], ["updated_at", "2016-08-08 23:07:50.195479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1309219920 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1309219920], ["username", "billy_13"], ["access_token", "4f424f651c546aa0376f91b6df9a0768"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:07:50.197159"], ["updated_at", "2016-08-08 23:07:50.197159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58233559 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -58233559], ["username", "billy_14"], ["access_token", "76eebe0755a329e859d302321bb630bb"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:07:50.198790"], ["updated_at", "2016-08-08 23:07:50.198790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525988473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1525988473], ["username", "billy_15"], ["access_token", "6b3afffb05829db99e1d1c67589e46b2"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:07:50.200800"], ["updated_at", "2016-08-08 23:07:50.200800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598051752 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -598051752], ["username", "billy_16"], ["access_token", "4194d9764fe035ce407e9190c8664ebd"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:07:50.202505"], ["updated_at", "2016-08-08 23:07:50.202505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045925425 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2045925425], ["username", "billy_17"], ["access_token", "b0fb73c4432157f08dc6a5139f276f54"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:07:50.204153"], ["updated_at", "2016-08-08 23:07:50.204153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -395835076 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -395835076], ["username", "billy_18"], ["access_token", "0b8ca19f91b1d0ba87cefafc9e334fba"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:07:50.205797"], ["updated_at", "2016-08-08 23:07:50.205797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1630136804 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1630136804], ["username", "billy_19"], ["access_token", "129fe0110edab8c004e4268a47833e7c"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:07:50.207444"], ["updated_at", "2016-08-08 23:07:50.207444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1063653869 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1063653869], ["username", "billy_20"], ["access_token", "a0c5906ddd841bd44f0854f7ce02d7af"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:07:50.209158"], ["updated_at", "2016-08-08 23:07:50.209158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -946536125 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -946536125], ["username", "billy_21"], ["access_token", "f6a6ca1d274a9b922801f5ceefbeaabf"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:07:50.220593"], ["updated_at", "2016-08-08 23:07:50.220593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053613138 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2053613138], ["username", "billy_22"], ["access_token", "6ee5caff360e123b6752f6d2a1a98c45"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:07:50.222949"], ["updated_at", "2016-08-08 23:07:50.222949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386719984 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -386719984], ["username", "billy_23"], ["access_token", "336006081bc2baed127f264dba0ea4cb"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:07:50.224710"], ["updated_at", "2016-08-08 23:07:50.224710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1261129273 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1261129273], ["username", "billy_24"], ["access_token", "21a5ac3e8923b8f8dda336bbf720af03"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:07:50.226384"], ["updated_at", "2016-08-08 23:07:50.226384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592839485 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -592839485], ["username", "billy_25"], ["access_token", "025a90947dcb3f50db78993a4a9f8e00"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:07:50.228096"], ["updated_at", "2016-08-08 23:07:50.228096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -822873891 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -822873891], ["username", "billy_26"], ["access_token", "4bebfd5339f896440cb14a747143d06a"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:07:50.229808"], ["updated_at", "2016-08-08 23:07:50.229808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -920691873 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -920691873], ["username", "billy_27"], ["access_token", "f0a88637786f88ca067f82e79cc7e6f6"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:07:50.231513"], ["updated_at", "2016-08-08 23:07:50.231513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1296908338 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1296908338], ["username", "billy_28"], ["access_token", "a34fc3a1d0b81d06fe46c95325a4675b"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:07:50.233229"], ["updated_at", "2016-08-08 23:07:50.233229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -246073990 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -246073990], ["username", "billy_29"], ["access_token", "7752187287a661e1999430e59a3b5dfe"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:07:50.234968"], ["updated_at", "2016-08-08 23:07:50.234968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1794216172 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1794216172], ["username", "billy_30"], ["access_token", "526d51b8db8ca249dc0107acd41843f1"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:07:50.236721"], ["updated_at", "2016-08-08 23:07:50.236721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1641414790 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1641414790], ["username", "billy_31"], ["access_token", "490f9ea240231d6753a4484593343f69"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:07:50.238435"], ["updated_at", "2016-08-08 23:07:50.238435"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1308254146 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1308254146], ["username", "billy_32"], ["access_token", "6f18104da229f5b2c09bbb07db0a871b"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:07:50.240160"], ["updated_at", "2016-08-08 23:07:50.240160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883897842 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1883897842], ["username", "billy_33"], ["access_token", "a3e301aebd6c940bc1580ac8573cc3cf"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:07:50.241876"], ["updated_at", "2016-08-08 23:07:50.241876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -991969446 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -991969446], ["username", "billy_34"], ["access_token", "efd9e5392c5608419093096725856e52"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:07:50.243828"], ["updated_at", "2016-08-08 23:07:50.243828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -34824409 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -34824409], ["username", "billy_35"], ["access_token", "0f170db87fd180c5d31b342e79bfa44e"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:07:50.245553"], ["updated_at", "2016-08-08 23:07:50.245553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -469892461 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -469892461], ["username", "billy_36"], ["access_token", "266433817d8d0aeeb7869c3efa46f41c"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:07:50.247237"], ["updated_at", "2016-08-08 23:07:50.247237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1055185343 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1055185343], ["username", "billy_37"], ["access_token", "1607b92d9f58d0d353085de0a39e3616"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:07:50.248962"], ["updated_at", "2016-08-08 23:07:50.248962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -706284079 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -706284079], ["username", "billy_38"], ["access_token", "ce4b02c4093e6f16324d5ac690466f56"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:07:50.250671"], ["updated_at", "2016-08-08 23:07:50.250671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789208765 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -789208765], ["username", "billy_39"], ["access_token", "1a3cf1b486081b2ba21d0e2ef2a7d5e8"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:07:50.252384"], ["updated_at", "2016-08-08 23:07:50.252384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -183442701 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -183442701], ["username", "billy_40"], ["access_token", "c9bd6fdc9a2a738cf0e4bf07cd4ffd0b"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:07:50.254100"], ["updated_at", "2016-08-08 23:07:50.254100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -917231904 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -917231904], ["username", "billy_41"], ["access_token", "bac26e31a12f7bcb7ca5847ef69d1425"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:07:50.255810"], ["updated_at", "2016-08-08 23:07:50.255810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2131173640 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2131173640], ["username", "billy_42"], ["access_token", "aeef7a13ba6539caf70e88d4cd70cfe7"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:07:50.257534"], ["updated_at", "2016-08-08 23:07:50.257534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1858306774 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1858306774], ["username", "billy_43"], ["access_token", "9de8d9b999abaf8aec30c0473efe6ef1"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:07:50.259295"], ["updated_at", "2016-08-08 23:07:50.259295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -496257704 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -496257704], ["username", "billy_44"], ["access_token", "a4ee523f9ab0984d68cffbebfc039be4"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:07:50.261009"], ["updated_at", "2016-08-08 23:07:50.261009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -810217283 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -810217283], ["username", "billy_45"], ["access_token", "9ac699563f1fdf90c89cc1569f4b2ed8"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:07:50.262740"], ["updated_at", "2016-08-08 23:07:50.262740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -713677506 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -713677506], ["username", "jstrav"], ["access_token", "054efe572ba477d915b62b4a0efa7813"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:50.276296"], ["updated_at", "2016-08-08 23:07:50.276296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1699216003 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1699216003], ["username", "mary"], ["access_token", "d8b0acaa83ebf60be4bee18b95dbc927"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:50.280735"], ["updated_at", "2016-08-08 23:07:50.280735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1055818929 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1055818929], ["username", "jstead"], ["access_token", "9d7d92ee5a00a57799d3addc10435866"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.285281"], ["updated_at", "2016-08-08 23:07:50.285281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1079120940 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1079120940], ["username", "bigbear"], ["access_token", "951f90cf157a350f7271b18c7768e013"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.287428"], ["updated_at", "2016-08-08 23:07:50.287428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1219932646 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1219932646], ["username", "billy_00"], ["access_token", "15bb31b113601f77f0478b9a6e946884"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:07:50.289386"], ["updated_at", "2016-08-08 23:07:50.289386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -267207594 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -267207594], ["username", "billy_01"], ["access_token", "77560eb5b0f63a600fef097314b406f2"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:07:50.291404"], ["updated_at", "2016-08-08 23:07:50.291404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1450256263 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1450256263], ["username", "billy_02"], ["access_token", "7b7892553fb7b3552a7554de8709c299"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:07:50.293316"], ["updated_at", "2016-08-08 23:07:50.293316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -602319539 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -602319539], ["username", "billy_03"], ["access_token", "7f9a2cb38400bab3f7c1f3b3ad4775d2"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:07:50.295219"], ["updated_at", "2016-08-08 23:07:50.295219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -946107119 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -946107119], ["username", "billy_04"], ["access_token", "a435791dddaf37d574dc64182bd3ae10"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:07:50.297119"], ["updated_at", "2016-08-08 23:07:50.297119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -198923920 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -198923920], ["username", "billy_05"], ["access_token", "382f85f503de9e0931be000f54cebb09"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:07:50.298929"], ["updated_at", "2016-08-08 23:07:50.298929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -184548744 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -184548744], ["username", "billy_06"], ["access_token", "13d961d8ed427238f058b84ef86c7931"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:07:50.300887"], ["updated_at", "2016-08-08 23:07:50.300887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1194021223 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1194021223], ["username", "billy_07"], ["access_token", "6fac1d50dbbe9ea826899aacd770b712"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:07:50.302709"], ["updated_at", "2016-08-08 23:07:50.302709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1508937622 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1508937622], ["username", "billy_08"], ["access_token", "c784851e3938a4443c8593b29c6a697b"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:07:50.304470"], ["updated_at", "2016-08-08 23:07:50.304470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1819396256 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1819396256], ["username", "billy_09"], ["access_token", "343a641b2987e09ec8cde8bf7f98c4f7"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:07:50.306464"], ["updated_at", "2016-08-08 23:07:50.306464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -530760928 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -530760928], ["username", "billy_10"], ["access_token", "da0cdf765ddf43d979d6e7261871f9b2"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:07:50.308437"], ["updated_at", "2016-08-08 23:07:50.308437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -472573644 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -472573644], ["username", "billy_11"], ["access_token", "1c19a3953a7bba296e9f8f9f5a17a361"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:07:50.310431"], ["updated_at", "2016-08-08 23:07:50.310431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1742450012 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1742450012], ["username", "billy_12"], ["access_token", "067f4ed0607067afd8c23a327205b900"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:07:50.312247"], ["updated_at", "2016-08-08 23:07:50.312247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -818915144 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -818915144], ["username", "billy_13"], ["access_token", "8dca0a63e175c79bc44425a11124fe35"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:07:50.314431"], ["updated_at", "2016-08-08 23:07:50.314431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1560892978 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1560892978], ["username", "billy_14"], ["access_token", "454e33d28f171cc17c3d14dd7ae6b06e"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:07:50.316273"], ["updated_at", "2016-08-08 23:07:50.316273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974602632 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1974602632], ["username", "billy_15"], ["access_token", "c54e4f89f5c84f3e9c529d09fcc8fea1"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:07:50.318083"], ["updated_at", "2016-08-08 23:07:50.318083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1680095416 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1680095416], ["username", "billy_16"], ["access_token", "0617fbf32654007c66a0e3cedd932e17"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:07:50.319900"], ["updated_at", "2016-08-08 23:07:50.319900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -270749405 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -270749405], ["username", "billy_17"], ["access_token", "c7ed3546c43ca8e415dce1bbb32dfb23"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:07:50.323422"], ["updated_at", "2016-08-08 23:07:50.323422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550666656 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1550666656], ["username", "billy_18"], ["access_token", "22f2467101cc21395c8dd9ed159c49aa"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:07:50.325264"], ["updated_at", "2016-08-08 23:07:50.325264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1984145866 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1984145866], ["username", "billy_19"], ["access_token", "40fcc56e30298845fba0e5a51ba753dc"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:07:50.327046"], ["updated_at", "2016-08-08 23:07:50.327046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1823014689 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1823014689], ["username", "billy_20"], ["access_token", "f439966977b78e4e5e84c9f9e2d78aa1"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:07:50.328802"], ["updated_at", "2016-08-08 23:07:50.328802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1693124768 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1693124768], ["username", "billy_21"], ["access_token", "24cf3e2ff623bd68616c9ed1426b4326"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:07:50.330608"], ["updated_at", "2016-08-08 23:07:50.330608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -928852332 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -928852332], ["username", "billy_22"], ["access_token", "d7282982f7906a49f43ea050b7c3c5f5"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:07:50.332477"], ["updated_at", "2016-08-08 23:07:50.332477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -83765818 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -83765818], ["username", "billy_23"], ["access_token", "68d417690a67c4abbd2aa43e91657bea"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:07:50.334264"], ["updated_at", "2016-08-08 23:07:50.334264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -910273308 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -910273308], ["username", "billy_24"], ["access_token", "c9bcc86cc32dc6e679d243bd7b3d1746"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:07:50.335981"], ["updated_at", "2016-08-08 23:07:50.335981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258580887 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -258580887], ["username", "billy_25"], ["access_token", "337431a4f0dff2d767e2eea6b5680a5d"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:07:50.337942"], ["updated_at", "2016-08-08 23:07:50.337942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1906845398 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1906845398], ["username", "billy_26"], ["access_token", "910bfc96fb5fdc0ca5d3b9e1dc3029dd"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:07:50.339685"], ["updated_at", "2016-08-08 23:07:50.339685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -217302045 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -217302045], ["username", "billy_27"], ["access_token", "333fb4d433f45941d8b260ffd55f5004"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:07:50.341402"], ["updated_at", "2016-08-08 23:07:50.341402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -533589340 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -533589340], ["username", "billy_28"], ["access_token", "6fe67b86bf0a997c89b884953ce6cfb6"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:07:50.343126"], ["updated_at", "2016-08-08 23:07:50.343126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1657925655 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1657925655], ["username", "billy_29"], ["access_token", "01ae56b0adcc6432a80c1b03a3af9ec9"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:07:50.344873"], ["updated_at", "2016-08-08 23:07:50.344873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1569746929 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1569746929], ["username", "billy_30"], ["access_token", "534343ba6551654fd146a3cf30aba0ac"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:07:50.346653"], ["updated_at", "2016-08-08 23:07:50.346653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -679499762 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -679499762], ["username", "billy_31"], ["access_token", "b8083b5832e1e450c3c9846b1879cd13"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:07:50.348457"], ["updated_at", "2016-08-08 23:07:50.348457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -616917869 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -616917869], ["username", "billy_32"], ["access_token", "1b4081a6c60e2a338cb8ff3b56870ca0"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:07:50.350181"], ["updated_at", "2016-08-08 23:07:50.350181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2048202572 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2048202572], ["username", "billy_33"], ["access_token", "b1983af68dfd1da6f46a104539ac8536"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:07:50.351940"], ["updated_at", "2016-08-08 23:07:50.351940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1135306801 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1135306801], ["username", "billy_34"], ["access_token", "210383b09c9e96d7380a716309b078c4"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:07:50.353712"], ["updated_at", "2016-08-08 23:07:50.353712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1780354130 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1780354130], ["username", "billy_35"], ["access_token", "176340c93b290155ef00f86577eebabe"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:07:50.355481"], ["updated_at", "2016-08-08 23:07:50.355481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -782247214 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -782247214], ["username", "billy_36"], ["access_token", "2c43a739a4d41778b81a9ab1f1637615"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:07:50.357208"], ["updated_at", "2016-08-08 23:07:50.357208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1508937725 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1508937725], ["username", "billy_37"], ["access_token", "515e06815e49e22372f81f6d581c8a44"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:07:50.358936"], ["updated_at", "2016-08-08 23:07:50.358936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591371483 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -591371483], ["username", "billy_38"], ["access_token", "1aa90dc0297345a6fd4284555296dee0"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:07:50.360648"], ["updated_at", "2016-08-08 23:07:50.360648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -69013145 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -69013145], ["username", "billy_39"], ["access_token", "40c006be8206ea9ad874ae5a989463b4"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:07:50.362365"], ["updated_at", "2016-08-08 23:07:50.362365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2090945209 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2090945209], ["username", "billy_40"], ["access_token", "608d62f086c45caa2d5ab5932136d4b5"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:07:50.364068"], ["updated_at", "2016-08-08 23:07:50.364068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1720794673 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1720794673], ["username", "billy_41"], ["access_token", "16308aa070cc620b5e6fab13f3a8ed15"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:07:50.365774"], ["updated_at", "2016-08-08 23:07:50.365774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -899011788 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -899011788], ["username", "billy_42"], ["access_token", "6305e96f6d60348160894a21cdfc0f86"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:07:50.367507"], ["updated_at", "2016-08-08 23:07:50.367507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -938889568 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -938889568], ["username", "billy_43"], ["access_token", "9452e4d18c706941d8e42d3580afa900"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:07:50.369538"], ["updated_at", "2016-08-08 23:07:50.369538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2089953500 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2089953500], ["username", "billy_44"], ["access_token", "e94b2959ff6155e07c4258021f8282b4"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:07:50.371317"], ["updated_at", "2016-08-08 23:07:50.371317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641646703 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -641646703], ["username", "billy_45"], ["access_token", "1ff7df07ce69da05372fc5a07046deef"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:07:50.373050"], ["updated_at", "2016-08-08 23:07:50.373050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -686824818 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -686824818], ["username", "jstrav"], ["access_token", "e625e56347810d9b0811f6f785d61585"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:50.381776"], ["updated_at", "2016-08-08 23:07:50.381776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137939824 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2137939824], ["username", "mary"], ["access_token", "d328ea84168f516a0f65a729732c8fa8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:50.385616"], ["updated_at", "2016-08-08 23:07:50.385616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -879475339 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -879475339], ["username", "jstead"], ["access_token", "7cb0ed4978bea782c348abcb8d82969e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.388453"], ["updated_at", "2016-08-08 23:07:50.388453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550187498 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1550187498], ["username", "bigbear"], ["access_token", "6e066125b30d08ff955e5405a6d2aff0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.390670"], ["updated_at", "2016-08-08 23:07:50.390670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1891457528 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1891457528], ["username", "billy_00"], ["access_token", "92e9947180dfb1bf1d0a02c0b8f5e84c"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:07:50.393244"], ["updated_at", "2016-08-08 23:07:50.393244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -976371833 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -976371833], ["username", "billy_01"], ["access_token", "a4891e1f84cd4d242cdfb39f0889e0b7"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:07:50.394974"], ["updated_at", "2016-08-08 23:07:50.394974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -100750982 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -100750982], ["username", "billy_02"], ["access_token", "1cf35e7ed2fe0d7d84bf95005ea2c9f5"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:07:50.396683"], ["updated_at", "2016-08-08 23:07:50.396683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091714254 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2091714254], ["username", "billy_03"], ["access_token", "02b9af8c70f73119c8a6d2e73b35a831"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:07:50.398461"], ["updated_at", "2016-08-08 23:07:50.398461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -755074071 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -755074071], ["username", "billy_04"], ["access_token", "8bb054b1e3077bd1884f7217754a4d47"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:07:50.400239"], ["updated_at", "2016-08-08 23:07:50.400239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1761996558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1761996558], ["username", "billy_05"], ["access_token", "6130d964e7f3e4188124076491a863bb"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:07:50.402185"], ["updated_at", "2016-08-08 23:07:50.402185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1871881230 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1871881230], ["username", "billy_06"], ["access_token", "200be1badeb9dfcb97cf6d66b98c60df"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:07:50.403909"], ["updated_at", "2016-08-08 23:07:50.403909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877691619 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1877691619], ["username", "billy_07"], ["access_token", "bf613c669b8bd325cf63b3c2347f5aa8"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:07:50.405643"], ["updated_at", "2016-08-08 23:07:50.405643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1143392679 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1143392679], ["username", "billy_08"], ["access_token", "2999a87d068d2c3647b5f69254a42cc4"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:07:50.407499"], ["updated_at", "2016-08-08 23:07:50.407499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687681477 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1687681477], ["username", "billy_09"], ["access_token", "78052678e4815289c7ca01ba9834598d"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:07:50.409323"], ["updated_at", "2016-08-08 23:07:50.409323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -10578546 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -10578546], ["username", "billy_10"], ["access_token", "7b811518a02e7ad6c1dc66a16811f125"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:07:50.411105"], ["updated_at", "2016-08-08 23:07:50.411105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1873789922 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1873789922], ["username", "billy_11"], ["access_token", "bcfc98831cfb3f331b0c027b9f278f7d"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:07:50.412898"], ["updated_at", "2016-08-08 23:07:50.412898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -159839704 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -159839704], ["username", "billy_12"], ["access_token", "e89782edc1e7e2b240a959d7bc10bded"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:07:50.414965"], ["updated_at", "2016-08-08 23:07:50.414965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -668675947 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -668675947], ["username", "billy_13"], ["access_token", "d69b14813eeb691d3c732148e6c6e83e"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:07:50.417281"], ["updated_at", "2016-08-08 23:07:50.417281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120059664 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2120059664], ["username", "billy_14"], ["access_token", "3686234036376daad1ee91f59eb0b0b0"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:07:50.419082"], ["updated_at", "2016-08-08 23:07:50.419082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -187582000 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -187582000], ["username", "billy_15"], ["access_token", "005cce286abbd8fe7d1ae8ec59505067"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:07:50.420917"], ["updated_at", "2016-08-08 23:07:50.420917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -557168586 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -557168586], ["username", "billy_16"], ["access_token", "807c7ba700056c0d3484d00d68119c5f"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:07:50.422691"], ["updated_at", "2016-08-08 23:07:50.422691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -741658259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -741658259], ["username", "billy_17"], ["access_token", "f9d6ebba281778386f9ddeb6b5a4031d"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:07:50.424445"], ["updated_at", "2016-08-08 23:07:50.424445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -484161856 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -484161856], ["username", "billy_18"], ["access_token", "35410a4c4622bbf6432ccc40922bdf5a"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:07:50.426238"], ["updated_at", "2016-08-08 23:07:50.426238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1896664864 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1896664864], ["username", "billy_19"], ["access_token", "7e6c42e346642202e646ac5c6bfa2d96"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:07:50.428000"], ["updated_at", "2016-08-08 23:07:50.428000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1939197794 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1939197794], ["username", "billy_20"], ["access_token", "01657d52eab64a0524201f3d0bcb83e6"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:07:50.430081"], ["updated_at", "2016-08-08 23:07:50.430081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657059233 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -657059233], ["username", "billy_21"], ["access_token", "9e4ecfbb67db8519187cc54f86499cd7"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:07:50.432163"], ["updated_at", "2016-08-08 23:07:50.432163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1588397837 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1588397837], ["username", "billy_22"], ["access_token", "6b9f96bb1415775b264ae6bdfb5677d7"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:07:50.434165"], ["updated_at", "2016-08-08 23:07:50.434165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074371611 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2074371611], ["username", "billy_23"], ["access_token", "0eb624574b68d82967df56050f98a194"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:07:50.435961"], ["updated_at", "2016-08-08 23:07:50.435961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2089252022 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2089252022], ["username", "billy_24"], ["access_token", "a07f3e671ebdbeefa77ead1080e25f9c"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:07:50.437765"], ["updated_at", "2016-08-08 23:07:50.437765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1145030634 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1145030634], ["username", "billy_25"], ["access_token", "ab9feb360ced24e46c274b383e0102d4"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:07:50.439548"], ["updated_at", "2016-08-08 23:07:50.439548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2033595397 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2033595397], ["username", "billy_26"], ["access_token", "4e6ab2ca0e898bc7ac64021a7d219599"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:07:50.441453"], ["updated_at", "2016-08-08 23:07:50.441453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2101874650 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2101874650], ["username", "billy_27"], ["access_token", "c36f570762e356192356a80ec3f1f7b0"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:07:50.443314"], ["updated_at", "2016-08-08 23:07:50.443314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1816234396 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1816234396], ["username", "billy_28"], ["access_token", "71acd7de3b7f20f8b3a5d6418ab2f4e3"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:07:50.445325"], ["updated_at", "2016-08-08 23:07:50.445325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -521233763 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -521233763], ["username", "billy_29"], ["access_token", "08e319ea645aaebb2e4db943f5f5619f"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:07:50.447113"], ["updated_at", "2016-08-08 23:07:50.447113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -507683010 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -507683010], ["username", "billy_30"], ["access_token", "28d7cd1e0c5e992597c44295e7caa48b"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:07:50.448977"], ["updated_at", "2016-08-08 23:07:50.448977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -961945596 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -961945596], ["username", "billy_31"], ["access_token", "02da33d4e8ee75c5d088442a5e7bbecb"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:07:50.450711"], ["updated_at", "2016-08-08 23:07:50.450711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -188629935 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -188629935], ["username", "billy_32"], ["access_token", "2db282cae179b8f13153abf46ebd25c6"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:07:50.452313"], ["updated_at", "2016-08-08 23:07:50.452313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -314563322 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -314563322], ["username", "billy_33"], ["access_token", "0b87c6b67a7defa268abdd320027f94d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:07:50.453928"], ["updated_at", "2016-08-08 23:07:50.453928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1041496248 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1041496248], ["username", "billy_34"], ["access_token", "f2fe89e488551fad97c8c56fb03632c5"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:07:50.455533"], ["updated_at", "2016-08-08 23:07:50.455533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2035536749 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2035536749], ["username", "billy_35"], ["access_token", "238ee8666c99e9fc8418132e11aa58b9"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:07:50.457125"], ["updated_at", "2016-08-08 23:07:50.457125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1282542979 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1282542979], ["username", "billy_36"], ["access_token", "553e41e4f1d438247159e3fb3106a78e"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:07:50.458955"], ["updated_at", "2016-08-08 23:07:50.458955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1124698813 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1124698813], ["username", "billy_37"], ["access_token", "a9f859a99919b460e137a339ac772175"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:07:50.460560"], ["updated_at", "2016-08-08 23:07:50.460560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1117100839 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1117100839], ["username", "billy_38"], ["access_token", "f4bc2746a32d7723d980f552ea5aba15"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:07:50.462157"], ["updated_at", "2016-08-08 23:07:50.462157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -680395362 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -680395362], ["username", "billy_39"], ["access_token", "896e892879ca547ff1f418c00b655f16"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:07:50.463890"], ["updated_at", "2016-08-08 23:07:50.463890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -948286034 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -948286034], ["username", "billy_40"], ["access_token", "48b9ff7991d7205324ab6b50efb6bb9e"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:07:50.465624"], ["updated_at", "2016-08-08 23:07:50.465624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -703949868 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -703949868], ["username", "billy_41"], ["access_token", "efa56319770f3a8a7c79fa1825f56e30"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:07:50.467233"], ["updated_at", "2016-08-08 23:07:50.467233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -369050945 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -369050945], ["username", "billy_42"], ["access_token", "1470957e9f22bdbdaf94722ee76b2a20"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:07:50.468841"], ["updated_at", "2016-08-08 23:07:50.468841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900555716 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1900555716], ["username", "billy_43"], ["access_token", "07572d2b61fb4b9d3ecb5ddf06cbb2f9"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:07:50.470435"], ["updated_at", "2016-08-08 23:07:50.470435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1184507552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1184507552], ["username", "billy_44"], ["access_token", "7a4024a15a910fcdb1bfc5c9d6f144cc"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:07:50.472084"], ["updated_at", "2016-08-08 23:07:50.472084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -127232138 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -127232138], ["username", "billy_45"], ["access_token", "ed689a4235c3365ce0a55cec22a2804e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:07:50.473678"], ["updated_at", "2016-08-08 23:07:50.473678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1675630817 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1675630817], ["username", "billy_46"], ["access_token", "50beafc5902ad66eb19d6537e58392dc"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:07:50.475323"], ["updated_at", "2016-08-08 23:07:50.475323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1745761942 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1745761942], ["username", "billy_47"], ["access_token", "93d1e533077025110c9c924913d951e4"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:07:50.477002"], ["updated_at", "2016-08-08 23:07:50.477002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1562519420 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1562519420], ["username", "billy_48"], ["access_token", "7a18665eea06febd1f635b9de881afd8"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:07:50.478597"], ["updated_at", "2016-08-08 23:07:50.478597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1204703093 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1204703093], ["username", "billy_49"], ["access_token", "9283cc93670a728c88f0d23e47e89eed"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:07:50.480188"], ["updated_at", "2016-08-08 23:07:50.480188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1475674958 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1475674958], ["username", "jstrav"], ["access_token", "6024d01a04b4adfa772d6b729f544bab"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:50.487799"], ["updated_at", "2016-08-08 23:07:50.487799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1763938069 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1763938069], ["username", "mary"], ["access_token", "d927b9ea29032455ee0d62a7c4f544b8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:50.490959"], ["updated_at", "2016-08-08 23:07:50.490959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -307976406 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -307976406], ["username", "jstead"], ["access_token", "b9e5855e430c00ab935a6fc9853fdc91"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.493598"], ["updated_at", "2016-08-08 23:07:50.493598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1547407258 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1547407258], ["username", "bigbear"], ["access_token", "b7ab3caecb8dc4cdf80cbf14ccf3ee56"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.495823"], ["updated_at", "2016-08-08 23:07:50.495823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -774025088 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -774025088], ["username", "billy_00"], ["access_token", "5a7724dd1a3fff585200b4a20011229a"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:07:50.497865"], ["updated_at", "2016-08-08 23:07:50.497865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -446313990 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -446313990], ["username", "billy_01"], ["access_token", "6483b9b4347de1b1de15cc5bb09e41de"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:07:50.499620"], ["updated_at", "2016-08-08 23:07:50.499620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -321422591 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -321422591], ["username", "billy_02"], ["access_token", "8d05951a70df41b6beb86f42064c4235"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:07:50.501284"], ["updated_at", "2016-08-08 23:07:50.501284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807986829 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -807986829], ["username", "billy_03"], ["access_token", "9aeb34da1510914db42503b55acd64c4"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:07:50.503019"], ["updated_at", "2016-08-08 23:07:50.503019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -353544828 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -353544828], ["username", "billy_04"], ["access_token", "a703b2cec78fb18297a9c7f55a74106e"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:07:50.504679"], ["updated_at", "2016-08-08 23:07:50.504679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598649361 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -598649361], ["username", "billy_05"], ["access_token", "b7aa255dc24edbcc62bad7b92014e0c2"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:07:50.506323"], ["updated_at", "2016-08-08 23:07:50.506323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -996347471 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -996347471], ["username", "billy_06"], ["access_token", "6a0ce218c41f7fbb187fcdfc3473b98e"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:07:50.507981"], ["updated_at", "2016-08-08 23:07:50.507981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1269428860 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1269428860], ["username", "billy_07"], ["access_token", "6c575fcb9a05770a2712994a4689a4c4"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:07:50.509632"], ["updated_at", "2016-08-08 23:07:50.509632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1423248112 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1423248112], ["username", "billy_08"], ["access_token", "639588f582e92fbb1aec8f6ebbd63347"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:07:50.511285"], ["updated_at", "2016-08-08 23:07:50.511285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -152107132 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -152107132], ["username", "billy_09"], ["access_token", "61fe22cdb60ef49ed9d52824c0f7db70"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:07:50.512948"], ["updated_at", "2016-08-08 23:07:50.512948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -336573144 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -336573144], ["username", "billy_10"], ["access_token", "e21658336e64ec2bc31cd3acda86f358"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:07:50.514604"], ["updated_at", "2016-08-08 23:07:50.514604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2083946741 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2083946741], ["username", "billy_11"], ["access_token", "236aa88d39669322eadc1752ad36c9cd"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:07:50.516307"], ["updated_at", "2016-08-08 23:07:50.516307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -161682004 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -161682004], ["username", "billy_12"], ["access_token", "6329674cb849d2b0a38e5aaf4d140387"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:07:50.517957"], ["updated_at", "2016-08-08 23:07:50.517957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1240295359 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1240295359], ["username", "billy_13"], ["access_token", "9e183c2ff0f63d8e4bc5c6045c43855b"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:07:50.519638"], ["updated_at", "2016-08-08 23:07:50.519638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1138411343 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1138411343], ["username", "billy_14"], ["access_token", "cf0ffb80dd4681d2aa47935aa61ebedb"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:07:50.521806"], ["updated_at", "2016-08-08 23:07:50.521806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -662447404 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -662447404], ["username", "billy_15"], ["access_token", "bdbb93b39fddec9468b8e0aac5a762a8"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:07:50.523672"], ["updated_at", "2016-08-08 23:07:50.523672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1973794290 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1973794290], ["username", "billy_16"], ["access_token", "2821dc0e316da0d07cee3d179a9852d7"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:07:50.525473"], ["updated_at", "2016-08-08 23:07:50.525473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -530328134 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -530328134], ["username", "billy_17"], ["access_token", "73b7ba1cd46f1572684cd1bb48904bd2"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:07:50.527340"], ["updated_at", "2016-08-08 23:07:50.527340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444390775 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -444390775], ["username", "billy_18"], ["access_token", "fca52ee0b03fcb7d6f05e4e426717fb5"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:07:50.529850"], ["updated_at", "2016-08-08 23:07:50.529850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1230399271 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1230399271], ["username", "billy_19"], ["access_token", "74ee46105be7b1d3e8add3626dd47ed5"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:07:50.531865"], ["updated_at", "2016-08-08 23:07:50.531865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478517410 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -478517410], ["username", "billy_20"], ["access_token", "11cf3b8d857094a52f6ba5075dce0936"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:07:50.533680"], ["updated_at", "2016-08-08 23:07:50.533680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1390714543 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1390714543], ["username", "billy_21"], ["access_token", "d4bfbb2ab59d7659da59551899293c13"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:07:50.535447"], ["updated_at", "2016-08-08 23:07:50.535447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1955894103 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1955894103], ["username", "billy_22"], ["access_token", "04f6359ec746691f04a1019cf3ba039a"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:07:50.537190"], ["updated_at", "2016-08-08 23:07:50.537190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -862369306 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -862369306], ["username", "billy_23"], ["access_token", "5f18ad75e585c3da2da0814bdbb321e0"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:07:50.538908"], ["updated_at", "2016-08-08 23:07:50.538908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -384884096 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -384884096], ["username", "billy_24"], ["access_token", "5bd62b0b36de90e66f2bb8cf40311fca"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:07:50.540654"], ["updated_at", "2016-08-08 23:07:50.540654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1929305147 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1929305147], ["username", "billy_25"], ["access_token", "e8975d8b9faa7d4dd3e7b676069247fe"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:07:50.542357"], ["updated_at", "2016-08-08 23:07:50.542357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -705942892 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -705942892], ["username", "billy_26"], ["access_token", "284774c868e39d11487dc056d04b18a3"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:07:50.544044"], ["updated_at", "2016-08-08 23:07:50.544044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1318373492 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1318373492], ["username", "billy_27"], ["access_token", "5f3cb9b322fd0a5a79a15fc9b242292f"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:07:50.545725"], ["updated_at", "2016-08-08 23:07:50.545725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -464728052 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -464728052], ["username", "billy_28"], ["access_token", "2202171333e4e52eba0640aff1df8cc1"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:07:50.547399"], ["updated_at", "2016-08-08 23:07:50.547399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -370803657 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -370803657], ["username", "billy_29"], ["access_token", "f992d258810803cff61c0e763132755d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:07:50.549060"], ["updated_at", "2016-08-08 23:07:50.549060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748106815 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -748106815], ["username", "billy_30"], ["access_token", "5aab38632005ca5c720a0c48b7d85f24"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:07:50.550781"], ["updated_at", "2016-08-08 23:07:50.550781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772349813 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1772349813], ["username", "billy_31"], ["access_token", "c996fd15f4a32c41f87abfecea052a35"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:07:50.552422"], ["updated_at", "2016-08-08 23:07:50.552422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -427152671 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -427152671], ["username", "billy_32"], ["access_token", "6c05e2aa06ea69fd4fc3c9613e33bc6d"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:07:50.554069"], ["updated_at", "2016-08-08 23:07:50.554069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -543123436 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -543123436], ["username", "billy_33"], ["access_token", "1548cb90f194ac0bc7f633f8cb80acda"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:07:50.555746"], ["updated_at", "2016-08-08 23:07:50.555746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1860670243 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1860670243], ["username", "billy_34"], ["access_token", "3536f1f9e875bfec2e334c6c0b102e39"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:07:50.557390"], ["updated_at", "2016-08-08 23:07:50.557390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -998188044 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -998188044], ["username", "billy_35"], ["access_token", "2201bee6ad942a1c15a8368faf8f5454"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:07:50.559205"], ["updated_at", "2016-08-08 23:07:50.559205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1397023417 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1397023417], ["username", "billy_36"], ["access_token", "8064edc31dbca160d94c4f40f58d9ea4"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:07:50.560920"], ["updated_at", "2016-08-08 23:07:50.560920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -527749997 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -527749997], ["username", "billy_37"], ["access_token", "0341436094d14ef61363e49a63953549"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:07:50.562586"], ["updated_at", "2016-08-08 23:07:50.562586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488591307 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -488591307], ["username", "billy_38"], ["access_token", "fa0e48977c1847a16af7db3b7cff0b42"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:07:50.564226"], ["updated_at", "2016-08-08 23:07:50.564226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1388246598 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1388246598], ["username", "billy_39"], ["access_token", "01b57027d3c8612082e27ca966e23b5c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:07:50.565861"], ["updated_at", "2016-08-08 23:07:50.565861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1130170988 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1130170988], ["username", "billy_40"], ["access_token", "28143ff1cdf553dbdf996704a3734d12"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:07:50.567493"], ["updated_at", "2016-08-08 23:07:50.567493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1376807328 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1376807328], ["username", "billy_41"], ["access_token", "b1990265ece3c36ec932a3ad589d8f27"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:07:50.569135"], ["updated_at", "2016-08-08 23:07:50.569135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -440213787 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -440213787], ["username", "billy_42"], ["access_token", "d029cb50aee318bc3c452b569c9100b0"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:07:50.570766"], ["updated_at", "2016-08-08 23:07:50.570766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1827658046 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1827658046], ["username", "billy_43"], ["access_token", "882fb99dc7d30c28b74f5f72c65cafb9"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:07:50.572392"], ["updated_at", "2016-08-08 23:07:50.572392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2111660554 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2111660554], ["username", "billy_44"], ["access_token", "c549c844abec8ed82980456a561a8c9e"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:07:50.574017"], ["updated_at", "2016-08-08 23:07:50.574017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -450122010 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -450122010], ["username", "billy_45"], ["access_token", "208077a274a575b4a2b3a705e33d06b9"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:07:50.575646"], ["updated_at", "2016-08-08 23:07:50.575646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1386366453 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1386366453], ["username", "billy_46"], ["access_token", "7ed33235f5bce300a76bae9b14cbd6c7"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:07:50.577273"], ["updated_at", "2016-08-08 23:07:50.577273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1047249828 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1047249828], ["username", "billy_47"], ["access_token", "785720c95458c2e4a074dc78a9a2f855"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:07:50.578885"], ["updated_at", "2016-08-08 23:07:50.578885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1124199455 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1124199455], ["username", "billy_48"], ["access_token", "880d78d4b130471cbd240dc52a915173"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:07:50.580503"], ["updated_at", "2016-08-08 23:07:50.580503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -5671661 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -5671661], ["username", "billy_49"], ["access_token", "a0cbf1e2c3a808a3de6d79637cf6b6f5"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:07:50.582121"], ["updated_at", "2016-08-08 23:07:50.582121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1791774209 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1791774209], ["username", "jstrav"], ["access_token", "8999991b6ca0d94e094825003d1651e5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:50.587135"], ["updated_at", "2016-08-08 23:07:50.587135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -697292548 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -697292548], ["username", "mary"], ["access_token", "3d5bb526d32ee12cd7ee18c59d1f291f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:50.589266"], ["updated_at", "2016-08-08 23:07:50.589266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -585822216 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -585822216], ["username", "jstead"], ["access_token", "e05e0c3c8d83587031b133bc431f4018"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.591301"], ["updated_at", "2016-08-08 23:07:50.591301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -573649406 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -573649406], ["username", "bigbear"], ["access_token", "2b92c96df505b45c2d669b8e2e7394b0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.592984"], ["updated_at", "2016-08-08 23:07:50.592984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -128454877 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -128454877], ["username", "billy_00"], ["access_token", "e9631fc449f271de1b1b64abb849b069"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:07:50.594680"], ["updated_at", "2016-08-08 23:07:50.594680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -83329932 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -83329932], ["username", "billy_01"], ["access_token", "39c3a46324c1e2fbcff0b84bce3c9650"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:07:50.596351"], ["updated_at", "2016-08-08 23:07:50.596351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -259996117 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -259996117], ["username", "billy_02"], ["access_token", "442d70f25ecf307bafde0f7ca335f34d"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:07:50.597999"], ["updated_at", "2016-08-08 23:07:50.597999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904132197 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1904132197], ["username", "billy_03"], ["access_token", "8dfcb4bd7d63d950b5b0b4abe5800914"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:07:50.599652"], ["updated_at", "2016-08-08 23:07:50.599652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1141091587 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1141091587], ["username", "billy_04"], ["access_token", "def4cb32d9b730edc3d7ca0c04208379"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:07:50.601281"], ["updated_at", "2016-08-08 23:07:50.601281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812309722 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1812309722], ["username", "billy_05"], ["access_token", "5213b75f4a04b129368a8e7b2689b83e"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:07:50.602914"], ["updated_at", "2016-08-08 23:07:50.602914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378195562 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -378195562], ["username", "billy_06"], ["access_token", "6cbb45143c95f3899491a68947cb5372"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:07:50.604547"], ["updated_at", "2016-08-08 23:07:50.604547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -643052831 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -643052831], ["username", "billy_07"], ["access_token", "1449a12449dcab9f66980b5bfcc9d058"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:07:50.606171"], ["updated_at", "2016-08-08 23:07:50.606171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1092321499 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1092321499], ["username", "billy_08"], ["access_token", "60719b5ce0efb624752216fa2269795a"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:07:50.607901"], ["updated_at", "2016-08-08 23:07:50.607901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -123347574 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -123347574], ["username", "billy_09"], ["access_token", "4ee27aa90940f5dc0a4a5e6faf02358a"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:07:50.609525"], ["updated_at", "2016-08-08 23:07:50.609525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2146726132 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2146726132], ["username", "billy_10"], ["access_token", "98e97cc95923d67b89f49d0f2990e260"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:07:50.611151"], ["updated_at", "2016-08-08 23:07:50.611151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -569678246 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -569678246], ["username", "billy_11"], ["access_token", "57a49aeec588b8b2f0d6c748537df01f"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:07:50.612769"], ["updated_at", "2016-08-08 23:07:50.612769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -40214408 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -40214408], ["username", "billy_12"], ["access_token", "48773026d5dfe0bbc4ab57b224ced162"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:07:50.614389"], ["updated_at", "2016-08-08 23:07:50.614389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -606216551 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -606216551], ["username", "billy_13"], ["access_token", "9ad57311be6b0e07a0259cafd8c271b5"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:07:50.616017"], ["updated_at", "2016-08-08 23:07:50.616017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -777607176 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -777607176], ["username", "billy_14"], ["access_token", "e33e8e9f15c80cecea90798c8e036ff0"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:07:50.617632"], ["updated_at", "2016-08-08 23:07:50.617632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -202941638 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -202941638], ["username", "billy_15"], ["access_token", "0eb3872c8dc4801dd01ffd592ce23a23"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:07:50.619242"], ["updated_at", "2016-08-08 23:07:50.619242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1819468331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1819468331], ["username", "billy_16"], ["access_token", "9d6307bbd25aff38207ab6c85fc8f63b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:07:50.621163"], ["updated_at", "2016-08-08 23:07:50.621163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -927160715 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -927160715], ["username", "billy_17"], ["access_token", "d4c87a855eb4483397237bb55df54f8b"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:07:50.623015"], ["updated_at", "2016-08-08 23:07:50.623015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841933247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1841933247], ["username", "billy_18"], ["access_token", "208725aafc84ac2446b7df142c8d123f"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:07:50.624699"], ["updated_at", "2016-08-08 23:07:50.624699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -158538289 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -158538289], ["username", "billy_19"], ["access_token", "e60bf0a4c8a92b5f4b2aff2387cd7fd3"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:07:50.626354"], ["updated_at", "2016-08-08 23:07:50.626354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800241481 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -800241481], ["username", "billy_20"], ["access_token", "1af74e552c25132542194627b2f75fc1"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:07:50.628041"], ["updated_at", "2016-08-08 23:07:50.628041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1558080182 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1558080182], ["username", "billy_21"], ["access_token", "567e1f11da222aad0e44c16630c55743"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:07:50.630313"], ["updated_at", "2016-08-08 23:07:50.630313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -89470719 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -89470719], ["username", "billy_22"], ["access_token", "f9eca46002dd0059d414e0c1411a1b1c"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:07:50.632223"], ["updated_at", "2016-08-08 23:07:50.632223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239042747 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -239042747], ["username", "billy_23"], ["access_token", "128bfb8af222512138a76027d32b0999"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:07:50.633983"], ["updated_at", "2016-08-08 23:07:50.633983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1323273269 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1323273269], ["username", "billy_24"], ["access_token", "f5dbf49b2f489ab9b914598532490ce5"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:07:50.635739"], ["updated_at", "2016-08-08 23:07:50.635739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605923244 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1605923244], ["username", "billy_25"], ["access_token", "72f31502cdb36d10b1344cb9e9d07f57"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:07:50.637436"], ["updated_at", "2016-08-08 23:07:50.637436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -917605982 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -917605982], ["username", "billy_26"], ["access_token", "cc89f6386da1d724aaa2146fda3be97b"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:07:50.639114"], ["updated_at", "2016-08-08 23:07:50.639114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -133256464 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -133256464], ["username", "billy_27"], ["access_token", "e9b5a6865fb0d6668e616a34be54c0f7"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:07:50.640836"], ["updated_at", "2016-08-08 23:07:50.640836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1865446690 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1865446690], ["username", "billy_28"], ["access_token", "a0652a200185bbebf8f392ed9f820b3f"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:07:50.642493"], ["updated_at", "2016-08-08 23:07:50.642493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1595190071 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1595190071], ["username", "billy_29"], ["access_token", "23b34ddc343505953e452622e2dab0fc"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:07:50.644144"], ["updated_at", "2016-08-08 23:07:50.644144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -150748534 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -150748534], ["username", "billy_30"], ["access_token", "ec4e1518175ce6f543b1524e48e1988a"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:07:50.645855"], ["updated_at", "2016-08-08 23:07:50.645855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -243429746 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -243429746], ["username", "billy_31"], ["access_token", "11959cbf219a4176a6c756e1624bd1e1"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:07:50.647497"], ["updated_at", "2016-08-08 23:07:50.647497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1352994659 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1352994659], ["username", "billy_32"], ["access_token", "39393b43822ade219818476558fff8f4"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:07:50.649132"], ["updated_at", "2016-08-08 23:07:50.649132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -494547358 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -494547358], ["username", "billy_33"], ["access_token", "3a7f767031e2a831ac5cd1a22d60941f"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:07:50.650792"], ["updated_at", "2016-08-08 23:07:50.650792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512861339 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -512861339], ["username", "billy_34"], ["access_token", "6a9865c9916f91bce33992479cd3c93b"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:07:50.652431"], ["updated_at", "2016-08-08 23:07:50.652431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1426349398 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1426349398], ["username", "billy_35"], ["access_token", "804c55fc90c4d91a07db3bfecb10a0b7"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:07:50.654193"], ["updated_at", "2016-08-08 23:07:50.654193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -942217660 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -942217660], ["username", "billy_36"], ["access_token", "49431fcdb83a1fd268969a06a52e4421"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:07:50.655929"], ["updated_at", "2016-08-08 23:07:50.655929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2079824240 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2079824240], ["username", "billy_37"], ["access_token", "1fcea35eb189377d0a31c9d6d4e08eb3"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:07:50.657561"], ["updated_at", "2016-08-08 23:07:50.657561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -11520715 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -11520715], ["username", "billy_38"], ["access_token", "33accfc6240f950410640669caa328ea"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:07:50.659192"], ["updated_at", "2016-08-08 23:07:50.659192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1426020491 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1426020491], ["username", "billy_39"], ["access_token", "a6a700b73237affae9360dd0e1c0c5b1"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:07:50.660874"], ["updated_at", "2016-08-08 23:07:50.660874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -142471429 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -142471429], ["username", "billy_40"], ["access_token", "fded22991893955407b5273d2b727523"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:07:50.662506"], ["updated_at", "2016-08-08 23:07:50.662506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -456092473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -456092473], ["username", "billy_41"], ["access_token", "f8d0303a47b16d99d1a46e00da477c59"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:07:50.664125"], ["updated_at", "2016-08-08 23:07:50.664125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -497884040 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -497884040], ["username", "billy_42"], ["access_token", "5135383bc3e7a59aeb77498f0cbf91df"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:07:50.665750"], ["updated_at", "2016-08-08 23:07:50.665750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1614737505 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1614737505], ["username", "billy_43"], ["access_token", "cded662a550b687f8be694ba44dcef23"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:07:50.667362"], ["updated_at", "2016-08-08 23:07:50.667362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1371466573 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1371466573], ["username", "billy_44"], ["access_token", "c1ae7f53736baa2e445b651be1a51629"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:07:50.669005"], ["updated_at", "2016-08-08 23:07:50.669005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -640489615 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -640489615], ["username", "billy_45"], ["access_token", "0cb27fe746c53a14e054b28e976e8b1a"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:07:50.670670"], ["updated_at", "2016-08-08 23:07:50.670670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -90240360 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -90240360], ["username", "billy_46"], ["access_token", "fdc2860dad11b9727fe6a6aa79a92ac0"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:07:50.683776"], ["updated_at", "2016-08-08 23:07:50.683776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -476161403 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -476161403], ["username", "billy_47"], ["access_token", "b41a666865a9a3d5e5c02a999e8b8e3b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:07:50.686089"], ["updated_at", "2016-08-08 23:07:50.686089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1646889196 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1646889196], ["username", "billy_48"], ["access_token", "3cbcc1eef0021f3e06500ec69c51773a"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:07:50.688087"], ["updated_at", "2016-08-08 23:07:50.688087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1198161421 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1198161421], ["username", "billy_49"], ["access_token", "fa274ceac54e6d9abab33ab342482fd3"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:07:50.690008"], ["updated_at", "2016-08-08 23:07:50.690008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -914833371 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -914833371], ["username", "jstrav"], ["access_token", "413ed7a29271246c47c182419e33c3f1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:50.697296"], ["updated_at", "2016-08-08 23:07:50.697296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -26973834 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -26973834], ["username", "mary"], ["access_token", "786dcaaea380ccb70c0a709413f9917a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:50.699426"], ["updated_at", "2016-08-08 23:07:50.699426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719173849 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1719173849], ["username", "jstead"], ["access_token", "7268abaae7609f755f4c0382cb5f1175"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.701377"], ["updated_at", "2016-08-08 23:07:50.701377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -417830003 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -417830003], ["username", "bigbear"], ["access_token", "245a3112821326893d70d5380a60bcaf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.703128"], ["updated_at", "2016-08-08 23:07:50.703128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592064252 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -592064252], ["username", "billy_00"], ["access_token", "f77762aa365d024a14f9596171257488"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:07:50.704937"], ["updated_at", "2016-08-08 23:07:50.704937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406041428 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -406041428], ["username", "billy_01"], ["access_token", "17c3e88a31724f76a2706411e7aa109b"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:07:50.706692"], ["updated_at", "2016-08-08 23:07:50.706692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2064329628 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2064329628], ["username", "billy_02"], ["access_token", "d61ee7fd708d82fe30fe86bb61aa41d0"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:07:50.708441"], ["updated_at", "2016-08-08 23:07:50.708441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -120984908 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -120984908], ["username", "billy_03"], ["access_token", "f1fbe6d368f4a842a70a8dc71bf0f590"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:07:50.710168"], ["updated_at", "2016-08-08 23:07:50.710168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -513883120 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -513883120], ["username", "billy_04"], ["access_token", "9fffc467502690332e31f06cc3bfac6a"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:07:50.711938"], ["updated_at", "2016-08-08 23:07:50.711938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883985987 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1883985987], ["username", "billy_05"], ["access_token", "06a45b106a470eaa52a8b835b9141034"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:07:50.713665"], ["updated_at", "2016-08-08 23:07:50.713665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -425195288 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -425195288], ["username", "billy_06"], ["access_token", "785bc116c0a0a757a9360a9e7c9b4c29"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:07:50.715394"], ["updated_at", "2016-08-08 23:07:50.715394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -864435772 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -864435772], ["username", "billy_07"], ["access_token", "83d5cd3b7d4874397984488d8d49ea2e"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:07:50.717220"], ["updated_at", "2016-08-08 23:07:50.717220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378614853 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -378614853], ["username", "billy_08"], ["access_token", "9f4803b314315bd55ec0f2d27c1abe56"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:07:50.719075"], ["updated_at", "2016-08-08 23:07:50.719075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2090533338 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2090533338], ["username", "billy_09"], ["access_token", "efa03e153efff9012e309edd3bdaf0a1"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:07:50.720799"], ["updated_at", "2016-08-08 23:07:50.720799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -249348021 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -249348021], ["username", "billy_10"], ["access_token", "6af3790d1152c1c819ad9e5de05c6fdc"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:07:50.722510"], ["updated_at", "2016-08-08 23:07:50.722510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1651502205 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1651502205], ["username", "billy_11"], ["access_token", "806520ef02b344efd3149049618d98c1"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:07:50.724224"], ["updated_at", "2016-08-08 23:07:50.724224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -234386791 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -234386791], ["username", "billy_12"], ["access_token", "28e9b01cc80ace037a3b29d40486d479"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:07:50.726040"], ["updated_at", "2016-08-08 23:07:50.726040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2088566494 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2088566494], ["username", "billy_13"], ["access_token", "7affca983759a66b96d4588422c69d54"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:07:50.727780"], ["updated_at", "2016-08-08 23:07:50.727780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1311913345 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1311913345], ["username", "billy_14"], ["access_token", "c1e91d6e97c956dc98c16bef21571dc2"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:07:50.729530"], ["updated_at", "2016-08-08 23:07:50.729530"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1231683250 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1231683250], ["username", "billy_15"], ["access_token", "467bffb31494059418497296144bc70f"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:07:50.731554"], ["updated_at", "2016-08-08 23:07:50.731554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -8577229 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -8577229], ["username", "billy_16"], ["access_token", "21db154e9281b2fb9dcd2e2402b3baed"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:07:50.733292"], ["updated_at", "2016-08-08 23:07:50.733292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2042061630 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2042061630], ["username", "billy_17"], ["access_token", "420d817587b8abc9bbaedd531ff69c5f"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:07:50.735063"], ["updated_at", "2016-08-08 23:07:50.735063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656639055 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1656639055], ["username", "billy_18"], ["access_token", "8ffabf5ff5ed69f5dd8660bd06c0a91f"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:07:50.736798"], ["updated_at", "2016-08-08 23:07:50.736798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -960299552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -960299552], ["username", "billy_19"], ["access_token", "dcef1eff497b388cd63ac587dd3c1b1b"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:07:50.738479"], ["updated_at", "2016-08-08 23:07:50.738479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460446640 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1460446640], ["username", "billy_20"], ["access_token", "2d4b9e0fb4cd1934a5b755f664c4ff94"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:07:50.740210"], ["updated_at", "2016-08-08 23:07:50.740210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1473389070 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1473389070], ["username", "billy_21"], ["access_token", "67528f8c587a97a8c80cf1331b933e35"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:07:50.741937"], ["updated_at", "2016-08-08 23:07:50.741937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647788143 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1647788143], ["username", "billy_22"], ["access_token", "fd3c298c0320c2119ef7c2604b4d8192"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:07:50.743660"], ["updated_at", "2016-08-08 23:07:50.743660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1027896577 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1027896577], ["username", "billy_23"], ["access_token", "363f10036c8a49cb456109ac56d3babd"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:07:50.745429"], ["updated_at", "2016-08-08 23:07:50.745429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1083191134 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1083191134], ["username", "billy_24"], ["access_token", "7394bd2ec3405df4ccd5f157e57a8a51"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:07:50.747581"], ["updated_at", "2016-08-08 23:07:50.747581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460512282 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1460512282], ["username", "billy_25"], ["access_token", "3858a983e7b083aa22097223355d6e36"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:07:50.749580"], ["updated_at", "2016-08-08 23:07:50.749580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1064574523 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1064574523], ["username", "billy_26"], ["access_token", "0c5c4452616e5e5c938e28baf3f62f15"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:07:50.751387"], ["updated_at", "2016-08-08 23:07:50.751387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1342337988 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1342337988], ["username", "billy_27"], ["access_token", "c9e2a328bb1f63e308342d3b95efaddb"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:07:50.753111"], ["updated_at", "2016-08-08 23:07:50.753111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1039917815 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1039917815], ["username", "billy_28"], ["access_token", "7d138792678df2c4985366594220e67e"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:07:50.754842"], ["updated_at", "2016-08-08 23:07:50.754842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -80205570 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -80205570], ["username", "billy_29"], ["access_token", "035326024f954074ad51b571da40f501"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:07:50.756626"], ["updated_at", "2016-08-08 23:07:50.756626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -124153294 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -124153294], ["username", "billy_30"], ["access_token", "af200fea2bb2a105869375aa766a006d"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:07:50.758412"], ["updated_at", "2016-08-08 23:07:50.758412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -347406089 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -347406089], ["username", "billy_31"], ["access_token", "6cd5efcfa9336df0f12a8f701d8a898d"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:07:50.760154"], ["updated_at", "2016-08-08 23:07:50.760154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283319366 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1283319366], ["username", "billy_32"], ["access_token", "887a8604caa6dfee1f7f0f687a533c02"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:07:50.761874"], ["updated_at", "2016-08-08 23:07:50.761874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1703766649 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1703766649], ["username", "billy_33"], ["access_token", "7330e975b7bb03017eab9d4aec800f62"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:07:50.763589"], ["updated_at", "2016-08-08 23:07:50.763589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -33896277 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -33896277], ["username", "billy_34"], ["access_token", "88a253780d669eb471bfa2e9c419809c"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:07:50.765330"], ["updated_at", "2016-08-08 23:07:50.765330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1776232150 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1776232150], ["username", "billy_35"], ["access_token", "d96e22a27c149c4a6e059336858e6989"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:07:50.767041"], ["updated_at", "2016-08-08 23:07:50.767041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1696903234 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1696903234], ["username", "billy_36"], ["access_token", "672accd1dea655f4b8bd89d05459743d"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:07:50.768760"], ["updated_at", "2016-08-08 23:07:50.768760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29049292 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -29049292], ["username", "billy_37"], ["access_token", "fb21c5344981533a310bf1993b72d236"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:07:50.770485"], ["updated_at", "2016-08-08 23:07:50.770485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -129314069 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -129314069], ["username", "billy_38"], ["access_token", "cb189c070ed1cdf137754d5b19f1a2fa"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:07:50.779364"], ["updated_at", "2016-08-08 23:07:50.779364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -508898323 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -508898323], ["username", "billy_39"], ["access_token", "632528bfda1a993723318cfe0ac74bbf"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:07:50.781532"], ["updated_at", "2016-08-08 23:07:50.781532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1470990409 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1470990409], ["username", "billy_40"], ["access_token", "6fc454392180cc07fbe09f446480585f"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:07:50.785843"], ["updated_at", "2016-08-08 23:07:50.785843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674851604 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -674851604], ["username", "billy_41"], ["access_token", "413776b704194dff700f93920df067c0"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:07:50.787711"], ["updated_at", "2016-08-08 23:07:50.787711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1726933713 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1726933713], ["username", "billy_42"], ["access_token", "6940402e21b8d0ef6f1c3fd8b6df107a"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:07:50.789534"], ["updated_at", "2016-08-08 23:07:50.789534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1709150906 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1709150906], ["username", "billy_43"], ["access_token", "cac2d5fa6d8d66c4ae8242ccdd8e56e9"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:07:50.791425"], ["updated_at", "2016-08-08 23:07:50.791425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1733154908 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1733154908], ["username", "billy_44"], ["access_token", "152363c7b93c56ea44480a52843c214a"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:07:50.793345"], ["updated_at", "2016-08-08 23:07:50.793345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2079439052 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2079439052], ["username", "billy_45"], ["access_token", "e09048cec99ec2234a2e1077c5d857e1"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:07:50.795092"], ["updated_at", "2016-08-08 23:07:50.795092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -781377800 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -781377800], ["username", "billy_46"], ["access_token", "491a8d4a2ce56cf1896ab5a32fed2509"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:07:50.796829"], ["updated_at", "2016-08-08 23:07:50.796829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841389931 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1841389931], ["username", "billy_47"], ["access_token", "d2e6e72d38cffa0a31c8ff4be8a7e4b0"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:07:50.798555"], ["updated_at", "2016-08-08 23:07:50.798555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2047193541 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2047193541], ["username", "billy_48"], ["access_token", "4681de415717a0b18d0b8ba129fe9443"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:07:50.800291"], ["updated_at", "2016-08-08 23:07:50.800291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1924684335 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1924684335], ["username", "billy_49"], ["access_token", "36b9f07d8add3288e25aa211cab95f4f"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:07:50.802024"], ["updated_at", "2016-08-08 23:07:50.802024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1749926813 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1749926813], ["username", "jstrav"], ["access_token", "4c77c15a02ca83d9fe76d296e1453367"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:07:50.810136"], ["updated_at", "2016-08-08 23:07:50.810136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1757059196 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1757059196], ["username", "mary"], ["access_token", "f03513cb022dc408a80720670ea90a59"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:07:50.812405"], ["updated_at", "2016-08-08 23:07:50.812405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1918306774 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1918306774], ["username", "jstead"], ["access_token", "23e9344485d716bc3dbddbb801969e65"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:07:50.814587"], ["updated_at", "2016-08-08 23:07:50.814587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -402536549 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -402536549], ["username", "bigbear"], ["access_token", "bccb53ff5512b2bd3861b64aa21aa270"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:07:50.816487"], ["updated_at", "2016-08-08 23:07:50.816487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -643452127 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -643452127], ["username", "billy_00"], ["access_token", "f5810f13a4c1e6ae78dadf90863f9888"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:07:50.818387"], ["updated_at", "2016-08-08 23:07:50.818387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512343945 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -512343945], ["username", "billy_01"], ["access_token", "abd6a1caf4c460e2541695dd7b8ebf6f"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:07:50.820210"], ["updated_at", "2016-08-08 23:07:50.820210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -238063653 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -238063653], ["username", "billy_02"], ["access_token", "c81994f65de2067611a9c3726247689b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:07:50.822017"], ["updated_at", "2016-08-08 23:07:50.822017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -743958041 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -743958041], ["username", "billy_03"], ["access_token", "701849172b74b954bdfea58058243da5"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:07:50.823985"], ["updated_at", "2016-08-08 23:07:50.823985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790315894 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1790315894], ["username", "billy_04"], ["access_token", "ad71580920e6ab007930be786ab079e4"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:07:50.825782"], ["updated_at", "2016-08-08 23:07:50.825782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -251461915 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -251461915], ["username", "billy_05"], ["access_token", "931bfa21e855e9d34966d2cbc65099cc"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:07:50.827544"], ["updated_at", "2016-08-08 23:07:50.827544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -150310366 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -150310366], ["username", "billy_06"], ["access_token", "990ea07a8dae36b2990b5fda81021295"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:07:50.829323"], ["updated_at", "2016-08-08 23:07:50.829323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1332784951 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1332784951], ["username", "billy_07"], ["access_token", "f3840b1a79464316a14fcff58b11f854"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:07:50.831095"], ["updated_at", "2016-08-08 23:07:50.831095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1794311728 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1794311728], ["username", "billy_08"], ["access_token", "fdff31face8bb3b03916b1bf42e65bf9"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:07:50.832865"], ["updated_at", "2016-08-08 23:07:50.832865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -909894219 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -909894219], ["username", "billy_09"], ["access_token", "ea905214f5785615936cc29dedc010a8"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:07:50.834633"], ["updated_at", "2016-08-08 23:07:50.834633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1982638652 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1982638652], ["username", "billy_10"], ["access_token", "8793e574a35acf1ff619089092e8639a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:07:50.836389"], ["updated_at", "2016-08-08 23:07:50.836389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1440760143 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1440760143], ["username", "billy_11"], ["access_token", "8f5340c046ec369b13b31dac6aea4515"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:07:50.838101"], ["updated_at", "2016-08-08 23:07:50.838101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -561962074 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -561962074], ["username", "billy_12"], ["access_token", "8a81971102737db273ee6a60652631c0"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:07:50.839857"], ["updated_at", "2016-08-08 23:07:50.839857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -532100111 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -532100111], ["username", "billy_13"], ["access_token", "23afe9307da40b5e24a659161876c455"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:07:50.841613"], ["updated_at", "2016-08-08 23:07:50.841613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -695123775 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -695123775], ["username", "billy_14"], ["access_token", "72a6ebc60d90ec7c6500f076aa8f1b64"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:07:50.843622"], ["updated_at", "2016-08-08 23:07:50.843622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -241662694 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -241662694], ["username", "billy_15"], ["access_token", "7deb9a94ec6ed5ac31d328216e084830"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:07:50.845720"], ["updated_at", "2016-08-08 23:07:50.845720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -778771727 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -778771727], ["username", "billy_16"], ["access_token", "937b995b0af68a9e90d7b9ea36513efc"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:07:50.848349"], ["updated_at", "2016-08-08 23:07:50.848349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222264633 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1222264633], ["username", "billy_17"], ["access_token", "5a029aef5c00b8856dc2145fe96b4391"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:07:50.850330"], ["updated_at", "2016-08-08 23:07:50.850330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1499281146 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1499281146], ["username", "billy_18"], ["access_token", "82d1239a0c8a51804916a73e1310be62"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:07:50.852219"], ["updated_at", "2016-08-08 23:07:50.852219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -41707752 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -41707752], ["username", "billy_19"], ["access_token", "2190b6456233860877ba3b3ee123e5bf"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:07:50.854076"], ["updated_at", "2016-08-08 23:07:50.854076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -246322558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -246322558], ["username", "billy_20"], ["access_token", "42033c2ed9382825c33a9ab30b6b9f0a"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:07:50.855904"], ["updated_at", "2016-08-08 23:07:50.855904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1210350011 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1210350011], ["username", "billy_21"], ["access_token", "e97975795ec7855d618f00571f4331aa"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:07:50.858330"], ["updated_at", "2016-08-08 23:07:50.858330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1696085186 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1696085186], ["username", "billy_22"], ["access_token", "047f099dccc2af1c13a24fd2e7af1bce"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:07:50.861591"], ["updated_at", "2016-08-08 23:07:50.861591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -729939990 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -729939990], ["username", "billy_23"], ["access_token", "28b07832ec5d409971745fc781e219d9"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:07:50.864313"], ["updated_at", "2016-08-08 23:07:50.864313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1486149141 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1486149141], ["username", "billy_24"], ["access_token", "944d14192fb102aa5a938f03f072fb22"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:07:50.866805"], ["updated_at", "2016-08-08 23:07:50.866805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1301128051 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1301128051], ["username", "billy_25"], ["access_token", "f7f3b2a13e9bc5476fc9b72023c23da3"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:07:50.869079"], ["updated_at", "2016-08-08 23:07:50.869079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1759413575 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1759413575], ["username", "billy_26"], ["access_token", "ba90848f7d8ef70b993bfe7353c06ce1"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:07:50.871174"], ["updated_at", "2016-08-08 23:07:50.871174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -315448915 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -315448915], ["username", "billy_27"], ["access_token", "4c02f9b923102c3fa91fdf426b0585b0"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:07:50.873010"], ["updated_at", "2016-08-08 23:07:50.873010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1369495345 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1369495345], ["username", "billy_28"], ["access_token", "438f00af3edba9e4670c5420f7335a33"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:07:50.874741"], ["updated_at", "2016-08-08 23:07:50.874741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -979425790 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -979425790], ["username", "billy_29"], ["access_token", "3bcbc38077aa269516a46b9f28d922b8"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:07:50.876556"], ["updated_at", "2016-08-08 23:07:50.876556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1567857589 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1567857589], ["username", "billy_30"], ["access_token", "1a8410553f44aacf09a381addbe1be63"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:07:50.878401"], ["updated_at", "2016-08-08 23:07:50.878401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -298122748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -298122748], ["username", "billy_31"], ["access_token", "eb517178c38591bb6763711dd5cae455"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:07:50.880100"], ["updated_at", "2016-08-08 23:07:50.880100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -464016915 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -464016915], ["username", "billy_32"], ["access_token", "cc7d079b804d70cf6d8aed3b9d9203e3"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:07:50.881790"], ["updated_at", "2016-08-08 23:07:50.881790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878111258 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -878111258], ["username", "billy_33"], ["access_token", "b0948e8d8a7761f892044a8304a502f1"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:07:50.883506"], ["updated_at", "2016-08-08 23:07:50.883506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1389098221 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1389098221], ["username", "billy_34"], ["access_token", "78fa841f8dd1efb097ab0496a1865452"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:07:50.885211"], ["updated_at", "2016-08-08 23:07:50.885211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -728288723 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -728288723], ["username", "billy_35"], ["access_token", "cb5656343d5d73f90f369225d8380c59"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:07:50.888526"], ["updated_at", "2016-08-08 23:07:50.888526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -842349023 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -842349023], ["username", "billy_36"], ["access_token", "b559cf2aa16819fdd67efbd88f53f841"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:07:50.891487"], ["updated_at", "2016-08-08 23:07:50.891487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -783536605 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -783536605], ["username", "billy_37"], ["access_token", "3fc58a8d93884071b45cf72a74d89ea7"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:07:50.894082"], ["updated_at", "2016-08-08 23:07:50.894082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -727422711 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -727422711], ["username", "billy_38"], ["access_token", "3d347761c6e52c29ab7f96a2e49b8f8c"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:07:50.896437"], ["updated_at", "2016-08-08 23:07:50.896437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1442241473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1442241473], ["username", "billy_39"], ["access_token", "275091969239056d1d4b96b51bdef710"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:07:50.898559"], ["updated_at", "2016-08-08 23:07:50.898559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -200264477 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -200264477], ["username", "billy_40"], ["access_token", "096742781738ba626cc7a2f200c375d5"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:07:50.900443"], ["updated_at", "2016-08-08 23:07:50.900443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -334558311 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -334558311], ["username", "billy_41"], ["access_token", "a50ea43e23d170a5e7366d3d320907bc"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:07:50.902183"], ["updated_at", "2016-08-08 23:07:50.902183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -647492088 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -647492088], ["username", "billy_42"], ["access_token", "cb93346c11d7570726f43a88ea860bd2"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:07:50.903961"], ["updated_at", "2016-08-08 23:07:50.903961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1983171254 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1983171254], ["username", "billy_43"], ["access_token", "740830c8c599e3ab9108193a95d3703f"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:07:50.905681"], ["updated_at", "2016-08-08 23:07:50.905681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1183874475 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1183874475], ["username", "billy_44"], ["access_token", "077bdd51a8bcdcdd355d5940863741f1"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:07:50.907446"], ["updated_at", "2016-08-08 23:07:50.907446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1208898114 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1208898114], ["username", "billy_45"], ["access_token", "6e1a21496961ae09cdba6b03f2b8e814"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:07:50.909384"], ["updated_at", "2016-08-08 23:07:50.909384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -205872877 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -205872877], ["username", "billy_46"], ["access_token", "6f1a634846df549d09d862ae1e3831dc"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:07:50.911144"], ["updated_at", "2016-08-08 23:07:50.911144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1783047921 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1783047921], ["username", "billy_47"], ["access_token", "3e48d1c06a56875da6a104be5f6e39e7"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:07:50.912893"], ["updated_at", "2016-08-08 23:07:50.912893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1658447598 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1658447598], ["username", "billy_48"], ["access_token", "82bdcd256a17306a1d3ecd04ac83f015"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:07:50.914941"], ["updated_at", "2016-08-08 23:07:50.914941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1914117830 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1914117830], ["username", "billy_49"], ["access_token", "9a525cf94519d184ad93a2916f0ddd27"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:07:50.916715"], ["updated_at", "2016-08-08 23:07:50.916715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-08-08 23:07:50.931236"], ["updated_at", "2016-08-08 23:07:50.931236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:50 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-08-08 18:07:50 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_user"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-08-08 23:07:50.958778"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-08-08 23:07:50.961198"], ["updated_at", "2016-08-08 23:07:50.961198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:50 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-08-08 18:07:50 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:50 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-08-08 18:07:50 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_user"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:51 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-08-08 18:07:51 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "0b483d4f09caec1068607d862c2a3b75"], ["created_at", "2016-08-08 23:07:51.019489"], ["updated_at", "2016-08-08 23:07:51.019489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:07:51.021317"], ["updated_at", "2016-08-08 23:07:51.021317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "03b949d4a2f99febe1322f16431856fc"], ["created_at", "2016-08-08 23:07:51.369425"], ["updated_at", "2016-08-08 23:07:51.369425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:07:51.371042"], ["updated_at", "2016-08-08 23:07:51.371042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "1e771d284493e88151dbe1caf15861cd"], ["created_at", "2016-08-08 23:07:51.727384"], ["updated_at", "2016-08-08 23:07:51.727384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:07:51.729131"], ["updated_at", "2016-08-08 23:07:51.729131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "8edc66491435cef4dc7b60873043d6ac"], ["created_at", "2016-08-08 23:07:52.087111"], ["updated_at", "2016-08-08 23:07:52.087111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:07:52.088701"], ["updated_at", "2016-08-08 23:07:52.088701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "7164f2d177b3d723c16ee2bec23f79bc"], ["created_at", "2016-08-08 23:07:52.453818"], ["updated_at", "2016-08-08 23:07:52.453818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:07:52.456181"], ["updated_at", "2016-08-08 23:07:52.456181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:07:52.843859"], ["updated_at", "2016-08-08 23:07:52.843859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:52 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-08-08 18:07:52 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1671994395 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1671994395], ["username", "d04fb5c226996163674c75b69b29616d"], ["access_token", "462ed95baed07ff4da9e3f4b0a209993"], ["created_at", "2016-08-08 23:07:52.865186"], ["updated_at", "2016-08-08 23:07:52.865186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1814960021 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1814960021], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:52.867473"], ["updated_at", "2016-08-08 23:07:52.867473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-08-08 18:07:52 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -329447088 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -329447088], ["username", "ebac3a7a5a8bf63654b165706101269e"], ["access_token", "d253f00056b2ae46d8d817809143fc97"], ["created_at", "2016-08-08 23:07:52.883038"], ["updated_at", "2016-08-08 23:07:52.883038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -243393698 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -243393698], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:52.885350"], ["updated_at", "2016-08-08 23:07:52.885350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -243393698 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-243393698" for 127.0.0.1 at 2016-08-08 18:07:52 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-243393698", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -470184354 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -470184354], ["username", "a615d1a0aa35a9570043734b5ab08984"], ["access_token", "5fe2ad55894b4d058fbf293725f56031"], ["created_at", "2016-08-08 23:07:52.898633"], ["updated_at", "2016-08-08 23:07:52.898633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1054454577 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1054454577], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:52.900844"], ["updated_at", "2016-08-08 23:07:52.900844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1054454577 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1054454577" for 127.0.0.1 at 2016-08-08 18:07:52 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1054454577", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -990884166 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -990884166], ["username", "80a78d54b92a8ab75f5b1fed3d0d1a63"], ["access_token", "c8d81aeade68662fd6bca6fe0eceea8f"], ["created_at", "2016-08-08 23:07:52.914559"], ["updated_at", "2016-08-08 23:07:52.914559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:52 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-08-08 18:07:52 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1201491224 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1201491224], ["username", "f3a05c87287f64e3ac4b51c83f86feb4"], ["access_token", "b6c3954b02f0d6099e0dc5ffb99012c1"], ["created_at", "2016-08-08 23:07:52.938997"], ["updated_at", "2016-08-08 23:07:52.938997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:52 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-08-08 18:07:52 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -295444739 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -295444739], ["username", "8cfa56d7fdf310ae5a5f12074e659513"], ["access_token", "7b84fb470d113bfd0b736ca1914af265"], ["created_at", "2016-08-08 23:07:52.957610"], ["updated_at", "2016-08-08 23:07:52.957610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-08-08 18:07:52 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"8cfa56d7fdf310ae5a5f12074e659513", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"8cfa56d7fdf310ae5a5f12074e659513", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -246598406 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -246598406], ["username", "33a99fbdebe7b426ccfd081fc0ce70a2"], ["access_token", "05aa42050833197bfed4dd113169186b"], ["created_at", "2016-08-08 23:07:52.968860"], ["updated_at", "2016-08-08 23:07:52.968860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:52 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-08-08 18:07:52 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -310266859 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -310266859], ["username", "b8591b54acacb23c7631be5da995dcb9"], ["access_token", "a7911bcb68a4568aa9d7c01134c6ffd9"], ["created_at", "2016-08-08 23:07:52.987339"], ["updated_at", "2016-08-08 23:07:52.987339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -867572073 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -867572073], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:52.990281"], ["updated_at", "2016-08-08 23:07:52.990281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1667262162 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1667262162], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:52.992629"], ["updated_at", "2016-08-08 23:07:52.992629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1667262162]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1667262162 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -867572073]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -867572073 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1667262162 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -867572073 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -867572073], ["member_group_id", -1667262162], ["created_at", "2016-08-08 23:07:52.994562"], ["updated_at", "2016-08-08 23:07:52.994562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-867572073/nestings/-1667262162" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-867572073", "member_group_id"=>"-1667262162", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1855794296 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1855794296], ["username", "78f3f6085563f921c6c1a54319290c00"], ["access_token", "5489e97cb81905f119006730eb535e9e"], ["created_at", "2016-08-08 23:07:53.025548"], ["updated_at", "2016-08-08 23:07:53.025548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -469250314 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -469250314], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:53.028348"], ["updated_at", "2016-08-08 23:07:53.028348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -43371716 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -43371716], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:53.031086"], ["updated_at", "2016-08-08 23:07:53.031086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-469250314/nestings/-43371716" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-469250314", "member_group_id"=>"-43371716", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42154219 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -42154219], ["username", "d63373ea04b91192ad332f964749cc98"], ["access_token", "478aab53cb9142dfaf5d6f41f7338ebf"], ["created_at", "2016-08-08 23:07:53.046138"], ["updated_at", "2016-08-08 23:07:53.046138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -382880166 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -382880166], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:53.049599"], ["updated_at", "2016-08-08 23:07:53.049599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1060790752 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1060790752], ["username", "664652c52d7802cab9405a8de54a10ba"], ["access_token", "8b1a972398057aa29504a9fb30c84f41"], ["created_at", "2016-08-08 23:07:53.052108"], ["updated_at", "2016-08-08 23:07:53.052108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = -382880166) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -382880166], ["user_id", -1060790752], ["created_at", "2016-08-08 23:07:53.054390"], ["updated_at", "2016-08-08 23:07:53.054390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-382880166/owners/-1060790752" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-382880166", "user_id"=>"-1060790752", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1970930885 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1970930885], ["username", "f0ac6e3a2a5d813d088f8bb3321c710d"], ["access_token", "25034860c1289221a62431840dea91f9"], ["created_at", "2016-08-08 23:07:53.072011"], ["updated_at", "2016-08-08 23:07:53.072011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -571360011 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -571360011], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:53.074943"], ["updated_at", "2016-08-08 23:07:53.074943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -562592568 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -562592568], ["username", "6147cfe7d0f182799870151857fac87e"], ["access_token", "31db618bfa4893b290afad1c0b25b59c"], ["created_at", "2016-08-08 23:07:53.077135"], ["updated_at", "2016-08-08 23:07:53.077135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-571360011/owners/-562592568" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-571360011", "user_id"=>"-562592568", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:07:53.090664"], ["updated_at", "2016-08-08 23:07:53.090664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "application_user"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:07:53.111896"], ["updated_at", "2016-08-08 23:07:53.111896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_user"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:07:53.130626"], ["updated_at", "2016-08-08 23:07:53.130626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "application_user"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1909389417 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1909389417], ["username", "bd6c84ff0db8515060efd4d337524ee2"], ["access_token", "70b9474129b8f689dc076986ebfa4d82"], ["created_at", "2016-08-08 23:07:53.149204"], ["updated_at", "2016-08-08 23:07:53.149204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1968391523 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1968391523], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:53.152224"], ["updated_at", "2016-08-08 23:07:53.152224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -149595081 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -149595081], ["username", "c76f7f6f0b9fa2aacf4b9d548da5f89c"], ["access_token", "d78495fd4351209877429ab7f764d65c"], ["created_at", "2016-08-08 23:07:53.154478"], ["updated_at", "2016-08-08 23:07:53.154478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = -1968391523) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1968391523], ["user_id", -149595081], ["created_at", "2016-08-08 23:07:53.156574"], ["updated_at", "2016-08-08 23:07:53.156574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1968391523/members/-149595081" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1968391523", "user_id"=>"-149595081", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -827515236 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -827515236], ["username", "4043bf58d65d05a1de3055415c4c27c4"], ["access_token", "99eb0fe2608333760575f2d38067a524"], ["created_at", "2016-08-08 23:07:53.172108"], ["updated_at", "2016-08-08 23:07:53.172108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1453488050 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1453488050], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:53.174586"], ["updated_at", "2016-08-08 23:07:53.174586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -74721722 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -74721722], ["username", "bc9c3e4514780fb6b055ccfa0de4ea73"], ["access_token", "8813c5abfb18430975c2b4439607bca7"], ["created_at", "2016-08-08 23:07:53.176883"], ["updated_at", "2016-08-08 23:07:53.176883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1453488050/members/-74721722" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1453488050", "user_id"=>"-74721722", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:07:53.190023"], ["updated_at", "2016-08-08 23:07:53.190023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "application_group"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:07:53.208897"], ["updated_at", "2016-08-08 23:07:53.208897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-08-08 18:07:53 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "c0b66b"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c0b66b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "c0b66b"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["created_at", "2016-08-08 23:07:53.231765"], ["updated_at", "2016-08-08 23:07:53.231765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "5c8e8c"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5c8e8c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "5c8e8c"], ["created_at", "2016-08-08 23:07:53.247350"], ["updated_at", "2016-08-08 23:07:53.247350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-08-08 23:07:53.255258"], ["updated_at", "2016-08-08 23:07:53.255258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-08-08 23:07:53.263255"], ["updated_at", "2016-08-08 23:07:53.263255"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "3f6d7fbaab89c7c188b923cddf7e1c61"], ["created_at", "2016-08-08 23:07:53.268123"], ["updated_at", "2016-08-08 23:07:53.268123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "b32b2bdec20512221633c188f1cc8d9d"], ["created_at", "2016-08-08 23:07:53.275418"], ["updated_at", "2016-08-08 23:07:53.275418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a0df05edbe4a5657281aa5bb501d8eb7"], ["created_at", "2016-08-08 23:07:53.281188"], ["updated_at", "2016-08-08 23:07:53.281188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "d6040a5ab0e9b32fda3cbb03d2e75bc9"], ["created_at", "2016-08-08 23:07:53.286982"], ["updated_at", "2016-08-08 23:07:53.286982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ed7d081a6faecd74e70bf4443f402d8a"], ["created_at", "2016-08-08 23:07:53.292523"], ["updated_at", "2016-08-08 23:07:53.292523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ee2e48459253a2a910dcd32dc86f57a7"], ["created_at", "2016-08-08 23:07:53.296293"], ["updated_at", "2016-08-08 23:07:53.296293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:55917/logout Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "0d183cfb4d238556b304832b10c6af98"], ["created_at", "2016-08-08 23:07:53.302877"], ["updated_at", "2016-08-08 23:07:53.302877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1492584323 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'dc3aa0cc33b8291841e925174dcc6a90' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1492584323], ["username", "dc3aa0cc33b8291841e925174dcc6a90"], ["access_token", "99f9c2d3cd71909dc45f1a80d599a71b"], ["created_at", "2016-08-08 23:07:53.309167"], ["updated_at", "2016-08-08 23:07:53.309167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -571295520 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -571295520], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:53.312324"], ["updated_at", "2016-08-08 23:07:53.312324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1029733998 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '0a7bb0fb60c33ca3a6afa3987461e164' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1029733998], ["username", "0a7bb0fb60c33ca3a6afa3987461e164"], ["access_token", "10ad08c54cb91a5adaabf9225172c314"], ["created_at", "2016-08-08 23:07:53.316543"], ["updated_at", "2016-08-08 23:07:53.316543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1875441875 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '204754e80958065be95294cc7b621b4d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1875441875], ["username", "204754e80958065be95294cc7b621b4d"], ["access_token", "bbdacbb810141b8b374bb78c431621ba"], ["created_at", "2016-08-08 23:07:53.320752"], ["updated_at", "2016-08-08 23:07:53.320752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -360510755 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -360510755], ["name", "MyGroup"], ["created_at", "2016-08-08 23:07:53.323327"], ["updated_at", "2016-08-08 23:07:53.323327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-08-08 23:07:53.327836"], ["updated_at", "2016-08-08 23:07:53.327836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (1.8ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.7ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (0.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'  (0.7ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.8ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (0.7ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.8ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (0.8ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.4ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "4e126fb4d2dfa05f88dbfacba626ee13"], ["access_token", "abd8e0d099ccc6d3e0c233d98a058d9e"], ["openstax_uid", 1], ["created_at", "2016-08-08 23:10:37.636945"], ["updated_at", "2016-08-08 23:10:37.636945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:10:37.643326"], ["updated_at", "2016-08-08 23:10:37.643326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1424047592 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1424047592], ["username", "a262aa3494af471b63c5584988deaf5a"], ["access_token", "1ca4ac756854664988ccdd8a950e7855"], ["created_at", "2016-08-08 23:10:37.732635"], ["updated_at", "2016-08-08 23:10:37.732635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1642886481 LIMIT 1 SQL (0.9ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1642886481], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:37.739562"], ["updated_at", "2016-08-08 23:10:37.739562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1642886481 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1642886481" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1642886481", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525374881 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1525374881], ["username", "eb7d012314e18767df08bc8b273f5bdc"], ["access_token", "7f443737739a365054e8b40e8e074dd8"], ["created_at", "2016-08-08 23:10:37.758751"], ["updated_at", "2016-08-08 23:10:37.758751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -870453509 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -870453509], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:37.762769"], ["updated_at", "2016-08-08 23:10:37.762769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1132297570 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1132297570], ["username", "3c10535e28553140417648cdc05bac4a"], ["access_token", "e51676bb0a94fdeaebd07f5960f951f0"], ["created_at", "2016-08-08 23:10:37.775918"], ["updated_at", "2016-08-08 23:10:37.775918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1511631392 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1511631392], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:37.778833"], ["updated_at", "2016-08-08 23:10:37.778833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1511631392 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-1511631392" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-1511631392", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -858179088 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -858179088], ["username", "6a06b05b9895ad7f2c323baa4fb531d1"], ["access_token", "2057b627e268a473053976388a2a6420"], ["created_at", "2016-08-08 23:10:37.792834"], ["updated_at", "2016-08-08 23:10:37.792834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1136072221 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1136072221], ["username", "5398dfe46a0d27319dd2be88fa9701d4"], ["access_token", "b6c1dfe9f075ebed60729f1802c17c5f"], ["created_at", "2016-08-08 23:10:37.817592"], ["updated_at", "2016-08-08 23:10:37.817592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232460144 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1232460144], ["username", "bae37d46c205254779b17872548b7ccc"], ["access_token", "55ac437411655384e899e903d0ddad97"], ["created_at", "2016-08-08 23:10:37.837039"], ["updated_at", "2016-08-08 23:10:37.837039"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1547191935 LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1547191935], ["username", "8c1a79c396df3d154c5d7b3e572e8914"], ["access_token", "8e51b8b06e80004eefc630399d7519d2"], ["created_at", "2016-08-08 23:10:37.858621"], ["updated_at", "2016-08-08 23:10:37.858621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"8c1a79c396df3d154c5d7b3e572e8914", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"8c1a79c396df3d154c5d7b3e572e8914", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:10:37.871589"], ["updated_at", "2016-08-08 23:10:37.871589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:10:37.893053"], ["updated_at", "2016-08-08 23:10:37.893053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:10:37.913134"], ["updated_at", "2016-08-08 23:10:37.913134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2135933961 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2135933961], ["username", "931f979ba029c7c28f0133955c1ac3f1"], ["access_token", "0286e0185d5a9a53ea078696662476fa"], ["created_at", "2016-08-08 23:10:37.931489"], ["updated_at", "2016-08-08 23:10:37.931489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1407353575 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1407353575], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:37.937052"], ["updated_at", "2016-08-08 23:10:37.937052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -676508478 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -676508478], ["username", "522f31cf9e1656150ddd50ea838ce195"], ["access_token", "cc6fa6672b480f0379f4c88380dbfe76"], ["created_at", "2016-08-08 23:10:37.943770"], ["updated_at", "2016-08-08 23:10:37.943770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1407353575/members/-676508478" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1407353575", "user_id"=>"-676508478", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -275736548 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -275736548], ["username", "fa09ecf5669888a16bd0f38a9b1e93e0"], ["access_token", "7b9525c3e89dbbae879f5d205173a9ba"], ["created_at", "2016-08-08 23:10:37.959595"], ["updated_at", "2016-08-08 23:10:37.959595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1913701149 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1913701149], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:37.962298"], ["updated_at", "2016-08-08 23:10:37.962298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591240429 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -591240429], ["username", "5d00930e7c7f245b6dd903f4a8c5faac"], ["access_token", "6fa4f11efb2a0279f80837cfca989ba1"], ["created_at", "2016-08-08 23:10:37.964711"], ["updated_at", "2016-08-08 23:10:37.964711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = -1913701149) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1913701149], ["user_id", -591240429], ["created_at", "2016-08-08 23:10:37.967401"], ["updated_at", "2016-08-08 23:10:37.967401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1913701149/members/-591240429" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1913701149", "user_id"=>"-591240429", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:10:37.979678"], ["updated_at", "2016-08-08 23:10:37.979678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-08-08 18:10:37 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-08-08 23:10:38.001792"], ["updated_at", "2016-08-08 23:10:38.001792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1864537029 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1864537029], ["username", "2ac7e77e0df4f9ff73a863061903fe2d"], ["access_token", "eb9bebcc56bd5dc0bffda6d1a59bc765"], ["created_at", "2016-08-08 23:10:38.021288"], ["updated_at", "2016-08-08 23:10:38.021288"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1299878394 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1299878394], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:38.029063"], ["updated_at", "2016-08-08 23:10:38.029063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1802425269 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1802425269], ["username", "10c24a79c40c3ace5d567784781dda11"], ["access_token", "69573431025549955772307e07388f5d"], ["created_at", "2016-08-08 23:10:38.033684"], ["updated_at", "2016-08-08 23:10:38.033684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1299878394/owners/-1802425269" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1299878394", "user_id"=>"-1802425269", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -318089325 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -318089325], ["username", "c613604532f71a3558fbf9f5a0f3ccd8"], ["access_token", "a924fce947dfded5456cfc41fc94b41e"], ["created_at", "2016-08-08 23:10:38.050324"], ["updated_at", "2016-08-08 23:10:38.050324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1228396616 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1228396616], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:38.052874"], ["updated_at", "2016-08-08 23:10:38.052874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1032705632 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1032705632], ["username", "aa99e1cd40c7662a2648c5c7ecffccde"], ["access_token", "f305c5ef1a5e874dddff396554e8b101"], ["created_at", "2016-08-08 23:10:38.055105"], ["updated_at", "2016-08-08 23:10:38.055105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = -1228396616) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1228396616], ["user_id", -1032705632], ["created_at", "2016-08-08 23:10:38.057465"], ["updated_at", "2016-08-08 23:10:38.057465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1228396616/owners/-1032705632" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1228396616", "user_id"=>"-1032705632", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065544252 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1065544252], ["username", "daabf538a98ab207d1a3d84433dd8f3a"], ["access_token", "985c52ed6cf6cb3364d17e8c7471ba2f"], ["created_at", "2016-08-08 23:10:38.070794"], ["updated_at", "2016-08-08 23:10:38.070794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1436635166 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1436635166], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:38.076066"], ["updated_at", "2016-08-08 23:10:38.076066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1289349648 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1289349648], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:38.079257"], ["updated_at", "2016-08-08 23:10:38.079257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1436635166/nestings/-1289349648" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1436635166", "member_group_id"=>"-1289349648", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -825313018 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -825313018], ["username", "bb6c82bef28ec0f791a32b47a053f265"], ["access_token", "ab5d352842ba72ddf71629c468f9a7db"], ["created_at", "2016-08-08 23:10:38.097741"], ["updated_at", "2016-08-08 23:10:38.097741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -401840709 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -401840709], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:38.100059"], ["updated_at", "2016-08-08 23:10:38.100059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1553968271 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1553968271], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:38.102052"], ["updated_at", "2016-08-08 23:10:38.102052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1553968271]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1553968271 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -401840709]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -401840709 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1553968271 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -401840709 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -401840709], ["member_group_id", -1553968271], ["created_at", "2016-08-08 23:10:38.104534"], ["updated_at", "2016-08-08 23:10:38.104534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-401840709/nestings/-1553968271" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-401840709", "member_group_id"=>"-1553968271", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1485790680 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1485790680], ["username", "jstrav"], ["access_token", "580110a3de74d00a9ef4c5b50bd0f089"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.155047"], ["updated_at", "2016-08-08 23:10:38.155047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -249467600 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -249467600], ["username", "mary"], ["access_token", "de48007c0ff7d0433c56fee0c002a8fb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.157477"], ["updated_at", "2016-08-08 23:10:38.157477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1936825848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1936825848], ["username", "jstead"], ["access_token", "b95f243651e13f81746cb63d54fb7bdd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.159499"], ["updated_at", "2016-08-08 23:10:38.159499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1804712501 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1804712501], ["username", "bigbear"], ["access_token", "00ea42b773a6e6b2a711d0f633a98451"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.161276"], ["updated_at", "2016-08-08 23:10:38.161276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -316346534 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -316346534], ["username", "jstrav"], ["access_token", "33f4242b864722ffd40bcb76cf3079d1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.169087"], ["updated_at", "2016-08-08 23:10:38.169087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2044441298 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2044441298], ["username", "mary"], ["access_token", "818b0ad11946307284b6ea59e4c99e2f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.171969"], ["updated_at", "2016-08-08 23:10:38.171969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -126220055 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -126220055], ["username", "jstead"], ["access_token", "ee7cac03bb5587c5c34d610d1b3930be"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.174520"], ["updated_at", "2016-08-08 23:10:38.174520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1400594850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1400594850], ["username", "bigbear"], ["access_token", "1bc898e2a89b0050c2d637347c37f305"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.176597"], ["updated_at", "2016-08-08 23:10:38.176597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1529562251 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1529562251], ["username", "jstrav"], ["access_token", "222f3d5f2c223080f8208c359cc895d4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.182957"], ["updated_at", "2016-08-08 23:10:38.182957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -614895260 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -614895260], ["username", "mary"], ["access_token", "da3c7022886e15283888934bbf081991"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.185114"], ["updated_at", "2016-08-08 23:10:38.185114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1410237227 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1410237227], ["username", "jstead"], ["access_token", "c3469e17716a996f6871a0179fffc279"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.187237"], ["updated_at", "2016-08-08 23:10:38.187237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -448176271 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -448176271], ["username", "bigbear"], ["access_token", "511c23e4c70a3b741f56aeeda0c71682"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.189164"], ["updated_at", "2016-08-08 23:10:38.189164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1517255384 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1517255384], ["username", "jstrav"], ["access_token", "1281340b887b6ef703c388dadf98594b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.194538"], ["updated_at", "2016-08-08 23:10:38.194538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956102411 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -956102411], ["username", "mary"], ["access_token", "538898f31c5e5a78beff64754a455351"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.196628"], ["updated_at", "2016-08-08 23:10:38.196628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1153745540 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1153745540], ["username", "jstead"], ["access_token", "bfd23c20f3228d16fc31fd003e5a9127"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.198634"], ["updated_at", "2016-08-08 23:10:38.198634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -690229659 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -690229659], ["username", "bigbear"], ["access_token", "98c637bc19f2e90dd7033e2ebc46fee0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.200430"], ["updated_at", "2016-08-08 23:10:38.200430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573682750 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1573682750], ["username", "jstrav"], ["access_token", "d65a967f0c7d484cf5d4adf56dd37454"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.206370"], ["updated_at", "2016-08-08 23:10:38.206370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -174256817 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -174256817], ["username", "mary"], ["access_token", "407a909e298d42edd79585d4847c0c30"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.208429"], ["updated_at", "2016-08-08 23:10:38.208429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -130883463 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -130883463], ["username", "jstead"], ["access_token", "9b6b465926f06f506df0e5d2161cb2f0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.210424"], ["updated_at", "2016-08-08 23:10:38.210424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -82687175 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -82687175], ["username", "bigbear"], ["access_token", "908a70b449a6fd5afbf339f1e8e9494f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.212200"], ["updated_at", "2016-08-08 23:10:38.212200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883546800 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1883546800], ["username", "jstrav"], ["access_token", "b9dea9cd38e6549c4bc841ae279e166f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.218068"], ["updated_at", "2016-08-08 23:10:38.218068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674870688 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -674870688], ["username", "mary"], ["access_token", "89e9a42c8c6159bcb1dbd60a19e31476"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.220383"], ["updated_at", "2016-08-08 23:10:38.220383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1246850147 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1246850147], ["username", "jstead"], ["access_token", "c103e840db995d03b3eab0ccfdcf0b2b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.222402"], ["updated_at", "2016-08-08 23:10:38.222402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1245109904 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1245109904], ["username", "bigbear"], ["access_token", "c48dcafb70bd20d3287ad0669d71b690"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.224198"], ["updated_at", "2016-08-08 23:10:38.224198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1918402537 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1918402537], ["username", "jstrav"], ["access_token", "f401e338aea4909304b6abfcd5238000"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.230210"], ["updated_at", "2016-08-08 23:10:38.230210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1244393892 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1244393892], ["username", "mary"], ["access_token", "627ea8ac7fffc1bdcdce28b4748957a5"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.232336"], ["updated_at", "2016-08-08 23:10:38.232336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1452573855 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1452573855], ["username", "jstead"], ["access_token", "65d537843c38cb5dcc760e479405b908"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.234332"], ["updated_at", "2016-08-08 23:10:38.234332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195948745 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1195948745], ["username", "bigbear"], ["access_token", "fd17469ff8509231e0f36071daf6208b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.236159"], ["updated_at", "2016-08-08 23:10:38.236159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1814562233 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1814562233], ["username", "jstrav"], ["access_token", "ecc57da318bd4f96b2ebf2ed83a3572a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.241464"], ["updated_at", "2016-08-08 23:10:38.241464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -44349890 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -44349890], ["username", "mary"], ["access_token", "beccbefe5f992c1948ffc47588b33c04"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.243723"], ["updated_at", "2016-08-08 23:10:38.243723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020604253 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2020604253], ["username", "jstead"], ["access_token", "64e893f96ff494f151970c26171fc64a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.245724"], ["updated_at", "2016-08-08 23:10:38.245724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1233951956 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1233951956], ["username", "bigbear"], ["access_token", "2124b515301dfbc54bf7f83ba0917bc0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.247518"], ["updated_at", "2016-08-08 23:10:38.247518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1264777503 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1264777503], ["username", "jstrav"], ["access_token", "68251ddc213da46bfded870498ce01b1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.252859"], ["updated_at", "2016-08-08 23:10:38.252859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1218408605 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1218408605], ["username", "mary"], ["access_token", "628049f620a18330cd018a3baf43559e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.254972"], ["updated_at", "2016-08-08 23:10:38.254972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -547432589 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -547432589], ["username", "jstead"], ["access_token", "81ecb91cf75bfb308af3b9c524a709c6"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.256920"], ["updated_at", "2016-08-08 23:10:38.256920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -611611878 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -611611878], ["username", "bigbear"], ["access_token", "7f87d3199469e9c6168e21eba0cf9827"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.258716"], ["updated_at", "2016-08-08 23:10:38.258716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1788010065 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1788010065], ["username", "jstrav"], ["access_token", "99ce7cba76b79ac1fae2b49d731f40f5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.264841"], ["updated_at", "2016-08-08 23:10:38.264841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2111761079 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2111761079], ["username", "mary"], ["access_token", "f7e7dc083f39df888dd7769360b7a9f8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.267097"], ["updated_at", "2016-08-08 23:10:38.267097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696168630 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -696168630], ["username", "jstead"], ["access_token", "92c76ec3c1bbeb663ab7150aaed6a01a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.269198"], ["updated_at", "2016-08-08 23:10:38.269198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846672389 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1846672389], ["username", "bigbear"], ["access_token", "4286d96171733c5203db768c5ec926cc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.271066"], ["updated_at", "2016-08-08 23:10:38.271066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -125932027 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -125932027], ["username", "jstrav"], ["access_token", "ebb11b1050e78db22da0e09426226721"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.277286"], ["updated_at", "2016-08-08 23:10:38.277286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931289020 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -931289020], ["username", "mary"], ["access_token", "3f245432882f3e04f8aad6414cf19e19"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.280478"], ["updated_at", "2016-08-08 23:10:38.280478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1554651866 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1554651866], ["username", "jstead"], ["access_token", "fdff39dc1c88d4495edded8f8e42c5c1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.283299"], ["updated_at", "2016-08-08 23:10:38.283299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2139281647 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2139281647], ["username", "bigbear"], ["access_token", "8be8e9024b9895955b28981001342678"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.285583"], ["updated_at", "2016-08-08 23:10:38.285583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -384662271 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -384662271], ["username", "billy_00"], ["access_token", "ce53566c6faaab787be85ac3414affa2"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:10:38.287802"], ["updated_at", "2016-08-08 23:10:38.287802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1227108070 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1227108070], ["username", "billy_01"], ["access_token", "408501bcbe19d54d7d33cb1e05c635ed"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:10:38.289637"], ["updated_at", "2016-08-08 23:10:38.289637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1617702061 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1617702061], ["username", "billy_02"], ["access_token", "c345fb8c1dc3c961cc38993511ba97b6"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:10:38.291327"], ["updated_at", "2016-08-08 23:10:38.291327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -927570610 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -927570610], ["username", "billy_03"], ["access_token", "44950d08345c0cad883476350dd26849"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:10:38.293613"], ["updated_at", "2016-08-08 23:10:38.293613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -389568297 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -389568297], ["username", "billy_04"], ["access_token", "647cf4102e04cd0eef482517b3c4dec2"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:10:38.295528"], ["updated_at", "2016-08-08 23:10:38.295528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2132773288 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2132773288], ["username", "billy_05"], ["access_token", "f0e5322a91b79ce37b1dd89fd9eed4d5"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:10:38.297251"], ["updated_at", "2016-08-08 23:10:38.297251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065644313 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2065644313], ["username", "billy_06"], ["access_token", "5b857c6c6160070eb133ade87f319cd0"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:10:38.298945"], ["updated_at", "2016-08-08 23:10:38.298945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1397369699 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1397369699], ["username", "billy_07"], ["access_token", "40c649144eaea2af56394f53de510ad3"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:10:38.300641"], ["updated_at", "2016-08-08 23:10:38.300641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -189572406 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -189572406], ["username", "billy_08"], ["access_token", "0560ec373cb732453e6b36b583caa496"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:10:38.302328"], ["updated_at", "2016-08-08 23:10:38.302328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1758436222 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1758436222], ["username", "billy_09"], ["access_token", "fb326efad05f72cc63367d792cf494ea"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:10:38.304015"], ["updated_at", "2016-08-08 23:10:38.304015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1552560735 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1552560735], ["username", "billy_10"], ["access_token", "f021735cf5fcecc84afc3e39fd746a80"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:10:38.305760"], ["updated_at", "2016-08-08 23:10:38.305760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1851198091 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1851198091], ["username", "billy_11"], ["access_token", "27ce55e87cd4271e83e2791c76e85c6e"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:10:38.319222"], ["updated_at", "2016-08-08 23:10:38.319222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2052461894 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2052461894], ["username", "billy_12"], ["access_token", "1cc1e61b7607180f88edc45d2bde8855"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:10:38.321453"], ["updated_at", "2016-08-08 23:10:38.321453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -365590637 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -365590637], ["username", "billy_13"], ["access_token", "3d932b8920e2ec6f65f0f17e3334140c"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:10:38.323159"], ["updated_at", "2016-08-08 23:10:38.323159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -724339070 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -724339070], ["username", "billy_14"], ["access_token", "4cafb57fd3f4a4c9c2c6e2cd8748dbf6"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:10:38.324913"], ["updated_at", "2016-08-08 23:10:38.324913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597142595 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -597142595], ["username", "billy_15"], ["access_token", "3403f73aee26f215d100e3ccb114506d"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:10:38.326593"], ["updated_at", "2016-08-08 23:10:38.326593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1582044212 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1582044212], ["username", "billy_16"], ["access_token", "f80388d6a34ad5b459b777693c34a1a5"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:10:38.328325"], ["updated_at", "2016-08-08 23:10:38.328325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1342067449 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1342067449], ["username", "billy_17"], ["access_token", "2bda1b513f2543ddce0de87a235fb50c"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:10:38.330033"], ["updated_at", "2016-08-08 23:10:38.330033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1689329221 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1689329221], ["username", "billy_18"], ["access_token", "6bf697aa2cbc81de9c65caa213bcbf17"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:10:38.331781"], ["updated_at", "2016-08-08 23:10:38.331781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -967484002 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -967484002], ["username", "billy_19"], ["access_token", "d684cc7d0537be8dc0239e9df18338d6"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:10:38.333490"], ["updated_at", "2016-08-08 23:10:38.333490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2069053738 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2069053738], ["username", "billy_20"], ["access_token", "cab4b42de0772cb0a744e67a6a912796"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:10:38.335215"], ["updated_at", "2016-08-08 23:10:38.335215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262645240 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -262645240], ["username", "billy_21"], ["access_token", "5eafe5c653def4417bbf9c182f23a57e"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:10:38.336942"], ["updated_at", "2016-08-08 23:10:38.336942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067207467 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067207467], ["username", "billy_22"], ["access_token", "4fd83c72b633f2257278663539e7c1ab"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:10:38.338649"], ["updated_at", "2016-08-08 23:10:38.338649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1572414881 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1572414881], ["username", "billy_23"], ["access_token", "f67a0202076bd60622a599a4b6211886"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:10:38.340366"], ["updated_at", "2016-08-08 23:10:38.340366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1035530111 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1035530111], ["username", "billy_24"], ["access_token", "442113e6f2e9ff70d7a27d89c7161ed4"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:10:38.342076"], ["updated_at", "2016-08-08 23:10:38.342076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1408068425 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1408068425], ["username", "billy_25"], ["access_token", "e31e8f0f79c08cbd118f9c4ddce0b53f"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:10:38.343789"], ["updated_at", "2016-08-08 23:10:38.343789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -459891759 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -459891759], ["username", "billy_26"], ["access_token", "90fd319e0391af1fe7ea1d80fb4dea99"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:10:38.345553"], ["updated_at", "2016-08-08 23:10:38.345553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2046619382 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2046619382], ["username", "billy_27"], ["access_token", "c7bacd8c8dd9b47e7c3ab650a2059a68"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:10:38.348635"], ["updated_at", "2016-08-08 23:10:38.348635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1739136737 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1739136737], ["username", "billy_28"], ["access_token", "2867b61796f0d68a187514483f17f759"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:10:38.352614"], ["updated_at", "2016-08-08 23:10:38.352614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -963638926 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -963638926], ["username", "billy_29"], ["access_token", "fef520330b0059d8db4eedccefa45db1"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:10:38.355533"], ["updated_at", "2016-08-08 23:10:38.355533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -745861569 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -745861569], ["username", "billy_30"], ["access_token", "2c0d7433c6f1a9ca6507d95a66096de1"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:10:38.357695"], ["updated_at", "2016-08-08 23:10:38.357695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1073031096 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1073031096], ["username", "billy_31"], ["access_token", "0dc8e2f1a97799eb5cfbe093cc3489de"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:10:38.359676"], ["updated_at", "2016-08-08 23:10:38.359676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -435938272 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -435938272], ["username", "billy_32"], ["access_token", "009379935204849243e6ef64b2bb72c1"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:10:38.361634"], ["updated_at", "2016-08-08 23:10:38.361634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1135395326 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1135395326], ["username", "billy_33"], ["access_token", "42dec970a6266d773b74591078a84e11"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:10:38.363495"], ["updated_at", "2016-08-08 23:10:38.363495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605255523 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1605255523], ["username", "billy_34"], ["access_token", "992011f3322039807e866f3a44dd2ad9"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:10:38.365254"], ["updated_at", "2016-08-08 23:10:38.365254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171773443 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1171773443], ["username", "billy_35"], ["access_token", "222c3f79bbbc6082b9c54046c6d190e7"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:10:38.366962"], ["updated_at", "2016-08-08 23:10:38.366962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -35987956 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -35987956], ["username", "billy_36"], ["access_token", "dc05d16e67d8b31af81001bdd6df55b3"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:10:38.368755"], ["updated_at", "2016-08-08 23:10:38.368755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -28656765 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -28656765], ["username", "billy_37"], ["access_token", "86bc0ed26214783b55ba47038c21edf6"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:10:38.370619"], ["updated_at", "2016-08-08 23:10:38.370619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -6184082 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -6184082], ["username", "billy_38"], ["access_token", "611849e8e240eebf070c9dd12940edf6"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:10:38.372427"], ["updated_at", "2016-08-08 23:10:38.372427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794626015 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -794626015], ["username", "billy_39"], ["access_token", "6b5b47876649ca87e91f73aa8abbc54c"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:10:38.374181"], ["updated_at", "2016-08-08 23:10:38.374181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789529400 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -789529400], ["username", "billy_40"], ["access_token", "b59e47211c9d7d3d97b40f809a76030f"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:10:38.375962"], ["updated_at", "2016-08-08 23:10:38.375962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -669865672 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -669865672], ["username", "billy_41"], ["access_token", "30bcc18a049eebf96aec76b13bd15c9c"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:10:38.377787"], ["updated_at", "2016-08-08 23:10:38.377787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -618338623 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -618338623], ["username", "billy_42"], ["access_token", "5dd5983148ba31daaf9b08cc8ba04643"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:10:38.379651"], ["updated_at", "2016-08-08 23:10:38.379651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1911291897 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1911291897], ["username", "billy_43"], ["access_token", "4250f82038b0373b154b29bf3deb67de"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:10:38.381447"], ["updated_at", "2016-08-08 23:10:38.381447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -349305267 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -349305267], ["username", "billy_44"], ["access_token", "c8bd774ebdd1ce4d01b04acc473b5f3f"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:10:38.383176"], ["updated_at", "2016-08-08 23:10:38.383176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989321958 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -989321958], ["username", "billy_45"], ["access_token", "54af77bc22d17016d99f19ca1300f819"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:10:38.384898"], ["updated_at", "2016-08-08 23:10:38.384898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718485234 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718485234], ["username", "jstrav"], ["access_token", "69e4de4a6863d96d92161861967b4b8d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.392870"], ["updated_at", "2016-08-08 23:10:38.392870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045316736 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2045316736], ["username", "mary"], ["access_token", "c11aa1835cd39838481a339219b1b3e8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.395009"], ["updated_at", "2016-08-08 23:10:38.395009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -226866466 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -226866466], ["username", "jstead"], ["access_token", "f36effc1b810f65b97b86959fe8efd0f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.397291"], ["updated_at", "2016-08-08 23:10:38.397291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1986300256 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1986300256], ["username", "bigbear"], ["access_token", "d403779ad0e7620db5c371b3aaaa2570"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.399171"], ["updated_at", "2016-08-08 23:10:38.399171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1542377872 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1542377872], ["username", "billy_00"], ["access_token", "b510195358ea57bfed78a045014c186c"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:10:38.401055"], ["updated_at", "2016-08-08 23:10:38.401055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -788408596 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -788408596], ["username", "billy_01"], ["access_token", "cacbc627e35173d18667aefcf24a5c88"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:10:38.402787"], ["updated_at", "2016-08-08 23:10:38.402787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -91378740 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -91378740], ["username", "billy_02"], ["access_token", "dae6e367f185cd59e544378228adc4f6"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:10:38.404696"], ["updated_at", "2016-08-08 23:10:38.404696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -983626309 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -983626309], ["username", "billy_03"], ["access_token", "e4cbc06e2ad46e7e178d038776611472"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:10:38.406528"], ["updated_at", "2016-08-08 23:10:38.406528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2003502326 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2003502326], ["username", "billy_04"], ["access_token", "0083fec43582d042df54fd1b08966928"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:10:38.408262"], ["updated_at", "2016-08-08 23:10:38.408262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1669209332 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1669209332], ["username", "billy_05"], ["access_token", "1d975340da523b72fa1be36c823283bc"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:10:38.410580"], ["updated_at", "2016-08-08 23:10:38.410580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -940181720 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -940181720], ["username", "billy_06"], ["access_token", "9673deb11d53e1c66abea28ee1626770"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:10:38.412312"], ["updated_at", "2016-08-08 23:10:38.412312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674280065 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -674280065], ["username", "billy_07"], ["access_token", "a857fe2b483e2ab1a5b696eea8ecb155"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:10:38.414058"], ["updated_at", "2016-08-08 23:10:38.414058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1305376815 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1305376815], ["username", "billy_08"], ["access_token", "b5c9e59ee380b1adbc4176812b81cd1e"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:10:38.416121"], ["updated_at", "2016-08-08 23:10:38.416121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1910594119 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1910594119], ["username", "billy_09"], ["access_token", "c1d8a7338145611139982f7f79d78488"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:10:38.417986"], ["updated_at", "2016-08-08 23:10:38.417986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -197853860 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -197853860], ["username", "billy_10"], ["access_token", "2d705de4a35b5ad25a0ed47be1abefde"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:10:38.419723"], ["updated_at", "2016-08-08 23:10:38.419723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -253207049 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -253207049], ["username", "billy_11"], ["access_token", "8fd28cc692201d38701262d7e65d95a3"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:10:38.421559"], ["updated_at", "2016-08-08 23:10:38.421559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1946290880 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1946290880], ["username", "billy_12"], ["access_token", "ddbf5afbe6173a69727ca6b434e3c463"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:10:38.423422"], ["updated_at", "2016-08-08 23:10:38.423422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -978297267 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -978297267], ["username", "billy_13"], ["access_token", "f38a86220426dd3286d949d3f9f5e850"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:10:38.425161"], ["updated_at", "2016-08-08 23:10:38.425161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1935834996 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1935834996], ["username", "billy_14"], ["access_token", "495d6e9dc39eadd79c8f3f275dfbdb98"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:10:38.427427"], ["updated_at", "2016-08-08 23:10:38.427427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -327808281 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -327808281], ["username", "billy_15"], ["access_token", "79613dbea0c51917a3f50e6e81ebb98a"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:10:38.429280"], ["updated_at", "2016-08-08 23:10:38.429280"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -913094625 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -913094625], ["username", "billy_16"], ["access_token", "5bb7a4aa9617da0898e291b8746d8637"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:10:38.432392"], ["updated_at", "2016-08-08 23:10:38.432392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1457555378 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1457555378], ["username", "billy_17"], ["access_token", "89c776a7119f9b03748c02e0a65e9710"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:10:38.434471"], ["updated_at", "2016-08-08 23:10:38.434471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -271827137 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -271827137], ["username", "billy_18"], ["access_token", "5f6953dcac63a07e554530a411feff70"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:10:38.436378"], ["updated_at", "2016-08-08 23:10:38.436378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317693300 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -317693300], ["username", "billy_19"], ["access_token", "0a4a0ab2c0f2e4add8d24cf5220dd56b"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:10:38.438524"], ["updated_at", "2016-08-08 23:10:38.438524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -95956521 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -95956521], ["username", "billy_20"], ["access_token", "a36fd76d630d78099309e38dfcda02a3"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:10:38.440395"], ["updated_at", "2016-08-08 23:10:38.440395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -162391415 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -162391415], ["username", "billy_21"], ["access_token", "dea66f0d2fccf988a2fb2720db81ffef"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:10:38.442488"], ["updated_at", "2016-08-08 23:10:38.442488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2122076635 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2122076635], ["username", "billy_22"], ["access_token", "48eb79b8e91ca551b9ccff2c647a19ca"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:10:38.444274"], ["updated_at", "2016-08-08 23:10:38.444274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -277469540 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -277469540], ["username", "billy_23"], ["access_token", "3ea90bdb3098f6cf42f85bd36e486bb3"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:10:38.446029"], ["updated_at", "2016-08-08 23:10:38.446029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1862976888 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1862976888], ["username", "billy_24"], ["access_token", "37baa19cd0434dbb019b9ea0a6d8119f"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:10:38.448164"], ["updated_at", "2016-08-08 23:10:38.448164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581023085 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -581023085], ["username", "billy_25"], ["access_token", "364b48ca8776ed4781e14df46068af46"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:10:38.450186"], ["updated_at", "2016-08-08 23:10:38.450186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031400717 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2031400717], ["username", "billy_26"], ["access_token", "50db0628dc3a4876e721382e2dc97219"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:10:38.452120"], ["updated_at", "2016-08-08 23:10:38.452120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1194662372 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1194662372], ["username", "billy_27"], ["access_token", "750c3097e9b9cd10fb2bc9667e623c57"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:10:38.454058"], ["updated_at", "2016-08-08 23:10:38.454058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1940058789 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1940058789], ["username", "billy_28"], ["access_token", "454f47627fc8e250e941580bf68ac1d1"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:10:38.455786"], ["updated_at", "2016-08-08 23:10:38.455786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1597898701 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1597898701], ["username", "billy_29"], ["access_token", "215dbcd186f779ef8d830ed48cd92c12"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:10:38.457545"], ["updated_at", "2016-08-08 23:10:38.457545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -354333385 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -354333385], ["username", "billy_30"], ["access_token", "5ab526f7853f4d9a8af5a1e0d1638e03"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:10:38.459410"], ["updated_at", "2016-08-08 23:10:38.459410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1080700555 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1080700555], ["username", "billy_31"], ["access_token", "074bbf5dcfbe5a25a7590e79d400bc8f"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:10:38.461282"], ["updated_at", "2016-08-08 23:10:38.461282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530446148 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1530446148], ["username", "billy_32"], ["access_token", "408680305d15c4f7587055932a92e977"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:10:38.463267"], ["updated_at", "2016-08-08 23:10:38.463267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1204632698 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1204632698], ["username", "billy_33"], ["access_token", "21fb899ba2bf6e6949dd77cb24fa62a8"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:10:38.465135"], ["updated_at", "2016-08-08 23:10:38.465135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2005573060 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2005573060], ["username", "billy_34"], ["access_token", "160868b129037386c383528e6ab7469c"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:10:38.467541"], ["updated_at", "2016-08-08 23:10:38.467541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1511621184 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1511621184], ["username", "billy_35"], ["access_token", "36a18b877659621ce77160e28a995d1e"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:10:38.469491"], ["updated_at", "2016-08-08 23:10:38.469491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2001653162 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2001653162], ["username", "billy_36"], ["access_token", "19c259f8dae01298fe8a2dfa51cd361c"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:10:38.471904"], ["updated_at", "2016-08-08 23:10:38.471904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1276484198 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1276484198], ["username", "billy_37"], ["access_token", "0c0638e872d158d7b03598ff2fd393fb"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:10:38.474078"], ["updated_at", "2016-08-08 23:10:38.474078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -218530611 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -218530611], ["username", "billy_38"], ["access_token", "8315518187a07ed2cfa64cf05b12e0dc"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:10:38.476000"], ["updated_at", "2016-08-08 23:10:38.476000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1957488950 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1957488950], ["username", "billy_39"], ["access_token", "ad267ca6b411ea609709a1f58d0277d9"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:10:38.477770"], ["updated_at", "2016-08-08 23:10:38.477770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -611181977 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -611181977], ["username", "billy_40"], ["access_token", "22678407ad1a0220b688170415615e6a"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:10:38.479525"], ["updated_at", "2016-08-08 23:10:38.479525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -158383848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -158383848], ["username", "billy_41"], ["access_token", "99bb40dd5a1e4b66b050235ffcb51b3e"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:10:38.481276"], ["updated_at", "2016-08-08 23:10:38.481276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -481219070 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -481219070], ["username", "billy_42"], ["access_token", "ddde1d48562ddd16e46fd17e47eb47d6"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:10:38.482993"], ["updated_at", "2016-08-08 23:10:38.482993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -720447862 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -720447862], ["username", "billy_43"], ["access_token", "a79063c899ac16fd736543e3dcd53397"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:10:38.484732"], ["updated_at", "2016-08-08 23:10:38.484732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1620603138 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1620603138], ["username", "billy_44"], ["access_token", "bccad919961d25b2b6a5f7532877c425"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:10:38.486456"], ["updated_at", "2016-08-08 23:10:38.486456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1665770335 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1665770335], ["username", "billy_45"], ["access_token", "be785d965a6f5c50eae4fb1c807ee647"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:10:38.488204"], ["updated_at", "2016-08-08 23:10:38.488204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1104356098 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1104356098], ["username", "jstrav"], ["access_token", "d77552bede2e49fe79fb0dda46f06a28"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.496321"], ["updated_at", "2016-08-08 23:10:38.496321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1960939618 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1960939618], ["username", "mary"], ["access_token", "c9c5dc96cd54b8c9ea2d3296f3567cbb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.498495"], ["updated_at", "2016-08-08 23:10:38.498495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1617086727 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1617086727], ["username", "jstead"], ["access_token", "2108a8bf6928650b90bb51e2b10bdad1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.500447"], ["updated_at", "2016-08-08 23:10:38.500447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1995099610 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1995099610], ["username", "bigbear"], ["access_token", "102dee1d9a9c31d5e209a2d08875148f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.502205"], ["updated_at", "2016-08-08 23:10:38.502205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -394368440 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -394368440], ["username", "billy_00"], ["access_token", "3f7c93a530cecfa39ea78e73a036bede"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:10:38.504097"], ["updated_at", "2016-08-08 23:10:38.504097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1323858423 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1323858423], ["username", "billy_01"], ["access_token", "9e3eaa6ed2e2680090ef8b576e79d892"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:10:38.506105"], ["updated_at", "2016-08-08 23:10:38.506105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2007331327 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2007331327], ["username", "billy_02"], ["access_token", "0483acd34e712d89b843d46d349fe2b6"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:10:38.507857"], ["updated_at", "2016-08-08 23:10:38.507857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894866907 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1894866907], ["username", "billy_03"], ["access_token", "e07726c691e2c2f33ad6524c11f1e597"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:10:38.509660"], ["updated_at", "2016-08-08 23:10:38.509660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -679875612 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -679875612], ["username", "billy_04"], ["access_token", "c4e19c9d65d1ad10830c52e276d71f38"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:10:38.511497"], ["updated_at", "2016-08-08 23:10:38.511497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1131201386 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1131201386], ["username", "billy_05"], ["access_token", "a1b95f1ba32da523666503239e4da86e"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:10:38.513358"], ["updated_at", "2016-08-08 23:10:38.513358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -294565010 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -294565010], ["username", "billy_06"], ["access_token", "539e02949d421f6530857b63dc3df186"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:10:38.515245"], ["updated_at", "2016-08-08 23:10:38.515245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2073478068 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2073478068], ["username", "billy_07"], ["access_token", "fadd552adacb7f4c309c8b23323ec703"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:10:38.516983"], ["updated_at", "2016-08-08 23:10:38.516983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1207555713 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1207555713], ["username", "billy_08"], ["access_token", "99bfae25e15f27d396e428fd0aed7342"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:10:38.518775"], ["updated_at", "2016-08-08 23:10:38.518775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -65512359 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -65512359], ["username", "billy_09"], ["access_token", "91ccbce0d94dea3feb639783029d4d97"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:10:38.520524"], ["updated_at", "2016-08-08 23:10:38.520524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -525799486 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -525799486], ["username", "billy_10"], ["access_token", "91de08a5a2b14ed839922dac77ad9691"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:10:38.522302"], ["updated_at", "2016-08-08 23:10:38.522302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2111992545 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2111992545], ["username", "billy_11"], ["access_token", "b9c747bf5f71f17ee4597bb65e10f161"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:10:38.524132"], ["updated_at", "2016-08-08 23:10:38.524132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -594894045 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -594894045], ["username", "billy_12"], ["access_token", "c671660edf8a475324e9bdac12a3c3c9"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:10:38.525882"], ["updated_at", "2016-08-08 23:10:38.525882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455915383 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -455915383], ["username", "billy_13"], ["access_token", "87e05515c4a427c3edc63620b0bda698"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:10:38.527658"], ["updated_at", "2016-08-08 23:10:38.527658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1603224056 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1603224056], ["username", "billy_14"], ["access_token", "4a6eef2b36f8f5d089bab5892e19e234"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:10:38.529549"], ["updated_at", "2016-08-08 23:10:38.529549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455208394 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -455208394], ["username", "billy_15"], ["access_token", "e29c08153c97f3e0eeae7d9a65425649"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:10:38.531466"], ["updated_at", "2016-08-08 23:10:38.531466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1876329455 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1876329455], ["username", "billy_16"], ["access_token", "81fb1633bae3e8516bc9f22391edb512"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:10:38.533272"], ["updated_at", "2016-08-08 23:10:38.533272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043375611 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1043375611], ["username", "billy_17"], ["access_token", "ccdd5ea90b8dfe4694fe8bafaae31b57"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:10:38.535275"], ["updated_at", "2016-08-08 23:10:38.535275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768959019 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1768959019], ["username", "billy_18"], ["access_token", "3603288aa6e9aa1c568b765023333624"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:10:38.537211"], ["updated_at", "2016-08-08 23:10:38.537211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1443616506 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1443616506], ["username", "billy_19"], ["access_token", "26cc4bdb915a99660e26f671d852dc57"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:10:38.538958"], ["updated_at", "2016-08-08 23:10:38.538958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1562456995 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1562456995], ["username", "billy_20"], ["access_token", "8ce26af06e6807cab20c1a3089c3306e"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:10:38.540729"], ["updated_at", "2016-08-08 23:10:38.540729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1826873654 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1826873654], ["username", "billy_21"], ["access_token", "0bd2449118db491bd51ecb4038aebc6d"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:10:38.542528"], ["updated_at", "2016-08-08 23:10:38.542528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -233658427 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -233658427], ["username", "billy_22"], ["access_token", "c6a16eb05e4e876554365cf86ed9475b"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:10:38.544751"], ["updated_at", "2016-08-08 23:10:38.544751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1446256569 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1446256569], ["username", "billy_23"], ["access_token", "7434db864a7feb1bb68c3e67717ba0cd"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:10:38.546606"], ["updated_at", "2016-08-08 23:10:38.546606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2063783101 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2063783101], ["username", "billy_24"], ["access_token", "5bf94d2032c73c7f1655c6facdb4c748"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:10:38.548382"], ["updated_at", "2016-08-08 23:10:38.548382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -263662623 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -263662623], ["username", "billy_25"], ["access_token", "c4a86b5356232765f9b80984444c512f"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:10:38.550161"], ["updated_at", "2016-08-08 23:10:38.550161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -93388950 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -93388950], ["username", "billy_26"], ["access_token", "537c4722dbb4af9193486691cfe2b16b"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:10:38.552217"], ["updated_at", "2016-08-08 23:10:38.552217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -503006246 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -503006246], ["username", "billy_27"], ["access_token", "17d284efefd10191df054f57060b1564"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:10:38.553978"], ["updated_at", "2016-08-08 23:10:38.553978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1664094464 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1664094464], ["username", "billy_28"], ["access_token", "c0e6532e2403125e220a15ddc250bf77"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:10:38.555974"], ["updated_at", "2016-08-08 23:10:38.555974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1345163520 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1345163520], ["username", "billy_29"], ["access_token", "9c5b4c4c6722ee2805d7d5783dd26255"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:10:38.557813"], ["updated_at", "2016-08-08 23:10:38.557813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2126046020 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2126046020], ["username", "billy_30"], ["access_token", "d39d08899165b40df612997319356b59"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:10:38.559714"], ["updated_at", "2016-08-08 23:10:38.559714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -162038647 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -162038647], ["username", "billy_31"], ["access_token", "3fd1c19c1278e6f57bc8c79393e38fde"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:10:38.561548"], ["updated_at", "2016-08-08 23:10:38.561548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -741489306 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -741489306], ["username", "billy_32"], ["access_token", "c121afe4ba10263a5b9b9fa79a2e1d77"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:10:38.563397"], ["updated_at", "2016-08-08 23:10:38.563397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -940408293 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -940408293], ["username", "billy_33"], ["access_token", "e1025cfa2ca4311bc72b84f51020ddb4"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:10:38.565258"], ["updated_at", "2016-08-08 23:10:38.565258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -256317746 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -256317746], ["username", "billy_34"], ["access_token", "c69e7b3ddd06dfaf77c4cef4fdffb06a"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:10:38.567245"], ["updated_at", "2016-08-08 23:10:38.567245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -245832158 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -245832158], ["username", "billy_35"], ["access_token", "f26aa44610d38991b3558954338fbb74"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:10:38.569197"], ["updated_at", "2016-08-08 23:10:38.569197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1457950589 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1457950589], ["username", "billy_36"], ["access_token", "8ded2553bde5b8f8b334c1b177682bab"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:10:38.571088"], ["updated_at", "2016-08-08 23:10:38.571088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405275446 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -405275446], ["username", "billy_37"], ["access_token", "35d488924e7483b32aca4d3b9ffca023"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:10:38.573064"], ["updated_at", "2016-08-08 23:10:38.573064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -850534973 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -850534973], ["username", "billy_38"], ["access_token", "d72d2878611151c3491dad41664fdf46"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:10:38.574952"], ["updated_at", "2016-08-08 23:10:38.574952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1161994302 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1161994302], ["username", "billy_39"], ["access_token", "a2cd232016d54785ae3796d41e7eabf6"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:10:38.576806"], ["updated_at", "2016-08-08 23:10:38.576806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2049941352 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2049941352], ["username", "billy_40"], ["access_token", "78eb5967db1db77e9b80d05e0dd49cd9"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:10:38.578705"], ["updated_at", "2016-08-08 23:10:38.578705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -244329114 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -244329114], ["username", "billy_41"], ["access_token", "303770eed79fbec09dbfc3a4a0e8c115"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:10:38.580709"], ["updated_at", "2016-08-08 23:10:38.580709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2146563614 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2146563614], ["username", "billy_42"], ["access_token", "6c5b1cc274f28e245c3ac8817e5d8f27"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:10:38.582575"], ["updated_at", "2016-08-08 23:10:38.582575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1917563965 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1917563965], ["username", "billy_43"], ["access_token", "1a905106c8b42e115647827c7c6d5486"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:10:38.584487"], ["updated_at", "2016-08-08 23:10:38.584487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031213245 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2031213245], ["username", "billy_44"], ["access_token", "0dda8a9f9b6c6eb602ab139bf593bb77"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:10:38.586332"], ["updated_at", "2016-08-08 23:10:38.586332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -924150396 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -924150396], ["username", "billy_45"], ["access_token", "e2077f0a5f921fcc04b7682a0bd43cd3"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:10:38.588206"], ["updated_at", "2016-08-08 23:10:38.588206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2144894454 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2144894454], ["username", "jstrav"], ["access_token", "ccef0e5511ea730a0ed58bfef902244f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:38.597672"], ["updated_at", "2016-08-08 23:10:38.597672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -305931625 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -305931625], ["username", "mary"], ["access_token", "6624366ec1ae8eeb99182766436d5272"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:38.601263"], ["updated_at", "2016-08-08 23:10:38.601263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -525386973 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -525386973], ["username", "jstead"], ["access_token", "51121d1e29821d976d7de4e338c1702a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:38.604236"], ["updated_at", "2016-08-08 23:10:38.604236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1023090821 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1023090821], ["username", "bigbear"], ["access_token", "5d50cea44bf622cc4d72651a98f5f903"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:38.606539"], ["updated_at", "2016-08-08 23:10:38.606539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1011581517 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1011581517], ["username", "foo_bb"], ["access_token", "594e321911462be0ccd569b6647d299f"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-08-08 23:10:38.608428"], ["updated_at", "2016-08-08 23:10:38.608428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1949294444 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1949294444], ["username", "foo_bj"], ["access_token", "b334d1dc56696cea8d10414106ccdc86"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-08-08 23:10:38.610053"], ["updated_at", "2016-08-08 23:10:38.610053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -34658942 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -34658942], ["username", "foo_tj"], ["access_token", "668fb47bd7057fa4de622c08fd32c357"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-08-08 23:10:38.611700"], ["updated_at", "2016-08-08 23:10:38.611700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-08-08 23:10:38.624571"], ["updated_at", "2016-08-08 23:10:38.624571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-08-08 23:10:38.647487"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-08-08 23:10:38.650125"], ["updated_at", "2016-08-08 23:10:38.650125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-08-08 18:10:38 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "04d01f106155b58fbb936b702ad52ff1"], ["created_at", "2016-08-08 23:10:38.700384"], ["updated_at", "2016-08-08 23:10:38.700384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 12ms (ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "2c8ac806a764126f1fe55b6e3e85e9a0"], ["created_at", "2016-08-08 23:10:38.718396"], ["updated_at", "2016-08-08 23:10:38.718396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.2ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "fc86c3e2438c1e7f43c44ec2a75da212"], ["created_at", "2016-08-08 23:10:38.730207"], ["updated_at", "2016-08-08 23:10:38.730207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:10:38.734235"], ["updated_at", "2016-08-08 23:10:38.734235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "e08dfbaec1c7d0fa3dc9749d0e72c776"], ["created_at", "2016-08-08 23:10:39.103778"], ["updated_at", "2016-08-08 23:10:39.103778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:10:39.105378"], ["updated_at", "2016-08-08 23:10:39.105378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "8750cb9d9c5a1e95411f29326daaf150"], ["created_at", "2016-08-08 23:10:39.464591"], ["updated_at", "2016-08-08 23:10:39.464591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:10:39.466264"], ["updated_at", "2016-08-08 23:10:39.466264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "2125483e07a5144bdb46c58dcfd6f880"], ["created_at", "2016-08-08 23:10:39.824739"], ["updated_at", "2016-08-08 23:10:39.824739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:10:39.826339"], ["updated_at", "2016-08-08 23:10:39.826339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "869e70e6c41ee1a7357db53f0d1b88c7"], ["created_at", "2016-08-08 23:10:40.190206"], ["updated_at", "2016-08-08 23:10:40.190206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:10:40.191755"], ["updated_at", "2016-08-08 23:10:40.191755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -134283014 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -134283014], ["username", "jstrav"], ["access_token", "b0eb584233561185b2c446e9a79d5fe1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:40.586812"], ["updated_at", "2016-08-08 23:10:40.586812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -278327138 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -278327138], ["username", "mary"], ["access_token", "0f88a2a13abc2c3c088e4e4498f9b8dc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:40.589973"], ["updated_at", "2016-08-08 23:10:40.589973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -118068666 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -118068666], ["username", "jstead"], ["access_token", "e414083aa0b720462b668a7f5da41e93"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:40.592590"], ["updated_at", "2016-08-08 23:10:40.592590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -288932414 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -288932414], ["username", "bigbear"], ["access_token", "b3bbc2f55258a9bcfa6598e0fd329869"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:40.594728"], ["updated_at", "2016-08-08 23:10:40.594728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1368104970 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1368104970], ["username", "billy_00"], ["access_token", "93382a6a96f17d3c652b3e1bc0569916"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:10:40.596666"], ["updated_at", "2016-08-08 23:10:40.596666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2084018246 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2084018246], ["username", "billy_01"], ["access_token", "b16298e959998471570ae23b28121351"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:10:40.598357"], ["updated_at", "2016-08-08 23:10:40.598357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -460439313 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -460439313], ["username", "billy_02"], ["access_token", "f251d16993967229c65461de4bd8dfca"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:10:40.600121"], ["updated_at", "2016-08-08 23:10:40.600121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258315004 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -258315004], ["username", "billy_03"], ["access_token", "9f30ee29de52f4a05d2c208823227a45"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:10:40.601743"], ["updated_at", "2016-08-08 23:10:40.601743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236666678 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -236666678], ["username", "billy_04"], ["access_token", "298820b543b656dec4b051c69751e044"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:10:40.603361"], ["updated_at", "2016-08-08 23:10:40.603361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674199990 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -674199990], ["username", "billy_05"], ["access_token", "2e8e3cf2d0b0ae271a335dab6a4ea47c"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:10:40.604976"], ["updated_at", "2016-08-08 23:10:40.604976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1133778344 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1133778344], ["username", "billy_06"], ["access_token", "0189286c9ca510a40351936e0ba8e0a8"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:10:40.606590"], ["updated_at", "2016-08-08 23:10:40.606590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794097322 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -794097322], ["username", "billy_07"], ["access_token", "c70fb465e7b9c31a427bee3fc7ef292f"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:10:40.608213"], ["updated_at", "2016-08-08 23:10:40.608213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002404625 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2002404625], ["username", "billy_08"], ["access_token", "7191f6605664e8547f6d45f4e17e4825"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:10:40.609842"], ["updated_at", "2016-08-08 23:10:40.609842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1069064982 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1069064982], ["username", "billy_09"], ["access_token", "bdd1f251e3107cfa8bef4d1bad61acf6"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:10:40.611456"], ["updated_at", "2016-08-08 23:10:40.611456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912140779 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1912140779], ["username", "billy_10"], ["access_token", "3c21515c844c130672068c7e86b4406a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:10:40.613068"], ["updated_at", "2016-08-08 23:10:40.613068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687472441 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1687472441], ["username", "billy_11"], ["access_token", "08754675ffbb0ad069e6257dc6d7d11d"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:10:40.614677"], ["updated_at", "2016-08-08 23:10:40.614677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1140361203 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1140361203], ["username", "billy_12"], ["access_token", "426d1fb62685a8a4cfc27ddacceda4f6"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:10:40.616290"], ["updated_at", "2016-08-08 23:10:40.616290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -433560982 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -433560982], ["username", "billy_13"], ["access_token", "d9b7a58c7bce8ccde95aa45e77473ac7"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:10:40.617917"], ["updated_at", "2016-08-08 23:10:40.617917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2138897082 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2138897082], ["username", "billy_14"], ["access_token", "01aefa62d5ab70976468213e0bb371d3"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:10:40.619931"], ["updated_at", "2016-08-08 23:10:40.619931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1866459353 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1866459353], ["username", "billy_15"], ["access_token", "2d68477ed93ca501cfdcf66cbac5b9e2"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:10:40.621599"], ["updated_at", "2016-08-08 23:10:40.621599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958451409 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -958451409], ["username", "billy_16"], ["access_token", "69b41f20520bb36ac92c6bf8965473e1"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:10:40.623300"], ["updated_at", "2016-08-08 23:10:40.623300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1078250060 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1078250060], ["username", "billy_17"], ["access_token", "c49871c01d89086fcfd09d0b0ce19d69"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:10:40.624917"], ["updated_at", "2016-08-08 23:10:40.624917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -315762217 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -315762217], ["username", "billy_18"], ["access_token", "4f0323f7c82ce4fc655ce0d2e7823fc4"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:10:40.626700"], ["updated_at", "2016-08-08 23:10:40.626700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273277454 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -273277454], ["username", "billy_19"], ["access_token", "7e5a8c42ed3e847950b906aab096a140"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:10:40.628877"], ["updated_at", "2016-08-08 23:10:40.628877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -477221357 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -477221357], ["username", "billy_20"], ["access_token", "346d018b657f514104d4a61b93881f11"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:10:40.630767"], ["updated_at", "2016-08-08 23:10:40.630767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -923695590 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -923695590], ["username", "billy_21"], ["access_token", "565c2b7dc450290be06fb14975fb70b7"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:10:40.632404"], ["updated_at", "2016-08-08 23:10:40.632404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1543780149 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1543780149], ["username", "billy_22"], ["access_token", "c60bfb1083ad34961b84c8de1e0c95fd"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:10:40.644522"], ["updated_at", "2016-08-08 23:10:40.644522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1589436474 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1589436474], ["username", "billy_23"], ["access_token", "84d2793ac9ab8e0379a17d87e4dfa69f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:10:40.646484"], ["updated_at", "2016-08-08 23:10:40.646484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -860645834 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -860645834], ["username", "billy_24"], ["access_token", "9e501615a435e38392a5a0612d192396"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:10:40.648211"], ["updated_at", "2016-08-08 23:10:40.648211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1584054909 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1584054909], ["username", "billy_25"], ["access_token", "4fc1ca20d07d2facd205742e28330546"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:10:40.649903"], ["updated_at", "2016-08-08 23:10:40.649903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -151442183 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -151442183], ["username", "billy_26"], ["access_token", "fb2576da2b6c350deac310f72c036d61"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:10:40.651834"], ["updated_at", "2016-08-08 23:10:40.651834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1051922083 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1051922083], ["username", "billy_27"], ["access_token", "e6393bb1e53b31d93e3b97e4f1b02d0b"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:10:40.653557"], ["updated_at", "2016-08-08 23:10:40.653557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -572630115 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -572630115], ["username", "billy_28"], ["access_token", "a36bbf6a31afa2ae26ff15f699140850"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:10:40.655256"], ["updated_at", "2016-08-08 23:10:40.655256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -288142827 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -288142827], ["username", "billy_29"], ["access_token", "853fca154108e0165e1830d2af77622a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:10:40.657004"], ["updated_at", "2016-08-08 23:10:40.657004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -21511243 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -21511243], ["username", "billy_30"], ["access_token", "f608abe10746a4db2d4759448128f347"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:10:40.658743"], ["updated_at", "2016-08-08 23:10:40.658743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -745481080 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -745481080], ["username", "billy_31"], ["access_token", "9c16bd107c452c854ee29bb57a27a9f5"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:10:40.660449"], ["updated_at", "2016-08-08 23:10:40.660449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1128636635 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1128636635], ["username", "billy_32"], ["access_token", "8294c72e9feb17662af6ebfaaf2b5009"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:10:40.662147"], ["updated_at", "2016-08-08 23:10:40.662147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1040881783 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1040881783], ["username", "billy_33"], ["access_token", "e24248b0c947be3779d503c329f4dc39"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:10:40.663861"], ["updated_at", "2016-08-08 23:10:40.663861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -626970587 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -626970587], ["username", "billy_34"], ["access_token", "3097f2373885c34c68368149ed0708c5"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:10:40.665560"], ["updated_at", "2016-08-08 23:10:40.665560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1050497037 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1050497037], ["username", "billy_35"], ["access_token", "e1084adef9845cac5689d33dbad81fdf"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:10:40.667256"], ["updated_at", "2016-08-08 23:10:40.667256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -515220957 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -515220957], ["username", "billy_36"], ["access_token", "7ea8985157a66b32b19954286595413f"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:10:40.668954"], ["updated_at", "2016-08-08 23:10:40.668954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1397078448 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1397078448], ["username", "billy_37"], ["access_token", "beffc8f80a416b17401fb8bb0afebc8a"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:10:40.670667"], ["updated_at", "2016-08-08 23:10:40.670667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -249972439 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -249972439], ["username", "billy_38"], ["access_token", "0cf79068992fc8db51d931f13481c8a4"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:10:40.672450"], ["updated_at", "2016-08-08 23:10:40.672450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1825898053 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1825898053], ["username", "billy_39"], ["access_token", "5e100aedac715d5e2aff2d2747910067"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:10:40.674239"], ["updated_at", "2016-08-08 23:10:40.674239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -81749057 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -81749057], ["username", "billy_40"], ["access_token", "63fcc9862ae2006c13b894b1940d63a4"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:10:40.676045"], ["updated_at", "2016-08-08 23:10:40.676045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1565467016 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1565467016], ["username", "billy_41"], ["access_token", "65fbd6d83665cb3a5f708939e2208c53"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:10:40.677852"], ["updated_at", "2016-08-08 23:10:40.677852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -95530706 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -95530706], ["username", "billy_42"], ["access_token", "d840bd10412dbf3735e0528004ce842b"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:10:40.679649"], ["updated_at", "2016-08-08 23:10:40.679649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -232359891 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -232359891], ["username", "billy_43"], ["access_token", "8cc131e94ab4564c4af28b9c49f3223e"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:10:40.681447"], ["updated_at", "2016-08-08 23:10:40.681447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1602148325 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1602148325], ["username", "billy_44"], ["access_token", "765a6dfb98eb2a154abaea30573c45e1"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:10:40.683434"], ["updated_at", "2016-08-08 23:10:40.683434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1331472802 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1331472802], ["username", "billy_45"], ["access_token", "037fec0e7e4d0b68e5ad1bc1ca97cd06"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:10:40.686231"], ["updated_at", "2016-08-08 23:10:40.686231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1287308072 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1287308072], ["username", "billy_46"], ["access_token", "7e9e6188db07931abb637998103fd50c"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:10:40.689321"], ["updated_at", "2016-08-08 23:10:40.689321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1325874234 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1325874234], ["username", "billy_47"], ["access_token", "9e2443f811c76f26683af9213a563ff0"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:10:40.692024"], ["updated_at", "2016-08-08 23:10:40.692024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1093503529 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1093503529], ["username", "billy_48"], ["access_token", "e359ac1a4fd3f692118f6dd245ec8707"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:10:40.694868"], ["updated_at", "2016-08-08 23:10:40.694868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -827150341 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -827150341], ["username", "billy_49"], ["access_token", "46e4d43ac0c60eb203c369c7df288d36"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:10:40.697366"], ["updated_at", "2016-08-08 23:10:40.697366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1491255186 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1491255186], ["username", "jstrav"], ["access_token", "6d8e3e57d52d57c5c548bebcd5094fd6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:40.704970"], ["updated_at", "2016-08-08 23:10:40.704970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -833844169 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -833844169], ["username", "mary"], ["access_token", "c8d29abbc653a75171f4b8ceb1370607"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:40.707262"], ["updated_at", "2016-08-08 23:10:40.707262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -161350572 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -161350572], ["username", "jstead"], ["access_token", "a6ef709963666e683af825ae14859ef1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:40.709234"], ["updated_at", "2016-08-08 23:10:40.709234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -426429021 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -426429021], ["username", "bigbear"], ["access_token", "b58e73381b32518d111ea575eb434fc5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:40.710961"], ["updated_at", "2016-08-08 23:10:40.710961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1504755622 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1504755622], ["username", "billy_00"], ["access_token", "05129920226a24eab226586445e3efd9"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:10:40.712945"], ["updated_at", "2016-08-08 23:10:40.712945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -170515821 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -170515821], ["username", "billy_01"], ["access_token", "ef2d048cad90499ad4fb08c9c0fcb2b8"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:10:40.714861"], ["updated_at", "2016-08-08 23:10:40.714861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -289421015 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -289421015], ["username", "billy_02"], ["access_token", "7e9e5732b6028f11408ec9253fb0a3bd"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:10:40.716745"], ["updated_at", "2016-08-08 23:10:40.716745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2039726029 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2039726029], ["username", "billy_03"], ["access_token", "e95540ab921a4a8c913951daaeadf165"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:10:40.718823"], ["updated_at", "2016-08-08 23:10:40.718823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965414924 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -965414924], ["username", "billy_04"], ["access_token", "d4c354232c1594dcb8b12e17143e4c83"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:10:40.721824"], ["updated_at", "2016-08-08 23:10:40.721824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -441105233 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -441105233], ["username", "billy_05"], ["access_token", "c2c934f3bb22615d051ed847be9a3e18"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:10:40.725179"], ["updated_at", "2016-08-08 23:10:40.725179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462552265 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1462552265], ["username", "billy_06"], ["access_token", "390d71e0eff1a33385d8bdad6804aa2f"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:10:40.727082"], ["updated_at", "2016-08-08 23:10:40.727082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -868350012 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -868350012], ["username", "billy_07"], ["access_token", "e963cfb5e059a2e2ebc1bcacebd4f1d2"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:10:40.728864"], ["updated_at", "2016-08-08 23:10:40.728864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -422349017 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -422349017], ["username", "billy_08"], ["access_token", "8125307ad87fd21cec2f329a035473ff"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:10:40.730613"], ["updated_at", "2016-08-08 23:10:40.730613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2008278530 LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2008278530], ["username", "billy_09"], ["access_token", "c25de8860254b03f5a6ad4fb148c0eeb"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:10:40.733352"], ["updated_at", "2016-08-08 23:10:40.733352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093202584 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2093202584], ["username", "billy_10"], ["access_token", "7cc383b6c6319edcd3f062cc93e2e640"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:10:40.735538"], ["updated_at", "2016-08-08 23:10:40.735538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1980207964 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1980207964], ["username", "billy_11"], ["access_token", "93387b8cefe68d6e5db2575ee9528281"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:10:40.737270"], ["updated_at", "2016-08-08 23:10:40.737270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1695727419 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1695727419], ["username", "billy_12"], ["access_token", "70e06e049c4a8119f435220119857a36"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:10:40.739289"], ["updated_at", "2016-08-08 23:10:40.739289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1414969912 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1414969912], ["username", "billy_13"], ["access_token", "ed458864a525979de28d23ef2b6f0443"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:10:40.741011"], ["updated_at", "2016-08-08 23:10:40.741011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406701830 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -406701830], ["username", "billy_14"], ["access_token", "674144ddbeea7f63050310bebbb326b7"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:10:40.742723"], ["updated_at", "2016-08-08 23:10:40.742723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -136074213 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -136074213], ["username", "billy_15"], ["access_token", "1898c99058fda5ab40eef91dacafc052"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:10:40.745646"], ["updated_at", "2016-08-08 23:10:40.745646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1833813389 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1833813389], ["username", "billy_16"], ["access_token", "97173e47178ad248e7081bf3c6b07170"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:10:40.747581"], ["updated_at", "2016-08-08 23:10:40.747581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1807557759 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1807557759], ["username", "billy_17"], ["access_token", "4a0e67048071d363001f3b0bef058dca"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:10:40.749392"], ["updated_at", "2016-08-08 23:10:40.749392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -419037340 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -419037340], ["username", "billy_18"], ["access_token", "b504371b491c79fc087e2cc1616f5276"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:10:40.751220"], ["updated_at", "2016-08-08 23:10:40.751220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -527819440 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -527819440], ["username", "billy_19"], ["access_token", "433977d7845541b7d9250add80f75e71"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:10:40.753025"], ["updated_at", "2016-08-08 23:10:40.753025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1935101183 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1935101183], ["username", "billy_20"], ["access_token", "9ebd2f2ee5c653da672434591001b545"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:10:40.754730"], ["updated_at", "2016-08-08 23:10:40.754730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1822200395 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1822200395], ["username", "billy_21"], ["access_token", "bcabfd3188e23dbdbb3e20ee8e300c55"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:10:40.756455"], ["updated_at", "2016-08-08 23:10:40.756455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -138889315 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -138889315], ["username", "billy_22"], ["access_token", "5acacfb7843d267193dc6072f87b3e0d"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:10:40.758175"], ["updated_at", "2016-08-08 23:10:40.758175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575936708 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -575936708], ["username", "billy_23"], ["access_token", "df50a2d6762bbc2572e457815fed45f1"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:10:40.759934"], ["updated_at", "2016-08-08 23:10:40.759934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -563373467 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -563373467], ["username", "billy_24"], ["access_token", "dc26efc487af80ba894a06767dfe8a02"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:10:40.761641"], ["updated_at", "2016-08-08 23:10:40.761641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -28051513 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -28051513], ["username", "billy_25"], ["access_token", "732c2ca083ff52bba74e9bbd51768c11"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:10:40.763351"], ["updated_at", "2016-08-08 23:10:40.763351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -672666760 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -672666760], ["username", "billy_26"], ["access_token", "b9e81242861d3448c8f4486bd7a40db2"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:10:40.765053"], ["updated_at", "2016-08-08 23:10:40.765053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1597061365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1597061365], ["username", "billy_27"], ["access_token", "85d7b1289bd0a279a2d0fff17b840a2c"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:10:40.766756"], ["updated_at", "2016-08-08 23:10:40.766756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -918608655 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -918608655], ["username", "billy_28"], ["access_token", "63bfdf9a9496630524e6a2ca6b9189b7"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:10:40.768472"], ["updated_at", "2016-08-08 23:10:40.768472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -569656566 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -569656566], ["username", "billy_29"], ["access_token", "a51eeada8e088cf7cd980983055a16ab"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:10:40.770192"], ["updated_at", "2016-08-08 23:10:40.770192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1243667077 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1243667077], ["username", "billy_30"], ["access_token", "d63943008f065d2ebbbeb156cb0070c0"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:10:40.771925"], ["updated_at", "2016-08-08 23:10:40.771925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308953066 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -308953066], ["username", "billy_31"], ["access_token", "338ce54201c08e0ce6b718b5269b01bc"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:10:40.773643"], ["updated_at", "2016-08-08 23:10:40.773643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -762642957 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -762642957], ["username", "billy_32"], ["access_token", "272675a98d1a38165bab8c8d3101226a"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:10:40.775384"], ["updated_at", "2016-08-08 23:10:40.775384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -918032538 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -918032538], ["username", "billy_33"], ["access_token", "7956926db9094b3e295b990ec896fe2a"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:10:40.777330"], ["updated_at", "2016-08-08 23:10:40.777330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1336959976 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1336959976], ["username", "billy_34"], ["access_token", "c5ccd7fdaf1da5b37b42f64bb36b83a2"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:10:40.779055"], ["updated_at", "2016-08-08 23:10:40.779055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -376761935 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -376761935], ["username", "billy_35"], ["access_token", "61ccf88f32eda9aff52623fb6a4074da"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:10:40.780748"], ["updated_at", "2016-08-08 23:10:40.780748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2036038430 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2036038430], ["username", "billy_36"], ["access_token", "e85d19873ece338856c6776f76f73c0e"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:10:40.782458"], ["updated_at", "2016-08-08 23:10:40.782458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1791399342 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1791399342], ["username", "billy_37"], ["access_token", "33bc9229cb324e5d899a496a03f123a2"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:10:40.784160"], ["updated_at", "2016-08-08 23:10:40.784160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -876335867 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -876335867], ["username", "billy_38"], ["access_token", "6b71fce659589af21512b48e0aa3154f"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:10:40.785894"], ["updated_at", "2016-08-08 23:10:40.785894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2046006291 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2046006291], ["username", "billy_39"], ["access_token", "723784402822ade679ce278416220e67"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:10:40.787608"], ["updated_at", "2016-08-08 23:10:40.787608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239982108 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -239982108], ["username", "billy_40"], ["access_token", "1fb05ed20a118e2febd9ce9cd9567a20"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:10:40.789345"], ["updated_at", "2016-08-08 23:10:40.789345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1578547085 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1578547085], ["username", "billy_41"], ["access_token", "1a5369eb5925ffabdffb3fb6cf1fb4c7"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:10:40.791037"], ["updated_at", "2016-08-08 23:10:40.791037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160683259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -160683259], ["username", "billy_42"], ["access_token", "f20ef174a4f1234427bf92758d5e61d0"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:10:40.792734"], ["updated_at", "2016-08-08 23:10:40.792734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581333464 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -581333464], ["username", "billy_43"], ["access_token", "57ccad339824a4fc1c14130f3fe72727"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:10:40.794446"], ["updated_at", "2016-08-08 23:10:40.794446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013541518 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2013541518], ["username", "billy_44"], ["access_token", "a0658fd7245854e291a6963a4bdf6622"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:10:40.796148"], ["updated_at", "2016-08-08 23:10:40.796148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1681979793 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1681979793], ["username", "billy_45"], ["access_token", "87723e75176dcd7b498e83e9135740fa"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:10:40.797836"], ["updated_at", "2016-08-08 23:10:40.797836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -267995908 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -267995908], ["username", "billy_46"], ["access_token", "7903367bd692f562b29c124cec768058"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:10:40.799565"], ["updated_at", "2016-08-08 23:10:40.799565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -911099274 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -911099274], ["username", "billy_47"], ["access_token", "4c3c2110bbb3fdd99dd9a534a27e28e4"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:10:40.801257"], ["updated_at", "2016-08-08 23:10:40.801257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510373838 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1510373838], ["username", "billy_48"], ["access_token", "91fb14cd2bd707ac1bc1f7185e2d622c"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:10:40.802945"], ["updated_at", "2016-08-08 23:10:40.802945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1568224014 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1568224014], ["username", "billy_49"], ["access_token", "55ee9bc63f6c7a608541e6a91c37c35e"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:10:40.804686"], ["updated_at", "2016-08-08 23:10:40.804686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -50781994 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -50781994], ["username", "jstrav"], ["access_token", "326288ccef7aa001383405944c047d2c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:40.811493"], ["updated_at", "2016-08-08 23:10:40.811493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273360163 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -273360163], ["username", "mary"], ["access_token", "dea8fdab3d4a5928eb2085d8d0992d48"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:40.813627"], ["updated_at", "2016-08-08 23:10:40.813627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -948481624 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -948481624], ["username", "jstead"], ["access_token", "5e6e386f47896dae782e8eacd6882b93"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:40.815550"], ["updated_at", "2016-08-08 23:10:40.815550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239030998 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -239030998], ["username", "bigbear"], ["access_token", "35b4c9330c295557f4ad6ce88895e905"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:40.817333"], ["updated_at", "2016-08-08 23:10:40.817333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -222577897 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -222577897], ["username", "billy_00"], ["access_token", "fef68a55068256afda804aacef0e2ecd"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:10:40.819186"], ["updated_at", "2016-08-08 23:10:40.819186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -790220995 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -790220995], ["username", "billy_01"], ["access_token", "5f5e08db49e053a2dcba443214fd5dd6"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:10:40.820932"], ["updated_at", "2016-08-08 23:10:40.820932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1859844647 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1859844647], ["username", "billy_02"], ["access_token", "a88fe3646cd89f794737042d2108b3c9"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:10:40.822697"], ["updated_at", "2016-08-08 23:10:40.822697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1923058834 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1923058834], ["username", "billy_03"], ["access_token", "196e40e23bac2c036001d44e5773d472"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:10:40.824456"], ["updated_at", "2016-08-08 23:10:40.824456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1696230904 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1696230904], ["username", "billy_04"], ["access_token", "2484be932e66ce7115453a9b8969d199"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:10:40.826225"], ["updated_at", "2016-08-08 23:10:40.826225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -49615392 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -49615392], ["username", "billy_05"], ["access_token", "b3b8cb4dbb02736c55b274b22d2c951b"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:10:40.827997"], ["updated_at", "2016-08-08 23:10:40.827997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1614852767 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1614852767], ["username", "billy_06"], ["access_token", "80c9d2a409d7b25c8b73ec7a706cdc3b"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:10:40.829756"], ["updated_at", "2016-08-08 23:10:40.829756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1939137623 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1939137623], ["username", "billy_07"], ["access_token", "41b6caa9c9829a00a290d6eb86f0e67c"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:10:40.831524"], ["updated_at", "2016-08-08 23:10:40.831524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -398686007 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -398686007], ["username", "billy_08"], ["access_token", "6b62a8aff07c61bb3a94d83ef04d549b"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:10:40.833280"], ["updated_at", "2016-08-08 23:10:40.833280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -950645980 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -950645980], ["username", "billy_09"], ["access_token", "13edd90464acffe366fa95e883433730"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:10:40.835007"], ["updated_at", "2016-08-08 23:10:40.835007"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1761405050 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1761405050], ["username", "billy_10"], ["access_token", "558ac9a2e23e13a2353c28890f53836b"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:10:40.836796"], ["updated_at", "2016-08-08 23:10:40.836796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1863751521 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1863751521], ["username", "billy_11"], ["access_token", "238ffbca078298da230eebcae1087724"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:10:40.838651"], ["updated_at", "2016-08-08 23:10:40.838651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -369558749 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -369558749], ["username", "billy_12"], ["access_token", "e5f06dd8495e669195d29d7d9f43c9fc"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:10:40.840603"], ["updated_at", "2016-08-08 23:10:40.840603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1893620029 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1893620029], ["username", "billy_13"], ["access_token", "57df50a4275b39511a03ff6a3553054b"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:10:40.842485"], ["updated_at", "2016-08-08 23:10:40.842485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1176580052 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1176580052], ["username", "billy_14"], ["access_token", "9e99109689edc8e95b689dea769f5e7e"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:10:40.844363"], ["updated_at", "2016-08-08 23:10:40.844363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1709437187 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1709437187], ["username", "billy_15"], ["access_token", "891426e7176d7a72dedbd26af64bfd7f"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:10:40.846347"], ["updated_at", "2016-08-08 23:10:40.846347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -767210099 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -767210099], ["username", "billy_16"], ["access_token", "08c8b8c95fae17281fed7cb43d514898"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:10:40.848518"], ["updated_at", "2016-08-08 23:10:40.848518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1800685963 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1800685963], ["username", "billy_17"], ["access_token", "9a3934869aad8c2170149c98b62c1c2e"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:10:40.850475"], ["updated_at", "2016-08-08 23:10:40.850475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -283748959 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -283748959], ["username", "billy_18"], ["access_token", "498c195e2199e349cd582ca55a9e6ab4"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:10:40.852245"], ["updated_at", "2016-08-08 23:10:40.852245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1442818040 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1442818040], ["username", "billy_19"], ["access_token", "1a4a177f66f0ab54f01ae738a6bd9c25"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:10:40.854013"], ["updated_at", "2016-08-08 23:10:40.854013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -242873130 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -242873130], ["username", "billy_20"], ["access_token", "83c4124b608d084b5cd469da728b6656"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:10:40.855990"], ["updated_at", "2016-08-08 23:10:40.855990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1871254805 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1871254805], ["username", "billy_21"], ["access_token", "890a0d99fe13785bda2b3fe940bfdef4"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:10:40.857757"], ["updated_at", "2016-08-08 23:10:40.857757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -666238672 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -666238672], ["username", "billy_22"], ["access_token", "5916507a664dd1afdffa2e21c189f20f"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:10:40.859826"], ["updated_at", "2016-08-08 23:10:40.859826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -235267902 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -235267902], ["username", "billy_23"], ["access_token", "850176d1953e2cf18965645018c46582"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:10:40.861675"], ["updated_at", "2016-08-08 23:10:40.861675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -97751002 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -97751002], ["username", "billy_24"], ["access_token", "ef5c404e0e9ffc1d305f4bb0ff1dcbe4"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:10:40.863386"], ["updated_at", "2016-08-08 23:10:40.863386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2016794688 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2016794688], ["username", "billy_25"], ["access_token", "4a247472a68c2156de46cb20426052dc"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:10:40.865131"], ["updated_at", "2016-08-08 23:10:40.865131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1981552954 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1981552954], ["username", "billy_26"], ["access_token", "1ffa3bd7d8f773e68cf70b28ab613b22"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:10:40.866893"], ["updated_at", "2016-08-08 23:10:40.866893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1888639618 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1888639618], ["username", "billy_27"], ["access_token", "efc4c4cd652bed4b38091f56e76c3921"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:10:40.868657"], ["updated_at", "2016-08-08 23:10:40.868657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -570010714 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -570010714], ["username", "billy_28"], ["access_token", "06f0e24d3c5a67dc52d288cf88819965"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:10:40.870409"], ["updated_at", "2016-08-08 23:10:40.870409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -22327871 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -22327871], ["username", "billy_29"], ["access_token", "047485880740b3038b62900424a53ea6"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:10:40.872321"], ["updated_at", "2016-08-08 23:10:40.872321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2034771866 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2034771866], ["username", "billy_30"], ["access_token", "c1736eeb7032f1700bb019a8d2a19a77"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:10:40.874208"], ["updated_at", "2016-08-08 23:10:40.874208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -283772247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -283772247], ["username", "billy_31"], ["access_token", "2088cff386932c209725ad5e2a30983e"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:10:40.875994"], ["updated_at", "2016-08-08 23:10:40.875994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -428333343 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -428333343], ["username", "billy_32"], ["access_token", "338d56cee6b327c912a1eed5b45e2c19"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:10:40.878234"], ["updated_at", "2016-08-08 23:10:40.878234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -191350170 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -191350170], ["username", "billy_33"], ["access_token", "7edd502bc409b3c6314f6952d6ab857b"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:10:40.879967"], ["updated_at", "2016-08-08 23:10:40.879967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749343319 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -749343319], ["username", "billy_34"], ["access_token", "bdff108885f8db3ec51a724f536dcd65"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:10:40.881892"], ["updated_at", "2016-08-08 23:10:40.881892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -841152680 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -841152680], ["username", "billy_35"], ["access_token", "b77b98e5c30686bffabb4fd307562b78"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:10:40.883607"], ["updated_at", "2016-08-08 23:10:40.883607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1017337309 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1017337309], ["username", "billy_36"], ["access_token", "e908f5d817d4291b600f1b3ab3874eb2"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:10:40.885356"], ["updated_at", "2016-08-08 23:10:40.885356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1127450046 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1127450046], ["username", "billy_37"], ["access_token", "62e3ac6d466971c57dcc2d2e6deb2a0b"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:10:40.887269"], ["updated_at", "2016-08-08 23:10:40.887269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -416246602 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -416246602], ["username", "billy_38"], ["access_token", "b556cb8aae34fe71fcafd7c4c0d91285"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:10:40.889121"], ["updated_at", "2016-08-08 23:10:40.889121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1613922462 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1613922462], ["username", "billy_39"], ["access_token", "94a722d6620b7bb34da715351a2548fd"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:10:40.891057"], ["updated_at", "2016-08-08 23:10:40.891057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -394076558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -394076558], ["username", "billy_40"], ["access_token", "2a3a84cb6d45258a25edb283281c3701"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:10:40.893011"], ["updated_at", "2016-08-08 23:10:40.893011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815451752 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1815451752], ["username", "billy_41"], ["access_token", "ebfab3cb94f4dfc27cd25fce06a0927d"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:10:40.894750"], ["updated_at", "2016-08-08 23:10:40.894750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486323314 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -486323314], ["username", "billy_42"], ["access_token", "7be9a4552496faf0291abc5360c405a9"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:10:40.896479"], ["updated_at", "2016-08-08 23:10:40.896479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1559695848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1559695848], ["username", "billy_43"], ["access_token", "64ab9e856ad4c4b49e5b2cf441f2c786"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:10:40.898219"], ["updated_at", "2016-08-08 23:10:40.898219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067636828 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067636828], ["username", "billy_44"], ["access_token", "8a259c946b58d562d6babffefc3bd66f"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:10:40.900057"], ["updated_at", "2016-08-08 23:10:40.900057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1045967352 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1045967352], ["username", "billy_45"], ["access_token", "4ae5f97082ad220eedd6fa71be7e7f13"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:10:40.901873"], ["updated_at", "2016-08-08 23:10:40.901873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1585146459 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1585146459], ["username", "billy_46"], ["access_token", "b6ab1fc2fec0917e8c80faa6fad7c523"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:10:40.903797"], ["updated_at", "2016-08-08 23:10:40.903797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -135201760 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -135201760], ["username", "billy_47"], ["access_token", "fbd2b426e56775168495cbeac32342f4"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:10:40.905967"], ["updated_at", "2016-08-08 23:10:40.905967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -884702768 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -884702768], ["username", "billy_48"], ["access_token", "7379a18c248c194871b0d57d459678fb"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:10:40.907728"], ["updated_at", "2016-08-08 23:10:40.907728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1645990587 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1645990587], ["username", "billy_49"], ["access_token", "6cc523ca59fcb1a77c1331fed69642d5"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:10:40.909487"], ["updated_at", "2016-08-08 23:10:40.909487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "5b7efdd024a410e84def2059c90ce243"], ["created_at", "2016-08-08 23:10:40.915875"], ["updated_at", "2016-08-08 23:10:40.915875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-08-08 23:10:40.918326"], ["updated_at", "2016-08-08 23:10:40.918326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "e04c618eb8a6bf1eb0ec804a10a8b13a"], ["created_at", "2016-08-08 23:10:40.920987"], ["updated_at", "2016-08-08 23:10:40.920987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-08-08 23:10:40.922793"], ["updated_at", "2016-08-08 23:10:40.922793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -866900919 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -866900919], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:40.925095"], ["updated_at", "2016-08-08 23:10:40.925095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1533813759 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1533813759], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:40.927008"], ["updated_at", "2016-08-08 23:10:40.927008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1533813759]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1533813759 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -866900919]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -866900919 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1533813759 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -866900919 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -866900919], ["member_group_id", -1533813759], ["created_at", "2016-08-08 23:10:40.928845"], ["updated_at", "2016-08-08 23:10:40.928845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1533813759) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1533813759) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1533813759], ["user_id", 1], ["created_at", "2016-08-08 23:10:40.938443"], ["updated_at", "2016-08-08 23:10:40.938443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -1533813759) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1533813759]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -1533813759]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1533813759 - -866900919 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1533813759, -866900919) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-08-08 23:10:40.970075"], ["updated_at", "2016-08-08 23:10:40.970075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1533813759, -866900919) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-08-08 23:10:40.976050"], ["updated_at", "2016-08-08 23:10:40.976050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1533813759, -866900919) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-08-08 23:10:40.980905"], ["updated_at", "2016-08-08 23:10:40.980905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1533813759, -866900919) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1533813759, -866900919) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-08-08 23:10:40.987879"], ["updated_at", "2016-08-08 23:10:40.987879"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1533813759, -866900919) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1533813759, -866900919) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1533813759, -866900919) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "847e386aea4978a8686c443a1719ba18"], ["created_at", "2016-08-08 23:10:41.000827"], ["updated_at", "2016-08-08 23:10:41.000827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "95cdc2561dbd08f2a3a3b10d4c9b0d08"], ["created_at", "2016-08-08 23:10:41.007930"], ["updated_at", "2016-08-08 23:10:41.007930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "c78e28152ff4f9e114d4c56b0e7022f5"], ["created_at", "2016-08-08 23:10:41.013194"], ["updated_at", "2016-08-08 23:10:41.013194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "80a69ae8ad96732c27b2cb1d45ec1e06"], ["created_at", "2016-08-08 23:10:41.016998"], ["updated_at", "2016-08-08 23:10:41.016998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:56101/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "00df92e316d346dcffc4dd26ef4ccd00"], ["created_at", "2016-08-08 23:10:41.023469"], ["updated_at", "2016-08-08 23:10:41.023469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "8743d7a24314bc1e88455d2df66e9eae"], ["created_at", "2016-08-08 23:10:41.028894"], ["updated_at", "2016-08-08 23:10:41.028894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "404e426be8101e71e2394622506f9e33"], ["created_at", "2016-08-08 23:10:41.034467"], ["updated_at", "2016-08-08 23:10:41.034467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-08-08 23:10:41.041104"], ["updated_at", "2016-08-08 23:10:41.041104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-08-08 23:10:41.042720"], ["updated_at", "2016-08-08 23:10:41.042720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-08-08 23:10:41.044495"], ["updated_at", "2016-08-08 23:10:41.044495"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2016-08-08 23:10:41.047211"], ["updated_at", "2016-08-08 23:10:41.047211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-08-08 23:10:41.048738"], ["updated_at", "2016-08-08 23:10:41.048738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-08-08 23:10:41.050635"], ["updated_at", "2016-08-08 23:10:41.050635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2016-08-08 23:10:41.052443"], ["updated_at", "2016-08-08 23:10:41.052443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:41 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-08-08 18:10:41 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2016-08-08 23:10:41.097855"], ["updated_at", "2016-08-08 23:10:41.097855"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-08-08 23:10:41.099390"], ["updated_at", "2016-08-08 23:10:41.099390"]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-08-08 23:10:41.100834"], ["updated_at", "2016-08-08 23:10:41.100834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-08-08 23:10:41.105809"], ["updated_at", "2016-08-08 23:10:41.105809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-08-08 23:10:41.107512"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:41 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-08-08 18:10:41 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:41 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-08-08 18:10:41 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-08-08 23:10:41.172443"], ["updated_at", "2016-08-08 23:10:41.172443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-08-08 23:10:41.176850"], ["updated_at", "2016-08-08 23:10:41.176850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-08-08 23:10:41.179977"], ["updated_at", "2016-08-08 23:10:41.179977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-08-08 18:10:41 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-08-08 18:10:41 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-08-08 23:10:41.213401"], ["updated_at", "2016-08-08 23:10:41.213401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1547276436 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8adc615ac5a6851beab2ecb70f14ffc9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1547276436], ["username", "8adc615ac5a6851beab2ecb70f14ffc9"], ["access_token", "b4b32deae5130f490863bb9f4d884b8e"], ["created_at", "2016-08-08 23:10:41.218809"], ["updated_at", "2016-08-08 23:10:41.218809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -479320254 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -479320254], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:41.221597"], ["updated_at", "2016-08-08 23:10:41.221597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1200350984 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd9ac13ce45240ddd4147cba203e1e410' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1200350984], ["username", "d9ac13ce45240ddd4147cba203e1e410"], ["access_token", "209dc5c889de76add97bd76dfcd0d552"], ["created_at", "2016-08-08 23:10:41.225547"], ["updated_at", "2016-08-08 23:10:41.225547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2078522716 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2078522716], ["name", "MyGroup"], ["created_at", "2016-08-08 23:10:41.228208"], ["updated_at", "2016-08-08 23:10:41.228208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -251231260 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a4ffdc488ec025d2142709cfff7a93d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -251231260], ["username", "a4ffdc488ec025d2142709cfff7a93d4"], ["access_token", "da4ac0b8e6865a11ee5009c9f7c40b65"], ["created_at", "2016-08-08 23:10:41.231998"], ["updated_at", "2016-08-08 23:10:41.231998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1432228287 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1432228287], ["username", "860ff621acab7fd374f7e0ad86178727"], ["access_token", "5a32a55738ffbb813a5c4690dc6fb663"], ["created_at", "2016-08-08 23:10:41.236093"], ["updated_at", "2016-08-08 23:10:41.236093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1047431179) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", -1047431179]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1047431179) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1047431179 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1047431179], ["created_at", "2016-08-08 23:10:41.240218"], ["updated_at", "2016-08-08 23:10:41.240218"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1047431179) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1047431179], ["user_id", -1432228287], ["created_at", "2016-08-08 23:10:41.242275"], ["updated_at", "2016-08-08 23:10:41.242275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1047431179]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? LIMIT 1 [["group_id", -1047431179]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -604513768 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -604513768], ["username", "jstrav"], ["access_token", "1297ea93bf4dcda539fd66037effa8b4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:41.249858"], ["updated_at", "2016-08-08 23:10:41.249858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1345123985 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1345123985], ["username", "mary"], ["access_token", "6453beaf39d4a3c9e24e6c0fd4fe3d2d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:41.252099"], ["updated_at", "2016-08-08 23:10:41.252099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -724984569 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -724984569], ["username", "jstead"], ["access_token", "012f664c2a5b3c4f3d9d3a0bb03d2f04"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:41.254149"], ["updated_at", "2016-08-08 23:10:41.254149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -147603187 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -147603187], ["username", "bigbear"], ["access_token", "172508c6eb11f3ff2247ae5d5c0487e7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:41.255904"], ["updated_at", "2016-08-08 23:10:41.255904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1943512162 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1943512162], ["username", "billy_00"], ["access_token", "c25e8a8842fdab6c08d8cafda1ea4e02"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:10:41.257662"], ["updated_at", "2016-08-08 23:10:41.257662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -506640483 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -506640483], ["username", "billy_01"], ["access_token", "c6c2f74c4cfbf5233d15845c65a0c4a3"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:10:41.259460"], ["updated_at", "2016-08-08 23:10:41.259460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -620122910 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -620122910], ["username", "billy_02"], ["access_token", "8ea8b2d72d12cb3b2dd6158dfd37e722"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:10:41.261205"], ["updated_at", "2016-08-08 23:10:41.261205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1739290554 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1739290554], ["username", "billy_03"], ["access_token", "914f18474f3ec3280cb8d5f45d486ad3"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:10:41.262958"], ["updated_at", "2016-08-08 23:10:41.262958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2063062600 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2063062600], ["username", "billy_04"], ["access_token", "0bfc7468a4b58f81f0df5177a220d795"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:10:41.264763"], ["updated_at", "2016-08-08 23:10:41.264763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -691838699 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -691838699], ["username", "billy_05"], ["access_token", "f6515155c2692a121a9aafd4dbe3cd26"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:10:41.266638"], ["updated_at", "2016-08-08 23:10:41.266638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668879508 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1668879508], ["username", "billy_06"], ["access_token", "401cb200b2dcb3d97a0eaee582fac6a9"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:10:41.268945"], ["updated_at", "2016-08-08 23:10:41.268945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1040256920 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1040256920], ["username", "billy_07"], ["access_token", "38754897fac7f2adf46855f6aff54d07"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:10:41.270973"], ["updated_at", "2016-08-08 23:10:41.270973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026691695 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2026691695], ["username", "billy_08"], ["access_token", "bc54198a625f274a5bb3ad6ad14865f5"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:10:41.272792"], ["updated_at", "2016-08-08 23:10:41.272792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1763717910 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1763717910], ["username", "billy_09"], ["access_token", "9e0eb6083215309a2ec0a6ce9eae832c"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:10:41.274535"], ["updated_at", "2016-08-08 23:10:41.274535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -722859355 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -722859355], ["username", "billy_10"], ["access_token", "74b91038b1d83ae6ea6222b60ad777ac"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:10:41.276281"], ["updated_at", "2016-08-08 23:10:41.276281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -93676981 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -93676981], ["username", "billy_11"], ["access_token", "dd9e715c7031c626e8e821227dc5437a"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:10:41.278001"], ["updated_at", "2016-08-08 23:10:41.278001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -576155679 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -576155679], ["username", "billy_12"], ["access_token", "b3b05e52b467be2dd72219add00ec36a"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:10:41.279805"], ["updated_at", "2016-08-08 23:10:41.279805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952325456 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -952325456], ["username", "billy_13"], ["access_token", "634cce1ea1b41f3ad6c21c7448376f84"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:10:41.281679"], ["updated_at", "2016-08-08 23:10:41.281679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -559461576 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -559461576], ["username", "billy_14"], ["access_token", "01800085c5b7108b345a79203a5245c5"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:10:41.283741"], ["updated_at", "2016-08-08 23:10:41.283741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1488356415 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1488356415], ["username", "billy_15"], ["access_token", "0004bf93949dab4fd8b455959c8c78c2"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:10:41.285524"], ["updated_at", "2016-08-08 23:10:41.285524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646562365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -646562365], ["username", "billy_16"], ["access_token", "27c35f9d9208a37f616c2e7a15af00e3"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:10:41.287275"], ["updated_at", "2016-08-08 23:10:41.287275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -375155590 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -375155590], ["username", "billy_17"], ["access_token", "08c646e1b7acedd063405689a4d9afdd"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:10:41.289012"], ["updated_at", "2016-08-08 23:10:41.289012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1355306670 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1355306670], ["username", "billy_18"], ["access_token", "c616b35f4a95842b76325805605a1869"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:10:41.290767"], ["updated_at", "2016-08-08 23:10:41.290767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1536740999 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1536740999], ["username", "billy_19"], ["access_token", "068ebfd331afca4f51acf0f59bbc226d"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:10:41.292497"], ["updated_at", "2016-08-08 23:10:41.292497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2323490 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2323490], ["username", "billy_20"], ["access_token", "189b0347e7865ac22a10dde802449371"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:10:41.294584"], ["updated_at", "2016-08-08 23:10:41.294584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120803014 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2120803014], ["username", "billy_21"], ["access_token", "7725545d4202fb30e70715d75f5b45a7"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:10:41.297223"], ["updated_at", "2016-08-08 23:10:41.297223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1345347435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1345347435], ["username", "billy_22"], ["access_token", "b253c0a59362048a204a81e1c0bb1b7f"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:10:41.299037"], ["updated_at", "2016-08-08 23:10:41.299037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -190691442 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -190691442], ["username", "billy_23"], ["access_token", "529405f2935a474044e99f607809b08d"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:10:41.300793"], ["updated_at", "2016-08-08 23:10:41.300793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1958837558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1958837558], ["username", "billy_24"], ["access_token", "7eb282dc402464270c1dbd2d690d27f5"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:10:41.302520"], ["updated_at", "2016-08-08 23:10:41.302520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1197563588 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1197563588], ["username", "billy_25"], ["access_token", "d192afc9f9b5bdb46a97d5608051d3ac"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:10:41.304243"], ["updated_at", "2016-08-08 23:10:41.304243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1175915942 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1175915942], ["username", "billy_26"], ["access_token", "db8e931f7a780b1ab46913063b653708"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:10:41.306050"], ["updated_at", "2016-08-08 23:10:41.306050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -711275835 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -711275835], ["username", "billy_27"], ["access_token", "1c33eda9fda29d7eb1e8f1458d279a7b"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:10:41.307788"], ["updated_at", "2016-08-08 23:10:41.307788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -680013141 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -680013141], ["username", "billy_28"], ["access_token", "04ada0ce34064a8fafe8249fb761e222"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:10:41.309578"], ["updated_at", "2016-08-08 23:10:41.309578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -367659671 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -367659671], ["username", "billy_29"], ["access_token", "f1bede0a6289f0c65e437d9336bbd71d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:10:41.311350"], ["updated_at", "2016-08-08 23:10:41.311350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2022072591 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2022072591], ["username", "billy_30"], ["access_token", "29130b21330dcb70894c84e402d47368"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:10:41.313332"], ["updated_at", "2016-08-08 23:10:41.313332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -494115292 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -494115292], ["username", "billy_31"], ["access_token", "84ea63b8543d34adb39334f0ce33bf32"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:10:41.315135"], ["updated_at", "2016-08-08 23:10:41.315135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1092731272 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1092731272], ["username", "billy_32"], ["access_token", "84e99127422f47b06a8774f7c3fd8050"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:10:41.316908"], ["updated_at", "2016-08-08 23:10:41.316908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1636863535 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1636863535], ["username", "billy_33"], ["access_token", "28a7c7e948498b4ccde876a0e93fafd3"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:10:41.318696"], ["updated_at", "2016-08-08 23:10:41.318696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1477244194 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1477244194], ["username", "billy_34"], ["access_token", "825a1e8814a5d2cc8d50b4d1640f850a"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:10:41.320447"], ["updated_at", "2016-08-08 23:10:41.320447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1304736633 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1304736633], ["username", "billy_35"], ["access_token", "27c28f671a95aac2e9c2a7aa2f884c7b"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:10:41.322180"], ["updated_at", "2016-08-08 23:10:41.322180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455258699 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -455258699], ["username", "billy_36"], ["access_token", "4c7b367322118122cc33c231be055cb1"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:10:41.323899"], ["updated_at", "2016-08-08 23:10:41.323899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -327836054 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -327836054], ["username", "billy_37"], ["access_token", "e74d94035929581a272f529ba292c147"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:10:41.325638"], ["updated_at", "2016-08-08 23:10:41.325638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -470419696 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -470419696], ["username", "billy_38"], ["access_token", "a77d4317095093467987d6d18a158ad0"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:10:41.327366"], ["updated_at", "2016-08-08 23:10:41.327366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1109319088 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1109319088], ["username", "billy_39"], ["access_token", "efc1b6f97a8b66b1872e392d085e5b92"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:10:41.329086"], ["updated_at", "2016-08-08 23:10:41.329086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -574003543 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -574003543], ["username", "billy_40"], ["access_token", "bd7af273e51ce68a5e60ffec8a18d67b"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:10:41.330817"], ["updated_at", "2016-08-08 23:10:41.330817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1672324620 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1672324620], ["username", "billy_41"], ["access_token", "58e709ab72439e10a7e249751e131e9c"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:10:41.332536"], ["updated_at", "2016-08-08 23:10:41.332536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688321493 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -688321493], ["username", "billy_42"], ["access_token", "b06827400558ca8497b780745f167e22"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:10:41.334310"], ["updated_at", "2016-08-08 23:10:41.334310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -381658373 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -381658373], ["username", "billy_43"], ["access_token", "1ffc814f1960571ba04555f0c3b2694d"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:10:41.336041"], ["updated_at", "2016-08-08 23:10:41.336041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947175799 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -947175799], ["username", "billy_44"], ["access_token", "65002955af08f66da17e381e1d6c32a7"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:10:41.337817"], ["updated_at", "2016-08-08 23:10:41.337817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406859435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -406859435], ["username", "billy_45"], ["access_token", "f3924ac5412b7f2d9a44dc115da1565e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:10:41.339544"], ["updated_at", "2016-08-08 23:10:41.339544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2003182167 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2003182167], ["username", "billy_46"], ["access_token", "b38d258aad5067b5fd12211c1c255881"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:10:41.341273"], ["updated_at", "2016-08-08 23:10:41.341273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2073466210 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2073466210], ["username", "billy_47"], ["access_token", "9860c251a491564d9351239bb9ac61ec"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:10:41.343030"], ["updated_at", "2016-08-08 23:10:41.343030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343545996 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -343545996], ["username", "billy_48"], ["access_token", "059ca0da7b2150a2315b01e312795d13"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:10:41.344975"], ["updated_at", "2016-08-08 23:10:41.344975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -492405905 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -492405905], ["username", "billy_49"], ["access_token", "85a3469d36ef1f4e59249a9887fe3008"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:10:41.346699"], ["updated_at", "2016-08-08 23:10:41.346699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997015900 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1997015900], ["username", "jstrav"], ["access_token", "7ae0d0da02334aef3b1b30d547534e68"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-08-08 23:10:41.353857"], ["updated_at", "2016-08-08 23:10:41.353857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829683761 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1829683761], ["username", "mary"], ["access_token", "6f3dab75198368e9c004b9d4efebb351"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-08-08 23:10:41.356007"], ["updated_at", "2016-08-08 23:10:41.356007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1874812926 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1874812926], ["username", "jstead"], ["access_token", "6fa012792368328b9594042d1b32f349"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-08-08 23:10:41.358004"], ["updated_at", "2016-08-08 23:10:41.358004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -979180585 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -979180585], ["username", "bigbear"], ["access_token", "07021d28fc9d1ef6e1f5950caeb12dd1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-08-08 23:10:41.359802"], ["updated_at", "2016-08-08 23:10:41.359802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348938746 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1348938746], ["username", "billy_00"], ["access_token", "c47bbf1f39f009011fd4de3c910e20dd"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-08-08 23:10:41.361668"], ["updated_at", "2016-08-08 23:10:41.361668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -746922096 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -746922096], ["username", "billy_01"], ["access_token", "b546cb73e0367a3891449b5603a4a617"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-08-08 23:10:41.363521"], ["updated_at", "2016-08-08 23:10:41.363521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -328162911 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -328162911], ["username", "billy_02"], ["access_token", "fc85ab9e385dbf2ba1f46df8fb67e3f0"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-08-08 23:10:41.365340"], ["updated_at", "2016-08-08 23:10:41.365340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -824965420 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -824965420], ["username", "billy_03"], ["access_token", "4c2f2c7d51622490620105745adbd97e"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-08-08 23:10:41.367130"], ["updated_at", "2016-08-08 23:10:41.367130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1961614854 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1961614854], ["username", "billy_04"], ["access_token", "cf25cc550c4e3b616825dc02c795c53a"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-08-08 23:10:41.368921"], ["updated_at", "2016-08-08 23:10:41.368921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1334488669 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1334488669], ["username", "billy_05"], ["access_token", "f498772c500f5b31a2360212972f769a"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-08-08 23:10:41.370698"], ["updated_at", "2016-08-08 23:10:41.370698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641704112 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -641704112], ["username", "billy_06"], ["access_token", "57b564070cdf6cc99807ef0d7125e102"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-08-08 23:10:41.372477"], ["updated_at", "2016-08-08 23:10:41.372477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869960278 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -869960278], ["username", "billy_07"], ["access_token", "72275b1db1def279abbaa1b2464db1b0"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-08-08 23:10:41.374250"], ["updated_at", "2016-08-08 23:10:41.374250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1390616115 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1390616115], ["username", "billy_08"], ["access_token", "fdd5c70964f10baf0802581543141cc0"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-08-08 23:10:41.376261"], ["updated_at", "2016-08-08 23:10:41.376261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1971319011 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1971319011], ["username", "billy_09"], ["access_token", "01b7a558bc0e6ea39b609d725f097a79"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-08-08 23:10:41.378279"], ["updated_at", "2016-08-08 23:10:41.378279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2116989849 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2116989849], ["username", "billy_10"], ["access_token", "6972e999c04f349ef8bcf8963f2942af"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-08-08 23:10:41.380033"], ["updated_at", "2016-08-08 23:10:41.380033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2061456044 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2061456044], ["username", "billy_11"], ["access_token", "14ce19d11b5ad61c22a8cf12ad230772"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-08-08 23:10:41.381838"], ["updated_at", "2016-08-08 23:10:41.381838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2036123227 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2036123227], ["username", "billy_12"], ["access_token", "60c7514505bc5c0f2d19d4189f392824"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-08-08 23:10:41.383572"], ["updated_at", "2016-08-08 23:10:41.383572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1329023404 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1329023404], ["username", "billy_13"], ["access_token", "807a26615f5b2afcd18eae9356781cc5"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-08-08 23:10:41.385305"], ["updated_at", "2016-08-08 23:10:41.385305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956336913 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -956336913], ["username", "billy_14"], ["access_token", "0ffa1f2e21b1d81194031ca249a29fb3"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-08-08 23:10:41.387212"], ["updated_at", "2016-08-08 23:10:41.387212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1596521748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1596521748], ["username", "billy_15"], ["access_token", "6370f774f1f2713b56558b79bb9f146d"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-08-08 23:10:41.389052"], ["updated_at", "2016-08-08 23:10:41.389052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -425803680 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -425803680], ["username", "billy_16"], ["access_token", "b9ee7e1c9e7d03f23f7a46cbd05188ff"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-08-08 23:10:41.390797"], ["updated_at", "2016-08-08 23:10:41.390797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -855679731 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -855679731], ["username", "billy_17"], ["access_token", "f187cc22c34b0ecd2b1690f934507c73"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-08-08 23:10:41.392541"], ["updated_at", "2016-08-08 23:10:41.392541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1959143031 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1959143031], ["username", "billy_18"], ["access_token", "a5efa511da1191be084a9c97a05dd01a"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-08-08 23:10:41.394311"], ["updated_at", "2016-08-08 23:10:41.394311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378095773 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -378095773], ["username", "billy_19"], ["access_token", "af687a0a381de65a75d8e425bc5b6f8a"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-08-08 23:10:41.396369"], ["updated_at", "2016-08-08 23:10:41.396369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065147795 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2065147795], ["username", "billy_20"], ["access_token", "5466e4f6e91cc50d5e95723025e7fe38"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-08-08 23:10:41.398298"], ["updated_at", "2016-08-08 23:10:41.398298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187731810 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1187731810], ["username", "billy_21"], ["access_token", "b537c195c36163e377abf0c52cbf73cd"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-08-08 23:10:41.400144"], ["updated_at", "2016-08-08 23:10:41.400144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -222189951 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -222189951], ["username", "billy_22"], ["access_token", "068e72e06dffa1bee4c62825795dd3f8"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-08-08 23:10:41.401919"], ["updated_at", "2016-08-08 23:10:41.401919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -477165294 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -477165294], ["username", "billy_23"], ["access_token", "dc42bf66e27999a9193f7a49a74a0ebc"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-08-08 23:10:41.403692"], ["updated_at", "2016-08-08 23:10:41.403692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1723151623 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1723151623], ["username", "billy_24"], ["access_token", "5f2fb2462b709fbe112f2b462f0e01b2"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-08-08 23:10:41.405471"], ["updated_at", "2016-08-08 23:10:41.405471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1134760869 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1134760869], ["username", "billy_25"], ["access_token", "7ea347c1a0ecb2242ef837541d7f50cf"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-08-08 23:10:41.407378"], ["updated_at", "2016-08-08 23:10:41.407378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538336227 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -538336227], ["username", "billy_26"], ["access_token", "f275e556368986bd523956fb469839c3"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-08-08 23:10:41.409334"], ["updated_at", "2016-08-08 23:10:41.409334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525253565 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1525253565], ["username", "billy_27"], ["access_token", "129b141b4be227135f3194caf2f55e9b"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-08-08 23:10:41.411141"], ["updated_at", "2016-08-08 23:10:41.411141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -528558443 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -528558443], ["username", "billy_28"], ["access_token", "7210ba49f79e510996349c8b1467414a"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-08-08 23:10:41.412941"], ["updated_at", "2016-08-08 23:10:41.412941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -812482930 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -812482930], ["username", "billy_29"], ["access_token", "c7fd668fe3da18cb216770c20e9ee8c1"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-08-08 23:10:41.414721"], ["updated_at", "2016-08-08 23:10:41.414721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1045283421 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1045283421], ["username", "billy_30"], ["access_token", "ad0488ac0625773ea3f03b100ab048e0"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-08-08 23:10:41.416541"], ["updated_at", "2016-08-08 23:10:41.416541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2044507945 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2044507945], ["username", "billy_31"], ["access_token", "25b2f19f677327b8c2f491c09257b0ab"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-08-08 23:10:41.418335"], ["updated_at", "2016-08-08 23:10:41.418335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1289532274 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1289532274], ["username", "billy_32"], ["access_token", "5b3f3ba7d321caab6d6b1b111c603f17"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-08-08 23:10:41.420343"], ["updated_at", "2016-08-08 23:10:41.420343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -963519891 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -963519891], ["username", "billy_33"], ["access_token", "bbe85fcebc05fd2e383ef85bb6c436b3"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-08-08 23:10:41.422138"], ["updated_at", "2016-08-08 23:10:41.422138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -434030967 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -434030967], ["username", "billy_34"], ["access_token", "59d1947efe388cc68f9df7136cb79e92"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-08-08 23:10:41.423917"], ["updated_at", "2016-08-08 23:10:41.423917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1448912185 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1448912185], ["username", "billy_35"], ["access_token", "4f6fd5a88ec410eada9db16d8773ab17"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-08-08 23:10:41.425705"], ["updated_at", "2016-08-08 23:10:41.425705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -819112958 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -819112958], ["username", "billy_36"], ["access_token", "18842e0eb43f3cde350fd6f93d03fab7"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-08-08 23:10:41.427472"], ["updated_at", "2016-08-08 23:10:41.427472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -875723600 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -875723600], ["username", "billy_37"], ["access_token", "e98c607a1e518a85e33390eb07482413"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-08-08 23:10:41.429254"], ["updated_at", "2016-08-08 23:10:41.429254"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -8833026 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -8833026], ["username", "billy_38"], ["access_token", "8bf83dd1b07a4d137da7f140a87ae672"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-08-08 23:10:41.431042"], ["updated_at", "2016-08-08 23:10:41.431042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1178710624 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1178710624], ["username", "billy_39"], ["access_token", "0cd3d1a9dd5398e3f9c0d2b71ba4f7fd"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-08-08 23:10:41.432868"], ["updated_at", "2016-08-08 23:10:41.432868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841271055 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1841271055], ["username", "billy_40"], ["access_token", "4e43801d883774769ca6900638c789f0"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-08-08 23:10:41.434601"], ["updated_at", "2016-08-08 23:10:41.434601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1133654783 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1133654783], ["username", "billy_41"], ["access_token", "3dab2bdac41e43bdd7f8a50101130dc6"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-08-08 23:10:41.436376"], ["updated_at", "2016-08-08 23:10:41.436376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1714210587 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1714210587], ["username", "billy_42"], ["access_token", "1cba78ac2486d74dbc737d12fc0a35cb"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-08-08 23:10:41.438154"], ["updated_at", "2016-08-08 23:10:41.438154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1048816676 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1048816676], ["username", "billy_43"], ["access_token", "596d74dfe221a70ce5ae6e0dc6400f81"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-08-08 23:10:41.440143"], ["updated_at", "2016-08-08 23:10:41.440143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -751722314 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -751722314], ["username", "billy_44"], ["access_token", "77a3b9cc4a93307762ec75c0d7f042c3"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-08-08 23:10:41.441954"], ["updated_at", "2016-08-08 23:10:41.441954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1515240684 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1515240684], ["username", "billy_45"], ["access_token", "59abcb08f1dab11123895d071ed81023"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-08-08 23:10:41.443747"], ["updated_at", "2016-08-08 23:10:41.443747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2009526058 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2009526058], ["username", "billy_46"], ["access_token", "19566fc1cbbb211b62fd69ebffe3a093"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-08-08 23:10:41.445570"], ["updated_at", "2016-08-08 23:10:41.445570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -621152257 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -621152257], ["username", "billy_47"], ["access_token", "7f8a4d4812c590d12c4bb7a8e8b4b683"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-08-08 23:10:41.447399"], ["updated_at", "2016-08-08 23:10:41.447399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -495207560 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -495207560], ["username", "billy_48"], ["access_token", "30d0447462625d0fc3c2065a23b34842"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-08-08 23:10:41.449189"], ["updated_at", "2016-08-08 23:10:41.449189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1093922200 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1093922200], ["username", "billy_49"], ["access_token", "776d06a5e0611dcd45879efecf5521fd"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-08-08 23:10:41.451016"], ["updated_at", "2016-08-08 23:10:41.451016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "391997"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '391997' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "391997"], ["created_at", "2016-08-08 23:10:41.474324"], ["updated_at", "2016-08-08 23:10:41.474324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-08-08 23:10:41.482011"], ["updated_at", "2016-08-08 23:10:41.482011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-08-08 23:10:41.489099"], ["updated_at", "2016-08-08 23:10:41.489099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "09ade1"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '09ade1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "09ade1"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["created_at", "2016-08-08 23:10:41.494973"], ["updated_at", "2016-08-08 23:10:41.494973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (1.0ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime, "faculty_status" integer DEFAULT 0 NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" ("faculty_status")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (0.9ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'   (0.9ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.8ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (0.8ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.9ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'   (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (0.8ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "5bad0a"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5bad0a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "5bad0a"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["created_at", "2016-10-11 20:44:32.037850"], ["updated_at", "2016-10-11 20:44:32.037850"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "53203f"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '53203f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "53203f"], ["created_at", "2016-10-11 20:44:32.070233"], ["updated_at", "2016-10-11 20:44:32.070233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-10-11 20:44:32.077216"], ["updated_at", "2016-10-11 20:44:32.077216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-10-11 20:44:32.085864"], ["updated_at", "2016-10-11 20:44:32.085864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "c0fac23615a65ab1ca8795fab386381c"], ["created_at", "2016-10-11 20:44:32.091915"], ["updated_at", "2016-10-11 20:44:32.091915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.2ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "29a76486b4cb5a16d00f7396f99d35d0"], ["created_at", "2016-10-11 20:44:32.109743"], ["updated_at", "2016-10-11 20:44:32.109743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 12ms (ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "601b1110bec8003a76ad99fd61260e50"], ["access_token", "cb4f51f5866900d8ac17f702edebe242"], ["openstax_uid", 1], ["created_at", "2016-10-11 20:44:32.137962"], ["updated_at", "2016-10-11 20:44:32.137962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -277399455 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -277399455], ["username", "jstrav"], ["access_token", "6fce2211b0dc691ba4fefa34a015030f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.142997"], ["updated_at", "2016-10-11 20:44:32.142997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1484070302 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1484070302], ["username", "mary"], ["access_token", "09285da4298e6423ffe85de17549300b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.145083"], ["updated_at", "2016-10-11 20:44:32.145083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1989271447 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1989271447], ["username", "jstead"], ["access_token", "c65db92fddefd34911d77c59afffbb5b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.147128"], ["updated_at", "2016-10-11 20:44:32.147128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -766179506 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -766179506], ["username", "bigbear"], ["access_token", "a0eae4f51922473e45566a90fbe3fcc2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.149894"], ["updated_at", "2016-10-11 20:44:32.149894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897790524 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1897790524], ["username", "jstrav"], ["access_token", "9813ddffb32b9d31bb6923c68379adca"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.157144"], ["updated_at", "2016-10-11 20:44:32.157144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1621792739 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1621792739], ["username", "mary"], ["access_token", "f7f6d876e664221a5a38edb721b49f3e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.159145"], ["updated_at", "2016-10-11 20:44:32.159145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -39370920 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -39370920], ["username", "jstead"], ["access_token", "bcb4386bba1431faf461fc1d322cb72c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.161064"], ["updated_at", "2016-10-11 20:44:32.161064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1320196684 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1320196684], ["username", "bigbear"], ["access_token", "1389920c6d7dba760dc821d1bc3ebb03"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.162797"], ["updated_at", "2016-10-11 20:44:32.162797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -779893083 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -779893083], ["username", "jstrav"], ["access_token", "98844f81c9e947292e8aa83bc83eedff"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.167426"], ["updated_at", "2016-10-11 20:44:32.167426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1416811079 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1416811079], ["username", "mary"], ["access_token", "2c58a9e1e361cd6366e55d1b90d6e669"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.169402"], ["updated_at", "2016-10-11 20:44:32.169402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -967010265 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -967010265], ["username", "jstead"], ["access_token", "20904f47476239b6501ee27a2051cafa"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.171308"], ["updated_at", "2016-10-11 20:44:32.171308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -890605543 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -890605543], ["username", "bigbear"], ["access_token", "5d052cd297b1fdb67b27c8650ea5b2d8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.173117"], ["updated_at", "2016-10-11 20:44:32.173117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1932764280 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1932764280], ["username", "jstrav"], ["access_token", "fd86d046654ea191276901f1a381f579"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.177666"], ["updated_at", "2016-10-11 20:44:32.177666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1420527466 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1420527466], ["username", "mary"], ["access_token", "c48897d06b4a07365f60ae3c85b43506"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.179789"], ["updated_at", "2016-10-11 20:44:32.179789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1038535424 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1038535424], ["username", "jstead"], ["access_token", "e371c161d1e9231a28215a0bbd946ece"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.181773"], ["updated_at", "2016-10-11 20:44:32.181773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1094252848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1094252848], ["username", "bigbear"], ["access_token", "f45b08173608ca91c159aec88e023eda"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.183497"], ["updated_at", "2016-10-11 20:44:32.183497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1281826072 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1281826072], ["username", "jstrav"], ["access_token", "99f63d642dd984a2d2e7a25822b68389"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.188079"], ["updated_at", "2016-10-11 20:44:32.188079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088674895 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1088674895], ["username", "mary"], ["access_token", "89d1e67c4e8572b4fefddd6df9d9b8f0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.190078"], ["updated_at", "2016-10-11 20:44:32.190078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1091716965 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1091716965], ["username", "jstead"], ["access_token", "162e6b18bfed5c3b68b4867407bed434"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.192336"], ["updated_at", "2016-10-11 20:44:32.192336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -673286092 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -673286092], ["username", "bigbear"], ["access_token", "1d58d63e4a09717c4cb7c9f418d5ecbd"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.194149"], ["updated_at", "2016-10-11 20:44:32.194149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1808074982 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1808074982], ["username", "jstrav"], ["access_token", "4520d0b10c45c168b2ca758517c684c3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.200285"], ["updated_at", "2016-10-11 20:44:32.200285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -769392220 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -769392220], ["username", "mary"], ["access_token", "641377f3b715ca0af82d4fade0ad908d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.203225"], ["updated_at", "2016-10-11 20:44:32.203225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -177545847 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -177545847], ["username", "jstead"], ["access_token", "ebac361d1b7b0d764b6fec4ce17924e8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.206193"], ["updated_at", "2016-10-11 20:44:32.206193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529330296 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -529330296], ["username", "bigbear"], ["access_token", "3ff5c9edf434f3947bf6308d9336e49b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.208568"], ["updated_at", "2016-10-11 20:44:32.208568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -585839853 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -585839853], ["username", "jstrav"], ["access_token", "13614087b212c2a1c1d1c0f1a1424ebe"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.214102"], ["updated_at", "2016-10-11 20:44:32.214102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1547386676 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1547386676], ["username", "mary"], ["access_token", "3ba3605041d20090ccdecc527f446821"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.216078"], ["updated_at", "2016-10-11 20:44:32.216078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -626715388 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -626715388], ["username", "jstead"], ["access_token", "80d40f1f62b9775ccb852f1d0f307d4c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.217967"], ["updated_at", "2016-10-11 20:44:32.217967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1168953134 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1168953134], ["username", "bigbear"], ["access_token", "c9f8cc28ff6b3c7d09545e04160f1846"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.219700"], ["updated_at", "2016-10-11 20:44:32.219700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1813519509 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1813519509], ["username", "jstrav"], ["access_token", "f347dec70bb95a76431e03e6b0cb2379"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.224479"], ["updated_at", "2016-10-11 20:44:32.224479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -911385137 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -911385137], ["username", "mary"], ["access_token", "0987d75e06db34d51cd8e822fb8f8155"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.226438"], ["updated_at", "2016-10-11 20:44:32.226438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -809266517 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -809266517], ["username", "jstead"], ["access_token", "dc96db28bd4a3a08cbbc00542d5e1909"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.228383"], ["updated_at", "2016-10-11 20:44:32.228383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2072715996 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2072715996], ["username", "bigbear"], ["access_token", "706e82e86d0490f4075785140932f040"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.230110"], ["updated_at", "2016-10-11 20:44:32.230110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -673452727 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -673452727], ["username", "jstrav"], ["access_token", "8388c42104b1b5571454cb4af2721db0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.236122"], ["updated_at", "2016-10-11 20:44:32.236122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1902353604 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1902353604], ["username", "mary"], ["access_token", "e4ee52cef8753fb878c9b4101877ccf2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.238143"], ["updated_at", "2016-10-11 20:44:32.238143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1041679824 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1041679824], ["username", "jstead"], ["access_token", "87ffb0c76c2a61f000afb7308dca899c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.240125"], ["updated_at", "2016-10-11 20:44:32.240125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -108607070 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -108607070], ["username", "bigbear"], ["access_token", "1af67723f090fd88c12e2e9b1ce4f0a4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.242482"], ["updated_at", "2016-10-11 20:44:32.242482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -875093879 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -875093879], ["username", "jstrav"], ["access_token", "d82e57e3665afd06c39c55d39f31bed8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.248489"], ["updated_at", "2016-10-11 20:44:32.248489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324077868 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1324077868], ["username", "mary"], ["access_token", "7aba66fab64a33eb7260bba81cc80005"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.250587"], ["updated_at", "2016-10-11 20:44:32.250587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1995044289 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1995044289], ["username", "jstead"], ["access_token", "df4f92a2ce017f1bbd0ad27935fadc78"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.252488"], ["updated_at", "2016-10-11 20:44:32.252488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626970831 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1626970831], ["username", "bigbear"], ["access_token", "4a2a1dadc3035d05a79c5c7cdb6f221a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.254222"], ["updated_at", "2016-10-11 20:44:32.254222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1212256701 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1212256701], ["username", "jstrav"], ["access_token", "50172a3db9dd648f905ef938ef91f77c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.259760"], ["updated_at", "2016-10-11 20:44:32.259760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -552185451 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -552185451], ["username", "mary"], ["access_token", "dc074c2cd37ca85d75ffdb018a24369c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.261775"], ["updated_at", "2016-10-11 20:44:32.261775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2032791551 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2032791551], ["username", "jstead"], ["access_token", "4e47c37bc9debdf924e0db86ac4d46f3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.263676"], ["updated_at", "2016-10-11 20:44:32.263676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1157177026 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1157177026], ["username", "bigbear"], ["access_token", "754fef5c224257b95df607a63a239467"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.265495"], ["updated_at", "2016-10-11 20:44:32.265495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1382309568 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1382309568], ["username", "foo_bb"], ["access_token", "204646e7b505b0112ae9e83c81ab1952"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-10-11 20:44:32.267220"], ["updated_at", "2016-10-11 20:44:32.267220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2066036314 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2066036314], ["username", "foo_bj"], ["access_token", "3f613325b563af6aeff2e46baa3882d2"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-10-11 20:44:32.269018"], ["updated_at", "2016-10-11 20:44:32.269018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -715969752 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -715969752], ["username", "foo_tj"], ["access_token", "ab3a696169897760a920adf258d8702d"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-10-11 20:44:32.270977"], ["updated_at", "2016-10-11 20:44:32.270977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1364085283 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1364085283], ["username", "jstrav"], ["access_token", "c68e1ae6e94aeb9ef88863071adea24b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.279922"], ["updated_at", "2016-10-11 20:44:32.279922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1096754981 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1096754981], ["username", "mary"], ["access_token", "b8aec3592d3d9becb2062ca1e1a4be2c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.282035"], ["updated_at", "2016-10-11 20:44:32.282035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660979667 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1660979667], ["username", "jstead"], ["access_token", "34ea7c432e2f992c8cc708ef29a91dbe"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.283944"], ["updated_at", "2016-10-11 20:44:32.283944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1071799281 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1071799281], ["username", "bigbear"], ["access_token", "ffebfc953879a85eeb11cffa316d5550"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.285744"], ["updated_at", "2016-10-11 20:44:32.285744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1896300614 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1896300614], ["username", "billy_00"], ["access_token", "9a8b30132feedd9bdf7088f39fb5def2"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-11 20:44:32.287763"], ["updated_at", "2016-10-11 20:44:32.287763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -191634408 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -191634408], ["username", "billy_01"], ["access_token", "394a8a40432f565d07a539f9cd270139"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-11 20:44:32.300504"], ["updated_at", "2016-10-11 20:44:32.300504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1380071435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1380071435], ["username", "billy_02"], ["access_token", "cacab682b60cce77f08d608947bc17b2"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-11 20:44:32.302556"], ["updated_at", "2016-10-11 20:44:32.302556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -421809172 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -421809172], ["username", "billy_03"], ["access_token", "9ce606a782df06e71dd1d936043de17c"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-11 20:44:32.304276"], ["updated_at", "2016-10-11 20:44:32.304276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -681653372 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -681653372], ["username", "billy_04"], ["access_token", "77365ec5c1850f54c0f8e6a7fe947a0e"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-11 20:44:32.306065"], ["updated_at", "2016-10-11 20:44:32.306065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1456091840 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1456091840], ["username", "billy_05"], ["access_token", "051373985743f542ec964dd5bb92f9f4"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-11 20:44:32.307908"], ["updated_at", "2016-10-11 20:44:32.307908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649768440 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -649768440], ["username", "billy_06"], ["access_token", "d24cde852bf1b0f72de6a4ac9deeda11"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-11 20:44:32.309979"], ["updated_at", "2016-10-11 20:44:32.309979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657460655 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -657460655], ["username", "billy_07"], ["access_token", "9419c55488c8a3c889d7c2af11c57c5b"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-11 20:44:32.312039"], ["updated_at", "2016-10-11 20:44:32.312039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1125265614 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1125265614], ["username", "billy_08"], ["access_token", "b38ccdea00009c48dfde94ccc070a29f"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-11 20:44:32.314824"], ["updated_at", "2016-10-11 20:44:32.314824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -810196054 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -810196054], ["username", "billy_09"], ["access_token", "f8ea9ea0bcc173bf5d5e301fb25a9159"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-11 20:44:32.317225"], ["updated_at", "2016-10-11 20:44:32.317225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1802641376 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1802641376], ["username", "billy_10"], ["access_token", "e895fc20535292b1d3a9acfbd8281497"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-11 20:44:32.319310"], ["updated_at", "2016-10-11 20:44:32.319310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -52230122 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -52230122], ["username", "billy_11"], ["access_token", "a732114d6637e6dfc5be49ac02f52c40"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-11 20:44:32.321421"], ["updated_at", "2016-10-11 20:44:32.321421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -635797549 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -635797549], ["username", "billy_12"], ["access_token", "c806aa0e794c8e1a5cfde1189865312e"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-11 20:44:32.323578"], ["updated_at", "2016-10-11 20:44:32.323578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1122001789 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1122001789], ["username", "billy_13"], ["access_token", "2c969dffe2d5d844244931e0343d0017"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-11 20:44:32.325826"], ["updated_at", "2016-10-11 20:44:32.325826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550732767 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1550732767], ["username", "billy_14"], ["access_token", "18a2cfda1af73fbbe6bde2a6f6fe361c"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-11 20:44:32.327911"], ["updated_at", "2016-10-11 20:44:32.327911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013451284 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2013451284], ["username", "billy_15"], ["access_token", "0cb18e1be3075fd791527e61d61a25f1"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-11 20:44:32.330024"], ["updated_at", "2016-10-11 20:44:32.330024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1236204994 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1236204994], ["username", "billy_16"], ["access_token", "d4413ac47d97fe44b089a150cb8629ca"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-11 20:44:32.332107"], ["updated_at", "2016-10-11 20:44:32.332107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -205269904 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -205269904], ["username", "billy_17"], ["access_token", "92e177f5635e50ef7625b1885b45d7c8"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-11 20:44:32.334034"], ["updated_at", "2016-10-11 20:44:32.334034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659961858 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1659961858], ["username", "billy_18"], ["access_token", "4a38e9231b7147eec46f8d5a415606da"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-11 20:44:32.335949"], ["updated_at", "2016-10-11 20:44:32.335949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1541124154 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1541124154], ["username", "billy_19"], ["access_token", "5b5e28686a47107dbf460b7eedfd8de0"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-11 20:44:32.337811"], ["updated_at", "2016-10-11 20:44:32.337811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19909383 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -19909383], ["username", "billy_20"], ["access_token", "1cd7cd3bd9cd9c320b3fc35262b51399"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-11 20:44:32.339620"], ["updated_at", "2016-10-11 20:44:32.339620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -376537309 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -376537309], ["username", "billy_21"], ["access_token", "ac9f84ededd269f2ec33a332d6a3ef6d"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-11 20:44:32.341479"], ["updated_at", "2016-10-11 20:44:32.341479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1590292248 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1590292248], ["username", "billy_22"], ["access_token", "141a063b5d71859eb5da648405e0c71d"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-11 20:44:32.343233"], ["updated_at", "2016-10-11 20:44:32.343233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -288817635 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -288817635], ["username", "billy_23"], ["access_token", "22f3a2324c276b9cbeb2a492dcc0f444"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-11 20:44:32.344996"], ["updated_at", "2016-10-11 20:44:32.344996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688171095 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -688171095], ["username", "billy_24"], ["access_token", "3d571bcf026bda6f053f77b7b7d0b44e"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-11 20:44:32.346853"], ["updated_at", "2016-10-11 20:44:32.346853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1835704300 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1835704300], ["username", "billy_25"], ["access_token", "8e9a08928c52650ae122b4e8ecdcbc71"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-11 20:44:32.348593"], ["updated_at", "2016-10-11 20:44:32.348593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -837986492 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -837986492], ["username", "billy_26"], ["access_token", "e53cc6eaa7a8b70e923ecfe70a791065"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-11 20:44:32.350471"], ["updated_at", "2016-10-11 20:44:32.350471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1109521721 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1109521721], ["username", "billy_27"], ["access_token", "eb04792df2b1ab10ec8f5231fe7b0725"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-11 20:44:32.352237"], ["updated_at", "2016-10-11 20:44:32.352237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -193642968 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -193642968], ["username", "billy_28"], ["access_token", "a13ab129e623112bc5292aadadac6783"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-11 20:44:32.354070"], ["updated_at", "2016-10-11 20:44:32.354070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324812537 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1324812537], ["username", "billy_29"], ["access_token", "191a61eebf13b3bc47199ffecfde6498"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-11 20:44:32.356132"], ["updated_at", "2016-10-11 20:44:32.356132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -244963617 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -244963617], ["username", "billy_30"], ["access_token", "978a22831a2b9205aa8f52f2edf5037a"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-11 20:44:32.358106"], ["updated_at", "2016-10-11 20:44:32.358106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1802094521 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1802094521], ["username", "billy_31"], ["access_token", "f2c23feff1f3125c0041a0313919d4e3"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-11 20:44:32.360179"], ["updated_at", "2016-10-11 20:44:32.360179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1919429366 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1919429366], ["username", "billy_32"], ["access_token", "8ad1ccaa327679b020bd8ea35cc2f62b"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-11 20:44:32.361999"], ["updated_at", "2016-10-11 20:44:32.361999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317753762 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -317753762], ["username", "billy_33"], ["access_token", "8d17168daed726cc886453a381b2646e"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-11 20:44:32.363810"], ["updated_at", "2016-10-11 20:44:32.363810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -330258029 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -330258029], ["username", "billy_34"], ["access_token", "a241102a15cedc08c01c2f7e97e290cb"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-11 20:44:32.365599"], ["updated_at", "2016-10-11 20:44:32.365599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1522502812 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1522502812], ["username", "billy_35"], ["access_token", "dce3497ec3f73409314a5caed94e3a73"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-11 20:44:32.367353"], ["updated_at", "2016-10-11 20:44:32.367353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1954373774 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1954373774], ["username", "billy_36"], ["access_token", "fd3db3c7476b1a494aaafbbba03e9669"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-11 20:44:32.369101"], ["updated_at", "2016-10-11 20:44:32.369101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -750627178 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -750627178], ["username", "billy_37"], ["access_token", "d1093b1705481e5276e47d0d88b6cae6"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-11 20:44:32.370840"], ["updated_at", "2016-10-11 20:44:32.370840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -759354825 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -759354825], ["username", "billy_38"], ["access_token", "cca49296c63c7e6b1aed25e03cffbdca"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-11 20:44:32.372582"], ["updated_at", "2016-10-11 20:44:32.372582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1056034812 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1056034812], ["username", "billy_39"], ["access_token", "5f10b66822b064458fb231e8f0cd9acf"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-11 20:44:32.374350"], ["updated_at", "2016-10-11 20:44:32.374350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1733499288 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1733499288], ["username", "billy_40"], ["access_token", "cf4d16cfd72520c6220df9529a805eed"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-11 20:44:32.376203"], ["updated_at", "2016-10-11 20:44:32.376203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1684152908 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1684152908], ["username", "billy_41"], ["access_token", "dc52b8d945ea86c8d3e2fcac1cc2e9bd"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-11 20:44:32.377989"], ["updated_at", "2016-10-11 20:44:32.377989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1380235594 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1380235594], ["username", "billy_42"], ["access_token", "9e78d5c5b35a09f8daa69cc52dd8ebd8"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-11 20:44:32.379779"], ["updated_at", "2016-10-11 20:44:32.379779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486686244 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -486686244], ["username", "billy_43"], ["access_token", "386293b760bf21fb3eb553b15f7af38c"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-11 20:44:32.381552"], ["updated_at", "2016-10-11 20:44:32.381552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -196702288 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -196702288], ["username", "billy_44"], ["access_token", "f3541167450d84502d2acde0f6baef24"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-11 20:44:32.383292"], ["updated_at", "2016-10-11 20:44:32.383292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1261205833 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1261205833], ["username", "billy_45"], ["access_token", "61489cc3631ede525eee4aa1bf60b06a"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-11 20:44:32.385065"], ["updated_at", "2016-10-11 20:44:32.385065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232099984 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1232099984], ["username", "jstrav"], ["access_token", "3b90f67dc819d2e6011f7c2c953d1347"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.393947"], ["updated_at", "2016-10-11 20:44:32.393947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542526936 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -542526936], ["username", "mary"], ["access_token", "57d8101d3feefa52db57486b10b57a93"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.396128"], ["updated_at", "2016-10-11 20:44:32.396128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1401504321 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1401504321], ["username", "jstead"], ["access_token", "a5ad0eab85019efa60a525e59689bf53"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.398233"], ["updated_at", "2016-10-11 20:44:32.398233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1683415692 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1683415692], ["username", "bigbear"], ["access_token", "6fb80ac1e07ec392e926d4870ccb4c33"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.399977"], ["updated_at", "2016-10-11 20:44:32.399977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -607212390 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -607212390], ["username", "billy_00"], ["access_token", "eefdee88fc0f21d095e8dfed36dc67ed"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-11 20:44:32.401789"], ["updated_at", "2016-10-11 20:44:32.401789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1253624644 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1253624644], ["username", "billy_01"], ["access_token", "867c0f9ef506c403f1b81aa43222cb07"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-11 20:44:32.403518"], ["updated_at", "2016-10-11 20:44:32.403518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688577402 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -688577402], ["username", "billy_02"], ["access_token", "390b8048b575f7461bc7668c41aee0f3"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-11 20:44:32.405234"], ["updated_at", "2016-10-11 20:44:32.405234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -45014161 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -45014161], ["username", "billy_03"], ["access_token", "ddedab03e34805ce7d07a40b17b39b4c"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-11 20:44:32.406941"], ["updated_at", "2016-10-11 20:44:32.406941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -252796432 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -252796432], ["username", "billy_04"], ["access_token", "7d876547b60968b3247ec9aa1fdd655e"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-11 20:44:32.408703"], ["updated_at", "2016-10-11 20:44:32.408703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1402084252 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1402084252], ["username", "billy_05"], ["access_token", "e5704f14abb829ce08dabf5e4edc3fa8"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-11 20:44:32.410449"], ["updated_at", "2016-10-11 20:44:32.410449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1211135528 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1211135528], ["username", "billy_06"], ["access_token", "a0ee156772f305e25d4a10db2f439b9e"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-11 20:44:32.412222"], ["updated_at", "2016-10-11 20:44:32.412222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -12232133 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -12232133], ["username", "billy_07"], ["access_token", "7edaee789d41a1ff3597cc1783d9b885"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-11 20:44:32.414013"], ["updated_at", "2016-10-11 20:44:32.414013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965577047 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -965577047], ["username", "billy_08"], ["access_token", "37c47be639cb306ba25ddc8964bd1c27"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-11 20:44:32.415827"], ["updated_at", "2016-10-11 20:44:32.415827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -541856309 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -541856309], ["username", "billy_09"], ["access_token", "0e2b2fc5e7a005433432dec16416c8f1"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-11 20:44:32.417607"], ["updated_at", "2016-10-11 20:44:32.417607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2113214700 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2113214700], ["username", "billy_10"], ["access_token", "62c13ad0a0e8e85afdbfaf580fc583b3"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-11 20:44:32.419386"], ["updated_at", "2016-10-11 20:44:32.419386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1106835360 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1106835360], ["username", "billy_11"], ["access_token", "58e5bed716406557cf078769c17fd662"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-11 20:44:32.421119"], ["updated_at", "2016-10-11 20:44:32.421119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -723295001 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -723295001], ["username", "billy_12"], ["access_token", "cf51b91ac100664583a5cf0498d2767d"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-11 20:44:32.422842"], ["updated_at", "2016-10-11 20:44:32.422842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688050646 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -688050646], ["username", "billy_13"], ["access_token", "0dae35b9c56427caed152d2accc9ff15"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-11 20:44:32.424558"], ["updated_at", "2016-10-11 20:44:32.424558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -230912059 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -230912059], ["username", "billy_14"], ["access_token", "02ad42dd23e6d6a2017b9cbefe47d9f6"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-11 20:44:32.426293"], ["updated_at", "2016-10-11 20:44:32.426293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -689656515 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -689656515], ["username", "billy_15"], ["access_token", "43efde4d646eab21db2e4d0c4d266de0"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-11 20:44:32.428259"], ["updated_at", "2016-10-11 20:44:32.428259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -212194091 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -212194091], ["username", "billy_16"], ["access_token", "50f93f84aa91fe584671da96126240b1"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-11 20:44:32.430006"], ["updated_at", "2016-10-11 20:44:32.430006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1161236687 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1161236687], ["username", "billy_17"], ["access_token", "c013cd2e8f739137ddccafa4f2ce41f3"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-11 20:44:32.432446"], ["updated_at", "2016-10-11 20:44:32.432446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1024923538 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1024923538], ["username", "billy_18"], ["access_token", "473a77751ae5dbf4f5a7846a0f2b3b7d"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-11 20:44:32.434316"], ["updated_at", "2016-10-11 20:44:32.434316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1504385026 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1504385026], ["username", "billy_19"], ["access_token", "93c4713ba22fd7460ff49dacea085a53"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-11 20:44:32.436489"], ["updated_at", "2016-10-11 20:44:32.436489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1497581299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1497581299], ["username", "billy_20"], ["access_token", "cf864398d003096a80def8163a6585c8"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-11 20:44:32.438819"], ["updated_at", "2016-10-11 20:44:32.438819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1076764149 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1076764149], ["username", "billy_21"], ["access_token", "683866d0bc541267375c6c945e0dde1b"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-11 20:44:32.440931"], ["updated_at", "2016-10-11 20:44:32.440931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1864254261 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1864254261], ["username", "billy_22"], ["access_token", "07ef046480ed31b1bc0fe9ed1c55a005"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-11 20:44:32.442795"], ["updated_at", "2016-10-11 20:44:32.442795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2080920513 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2080920513], ["username", "billy_23"], ["access_token", "9fa7eb44aae29863f2e60aa429127bf2"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-11 20:44:32.444527"], ["updated_at", "2016-10-11 20:44:32.444527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1908398624 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1908398624], ["username", "billy_24"], ["access_token", "7d30fd1b90f8d86aeacad38889676ec6"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-11 20:44:32.446214"], ["updated_at", "2016-10-11 20:44:32.446214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1351480114 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1351480114], ["username", "billy_25"], ["access_token", "2fd2adec395cbc4d4a204a2f0b4bded2"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-11 20:44:32.447971"], ["updated_at", "2016-10-11 20:44:32.447971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -754720744 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -754720744], ["username", "billy_26"], ["access_token", "869325423c536dab3e420643c773d438"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-11 20:44:32.449715"], ["updated_at", "2016-10-11 20:44:32.449715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518667608 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -518667608], ["username", "billy_27"], ["access_token", "7849578087e703fad380ddb355475701"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-11 20:44:32.451451"], ["updated_at", "2016-10-11 20:44:32.451451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1980406893 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1980406893], ["username", "billy_28"], ["access_token", "3a996f8d893e08435f6ae4bc135ac75b"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-11 20:44:32.453248"], ["updated_at", "2016-10-11 20:44:32.453248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460449842 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1460449842], ["username", "billy_29"], ["access_token", "d7f75b22f831f98e2d370e9a79ee4452"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-11 20:44:32.455028"], ["updated_at", "2016-10-11 20:44:32.455028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050409136 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2050409136], ["username", "billy_30"], ["access_token", "2e1071c3b4a572d9ced3ea920f537ce9"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-11 20:44:32.456757"], ["updated_at", "2016-10-11 20:44:32.456757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1667010290 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1667010290], ["username", "billy_31"], ["access_token", "199a50b99e8be23ef8fa2e71961d5427"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-11 20:44:32.458540"], ["updated_at", "2016-10-11 20:44:32.458540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -299486365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -299486365], ["username", "billy_32"], ["access_token", "af7d6402378b6c9e0ae54f3bb6abbf65"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-11 20:44:32.460246"], ["updated_at", "2016-10-11 20:44:32.460246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1723930789 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1723930789], ["username", "billy_33"], ["access_token", "dd0a06d8b945535bf0a2682debd9730d"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-11 20:44:32.461970"], ["updated_at", "2016-10-11 20:44:32.461970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1241674265 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1241674265], ["username", "billy_34"], ["access_token", "f1bec54be961e3d9573d0ee978e622e7"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-11 20:44:32.463699"], ["updated_at", "2016-10-11 20:44:32.463699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1161150033 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1161150033], ["username", "billy_35"], ["access_token", "5938a04ac974d88a143e2ef43930c56a"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-11 20:44:32.465440"], ["updated_at", "2016-10-11 20:44:32.465440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1314955967 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1314955967], ["username", "billy_36"], ["access_token", "74a31b26ee15176e27b5a3d80c6b542d"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-11 20:44:32.467123"], ["updated_at", "2016-10-11 20:44:32.467123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1953362069 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1953362069], ["username", "billy_37"], ["access_token", "3a722ac66a1fc02948f34b36f5c67a1f"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-11 20:44:32.468848"], ["updated_at", "2016-10-11 20:44:32.468848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -752266106 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -752266106], ["username", "billy_38"], ["access_token", "b1463b6bc3c5f987874110c176798670"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-11 20:44:32.470599"], ["updated_at", "2016-10-11 20:44:32.470599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2134436511 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2134436511], ["username", "billy_39"], ["access_token", "c106570dfc751a1f43813a240e22ce10"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-11 20:44:32.472315"], ["updated_at", "2016-10-11 20:44:32.472315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -362143249 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -362143249], ["username", "billy_40"], ["access_token", "7e88fad79596a0a689e24b7e5511bb50"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-11 20:44:32.473992"], ["updated_at", "2016-10-11 20:44:32.473992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -619700609 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -619700609], ["username", "billy_41"], ["access_token", "c388ff3d5e1fc75ce8cbee7a6e0e1695"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-11 20:44:32.475799"], ["updated_at", "2016-10-11 20:44:32.475799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1618626243 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1618626243], ["username", "billy_42"], ["access_token", "c4a5a3fffc99498564fe8d349f2a1ea2"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-11 20:44:32.477639"], ["updated_at", "2016-10-11 20:44:32.477639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -763778302 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -763778302], ["username", "billy_43"], ["access_token", "0f9889009676ef6af96e04660b514f69"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-11 20:44:32.479274"], ["updated_at", "2016-10-11 20:44:32.479274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -472087331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -472087331], ["username", "billy_44"], ["access_token", "8130f69ddcafa60ea73f10e842159a3a"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-11 20:44:32.480950"], ["updated_at", "2016-10-11 20:44:32.480950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1055001475 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1055001475], ["username", "billy_45"], ["access_token", "14187c0d00cb0b2163fd6f8ce55e4270"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-11 20:44:32.482601"], ["updated_at", "2016-10-11 20:44:32.482601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -578468611 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -578468611], ["username", "jstrav"], ["access_token", "a177b33d7a54cb989d7b5b56fbb74ac4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.491400"], ["updated_at", "2016-10-11 20:44:32.491400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790901252 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1790901252], ["username", "mary"], ["access_token", "4b1878f899ed8f70340c57c90e08d3e4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.494246"], ["updated_at", "2016-10-11 20:44:32.494246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -541777183 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -541777183], ["username", "jstead"], ["access_token", "7ecf1347a728a702e7785abe174d973f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.496736"], ["updated_at", "2016-10-11 20:44:32.496736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2015753437 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2015753437], ["username", "bigbear"], ["access_token", "7dd32a614103159c7d25e48b4a65ffc6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.498858"], ["updated_at", "2016-10-11 20:44:32.498858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313204188 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -313204188], ["username", "billy_00"], ["access_token", "352cba052f062e65e3e4ddeec7ba4bb1"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-11 20:44:32.500709"], ["updated_at", "2016-10-11 20:44:32.500709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1654173042 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1654173042], ["username", "billy_01"], ["access_token", "6bcfc6567ab8bc9ab2506ac7123b4c3a"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-11 20:44:32.502510"], ["updated_at", "2016-10-11 20:44:32.502510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -12443262 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -12443262], ["username", "billy_02"], ["access_token", "45493ec585453501d8c8ad069d0d9d0d"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-11 20:44:32.504245"], ["updated_at", "2016-10-11 20:44:32.504245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2135355750 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2135355750], ["username", "billy_03"], ["access_token", "97e46ea8d62a6f031b429b22244f12e6"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-11 20:44:32.506060"], ["updated_at", "2016-10-11 20:44:32.506060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592681921 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -592681921], ["username", "billy_04"], ["access_token", "6691e6a91c9e20dc996c30bdafae0117"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-11 20:44:32.507920"], ["updated_at", "2016-10-11 20:44:32.507920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -555088498 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -555088498], ["username", "billy_05"], ["access_token", "953593dcd7329689c2abedfaef85adc0"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-11 20:44:32.509748"], ["updated_at", "2016-10-11 20:44:32.509748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -158172093 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -158172093], ["username", "billy_06"], ["access_token", "6ff8efe8a0dcc66c0deedb0fa1f7a5c3"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-11 20:44:32.511663"], ["updated_at", "2016-10-11 20:44:32.511663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1834071707 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1834071707], ["username", "billy_07"], ["access_token", "1b0f1482f55a3404b19588d0d057945f"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-11 20:44:32.513462"], ["updated_at", "2016-10-11 20:44:32.513462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -280015741 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -280015741], ["username", "billy_08"], ["access_token", "a3830bdee07d29715cecb18195f06224"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-11 20:44:32.515259"], ["updated_at", "2016-10-11 20:44:32.515259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883136549 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1883136549], ["username", "billy_09"], ["access_token", "b2a91ec5aef630f90b7115f2e5b56b8c"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-11 20:44:32.517066"], ["updated_at", "2016-10-11 20:44:32.517066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1135767749 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1135767749], ["username", "billy_10"], ["access_token", "45f0bd3bdf886ae1db510466b1952d79"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-11 20:44:32.518919"], ["updated_at", "2016-10-11 20:44:32.518919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -635477409 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -635477409], ["username", "billy_11"], ["access_token", "fe8f7ee8473aa6e33b276ddf35ee72ce"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-11 20:44:32.520722"], ["updated_at", "2016-10-11 20:44:32.520722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776642716 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -776642716], ["username", "billy_12"], ["access_token", "b6c896912bbc579e5a96e37ecf97240d"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-11 20:44:32.522560"], ["updated_at", "2016-10-11 20:44:32.522560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -812334055 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -812334055], ["username", "billy_13"], ["access_token", "9a20d5087defde6366dbd0f500107dbe"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-11 20:44:32.524499"], ["updated_at", "2016-10-11 20:44:32.524499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1258249402 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1258249402], ["username", "billy_14"], ["access_token", "f1849587848cb2f04db564ff5015ae66"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-11 20:44:32.526430"], ["updated_at", "2016-10-11 20:44:32.526430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544334750 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1544334750], ["username", "billy_15"], ["access_token", "53293a01ef607782135d3f34f4158b58"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-11 20:44:32.528271"], ["updated_at", "2016-10-11 20:44:32.528271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -632427276 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -632427276], ["username", "billy_16"], ["access_token", "f3a2f6575cb85e0cb4199c5f4b29f2ab"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-11 20:44:32.530109"], ["updated_at", "2016-10-11 20:44:32.530109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524734905 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1524734905], ["username", "billy_17"], ["access_token", "3e744e78554a1ed090596f27116543b4"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-11 20:44:32.532800"], ["updated_at", "2016-10-11 20:44:32.532800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -894923359 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -894923359], ["username", "billy_18"], ["access_token", "93854ad4c990021c687ac26f43a72b22"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-11 20:44:32.534633"], ["updated_at", "2016-10-11 20:44:32.534633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1771706414 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1771706414], ["username", "billy_19"], ["access_token", "6b42850b2ca226c02fd30f3a2f8327db"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-11 20:44:32.536448"], ["updated_at", "2016-10-11 20:44:32.536448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -253585761 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -253585761], ["username", "billy_20"], ["access_token", "dd0798e8f19fe380ba8a727936ac134c"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-11 20:44:32.538221"], ["updated_at", "2016-10-11 20:44:32.538221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2097860300 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2097860300], ["username", "billy_21"], ["access_token", "fcc2c1b92f7e92fe60c5d546dc82ee9a"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-11 20:44:32.540020"], ["updated_at", "2016-10-11 20:44:32.540020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -25217830 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -25217830], ["username", "billy_22"], ["access_token", "d3a62a0ae3c0089cfd122fe726d8a6b2"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-11 20:44:32.541809"], ["updated_at", "2016-10-11 20:44:32.541809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2090151632 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2090151632], ["username", "billy_23"], ["access_token", "94a33fd86b6d2e86e254b867affc8aae"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-11 20:44:32.543617"], ["updated_at", "2016-10-11 20:44:32.543617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1939298747 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1939298747], ["username", "billy_24"], ["access_token", "d86de00744aaa1810eb3ab562551f359"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-11 20:44:32.545434"], ["updated_at", "2016-10-11 20:44:32.545434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -353888338 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -353888338], ["username", "billy_25"], ["access_token", "079d8a8294700093c1d8f14bc47259ee"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-11 20:44:32.547211"], ["updated_at", "2016-10-11 20:44:32.547211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -419590284 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -419590284], ["username", "billy_26"], ["access_token", "ba5d2741583e770879c19e89e703d45b"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-11 20:44:32.549016"], ["updated_at", "2016-10-11 20:44:32.549016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -249525364 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -249525364], ["username", "billy_27"], ["access_token", "2f173377c59395fe24f765d3cef9960f"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-11 20:44:32.550785"], ["updated_at", "2016-10-11 20:44:32.550785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660177872 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1660177872], ["username", "billy_28"], ["access_token", "e185dfd11d5930d2accaf8560031c070"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-11 20:44:32.552620"], ["updated_at", "2016-10-11 20:44:32.552620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1793055698 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1793055698], ["username", "billy_29"], ["access_token", "92244991f353d90a3b6d4f6c98b0dff4"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-11 20:44:32.554434"], ["updated_at", "2016-10-11 20:44:32.554434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1347631949 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1347631949], ["username", "billy_30"], ["access_token", "e2ac89091127e6b563c9071f764f7362"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-11 20:44:32.556240"], ["updated_at", "2016-10-11 20:44:32.556240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -976418612 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -976418612], ["username", "billy_31"], ["access_token", "144aa1c0bacc703de0063d8015ac10f8"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-11 20:44:32.558028"], ["updated_at", "2016-10-11 20:44:32.558028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -911340557 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -911340557], ["username", "billy_32"], ["access_token", "b229c31157ac2550893d34b0ed6a42ed"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-11 20:44:32.559765"], ["updated_at", "2016-10-11 20:44:32.559765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1299323949 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1299323949], ["username", "billy_33"], ["access_token", "fa6e418c53db2e0f28b91a12337e3588"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-11 20:44:32.561485"], ["updated_at", "2016-10-11 20:44:32.561485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -285739776 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -285739776], ["username", "billy_34"], ["access_token", "dee34713939049a0cffc3f38128b25fc"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-11 20:44:32.563195"], ["updated_at", "2016-10-11 20:44:32.563195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -198152607 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -198152607], ["username", "billy_35"], ["access_token", "88dc7e87cf8f95459cf89c0c5fad5584"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-11 20:44:32.564908"], ["updated_at", "2016-10-11 20:44:32.564908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -80847516 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -80847516], ["username", "billy_36"], ["access_token", "ad4f75d1b6f3672f06087558b8f97971"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-11 20:44:32.566598"], ["updated_at", "2016-10-11 20:44:32.566598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -250300359 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -250300359], ["username", "billy_37"], ["access_token", "5665221e439659203863a91a217d0c52"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-11 20:44:32.568294"], ["updated_at", "2016-10-11 20:44:32.568294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -793298261 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -793298261], ["username", "billy_38"], ["access_token", "35ce9319734bac7ba200a791d22abfb4"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-11 20:44:32.570121"], ["updated_at", "2016-10-11 20:44:32.570121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647709652 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1647709652], ["username", "billy_39"], ["access_token", "74b1b6cd141a80d626379df7bfcb2f10"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-11 20:44:32.571904"], ["updated_at", "2016-10-11 20:44:32.571904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -557848876 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -557848876], ["username", "billy_40"], ["access_token", "e673d782ec4e82d9e266aa9b96b5f130"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-11 20:44:32.573733"], ["updated_at", "2016-10-11 20:44:32.573733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1339696412 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1339696412], ["username", "billy_41"], ["access_token", "4b9f1a441e0b50e7862697e09a5d454c"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-11 20:44:32.575544"], ["updated_at", "2016-10-11 20:44:32.575544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1210087610 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1210087610], ["username", "billy_42"], ["access_token", "c2cef1b6bd5f829ad483ea23f60dacb6"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-11 20:44:32.577277"], ["updated_at", "2016-10-11 20:44:32.577277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -143613357 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -143613357], ["username", "billy_43"], ["access_token", "6944d89a695fb62c4dca54d9b5da5a45"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-11 20:44:32.579016"], ["updated_at", "2016-10-11 20:44:32.579016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1050706698 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1050706698], ["username", "billy_44"], ["access_token", "74a0e2200377514f166d09a9e35db602"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-11 20:44:32.580752"], ["updated_at", "2016-10-11 20:44:32.580752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -205776353 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -205776353], ["username", "billy_45"], ["access_token", "18dbd78320bd0ffedb57e027638b8f0a"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-11 20:44:32.582485"], ["updated_at", "2016-10-11 20:44:32.582485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -933833972 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -933833972], ["username", "jstrav"], ["access_token", "8db8b71a9099de7fcacbce8d7ff29a5b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.589436"], ["updated_at", "2016-10-11 20:44:32.589436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1358081173 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1358081173], ["username", "mary"], ["access_token", "43db8cfa429f47ae46df79eb81aede55"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.591536"], ["updated_at", "2016-10-11 20:44:32.591536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -282346604 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -282346604], ["username", "jstead"], ["access_token", "8fe367f999cebec0c29b11a67aed950e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.593377"], ["updated_at", "2016-10-11 20:44:32.593377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1390367793 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1390367793], ["username", "bigbear"], ["access_token", "4f0c554186cc960775a20c4d21aa9ad1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.595026"], ["updated_at", "2016-10-11 20:44:32.595026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -689028248 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -689028248], ["username", "billy_00"], ["access_token", "cd00d77e4e1c23126a944b69d382527a"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-11 20:44:32.596688"], ["updated_at", "2016-10-11 20:44:32.596688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1931085527 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1931085527], ["username", "billy_01"], ["access_token", "03f4a183e7ba90540dfb3d965595ab94"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-11 20:44:32.598425"], ["updated_at", "2016-10-11 20:44:32.598425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1307737787 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1307737787], ["username", "billy_02"], ["access_token", "7b2a1c3e7558544dcf51bf1ac92563fb"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-11 20:44:32.600067"], ["updated_at", "2016-10-11 20:44:32.600067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -305565013 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -305565013], ["username", "billy_03"], ["access_token", "9475e186d45170237d6037c550117fb7"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-11 20:44:32.601712"], ["updated_at", "2016-10-11 20:44:32.601712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -900838112 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -900838112], ["username", "billy_04"], ["access_token", "12ea0425d9ee8b2f4a25267df82c95ab"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-11 20:44:32.603394"], ["updated_at", "2016-10-11 20:44:32.603394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2098683889 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2098683889], ["username", "billy_05"], ["access_token", "5196948a230903fb0d2cb0041b3dca96"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-11 20:44:32.605038"], ["updated_at", "2016-10-11 20:44:32.605038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945188739 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -945188739], ["username", "billy_06"], ["access_token", "7be18e1d6dc93ab467296649517d974f"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-11 20:44:32.606678"], ["updated_at", "2016-10-11 20:44:32.606678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460749985 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1460749985], ["username", "billy_07"], ["access_token", "f20db6c23b5030a844d8ff46c1a0f7bb"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-11 20:44:32.608481"], ["updated_at", "2016-10-11 20:44:32.608481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -6630944 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -6630944], ["username", "billy_08"], ["access_token", "818faa7cb5ad8d1cd14107fa420c25db"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-11 20:44:32.610175"], ["updated_at", "2016-10-11 20:44:32.610175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1221684350 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1221684350], ["username", "billy_09"], ["access_token", "694dfb736f6e4e181a0812f874b71b18"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-11 20:44:32.611853"], ["updated_at", "2016-10-11 20:44:32.611853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067566302 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2067566302], ["username", "billy_10"], ["access_token", "cf332e732d67fce75a3a82b33af5c8d0"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-11 20:44:32.613494"], ["updated_at", "2016-10-11 20:44:32.613494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1080890414 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1080890414], ["username", "billy_11"], ["access_token", "ffe184b0509d73f71dc5c21e7cfab0a8"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-11 20:44:32.615216"], ["updated_at", "2016-10-11 20:44:32.615216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -993242834 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -993242834], ["username", "billy_12"], ["access_token", "4dcb1044af7a0fe9dccfc359d15979db"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-11 20:44:32.616861"], ["updated_at", "2016-10-11 20:44:32.616861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -463102280 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -463102280], ["username", "billy_13"], ["access_token", "68b6c4837697df373752176218f8b3eb"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-11 20:44:32.618514"], ["updated_at", "2016-10-11 20:44:32.618514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -176795765 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -176795765], ["username", "billy_14"], ["access_token", "88f96b7ef1d4a8f058ff08057a38d9e3"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-11 20:44:32.620160"], ["updated_at", "2016-10-11 20:44:32.620160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -535345921 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -535345921], ["username", "billy_15"], ["access_token", "2a04c14794fda99eb67c8ca941108f17"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-11 20:44:32.621832"], ["updated_at", "2016-10-11 20:44:32.621832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1616278501 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1616278501], ["username", "billy_16"], ["access_token", "385cb65c6b32241980e567e09ab15d88"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-11 20:44:32.623716"], ["updated_at", "2016-10-11 20:44:32.623716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1653363518 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1653363518], ["username", "billy_17"], ["access_token", "1cb069f81ae6ce8a8ec72647568e982d"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-11 20:44:32.625643"], ["updated_at", "2016-10-11 20:44:32.625643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1612241833 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1612241833], ["username", "billy_18"], ["access_token", "5eb9f99898e911facf2af27d215584b7"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-11 20:44:32.627801"], ["updated_at", "2016-10-11 20:44:32.627801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542810809 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -542810809], ["username", "billy_19"], ["access_token", "c62ce98a2b18fbc9f0da7ff028ee3bbe"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-11 20:44:32.629456"], ["updated_at", "2016-10-11 20:44:32.629456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1823211435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1823211435], ["username", "billy_20"], ["access_token", "cd92931e28b1a0e821b19248a7942e7d"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-11 20:44:32.631129"], ["updated_at", "2016-10-11 20:44:32.631129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1176475870 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1176475870], ["username", "billy_21"], ["access_token", "a10457ac0c9005897a37a7067c7b2dd6"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-11 20:44:32.632758"], ["updated_at", "2016-10-11 20:44:32.632758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1889227009 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1889227009], ["username", "billy_22"], ["access_token", "0a8acfc83c009b488d45869a27ea5429"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-11 20:44:32.634387"], ["updated_at", "2016-10-11 20:44:32.634387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -967653421 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -967653421], ["username", "billy_23"], ["access_token", "dc15511bcc6a72dc505cb51dc26b80c6"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-11 20:44:32.636016"], ["updated_at", "2016-10-11 20:44:32.636016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1497778525 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1497778525], ["username", "billy_24"], ["access_token", "7232827a1b252635658c5c8e4de0952a"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-11 20:44:32.637731"], ["updated_at", "2016-10-11 20:44:32.637731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1639245128 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1639245128], ["username", "billy_25"], ["access_token", "c2b71d302ff0b89d9a9defab7aeab354"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-11 20:44:32.639446"], ["updated_at", "2016-10-11 20:44:32.639446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -373665012 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -373665012], ["username", "billy_26"], ["access_token", "b17c998a98fa87c36c2c7c18d00b5735"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-11 20:44:32.641383"], ["updated_at", "2016-10-11 20:44:32.641383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1228771925 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1228771925], ["username", "billy_27"], ["access_token", "a7afd8fec7271219ba414a6ad81fac48"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-11 20:44:32.643248"], ["updated_at", "2016-10-11 20:44:32.643248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1737021790 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1737021790], ["username", "billy_28"], ["access_token", "3e9205b780bc32d416a08a20213ef46a"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-11 20:44:32.645065"], ["updated_at", "2016-10-11 20:44:32.645065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730163783 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -730163783], ["username", "billy_29"], ["access_token", "b3a70f72ac8a124295ef78343e7cd2ef"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-11 20:44:32.646851"], ["updated_at", "2016-10-11 20:44:32.646851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -155755175 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -155755175], ["username", "billy_30"], ["access_token", "606a41b8b67c61e83d25695497999a33"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-11 20:44:32.648526"], ["updated_at", "2016-10-11 20:44:32.648526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1443063930 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1443063930], ["username", "billy_31"], ["access_token", "488096f48a0f7abee00ec57fd03ecf76"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-11 20:44:32.650198"], ["updated_at", "2016-10-11 20:44:32.650198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -245890092 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -245890092], ["username", "billy_32"], ["access_token", "8ce971850a800199d1b83030605f3eb6"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-11 20:44:32.651877"], ["updated_at", "2016-10-11 20:44:32.651877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1166195113 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1166195113], ["username", "billy_33"], ["access_token", "2177f46506482cfb98c650fdf64a457f"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-11 20:44:32.653552"], ["updated_at", "2016-10-11 20:44:32.653552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544042142 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1544042142], ["username", "billy_34"], ["access_token", "296e690d3e6cc104cc0cc6a44b7d420f"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-11 20:44:32.655261"], ["updated_at", "2016-10-11 20:44:32.655261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -596576708 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -596576708], ["username", "billy_35"], ["access_token", "b02df6b41e57b244be0d54b8ad1f1c6b"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-11 20:44:32.657001"], ["updated_at", "2016-10-11 20:44:32.657001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1087089575 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1087089575], ["username", "billy_36"], ["access_token", "4d61fbc2bafc7632d7d43af8570fa769"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-11 20:44:32.665705"], ["updated_at", "2016-10-11 20:44:32.665705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -551863947 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -551863947], ["username", "billy_37"], ["access_token", "7b5ef763b94413399e7ad8e11f47191b"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-11 20:44:32.667445"], ["updated_at", "2016-10-11 20:44:32.667445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -637212276 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -637212276], ["username", "billy_38"], ["access_token", "dfa605346d7c88178e7a9a515cc9216f"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-11 20:44:32.669152"], ["updated_at", "2016-10-11 20:44:32.669152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566186826 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -566186826], ["username", "billy_39"], ["access_token", "d8fe84881504584983ec37db677aa52d"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-11 20:44:32.670858"], ["updated_at", "2016-10-11 20:44:32.670858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1977508906 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1977508906], ["username", "billy_40"], ["access_token", "eff9c06b7077aa0299b3286e4932cbb3"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-11 20:44:32.672588"], ["updated_at", "2016-10-11 20:44:32.672588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1952003472 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1952003472], ["username", "billy_41"], ["access_token", "6d5fad308b61f9e28744001b9918bc00"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-11 20:44:32.674334"], ["updated_at", "2016-10-11 20:44:32.674334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -613204760 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -613204760], ["username", "billy_42"], ["access_token", "03969acd58748fa599f31bfb7416f52e"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-11 20:44:32.676037"], ["updated_at", "2016-10-11 20:44:32.676037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -40900757 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -40900757], ["username", "billy_43"], ["access_token", "bbf1011e451555d7b9c47f8f02894fb7"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-11 20:44:32.677742"], ["updated_at", "2016-10-11 20:44:32.677742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1377958587 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1377958587], ["username", "billy_44"], ["access_token", "2f067ab801578312fd9018cb282b93fb"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-11 20:44:32.679450"], ["updated_at", "2016-10-11 20:44:32.679450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -115260113 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -115260113], ["username", "billy_45"], ["access_token", "a4f12bbe03e4fd45dff3bbd4978eff97"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-11 20:44:32.681164"], ["updated_at", "2016-10-11 20:44:32.681164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -821393078 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -821393078], ["username", "billy_46"], ["access_token", "7888a34350f8dbe8c52fc1edafc4affe"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-11 20:44:32.682909"], ["updated_at", "2016-10-11 20:44:32.682909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -40782198 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -40782198], ["username", "billy_47"], ["access_token", "0bb12999b4a5d924c55583ea2837b9ce"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-11 20:44:32.684654"], ["updated_at", "2016-10-11 20:44:32.684654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -13076915 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -13076915], ["username", "billy_48"], ["access_token", "db34901df17bdc2095f1b7528d799e72"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-11 20:44:32.686367"], ["updated_at", "2016-10-11 20:44:32.686367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -201918531 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -201918531], ["username", "billy_49"], ["access_token", "90544b008b7806ea0068c733ebaca213"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-11 20:44:32.688166"], ["updated_at", "2016-10-11 20:44:32.688166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -413393645 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -413393645], ["username", "jstrav"], ["access_token", "a9d3cebc7262461ec33da883e1edb663"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.696885"], ["updated_at", "2016-10-11 20:44:32.696885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -791238446 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -791238446], ["username", "mary"], ["access_token", "8619d33d5ac88b66336afbd0996f3b54"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.699077"], ["updated_at", "2016-10-11 20:44:32.699077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42051440 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -42051440], ["username", "jstead"], ["access_token", "d91b107e22b1ae767fdc1bbcf8518aea"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.700997"], ["updated_at", "2016-10-11 20:44:32.700997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1892917865 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1892917865], ["username", "bigbear"], ["access_token", "940ccdf688da17ae120b58e9a744e091"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.702759"], ["updated_at", "2016-10-11 20:44:32.702759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -233171538 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -233171538], ["username", "billy_00"], ["access_token", "024bfa6c7aaed3f956214c60129fafc2"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-11 20:44:32.704560"], ["updated_at", "2016-10-11 20:44:32.704560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -763523789 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -763523789], ["username", "billy_01"], ["access_token", "1ce51131f8c14fa9679547245d4423f9"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-11 20:44:32.706291"], ["updated_at", "2016-10-11 20:44:32.706291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -623927414 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -623927414], ["username", "billy_02"], ["access_token", "fbba16f4ab77c34c0f159e4dbfafcde0"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-11 20:44:32.708010"], ["updated_at", "2016-10-11 20:44:32.708010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -454187650 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -454187650], ["username", "billy_03"], ["access_token", "3a9b1366bf0d8468db7b6c2a4c4accb1"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-11 20:44:32.709751"], ["updated_at", "2016-10-11 20:44:32.709751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1316206820 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1316206820], ["username", "billy_04"], ["access_token", "cb40e50bb3f0f0a11c45bd809b7ded36"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-11 20:44:32.711519"], ["updated_at", "2016-10-11 20:44:32.711519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357213793 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1357213793], ["username", "billy_05"], ["access_token", "34f264ce1dfbcb91c9995190b9c8b9f4"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-11 20:44:32.713279"], ["updated_at", "2016-10-11 20:44:32.713279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -495104242 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -495104242], ["username", "billy_06"], ["access_token", "22e5fcddc1da50950a57c5f0fa6c8993"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-11 20:44:32.715016"], ["updated_at", "2016-10-11 20:44:32.715016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -658630662 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -658630662], ["username", "billy_07"], ["access_token", "c79cac84fa09c4803736ec97ccda05c7"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-11 20:44:32.716779"], ["updated_at", "2016-10-11 20:44:32.716779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -479692694 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -479692694], ["username", "billy_08"], ["access_token", "8dcd7de2c6b015996cb3c03a862c74c6"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-11 20:44:32.718515"], ["updated_at", "2016-10-11 20:44:32.718515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178829114 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -178829114], ["username", "billy_09"], ["access_token", "3f91c344426cbfec391291259bda0ab6"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-11 20:44:32.720337"], ["updated_at", "2016-10-11 20:44:32.720337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1471531996 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1471531996], ["username", "billy_10"], ["access_token", "2731310186ee8777d339ef0916096d84"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-11 20:44:32.722079"], ["updated_at", "2016-10-11 20:44:32.722079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043522552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1043522552], ["username", "billy_11"], ["access_token", "7078a4c8e35a87f3ca62aca371d66690"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-11 20:44:32.723802"], ["updated_at", "2016-10-11 20:44:32.723802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1725909213 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1725909213], ["username", "billy_12"], ["access_token", "d540f6b74b0a2f08468697b806e2ce74"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-11 20:44:32.725584"], ["updated_at", "2016-10-11 20:44:32.725584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019216913 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2019216913], ["username", "billy_13"], ["access_token", "8e507dcb9782d3ec00ec954759574fd6"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-11 20:44:32.727331"], ["updated_at", "2016-10-11 20:44:32.727331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -359149323 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -359149323], ["username", "billy_14"], ["access_token", "75ead831f82bf406ef05ecf0c811c525"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-11 20:44:32.729125"], ["updated_at", "2016-10-11 20:44:32.729125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -477421762 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -477421762], ["username", "billy_15"], ["access_token", "d252daa74ef4c23fbb34c0ffe73cf63a"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-11 20:44:32.731662"], ["updated_at", "2016-10-11 20:44:32.731662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -452125630 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -452125630], ["username", "billy_16"], ["access_token", "d0a3cdb879aa1d45e1681ac67accec2e"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-11 20:44:32.733596"], ["updated_at", "2016-10-11 20:44:32.733596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591187569 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1591187569], ["username", "billy_17"], ["access_token", "e472d666408192d701340b02ba1f6b63"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-11 20:44:32.735343"], ["updated_at", "2016-10-11 20:44:32.735343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217467390 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1217467390], ["username", "billy_18"], ["access_token", "0470f4ecd3654649a1c2fd0c08bd6969"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-11 20:44:32.737086"], ["updated_at", "2016-10-11 20:44:32.737086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -653212907 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -653212907], ["username", "billy_19"], ["access_token", "25fe29db0badc37e8064715575eea62d"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-11 20:44:32.739172"], ["updated_at", "2016-10-11 20:44:32.739172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -15415971 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -15415971], ["username", "billy_20"], ["access_token", "0eedf6b9a630be40fa10421700d825d6"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-11 20:44:32.741111"], ["updated_at", "2016-10-11 20:44:32.741111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -608059735 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -608059735], ["username", "billy_21"], ["access_token", "6596e5879bae70a080f50c39692dcead"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-11 20:44:32.742919"], ["updated_at", "2016-10-11 20:44:32.742919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591556056 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -591556056], ["username", "billy_22"], ["access_token", "06ad80a24f785b2d67e253297edeef30"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-11 20:44:32.744646"], ["updated_at", "2016-10-11 20:44:32.744646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1844911259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1844911259], ["username", "billy_23"], ["access_token", "ed3b00aede1a50b0083b45474b08c6ce"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-11 20:44:32.746383"], ["updated_at", "2016-10-11 20:44:32.746383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -145810990 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -145810990], ["username", "billy_24"], ["access_token", "b366f37ee09570cee6f62e9b6a4327cc"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-11 20:44:32.748109"], ["updated_at", "2016-10-11 20:44:32.748109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1233847015 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1233847015], ["username", "billy_25"], ["access_token", "12f7b59f3175854398cb1f70d224bc28"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-11 20:44:32.749855"], ["updated_at", "2016-10-11 20:44:32.749855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700766847 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -700766847], ["username", "billy_26"], ["access_token", "048cea2d0d6d4f08264bccf5412836b3"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-11 20:44:32.751590"], ["updated_at", "2016-10-11 20:44:32.751590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1133199470 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1133199470], ["username", "billy_27"], ["access_token", "f877fe13b7f1663ce2529d77dc1b1fd3"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-11 20:44:32.753336"], ["updated_at", "2016-10-11 20:44:32.753336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1747946595 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1747946595], ["username", "billy_28"], ["access_token", "d54d74fcb547efef043f6825de846810"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-11 20:44:32.755116"], ["updated_at", "2016-10-11 20:44:32.755116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187640102 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1187640102], ["username", "billy_29"], ["access_token", "b0a530bade3cad297daccd53364c219b"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-11 20:44:32.756900"], ["updated_at", "2016-10-11 20:44:32.756900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1994608501 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1994608501], ["username", "billy_30"], ["access_token", "e8eda3fa4a9b097f983a6a033f4998c7"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-11 20:44:32.758643"], ["updated_at", "2016-10-11 20:44:32.758643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -854417185 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -854417185], ["username", "billy_31"], ["access_token", "526130538f22c1d18cfc55ea074deffa"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-11 20:44:32.760396"], ["updated_at", "2016-10-11 20:44:32.760396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1231354335 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1231354335], ["username", "billy_32"], ["access_token", "81068a3bb6c7475e52808f448665309f"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-11 20:44:32.762124"], ["updated_at", "2016-10-11 20:44:32.762124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1921441171 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1921441171], ["username", "billy_33"], ["access_token", "926739342169e897e0f46178b17b3dc0"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-11 20:44:32.763924"], ["updated_at", "2016-10-11 20:44:32.763924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -22118894 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -22118894], ["username", "billy_34"], ["access_token", "a3f9cc98cf052a916852771cd94d7f46"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-11 20:44:32.765671"], ["updated_at", "2016-10-11 20:44:32.765671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1201901061 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1201901061], ["username", "billy_35"], ["access_token", "d427bd69ba247524b48d2a921646df55"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-11 20:44:32.767411"], ["updated_at", "2016-10-11 20:44:32.767411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -109145168 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -109145168], ["username", "billy_36"], ["access_token", "2132b2f678e892e8d48e52f09ebb91b4"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-11 20:44:32.769135"], ["updated_at", "2016-10-11 20:44:32.769135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -296355583 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -296355583], ["username", "billy_37"], ["access_token", "e18022d667bb02110ab42471e62fa870"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-11 20:44:32.770878"], ["updated_at", "2016-10-11 20:44:32.770878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952269051 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -952269051], ["username", "billy_38"], ["access_token", "b3df5a53d0cbf6785ed19768f4ef8c8a"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-11 20:44:32.772616"], ["updated_at", "2016-10-11 20:44:32.772616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1224257351 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1224257351], ["username", "billy_39"], ["access_token", "e73113fa434e7aedd8a35bb484a80a70"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-11 20:44:32.774722"], ["updated_at", "2016-10-11 20:44:32.774722"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1754750124 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1754750124], ["username", "billy_40"], ["access_token", "633c21cd8507f399db3a5a6872b3e3f1"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-11 20:44:32.778043"], ["updated_at", "2016-10-11 20:44:32.778043"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -254423272 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -254423272], ["username", "billy_41"], ["access_token", "d721287ae79458e2bac99092059a6ff5"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-11 20:44:32.780938"], ["updated_at", "2016-10-11 20:44:32.780938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -35073513 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -35073513], ["username", "billy_42"], ["access_token", "525259894bbb89c29c7b9623579100d5"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-11 20:44:32.783554"], ["updated_at", "2016-10-11 20:44:32.783554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530910431 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1530910431], ["username", "billy_43"], ["access_token", "5c14a535f7aacc76256b446ba66ec72b"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-11 20:44:32.785899"], ["updated_at", "2016-10-11 20:44:32.785899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -479183727 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -479183727], ["username", "billy_44"], ["access_token", "18b78ca0201858e699f104e0f6bc7c17"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-11 20:44:32.787988"], ["updated_at", "2016-10-11 20:44:32.787988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018957329 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2018957329], ["username", "billy_45"], ["access_token", "28f192bf32154a6972ad2234b73c2eb4"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-11 20:44:32.789919"], ["updated_at", "2016-10-11 20:44:32.789919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -399267078 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -399267078], ["username", "billy_46"], ["access_token", "7ea2b9122932d74ad96faac8fd24243d"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-11 20:44:32.791776"], ["updated_at", "2016-10-11 20:44:32.791776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -238405435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -238405435], ["username", "billy_47"], ["access_token", "30ba7429fddcdfa9c5d0f68d60a1d85e"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-11 20:44:32.793555"], ["updated_at", "2016-10-11 20:44:32.793555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1411419178 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1411419178], ["username", "billy_48"], ["access_token", "353dcfa54eb06ae430fe31a570b730ff"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-11 20:44:32.795408"], ["updated_at", "2016-10-11 20:44:32.795408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1618336535 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1618336535], ["username", "billy_49"], ["access_token", "c60956bb8a2d049ee9c4afa2ef8e79f1"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-11 20:44:32.797175"], ["updated_at", "2016-10-11 20:44:32.797175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1540757312 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '721406fd777f7a7cfa98109b8be7fc56' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1540757312], ["username", "721406fd777f7a7cfa98109b8be7fc56"], ["access_token", "6d0ccea5365295afa8a9c33479291d1f"], ["created_at", "2016-10-11 20:44:32.806831"], ["updated_at", "2016-10-11 20:44:32.806831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -334024600 LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -334024600], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:32.815802"], ["updated_at", "2016-10-11 20:44:32.815802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1850717127 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fcb16823c918d5638d2673ad0c78bfe5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1850717127], ["username", "fcb16823c918d5638d2673ad0c78bfe5"], ["access_token", "78bb444a2b5715adaa569965e7675cf9"], ["created_at", "2016-10-11 20:44:32.819844"], ["updated_at", "2016-10-11 20:44:32.819844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1487232825 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a51443196266521b8f9fd900543bad5b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1487232825], ["username", "a51443196266521b8f9fd900543bad5b"], ["access_token", "a48a41e4c47c17d1f3447701ca9cfc4d"], ["created_at", "2016-10-11 20:44:32.824201"], ["updated_at", "2016-10-11 20:44:32.824201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -796015718 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -796015718], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:32.826727"], ["updated_at", "2016-10-11 20:44:32.826727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-10-11 20:44:32.831412"], ["updated_at", "2016-10-11 20:44:32.831412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "c007d8315ebf0532a82958c79611f2c0"], ["created_at", "2016-10-11 20:44:32.835627"], ["updated_at", "2016-10-11 20:44:32.835627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-11 20:44:32.843364"], ["updated_at", "2016-10-11 20:44:32.843364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "92d15e7133adb6843fee05bcf75662f8"], ["created_at", "2016-10-11 20:44:32.846023"], ["updated_at", "2016-10-11 20:44:32.846023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-10-11 20:44:32.847308"], ["updated_at", "2016-10-11 20:44:32.847308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1258482721 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1258482721], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:32.851771"], ["updated_at", "2016-10-11 20:44:32.851771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1512386010 LIMIT 1 SQL (0.0ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1512386010], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:32.854640"], ["updated_at", "2016-10-11 20:44:32.854640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1512386010]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1512386010 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1258482721]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1258482721 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1512386010 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1258482721 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1258482721], ["member_group_id", -1512386010], ["created_at", "2016-10-11 20:44:32.860285"], ["updated_at", "2016-10-11 20:44:32.860285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1512386010) LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1512386010) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1512386010], ["user_id", 1], ["created_at", "2016-10-11 20:44:32.877645"], ["updated_at", "2016-10-11 20:44:32.877645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -1512386010) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1512386010]] SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -1512386010]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1512386010 - -1258482721 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1512386010, -1258482721) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-10-11 20:44:32.908798"], ["updated_at", "2016-10-11 20:44:32.908798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1512386010, -1258482721) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-10-11 20:44:32.914001"], ["updated_at", "2016-10-11 20:44:32.914001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1512386010, -1258482721) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-10-11 20:44:32.920069"], ["updated_at", "2016-10-11 20:44:32.920069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1512386010, -1258482721) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1512386010, -1258482721) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-10-11 20:44:32.927191"], ["updated_at", "2016-10-11 20:44:32.927191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1512386010, -1258482721) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1512386010, -1258482721) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1512386010, -1258482721) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1538915279 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1538915279], ["username", "jstrav"], ["access_token", "b44c1439aec6168646ed6ba846e51339"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:32.942449"], ["updated_at", "2016-10-11 20:44:32.942449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -532816694 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -532816694], ["username", "mary"], ["access_token", "88c2d1006a6854ba5ab36e88cefa5fe4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:32.944770"], ["updated_at", "2016-10-11 20:44:32.944770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -540458967 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -540458967], ["username", "jstead"], ["access_token", "9b4a9e3236c52771740136f4c2e0f609"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:32.946943"], ["updated_at", "2016-10-11 20:44:32.946943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1761449032 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1761449032], ["username", "bigbear"], ["access_token", "1fe8ee7c73729dafe7b57c2527a03625"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:32.948788"], ["updated_at", "2016-10-11 20:44:32.948788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1855444382 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1855444382], ["username", "billy_00"], ["access_token", "b977a09115782e71255c1f1c03415526"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-11 20:44:32.950674"], ["updated_at", "2016-10-11 20:44:32.950674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1822180214 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1822180214], ["username", "billy_01"], ["access_token", "f2ce2027620f6c9234798d0c5efbfc44"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-11 20:44:32.952468"], ["updated_at", "2016-10-11 20:44:32.952468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530478601 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1530478601], ["username", "billy_02"], ["access_token", "2aeedfb6f96e66996615ba7052e14efa"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-11 20:44:32.954308"], ["updated_at", "2016-10-11 20:44:32.954308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -806828104 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -806828104], ["username", "billy_03"], ["access_token", "2046662aa41617d367cfbc8b83261ef9"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-11 20:44:32.956129"], ["updated_at", "2016-10-11 20:44:32.956129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1320655538 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1320655538], ["username", "billy_04"], ["access_token", "b675d03dd66561b09fba84a640d53454"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-11 20:44:32.957929"], ["updated_at", "2016-10-11 20:44:32.957929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043751268 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1043751268], ["username", "billy_05"], ["access_token", "7df0022b1a1119db3383548de9fc12f4"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-11 20:44:32.959778"], ["updated_at", "2016-10-11 20:44:32.959778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1968884501 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1968884501], ["username", "billy_06"], ["access_token", "602da9bb684daf8ccbf6e65fc257525e"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-11 20:44:32.961832"], ["updated_at", "2016-10-11 20:44:32.961832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1945184190 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1945184190], ["username", "billy_07"], ["access_token", "adf65b072e7f7484b22a8e161e4f0153"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-11 20:44:32.963820"], ["updated_at", "2016-10-11 20:44:32.963820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -578996875 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -578996875], ["username", "billy_08"], ["access_token", "695c003e5d777c18cf20fe48dda930ec"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-11 20:44:32.965771"], ["updated_at", "2016-10-11 20:44:32.965771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1255761511 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1255761511], ["username", "billy_09"], ["access_token", "432af93761caf4a92a36345a31d74828"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-11 20:44:32.967693"], ["updated_at", "2016-10-11 20:44:32.967693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -498360807 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -498360807], ["username", "billy_10"], ["access_token", "b3c8346183fb970d81ba4047fc82bc20"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-11 20:44:32.969630"], ["updated_at", "2016-10-11 20:44:32.969630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -499391887 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -499391887], ["username", "billy_11"], ["access_token", "ba7045e2d348f8fd227bf5b6af52c50f"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-11 20:44:32.971610"], ["updated_at", "2016-10-11 20:44:32.971610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262420844 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -262420844], ["username", "billy_12"], ["access_token", "ccf0b45277441857fb134d25832c184d"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-11 20:44:32.973685"], ["updated_at", "2016-10-11 20:44:32.973685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1104560620 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1104560620], ["username", "billy_13"], ["access_token", "262564f5aeeb2babdbe649454e1b981e"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-11 20:44:32.976243"], ["updated_at", "2016-10-11 20:44:32.976243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507608277 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1507608277], ["username", "billy_14"], ["access_token", "c760073b0fa92746aef5e122a77b62f8"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-11 20:44:32.978180"], ["updated_at", "2016-10-11 20:44:32.978180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -500965522 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -500965522], ["username", "billy_15"], ["access_token", "099abacdf6ad6e625afa5b3b3dd7268c"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-11 20:44:32.980067"], ["updated_at", "2016-10-11 20:44:32.980067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1123857633 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1123857633], ["username", "billy_16"], ["access_token", "e5ff53699dae4ea24e4b7205bfe15e0c"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-11 20:44:32.981881"], ["updated_at", "2016-10-11 20:44:32.981881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2003283014 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2003283014], ["username", "billy_17"], ["access_token", "3a5debd948d2ac3f182d95b46e88bc99"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-11 20:44:32.983752"], ["updated_at", "2016-10-11 20:44:32.983752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1293469529 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1293469529], ["username", "billy_18"], ["access_token", "bfd15caad495970a4d09ee2dc6eb4c75"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-11 20:44:32.985713"], ["updated_at", "2016-10-11 20:44:32.985713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2118315822 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2118315822], ["username", "billy_19"], ["access_token", "0c21aa836d5979a8e73392b1fdbfb5c9"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-11 20:44:32.987650"], ["updated_at", "2016-10-11 20:44:32.987650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730372624 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -730372624], ["username", "billy_20"], ["access_token", "9083b2a40314fee3da958e018249e25f"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-11 20:44:32.989609"], ["updated_at", "2016-10-11 20:44:32.989609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1843202139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1843202139], ["username", "billy_21"], ["access_token", "76451b555cfb29a595157d5449587c52"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-11 20:44:32.991495"], ["updated_at", "2016-10-11 20:44:32.991495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1180494755 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1180494755], ["username", "billy_22"], ["access_token", "b29ea9bd5bc385f590eecac2423356b1"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-11 20:44:32.993358"], ["updated_at", "2016-10-11 20:44:32.993358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1466367823 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1466367823], ["username", "billy_23"], ["access_token", "74143ba5fa04549bb251edd5cd3fd22f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-11 20:44:32.995202"], ["updated_at", "2016-10-11 20:44:32.995202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -852333099 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -852333099], ["username", "billy_24"], ["access_token", "df95065cf7f656a1cb72302ef0d5c08f"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-11 20:44:32.997087"], ["updated_at", "2016-10-11 20:44:32.997087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -227424453 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -227424453], ["username", "billy_25"], ["access_token", "3844962dc9f09cab5a6f92e4703fb1e6"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-11 20:44:32.998874"], ["updated_at", "2016-10-11 20:44:32.998874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -522491843 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -522491843], ["username", "billy_26"], ["access_token", "70bb4f8e5ebc582de7c33bff1c68bf07"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-11 20:44:33.000649"], ["updated_at", "2016-10-11 20:44:33.000649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1456485627 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1456485627], ["username", "billy_27"], ["access_token", "abe9d3f83f12c355c7e6540e87557b9e"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-11 20:44:33.002438"], ["updated_at", "2016-10-11 20:44:33.002438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815659409 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1815659409], ["username", "billy_28"], ["access_token", "71f41cfa97c19f0d9e1b296c7efc7fe2"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-11 20:44:33.004223"], ["updated_at", "2016-10-11 20:44:33.004223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -962110976 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -962110976], ["username", "billy_29"], ["access_token", "b26b8314f5ca94a4e99ff8560c80e6a8"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-11 20:44:33.006055"], ["updated_at", "2016-10-11 20:44:33.006055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -839776454 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -839776454], ["username", "billy_30"], ["access_token", "22c7e418eb68a729ec208b9e64aa456c"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-11 20:44:33.007905"], ["updated_at", "2016-10-11 20:44:33.007905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010339170 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1010339170], ["username", "billy_31"], ["access_token", "60735693488ad519704b12db5bfb61eb"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-11 20:44:33.009797"], ["updated_at", "2016-10-11 20:44:33.009797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1511994761 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1511994761], ["username", "billy_32"], ["access_token", "47941ce527bb3cc0ab9723ae2ba732ff"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-11 20:44:33.011585"], ["updated_at", "2016-10-11 20:44:33.011585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -301563823 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -301563823], ["username", "billy_33"], ["access_token", "76fe87eecc33bcd376787f231aeb6dbc"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-11 20:44:33.013394"], ["updated_at", "2016-10-11 20:44:33.013394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222024639 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1222024639], ["username", "billy_34"], ["access_token", "b941adcf6738a3998d14e874dbba564a"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-11 20:44:33.015202"], ["updated_at", "2016-10-11 20:44:33.015202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829786665 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1829786665], ["username", "billy_35"], ["access_token", "86af24bac9d5b32883cf5029741f0df6"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-11 20:44:33.016989"], ["updated_at", "2016-10-11 20:44:33.016989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407461227 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -407461227], ["username", "billy_36"], ["access_token", "700f97f88dbe0c048b4acab53b97b354"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-11 20:44:33.018757"], ["updated_at", "2016-10-11 20:44:33.018757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -753410512 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -753410512], ["username", "billy_37"], ["access_token", "33fb0d2ea585dd2c035fc5acf47b6e90"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-11 20:44:33.020587"], ["updated_at", "2016-10-11 20:44:33.020587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -46256596 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -46256596], ["username", "billy_38"], ["access_token", "2aae837b3aaf5a31e10a5f9de2bad135"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-11 20:44:33.022351"], ["updated_at", "2016-10-11 20:44:33.022351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1970276860 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1970276860], ["username", "billy_39"], ["access_token", "fc72d393b9589e644b213326f94f2cbb"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-11 20:44:33.024140"], ["updated_at", "2016-10-11 20:44:33.024140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1753495239 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1753495239], ["username", "billy_40"], ["access_token", "8c14a45e952dc73c20b7b6e91debdee8"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-11 20:44:33.025960"], ["updated_at", "2016-10-11 20:44:33.025960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530778608 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1530778608], ["username", "billy_41"], ["access_token", "8c34ba15bb1e7fe31da17cde905ba4af"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-11 20:44:33.027843"], ["updated_at", "2016-10-11 20:44:33.027843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1257023697 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1257023697], ["username", "billy_42"], ["access_token", "9a80e1e6a61497b85dba0e07b8ddfa7d"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-11 20:44:33.029658"], ["updated_at", "2016-10-11 20:44:33.029658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -731267705 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -731267705], ["username", "billy_43"], ["access_token", "0b87d3d46db079732269f256d68c65f7"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-11 20:44:33.031493"], ["updated_at", "2016-10-11 20:44:33.031493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -223991822 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -223991822], ["username", "billy_44"], ["access_token", "ddb89c0c24f5cfedf5030a4e355c7e15"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-11 20:44:33.033376"], ["updated_at", "2016-10-11 20:44:33.033376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -256750406 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -256750406], ["username", "billy_45"], ["access_token", "39939d41964ce1475cdd86227e34b2f0"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-11 20:44:33.035093"], ["updated_at", "2016-10-11 20:44:33.035093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1235360074 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1235360074], ["username", "billy_46"], ["access_token", "bbb34a10b47f94d24803cfaf799bac70"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-11 20:44:33.036786"], ["updated_at", "2016-10-11 20:44:33.036786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1476029350 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1476029350], ["username", "billy_47"], ["access_token", "bdf87e30d326fe5ed88cc644ed42953b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-11 20:44:33.038463"], ["updated_at", "2016-10-11 20:44:33.038463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1492793757 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1492793757], ["username", "billy_48"], ["access_token", "1dcd45fd41b3e06142038d17a68055db"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-11 20:44:33.048522"], ["updated_at", "2016-10-11 20:44:33.048522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1143329267 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1143329267], ["username", "billy_49"], ["access_token", "662832806e4a3dc64a41859db411a871"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-11 20:44:33.050387"], ["updated_at", "2016-10-11 20:44:33.050387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1840624751 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1840624751], ["username", "jstrav"], ["access_token", "2f2695a985745e5f2b4fc30df493e8d9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:33.056796"], ["updated_at", "2016-10-11 20:44:33.056796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -87286161 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -87286161], ["username", "mary"], ["access_token", "1a33e8233d5d1012262beaaa3a87c12c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:33.058850"], ["updated_at", "2016-10-11 20:44:33.058850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790722868 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1790722868], ["username", "jstead"], ["access_token", "c22de4e5e4be68b736d0b152807d0c83"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:33.060815"], ["updated_at", "2016-10-11 20:44:33.060815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170961739 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1170961739], ["username", "bigbear"], ["access_token", "23994dec61eacc741884092e90f621de"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:33.062567"], ["updated_at", "2016-10-11 20:44:33.062567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1547912734 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1547912734], ["username", "billy_00"], ["access_token", "f60f55775088bfd9b506d8eeb09d3a36"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-11 20:44:33.064318"], ["updated_at", "2016-10-11 20:44:33.064318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1565626257 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1565626257], ["username", "billy_01"], ["access_token", "d20153d8401bf588a8563ec59e8f6b3e"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-11 20:44:33.066127"], ["updated_at", "2016-10-11 20:44:33.066127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1079903214 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1079903214], ["username", "billy_02"], ["access_token", "478573bb0c646c6f9247f096e9f3e126"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-11 20:44:33.067955"], ["updated_at", "2016-10-11 20:44:33.067955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1374558581 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1374558581], ["username", "billy_03"], ["access_token", "59b5802cbd23bdf4c8ee43287c5d9e47"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-11 20:44:33.069703"], ["updated_at", "2016-10-11 20:44:33.069703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677379206 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1677379206], ["username", "billy_04"], ["access_token", "f7ae69273826346ff25475f9191c42a9"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-11 20:44:33.071431"], ["updated_at", "2016-10-11 20:44:33.071431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -829217677 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -829217677], ["username", "billy_05"], ["access_token", "faea92dc5a9ecc68ac9ce4b592a22b56"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-11 20:44:33.073162"], ["updated_at", "2016-10-11 20:44:33.073162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -417903257 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -417903257], ["username", "billy_06"], ["access_token", "ff0a4e44b0152846eb673e3c16b8531d"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-11 20:44:33.074949"], ["updated_at", "2016-10-11 20:44:33.074949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1923382206 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1923382206], ["username", "billy_07"], ["access_token", "0febdc315c6ef3d17e2d453479725361"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-11 20:44:33.076677"], ["updated_at", "2016-10-11 20:44:33.076677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -813711268 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -813711268], ["username", "billy_08"], ["access_token", "52cdf4d1cca02957d1f6fae66ea1a718"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-11 20:44:33.078463"], ["updated_at", "2016-10-11 20:44:33.078463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -723339590 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -723339590], ["username", "billy_09"], ["access_token", "b68aa2b311b98c16ae327927720ab792"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-11 20:44:33.080210"], ["updated_at", "2016-10-11 20:44:33.080210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -251624275 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -251624275], ["username", "billy_10"], ["access_token", "e336ca56f5c6428f4c3b535963c83cb1"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-11 20:44:33.082034"], ["updated_at", "2016-10-11 20:44:33.082034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -611016156 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -611016156], ["username", "billy_11"], ["access_token", "f970015f8be7479315d382d6a6cc2ed1"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-11 20:44:33.083837"], ["updated_at", "2016-10-11 20:44:33.083837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1977824081 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1977824081], ["username", "billy_12"], ["access_token", "106e7e60d185ff8ef762437efbc00f38"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-11 20:44:33.085578"], ["updated_at", "2016-10-11 20:44:33.085578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1518079327 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1518079327], ["username", "billy_13"], ["access_token", "41086f913c0384e5b9c439f222dff356"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-11 20:44:33.087356"], ["updated_at", "2016-10-11 20:44:33.087356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1355660687 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1355660687], ["username", "billy_14"], ["access_token", "1473b2f00cd270a2f5f4894caac48112"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-11 20:44:33.089248"], ["updated_at", "2016-10-11 20:44:33.089248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2044765382 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2044765382], ["username", "billy_15"], ["access_token", "8e5a1c9c5a631d0c3b72cb05a125aad4"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-11 20:44:33.091161"], ["updated_at", "2016-10-11 20:44:33.091161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -692308040 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -692308040], ["username", "billy_16"], ["access_token", "e867457d5e0aacb9eb92f0296b21db1c"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-11 20:44:33.093639"], ["updated_at", "2016-10-11 20:44:33.093639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1399634085 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1399634085], ["username", "billy_17"], ["access_token", "4f919000d78c6b0ad51da651faa0fd29"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-11 20:44:33.095517"], ["updated_at", "2016-10-11 20:44:33.095517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851798407 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -851798407], ["username", "billy_18"], ["access_token", "846916953481c384c43f65e9e7c0d26d"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-11 20:44:33.097297"], ["updated_at", "2016-10-11 20:44:33.097297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1817305980 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1817305980], ["username", "billy_19"], ["access_token", "866e56792cade1fa2c9be6ae8e754211"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-11 20:44:33.099036"], ["updated_at", "2016-10-11 20:44:33.099036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -369331434 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -369331434], ["username", "billy_20"], ["access_token", "cdbefa3dc3f36507123258b5c1a1d571"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-11 20:44:33.100779"], ["updated_at", "2016-10-11 20:44:33.100779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -428483465 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -428483465], ["username", "billy_21"], ["access_token", "53a0c72926b0364342676f578b8f4c28"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-11 20:44:33.102524"], ["updated_at", "2016-10-11 20:44:33.102524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1880713070 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1880713070], ["username", "billy_22"], ["access_token", "21585db5ce04e7734630466f2b85ea63"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-11 20:44:33.104278"], ["updated_at", "2016-10-11 20:44:33.104278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -438787144 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -438787144], ["username", "billy_23"], ["access_token", "e44ed17cf4ae10225b0f39a684fd2dab"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-11 20:44:33.106067"], ["updated_at", "2016-10-11 20:44:33.106067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1432839076 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1432839076], ["username", "billy_24"], ["access_token", "f7f36ca4910482d864ff04f033e735fd"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-11 20:44:33.107803"], ["updated_at", "2016-10-11 20:44:33.107803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -161782125 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -161782125], ["username", "billy_25"], ["access_token", "4f2c28ddbe72911402bd5f90e3a95b9e"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-11 20:44:33.109596"], ["updated_at", "2016-10-11 20:44:33.109596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -83548192 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -83548192], ["username", "billy_26"], ["access_token", "602f3b461f5e46292277b38277484c85"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-11 20:44:33.111360"], ["updated_at", "2016-10-11 20:44:33.111360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -967988778 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -967988778], ["username", "billy_27"], ["access_token", "16213b97e0c00fd54854e26027d7e1aa"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-11 20:44:33.113100"], ["updated_at", "2016-10-11 20:44:33.113100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1404086704 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1404086704], ["username", "billy_28"], ["access_token", "858623d28692445049e7fe5af185ce83"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-11 20:44:33.114852"], ["updated_at", "2016-10-11 20:44:33.114852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -380359019 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -380359019], ["username", "billy_29"], ["access_token", "51ddf5a57c08ff79f3c54836ce4c296f"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-11 20:44:33.116666"], ["updated_at", "2016-10-11 20:44:33.116666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1788063222 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1788063222], ["username", "billy_30"], ["access_token", "67d436c8cace301634b3e448f4309d4b"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-11 20:44:33.118404"], ["updated_at", "2016-10-11 20:44:33.118404"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1729226935 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1729226935], ["username", "billy_31"], ["access_token", "28b69cd5017f52372e9d86848a540213"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-11 20:44:33.120139"], ["updated_at", "2016-10-11 20:44:33.120139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1432551196 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1432551196], ["username", "billy_32"], ["access_token", "6fb94e9b61a16e76c1a8009592188297"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-11 20:44:33.121873"], ["updated_at", "2016-10-11 20:44:33.121873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308985622 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -308985622], ["username", "billy_33"], ["access_token", "c0565d0c8fa3a0653de2994655395cf9"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-11 20:44:33.123691"], ["updated_at", "2016-10-11 20:44:33.123691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -977357681 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -977357681], ["username", "billy_34"], ["access_token", "9c6dea85e305923ca67eec83439714ae"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-11 20:44:33.125508"], ["updated_at", "2016-10-11 20:44:33.125508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661646980 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -661646980], ["username", "billy_35"], ["access_token", "01803dbec68123f3bb8230e702f3763f"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-11 20:44:33.127372"], ["updated_at", "2016-10-11 20:44:33.127372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -266566301 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -266566301], ["username", "billy_36"], ["access_token", "c70fd57817d8bac8786c0a068865684b"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-11 20:44:33.129093"], ["updated_at", "2016-10-11 20:44:33.129093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486914094 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -486914094], ["username", "billy_37"], ["access_token", "b0904ffb946a4379d5e243def151360c"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-11 20:44:33.130846"], ["updated_at", "2016-10-11 20:44:33.130846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1750337931 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1750337931], ["username", "billy_38"], ["access_token", "53d0bac4ec2ad479c81db85b7d6333d9"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-11 20:44:33.132629"], ["updated_at", "2016-10-11 20:44:33.132629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2106952927 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2106952927], ["username", "billy_39"], ["access_token", "5132ce22d65dd26828458120aeb4cdcb"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-11 20:44:33.134361"], ["updated_at", "2016-10-11 20:44:33.134361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -711266718 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -711266718], ["username", "billy_40"], ["access_token", "c59d9201967f9eeedab4a9f58fb1291c"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-11 20:44:33.136095"], ["updated_at", "2016-10-11 20:44:33.136095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1119177500 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1119177500], ["username", "billy_41"], ["access_token", "85025cb23d1e698a018cd36ad160bca0"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-11 20:44:33.137896"], ["updated_at", "2016-10-11 20:44:33.137896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1433817652 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1433817652], ["username", "billy_42"], ["access_token", "c7a29af516e2a2b326f78c1f56707d17"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-11 20:44:33.139692"], ["updated_at", "2016-10-11 20:44:33.139692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1880649035 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1880649035], ["username", "billy_43"], ["access_token", "af7e6a3739dee061b69afa22cc633d0b"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-11 20:44:33.141433"], ["updated_at", "2016-10-11 20:44:33.141433"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1363658836 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1363658836], ["username", "billy_44"], ["access_token", "5b95c642582a21a2b9847f56384f4e37"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-11 20:44:33.143189"], ["updated_at", "2016-10-11 20:44:33.143189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1718643204 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1718643204], ["username", "billy_45"], ["access_token", "921cb1e722497cebe6d7910fd2249aee"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-11 20:44:33.144997"], ["updated_at", "2016-10-11 20:44:33.144997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -41091607 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -41091607], ["username", "billy_46"], ["access_token", "b3afe5de9f8e33a9a052ad43dcfd8086"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-11 20:44:33.146743"], ["updated_at", "2016-10-11 20:44:33.146743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -692572236 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -692572236], ["username", "billy_47"], ["access_token", "b247583b8fd62ceb708e288525cd5de8"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-11 20:44:33.148537"], ["updated_at", "2016-10-11 20:44:33.148537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -294542397 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -294542397], ["username", "billy_48"], ["access_token", "568ad907871c2eecb5ec5cc92930ee57"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-11 20:44:33.150285"], ["updated_at", "2016-10-11 20:44:33.150285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1015477183 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1015477183], ["username", "billy_49"], ["access_token", "f551501b188cdb80bdac6ecc81106dc9"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-11 20:44:33.152034"], ["updated_at", "2016-10-11 20:44:33.152034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -257385929 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -257385929], ["username", "jstrav"], ["access_token", "75f82ed73373736a1482045b869e3f5d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-11 20:44:33.157408"], ["updated_at", "2016-10-11 20:44:33.157408"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -626394841 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -626394841], ["username", "mary"], ["access_token", "44e9b4d662c73f9f754c007eff08b7d1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-11 20:44:33.159587"], ["updated_at", "2016-10-11 20:44:33.159587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -553752220 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -553752220], ["username", "jstead"], ["access_token", "6e1f3842ccf823577af89735a4f79749"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-11 20:44:33.161574"], ["updated_at", "2016-10-11 20:44:33.161574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -128055965 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -128055965], ["username", "bigbear"], ["access_token", "90a4ac9cdf526c742ca8a2146e2bc9f9"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-11 20:44:33.163683"], ["updated_at", "2016-10-11 20:44:33.163683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1764078569 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1764078569], ["username", "billy_00"], ["access_token", "149938fa0ef6d3b9517945c36496b38b"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-11 20:44:33.165568"], ["updated_at", "2016-10-11 20:44:33.165568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -18241890 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -18241890], ["username", "billy_01"], ["access_token", "b8a7c7bada1d0c46782c3b6adb346032"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-11 20:44:33.167305"], ["updated_at", "2016-10-11 20:44:33.167305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591576642 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -591576642], ["username", "billy_02"], ["access_token", "808372056d11181b29e48605ee9b85f6"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-11 20:44:33.169097"], ["updated_at", "2016-10-11 20:44:33.169097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1814261190 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1814261190], ["username", "billy_03"], ["access_token", "17cbf1ec61a5c0943043157112e482d4"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-11 20:44:33.170860"], ["updated_at", "2016-10-11 20:44:33.170860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407551771 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -407551771], ["username", "billy_04"], ["access_token", "1356479422c3241d6e687c4875604dc9"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-11 20:44:33.172658"], ["updated_at", "2016-10-11 20:44:33.172658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324975278 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1324975278], ["username", "billy_05"], ["access_token", "bba55fa727d7d92626c74b28ea946e40"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-11 20:44:33.174451"], ["updated_at", "2016-10-11 20:44:33.174451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -349175620 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -349175620], ["username", "billy_06"], ["access_token", "8ff89555fb984bce775f7e9771524840"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-11 20:44:33.176236"], ["updated_at", "2016-10-11 20:44:33.176236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2036159719 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2036159719], ["username", "billy_07"], ["access_token", "6d7f670d49b6295378fc88b88f2e5156"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-11 20:44:33.178072"], ["updated_at", "2016-10-11 20:44:33.178072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -582720418 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -582720418], ["username", "billy_08"], ["access_token", "fc56c0c0bd47bad957fb8edbca4c8e44"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-11 20:44:33.180050"], ["updated_at", "2016-10-11 20:44:33.180050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1249827813 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1249827813], ["username", "billy_09"], ["access_token", "76c4816024ba681f73a5d8a0040bde52"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-11 20:44:33.181777"], ["updated_at", "2016-10-11 20:44:33.181777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -550972203 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -550972203], ["username", "billy_10"], ["access_token", "07d280df93821cd39f673a267a3b6ef3"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-11 20:44:33.183517"], ["updated_at", "2016-10-11 20:44:33.183517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -656950601 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -656950601], ["username", "billy_11"], ["access_token", "436f41e1855ed11fdfe1d855e6d31cd6"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-11 20:44:33.185335"], ["updated_at", "2016-10-11 20:44:33.185335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -197346958 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -197346958], ["username", "billy_12"], ["access_token", "69d601048d4f687a41abcba4ac53c128"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-11 20:44:33.187095"], ["updated_at", "2016-10-11 20:44:33.187095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539741854 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -539741854], ["username", "billy_13"], ["access_token", "86932427898fe91e7dd8e325900176b6"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-11 20:44:33.188888"], ["updated_at", "2016-10-11 20:44:33.188888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -926222870 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -926222870], ["username", "billy_14"], ["access_token", "336e796b7bcf1c53714dd839fc590c83"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-11 20:44:33.190920"], ["updated_at", "2016-10-11 20:44:33.190920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1445371529 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1445371529], ["username", "billy_15"], ["access_token", "5062a9eca388a17b2078c06e3c4fc153"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-11 20:44:33.193466"], ["updated_at", "2016-10-11 20:44:33.193466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589474950 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -589474950], ["username", "billy_16"], ["access_token", "63339708ce195c97331a54b550992aa7"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-11 20:44:33.195411"], ["updated_at", "2016-10-11 20:44:33.195411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -916869062 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -916869062], ["username", "billy_17"], ["access_token", "e0c5546186ec60675344f281adca2261"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-11 20:44:33.197189"], ["updated_at", "2016-10-11 20:44:33.197189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -385877271 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -385877271], ["username", "billy_18"], ["access_token", "5cba2197f6d14de85bcdbf0a548c7554"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-11 20:44:33.199108"], ["updated_at", "2016-10-11 20:44:33.199108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1995172697 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1995172697], ["username", "billy_19"], ["access_token", "ae071174fd1d68d303ae1acc13304d07"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-11 20:44:33.200994"], ["updated_at", "2016-10-11 20:44:33.200994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1207597601 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1207597601], ["username", "billy_20"], ["access_token", "d0228701c8ca996198896506e166fde1"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-11 20:44:33.202861"], ["updated_at", "2016-10-11 20:44:33.202861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1773898349 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1773898349], ["username", "billy_21"], ["access_token", "fdd31b8ee25e9074ff4c7d68faa135ee"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-11 20:44:33.204635"], ["updated_at", "2016-10-11 20:44:33.204635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2143417180 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2143417180], ["username", "billy_22"], ["access_token", "59cc47a01b30ce381d17aad1add717b2"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-11 20:44:33.206411"], ["updated_at", "2016-10-11 20:44:33.206411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1104912507 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1104912507], ["username", "billy_23"], ["access_token", "b693ba6bab27659a6a3ca1997ab93636"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-11 20:44:33.208188"], ["updated_at", "2016-10-11 20:44:33.208188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -955984152 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -955984152], ["username", "billy_24"], ["access_token", "61ecbfa0003acd68bae55dd1d9866031"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-11 20:44:33.210034"], ["updated_at", "2016-10-11 20:44:33.210034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1453003777 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1453003777], ["username", "billy_25"], ["access_token", "4e2bd646df7fc9456eef0f364e476559"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-11 20:44:33.211837"], ["updated_at", "2016-10-11 20:44:33.211837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592067329 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -592067329], ["username", "billy_26"], ["access_token", "a379b0995c383f115d013e1ef1453703"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-11 20:44:33.213630"], ["updated_at", "2016-10-11 20:44:33.213630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1566371422 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1566371422], ["username", "billy_27"], ["access_token", "c1a421891d316a89d3ade0ce95cdc37c"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-11 20:44:33.215380"], ["updated_at", "2016-10-11 20:44:33.215380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2088993697 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2088993697], ["username", "billy_28"], ["access_token", "ecfb4b8384a26dee51b10b24af04ffc7"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-11 20:44:33.217149"], ["updated_at", "2016-10-11 20:44:33.217149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1465978422 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1465978422], ["username", "billy_29"], ["access_token", "5e18f7479ff41ca1574bd8a0f8e84bd3"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-11 20:44:33.218979"], ["updated_at", "2016-10-11 20:44:33.218979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1938253259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1938253259], ["username", "billy_30"], ["access_token", "25f7c7fc889f0f46b0755e69b9b19438"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-11 20:44:33.220713"], ["updated_at", "2016-10-11 20:44:33.220713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406930944 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -406930944], ["username", "billy_31"], ["access_token", "bdadb1851b9bf5715aa0553d3933f5ec"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-11 20:44:33.222511"], ["updated_at", "2016-10-11 20:44:33.222511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769016018 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1769016018], ["username", "billy_32"], ["access_token", "b51149b2962721537d4d36099618bb1b"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-11 20:44:33.224252"], ["updated_at", "2016-10-11 20:44:33.224252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -329715001 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -329715001], ["username", "billy_33"], ["access_token", "c7ecee4cd2cf2848a81a668311d59820"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-11 20:44:33.226027"], ["updated_at", "2016-10-11 20:44:33.226027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019581467 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2019581467], ["username", "billy_34"], ["access_token", "353e0b4a595321ccdb7695dcc989246c"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-11 20:44:33.227791"], ["updated_at", "2016-10-11 20:44:33.227791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1349668475 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1349668475], ["username", "billy_35"], ["access_token", "31346521a47c449e1e3cef9ff924381e"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-11 20:44:33.229538"], ["updated_at", "2016-10-11 20:44:33.229538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -939152331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -939152331], ["username", "billy_36"], ["access_token", "fa75d06e0742dafdec9386bb5ac8f14f"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-11 20:44:33.231281"], ["updated_at", "2016-10-11 20:44:33.231281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141272128 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2141272128], ["username", "billy_37"], ["access_token", "2fd72bb3473619abf0e4ecf259825cb8"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-11 20:44:33.233019"], ["updated_at", "2016-10-11 20:44:33.233019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -118731557 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -118731557], ["username", "billy_38"], ["access_token", "f94b907f0ea44aba2c7e61dea9fdd831"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-11 20:44:33.234794"], ["updated_at", "2016-10-11 20:44:33.234794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1302519287 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1302519287], ["username", "billy_39"], ["access_token", "053040a35f3406c6a47357645b18d193"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-11 20:44:33.236554"], ["updated_at", "2016-10-11 20:44:33.236554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024399241 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2024399241], ["username", "billy_40"], ["access_token", "76e70cdb863ed9374bd5847210550e79"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-11 20:44:33.238325"], ["updated_at", "2016-10-11 20:44:33.238325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -68338835 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -68338835], ["username", "billy_41"], ["access_token", "b641ba9f9eb2ae3836a03bec518230dd"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-11 20:44:33.240104"], ["updated_at", "2016-10-11 20:44:33.240104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1152383230 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1152383230], ["username", "billy_42"], ["access_token", "36982188429102858f623c70579f63a6"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-11 20:44:33.241902"], ["updated_at", "2016-10-11 20:44:33.241902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592796518 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -592796518], ["username", "billy_43"], ["access_token", "8691b3457b859aadb158dc8392bed1e7"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-11 20:44:33.243684"], ["updated_at", "2016-10-11 20:44:33.243684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -761161185 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -761161185], ["username", "billy_44"], ["access_token", "9e7502e4fa9b4bd5b39e7672449fed1d"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-11 20:44:33.245413"], ["updated_at", "2016-10-11 20:44:33.245413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236141476 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -236141476], ["username", "billy_45"], ["access_token", "ad0a6e46b92bfb7e894bf460b4c19088"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-11 20:44:33.247136"], ["updated_at", "2016-10-11 20:44:33.247136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1941966661 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1941966661], ["username", "billy_46"], ["access_token", "ca002466ab4995a61d600da9b5b09230"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-11 20:44:33.248887"], ["updated_at", "2016-10-11 20:44:33.248887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -191815364 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -191815364], ["username", "billy_47"], ["access_token", "bea767e5eed066bc48c82bdde887c128"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-11 20:44:33.250610"], ["updated_at", "2016-10-11 20:44:33.250610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2121552776 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2121552776], ["username", "billy_48"], ["access_token", "2b4ef222d3a0a43f7824228fffc5324a"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-11 20:44:33.252352"], ["updated_at", "2016-10-11 20:44:33.252352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -376226849 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -376226849], ["username", "billy_49"], ["access_token", "7057b98b3005bdb83300d0bbaa282e20"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-11 20:44:33.254103"], ["updated_at", "2016-10-11 20:44:33.254103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-10-11 20:44:33.275602"], ["updated_at", "2016-10-11 20:44:33.275602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:33 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-11 15:44:33 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_user"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-10-11 20:44:33.322360"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-10-11 20:44:33.325398"], ["updated_at", "2016-10-11 20:44:33.325398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:33 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-11 15:44:33 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:33 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-11 15:44:33 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_user"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:33 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-11 15:44:33 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -543130515 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -543130515], ["username", "9b34290b26fd65d64fc37dc91467b2fa"], ["access_token", "cba136a2365edfa8cf32f1570b31639c"], ["created_at", "2016-10-11 20:44:33.382962"], ["updated_at", "2016-10-11 20:44:33.382962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -2055738392) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", -2055738392]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -2055738392) LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2055738392 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -2055738392], ["created_at", "2016-10-11 20:44:33.393723"], ["updated_at", "2016-10-11 20:44:33.393723"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -2055738392) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -2055738392], ["user_id", -543130515], ["created_at", "2016-10-11 20:44:33.395898"], ["updated_at", "2016-10-11 20:44:33.395898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -2055738392]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? LIMIT 1 [["group_id", -2055738392]]  (0.6ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "460cdd8013debca1e2eb7ece1a4e7146"], ["created_at", "2016-10-11 20:44:33.413909"], ["updated_at", "2016-10-11 20:44:33.413909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-11 20:44:33.415738"], ["updated_at", "2016-10-11 20:44:33.415738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "6f667ac35adae8196d510c973e1902cf"], ["created_at", "2016-10-11 20:44:33.750474"], ["updated_at", "2016-10-11 20:44:33.750474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-11 20:44:33.752076"], ["updated_at", "2016-10-11 20:44:33.752076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "59e1089cdb48e103df3eaca199ad2b3b"], ["created_at", "2016-10-11 20:44:34.098599"], ["updated_at", "2016-10-11 20:44:34.098599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-11 20:44:34.100212"], ["updated_at", "2016-10-11 20:44:34.100212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "da8a2ac7157cfb7470fd6f3af19d4b2c"], ["created_at", "2016-10-11 20:44:34.477817"], ["updated_at", "2016-10-11 20:44:34.477817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-11 20:44:34.479460"], ["updated_at", "2016-10-11 20:44:34.479460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "ee4a254cc9aebf0a1e978278cb000fbb"], ["created_at", "2016-10-11 20:44:34.861515"], ["updated_at", "2016-10-11 20:44:34.861515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-11 20:44:34.863769"], ["updated_at", "2016-10-11 20:44:34.863769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "e881fe04f845c1ed517de6a7c79177c0"], ["created_at", "2016-10-11 20:44:35.239284"], ["updated_at", "2016-10-11 20:44:35.239284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "c9c02ee923646e5cab95d4b0ae5a305b"], ["created_at", "2016-10-11 20:44:35.246762"], ["updated_at", "2016-10-11 20:44:35.246762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:53778/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "f1db98cb815aaca70e84b52a37cd6ff2"], ["created_at", "2016-10-11 20:44:35.252971"], ["updated_at", "2016-10-11 20:44:35.252971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "057708e9b82d26b59529a637da06a815"], ["created_at", "2016-10-11 20:44:35.258398"], ["updated_at", "2016-10-11 20:44:35.258398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "7f413fb6e05d851020255e6d725e4f78"], ["created_at", "2016-10-11 20:44:35.263202"], ["updated_at", "2016-10-11 20:44:35.263202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "5c5d931fae6a6b3fc9a1955a7dd7251c"], ["created_at", "2016-10-11 20:44:35.266730"], ["updated_at", "2016-10-11 20:44:35.266730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "8e0883b4619f1bc775e033d462ba383e"], ["created_at", "2016-10-11 20:44:35.271907"], ["updated_at", "2016-10-11 20:44:35.271907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-10-11 20:44:35.282838"], ["updated_at", "2016-10-11 20:44:35.282838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-10-11 20:44:35.285000"], ["updated_at", "2016-10-11 20:44:35.285000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-10-11 20:44:35.286980"], ["updated_at", "2016-10-11 20:44:35.286980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2016-10-11 20:44:35.288932"], ["updated_at", "2016-10-11 20:44:35.288932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.0ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-10-11 20:44:35.290375"], ["updated_at", "2016-10-11 20:44:35.290375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-10-11 20:44:35.292143"], ["updated_at", "2016-10-11 20:44:35.292143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2016-10-11 20:44:35.294083"], ["updated_at", "2016-10-11 20:44:35.294083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2016-10-11 20:44:35.340867"], ["updated_at", "2016-10-11 20:44:35.340867"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-10-11 20:44:35.342308"], ["updated_at", "2016-10-11 20:44:35.342308"]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-10-11 20:44:35.343763"], ["updated_at", "2016-10-11 20:44:35.343763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-10-11 20:44:35.348672"], ["updated_at", "2016-10-11 20:44:35.348672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-10-11 20:44:35.350238"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-10-11 20:44:35.402320"], ["updated_at", "2016-10-11 20:44:35.402320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-10-11 20:44:35.406911"], ["updated_at", "2016-10-11 20:44:35.406911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-10-11 20:44:35.409840"], ["updated_at", "2016-10-11 20:44:35.409840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-11 20:44:35.442243"], ["updated_at", "2016-10-11 20:44:35.442243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -359223392 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -359223392], ["username", "bd7c05fae60b2336fbab70752b04eca5"], ["access_token", "4ace75aefb2fe18faa93059378463bff"], ["created_at", "2016-10-11 20:44:35.464077"], ["updated_at", "2016-10-11 20:44:35.464077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -5122574 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -5122574], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:35.466688"], ["updated_at", "2016-10-11 20:44:35.466688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -489797272 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -489797272], ["username", "830b18d326051b700d8b55d5e44b7061"], ["access_token", "d934162c53c32b98940d6a3e22d3db8f"], ["created_at", "2016-10-11 20:44:35.468907"], ["updated_at", "2016-10-11 20:44:35.468907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = -5122574) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -5122574], ["user_id", -489797272], ["created_at", "2016-10-11 20:44:35.471030"], ["updated_at", "2016-10-11 20:44:35.471030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-5122574/owners/-489797272" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-5122574", "user_id"=>"-489797272", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -948547302 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -948547302], ["username", "17edd2eb7702be5031178c9f5322c0b6"], ["access_token", "8779158f856dcdcffeac0f195de48a50"], ["created_at", "2016-10-11 20:44:35.487536"], ["updated_at", "2016-10-11 20:44:35.487536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -581470126 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -581470126], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:35.489987"], ["updated_at", "2016-10-11 20:44:35.489987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -467211190 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -467211190], ["username", "94f24b5c582ecaf31c6d9aee9b89148b"], ["access_token", "75b62845670339a5cb56b2c2afc1d593"], ["created_at", "2016-10-11 20:44:35.492378"], ["updated_at", "2016-10-11 20:44:35.492378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-581470126/owners/-467211190" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-581470126", "user_id"=>"-467211190", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -473585424 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -473585424], ["username", "42ff23fafd2572af5f1275a53c867059"], ["access_token", "84f8575610404d61f67815e13bc28eca"], ["created_at", "2016-10-11 20:44:35.505222"], ["updated_at", "2016-10-11 20:44:35.505222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -386369798 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -386369798], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:35.508219"], ["updated_at", "2016-10-11 20:44:35.508219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -645857725 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -645857725], ["username", "9a0a7ff6f5c4cd3c5f0d1594c8304d33"], ["access_token", "5a71121edb40740a118b4b9b1eb715b3"], ["created_at", "2016-10-11 20:44:35.510464"], ["updated_at", "2016-10-11 20:44:35.510464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = -386369798) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -386369798], ["user_id", -645857725], ["created_at", "2016-10-11 20:44:35.512569"], ["updated_at", "2016-10-11 20:44:35.512569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-386369798/members/-645857725" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-386369798", "user_id"=>"-645857725", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1953818 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1953818], ["username", "bcca54e73a65be3c151120f5edfb1f79"], ["access_token", "8e1bf21c1969991f6c5929b3d1d48029"], ["created_at", "2016-10-11 20:44:35.528581"], ["updated_at", "2016-10-11 20:44:35.528581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1483184873 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1483184873], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:35.531574"], ["updated_at", "2016-10-11 20:44:35.531574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1966503273 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1966503273], ["username", "246c5094ab5d51622d76da0a66c71d94"], ["access_token", "9375c56ed3ad930dabf287f428274066"], ["created_at", "2016-10-11 20:44:35.533972"], ["updated_at", "2016-10-11 20:44:35.533972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1483184873/members/-1966503273" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1483184873", "user_id"=>"-1966503273", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1506575884 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1506575884], ["username", "07404b955938ee805bf873238686f05e"], ["access_token", "583aaf0494af994fb612768cf25a47ae"], ["created_at", "2016-10-11 20:44:35.547074"], ["updated_at", "2016-10-11 20:44:35.547074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -58514394 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -58514394], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:35.549386"], ["updated_at", "2016-10-11 20:44:35.549386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1398494360 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1398494360], ["username", "ddf19410afc9b0498e1de8ba60bf26a9"], ["access_token", "4d74a2778af28974ef3d61f2d7346a07"], ["created_at", "2016-10-11 20:44:35.564558"], ["updated_at", "2016-10-11 20:44:35.564558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2076775644 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2076775644], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:35.567439"], ["updated_at", "2016-10-11 20:44:35.567439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -2076775644 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-2076775644" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-2076775644", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1504269518 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1504269518], ["username", "cb1bf90b8ae7e3ebaf9ae8bef6925381"], ["access_token", "4535ad45c56b17c875c723d5ee0fb82f"], ["created_at", "2016-10-11 20:44:35.581326"], ["updated_at", "2016-10-11 20:44:35.581326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1177517256 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1177517256], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:35.583659"], ["updated_at", "2016-10-11 20:44:35.583659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1177517256 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1177517256" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1177517256", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550673240 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1550673240], ["username", "0b4b34e903aa85016fbbdf849c27a90e"], ["access_token", "8a3653aa667799f28351b572a2428709"], ["created_at", "2016-10-11 20:44:35.597379"], ["updated_at", "2016-10-11 20:44:35.597379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -254769850 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -254769850], ["username", "1d5595fc0e2036cc0f939cdaecc419ea"], ["access_token", "ccd3ad3c03009cfb872ff5a7dc1aeaef"], ["created_at", "2016-10-11 20:44:35.621953"], ["updated_at", "2016-10-11 20:44:35.621953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -899532858 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -899532858], ["username", "f054e9c4e3b20ca54f5e16338a227cce"], ["access_token", "8141d63a131bda605f9a9e10fae7dd5a"], ["created_at", "2016-10-11 20:44:35.641594"], ["updated_at", "2016-10-11 20:44:35.641594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"f054e9c4e3b20ca54f5e16338a227cce", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"f054e9c4e3b20ca54f5e16338a227cce", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -742020488 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -742020488], ["username", "476a44a6795a2601956bfc3acaae6cd6"], ["access_token", "098ad45db9395a221756da3fd7fbe998"], ["created_at", "2016-10-11 20:44:35.654659"], ["updated_at", "2016-10-11 20:44:35.654659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-11 20:44:35.673555"], ["updated_at", "2016-10-11 20:44:35.673555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "application_user"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-11 20:44:35.693713"], ["updated_at", "2016-10-11 20:44:35.693713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_user"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-11 20:44:35.717987"], ["updated_at", "2016-10-11 20:44:35.717987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "application_user"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1448160273 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1448160273], ["username", "edc918d6b4427927c99256b00f839512"], ["access_token", "39f486dce64066964ced7b065d0cb918"], ["created_at", "2016-10-11 20:44:35.738007"], ["updated_at", "2016-10-11 20:44:35.738007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -412162041 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -412162041], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:35.740920"], ["updated_at", "2016-10-11 20:44:35.740920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1402411445 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1402411445], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:35.743096"], ["updated_at", "2016-10-11 20:44:35.743096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1402411445]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1402411445 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -412162041]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -412162041 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1402411445 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -412162041 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -412162041], ["member_group_id", -1402411445], ["created_at", "2016-10-11 20:44:35.745297"], ["updated_at", "2016-10-11 20:44:35.745297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-412162041/nestings/-1402411445" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-412162041", "member_group_id"=>"-1402411445", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1216793863 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1216793863], ["username", "ff93e748b1a132dc18940ea4ed242806"], ["access_token", "190a0786af343409238aa95d59be6e56"], ["created_at", "2016-10-11 20:44:35.769983"], ["updated_at", "2016-10-11 20:44:35.769983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1672904790 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1672904790], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:35.773184"], ["updated_at", "2016-10-11 20:44:35.773184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1464552602 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1464552602], ["name", "MyGroup"], ["created_at", "2016-10-11 20:44:35.775521"], ["updated_at", "2016-10-11 20:44:35.775521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1672904790/nestings/-1464552602" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1672904790", "member_group_id"=>"-1464552602", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-11 20:44:35.788378"], ["updated_at", "2016-10-11 20:44:35.788378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "application_group"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-11 20:44:35.808292"], ["updated_at", "2016-10-11 20:44:35.808292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-11 15:44:35 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 23]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 23 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 23], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["created_at", "2016-10-11 20:44:35.827992"], ["updated_at", "2016-10-11 20:44:35.827992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 81]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 81 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 81], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["created_at", "2016-10-11 20:44:35.833614"], ["updated_at", "2016-10-11 20:44:35.833614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (1.0ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime, "faculty_status" integer DEFAULT 0 NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" ("faculty_status")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.7ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (0.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.8ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (0.8ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'   (0.7ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.7ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'   (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (0.7ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "b7b050bf1ec04e19d1d997fd593cd81e"], ["created_at", "2016-10-24 22:35:17.107513"], ["updated_at", "2016-10-24 22:35:17.107513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:55749/logout Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "9e335233236c0717b25791bf999dd303"], ["created_at", "2016-10-24 22:35:17.140513"], ["updated_at", "2016-10-24 22:35:17.140513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "43c291b57bad2353f589122058e05306"], ["created_at", "2016-10-24 22:35:17.147898"], ["updated_at", "2016-10-24 22:35:17.147898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "db2c998c63343c6c6be9a69e13f19a71"], ["created_at", "2016-10-24 22:35:17.153445"], ["updated_at", "2016-10-24 22:35:17.153445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "2f8ddf5a2a730919ae27cd2030f82d7f"], ["created_at", "2016-10-24 22:35:17.158394"], ["updated_at", "2016-10-24 22:35:17.158394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "37264a0f772e64e2026139377f945cbd"], ["created_at", "2016-10-24 22:35:17.161775"], ["updated_at", "2016-10-24 22:35:17.161775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "27cac72ba7d12070f8b0916a44c00e60"], ["created_at", "2016-10-24 22:35:17.166891"], ["updated_at", "2016-10-24 22:35:17.166891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -463194809 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -463194809], ["username", "jstrav"], ["access_token", "f7f5c4f9d6589687e54b8c5061eeb383"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.171944"], ["updated_at", "2016-10-24 22:35:17.171944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -7090349 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -7090349], ["username", "mary"], ["access_token", "0c74411ae6ef5999075ef9574f2f1e9d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.174310"], ["updated_at", "2016-10-24 22:35:17.174310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -129609846 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -129609846], ["username", "jstead"], ["access_token", "77556312ab49cbfa1376ac5bedd774bd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.176337"], ["updated_at", "2016-10-24 22:35:17.176337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661339705 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -661339705], ["username", "bigbear"], ["access_token", "7e87dc446f3fd65c37d2c8830cfd055b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.178131"], ["updated_at", "2016-10-24 22:35:17.178131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -248399000 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -248399000], ["username", "jstrav"], ["access_token", "bb690dc5fb46495a605d53bbb73e96ac"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.196986"], ["updated_at", "2016-10-24 22:35:17.196986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1943721982 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1943721982], ["username", "mary"], ["access_token", "0c25a66ef31630f0e06472499f3a7f49"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.199158"], ["updated_at", "2016-10-24 22:35:17.199158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1071445104 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1071445104], ["username", "jstead"], ["access_token", "d7d0e5687095bb8756dd762db5c0e96b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.201167"], ["updated_at", "2016-10-24 22:35:17.201167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -939732852 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -939732852], ["username", "bigbear"], ["access_token", "ac15441d2d1f28cb76bd7a3fb99b0cd4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.202967"], ["updated_at", "2016-10-24 22:35:17.202967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -336243006 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -336243006], ["username", "jstrav"], ["access_token", "5c0e45ab26a454f6c2d196f6dadc694c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.208116"], ["updated_at", "2016-10-24 22:35:17.208116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065370725 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1065370725], ["username", "mary"], ["access_token", "90eeb1deb8285021919328fe6d029826"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.210140"], ["updated_at", "2016-10-24 22:35:17.210140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -431428592 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -431428592], ["username", "jstead"], ["access_token", "fd0a2a0e122a3dda65dfc5879faedb86"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.212117"], ["updated_at", "2016-10-24 22:35:17.212117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1267661647 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1267661647], ["username", "bigbear"], ["access_token", "1ffba5221c636a80a8c7f2e6f537f0d4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.213889"], ["updated_at", "2016-10-24 22:35:17.213889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1311487840 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1311487840], ["username", "jstrav"], ["access_token", "7b247d226ef1bcece22f5417580923cc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.218895"], ["updated_at", "2016-10-24 22:35:17.218895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -506315677 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -506315677], ["username", "mary"], ["access_token", "5fcb6140a2719a91ba839dad430a5acc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.220939"], ["updated_at", "2016-10-24 22:35:17.220939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -185705920 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -185705920], ["username", "jstead"], ["access_token", "a38e068402b4ed9b46b5fd232c6e917d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.222998"], ["updated_at", "2016-10-24 22:35:17.222998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1466420651 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1466420651], ["username", "bigbear"], ["access_token", "aab8d1247ac1b27f3e91d3094aba7a11"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.224775"], ["updated_at", "2016-10-24 22:35:17.224775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -338885938 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -338885938], ["username", "jstrav"], ["access_token", "636e6bc9be11b3c523f6b34007317925"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.231385"], ["updated_at", "2016-10-24 22:35:17.231385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053947040 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2053947040], ["username", "mary"], ["access_token", "2853dc7fc67386d4545faa91e2e361ac"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.234070"], ["updated_at", "2016-10-24 22:35:17.234070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1186006817 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1186006817], ["username", "jstead"], ["access_token", "f50c31eee511590d513059f856e7b708"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.236024"], ["updated_at", "2016-10-24 22:35:17.236024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550766204 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1550766204], ["username", "bigbear"], ["access_token", "7f720030b25f80235acbc4ab86e5ef26"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.237802"], ["updated_at", "2016-10-24 22:35:17.237802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2113333950 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2113333950], ["username", "jstrav"], ["access_token", "bfa4bc61cafafb9896b4299a2e0d297e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.243157"], ["updated_at", "2016-10-24 22:35:17.243157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1034154191 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1034154191], ["username", "mary"], ["access_token", "d30bcf281690c3635f561e371ab82597"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.246456"], ["updated_at", "2016-10-24 22:35:17.246456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2100940051 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2100940051], ["username", "jstead"], ["access_token", "0ff41617d5cf5a39eeb21e2ec675ab69"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.249468"], ["updated_at", "2016-10-24 22:35:17.249468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -477382989 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -477382989], ["username", "bigbear"], ["access_token", "64093e8c0f7240502a6d6bb230604ce5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.251928"], ["updated_at", "2016-10-24 22:35:17.251928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -951285094 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -951285094], ["username", "jstrav"], ["access_token", "2a8a1e012b9bebddad657c944d8908c5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.258582"], ["updated_at", "2016-10-24 22:35:17.258582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -728280027 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -728280027], ["username", "mary"], ["access_token", "a23495322934178ee888f61acd0e4075"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.260624"], ["updated_at", "2016-10-24 22:35:17.260624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -601601877 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -601601877], ["username", "jstead"], ["access_token", "3dbbf13d02db400cda16525a21904bb3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.262573"], ["updated_at", "2016-10-24 22:35:17.262573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912510002 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1912510002], ["username", "bigbear"], ["access_token", "e9dccf413c80a9d67d2936515f33517a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.264441"], ["updated_at", "2016-10-24 22:35:17.264441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -81914541 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -81914541], ["username", "jstrav"], ["access_token", "b093e57c5e202bbd81bb0a063dd14558"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.269956"], ["updated_at", "2016-10-24 22:35:17.269956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -695596165 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -695596165], ["username", "mary"], ["access_token", "ee3f79886472943f7ca18e0ac08a7d5e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.272042"], ["updated_at", "2016-10-24 22:35:17.272042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -117368783 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -117368783], ["username", "jstead"], ["access_token", "2ccf1d9746e45963398ee7ab13ba8e67"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.274194"], ["updated_at", "2016-10-24 22:35:17.274194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1219931936 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1219931936], ["username", "bigbear"], ["access_token", "b7d66fcd5069c69e4fd45bcd3a5d0660"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.275957"], ["updated_at", "2016-10-24 22:35:17.275957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1780736024 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1780736024], ["username", "jstrav"], ["access_token", "d246b6f3bc398a0da11bb914412112aa"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.281732"], ["updated_at", "2016-10-24 22:35:17.281732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1257281968 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1257281968], ["username", "mary"], ["access_token", "ebe399cb53ebac9e4aa4183f8c3889b6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.283919"], ["updated_at", "2016-10-24 22:35:17.283919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1547118827 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1547118827], ["username", "jstead"], ["access_token", "0c0f5b1f325cab6f5297cb3633c79884"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.285922"], ["updated_at", "2016-10-24 22:35:17.285922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1584482421 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1584482421], ["username", "bigbear"], ["access_token", "9d2f6136f6c0d60c6a690f18540da3d4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.287721"], ["updated_at", "2016-10-24 22:35:17.287721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -492808562 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -492808562], ["username", "jstrav"], ["access_token", "d66d9f28348d6f96063b047119b798ee"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.293375"], ["updated_at", "2016-10-24 22:35:17.293375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153559326 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -153559326], ["username", "mary"], ["access_token", "6a7ca5eadb044d658feab997bf4ac4c2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.295401"], ["updated_at", "2016-10-24 22:35:17.295401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64933265 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -64933265], ["username", "jstead"], ["access_token", "53ace2806d9816240bfb317b098538cc"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.297345"], ["updated_at", "2016-10-24 22:35:17.297345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1533310261 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1533310261], ["username", "bigbear"], ["access_token", "89110c24ed69a7f6b655370530079a1b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.299209"], ["updated_at", "2016-10-24 22:35:17.299209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -49081918 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -49081918], ["username", "jstrav"], ["access_token", "a9129adce93473f69f09c17b5ae409f9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.304408"], ["updated_at", "2016-10-24 22:35:17.304408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1692866347 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1692866347], ["username", "mary"], ["access_token", "b02f68e0596860a333c909c1829d86c9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.306623"], ["updated_at", "2016-10-24 22:35:17.306623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486627857 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -486627857], ["username", "jstead"], ["access_token", "94b627d28edea116d905a2f176ed05da"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.308792"], ["updated_at", "2016-10-24 22:35:17.308792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -877473211 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -877473211], ["username", "bigbear"], ["access_token", "2900ac9b90ee9b1c475d4ff740bcda6f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.310534"], ["updated_at", "2016-10-24 22:35:17.310534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2064662458 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2064662458], ["username", "foo_bb"], ["access_token", "ee6a2e2bc599ae6ad6ee9999bd4f59b4"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-10-24 22:35:17.312277"], ["updated_at", "2016-10-24 22:35:17.312277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -483701551 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -483701551], ["username", "foo_bj"], ["access_token", "49c12fdb47447bffa9876606741f8253"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-10-24 22:35:17.314439"], ["updated_at", "2016-10-24 22:35:17.314439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1061355762 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1061355762], ["username", "foo_tj"], ["access_token", "df3bf1edc9e451ead0c83b408291879f"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-10-24 22:35:17.316246"], ["updated_at", "2016-10-24 22:35:17.316246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -299242302 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -299242302], ["username", "jstrav"], ["access_token", "ceb63706bcbd3f9968959e85302e99cf"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.323378"], ["updated_at", "2016-10-24 22:35:17.323378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1830802947 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1830802947], ["username", "mary"], ["access_token", "ca9089d31d71afd21ba761cc963156f0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.325614"], ["updated_at", "2016-10-24 22:35:17.325614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -775581131 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -775581131], ["username", "jstead"], ["access_token", "5475aa5fa0ff9c90d84f972d456b0fa0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.327675"], ["updated_at", "2016-10-24 22:35:17.327675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -690809232 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -690809232], ["username", "bigbear"], ["access_token", "754e13254a8dbbd5f78a3878c470dc11"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.329483"], ["updated_at", "2016-10-24 22:35:17.329483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1429314387 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1429314387], ["username", "billy_00"], ["access_token", "206479c41ca198cf01102ef208eaaca9"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-24 22:35:17.331323"], ["updated_at", "2016-10-24 22:35:17.331323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1444658646 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1444658646], ["username", "billy_01"], ["access_token", "0e5057a5a9b66667b256e66f32d3a19e"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-24 22:35:17.333127"], ["updated_at", "2016-10-24 22:35:17.333127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -595790698 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -595790698], ["username", "billy_02"], ["access_token", "eca615fcf23c723bbc899a64f26252a2"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-24 22:35:17.334893"], ["updated_at", "2016-10-24 22:35:17.334893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -515453510 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -515453510], ["username", "billy_03"], ["access_token", "459f40d9238679339c0a94a9e0ed2085"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-24 22:35:17.336655"], ["updated_at", "2016-10-24 22:35:17.336655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2130902623 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2130902623], ["username", "billy_04"], ["access_token", "6f5fb3ef199a004ae1bd5541c2e35757"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-24 22:35:17.338751"], ["updated_at", "2016-10-24 22:35:17.338751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -604048724 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -604048724], ["username", "billy_05"], ["access_token", "eb25cef27805800e78673a67dc76e9d0"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-24 22:35:17.340567"], ["updated_at", "2016-10-24 22:35:17.340567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58365380 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -58365380], ["username", "billy_06"], ["access_token", "c5d5e4051c28a5fb1e0345e7f4833908"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-24 22:35:17.342336"], ["updated_at", "2016-10-24 22:35:17.342336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1624591886 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1624591886], ["username", "billy_07"], ["access_token", "3b5dcb36dc471b3458677291b38be59b"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-24 22:35:17.344061"], ["updated_at", "2016-10-24 22:35:17.344061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1356104213 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1356104213], ["username", "billy_08"], ["access_token", "6ccd74b2d5ff21e7be241a43244961fc"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-24 22:35:17.345912"], ["updated_at", "2016-10-24 22:35:17.345912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -367482051 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -367482051], ["username", "billy_09"], ["access_token", "7e732a0243345c6090db8e94b3200a89"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-24 22:35:17.348535"], ["updated_at", "2016-10-24 22:35:17.348535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1384509297 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1384509297], ["username", "billy_10"], ["access_token", "b17ed177f6cdf97f5ed5f50823143a4e"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-24 22:35:17.350529"], ["updated_at", "2016-10-24 22:35:17.350529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1365473759 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1365473759], ["username", "billy_11"], ["access_token", "6b874b67505a637dc64a2641664efc23"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-24 22:35:17.352339"], ["updated_at", "2016-10-24 22:35:17.352339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1845266297 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1845266297], ["username", "billy_12"], ["access_token", "f42d0c62309967a444ec7ccde1d0a966"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-24 22:35:17.354118"], ["updated_at", "2016-10-24 22:35:17.354118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -350111914 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -350111914], ["username", "billy_13"], ["access_token", "5f80a93e0b1d5e5e0ae009ce1a0e7d5a"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-24 22:35:17.355926"], ["updated_at", "2016-10-24 22:35:17.355926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -712538789 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -712538789], ["username", "billy_14"], ["access_token", "703b0fbbe9a2c5bd2a35265bda047acc"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-24 22:35:17.357676"], ["updated_at", "2016-10-24 22:35:17.357676"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -890514938 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -890514938], ["username", "billy_15"], ["access_token", "cd0e173267a11f32f0583ef00924eeb3"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-24 22:35:17.359433"], ["updated_at", "2016-10-24 22:35:17.359433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2089885050 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2089885050], ["username", "billy_16"], ["access_token", "8ef66add169b6d1c6e4a5bbbe8124165"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-24 22:35:17.361231"], ["updated_at", "2016-10-24 22:35:17.361231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1474260501 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1474260501], ["username", "billy_17"], ["access_token", "0fbd9036803dc37e64d3e63dba15c414"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-24 22:35:17.363009"], ["updated_at", "2016-10-24 22:35:17.363009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2021331132 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2021331132], ["username", "billy_18"], ["access_token", "7fb48e05044cc0efdf2dd4b86be4c915"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-24 22:35:17.364846"], ["updated_at", "2016-10-24 22:35:17.364846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -148664359 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -148664359], ["username", "billy_19"], ["access_token", "581ff1e15f213c07b5a7b50f967f81b1"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-24 22:35:17.366650"], ["updated_at", "2016-10-24 22:35:17.366650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1903751807 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1903751807], ["username", "billy_20"], ["access_token", "593e0b661c9c2ae849362fe7846ba158"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-24 22:35:17.368385"], ["updated_at", "2016-10-24 22:35:17.368385"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1793935375 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1793935375], ["username", "billy_21"], ["access_token", "0d97654ce807d779c56b614fd0d66753"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-24 22:35:17.370272"], ["updated_at", "2016-10-24 22:35:17.370272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -901218252 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -901218252], ["username", "billy_22"], ["access_token", "7b940c6307bc9487bd3a90835594d71a"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-24 22:35:17.384942"], ["updated_at", "2016-10-24 22:35:17.384942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1864229562 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1864229562], ["username", "billy_23"], ["access_token", "08d4e5cd4033e987f8d309efb58db134"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-24 22:35:17.387196"], ["updated_at", "2016-10-24 22:35:17.387196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1427934449 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1427934449], ["username", "billy_24"], ["access_token", "cd8326d90b21bd7ba09562278b482f52"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-24 22:35:17.389107"], ["updated_at", "2016-10-24 22:35:17.389107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -249006703 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -249006703], ["username", "billy_25"], ["access_token", "858c8b8c3e4230f71313441089eb124d"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-24 22:35:17.390980"], ["updated_at", "2016-10-24 22:35:17.390980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1994491118 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1994491118], ["username", "billy_26"], ["access_token", "627f5f6ff4a94940d95ab49616bf4aac"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-24 22:35:17.392765"], ["updated_at", "2016-10-24 22:35:17.392765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1001945909 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1001945909], ["username", "billy_27"], ["access_token", "be667ca4beed53179bbe2e36b44b9d73"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-24 22:35:17.394548"], ["updated_at", "2016-10-24 22:35:17.394548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2048304596 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2048304596], ["username", "billy_28"], ["access_token", "cb4fd4c1b65128700d2ac7490a8468a5"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-24 22:35:17.396464"], ["updated_at", "2016-10-24 22:35:17.396464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1469003482 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1469003482], ["username", "billy_29"], ["access_token", "5a05983e7b9f697294c1f9a447da10cb"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-24 22:35:17.398333"], ["updated_at", "2016-10-24 22:35:17.398333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581220107 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1581220107], ["username", "billy_30"], ["access_token", "c5e8415a2ef89e85313d56367c29fc41"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-24 22:35:17.400120"], ["updated_at", "2016-10-24 22:35:17.400120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -274740181 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -274740181], ["username", "billy_31"], ["access_token", "bd70907b98a2ad11c5ac69b485990d91"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-24 22:35:17.402026"], ["updated_at", "2016-10-24 22:35:17.402026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -15142723 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -15142723], ["username", "billy_32"], ["access_token", "eeea5ea7be9e9d82bed2e7dd9372cab6"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-24 22:35:17.403831"], ["updated_at", "2016-10-24 22:35:17.403831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942499085 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1942499085], ["username", "billy_33"], ["access_token", "9479a486892f2a5880877127f6302a08"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-24 22:35:17.405608"], ["updated_at", "2016-10-24 22:35:17.405608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1522299790 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1522299790], ["username", "billy_34"], ["access_token", "16b0fda9e7d76dd47767821dcc14480a"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-24 22:35:17.407425"], ["updated_at", "2016-10-24 22:35:17.407425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1731804814 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1731804814], ["username", "billy_35"], ["access_token", "bd15afe3f04e83c98a31baacb070ca48"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-24 22:35:17.409227"], ["updated_at", "2016-10-24 22:35:17.409227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -156175740 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -156175740], ["username", "billy_36"], ["access_token", "2ca0f734c9b90b35d105038a3edfbb13"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-24 22:35:17.411009"], ["updated_at", "2016-10-24 22:35:17.411009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880343554 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -880343554], ["username", "billy_37"], ["access_token", "acb41cf4ef6eb2fe5d2d933c87151dd7"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-24 22:35:17.412789"], ["updated_at", "2016-10-24 22:35:17.412789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1782222011 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1782222011], ["username", "billy_38"], ["access_token", "7fcd0c955c68607ddd5b5bbcff580e63"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-24 22:35:17.414573"], ["updated_at", "2016-10-24 22:35:17.414573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2119632165 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2119632165], ["username", "billy_39"], ["access_token", "8a5ad059462f130b26f07ccaae69b05d"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-24 22:35:17.416417"], ["updated_at", "2016-10-24 22:35:17.416417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -316070357 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -316070357], ["username", "billy_40"], ["access_token", "e50961c2dc627b55da14045102316bc1"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-24 22:35:17.418205"], ["updated_at", "2016-10-24 22:35:17.418205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -300843111 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -300843111], ["username", "billy_41"], ["access_token", "4d8bb7d29a64fdb915e7b694468aac5b"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-24 22:35:17.420009"], ["updated_at", "2016-10-24 22:35:17.420009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220483011 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1220483011], ["username", "billy_42"], ["access_token", "e3bb903ebc6de75db9efcff8a2d258d3"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-24 22:35:17.421850"], ["updated_at", "2016-10-24 22:35:17.421850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719969517 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -719969517], ["username", "billy_43"], ["access_token", "297974f32c20cc652e38a911f16ce611"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-24 22:35:17.423695"], ["updated_at", "2016-10-24 22:35:17.423695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -865936744 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -865936744], ["username", "billy_44"], ["access_token", "97806227ae5aa73b38120eb94025f806"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-24 22:35:17.425773"], ["updated_at", "2016-10-24 22:35:17.425773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -430571141 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -430571141], ["username", "billy_45"], ["access_token", "b4035b465fe689525b776cef6018982b"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-24 22:35:17.428313"], ["updated_at", "2016-10-24 22:35:17.428313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1027883321 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1027883321], ["username", "jstrav"], ["access_token", "a76acac3df6af465fb3ff166b97cbe7b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.438295"], ["updated_at", "2016-10-24 22:35:17.438295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1149850981 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1149850981], ["username", "mary"], ["access_token", "7bb9b8f73b7ecdd318b6ad2fd5acdf53"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.442352"], ["updated_at", "2016-10-24 22:35:17.442352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -257353749 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -257353749], ["username", "jstead"], ["access_token", "276b50d9f7ee55b850a7c69e39b50ff0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.445692"], ["updated_at", "2016-10-24 22:35:17.445692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324334640 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -324334640], ["username", "bigbear"], ["access_token", "a57d459a3dcb72bf7bfe8595a06fe288"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.448435"], ["updated_at", "2016-10-24 22:35:17.448435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1218088165 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1218088165], ["username", "billy_00"], ["access_token", "74b1196bb03de552ec8145a064a17e65"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-24 22:35:17.450760"], ["updated_at", "2016-10-24 22:35:17.450760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -865921057 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -865921057], ["username", "billy_01"], ["access_token", "f37cc1f74c5a58acb272d875f19c67fe"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-24 22:35:17.453076"], ["updated_at", "2016-10-24 22:35:17.453076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1113135640 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1113135640], ["username", "billy_02"], ["access_token", "72c05f2ff48b980474b8ef1a27172853"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-24 22:35:17.455284"], ["updated_at", "2016-10-24 22:35:17.455284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1012632839 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1012632839], ["username", "billy_03"], ["access_token", "1311d8054129ce767c7914ef7933466e"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-24 22:35:17.457069"], ["updated_at", "2016-10-24 22:35:17.457069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1667052210 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1667052210], ["username", "billy_04"], ["access_token", "a2f3924ea649bd1513532e329841b054"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-24 22:35:17.458856"], ["updated_at", "2016-10-24 22:35:17.458856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -397671960 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -397671960], ["username", "billy_05"], ["access_token", "b38aa932d133d96e8c54eba40554de13"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-24 22:35:17.460664"], ["updated_at", "2016-10-24 22:35:17.460664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -272455284 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -272455284], ["username", "billy_06"], ["access_token", "8b70d3ddc5dd50e34bb0e7231ee6c275"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-24 22:35:17.462596"], ["updated_at", "2016-10-24 22:35:17.462596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -681856122 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -681856122], ["username", "billy_07"], ["access_token", "6b8df103ba91e3d78aa058d4387e511e"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-24 22:35:17.464507"], ["updated_at", "2016-10-24 22:35:17.464507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1163788619 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1163788619], ["username", "billy_08"], ["access_token", "ac2f2800db708081ccfe6455611393fd"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-24 22:35:17.466573"], ["updated_at", "2016-10-24 22:35:17.466573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1384008619 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1384008619], ["username", "billy_09"], ["access_token", "3d3f17ad71d702a9da456203c6323112"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-24 22:35:17.468910"], ["updated_at", "2016-10-24 22:35:17.468910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1891831821 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1891831821], ["username", "billy_10"], ["access_token", "655c49af924128579e69228ff2d7cb84"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-24 22:35:17.470996"], ["updated_at", "2016-10-24 22:35:17.470996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -6359445 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -6359445], ["username", "billy_11"], ["access_token", "2627f963463f6f1196e4eb3f90332c4c"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-24 22:35:17.473125"], ["updated_at", "2016-10-24 22:35:17.473125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1216617290 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1216617290], ["username", "billy_12"], ["access_token", "abc5738036c67f033b4c32b584f39d35"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-24 22:35:17.474930"], ["updated_at", "2016-10-24 22:35:17.474930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1418747675 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1418747675], ["username", "billy_13"], ["access_token", "de0a58b172059093cf79b715d18232a7"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-24 22:35:17.476730"], ["updated_at", "2016-10-24 22:35:17.476730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1180429372 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1180429372], ["username", "billy_14"], ["access_token", "5ee368c24d997c1e49e2c9054dc383e4"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-24 22:35:17.478671"], ["updated_at", "2016-10-24 22:35:17.478671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58255307 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -58255307], ["username", "billy_15"], ["access_token", "f9a1a9a1ca2048d6548929de0341fc05"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-24 22:35:17.481145"], ["updated_at", "2016-10-24 22:35:17.481145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829933043 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1829933043], ["username", "billy_16"], ["access_token", "87826ada7092b94195ad11148499a3a1"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-24 22:35:17.483025"], ["updated_at", "2016-10-24 22:35:17.483025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790913616 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1790913616], ["username", "billy_17"], ["access_token", "f6b72641fc67b3767f1465c8c41e2545"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-24 22:35:17.484816"], ["updated_at", "2016-10-24 22:35:17.484816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1457102875 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1457102875], ["username", "billy_18"], ["access_token", "c04c8a68dc3a1c2cad1945f40db0b978"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-24 22:35:17.486596"], ["updated_at", "2016-10-24 22:35:17.486596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2094985225 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2094985225], ["username", "billy_19"], ["access_token", "53f99ef828faa7ae1621836eddfd2ed2"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-24 22:35:17.488349"], ["updated_at", "2016-10-24 22:35:17.488349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1210356931 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1210356931], ["username", "billy_20"], ["access_token", "1bf4346e40c2c0687e4630cb3d6b0c45"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-24 22:35:17.490161"], ["updated_at", "2016-10-24 22:35:17.490161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1512934848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1512934848], ["username", "billy_21"], ["access_token", "400c8f93e7a419910b21f593c40948d0"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-24 22:35:17.491996"], ["updated_at", "2016-10-24 22:35:17.491996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1669129262 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1669129262], ["username", "billy_22"], ["access_token", "3d83b1f4d259e8235e4857dc34462fe4"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-24 22:35:17.493818"], ["updated_at", "2016-10-24 22:35:17.493818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1385303779 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1385303779], ["username", "billy_23"], ["access_token", "fe5f254c93d47916a5aa4d0c75056a97"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-24 22:35:17.495613"], ["updated_at", "2016-10-24 22:35:17.495613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348110318 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1348110318], ["username", "billy_24"], ["access_token", "d8f5400f7c21e72d017f0f05181353a6"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-24 22:35:17.497372"], ["updated_at", "2016-10-24 22:35:17.497372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -996693482 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -996693482], ["username", "billy_25"], ["access_token", "7ede844211ab65f7631b820335bfa0bd"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-24 22:35:17.499164"], ["updated_at", "2016-10-24 22:35:17.499164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1239840704 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1239840704], ["username", "billy_26"], ["access_token", "a3a1ebd59cd92b0fbb26612c92422d29"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-24 22:35:17.501088"], ["updated_at", "2016-10-24 22:35:17.501088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1517241633 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1517241633], ["username", "billy_27"], ["access_token", "4749c23e21560d599181171dc1fc11c0"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-24 22:35:17.502905"], ["updated_at", "2016-10-24 22:35:17.502905"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1061872101 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1061872101], ["username", "billy_28"], ["access_token", "da0b81e02eb14ea86b924402d158c9c8"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-24 22:35:17.504789"], ["updated_at", "2016-10-24 22:35:17.504789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2115772367 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2115772367], ["username", "billy_29"], ["access_token", "0a202d66fd2e3f8bc0af406efd1975dd"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-24 22:35:17.506783"], ["updated_at", "2016-10-24 22:35:17.506783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411572777 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -411572777], ["username", "billy_30"], ["access_token", "6171c090d0682d8ff8cd553b19f58b38"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-24 22:35:17.508635"], ["updated_at", "2016-10-24 22:35:17.508635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -765794376 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -765794376], ["username", "billy_31"], ["access_token", "4831c5b2340fb734d932423ae241d6a9"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-24 22:35:17.510380"], ["updated_at", "2016-10-24 22:35:17.510380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1240659618 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1240659618], ["username", "billy_32"], ["access_token", "768220c1360d00114cdc8c1ef1a2c617"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-24 22:35:17.512174"], ["updated_at", "2016-10-24 22:35:17.512174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -738811626 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -738811626], ["username", "billy_33"], ["access_token", "0caa33dda5e169f374e846f2ca6fbad1"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-24 22:35:17.513956"], ["updated_at", "2016-10-24 22:35:17.513956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -875488973 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -875488973], ["username", "billy_34"], ["access_token", "29376f99f4569b243b21fb025d4a5a12"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-24 22:35:17.515800"], ["updated_at", "2016-10-24 22:35:17.515800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -91395116 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -91395116], ["username", "billy_35"], ["access_token", "1e087258da548d76bf2ed34fa5989fef"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-24 22:35:17.517615"], ["updated_at", "2016-10-24 22:35:17.517615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1514452887 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1514452887], ["username", "billy_36"], ["access_token", "e2d3b6377077d71ec9a89d76282afb3d"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-24 22:35:17.519401"], ["updated_at", "2016-10-24 22:35:17.519401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -332506304 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -332506304], ["username", "billy_37"], ["access_token", "ae6cf9b99269519af7b8e422d4ad57af"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-24 22:35:17.521227"], ["updated_at", "2016-10-24 22:35:17.521227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1395722242 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1395722242], ["username", "billy_38"], ["access_token", "1aefd4467bff4eee1a97366e0799f534"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-24 22:35:17.523136"], ["updated_at", "2016-10-24 22:35:17.523136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1304546592 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1304546592], ["username", "billy_39"], ["access_token", "13e24b7bf10df941f5f1302d40abd2ed"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-24 22:35:17.524904"], ["updated_at", "2016-10-24 22:35:17.524904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1110547166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1110547166], ["username", "billy_40"], ["access_token", "060a1e6233122af658f98b537c73463a"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-24 22:35:17.526696"], ["updated_at", "2016-10-24 22:35:17.526696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411141031 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -411141031], ["username", "billy_41"], ["access_token", "67939e31f198f34f2557488ac89f6bb8"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-24 22:35:17.528466"], ["updated_at", "2016-10-24 22:35:17.528466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -980255691 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -980255691], ["username", "billy_42"], ["access_token", "5aa3f05e0e3388db445175c865ccad27"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-24 22:35:17.530344"], ["updated_at", "2016-10-24 22:35:17.530344"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1614775638 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1614775638], ["username", "billy_43"], ["access_token", "ddad6ce356f928181325948bc9f7aaa9"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-24 22:35:17.532252"], ["updated_at", "2016-10-24 22:35:17.532252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -307440654 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -307440654], ["username", "billy_44"], ["access_token", "db1784d1ea5e75f14bd5cdf7588a5bc9"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-24 22:35:17.534180"], ["updated_at", "2016-10-24 22:35:17.534180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1250132206 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1250132206], ["username", "billy_45"], ["access_token", "ae7f4c470da3383697cd12dc93addfb1"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-24 22:35:17.535961"], ["updated_at", "2016-10-24 22:35:17.535961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1795249321 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1795249321], ["username", "jstrav"], ["access_token", "ec363df208648ac7a3e9c24b114a274d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:17.542929"], ["updated_at", "2016-10-24 22:35:17.542929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -67145558 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -67145558], ["username", "mary"], ["access_token", "ac078fd55c57ce8eadc5649f1c5e036e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:17.545054"], ["updated_at", "2016-10-24 22:35:17.545054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074498287 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2074498287], ["username", "jstead"], ["access_token", "42967b2836310f9cf5050ae7be50571f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:17.547297"], ["updated_at", "2016-10-24 22:35:17.547297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406809113 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -406809113], ["username", "bigbear"], ["access_token", "4c3468336db1296dd31bd0081582dded"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:17.549138"], ["updated_at", "2016-10-24 22:35:17.549138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -949573299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -949573299], ["username", "billy_00"], ["access_token", "3717d8b8455657e31cdc8df3f37cc500"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-24 22:35:17.550877"], ["updated_at", "2016-10-24 22:35:17.550877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088702725 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1088702725], ["username", "billy_01"], ["access_token", "1df97ac097e0d6807e717e231c51c0e6"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-24 22:35:17.552702"], ["updated_at", "2016-10-24 22:35:17.552702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -654770102 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -654770102], ["username", "billy_02"], ["access_token", "15db2d07d9b2137792ca072c1253d06c"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-24 22:35:17.554534"], ["updated_at", "2016-10-24 22:35:17.554534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2112418359 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2112418359], ["username", "billy_03"], ["access_token", "550f6c6141413f4c91dea4b70538c3d7"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-24 22:35:17.556389"], ["updated_at", "2016-10-24 22:35:17.556389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2057528191 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2057528191], ["username", "billy_04"], ["access_token", "f0182b6e4a5258f496a0261609446c88"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-24 22:35:17.558133"], ["updated_at", "2016-10-24 22:35:17.558133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1629147089 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1629147089], ["username", "billy_05"], ["access_token", "039fece12300ea6a236c5c22115b3f3b"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-24 22:35:17.559941"], ["updated_at", "2016-10-24 22:35:17.559941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -823759839 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -823759839], ["username", "billy_06"], ["access_token", "a02953dece770a6f316dc8d6900573f4"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-24 22:35:17.561754"], ["updated_at", "2016-10-24 22:35:17.561754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1784888617 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1784888617], ["username", "billy_07"], ["access_token", "a928bf28e93ba554f7ba93e275ac7204"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-24 22:35:17.563567"], ["updated_at", "2016-10-24 22:35:17.563567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1245376012 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1245376012], ["username", "billy_08"], ["access_token", "9f1b435c97860085a19e30ea7fb8eb2d"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-24 22:35:17.565275"], ["updated_at", "2016-10-24 22:35:17.565275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1613084412 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1613084412], ["username", "billy_09"], ["access_token", "e3016df0a774ffce52a31077a0fe6f5d"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-24 22:35:17.566999"], ["updated_at", "2016-10-24 22:35:17.566999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -511431999 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -511431999], ["username", "billy_10"], ["access_token", "481cd1cb397d34ac81d78cefec6c7931"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-24 22:35:17.568788"], ["updated_at", "2016-10-24 22:35:17.568788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -312178681 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -312178681], ["username", "billy_11"], ["access_token", "aba33c4861a733a8d3fc8b3166ed4911"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-24 22:35:17.570485"], ["updated_at", "2016-10-24 22:35:17.570485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1922611085 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1922611085], ["username", "billy_12"], ["access_token", "dc593e10518f2b8102b138b91ea8cf54"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-24 22:35:17.572233"], ["updated_at", "2016-10-24 22:35:17.572233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -154692744 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -154692744], ["username", "billy_13"], ["access_token", "45f72fe2fdc5abbe0153668c718b9dc7"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-24 22:35:17.574050"], ["updated_at", "2016-10-24 22:35:17.574050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1970655483 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1970655483], ["username", "billy_14"], ["access_token", "18b331a41bd8bad9a4880cbf9cab0d54"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-24 22:35:17.575870"], ["updated_at", "2016-10-24 22:35:17.575870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1280656526 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1280656526], ["username", "billy_15"], ["access_token", "e1a42b2969d9e5e0f52dcba9646cbdc4"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-24 22:35:17.577855"], ["updated_at", "2016-10-24 22:35:17.577855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -870740722 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -870740722], ["username", "billy_16"], ["access_token", "4a86cf78eb190b6e84805c4876ce8c2e"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-24 22:35:17.579734"], ["updated_at", "2016-10-24 22:35:17.579734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -633437965 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -633437965], ["username", "billy_17"], ["access_token", "535668c996b0cb615104aef658069896"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-24 22:35:17.582206"], ["updated_at", "2016-10-24 22:35:17.582206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1839758818 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1839758818], ["username", "billy_18"], ["access_token", "1067681838fecb3edd649d029a441d6b"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-24 22:35:17.583918"], ["updated_at", "2016-10-24 22:35:17.583918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677082017 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1677082017], ["username", "billy_19"], ["access_token", "39086fa44d92afafaacdd3dbe7a32a8b"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-24 22:35:17.585697"], ["updated_at", "2016-10-24 22:35:17.585697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688792229 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -688792229], ["username", "billy_20"], ["access_token", "88e973ee6918ccf34f36d60af00cadd9"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-24 22:35:17.587645"], ["updated_at", "2016-10-24 22:35:17.587645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2089876416 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2089876416], ["username", "billy_21"], ["access_token", "eb8c917a8fea50102434adf6dc3acba2"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-24 22:35:17.589353"], ["updated_at", "2016-10-24 22:35:17.589353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1504753152 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1504753152], ["username", "billy_22"], ["access_token", "2c0a7cd8524d9fe12355c62ef0cba5d6"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-24 22:35:17.591176"], ["updated_at", "2016-10-24 22:35:17.591176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1261035168 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1261035168], ["username", "billy_23"], ["access_token", "58b3fb91584fdd14b3be9ba9c8ef10c6"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-24 22:35:17.593060"], ["updated_at", "2016-10-24 22:35:17.593060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1866155863 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1866155863], ["username", "billy_24"], ["access_token", "ce8fce476fa8c90d923a9a28201b573b"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-24 22:35:17.594926"], ["updated_at", "2016-10-24 22:35:17.594926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -390493481 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -390493481], ["username", "billy_25"], ["access_token", "35292d99e6228fb1d02f1bdc4b19d0f9"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-24 22:35:17.596758"], ["updated_at", "2016-10-24 22:35:17.596758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1738384583 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1738384583], ["username", "billy_26"], ["access_token", "c0f2d9c063dddd630cd9ab01f364114c"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-24 22:35:17.598555"], ["updated_at", "2016-10-24 22:35:17.598555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1709328066 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1709328066], ["username", "billy_27"], ["access_token", "bc8817b85b61865a43a1b97beba24869"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-24 22:35:17.600353"], ["updated_at", "2016-10-24 22:35:17.600353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -47747459 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -47747459], ["username", "billy_28"], ["access_token", "8549d202659ea89b877c74fa952a7308"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-24 22:35:17.602139"], ["updated_at", "2016-10-24 22:35:17.602139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444576694 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -444576694], ["username", "billy_29"], ["access_token", "fd01da8f2fc678e34f7d7fc8a8e66fde"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-24 22:35:17.604008"], ["updated_at", "2016-10-24 22:35:17.604008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -681225789 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -681225789], ["username", "billy_30"], ["access_token", "068165a7f4f0fe57901e9205a1dd1f81"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-24 22:35:17.605982"], ["updated_at", "2016-10-24 22:35:17.605982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1947748154 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1947748154], ["username", "billy_31"], ["access_token", "2bcfb324b6bcdade40d7a3107f6a29ec"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-24 22:35:17.607806"], ["updated_at", "2016-10-24 22:35:17.607806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1945830184 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1945830184], ["username", "billy_32"], ["access_token", "46abc3f8f28a88dc4d10dd82ef068c08"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-24 22:35:17.609657"], ["updated_at", "2016-10-24 22:35:17.609657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1540361937 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1540361937], ["username", "billy_33"], ["access_token", "2c10d5e94ff483916e94f10fbb521d13"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-24 22:35:17.611527"], ["updated_at", "2016-10-24 22:35:17.611527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797197385 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -797197385], ["username", "billy_34"], ["access_token", "8b4dcf233af2071d945da21de8e2f775"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-24 22:35:17.613389"], ["updated_at", "2016-10-24 22:35:17.613389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -248528466 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -248528466], ["username", "billy_35"], ["access_token", "b40d660edd8f1de87992cfe41bf1662e"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-24 22:35:17.615225"], ["updated_at", "2016-10-24 22:35:17.615225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -941412809 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -941412809], ["username", "billy_36"], ["access_token", "75dcce58e927f1d2b5657af6ae4d0f73"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-24 22:35:17.617055"], ["updated_at", "2016-10-24 22:35:17.617055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1832438288 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1832438288], ["username", "billy_37"], ["access_token", "9600da7c017332e43f06fcc10e2e8aee"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-24 22:35:17.618925"], ["updated_at", "2016-10-24 22:35:17.618925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836045325 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -836045325], ["username", "billy_38"], ["access_token", "f1516cf167a02964d6a3c7bf3988e36e"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-24 22:35:17.620784"], ["updated_at", "2016-10-24 22:35:17.620784"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2032723034 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2032723034], ["username", "billy_39"], ["access_token", "0b07e7d9d5309684624b10788aa9bd9b"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-24 22:35:17.622641"], ["updated_at", "2016-10-24 22:35:17.622641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -889244475 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -889244475], ["username", "billy_40"], ["access_token", "6910c3501cd32dd503c1a428bf8ea692"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-24 22:35:17.624577"], ["updated_at", "2016-10-24 22:35:17.624577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1214429772 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1214429772], ["username", "billy_41"], ["access_token", "3858eb8e72c8fc5c82df7df191df860c"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-24 22:35:17.626712"], ["updated_at", "2016-10-24 22:35:17.626712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -831754104 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -831754104], ["username", "billy_42"], ["access_token", "4924ee792540ba48abbca02bc44cf83c"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-24 22:35:17.628601"], ["updated_at", "2016-10-24 22:35:17.628601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -269009798 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -269009798], ["username", "billy_43"], ["access_token", "f10e1db090d27caa02f2aa4fd4566220"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-24 22:35:17.630487"], ["updated_at", "2016-10-24 22:35:17.630487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1577426934 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1577426934], ["username", "billy_44"], ["access_token", "f0567273428dbd592912369e89abdfbf"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-24 22:35:17.632516"], ["updated_at", "2016-10-24 22:35:17.632516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1392962806 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1392962806], ["username", "billy_45"], ["access_token", "695121d2d394835d4eed4bce328c9536"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-24 22:35:17.634421"], ["updated_at", "2016-10-24 22:35:17.634421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "7ee72b04a258977e65a35dd542853612"], ["created_at", "2016-10-24 22:35:17.643475"], ["updated_at", "2016-10-24 22:35:17.643475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "be15d3d4aba2696dfca1c14e2c2d43b3"], ["created_at", "2016-10-24 22:35:17.666515"], ["updated_at", "2016-10-24 22:35:17.666515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 3ms (ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "45cb1c618844c4c82053022e1285212b"], ["access_token", "fb76bb7ee30967489d1901654d6eecda"], ["openstax_uid", 1], ["created_at", "2016-10-24 22:35:17.682093"], ["updated_at", "2016-10-24 22:35:17.682093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "3ce984524ddb442a60f2cc27555e1fae"], ["created_at", "2016-10-24 22:35:17.687269"], ["updated_at", "2016-10-24 22:35:17.687269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-24 22:35:17.694163"], ["updated_at", "2016-10-24 22:35:17.694163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "c0c4392a0977a98b229b6247f38d8c39"], ["created_at", "2016-10-24 22:35:18.043467"], ["updated_at", "2016-10-24 22:35:18.043467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-24 22:35:18.045007"], ["updated_at", "2016-10-24 22:35:18.045007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "bbbf213bf484246851d16f85a3ae27dc"], ["created_at", "2016-10-24 22:35:18.397948"], ["updated_at", "2016-10-24 22:35:18.397948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-24 22:35:18.399520"], ["updated_at", "2016-10-24 22:35:18.399520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "2704b46d0712adbd06bd020e7a69737f"], ["created_at", "2016-10-24 22:35:18.740341"], ["updated_at", "2016-10-24 22:35:18.740341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-24 22:35:18.742258"], ["updated_at", "2016-10-24 22:35:18.742258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "df5af3788ab37bb22d852fe8fcdcc810"], ["created_at", "2016-10-24 22:35:19.105847"], ["updated_at", "2016-10-24 22:35:19.105847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-24 22:35:19.107629"], ["updated_at", "2016-10-24 22:35:19.107629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1243529616 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7a31f5006318a597fc8bd2742e093d4f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1243529616], ["username", "7a31f5006318a597fc8bd2742e093d4f"], ["access_token", "9cfd230c5fbec62a1f3bcfe103c10876"], ["created_at", "2016-10-24 22:35:19.467290"], ["updated_at", "2016-10-24 22:35:19.467290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2009849960 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'eb6f267fa726daea453a9cf063f4549f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2009849960], ["username", "eb6f267fa726daea453a9cf063f4549f"], ["access_token", "2378dab75c9c8c7c1b9b53c56878daf6"], ["created_at", "2016-10-24 22:35:19.475957"], ["updated_at", "2016-10-24 22:35:19.475957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1236891716 LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1236891716], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:19.478705"], ["updated_at", "2016-10-24 22:35:19.478705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1881793146 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '57759a66e664c821c28986fa8f76e0e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1881793146], ["username", "57759a66e664c821c28986fa8f76e0e3"], ["access_token", "1a3a457a59f73554f6f4b16ccb3df72e"], ["created_at", "2016-10-24 22:35:19.482582"], ["updated_at", "2016-10-24 22:35:19.482582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2062767688 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2062767688], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:19.485007"], ["updated_at", "2016-10-24 22:35:19.485007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-10-24 22:35:19.489696"], ["updated_at", "2016-10-24 22:35:19.489696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -708619500 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -708619500], ["username", "30622ab91a78461a0a13a314bc62fbad"], ["access_token", "0cf8e2ac022aba455e2f78a6b5747b4f"], ["created_at", "2016-10-24 22:35:19.494062"], ["updated_at", "2016-10-24 22:35:19.494062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -713427183) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", -713427183]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -713427183) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -713427183 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -713427183], ["created_at", "2016-10-24 22:35:19.508826"], ["updated_at", "2016-10-24 22:35:19.508826"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -713427183) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -713427183], ["user_id", -708619500], ["created_at", "2016-10-24 22:35:19.510945"], ["updated_at", "2016-10-24 22:35:19.510945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -713427183]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? LIMIT 1 [["group_id", -713427183]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-24 22:35:19.524866"], ["updated_at", "2016-10-24 22:35:19.524866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1851116940 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1851116940], ["username", "1c0c7aa3baadd32cccf66083098f787c"], ["access_token", "09a247633c79e88143bbd7eacd3fb9f3"], ["created_at", "2016-10-24 22:35:19.587815"], ["updated_at", "2016-10-24 22:35:19.587815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -604940297 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -604940297], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:19.593002"], ["updated_at", "2016-10-24 22:35:19.593002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -248145362 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -248145362], ["username", "608348b6fb5fa011c593646b0bf741de"], ["access_token", "de1c4a744752659270299bb078e3f2f7"], ["created_at", "2016-10-24 22:35:19.596513"], ["updated_at", "2016-10-24 22:35:19.596513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = -604940297) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -604940297], ["user_id", -248145362], ["created_at", "2016-10-24 22:35:19.600053"], ["updated_at", "2016-10-24 22:35:19.600053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-604940297/members/-248145362" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-604940297", "user_id"=>"-248145362", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -708444938 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -708444938], ["username", "dde9c19de0412e03fb1937895da3dff4"], ["access_token", "75a4c8abe7fc0457c5de4a28ccba1948"], ["created_at", "2016-10-24 22:35:19.616643"], ["updated_at", "2016-10-24 22:35:19.616643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -140188324 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -140188324], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:19.619188"], ["updated_at", "2016-10-24 22:35:19.619188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736166111 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1736166111], ["username", "9bbf4ec5c20e3796995a37a12ffa8eca"], ["access_token", "ee742d3421a5e48750c6bcc17e1d5d08"], ["created_at", "2016-10-24 22:35:19.621654"], ["updated_at", "2016-10-24 22:35:19.621654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-140188324/members/-1736166111" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-140188324", "user_id"=>"-1736166111", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -387138651 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -387138651], ["username", "975f73817f4813ff4a35686040e9143e"], ["access_token", "795afded054ce06298fd96357026fec4"], ["created_at", "2016-10-24 22:35:19.635169"], ["updated_at", "2016-10-24 22:35:19.635169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1915971987 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1915971987], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:19.637625"], ["updated_at", "2016-10-24 22:35:19.637625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1915971987 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-1915971987" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-1915971987", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -510194197 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -510194197], ["username", "e1655bf0cd83573adbcba41697ae9dfb"], ["access_token", "2eefc25109fc94536eef72673a11dfec"], ["created_at", "2016-10-24 22:35:19.655926"], ["updated_at", "2016-10-24 22:35:19.655926"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2067604290 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2067604290], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:19.658164"], ["updated_at", "2016-10-24 22:35:19.658164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1175473384 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1175473384], ["username", "fb359b60831ad8252a02c7d446f010a2"], ["access_token", "f76cd3b04a9389ecc0184f59348e9b2c"], ["created_at", "2016-10-24 22:35:19.670080"], ["updated_at", "2016-10-24 22:35:19.670080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -181227201 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -181227201], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:19.672257"], ["updated_at", "2016-10-24 22:35:19.672257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -181227201 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-181227201" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-181227201", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -502987525 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -502987525], ["username", "f42527fae8de57a6532775d47db50f76"], ["access_token", "227d7ffa6f8ba76f5df1abcd05754b7d"], ["created_at", "2016-10-24 22:35:19.685283"], ["updated_at", "2016-10-24 22:35:19.685283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -930113935 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -930113935], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:19.687763"], ["updated_at", "2016-10-24 22:35:19.687763"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -385166375 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -385166375], ["username", "4b035d02298992026fe1d67af07c0f85"], ["access_token", "ac38b1c625f3647fb12c6fe0c1c9f0f6"], ["created_at", "2016-10-24 22:35:19.690128"], ["updated_at", "2016-10-24 22:35:19.690128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = -930113935) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -930113935], ["user_id", -385166375], ["created_at", "2016-10-24 22:35:19.692108"], ["updated_at", "2016-10-24 22:35:19.692108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-930113935/owners/-385166375" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-930113935", "user_id"=>"-385166375", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -809118732 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -809118732], ["username", "a9c21e4421bf833686969dcd7b7e106d"], ["access_token", "34ec4b33654dec0c3cbe3722cba6776c"], ["created_at", "2016-10-24 22:35:19.708571"], ["updated_at", "2016-10-24 22:35:19.708571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -929226384 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -929226384], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:19.710982"], ["updated_at", "2016-10-24 22:35:19.710982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366633749 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -366633749], ["username", "23500be78dd70949e3b6e5ae4a1c6450"], ["access_token", "4042c365eddb0ea494819568fe01c0d5"], ["created_at", "2016-10-24 22:35:19.713338"], ["updated_at", "2016-10-24 22:35:19.713338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-929226384/owners/-366633749" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-929226384", "user_id"=>"-366633749", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1296810850 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1296810850], ["username", "5c82d4a1c10a383f6dd05987d306c8bc"], ["access_token", "532d379b7e35ed5344ddef0ede564954"], ["created_at", "2016-10-24 22:35:19.726894"], ["updated_at", "2016-10-24 22:35:19.726894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1454434270 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1454434270], ["username", "b11835c8b3404d37301538bb2d5bd791"], ["access_token", "7120285dcb7c8bc0c4ea6a677f0c6051"], ["created_at", "2016-10-24 22:35:19.749978"], ["updated_at", "2016-10-24 22:35:19.749978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"b11835c8b3404d37301538bb2d5bd791", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"b11835c8b3404d37301538bb2d5bd791", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -408567483 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -408567483], ["username", "bd7e381054ce26e56b5dfd7bb8539f6e"], ["access_token", "1903822b3fbd92096808880ca4f2ce59"], ["created_at", "2016-10-24 22:35:19.761974"], ["updated_at", "2016-10-24 22:35:19.761974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -62383310 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -62383310], ["username", "d5bde3990dcbb802d7cb621461ae2623"], ["access_token", "0e1631d9c053b0529d1e7760424c22eb"], ["created_at", "2016-10-24 22:35:19.780165"], ["updated_at", "2016-10-24 22:35:19.780165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-24 22:35:19.797721"], ["updated_at", "2016-10-24 22:35:19.797721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-24 22:35:19.820335"], ["updated_at", "2016-10-24 22:35:19.820335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-24 22:35:19.840333"], ["updated_at", "2016-10-24 22:35:19.840333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2003649322 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2003649322], ["username", "486948f89210540dd42346fe77d0714a"], ["access_token", "877accc3948b4c232677b4ad984b9135"], ["created_at", "2016-10-24 22:35:19.860490"], ["updated_at", "2016-10-24 22:35:19.860490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1515115118 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1515115118], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:19.865828"], ["updated_at", "2016-10-24 22:35:19.865828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -409059885 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -409059885], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:19.869224"], ["updated_at", "2016-10-24 22:35:19.869224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -409059885]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -409059885 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1515115118]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1515115118 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -409059885 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1515115118 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1515115118], ["member_group_id", -409059885], ["created_at", "2016-10-24 22:35:19.875032"], ["updated_at", "2016-10-24 22:35:19.875032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1515115118/nestings/-409059885" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1515115118", "member_group_id"=>"-409059885", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1673002779 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1673002779], ["username", "eba562736df8705971c99345471f1465"], ["access_token", "e50e3887bdd351def83288eaefe009a9"], ["created_at", "2016-10-24 22:35:19.904053"], ["updated_at", "2016-10-24 22:35:19.904053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1570344752 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1570344752], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:19.907200"], ["updated_at", "2016-10-24 22:35:19.907200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2047403415 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2047403415], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:19.909949"], ["updated_at", "2016-10-24 22:35:19.909949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1570344752/nestings/-2047403415" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1570344752", "member_group_id"=>"-2047403415", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-24 22:35:19.924175"], ["updated_at", "2016-10-24 22:35:19.924175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-24 22:35:19.949994"], ["updated_at", "2016-10-24 22:35:19.949994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-10-24 22:35:19.979876"], ["updated_at", "2016-10-24 22:35:19.979876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-24 17:35:19 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-10-24 22:35:20.009061"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-10-24 22:35:20.012218"], ["updated_at", "2016-10-24 22:35:20.012218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1645306051 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1645306051], ["username", "jstrav"], ["access_token", "0c82ad5b39fe42c50c11443915bd4d9e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:20.066898"], ["updated_at", "2016-10-24 22:35:20.066898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1521171500 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1521171500], ["username", "mary"], ["access_token", "fd72e619fc7f410c9b52dc8f878d129c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:20.069354"], ["updated_at", "2016-10-24 22:35:20.069354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1537970129 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1537970129], ["username", "jstead"], ["access_token", "2d2294e851eb61f7f40fd8cc9a99ec06"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:20.078399"], ["updated_at", "2016-10-24 22:35:20.078399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1274528203 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1274528203], ["username", "bigbear"], ["access_token", "9327f9397868c10143018e576f9a07d8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:20.080716"], ["updated_at", "2016-10-24 22:35:20.080716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1799000771 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1799000771], ["username", "billy_00"], ["access_token", "9e57cad0962f1def6956f5e14c929aa5"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-24 22:35:20.083294"], ["updated_at", "2016-10-24 22:35:20.083294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -735956328 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -735956328], ["username", "billy_01"], ["access_token", "d6d9d9b159859014c6019f3b858af871"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-24 22:35:20.085987"], ["updated_at", "2016-10-24 22:35:20.085987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1663189594 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1663189594], ["username", "billy_02"], ["access_token", "8e62b6238dcecf7bebbad5921249b49b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-24 22:35:20.088523"], ["updated_at", "2016-10-24 22:35:20.088523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1211791412 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1211791412], ["username", "billy_03"], ["access_token", "2a4029560bf4893f6c9eb890d0f75aa3"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-24 22:35:20.090911"], ["updated_at", "2016-10-24 22:35:20.090911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1811572299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1811572299], ["username", "billy_04"], ["access_token", "1b4c5d3dceb1a253d4f6a62f3c1a6ed7"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-24 22:35:20.093095"], ["updated_at", "2016-10-24 22:35:20.093095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1560321574 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1560321574], ["username", "billy_05"], ["access_token", "0004445ec9dd3a9812d0cfa9d0edc6fb"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-24 22:35:20.095229"], ["updated_at", "2016-10-24 22:35:20.095229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1954650685 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1954650685], ["username", "billy_06"], ["access_token", "d8a97ca06d24b3a1dcbf616ad9640314"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-24 22:35:20.097440"], ["updated_at", "2016-10-24 22:35:20.097440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1327538847 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1327538847], ["username", "billy_07"], ["access_token", "867448e7186ce3de31dd6e69311d52fe"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-24 22:35:20.099656"], ["updated_at", "2016-10-24 22:35:20.099656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -227958910 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -227958910], ["username", "billy_08"], ["access_token", "b9369823bffebac45d95284c8ea7ef33"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-24 22:35:20.101980"], ["updated_at", "2016-10-24 22:35:20.101980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1078703801 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1078703801], ["username", "billy_09"], ["access_token", "79cbe3d229c5520f9335d199da69d553"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-24 22:35:20.104012"], ["updated_at", "2016-10-24 22:35:20.104012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2101743307 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2101743307], ["username", "billy_10"], ["access_token", "2d1a92170e7c5095d11794e6ea02e8dd"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-24 22:35:20.106214"], ["updated_at", "2016-10-24 22:35:20.106214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -920508861 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -920508861], ["username", "billy_11"], ["access_token", "c42c02c81683347dc0f9c44c11df8ece"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-24 22:35:20.108516"], ["updated_at", "2016-10-24 22:35:20.108516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101328635 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1101328635], ["username", "billy_12"], ["access_token", "5198a66cb490933e9792c839c1af89db"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-24 22:35:20.110875"], ["updated_at", "2016-10-24 22:35:20.110875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -293065765 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -293065765], ["username", "billy_13"], ["access_token", "941e8790334ddd048169f49854be8656"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-24 22:35:20.113038"], ["updated_at", "2016-10-24 22:35:20.113038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -808878706 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -808878706], ["username", "billy_14"], ["access_token", "57916f7bf021b29f1e9ef929030b784e"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-24 22:35:20.115263"], ["updated_at", "2016-10-24 22:35:20.115263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1700061774 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1700061774], ["username", "billy_15"], ["access_token", "0a3721932bbfca067862fc94b52192a2"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-24 22:35:20.117692"], ["updated_at", "2016-10-24 22:35:20.117692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -817164178 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -817164178], ["username", "billy_16"], ["access_token", "e3f29b2710252132782f4207f665e8b6"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-24 22:35:20.119841"], ["updated_at", "2016-10-24 22:35:20.119841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736413103 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1736413103], ["username", "billy_17"], ["access_token", "3069960cc188e9146fa8b0a2c606981b"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-24 22:35:20.121974"], ["updated_at", "2016-10-24 22:35:20.121974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1590164257 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1590164257], ["username", "billy_18"], ["access_token", "a1ced7d385620c4b9e56b6e81a0cab34"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-24 22:35:20.124164"], ["updated_at", "2016-10-24 22:35:20.124164"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -548461766 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -548461766], ["username", "billy_19"], ["access_token", "d24f1ac17b44250577e42600dc81b6ba"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-24 22:35:20.126656"], ["updated_at", "2016-10-24 22:35:20.126656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1377939070 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1377939070], ["username", "billy_20"], ["access_token", "bb7c485cbbc5a2c11264cf35a5c4670e"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-24 22:35:20.128939"], ["updated_at", "2016-10-24 22:35:20.128939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1372313720 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1372313720], ["username", "billy_21"], ["access_token", "96a232e1d31d622875664e3dd5ae8634"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-24 22:35:20.131078"], ["updated_at", "2016-10-24 22:35:20.131078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1713743861 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1713743861], ["username", "billy_22"], ["access_token", "bea2506385320e659cc8b8c3a3194409"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-24 22:35:20.133249"], ["updated_at", "2016-10-24 22:35:20.133249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769951645 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1769951645], ["username", "billy_23"], ["access_token", "66b310f4359d3f18d4465546835e36f6"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-24 22:35:20.135599"], ["updated_at", "2016-10-24 22:35:20.135599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -531304679 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -531304679], ["username", "billy_24"], ["access_token", "8404467cc8757e379150f718541f2b9a"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-24 22:35:20.137795"], ["updated_at", "2016-10-24 22:35:20.137795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436966179 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1436966179], ["username", "billy_25"], ["access_token", "08150fa1ccc43e49a9f3e7d8880a818e"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-24 22:35:20.139948"], ["updated_at", "2016-10-24 22:35:20.139948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619026966 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1619026966], ["username", "billy_26"], ["access_token", "465bd05635da9db3eebc6b34d9f97d5d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-24 22:35:20.142016"], ["updated_at", "2016-10-24 22:35:20.142016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -833382253 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -833382253], ["username", "billy_27"], ["access_token", "aaca6bc79e3ec54e3c6c429bddd400e0"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-24 22:35:20.144038"], ["updated_at", "2016-10-24 22:35:20.144038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -654931622 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -654931622], ["username", "billy_28"], ["access_token", "b5e2294e36b166ae79703cd52e5fc967"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-24 22:35:20.146351"], ["updated_at", "2016-10-24 22:35:20.146351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -492064336 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -492064336], ["username", "billy_29"], ["access_token", "1806458e0ddad4b05b3bd4370b8b5248"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-24 22:35:20.148566"], ["updated_at", "2016-10-24 22:35:20.148566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1448487460 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1448487460], ["username", "billy_30"], ["access_token", "da3bb6d16f8ef0f5b7bfe5c637fa5e79"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-24 22:35:20.150630"], ["updated_at", "2016-10-24 22:35:20.150630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656444709 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1656444709], ["username", "billy_31"], ["access_token", "2a440c9997bbe879fbc941d00495bef9"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-24 22:35:20.152640"], ["updated_at", "2016-10-24 22:35:20.152640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1519611812 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1519611812], ["username", "billy_32"], ["access_token", "d59f08abad5b9214ff9fb8b63b72dfcb"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-24 22:35:20.154677"], ["updated_at", "2016-10-24 22:35:20.154677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -84786918 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -84786918], ["username", "billy_33"], ["access_token", "ca76ccba30a6f84fc33aa97521be3b9a"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-24 22:35:20.156714"], ["updated_at", "2016-10-24 22:35:20.156714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749800123 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -749800123], ["username", "billy_34"], ["access_token", "1b9435bcb5b704e33062a5c33f18d5d8"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-24 22:35:20.158773"], ["updated_at", "2016-10-24 22:35:20.158773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2078636828 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2078636828], ["username", "billy_35"], ["access_token", "9a4984876111de4c187dce65888e3379"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-24 22:35:20.160720"], ["updated_at", "2016-10-24 22:35:20.160720"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415283501 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -415283501], ["username", "billy_36"], ["access_token", "eb023df420a84a59fb6bed2f3d68fde2"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-24 22:35:20.164629"], ["updated_at", "2016-10-24 22:35:20.164629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1613317402 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1613317402], ["username", "billy_37"], ["access_token", "ef912cd99aaba612b009f804e6c38f38"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-24 22:35:20.167804"], ["updated_at", "2016-10-24 22:35:20.167804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1857617194 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1857617194], ["username", "billy_38"], ["access_token", "c472d902d5287bc1539f8c639817bb80"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-24 22:35:20.170595"], ["updated_at", "2016-10-24 22:35:20.170595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1671319151 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1671319151], ["username", "billy_39"], ["access_token", "b26c1b542d67ba250cfdc3ff37d88903"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-24 22:35:20.173179"], ["updated_at", "2016-10-24 22:35:20.173179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -214271356 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -214271356], ["username", "billy_40"], ["access_token", "114d559e0775111def795ddd30c85d8a"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-24 22:35:20.175446"], ["updated_at", "2016-10-24 22:35:20.175446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1522027455 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1522027455], ["username", "billy_41"], ["access_token", "1014965c0b5b1aac8c4158bd8d838ffe"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-24 22:35:20.177444"], ["updated_at", "2016-10-24 22:35:20.177444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1781054553 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1781054553], ["username", "billy_42"], ["access_token", "ab245e00182b8e43a4aadc16b000f207"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-24 22:35:20.179380"], ["updated_at", "2016-10-24 22:35:20.179380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -533328936 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -533328936], ["username", "billy_43"], ["access_token", "effbc360d8de2d2aa462164a03f2b1ee"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-24 22:35:20.181356"], ["updated_at", "2016-10-24 22:35:20.181356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931250635 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -931250635], ["username", "billy_44"], ["access_token", "39fd5be9d31b7376504cee4c949bc5be"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-24 22:35:20.183243"], ["updated_at", "2016-10-24 22:35:20.183243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -865091011 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -865091011], ["username", "billy_45"], ["access_token", "462c4ddea233c573b18662477cd3b2cd"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-24 22:35:20.185182"], ["updated_at", "2016-10-24 22:35:20.185182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -91121114 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -91121114], ["username", "billy_46"], ["access_token", "19dd4705df53f898bbfb95630a6e1616"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-24 22:35:20.187467"], ["updated_at", "2016-10-24 22:35:20.187467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -370720189 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -370720189], ["username", "billy_47"], ["access_token", "7813564032ba64e0d03434a8e64008da"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-24 22:35:20.189440"], ["updated_at", "2016-10-24 22:35:20.189440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1545045388 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1545045388], ["username", "billy_48"], ["access_token", "608f303e0d52e29d37aca955bbca929e"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-24 22:35:20.191352"], ["updated_at", "2016-10-24 22:35:20.191352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2116547437 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2116547437], ["username", "billy_49"], ["access_token", "ba8a99d8a2a69279f60bc5bada1731b4"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-24 22:35:20.193668"], ["updated_at", "2016-10-24 22:35:20.193668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1994695357 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1994695357], ["username", "jstrav"], ["access_token", "91ab7951ab5250c114aca0b1926971b5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:20.198125"], ["updated_at", "2016-10-24 22:35:20.198125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -562642843 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -562642843], ["username", "mary"], ["access_token", "5b4214cb69b2f8d15b2c90ad81edb0e1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:20.200434"], ["updated_at", "2016-10-24 22:35:20.200434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1017712012 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1017712012], ["username", "jstead"], ["access_token", "de7e4285cf88b8a0542526db6405791c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:20.202901"], ["updated_at", "2016-10-24 22:35:20.202901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -219001956 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -219001956], ["username", "bigbear"], ["access_token", "baef233a48564299ef4ae87781844eb4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:20.204900"], ["updated_at", "2016-10-24 22:35:20.204900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1367791010 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1367791010], ["username", "billy_00"], ["access_token", "31acd5a6613c29d26a9b32033abd0a9c"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-24 22:35:20.206997"], ["updated_at", "2016-10-24 22:35:20.206997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1553317301 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1553317301], ["username", "billy_01"], ["access_token", "21a0ae7b7c211fc20e8714e9727cf85e"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-24 22:35:20.209166"], ["updated_at", "2016-10-24 22:35:20.209166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574650704 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1574650704], ["username", "billy_02"], ["access_token", "b1860e48f95ea6adcbc9e4564eba38b9"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-24 22:35:20.211232"], ["updated_at", "2016-10-24 22:35:20.211232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -607444205 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -607444205], ["username", "billy_03"], ["access_token", "f64e29ab3390805565a080908ae401be"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-24 22:35:20.213337"], ["updated_at", "2016-10-24 22:35:20.213337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -972401578 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -972401578], ["username", "billy_04"], ["access_token", "61dbcf320eddd47d258fc03bccf35d65"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-24 22:35:20.215332"], ["updated_at", "2016-10-24 22:35:20.215332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -676342890 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -676342890], ["username", "billy_05"], ["access_token", "3e2e9c50279f93e4436617517b08e652"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-24 22:35:20.217318"], ["updated_at", "2016-10-24 22:35:20.217318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581007219 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -581007219], ["username", "billy_06"], ["access_token", "44c237d3d00feda2521c33020b7ddf53"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-24 22:35:20.219317"], ["updated_at", "2016-10-24 22:35:20.219317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -998179526 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -998179526], ["username", "billy_07"], ["access_token", "d451e12c465d7257b06bfd2593aa9e8a"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-24 22:35:20.221371"], ["updated_at", "2016-10-24 22:35:20.221371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789837186 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -789837186], ["username", "billy_08"], ["access_token", "1b7bf4a8d05f0eeda5407883a39eac28"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-24 22:35:20.223456"], ["updated_at", "2016-10-24 22:35:20.223456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1354059627 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1354059627], ["username", "billy_09"], ["access_token", "6f9674a2c60be6dc4c014bf02dbe0b4a"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-24 22:35:20.225576"], ["updated_at", "2016-10-24 22:35:20.225576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1076036317 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1076036317], ["username", "billy_10"], ["access_token", "815d1a549988b53d7cda897f6b4d83a8"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-24 22:35:20.227770"], ["updated_at", "2016-10-24 22:35:20.227770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1552438385 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1552438385], ["username", "billy_11"], ["access_token", "834901f332d62eca01b1871c6796d6d9"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-24 22:35:20.229836"], ["updated_at", "2016-10-24 22:35:20.229836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1152555416 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1152555416], ["username", "billy_12"], ["access_token", "786bef2dc5d3c18e6bacdf5141f43863"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-24 22:35:20.232201"], ["updated_at", "2016-10-24 22:35:20.232201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2023452893 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2023452893], ["username", "billy_13"], ["access_token", "1ef44288ef97cf946f3df94c89186cba"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-24 22:35:20.234406"], ["updated_at", "2016-10-24 22:35:20.234406"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1950156240 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1950156240], ["username", "billy_14"], ["access_token", "da234337313dec80a868dedec922833a"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-24 22:35:20.236585"], ["updated_at", "2016-10-24 22:35:20.236585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1639078515 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1639078515], ["username", "billy_15"], ["access_token", "04fa34d749d3caa0917c6458e5191d20"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-24 22:35:20.238805"], ["updated_at", "2016-10-24 22:35:20.238805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2003685947 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2003685947], ["username", "billy_16"], ["access_token", "fd87411bc72611cdc8ee14212df4b2c7"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-24 22:35:20.240878"], ["updated_at", "2016-10-24 22:35:20.240878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1397760485 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1397760485], ["username", "billy_17"], ["access_token", "48717d5c1185781c70f4685a84784849"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-24 22:35:20.242965"], ["updated_at", "2016-10-24 22:35:20.242965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661044656 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -661044656], ["username", "billy_18"], ["access_token", "5ad06052640f5a1e98629e2978213b67"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-24 22:35:20.244993"], ["updated_at", "2016-10-24 22:35:20.244993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -610737225 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -610737225], ["username", "billy_19"], ["access_token", "14e0754f98e11fd26d82aba44d4760d2"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-24 22:35:20.247295"], ["updated_at", "2016-10-24 22:35:20.247295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -268127578 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -268127578], ["username", "billy_20"], ["access_token", "be1738b96c14d59d734fa561e00f9bed"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-24 22:35:20.249984"], ["updated_at", "2016-10-24 22:35:20.249984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1060670500 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1060670500], ["username", "billy_21"], ["access_token", "def0cb7ff675cfec8d69e9ea35b028fb"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-24 22:35:20.252267"], ["updated_at", "2016-10-24 22:35:20.252267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -191879298 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -191879298], ["username", "billy_22"], ["access_token", "90674f81d178e9584e8f1a92cc795c42"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-24 22:35:20.254409"], ["updated_at", "2016-10-24 22:35:20.254409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -68684187 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -68684187], ["username", "billy_23"], ["access_token", "103de8ef9628f8db928f839649f6deb8"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-24 22:35:20.256540"], ["updated_at", "2016-10-24 22:35:20.256540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405459010 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -405459010], ["username", "billy_24"], ["access_token", "69dbbb104d503a0d21154b5d1898140b"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-24 22:35:20.258698"], ["updated_at", "2016-10-24 22:35:20.258698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1881864357 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1881864357], ["username", "billy_25"], ["access_token", "5f6455c12286827091719517da57d99e"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-24 22:35:20.261109"], ["updated_at", "2016-10-24 22:35:20.261109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2059129443 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2059129443], ["username", "billy_26"], ["access_token", "5039867f7508c9f12ad036c88cf05427"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-24 22:35:20.263217"], ["updated_at", "2016-10-24 22:35:20.263217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1798977492 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1798977492], ["username", "billy_27"], ["access_token", "9ac48bf45bee3fa10aa5e2e22b0d2fce"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-24 22:35:20.265471"], ["updated_at", "2016-10-24 22:35:20.265471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -825916188 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -825916188], ["username", "billy_28"], ["access_token", "394629607b1c7518ec9f76f404706c5a"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-24 22:35:20.267769"], ["updated_at", "2016-10-24 22:35:20.267769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1333974381 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1333974381], ["username", "billy_29"], ["access_token", "535ddf35788762b0780759f7a8e7f055"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-24 22:35:20.270046"], ["updated_at", "2016-10-24 22:35:20.270046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1311879732 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1311879732], ["username", "billy_30"], ["access_token", "e9731534fada60e8fc650015904b976b"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-24 22:35:20.272200"], ["updated_at", "2016-10-24 22:35:20.272200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1367077553 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1367077553], ["username", "billy_31"], ["access_token", "73e727bd68659afdfbf3eb55b87affcd"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-24 22:35:20.275054"], ["updated_at", "2016-10-24 22:35:20.275054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1042938624 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1042938624], ["username", "billy_32"], ["access_token", "7e6c850a62259046ca1a69426a2fcc8e"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-24 22:35:20.277319"], ["updated_at", "2016-10-24 22:35:20.277319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -38965149 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -38965149], ["username", "billy_33"], ["access_token", "aee22f368db6f607fd8bbcbf8a3f9e48"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-24 22:35:20.279602"], ["updated_at", "2016-10-24 22:35:20.279602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1754734394 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1754734394], ["username", "billy_34"], ["access_token", "2b3007ac8c366f36434c6af2b6f44a0e"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-24 22:35:20.281835"], ["updated_at", "2016-10-24 22:35:20.281835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -270192264 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -270192264], ["username", "billy_35"], ["access_token", "848169698a37b97dc29834925f530aaf"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-24 22:35:20.284469"], ["updated_at", "2016-10-24 22:35:20.284469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -554000526 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -554000526], ["username", "billy_36"], ["access_token", "a04ac3d4e3107992dd89b284c366ff01"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-24 22:35:20.286694"], ["updated_at", "2016-10-24 22:35:20.286694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1512201615 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1512201615], ["username", "billy_37"], ["access_token", "51f160dbab95d06d6b6043c282dd5245"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-24 22:35:20.289183"], ["updated_at", "2016-10-24 22:35:20.289183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1938902828 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1938902828], ["username", "billy_38"], ["access_token", "f194972cbeb81c1ddb528fb6365d3539"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-24 22:35:20.291606"], ["updated_at", "2016-10-24 22:35:20.291606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -716969591 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -716969591], ["username", "billy_39"], ["access_token", "d60b51539115ca297a3c12171b3463bb"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-24 22:35:20.293837"], ["updated_at", "2016-10-24 22:35:20.293837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -580387029 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -580387029], ["username", "billy_40"], ["access_token", "030116975e3f96a5788c586a9c4d4984"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-24 22:35:20.296215"], ["updated_at", "2016-10-24 22:35:20.296215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -745953774 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -745953774], ["username", "billy_41"], ["access_token", "00e530a3f5845e0b42c2112941079920"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-24 22:35:20.298844"], ["updated_at", "2016-10-24 22:35:20.298844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -924516533 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -924516533], ["username", "billy_42"], ["access_token", "9a9e4839b7ec7e3aeba0fd7206158a17"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-24 22:35:20.300937"], ["updated_at", "2016-10-24 22:35:20.300937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -70230706 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -70230706], ["username", "billy_43"], ["access_token", "f4f9bdcb8d6986058fa2c65376ad1a38"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-24 22:35:20.303139"], ["updated_at", "2016-10-24 22:35:20.303139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1333338043 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1333338043], ["username", "billy_44"], ["access_token", "ce01d4b692483fb8731810c5991adcbd"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-24 22:35:20.305414"], ["updated_at", "2016-10-24 22:35:20.305414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -26596565 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -26596565], ["username", "billy_45"], ["access_token", "bd3cca7f2e05c56be711d0b18bb0ee54"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-24 22:35:20.308022"], ["updated_at", "2016-10-24 22:35:20.308022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -886240901 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -886240901], ["username", "billy_46"], ["access_token", "61aad9382e998e9acfcff8e32295e9a7"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-24 22:35:20.310336"], ["updated_at", "2016-10-24 22:35:20.310336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2102928015 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2102928015], ["username", "billy_47"], ["access_token", "c178d068d83b65a26e46723fa37384e0"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-24 22:35:20.312918"], ["updated_at", "2016-10-24 22:35:20.312918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1113998443 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1113998443], ["username", "billy_48"], ["access_token", "b54759670bd388bb4aafda36f29b3bc5"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-24 22:35:20.315688"], ["updated_at", "2016-10-24 22:35:20.315688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1172647688 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1172647688], ["username", "billy_49"], ["access_token", "82e5e548ed45742d62f0581690892b85"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-24 22:35:20.318002"], ["updated_at", "2016-10-24 22:35:20.318002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -80420888 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -80420888], ["username", "jstrav"], ["access_token", "a59cf3f6678fd31f1d8a9222b7b10feb"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:20.325298"], ["updated_at", "2016-10-24 22:35:20.325298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -389496237 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -389496237], ["username", "mary"], ["access_token", "7a91e8a8fe55bf757d25c753b7223e5e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:20.328144"], ["updated_at", "2016-10-24 22:35:20.328144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1278989365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1278989365], ["username", "jstead"], ["access_token", "12909ba97922f2286b4b2566887abb70"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:20.330653"], ["updated_at", "2016-10-24 22:35:20.330653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -22769600 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -22769600], ["username", "bigbear"], ["access_token", "c9cb73884961a2332293e2b494f0e12a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:20.333087"], ["updated_at", "2016-10-24 22:35:20.333087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -27056144 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -27056144], ["username", "billy_00"], ["access_token", "14f46d6a9ec947daff2b8ec30603945a"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-24 22:35:20.335352"], ["updated_at", "2016-10-24 22:35:20.335352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -108725695 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -108725695], ["username", "billy_01"], ["access_token", "91d2fd76380d6881fc4d23fd8ef9ff18"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-24 22:35:20.337726"], ["updated_at", "2016-10-24 22:35:20.337726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -176712998 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -176712998], ["username", "billy_02"], ["access_token", "c9bcc23dddc1854de442399b79d9a1d6"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-24 22:35:20.339809"], ["updated_at", "2016-10-24 22:35:20.339809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1370129148 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1370129148], ["username", "billy_03"], ["access_token", "0222aa097bbd81616c881a927635a063"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-24 22:35:20.342092"], ["updated_at", "2016-10-24 22:35:20.342092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749776094 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -749776094], ["username", "billy_04"], ["access_token", "fd162f3a642c20efe8f8446aebeb7225"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-24 22:35:20.344352"], ["updated_at", "2016-10-24 22:35:20.344352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -30189888 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -30189888], ["username", "billy_05"], ["access_token", "4870aa1ff913c944a77a6ecb59a06bd6"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-24 22:35:20.346355"], ["updated_at", "2016-10-24 22:35:20.346355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718334638 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718334638], ["username", "billy_06"], ["access_token", "34a6faacf0a283e4644dbe1c154a2c7f"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-24 22:35:20.348415"], ["updated_at", "2016-10-24 22:35:20.348415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -278620890 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -278620890], ["username", "billy_07"], ["access_token", "c853862c7ad22a4f5ecb33bf19073c68"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-24 22:35:20.350384"], ["updated_at", "2016-10-24 22:35:20.350384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -764226577 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -764226577], ["username", "billy_08"], ["access_token", "cc7890fbf312f9904e56c291aecb2b5f"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-24 22:35:20.352408"], ["updated_at", "2016-10-24 22:35:20.352408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -708923806 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -708923806], ["username", "billy_09"], ["access_token", "ed22c98e9fdaadd864528a89e83105a2"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-24 22:35:20.354488"], ["updated_at", "2016-10-24 22:35:20.354488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1579538448 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1579538448], ["username", "billy_10"], ["access_token", "49e1808eca3ae063201043454d17061f"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-24 22:35:20.356733"], ["updated_at", "2016-10-24 22:35:20.356733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -540129160 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -540129160], ["username", "billy_11"], ["access_token", "b966e1911441cfb0b31fc6e280a40cff"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-24 22:35:20.359045"], ["updated_at", "2016-10-24 22:35:20.359045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776434965 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -776434965], ["username", "billy_12"], ["access_token", "86fd3407ba243b6b4f5185894ab35ab9"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-24 22:35:20.361210"], ["updated_at", "2016-10-24 22:35:20.361210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -319444230 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -319444230], ["username", "billy_13"], ["access_token", "8c29ff226828a618cecc51f63f72934a"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-24 22:35:20.363371"], ["updated_at", "2016-10-24 22:35:20.363371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -452832498 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -452832498], ["username", "billy_14"], ["access_token", "5f975102e204e142f1e1886e93bc1fbb"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-24 22:35:20.365681"], ["updated_at", "2016-10-24 22:35:20.365681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -96443995 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -96443995], ["username", "billy_15"], ["access_token", "653aa27e62794987a8989338525f1cbf"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-24 22:35:20.368139"], ["updated_at", "2016-10-24 22:35:20.368139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1558545305 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1558545305], ["username", "billy_16"], ["access_token", "25e9a41797f610d46dde4f248072d8ba"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-24 22:35:20.370582"], ["updated_at", "2016-10-24 22:35:20.370582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2102084754 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2102084754], ["username", "billy_17"], ["access_token", "05e82e0522662003875081ee65252537"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-24 22:35:20.372780"], ["updated_at", "2016-10-24 22:35:20.372780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1683283612 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1683283612], ["username", "billy_18"], ["access_token", "05c1efab8e18e37deec7672be4fd8c10"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-24 22:35:20.374862"], ["updated_at", "2016-10-24 22:35:20.374862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -503091726 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -503091726], ["username", "billy_19"], ["access_token", "d1305e9aad9018b9b5bd092198556939"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-24 22:35:20.376930"], ["updated_at", "2016-10-24 22:35:20.376930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -349414093 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -349414093], ["username", "billy_20"], ["access_token", "346f7d12b1392bab254ff968794aaa72"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-24 22:35:20.378971"], ["updated_at", "2016-10-24 22:35:20.378971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -96791077 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -96791077], ["username", "billy_21"], ["access_token", "66c97edc2b7aa2817283b70d0083047f"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-24 22:35:20.381128"], ["updated_at", "2016-10-24 22:35:20.381128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510323805 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1510323805], ["username", "billy_22"], ["access_token", "e3e8dd93ce661f492fa9f631095bb746"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-24 22:35:20.382988"], ["updated_at", "2016-10-24 22:35:20.382988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -990855639 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -990855639], ["username", "billy_23"], ["access_token", "d7c26e3586aa73a2804fbb0684d1c16a"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-24 22:35:20.385020"], ["updated_at", "2016-10-24 22:35:20.385020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1822514701 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1822514701], ["username", "billy_24"], ["access_token", "819be483831b66694fa0805eeb7d6208"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-24 22:35:20.387079"], ["updated_at", "2016-10-24 22:35:20.387079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1166871030 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1166871030], ["username", "billy_25"], ["access_token", "c60a9fb4f5545da74c40fb4944bee900"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-24 22:35:20.389083"], ["updated_at", "2016-10-24 22:35:20.389083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -853724067 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -853724067], ["username", "billy_26"], ["access_token", "77f669089ab55713140d9ac618c00ff7"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-24 22:35:20.390961"], ["updated_at", "2016-10-24 22:35:20.390961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1483900563 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1483900563], ["username", "billy_27"], ["access_token", "23a3f5a3235aefc0da7cb3d600af0de7"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-24 22:35:20.393290"], ["updated_at", "2016-10-24 22:35:20.393290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997377272 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1997377272], ["username", "billy_28"], ["access_token", "e0014b1e3009eeefd005922d95fa94a1"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-24 22:35:20.395257"], ["updated_at", "2016-10-24 22:35:20.395257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -374199299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -374199299], ["username", "billy_29"], ["access_token", "c0c376f59b935180ba009ef54152e0d5"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-24 22:35:20.397155"], ["updated_at", "2016-10-24 22:35:20.397155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -765472000 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -765472000], ["username", "billy_30"], ["access_token", "eb208e6c1fcaa8ee2d188000e513097a"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-24 22:35:20.399097"], ["updated_at", "2016-10-24 22:35:20.399097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1623152471 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1623152471], ["username", "billy_31"], ["access_token", "30196d54e643b83faee5f973996f2764"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-24 22:35:20.400927"], ["updated_at", "2016-10-24 22:35:20.400927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1351064486 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1351064486], ["username", "billy_32"], ["access_token", "f63129616f905c7a101c78676f675259"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-24 22:35:20.402785"], ["updated_at", "2016-10-24 22:35:20.402785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1962233318 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1962233318], ["username", "billy_33"], ["access_token", "b8e89540e178b269a5a7f60efcfa9aed"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-24 22:35:20.404736"], ["updated_at", "2016-10-24 22:35:20.404736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091823985 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2091823985], ["username", "billy_34"], ["access_token", "97376f12da2e7fe0dabf512c166df9ce"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-24 22:35:20.406738"], ["updated_at", "2016-10-24 22:35:20.406738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1993863664 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1993863664], ["username", "billy_35"], ["access_token", "deca71788dd26597eaaeb3d7cb7bef4c"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-24 22:35:20.408790"], ["updated_at", "2016-10-24 22:35:20.408790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1645788093 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1645788093], ["username", "billy_36"], ["access_token", "d9a9e260217114bbbeb13e4387e0e8c3"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-24 22:35:20.410703"], ["updated_at", "2016-10-24 22:35:20.410703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1493004949 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1493004949], ["username", "billy_37"], ["access_token", "ba16e744c6ef55d4392b095d6188b5a7"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-24 22:35:20.412763"], ["updated_at", "2016-10-24 22:35:20.412763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1214388395 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1214388395], ["username", "billy_38"], ["access_token", "70e5f17b035c0499c561f70c01717e03"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-24 22:35:20.414816"], ["updated_at", "2016-10-24 22:35:20.414816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -721077376 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -721077376], ["username", "billy_39"], ["access_token", "85033390dddf4b667c0aea56ff00623c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-24 22:35:20.416754"], ["updated_at", "2016-10-24 22:35:20.416754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -25761864 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -25761864], ["username", "billy_40"], ["access_token", "c5aae1b5b18a274ddc7fe742f4adba6d"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-24 22:35:20.419049"], ["updated_at", "2016-10-24 22:35:20.419049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -621595859 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -621595859], ["username", "billy_41"], ["access_token", "86adfa24c87d79a64f882131a0020267"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-24 22:35:20.421035"], ["updated_at", "2016-10-24 22:35:20.421035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790675916 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1790675916], ["username", "billy_42"], ["access_token", "d4f57fa3c87313e9e4ce52e66a1e2f25"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-24 22:35:20.422973"], ["updated_at", "2016-10-24 22:35:20.422973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2022478639 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2022478639], ["username", "billy_43"], ["access_token", "536cf8714f2e562d9d93e2c5f59a80ca"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-24 22:35:20.424937"], ["updated_at", "2016-10-24 22:35:20.424937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1632597754 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1632597754], ["username", "billy_44"], ["access_token", "3f108a84a776e836839a3909892a8bfc"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-24 22:35:20.427138"], ["updated_at", "2016-10-24 22:35:20.427138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -574014690 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -574014690], ["username", "billy_45"], ["access_token", "813d0d57f77e30f9647aa17ea402ec01"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-24 22:35:20.429326"], ["updated_at", "2016-10-24 22:35:20.429326"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -467685024 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -467685024], ["username", "billy_46"], ["access_token", "5c3d99cd819d44e1924ef96dd9c5d868"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-24 22:35:20.431378"], ["updated_at", "2016-10-24 22:35:20.431378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544588848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1544588848], ["username", "billy_47"], ["access_token", "07c98414a4835ec93f766bf194daf55e"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-24 22:35:20.433390"], ["updated_at", "2016-10-24 22:35:20.433390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997188769 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1997188769], ["username", "billy_48"], ["access_token", "625ce36ed81a56d8116bb84d9307c1e7"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-24 22:35:20.435458"], ["updated_at", "2016-10-24 22:35:20.435458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1734157521 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1734157521], ["username", "billy_49"], ["access_token", "d8ce3f63a444b528ce469ddde2999bc2"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-24 22:35:20.437586"], ["updated_at", "2016-10-24 22:35:20.437586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1879725045 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1879725045], ["username", "jstrav"], ["access_token", "e62b7fce63ac2df07d1cfdd576a65871"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:20.444534"], ["updated_at", "2016-10-24 22:35:20.444534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -243463881 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -243463881], ["username", "mary"], ["access_token", "8a96df8b3fcba1d8fb8693aebab9cf08"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:20.447045"], ["updated_at", "2016-10-24 22:35:20.447045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -625260184 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -625260184], ["username", "jstead"], ["access_token", "38044d509306f12ab6ba0274568f3e7d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:20.449102"], ["updated_at", "2016-10-24 22:35:20.449102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -282035295 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -282035295], ["username", "bigbear"], ["access_token", "d3600c2770d5d58b9ecc5f3194a7bde4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:20.450964"], ["updated_at", "2016-10-24 22:35:20.450964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -715979460 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -715979460], ["username", "billy_00"], ["access_token", "0022d5ebd512d4af2ccc3a5eed446be3"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-24 22:35:20.453049"], ["updated_at", "2016-10-24 22:35:20.453049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1893046613 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1893046613], ["username", "billy_01"], ["access_token", "4a70b25f501e725921611052c0d743f8"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-24 22:35:20.455112"], ["updated_at", "2016-10-24 22:35:20.455112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1981059146 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1981059146], ["username", "billy_02"], ["access_token", "5d8f4ebf8ed793c6626bb17f429b2e1c"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-24 22:35:20.457357"], ["updated_at", "2016-10-24 22:35:20.457357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2125549673 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2125549673], ["username", "billy_03"], ["access_token", "755d7d6a7fd652e422c365429c3dee8e"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-24 22:35:20.459513"], ["updated_at", "2016-10-24 22:35:20.459513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -483329343 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -483329343], ["username", "billy_04"], ["access_token", "4aef1797b913b09c84ff6be1f4721bc7"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-24 22:35:20.461507"], ["updated_at", "2016-10-24 22:35:20.461507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -990363211 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -990363211], ["username", "billy_05"], ["access_token", "1e413e2964a40ccd06e866ba9aff9457"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-24 22:35:20.463529"], ["updated_at", "2016-10-24 22:35:20.463529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1415900392 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1415900392], ["username", "billy_06"], ["access_token", "7c3482131164518ae457dfdb0af61926"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-24 22:35:20.465930"], ["updated_at", "2016-10-24 22:35:20.465930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869658553 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -869658553], ["username", "billy_07"], ["access_token", "4122b6367709eebf19984a27539bd80d"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-24 22:35:20.468445"], ["updated_at", "2016-10-24 22:35:20.468445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1495310795 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1495310795], ["username", "billy_08"], ["access_token", "bd11c364c41149011c8f20cda31d75c8"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-24 22:35:20.470892"], ["updated_at", "2016-10-24 22:35:20.470892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2104915337 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2104915337], ["username", "billy_09"], ["access_token", "ff6d71f42563fd04a25f10e1b4574bd8"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-24 22:35:20.473199"], ["updated_at", "2016-10-24 22:35:20.473199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1636321344 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1636321344], ["username", "billy_10"], ["access_token", "1fe150c879b1fab321a867a7a2e4c1b8"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-24 22:35:20.475573"], ["updated_at", "2016-10-24 22:35:20.475573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -281672230 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -281672230], ["username", "billy_11"], ["access_token", "35c5dbc738ef2116d524c1d0d5d870e9"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-24 22:35:20.478247"], ["updated_at", "2016-10-24 22:35:20.478247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -40346152 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -40346152], ["username", "billy_12"], ["access_token", "dd9daa2a58c0885feb3625a11f1c2279"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-24 22:35:20.480979"], ["updated_at", "2016-10-24 22:35:20.480979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -333480531 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -333480531], ["username", "billy_13"], ["access_token", "2307559003e33ee6537054596c776f1d"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-24 22:35:20.484326"], ["updated_at", "2016-10-24 22:35:20.484326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -259481230 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -259481230], ["username", "billy_14"], ["access_token", "2ea7a6c84c43c5e3f21524914524e268"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-24 22:35:20.486470"], ["updated_at", "2016-10-24 22:35:20.486470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -942304830 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -942304830], ["username", "billy_15"], ["access_token", "0350f92cddde006ebf8e2cfc1a1f335b"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-24 22:35:20.488420"], ["updated_at", "2016-10-24 22:35:20.488420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -629895206 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -629895206], ["username", "billy_16"], ["access_token", "a5e8295691339e5dc98b4be879a61561"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-24 22:35:20.490394"], ["updated_at", "2016-10-24 22:35:20.490394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1896143882 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1896143882], ["username", "billy_17"], ["access_token", "e1dd0faeb828268e95173370eb30ecee"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-24 22:35:20.506963"], ["updated_at", "2016-10-24 22:35:20.506963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -283585987 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -283585987], ["username", "billy_18"], ["access_token", "f05592a949c2fd32396120146e0c20d3"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-24 22:35:20.508968"], ["updated_at", "2016-10-24 22:35:20.508968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1741268034 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1741268034], ["username", "billy_19"], ["access_token", "05b36afdc2b20cb5b11e2a40376e374a"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-24 22:35:20.510737"], ["updated_at", "2016-10-24 22:35:20.510737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -427086505 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -427086505], ["username", "billy_20"], ["access_token", "aecf6d43ecbf1d61b8ce080971540c47"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-24 22:35:20.512513"], ["updated_at", "2016-10-24 22:35:20.512513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1285207516 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1285207516], ["username", "billy_21"], ["access_token", "b8a4e3ada9bc85383eb8705c05120174"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-24 22:35:20.514322"], ["updated_at", "2016-10-24 22:35:20.514322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1246837413 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1246837413], ["username", "billy_22"], ["access_token", "924ae39c95c73ff94f69b6937e9ad0ea"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-24 22:35:20.516219"], ["updated_at", "2016-10-24 22:35:20.516219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1487654076 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1487654076], ["username", "billy_23"], ["access_token", "887d1da84f8d85f8eae6e73c3f859aaf"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-24 22:35:20.518021"], ["updated_at", "2016-10-24 22:35:20.518021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -600743005 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -600743005], ["username", "billy_24"], ["access_token", "29c7ffd2a2377a76381dfd78ba898e03"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-24 22:35:20.519784"], ["updated_at", "2016-10-24 22:35:20.519784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1417456763 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1417456763], ["username", "billy_25"], ["access_token", "b63b0ea1524003b254002586adff817e"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-24 22:35:20.521709"], ["updated_at", "2016-10-24 22:35:20.521709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1899014615 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1899014615], ["username", "billy_26"], ["access_token", "9ffa6ecdc295d406ca43d15a1ce7c562"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-24 22:35:20.523519"], ["updated_at", "2016-10-24 22:35:20.523519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1202152579 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1202152579], ["username", "billy_27"], ["access_token", "ca2d0a6dd5ace1f612507b40340865a5"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-24 22:35:20.525411"], ["updated_at", "2016-10-24 22:35:20.525411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2121447908 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2121447908], ["username", "billy_28"], ["access_token", "34cdb815f8562f9e838146ef53aee8ba"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-24 22:35:20.527326"], ["updated_at", "2016-10-24 22:35:20.527326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1312599753 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1312599753], ["username", "billy_29"], ["access_token", "2e36275608bd2e734b39b0d368bb0875"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-24 22:35:20.529219"], ["updated_at", "2016-10-24 22:35:20.529219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -388109732 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -388109732], ["username", "billy_30"], ["access_token", "89c4b5ef03f5afecc7110665fbfda0ce"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-24 22:35:20.531179"], ["updated_at", "2016-10-24 22:35:20.531179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2134854961 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2134854961], ["username", "billy_31"], ["access_token", "e24bf921c9afd5e4b63e7dd17cb97546"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-24 22:35:20.533042"], ["updated_at", "2016-10-24 22:35:20.533042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1100761000 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1100761000], ["username", "billy_32"], ["access_token", "8eaf13abdd030da5a61a1a85fabed315"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-24 22:35:20.535118"], ["updated_at", "2016-10-24 22:35:20.535118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1295298349 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1295298349], ["username", "billy_33"], ["access_token", "c456e734cd4f9c263c799088041f2248"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-24 22:35:20.536957"], ["updated_at", "2016-10-24 22:35:20.536957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674065679 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -674065679], ["username", "billy_34"], ["access_token", "585ccbeed1b56fb66d2e5498f7d254f9"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-24 22:35:20.538766"], ["updated_at", "2016-10-24 22:35:20.538766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1725080618 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1725080618], ["username", "billy_35"], ["access_token", "ecac8d4bbcaec9b3f8d9318e5767ebc1"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-24 22:35:20.540531"], ["updated_at", "2016-10-24 22:35:20.540531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -78789253 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -78789253], ["username", "billy_36"], ["access_token", "0768d53cc567aa045287bdf34e605cec"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-24 22:35:20.542412"], ["updated_at", "2016-10-24 22:35:20.542412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1642218703 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1642218703], ["username", "billy_37"], ["access_token", "1b7086f5d624690067db9e976c20b0ce"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-24 22:35:20.544156"], ["updated_at", "2016-10-24 22:35:20.544156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1489334673 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1489334673], ["username", "billy_38"], ["access_token", "91c5cf292209b043adc56b9e4f1c94bd"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-24 22:35:20.546096"], ["updated_at", "2016-10-24 22:35:20.546096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -351776591 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -351776591], ["username", "billy_39"], ["access_token", "ee63457645841f8d3c900d1aab672291"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-24 22:35:20.548196"], ["updated_at", "2016-10-24 22:35:20.548196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1038998896 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1038998896], ["username", "billy_40"], ["access_token", "199689a28a0f824a01a309091d9275e1"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-24 22:35:20.549979"], ["updated_at", "2016-10-24 22:35:20.549979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1078507859 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1078507859], ["username", "billy_41"], ["access_token", "3249e0da385c1f9423a084598042d52e"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-24 22:35:20.551811"], ["updated_at", "2016-10-24 22:35:20.551811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -978294319 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -978294319], ["username", "billy_42"], ["access_token", "3775b625a94b5a2ec26742684bbb7e4b"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-24 22:35:20.553559"], ["updated_at", "2016-10-24 22:35:20.553559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1432248696 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1432248696], ["username", "billy_43"], ["access_token", "e21a143e80b4c7767576815d26391c9d"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-24 22:35:20.555364"], ["updated_at", "2016-10-24 22:35:20.555364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1100819558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1100819558], ["username", "billy_44"], ["access_token", "259e2f11e7933bbafdf8f3d8519cf60f"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-24 22:35:20.557146"], ["updated_at", "2016-10-24 22:35:20.557146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1578648121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1578648121], ["username", "billy_45"], ["access_token", "553c99eedebbad2364f240603fe42129"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-24 22:35:20.558914"], ["updated_at", "2016-10-24 22:35:20.558914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1566993544 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1566993544], ["username", "billy_46"], ["access_token", "1a70d7df9b1b71d6464c25331b299b66"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-24 22:35:20.560665"], ["updated_at", "2016-10-24 22:35:20.560665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667235825 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -667235825], ["username", "billy_47"], ["access_token", "7dd5ff29dbbeec9f1c3d27c53d801cbb"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-24 22:35:20.562471"], ["updated_at", "2016-10-24 22:35:20.562471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -237383367 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -237383367], ["username", "billy_48"], ["access_token", "166edc12a6261f096c523abd85d50b95"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-24 22:35:20.564224"], ["updated_at", "2016-10-24 22:35:20.564224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -500802627 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -500802627], ["username", "billy_49"], ["access_token", "4c17b07fdfbee353e3109d21830ce04f"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-24 22:35:20.566023"], ["updated_at", "2016-10-24 22:35:20.566023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -391788142 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -391788142], ["username", "jstrav"], ["access_token", "d2aa97c27f2455232462754c046809b5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-24 22:35:20.573511"], ["updated_at", "2016-10-24 22:35:20.573511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1752597834 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1752597834], ["username", "mary"], ["access_token", "ae6784d1b1b63a1a2d70586ad4ec8e55"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-24 22:35:20.575667"], ["updated_at", "2016-10-24 22:35:20.575667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1118936410 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1118936410], ["username", "jstead"], ["access_token", "9bf7deceddadb9382f72ec384ee57b32"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-24 22:35:20.577642"], ["updated_at", "2016-10-24 22:35:20.577642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1252878995 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1252878995], ["username", "bigbear"], ["access_token", "43ee8f5a367172488bc2e02fe76f2593"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-24 22:35:20.579460"], ["updated_at", "2016-10-24 22:35:20.579460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1715584719 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1715584719], ["username", "billy_00"], ["access_token", "dfb574d35c82bef632d2f3f9455cfd4d"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-24 22:35:20.581284"], ["updated_at", "2016-10-24 22:35:20.581284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2143840074 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2143840074], ["username", "billy_01"], ["access_token", "ddbd6cd3f225fca3c64cfcb6ba2d03dc"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-24 22:35:20.583133"], ["updated_at", "2016-10-24 22:35:20.583133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2012084725 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2012084725], ["username", "billy_02"], ["access_token", "9daee1818c230860b754fe410a1d9b00"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-24 22:35:20.584997"], ["updated_at", "2016-10-24 22:35:20.584997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1208233175 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1208233175], ["username", "billy_03"], ["access_token", "a60c40f3702662cd46e0e1d0140e47b4"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-24 22:35:20.586989"], ["updated_at", "2016-10-24 22:35:20.586989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -471725775 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -471725775], ["username", "billy_04"], ["access_token", "be075e70d9a0925519e4b68adad2924e"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-24 22:35:20.588984"], ["updated_at", "2016-10-24 22:35:20.588984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2125016554 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2125016554], ["username", "billy_05"], ["access_token", "e5308c94063cf10f16c3ae916b44ede4"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-24 22:35:20.591116"], ["updated_at", "2016-10-24 22:35:20.591116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1842913262 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1842913262], ["username", "billy_06"], ["access_token", "e8cb5f522ba12de5637cdcc999189faa"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-24 22:35:20.593056"], ["updated_at", "2016-10-24 22:35:20.593056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1152644838 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1152644838], ["username", "billy_07"], ["access_token", "fe6aed1d785a30450c07b9882f590d90"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-24 22:35:20.595206"], ["updated_at", "2016-10-24 22:35:20.595206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1955273514 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1955273514], ["username", "billy_08"], ["access_token", "16b11fea7dc33797ff04e9757ed6d73e"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-24 22:35:20.597114"], ["updated_at", "2016-10-24 22:35:20.597114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1519017599 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1519017599], ["username", "billy_09"], ["access_token", "594c08b1381cdefbd5bb25860618bfbc"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-24 22:35:20.599311"], ["updated_at", "2016-10-24 22:35:20.599311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -149421541 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -149421541], ["username", "billy_10"], ["access_token", "2983647fedaae2611b1b3dfba6b37d63"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-24 22:35:20.601506"], ["updated_at", "2016-10-24 22:35:20.601506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -582202470 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -582202470], ["username", "billy_11"], ["access_token", "f7479d3861d052f423a52007bad3b04a"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-24 22:35:20.603369"], ["updated_at", "2016-10-24 22:35:20.603369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749192113 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -749192113], ["username", "billy_12"], ["access_token", "31da483cc9d3a06ad086168c64082c43"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-24 22:35:20.605309"], ["updated_at", "2016-10-24 22:35:20.605309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -519067111 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -519067111], ["username", "billy_13"], ["access_token", "6b0d89fe7d8edc2ee0483cc06b67b51c"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-24 22:35:20.607376"], ["updated_at", "2016-10-24 22:35:20.607376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1653356810 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1653356810], ["username", "billy_14"], ["access_token", "d38dbee00659b1ee78a7a02c336b8e1b"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-24 22:35:20.609407"], ["updated_at", "2016-10-24 22:35:20.609407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55838837 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -55838837], ["username", "billy_15"], ["access_token", "5efe1a852011df5e40c5cdf731a42c86"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-24 22:35:20.611175"], ["updated_at", "2016-10-24 22:35:20.611175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -385856439 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -385856439], ["username", "billy_16"], ["access_token", "0dbd63f2c8e7ddbb1751af04d93f0dd1"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-24 22:35:20.612983"], ["updated_at", "2016-10-24 22:35:20.612983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1467896779 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1467896779], ["username", "billy_17"], ["access_token", "cc819f45bdc6d589c046a161c3c55aee"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-24 22:35:20.614955"], ["updated_at", "2016-10-24 22:35:20.614955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1059312489 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1059312489], ["username", "billy_18"], ["access_token", "afcd9a1bd1f22fca3441f6efaae8a486"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-24 22:35:20.617419"], ["updated_at", "2016-10-24 22:35:20.617419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -331731328 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -331731328], ["username", "billy_19"], ["access_token", "6e34438a9eadfedfde4b80ab3f0fd60f"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-24 22:35:20.619422"], ["updated_at", "2016-10-24 22:35:20.619422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1803419580 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1803419580], ["username", "billy_20"], ["access_token", "d8886e071346ebc03b82a86a09550d3e"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-24 22:35:20.621207"], ["updated_at", "2016-10-24 22:35:20.621207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -257423972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -257423972], ["username", "billy_21"], ["access_token", "29251c55fcf246391399245ab359551f"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-24 22:35:20.623027"], ["updated_at", "2016-10-24 22:35:20.623027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -966568057 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -966568057], ["username", "billy_22"], ["access_token", "ae992de97d5447655a25ae92e1f8e1e3"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-24 22:35:20.625040"], ["updated_at", "2016-10-24 22:35:20.625040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -510064847 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -510064847], ["username", "billy_23"], ["access_token", "e4839e4f483ec0766f8e5ac253e4fe3b"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-24 22:35:20.627028"], ["updated_at", "2016-10-24 22:35:20.627028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1397125687 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1397125687], ["username", "billy_24"], ["access_token", "ab05b26ca672e5236947a6bd27e5f726"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-24 22:35:20.628937"], ["updated_at", "2016-10-24 22:35:20.628937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -109232083 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -109232083], ["username", "billy_25"], ["access_token", "ecf42ad2dec0b7c7a8bb09c9bdd5fc05"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-24 22:35:20.630692"], ["updated_at", "2016-10-24 22:35:20.630692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1036847649 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1036847649], ["username", "billy_26"], ["access_token", "d2bc43e96cdd95c09d57408f02adc9f9"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-24 22:35:20.632513"], ["updated_at", "2016-10-24 22:35:20.632513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1228472551 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1228472551], ["username", "billy_27"], ["access_token", "7617e72c722a1ab27e4c4a23fb5b9e29"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-24 22:35:20.634296"], ["updated_at", "2016-10-24 22:35:20.634296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -11653322 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -11653322], ["username", "billy_28"], ["access_token", "d14da3b111d7b27dd4d82d58f17be691"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-24 22:35:20.636062"], ["updated_at", "2016-10-24 22:35:20.636062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880975709 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -880975709], ["username", "billy_29"], ["access_token", "2aca852f320ef0024d9463508701b5a7"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-24 22:35:20.637901"], ["updated_at", "2016-10-24 22:35:20.637901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -634194953 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -634194953], ["username", "billy_30"], ["access_token", "391e2acec2cec2a43f60a99cf0f1450e"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-24 22:35:20.639677"], ["updated_at", "2016-10-24 22:35:20.639677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1817394599 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1817394599], ["username", "billy_31"], ["access_token", "6b1721c4cf835547abf1b7e5e5152c5a"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-24 22:35:20.641454"], ["updated_at", "2016-10-24 22:35:20.641454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1604260202 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1604260202], ["username", "billy_32"], ["access_token", "68132040502fdc4c0f5b936246d61c6c"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-24 22:35:20.643235"], ["updated_at", "2016-10-24 22:35:20.643235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -721434969 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -721434969], ["username", "billy_33"], ["access_token", "fb112caad455bb871c4b14b40a166cbf"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-24 22:35:20.645008"], ["updated_at", "2016-10-24 22:35:20.645008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1125023957 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1125023957], ["username", "billy_34"], ["access_token", "0edfb6bcbe0585ca635a25aac8cf3a5c"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-24 22:35:20.646775"], ["updated_at", "2016-10-24 22:35:20.646775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1917115078 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1917115078], ["username", "billy_35"], ["access_token", "36d4f29468e41cdf3d8d8998f3978cac"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-24 22:35:20.648545"], ["updated_at", "2016-10-24 22:35:20.648545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1336707272 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1336707272], ["username", "billy_36"], ["access_token", "ac61782651f5f098c557ce4a99be109b"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-24 22:35:20.650456"], ["updated_at", "2016-10-24 22:35:20.650456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -672174984 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -672174984], ["username", "billy_37"], ["access_token", "43f076d302de79e7172e2f19a1bcb56a"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-24 22:35:20.652581"], ["updated_at", "2016-10-24 22:35:20.652581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1865094493 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1865094493], ["username", "billy_38"], ["access_token", "44e1dff9665494abc944563dc170149c"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-24 22:35:20.654340"], ["updated_at", "2016-10-24 22:35:20.654340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -828259379 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -828259379], ["username", "billy_39"], ["access_token", "ff15c548e53bc24363cc58cee3d8cc89"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-24 22:35:20.656121"], ["updated_at", "2016-10-24 22:35:20.656121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -382478542 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -382478542], ["username", "billy_40"], ["access_token", "7a8bb55bc7ca7e07cfaeb3859e8b9428"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-24 22:35:20.657881"], ["updated_at", "2016-10-24 22:35:20.657881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1518738937 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1518738937], ["username", "billy_41"], ["access_token", "66299c8997cf6cad4c26481607d9532a"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-24 22:35:20.659699"], ["updated_at", "2016-10-24 22:35:20.659699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -988323111 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -988323111], ["username", "billy_42"], ["access_token", "5dae65121e9d248de067d8eddae28c0e"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-24 22:35:20.661735"], ["updated_at", "2016-10-24 22:35:20.661735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -579215660 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -579215660], ["username", "billy_43"], ["access_token", "56b22c5dec78c08cc94409178cc120df"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-24 22:35:20.663785"], ["updated_at", "2016-10-24 22:35:20.663785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1497138218 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1497138218], ["username", "billy_44"], ["access_token", "ebb2728836301cf6dca718852ad99b00"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-24 22:35:20.665655"], ["updated_at", "2016-10-24 22:35:20.665655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -823209132 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -823209132], ["username", "billy_45"], ["access_token", "fabfae6bd92b9d8a57b1de003a1e783c"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-24 22:35:20.667569"], ["updated_at", "2016-10-24 22:35:20.667569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -618346806 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -618346806], ["username", "billy_46"], ["access_token", "ccdb4ff2f352abc21e6d4839a569f2b0"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-24 22:35:20.669411"], ["updated_at", "2016-10-24 22:35:20.669411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -278773063 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -278773063], ["username", "billy_47"], ["access_token", "019a4c1784deb3ddbf32231018997104"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-24 22:35:20.671161"], ["updated_at", "2016-10-24 22:35:20.671161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667337145 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -667337145], ["username", "billy_48"], ["access_token", "64a4c1f75bdb2292553ca8d8798ff4ab"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-24 22:35:20.672965"], ["updated_at", "2016-10-24 22:35:20.672965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1859369373 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1859369373], ["username", "billy_49"], ["access_token", "57e7a882e44a8a0caf35f027a647968d"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-24 22:35:20.674977"], ["updated_at", "2016-10-24 22:35:20.674977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "f8b6aa0f7f04a8b505593a1f9f8c517a"], ["created_at", "2016-10-24 22:35:20.681119"], ["updated_at", "2016-10-24 22:35:20.681119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-24 22:35:20.682689"], ["updated_at", "2016-10-24 22:35:20.682689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "bf516b6b3052f53d28727b9d003be89c"], ["created_at", "2016-10-24 22:35:20.684550"], ["updated_at", "2016-10-24 22:35:20.684550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-10-24 22:35:20.685873"], ["updated_at", "2016-10-24 22:35:20.685873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -863653573 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -863653573], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:20.687628"], ["updated_at", "2016-10-24 22:35:20.687628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1709902160 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1709902160], ["name", "MyGroup"], ["created_at", "2016-10-24 22:35:20.689469"], ["updated_at", "2016-10-24 22:35:20.689469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1709902160]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1709902160 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -863653573]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -863653573 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1709902160 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -863653573 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -863653573], ["member_group_id", -1709902160], ["created_at", "2016-10-24 22:35:20.691431"], ["updated_at", "2016-10-24 22:35:20.691431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1709902160) LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1709902160) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1709902160], ["user_id", 1], ["created_at", "2016-10-24 22:35:20.700888"], ["updated_at", "2016-10-24 22:35:20.700888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -1709902160) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1709902160]] SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -1709902160]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1709902160 - -863653573 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1709902160, -863653573) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-10-24 22:35:20.726358"], ["updated_at", "2016-10-24 22:35:20.726358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1709902160, -863653573) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-10-24 22:35:20.732259"], ["updated_at", "2016-10-24 22:35:20.732259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1709902160, -863653573) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-10-24 22:35:20.737602"], ["updated_at", "2016-10-24 22:35:20.737602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1709902160, -863653573) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1709902160, -863653573) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-10-24 22:35:20.744531"], ["updated_at", "2016-10-24 22:35:20.744531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1709902160, -863653573) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1709902160, -863653573) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1709902160, -863653573) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 961]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 961 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 961], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["created_at", "2016-10-24 22:35:20.757919"], ["updated_at", "2016-10-24 22:35:20.757919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 0]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 0 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 0], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["created_at", "2016-10-24 22:35:20.762465"], ["updated_at", "2016-10-24 22:35:20.762465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-10-24 22:35:20.771802"], ["updated_at", "2016-10-24 22:35:20.771802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-10-24 22:35:20.773784"], ["updated_at", "2016-10-24 22:35:20.773784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-10-24 22:35:20.775835"], ["updated_at", "2016-10-24 22:35:20.775835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2016-10-24 22:35:20.778225"], ["updated_at", "2016-10-24 22:35:20.778225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-10-24 22:35:20.779799"], ["updated_at", "2016-10-24 22:35:20.779799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-10-24 22:35:20.781908"], ["updated_at", "2016-10-24 22:35:20.781908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2016-10-24 22:35:20.783776"], ["updated_at", "2016-10-24 22:35:20.783776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2016-10-24 22:35:20.827073"], ["updated_at", "2016-10-24 22:35:20.827073"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-10-24 22:35:20.828715"], ["updated_at", "2016-10-24 22:35:20.828715"]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-10-24 22:35:20.830279"], ["updated_at", "2016-10-24 22:35:20.830279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-10-24 22:35:20.835619"], ["updated_at", "2016-10-24 22:35:20.835619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-10-24 22:35:20.837303"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-10-24 22:35:20.889884"], ["updated_at", "2016-10-24 22:35:20.889884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-10-24 22:35:20.894171"], ["updated_at", "2016-10-24 22:35:20.894171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-10-24 22:35:20.904877"], ["updated_at", "2016-10-24 22:35:20.904877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-24 17:35:20 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "a4a273"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a4a273' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "a4a273"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["created_at", "2016-10-24 22:35:20.940927"], ["updated_at", "2016-10-24 22:35:20.940927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "2edd61"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2edd61' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "2edd61"], ["created_at", "2016-10-24 22:35:20.956412"], ["updated_at", "2016-10-24 22:35:20.956412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-10-24 22:35:20.964063"], ["updated_at", "2016-10-24 22:35:20.964063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-10-24 22:35:20.971594"], ["updated_at", "2016-10-24 22:35:20.971594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (1.1ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" varchar)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" ("faculty_status")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" ("salesforce_contact_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_salesforce_contact_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_salesforce_contact_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (0.9ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.8ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (0.8ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.8ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (0.8ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.5ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 18ms (ActiveRecord: 1.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "a35486"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a35486' LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1918490253 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1918490253], ["username", "jstrav"], ["access_token", "9578da8d4dcc11083bcf7e97db0b7182"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:26.360238"], ["updated_at", "2016-10-27 20:47:26.360238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1242816586 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1242816586], ["username", "mary"], ["access_token", "a55384b2941ee2a0231d8c3570c7e50f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:26.362771"], ["updated_at", "2016-10-27 20:47:26.362771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2102373979 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2102373979], ["username", "jstead"], ["access_token", "d5e3435801d9d48052af06f2da96bef5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:26.364843"], ["updated_at", "2016-10-27 20:47:26.364843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1963710079 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1963710079], ["username", "bigbear"], ["access_token", "ec31117d3a1f8f84ccd888df5b3441f4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:26.366696"], ["updated_at", "2016-10-27 20:47:26.366696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -769814427 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -769814427], ["username", "billy_00"], ["access_token", "eaa6adcd3847168d5831d153b42b99ae"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:47:26.368521"], ["updated_at", "2016-10-27 20:47:26.368521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -826430789 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -826430789], ["username", "billy_01"], ["access_token", "9a743e1606201c0c9113833a4e994a9d"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:47:26.370361"], ["updated_at", "2016-10-27 20:47:26.370361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -651286502 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -651286502], ["username", "billy_02"], ["access_token", "c2d3182fbc6f66bdf1c75b02135a38e2"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:47:26.372168"], ["updated_at", "2016-10-27 20:47:26.372168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -507319633 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -507319633], ["username", "billy_03"], ["access_token", "9dc9316ebe86fd3df21c2b011499f1f2"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:47:26.373946"], ["updated_at", "2016-10-27 20:47:26.373946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1039165832 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1039165832], ["username", "billy_04"], ["access_token", "99f6980a2d7f3c1554e857660ecbfa39"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:47:26.375704"], ["updated_at", "2016-10-27 20:47:26.375704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -692670683 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -692670683], ["username", "billy_05"], ["access_token", "89a5a2659fd94652e5071e08cf8c02bf"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:47:26.377454"], ["updated_at", "2016-10-27 20:47:26.377454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031160087 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2031160087], ["username", "billy_06"], ["access_token", "91332d918ebd05f383c0b1dc935a17e5"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:47:26.379528"], ["updated_at", "2016-10-27 20:47:26.379528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -35776663 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -35776663], ["username", "billy_07"], ["access_token", "88b13f3d36d7095662c0ef7b1639b4df"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:47:26.381830"], ["updated_at", "2016-10-27 20:47:26.381830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -910961976 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -910961976], ["username", "billy_08"], ["access_token", "b131bd2addf71597a8487181fda5a120"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:47:26.384800"], ["updated_at", "2016-10-27 20:47:26.384800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1667163837 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1667163837], ["username", "billy_09"], ["access_token", "267b53ff1a93f9c7c77c00c538aa5aef"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:47:26.387532"], ["updated_at", "2016-10-27 20:47:26.387532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -520579055 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -520579055], ["username", "billy_10"], ["access_token", "456433361aadca5371f389f8b94b13b0"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:47:26.389409"], ["updated_at", "2016-10-27 20:47:26.389409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171768990 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1171768990], ["username", "billy_11"], ["access_token", "d6f6da1125441e94ff2bdd0e54752f58"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:47:26.391191"], ["updated_at", "2016-10-27 20:47:26.391191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1427643005 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1427643005], ["username", "billy_12"], ["access_token", "4d66ccd8545350ad784229b4f7842f4e"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:47:26.393006"], ["updated_at", "2016-10-27 20:47:26.393006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1737079781 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1737079781], ["username", "billy_13"], ["access_token", "8b541d471bcaf41320dd40c68af381b2"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:47:26.394781"], ["updated_at", "2016-10-27 20:47:26.394781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1902851262 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1902851262], ["username", "billy_14"], ["access_token", "7f347bc5e62403ad8a1d31bf8bb81c4e"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:47:26.396542"], ["updated_at", "2016-10-27 20:47:26.396542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -816571273 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -816571273], ["username", "billy_15"], ["access_token", "89d5798e140468d22a8adc87f0809df7"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:47:26.398356"], ["updated_at", "2016-10-27 20:47:26.398356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2001425520 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2001425520], ["username", "billy_16"], ["access_token", "7b12102afd61df2ef9cc58e51ec6c602"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:47:26.400142"], ["updated_at", "2016-10-27 20:47:26.400142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -194505893 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -194505893], ["username", "billy_17"], ["access_token", "4b340567788c8077228bddc02eda29db"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:47:26.401857"], ["updated_at", "2016-10-27 20:47:26.401857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1373549636 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1373549636], ["username", "billy_18"], ["access_token", "11255bcec6928951e8859e542b9451fc"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:47:26.403643"], ["updated_at", "2016-10-27 20:47:26.403643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1724073239 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1724073239], ["username", "billy_19"], ["access_token", "1bcde52400cacc0ab73e4c256aae9f52"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:47:26.405409"], ["updated_at", "2016-10-27 20:47:26.405409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1401685516 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1401685516], ["username", "billy_20"], ["access_token", "c05041f85d2c40840938741e777ece57"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:47:26.407105"], ["updated_at", "2016-10-27 20:47:26.407105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -541970681 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -541970681], ["username", "billy_21"], ["access_token", "741e37135394f6daa9d90b38e4c6e2a6"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:47:26.408827"], ["updated_at", "2016-10-27 20:47:26.408827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776734165 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -776734165], ["username", "billy_22"], ["access_token", "fa166f48c02e9f7793c24f2a0570547f"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:47:26.410538"], ["updated_at", "2016-10-27 20:47:26.410538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1254820929 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1254820929], ["username", "billy_23"], ["access_token", "db7f02ccf35450754cce9a3cfc0c13b5"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:47:26.412258"], ["updated_at", "2016-10-27 20:47:26.412258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -487072675 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -487072675], ["username", "billy_24"], ["access_token", "ba866682a927293393ec8d9e41696a23"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:47:26.413966"], ["updated_at", "2016-10-27 20:47:26.413966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1783081630 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1783081630], ["username", "billy_25"], ["access_token", "4aa2e69f51f685815b774fa52872e8f0"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:47:26.415940"], ["updated_at", "2016-10-27 20:47:26.415940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -593290437 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -593290437], ["username", "billy_26"], ["access_token", "7bd6e30a03949f01aaa52b8f77df1996"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:47:26.417714"], ["updated_at", "2016-10-27 20:47:26.417714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1238164250 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1238164250], ["username", "billy_27"], ["access_token", "a7d663025683ca25b7b95677face5f1f"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:47:26.419503"], ["updated_at", "2016-10-27 20:47:26.419503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1508141354 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1508141354], ["username", "billy_28"], ["access_token", "18bbcc318fb93289e1bf49ed5c9a4615"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:47:26.421283"], ["updated_at", "2016-10-27 20:47:26.421283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1644647392 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1644647392], ["username", "billy_29"], ["access_token", "e47e54e6609893f13a55402f6015b9b2"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:47:26.423007"], ["updated_at", "2016-10-27 20:47:26.423007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1282719757 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1282719757], ["username", "billy_30"], ["access_token", "27868e167d782cc2090dab29587185c6"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:47:26.424776"], ["updated_at", "2016-10-27 20:47:26.424776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1304921085 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1304921085], ["username", "billy_31"], ["access_token", "36c51381ec921d771ef94ae95393ce74"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:47:26.426509"], ["updated_at", "2016-10-27 20:47:26.426509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1842628627 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1842628627], ["username", "billy_32"], ["access_token", "eb08d2a369b212038fe6be63944574aa"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:47:26.428276"], ["updated_at", "2016-10-27 20:47:26.428276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -14067872 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -14067872], ["username", "billy_33"], ["access_token", "d6abeece3877c67223fe36087f706e0e"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:47:26.430050"], ["updated_at", "2016-10-27 20:47:26.430050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -658314150 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -658314150], ["username", "billy_34"], ["access_token", "a7e197c203250e2a8bd07be857f9d899"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:47:26.432053"], ["updated_at", "2016-10-27 20:47:26.432053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900515854 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1900515854], ["username", "billy_35"], ["access_token", "eec215d0887d040ddac3d052463f4e58"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:47:26.433879"], ["updated_at", "2016-10-27 20:47:26.433879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2143732003 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2143732003], ["username", "billy_36"], ["access_token", "8276b080510233edfd737b761daa8098"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:47:26.435634"], ["updated_at", "2016-10-27 20:47:26.435634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -99839729 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -99839729], ["username", "billy_37"], ["access_token", "d7a92671789c6a52051631bebdb6b3b4"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:47:26.437407"], ["updated_at", "2016-10-27 20:47:26.437407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -602624609 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -602624609], ["username", "billy_38"], ["access_token", "c833c1b1a6a55df24b36de1878a952bc"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:47:26.439192"], ["updated_at", "2016-10-27 20:47:26.439192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1698201987 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1698201987], ["username", "billy_39"], ["access_token", "1d70f81b016344f41d426386b2c9d760"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:47:26.440910"], ["updated_at", "2016-10-27 20:47:26.440910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -39805576 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -39805576], ["username", "billy_40"], ["access_token", "9b36db7effbc77c8bff82762657dc01b"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:47:26.442648"], ["updated_at", "2016-10-27 20:47:26.442648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -522017778 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -522017778], ["username", "billy_41"], ["access_token", "c54ca9c61357f0e97ad338b747bb2fb6"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:47:26.444371"], ["updated_at", "2016-10-27 20:47:26.444371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -677280252 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -677280252], ["username", "billy_42"], ["access_token", "6ad9e2663ee6f5c1739f6e946c1921e8"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:47:26.446108"], ["updated_at", "2016-10-27 20:47:26.446108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1617070138 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1617070138], ["username", "billy_43"], ["access_token", "5a5a4f8b947db8e07cb08eb765b3fba5"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:47:26.448082"], ["updated_at", "2016-10-27 20:47:26.448082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -792609745 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -792609745], ["username", "billy_44"], ["access_token", "99ba38bcf55c76e0d2e26ddf4d05186d"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:47:26.449856"], ["updated_at", "2016-10-27 20:47:26.449856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -944671518 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -944671518], ["username", "billy_45"], ["access_token", "c29379398f12203a3468d3de676a83df"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:47:26.451606"], ["updated_at", "2016-10-27 20:47:26.451606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -620406095 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -620406095], ["username", "billy_46"], ["access_token", "eef5ff3e2b7d06a412228f9a195826f3"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:47:26.453330"], ["updated_at", "2016-10-27 20:47:26.453330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1381529582 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1381529582], ["username", "billy_47"], ["access_token", "14db85c35d3c17d8eb39c9c125cea98b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:47:26.455280"], ["updated_at", "2016-10-27 20:47:26.455280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1379722035 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1379722035], ["username", "billy_48"], ["access_token", "9506f72035e1e200e656ae5108643cb4"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:47:26.457014"], ["updated_at", "2016-10-27 20:47:26.457014"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1102112288 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1102112288], ["username", "billy_49"], ["access_token", "71f5afbc32f8a46533bcb0ed2ed3068f"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:47:26.458894"], ["updated_at", "2016-10-27 20:47:26.458894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -764953540 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -764953540], ["username", "jstrav"], ["access_token", "6697dfc7339317c829451c5f2fde014e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:26.478543"], ["updated_at", "2016-10-27 20:47:26.478543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -936104311 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -936104311], ["username", "mary"], ["access_token", "b29acb2e1fe7cbef793bce2170fc9494"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:26.481086"], ["updated_at", "2016-10-27 20:47:26.481086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -453220325 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -453220325], ["username", "jstead"], ["access_token", "c6951386cff64543be205cea5c9025ec"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:26.483204"], ["updated_at", "2016-10-27 20:47:26.483204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -437802760 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -437802760], ["username", "bigbear"], ["access_token", "7783ac58a0b39685b0b4c5731004d656"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:26.485188"], ["updated_at", "2016-10-27 20:47:26.485188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1365777246 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1365777246], ["username", "billy_00"], ["access_token", "4ccc3008555d21fee9f270d0675cff79"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:47:26.487279"], ["updated_at", "2016-10-27 20:47:26.487279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656021185 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1656021185], ["username", "billy_01"], ["access_token", "941b0684874a772746bad05c2b6e645d"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:47:26.489246"], ["updated_at", "2016-10-27 20:47:26.489246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1875528230 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1875528230], ["username", "billy_02"], ["access_token", "9e58a93f9e775cdfc820ba0f502c23c0"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:47:26.491194"], ["updated_at", "2016-10-27 20:47:26.491194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1034923019 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1034923019], ["username", "billy_03"], ["access_token", "fe0a88d258194e235a367e4fccb5db3c"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:47:26.493105"], ["updated_at", "2016-10-27 20:47:26.493105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -805127935 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -805127935], ["username", "billy_04"], ["access_token", "6038f6fdba9542d149db70ecb4cc029b"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:47:26.495055"], ["updated_at", "2016-10-27 20:47:26.495055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2144773807 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2144773807], ["username", "billy_05"], ["access_token", "a23b68bf3937a82f4d9c1a6200028b10"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:47:26.497011"], ["updated_at", "2016-10-27 20:47:26.497011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1483138995 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1483138995], ["username", "billy_06"], ["access_token", "7c9df6b8e9c8682827481f1ff64a9e21"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:47:26.498957"], ["updated_at", "2016-10-27 20:47:26.498957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366503749 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -366503749], ["username", "billy_07"], ["access_token", "a00e4aff8938934472efe179077c80ec"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:47:26.500915"], ["updated_at", "2016-10-27 20:47:26.500915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067000696 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2067000696], ["username", "billy_08"], ["access_token", "9964a65edee6b072feb814efbe779542"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:47:26.502951"], ["updated_at", "2016-10-27 20:47:26.502951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894390099 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1894390099], ["username", "billy_09"], ["access_token", "d7506e836e38da85feac3e98ce9931bd"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:47:26.504913"], ["updated_at", "2016-10-27 20:47:26.504913"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -645658422 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -645658422], ["username", "billy_10"], ["access_token", "ff0a2d2b2561a53670065cfd4ecaf269"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:47:26.506896"], ["updated_at", "2016-10-27 20:47:26.506896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1788101577 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1788101577], ["username", "billy_11"], ["access_token", "1fe0c77f7f14083ccd20fac55612fc1a"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:47:26.508728"], ["updated_at", "2016-10-27 20:47:26.508728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2100114485 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2100114485], ["username", "billy_12"], ["access_token", "dd1083808d9fde8067de8bb14f5b92fb"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:47:26.510597"], ["updated_at", "2016-10-27 20:47:26.510597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1441175962 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1441175962], ["username", "billy_13"], ["access_token", "caf527c4b2e88d00bf141b5df2ac3b6c"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:47:26.512677"], ["updated_at", "2016-10-27 20:47:26.512677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -128235846 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -128235846], ["username", "billy_14"], ["access_token", "e5c39459bca2b1a51e7a32acd529ed76"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:47:26.514482"], ["updated_at", "2016-10-27 20:47:26.514482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1115648907 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1115648907], ["username", "billy_15"], ["access_token", "3aea58b90a46cb917626e1f764567091"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:47:26.516227"], ["updated_at", "2016-10-27 20:47:26.516227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1640865296 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1640865296], ["username", "billy_16"], ["access_token", "7f04e74031e98a651f0a5528fccff535"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:47:26.517965"], ["updated_at", "2016-10-27 20:47:26.517965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1103637700 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1103637700], ["username", "billy_17"], ["access_token", "ffb82c5bb70284429f07d43ddf8c132c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:47:26.520783"], ["updated_at", "2016-10-27 20:47:26.520783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -892622862 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -892622862], ["username", "billy_18"], ["access_token", "d84b6a697b8419ce763b35097ae3be11"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:47:26.522673"], ["updated_at", "2016-10-27 20:47:26.522673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -46847658 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -46847658], ["username", "billy_19"], ["access_token", "d9f2ea392eb177d6f0f00f1567eb88a4"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:47:26.524456"], ["updated_at", "2016-10-27 20:47:26.524456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1486575224 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1486575224], ["username", "billy_20"], ["access_token", "207c56d88a62be42a6c93ef44aa09333"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:47:26.526940"], ["updated_at", "2016-10-27 20:47:26.526940"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1342725182 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1342725182], ["username", "billy_21"], ["access_token", "dca251ad178853fcca52eb05a8a29694"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:47:26.530110"], ["updated_at", "2016-10-27 20:47:26.530110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -651458408 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -651458408], ["username", "billy_22"], ["access_token", "815238fea12226166f151e5bd2686bee"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:47:26.532841"], ["updated_at", "2016-10-27 20:47:26.532841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -94383851 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -94383851], ["username", "billy_23"], ["access_token", "6662c4ee8291c21e8b73a6816b4c090a"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:47:26.535289"], ["updated_at", "2016-10-27 20:47:26.535289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1205260608 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1205260608], ["username", "billy_24"], ["access_token", "bcf19d08583befeb8753afc714f5293f"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:47:26.537563"], ["updated_at", "2016-10-27 20:47:26.537563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -865030803 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -865030803], ["username", "billy_25"], ["access_token", "677e4bc1728d162ba3addf8dae3c4fff"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:47:26.539561"], ["updated_at", "2016-10-27 20:47:26.539561"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1695016717 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1695016717], ["username", "billy_26"], ["access_token", "a01f273d29dd58227b90e53cf70f0d85"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:47:26.541547"], ["updated_at", "2016-10-27 20:47:26.541547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -419264328 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -419264328], ["username", "billy_27"], ["access_token", "723fee79cb95a135096ef9f763f4e850"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:47:26.543407"], ["updated_at", "2016-10-27 20:47:26.543407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1745511328 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1745511328], ["username", "billy_28"], ["access_token", "3ba7ddceee0a1007d2998c292872656b"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:47:26.545148"], ["updated_at", "2016-10-27 20:47:26.545148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -732769684 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -732769684], ["username", "billy_29"], ["access_token", "574b7d0f0cedabf4781fb3bd637b7fab"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:47:26.546929"], ["updated_at", "2016-10-27 20:47:26.546929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070601513 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1070601513], ["username", "billy_30"], ["access_token", "653e1482c01fddd0527c329d6b957bed"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:47:26.548661"], ["updated_at", "2016-10-27 20:47:26.548661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812124978 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1812124978], ["username", "billy_31"], ["access_token", "21faaf1df1c2c3ffb78d3cadc0ac7d65"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:47:26.550407"], ["updated_at", "2016-10-27 20:47:26.550407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -282419064 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -282419064], ["username", "billy_32"], ["access_token", "84e9f9a9209ddc28ab1c32872ad46983"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:47:26.552140"], ["updated_at", "2016-10-27 20:47:26.552140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -247065132 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -247065132], ["username", "billy_33"], ["access_token", "e2e77afb8b12fa1b87b49a053d5944c4"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:47:26.553892"], ["updated_at", "2016-10-27 20:47:26.553892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -127952574 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -127952574], ["username", "billy_34"], ["access_token", "8924e556ed21c2211bc248dee10e6506"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:47:26.555947"], ["updated_at", "2016-10-27 20:47:26.555947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1754378930 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1754378930], ["username", "billy_35"], ["access_token", "e0c1177925f55db7288251c3dc23a83d"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:47:26.557848"], ["updated_at", "2016-10-27 20:47:26.557848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1802550205 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1802550205], ["username", "billy_36"], ["access_token", "197ff30aaf8ac0c37baca6f8ad681f7c"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:47:26.567690"], ["updated_at", "2016-10-27 20:47:26.567690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -132148741 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -132148741], ["username", "billy_37"], ["access_token", "7d02e19695f826587fea5e82f21544cb"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:47:26.569704"], ["updated_at", "2016-10-27 20:47:26.569704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -806622330 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -806622330], ["username", "billy_38"], ["access_token", "4d7e1c69741e321dce8658ebf9da890c"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:47:26.571539"], ["updated_at", "2016-10-27 20:47:26.571539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2037999795 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2037999795], ["username", "billy_39"], ["access_token", "edf07bc7ef50b54cfc161cb5c2142e03"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:47:26.573499"], ["updated_at", "2016-10-27 20:47:26.573499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53997239 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -53997239], ["username", "billy_40"], ["access_token", "b60851f1367f840e408b65099f625c95"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:47:26.575321"], ["updated_at", "2016-10-27 20:47:26.575321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -561091993 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -561091993], ["username", "billy_41"], ["access_token", "808d91687c55c3e5716c6952df2e7d58"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:47:26.577126"], ["updated_at", "2016-10-27 20:47:26.577126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1020868676 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1020868676], ["username", "billy_42"], ["access_token", "84fd93ad6d2623ccd3e4a5040094f90e"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:47:26.578878"], ["updated_at", "2016-10-27 20:47:26.578878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -472185537 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -472185537], ["username", "billy_43"], ["access_token", "d9b1d97941b6d8eab5bd82a8f610d6ab"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:47:26.580716"], ["updated_at", "2016-10-27 20:47:26.580716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1680247505 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1680247505], ["username", "billy_44"], ["access_token", "889c77da7a2560c1c3b99c8fa88ae878"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:47:26.582549"], ["updated_at", "2016-10-27 20:47:26.582549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2116858714 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2116858714], ["username", "billy_45"], ["access_token", "baf1cd41f53e0102ecfdf5b89933183c"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:47:26.584387"], ["updated_at", "2016-10-27 20:47:26.584387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1441520735 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1441520735], ["username", "billy_46"], ["access_token", "5086d4f5e838d0704556791862909544"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:47:26.586191"], ["updated_at", "2016-10-27 20:47:26.586191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1373767100 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1373767100], ["username", "billy_47"], ["access_token", "17c2d4fd5135ae54cdc1a99c1420aa6b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:47:26.587945"], ["updated_at", "2016-10-27 20:47:26.587945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789560794 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -789560794], ["username", "billy_48"], ["access_token", "0bd0c19283f2f5d94fc028b34ede8775"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:47:26.589724"], ["updated_at", "2016-10-27 20:47:26.589724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -534043809 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -534043809], ["username", "billy_49"], ["access_token", "ff09fc9dea82bd8d1565524c5c929d67"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:47:26.591484"], ["updated_at", "2016-10-27 20:47:26.591484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067196709 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2067196709], ["username", "22008c0fa0c3912f82d2317d514189df"], ["access_token", "58b3b4e8d1176d77cdb1a91ac9dbc91a"], ["created_at", "2016-10-27 20:47:26.600034"], ["updated_at", "2016-10-27 20:47:26.600034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -37348417) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", -37348417]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -37348417) LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -37348417 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -37348417], ["created_at", "2016-10-27 20:47:26.635278"], ["updated_at", "2016-10-27 20:47:26.635278"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -37348417) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -37348417], ["user_id", -2067196709], ["created_at", "2016-10-27 20:47:26.639255"], ["updated_at", "2016-10-27 20:47:26.639255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -37348417]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? LIMIT 1 [["group_id", -37348417]]  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:47:26.654476"], ["updated_at", "2016-10-27 20:47:26.654476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.5ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1227557065 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1227557065], ["username", "e64c4ad086ca0bd4ad8ebe1dd1eb3d19"], ["access_token", "9ad3e09d06aae7d08b55a6af2bf3d07e"], ["created_at", "2016-10-27 20:47:26.709690"], ["updated_at", "2016-10-27 20:47:26.709690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -431351826 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -431351826], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:26.716487"], ["updated_at", "2016-10-27 20:47:26.716487"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -312792679 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -312792679], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:26.719518"], ["updated_at", "2016-10-27 20:47:26.719518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-431351826/nestings/-312792679" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-431351826", "member_group_id"=>"-312792679", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -621291613 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -621291613], ["username", "8663bfef5302ec3d30b7810d35cf31f2"], ["access_token", "5ed57e44842bb4394f996665ffebf24a"], ["created_at", "2016-10-27 20:47:26.738460"], ["updated_at", "2016-10-27 20:47:26.738460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1456050864 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1456050864], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:26.741407"], ["updated_at", "2016-10-27 20:47:26.741407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -388636463 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -388636463], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:26.743870"], ["updated_at", "2016-10-27 20:47:26.743870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -388636463]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -388636463 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1456050864]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1456050864 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -388636463 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1456050864 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1456050864], ["member_group_id", -388636463], ["created_at", "2016-10-27 20:47:26.746424"], ["updated_at", "2016-10-27 20:47:26.746424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1456050864/nestings/-388636463" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1456050864", "member_group_id"=>"-388636463", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1611414601 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1611414601], ["username", "9f3025147e7ee42d63fd531ed07cf81d"], ["access_token", "d44d692e99fcb49318cde15d2774dc1d"], ["created_at", "2016-10-27 20:47:26.770762"], ["updated_at", "2016-10-27 20:47:26.770762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1307835604 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1307835604], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:26.773326"], ["updated_at", "2016-10-27 20:47:26.773326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794856922 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -794856922], ["username", "dd96bff3e3b641fd53a6df8de8460fa0"], ["access_token", "52dd609ddd24bc92ca5fbb50c996bcfc"], ["created_at", "2016-10-27 20:47:26.775384"], ["updated_at", "2016-10-27 20:47:26.775384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1307835604/owners/-794856922" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1307835604", "user_id"=>"-794856922", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -892439878 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -892439878], ["username", "fc8b23ee77596acb75ae42f406202dd5"], ["access_token", "33c20c6f22f4e4129d1ed1939b0810c1"], ["created_at", "2016-10-27 20:47:26.791546"], ["updated_at", "2016-10-27 20:47:26.791546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1477640865 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1477640865], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:26.794299"], ["updated_at", "2016-10-27 20:47:26.794299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1588136010 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1588136010], ["username", "36beb1b17032ded4f80b3eb547d6634b"], ["access_token", "64d0ba8caaac719caec3d0954fe21ab3"], ["created_at", "2016-10-27 20:47:26.796721"], ["updated_at", "2016-10-27 20:47:26.796721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = -1477640865) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1477640865], ["user_id", -1588136010], ["created_at", "2016-10-27 20:47:26.798844"], ["updated_at", "2016-10-27 20:47:26.798844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1477640865/owners/-1588136010" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1477640865", "user_id"=>"-1588136010", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:47:26.811337"], ["updated_at", "2016-10-27 20:47:26.811337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:47:26.833930"], ["updated_at", "2016-10-27 20:47:26.833930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:47:26.853291"], ["updated_at", "2016-10-27 20:47:26.853291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:47:26.875721"], ["updated_at", "2016-10-27 20:47:26.875721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:47:26.895640"], ["updated_at", "2016-10-27 20:47:26.895640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -571780731 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -571780731], ["username", "62e93f36e1139dac989cd6d30ad2d3a8"], ["access_token", "5aded134b3538d9e534760293e4fdf7c"], ["created_at", "2016-10-27 20:47:26.916023"], ["updated_at", "2016-10-27 20:47:26.916023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -436715123 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -436715123], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:26.918563"], ["updated_at", "2016-10-27 20:47:26.918563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -436715123 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-436715123" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-436715123", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945370949 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -945370949], ["username", "7db5de8128bac0df06a1c895fc21d21e"], ["access_token", "2def4ddb5a7c819f91d8acbca626ed19"], ["created_at", "2016-10-27 20:47:26.936962"], ["updated_at", "2016-10-27 20:47:26.936962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1923430621 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1923430621], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:26.939716"], ["updated_at", "2016-10-27 20:47:26.939716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1923430621 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1923430621" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1923430621", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1274913519 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1274913519], ["username", "9f7911de7ea36fc200dad53ee098a6ec"], ["access_token", "ff86eb26fd1d61077cf079594fe6e5b1"], ["created_at", "2016-10-27 20:47:26.953742"], ["updated_at", "2016-10-27 20:47:26.953742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2132970366 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2132970366], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:26.956254"], ["updated_at", "2016-10-27 20:47:26.956254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1311177325 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1311177325], ["username", "2e053a154a6ccaf2c7500e4833e35139"], ["access_token", "73b6a70b67731f139c93527db1170f40"], ["created_at", "2016-10-27 20:47:26.969090"], ["updated_at", "2016-10-27 20:47:26.969090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"2e053a154a6ccaf2c7500e4833e35139", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"2e053a154a6ccaf2c7500e4833e35139", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -301536957 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -301536957], ["username", "3a137ff25c1cb054e3d8f2bc1730f61b"], ["access_token", "67cdb25829347877b9f1567ac96480c2"], ["created_at", "2016-10-27 20:47:26.985000"], ["updated_at", "2016-10-27 20:47:26.985000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-10-27 15:47:26 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2023761854 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2023761854], ["username", "53ad88866e8553e04bfdd540d5d6d6c1"], ["access_token", "733fbba1a1cd5835e7dc1177c657241f"], ["created_at", "2016-10-27 20:47:27.003949"], ["updated_at", "2016-10-27 20:47:27.003949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1934092829 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1934092829], ["username", "9f090a64edc8f25b054df1785993ba97"], ["access_token", "b4685e40225efb3d8b9609745c11890d"], ["created_at", "2016-10-27 20:47:27.022138"], ["updated_at", "2016-10-27 20:47:27.022138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1538950530 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1538950530], ["username", "54048b826c0dbf9ae624b8862230ac11"], ["access_token", "ce7fec28ea5153a7e06438503b991c7b"], ["created_at", "2016-10-27 20:47:27.039873"], ["updated_at", "2016-10-27 20:47:27.039873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -524671355 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -524671355], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:27.044575"], ["updated_at", "2016-10-27 20:47:27.044575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831856127 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1831856127], ["username", "a7a131ad27fe9e6442d535c57075352b"], ["access_token", "b01d7625e01ac197cfe2992bd69a0280"], ["created_at", "2016-10-27 20:47:27.048124"], ["updated_at", "2016-10-27 20:47:27.048124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-524671355/members/-1831856127" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-524671355", "user_id"=>"-1831856127", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1492596474 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1492596474], ["username", "6975545aa86c7d27ddda7aa951ac766f"], ["access_token", "5eedd720c8f4930b4e83b7cd9de7a8be"], ["created_at", "2016-10-27 20:47:27.065097"], ["updated_at", "2016-10-27 20:47:27.065097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1348849968 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1348849968], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:27.067538"], ["updated_at", "2016-10-27 20:47:27.067538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -572456593 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -572456593], ["username", "55ce1dd17a3ac3b89ed3fc6ea6df6d0f"], ["access_token", "1e1f5178e3ccb237d29c8d10aee319e5"], ["created_at", "2016-10-27 20:47:27.069825"], ["updated_at", "2016-10-27 20:47:27.069825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = -1348849968) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1348849968], ["user_id", -572456593], ["created_at", "2016-10-27 20:47:27.072202"], ["updated_at", "2016-10-27 20:47:27.072202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1348849968/members/-572456593" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1348849968", "user_id"=>"-572456593", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "3be7598d847ac441374eb1d9d7d2cbe6"], ["created_at", "2016-10-27 20:47:27.085542"], ["updated_at", "2016-10-27 20:47:27.085542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 20ms (ActiveRecord: 0.4ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "04e82e1afe0116f43f63531c622a81e2"], ["created_at", "2016-10-27 20:47:27.112141"], ["updated_at", "2016-10-27 20:47:27.112141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Completed 200 OK in 13ms (Views: 13.3ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["created_at", "2016-10-27 20:47:27.135811"], ["updated_at", "2016-10-27 20:47:27.135811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 0]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 0 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 0], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["created_at", "2016-10-27 20:47:27.140563"], ["updated_at", "2016-10-27 20:47:27.140563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-10-27 20:47:27.147170"], ["updated_at", "2016-10-27 20:47:27.147170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-10-27 20:47:27.149239"], ["updated_at", "2016-10-27 20:47:27.149239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-10-27 20:47:27.151434"], ["updated_at", "2016-10-27 20:47:27.151434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2016-10-27 20:47:27.154428"], ["updated_at", "2016-10-27 20:47:27.154428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-10-27 20:47:27.156433"], ["updated_at", "2016-10-27 20:47:27.156433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-10-27 20:47:27.158572"], ["updated_at", "2016-10-27 20:47:27.158572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2016-10-27 20:47:27.160861"], ["updated_at", "2016-10-27 20:47:27.160861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2016-10-27 20:47:27.202284"], ["updated_at", "2016-10-27 20:47:27.202284"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-10-27 20:47:27.203817"], ["updated_at", "2016-10-27 20:47:27.203817"]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-10-27 20:47:27.205401"], ["updated_at", "2016-10-27 20:47:27.205401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-10-27 20:47:27.210187"], ["updated_at", "2016-10-27 20:47:27.210187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-10-27 20:47:27.211744"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-10-27 20:47:27.265218"], ["updated_at", "2016-10-27 20:47:27.265218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-10-27 20:47:27.270103"], ["updated_at", "2016-10-27 20:47:27.270103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-10-27 20:47:27.273132"], ["updated_at", "2016-10-27 20:47:27.273132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-27 15:47:27 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-10-27 20:47:27.306219"], ["updated_at", "2016-10-27 20:47:27.306219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1226748151 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd0c3dffb4b64917099cd8ee6e00fc6a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1226748151], ["username", "d0c3dffb4b64917099cd8ee6e00fc6a4"], ["access_token", "9c558c394a0fb2de83d595d371680f7d"], ["created_at", "2016-10-27 20:47:27.311545"], ["updated_at", "2016-10-27 20:47:27.311545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1808850486 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4e084dab53979847dc029cfb70f1e435' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1808850486], ["username", "4e084dab53979847dc029cfb70f1e435"], ["access_token", "d86bd746371ceb309ee821154f305610"], ["created_at", "2016-10-27 20:47:27.316390"], ["updated_at", "2016-10-27 20:47:27.316390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1152344082 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1152344082], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:27.319102"], ["updated_at", "2016-10-27 20:47:27.319102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1636156276 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '554104dd7c189be2e82de8382e2d3326' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1636156276], ["username", "554104dd7c189be2e82de8382e2d3326"], ["access_token", "17904c4ffc48a2392626f4b39b8584d9"], ["created_at", "2016-10-27 20:47:27.323143"], ["updated_at", "2016-10-27 20:47:27.323143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -308743590 LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -308743590], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:27.326358"], ["updated_at", "2016-10-27 20:47:27.326358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "d31f99cbf68ed0d39d964dfbacb96efd"], ["created_at", "2016-10-27 20:47:27.330300"], ["updated_at", "2016-10-27 20:47:27.330300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:47:27.334552"], ["updated_at", "2016-10-27 20:47:27.334552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "088195b3f5b3a0faa52eee5a02739fd3"], ["created_at", "2016-10-27 20:47:27.337193"], ["updated_at", "2016-10-27 20:47:27.337193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-10-27 20:47:27.338769"], ["updated_at", "2016-10-27 20:47:27.338769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1994618006 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1994618006], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:27.340965"], ["updated_at", "2016-10-27 20:47:27.340965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1096600300 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1096600300], ["name", "MyGroup"], ["created_at", "2016-10-27 20:47:27.343661"], ["updated_at", "2016-10-27 20:47:27.343661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1096600300]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1096600300 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1994618006]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1994618006 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1096600300 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1994618006 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1994618006], ["member_group_id", -1096600300], ["created_at", "2016-10-27 20:47:27.345725"], ["updated_at", "2016-10-27 20:47:27.345725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1096600300) LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1096600300) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1096600300], ["user_id", 1], ["created_at", "2016-10-27 20:47:27.355599"], ["updated_at", "2016-10-27 20:47:27.355599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -1096600300) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1096600300]] SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -1096600300]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1096600300 - -1994618006 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1096600300, -1994618006) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-10-27 20:47:27.381332"], ["updated_at", "2016-10-27 20:47:27.381332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1096600300, -1994618006) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-10-27 20:47:27.387213"], ["updated_at", "2016-10-27 20:47:27.387213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1096600300, -1994618006) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-10-27 20:47:27.391994"], ["updated_at", "2016-10-27 20:47:27.391994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1096600300, -1994618006) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1096600300, -1994618006) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-10-27 20:47:27.398960"], ["updated_at", "2016-10-27 20:47:27.398960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1096600300, -1994618006) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1096600300, -1994618006) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1096600300, -1994618006) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "a0fa45e7536ad493663a625b0f83f2d6"], ["created_at", "2016-10-27 20:47:27.410716"], ["updated_at", "2016-10-27 20:47:27.410716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:47:27.412450"], ["updated_at", "2016-10-27 20:47:27.412450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "4343afdec60e79c77e97121b7c6e1125"], ["created_at", "2016-10-27 20:47:27.779249"], ["updated_at", "2016-10-27 20:47:27.779249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:47:27.781371"], ["updated_at", "2016-10-27 20:47:27.781371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "53f850741a499746e0b0aad0e20dc35f"], ["created_at", "2016-10-27 20:47:28.143639"], ["updated_at", "2016-10-27 20:47:28.143639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:47:28.145269"], ["updated_at", "2016-10-27 20:47:28.145269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "95cbaef6646f45dcba8c51c932786540"], ["created_at", "2016-10-27 20:47:28.531439"], ["updated_at", "2016-10-27 20:47:28.531439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:47:28.533556"], ["updated_at", "2016-10-27 20:47:28.533556"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "e1b6c8fe670eadf7c2a42a15cf7e9c5d"], ["created_at", "2016-10-27 20:47:28.876889"], ["updated_at", "2016-10-27 20:47:28.876889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:47:28.878492"], ["updated_at", "2016-10-27 20:47:28.878492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-10-27 20:47:29.251409"], ["updated_at", "2016-10-27 20:47:29.251409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:29 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-27 15:47:29 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-10-27 20:47:29.275508"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-10-27 20:47:29.277920"], ["updated_at", "2016-10-27 20:47:29.277920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:29 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-27 15:47:29 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:29 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-27 15:47:29 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:47:29 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-27 15:47:29 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1312515059 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1312515059], ["username", "jstrav"], ["access_token", "f9a6ee83fd60e6da83cc726eb2d050a3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.336589"], ["updated_at", "2016-10-27 20:47:29.336589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -861316016 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -861316016], ["username", "mary"], ["access_token", "0ec23093910832c039581377c0b07cd0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.339537"], ["updated_at", "2016-10-27 20:47:29.339537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -142838129 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -142838129], ["username", "jstead"], ["access_token", "a6d288ccacfc3c85c4275e15b0b0278b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.342172"], ["updated_at", "2016-10-27 20:47:29.342172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869450268 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -869450268], ["username", "bigbear"], ["access_token", "cfd5dad5238905daede1a10c4e7625e2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.344664"], ["updated_at", "2016-10-27 20:47:29.344664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592703866 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -592703866], ["username", "billy_00"], ["access_token", "4312165531a3db29fd6c3cd715c6589c"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:47:29.346867"], ["updated_at", "2016-10-27 20:47:29.346867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1569784564 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1569784564], ["username", "billy_01"], ["access_token", "94cafce766f5ebaf60e97c3e662b9b5e"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:47:29.348760"], ["updated_at", "2016-10-27 20:47:29.348760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1782671864 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1782671864], ["username", "billy_02"], ["access_token", "e3749ed09a265d04b0c10d840e97cca7"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:47:29.350566"], ["updated_at", "2016-10-27 20:47:29.350566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -787474950 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -787474950], ["username", "billy_03"], ["access_token", "5ca71f5b4ec10fdf8e93281cf972128f"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:47:29.352367"], ["updated_at", "2016-10-27 20:47:29.352367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -111021288 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -111021288], ["username", "billy_04"], ["access_token", "5fde661ef8caedfba18ec0f2698c01c5"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:47:29.354175"], ["updated_at", "2016-10-27 20:47:29.354175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407023429 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1407023429], ["username", "billy_05"], ["access_token", "a28cb5e7747451de0bdbb70efc688a00"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:47:29.355962"], ["updated_at", "2016-10-27 20:47:29.355962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -388426685 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -388426685], ["username", "billy_06"], ["access_token", "37073af3d42885c364428e7fbbd02259"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:47:29.357703"], ["updated_at", "2016-10-27 20:47:29.357703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1184887040 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1184887040], ["username", "billy_07"], ["access_token", "64d37feb04c78b3153a789087ec29903"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:47:29.359384"], ["updated_at", "2016-10-27 20:47:29.359384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1174080784 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1174080784], ["username", "billy_08"], ["access_token", "7cdee70fdd9420a1e3f2e55afda6002f"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:47:29.368616"], ["updated_at", "2016-10-27 20:47:29.368616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013359442 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2013359442], ["username", "billy_09"], ["access_token", "162754ac14b524b9cce168892c23135b"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:47:29.371293"], ["updated_at", "2016-10-27 20:47:29.371293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -824887346 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -824887346], ["username", "billy_10"], ["access_token", "26b5a83a4ed9770e331ffdd440f7f3da"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:47:29.373267"], ["updated_at", "2016-10-27 20:47:29.373267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2046604464 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2046604464], ["username", "billy_11"], ["access_token", "c333f1d2bca022981efab013390cce3f"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:47:29.375167"], ["updated_at", "2016-10-27 20:47:29.375167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1707017067 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1707017067], ["username", "billy_12"], ["access_token", "2ce35eac0417db071d73a96dcf9d988d"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:47:29.377368"], ["updated_at", "2016-10-27 20:47:29.377368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -76659646 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -76659646], ["username", "billy_13"], ["access_token", "b4db058e2d2ce55514c7e8cbdf7a18da"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:47:29.379274"], ["updated_at", "2016-10-27 20:47:29.379274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1024198510 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1024198510], ["username", "billy_14"], ["access_token", "b51f84c7407c6d618422eac4e5c4df01"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:47:29.381097"], ["updated_at", "2016-10-27 20:47:29.381097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1940469589 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1940469589], ["username", "billy_15"], ["access_token", "27670b931f1bdc93aa78c7ce0a11b392"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:47:29.382941"], ["updated_at", "2016-10-27 20:47:29.382941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1201334812 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1201334812], ["username", "billy_16"], ["access_token", "d7b2f09e355e03e6445be62e7db894bd"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:47:29.384805"], ["updated_at", "2016-10-27 20:47:29.384805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2082556023 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2082556023], ["username", "billy_17"], ["access_token", "94480288bf0f7225c90880e0aabe8a4b"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:47:29.386665"], ["updated_at", "2016-10-27 20:47:29.386665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -167470657 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -167470657], ["username", "billy_18"], ["access_token", "d13ff1568cd305da041747a7fb1397bf"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:47:29.388522"], ["updated_at", "2016-10-27 20:47:29.388522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -831016807 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -831016807], ["username", "billy_19"], ["access_token", "b49eb46d1127beb6433309f188465e12"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:47:29.390322"], ["updated_at", "2016-10-27 20:47:29.390322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169420141 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -169420141], ["username", "billy_20"], ["access_token", "f8322d769cf1c3ab2ccf1f5753bd0cd3"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:47:29.392363"], ["updated_at", "2016-10-27 20:47:29.392363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1245497449 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1245497449], ["username", "billy_21"], ["access_token", "650a6c5f6ad0e7daf473566db63e237c"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:47:29.394451"], ["updated_at", "2016-10-27 20:47:29.394451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2071961451 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2071961451], ["username", "billy_22"], ["access_token", "9d631a86cdf707d34f01dbe17fae3092"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:47:29.396672"], ["updated_at", "2016-10-27 20:47:29.396672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1186811463 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1186811463], ["username", "billy_23"], ["access_token", "0b9d03abe910a8bfff605a7faabb4f71"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:47:29.398623"], ["updated_at", "2016-10-27 20:47:29.398623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581705148 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -581705148], ["username", "billy_24"], ["access_token", "47f343b050b096c03eaf3951b3a779cc"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:47:29.400411"], ["updated_at", "2016-10-27 20:47:29.400411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1749129679 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1749129679], ["username", "billy_25"], ["access_token", "7b0345f5de68e6f4f68d7d154bd78f82"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:47:29.402162"], ["updated_at", "2016-10-27 20:47:29.402162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1028838119 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1028838119], ["username", "billy_26"], ["access_token", "2978227d73e2d01f4e6d27e653fdd7ae"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:47:29.404184"], ["updated_at", "2016-10-27 20:47:29.404184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1277611053 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1277611053], ["username", "billy_27"], ["access_token", "42960fed10bc4b56fafef1b184ec4e10"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:47:29.406020"], ["updated_at", "2016-10-27 20:47:29.406020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1562197950 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1562197950], ["username", "billy_28"], ["access_token", "78da35bbe468adb91ee59741df220ef5"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:47:29.408046"], ["updated_at", "2016-10-27 20:47:29.408046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396217166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -396217166], ["username", "billy_29"], ["access_token", "3f6096b862d29ee4fabf15e349e55c64"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:47:29.409949"], ["updated_at", "2016-10-27 20:47:29.409949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1025161583 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1025161583], ["username", "billy_30"], ["access_token", "1515a90aaf2b19258a5135fd4674cc2c"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:47:29.411719"], ["updated_at", "2016-10-27 20:47:29.411719"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -49990244 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -49990244], ["username", "billy_31"], ["access_token", "1029dbf2a846468002becfb8274bd05f"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:47:29.413677"], ["updated_at", "2016-10-27 20:47:29.413677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1281169401 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1281169401], ["username", "billy_32"], ["access_token", "d910a3ef43c56d7e8664e928e1bfd3af"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:47:29.415535"], ["updated_at", "2016-10-27 20:47:29.415535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1139837238 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1139837238], ["username", "billy_33"], ["access_token", "690d0417104c7c67b164eb8ac43e22c7"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:47:29.417387"], ["updated_at", "2016-10-27 20:47:29.417387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2077013031 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2077013031], ["username", "billy_34"], ["access_token", "1910a085d2de417f7f19f58a04003326"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:47:29.419267"], ["updated_at", "2016-10-27 20:47:29.419267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2080636850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2080636850], ["username", "billy_35"], ["access_token", "cdb92f01fdce7cad071b08f3709a1cf8"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:47:29.421032"], ["updated_at", "2016-10-27 20:47:29.421032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1557230402 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1557230402], ["username", "billy_36"], ["access_token", "7d4b54f814afb60fe3bb5835e6ae9043"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:47:29.422831"], ["updated_at", "2016-10-27 20:47:29.422831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1548488757 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1548488757], ["username", "billy_37"], ["access_token", "a9a4a3a122ba365a58b31934651a55f1"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:47:29.424598"], ["updated_at", "2016-10-27 20:47:29.424598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1042101701 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1042101701], ["username", "billy_38"], ["access_token", "735f4b801156f9637070eae595149770"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:47:29.426353"], ["updated_at", "2016-10-27 20:47:29.426353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -147066495 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -147066495], ["username", "billy_39"], ["access_token", "0fe29cf908d8a923fa59d60fa89ccb9c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:47:29.428107"], ["updated_at", "2016-10-27 20:47:29.428107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1945926421 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1945926421], ["username", "billy_40"], ["access_token", "33c63f5f28897f3edf5cc4c102864813"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:47:29.429934"], ["updated_at", "2016-10-27 20:47:29.429934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1838745941 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1838745941], ["username", "billy_41"], ["access_token", "c2de99d3a0488760cc1ca234d130e8fd"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:47:29.431717"], ["updated_at", "2016-10-27 20:47:29.431717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2102905849 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2102905849], ["username", "billy_42"], ["access_token", "6280bbdf33e5493f41c479c1f8bf3c93"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:47:29.433618"], ["updated_at", "2016-10-27 20:47:29.433618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1178010089 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1178010089], ["username", "billy_43"], ["access_token", "a2a6ed342cc591fb140ac1041a041b49"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:47:29.435507"], ["updated_at", "2016-10-27 20:47:29.435507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -530510097 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -530510097], ["username", "billy_44"], ["access_token", "620b8eee3071a07b50db4e530f6db113"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:47:29.437369"], ["updated_at", "2016-10-27 20:47:29.437369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343511059 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -343511059], ["username", "billy_45"], ["access_token", "7f7e2a043e311695ff458095129f9d6b"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:47:29.439324"], ["updated_at", "2016-10-27 20:47:29.439324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1290708723 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1290708723], ["username", "billy_46"], ["access_token", "143eb5975a751e34e4ecef6710012c19"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:47:29.441233"], ["updated_at", "2016-10-27 20:47:29.441233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -282134059 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -282134059], ["username", "billy_47"], ["access_token", "d2ed966cd6733a4f524687114ea778c8"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:47:29.443016"], ["updated_at", "2016-10-27 20:47:29.443016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -56539692 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -56539692], ["username", "billy_48"], ["access_token", "04c3bccb3414840f3d890077eb9eb845"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:47:29.444793"], ["updated_at", "2016-10-27 20:47:29.444793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -35071582 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -35071582], ["username", "billy_49"], ["access_token", "9642d42b57569591dfc630b967b0e293"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:47:29.446666"], ["updated_at", "2016-10-27 20:47:29.446666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -932856062 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -932856062], ["username", "jstrav"], ["access_token", "464cf439cb9d56626a783114d4ac303c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.452119"], ["updated_at", "2016-10-27 20:47:29.452119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2119036397 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2119036397], ["username", "mary"], ["access_token", "347efd4f043b55ba411ee256097013fc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.454309"], ["updated_at", "2016-10-27 20:47:29.454309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1259030550 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1259030550], ["username", "jstead"], ["access_token", "85bd42f063365600dc02f094210eb33c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.456304"], ["updated_at", "2016-10-27 20:47:29.456304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -860409112 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -860409112], ["username", "bigbear"], ["access_token", "25caa5af861ece2dfb51a46d47cb762a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.458068"], ["updated_at", "2016-10-27 20:47:29.458068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1292020725 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1292020725], ["username", "billy_00"], ["access_token", "d5edc51b9646446be0b15142fcec179f"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:47:29.460157"], ["updated_at", "2016-10-27 20:47:29.460157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -873015308 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -873015308], ["username", "billy_01"], ["access_token", "9b9290569d9c2395234e4b81ba765d53"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:47:29.462028"], ["updated_at", "2016-10-27 20:47:29.462028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -338728677 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -338728677], ["username", "billy_02"], ["access_token", "dd14aaa812e91807adf6427be404c25e"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:47:29.463789"], ["updated_at", "2016-10-27 20:47:29.463789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1455231761 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1455231761], ["username", "billy_03"], ["access_token", "eb6f1e8bc362447f9afc46a02e4b1ef2"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:47:29.465542"], ["updated_at", "2016-10-27 20:47:29.465542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -59460974 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -59460974], ["username", "billy_04"], ["access_token", "0021ed3958e6003397cd87462ef58a90"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:47:29.467404"], ["updated_at", "2016-10-27 20:47:29.467404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1554383661 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1554383661], ["username", "billy_05"], ["access_token", "6ef2479af55d872317679493fb4cfa6f"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:47:29.469288"], ["updated_at", "2016-10-27 20:47:29.469288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -815848425 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -815848425], ["username", "billy_06"], ["access_token", "b9b729cbd093c8dd130b257dc9f367ce"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:47:29.471313"], ["updated_at", "2016-10-27 20:47:29.471313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -457868391 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -457868391], ["username", "billy_07"], ["access_token", "9b110ee264c2aa532036d2177ec1c702"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:47:29.473098"], ["updated_at", "2016-10-27 20:47:29.473098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1759909077 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1759909077], ["username", "billy_08"], ["access_token", "7482257d8f7624433c18b90f66b332d5"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:47:29.474954"], ["updated_at", "2016-10-27 20:47:29.474954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1177394509 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1177394509], ["username", "billy_09"], ["access_token", "ff9f21d1e4a8ae006fad1a634932ffcb"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:47:29.476748"], ["updated_at", "2016-10-27 20:47:29.476748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1394086396 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1394086396], ["username", "billy_10"], ["access_token", "584fb5f78744db0ed8179dbf64fee65e"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:47:29.478582"], ["updated_at", "2016-10-27 20:47:29.478582"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -900983363 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -900983363], ["username", "billy_11"], ["access_token", "c89c161e5d46f256feabf13385d8e109"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:47:29.480439"], ["updated_at", "2016-10-27 20:47:29.480439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -682368689 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -682368689], ["username", "billy_12"], ["access_token", "667c0a7c1f40dc39799a0726065a392a"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:47:29.482212"], ["updated_at", "2016-10-27 20:47:29.482212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019369434 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2019369434], ["username", "billy_13"], ["access_token", "5ae485502195104fc4912f3cd34e6c40"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:47:29.483997"], ["updated_at", "2016-10-27 20:47:29.483997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1797732900 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1797732900], ["username", "billy_14"], ["access_token", "7f5133515d8cc8bf8c73e043cc34009c"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:47:29.486096"], ["updated_at", "2016-10-27 20:47:29.486096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1284997419 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1284997419], ["username", "billy_15"], ["access_token", "fcc5e09de90aa5982a048fc5b22fc9f3"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:47:29.488127"], ["updated_at", "2016-10-27 20:47:29.488127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -973667578 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -973667578], ["username", "billy_16"], ["access_token", "1d8cb0b9e5177a63604d029449e2f4e7"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:47:29.490430"], ["updated_at", "2016-10-27 20:47:29.490430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -272026146 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -272026146], ["username", "billy_17"], ["access_token", "7e88fcd67849bbcb36bfc5400f4a7c64"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:47:29.492231"], ["updated_at", "2016-10-27 20:47:29.492231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -388461994 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -388461994], ["username", "billy_18"], ["access_token", "fba86547aedb0469bc611977e4d56ad6"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:47:29.494058"], ["updated_at", "2016-10-27 20:47:29.494058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -780211599 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -780211599], ["username", "billy_19"], ["access_token", "3af9a03ebba8c0b4917b56cbc5714898"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:47:29.495893"], ["updated_at", "2016-10-27 20:47:29.495893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1427096202 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1427096202], ["username", "billy_20"], ["access_token", "29d0c7392e8e0a7a4bf4120185d01eba"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:47:29.497800"], ["updated_at", "2016-10-27 20:47:29.497800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2077182145 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2077182145], ["username", "billy_21"], ["access_token", "c95d39f0181686ab666dad89be994b0e"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:47:29.499699"], ["updated_at", "2016-10-27 20:47:29.499699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -976931478 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -976931478], ["username", "billy_22"], ["access_token", "2f7cfcaf95d3f2c6deed29711bd931a0"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:47:29.501633"], ["updated_at", "2016-10-27 20:47:29.501633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -36937550 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -36937550], ["username", "billy_23"], ["access_token", "fcd21e104411b38b6a32ebb6416bcf7b"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:47:29.503756"], ["updated_at", "2016-10-27 20:47:29.503756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2073328376 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2073328376], ["username", "billy_24"], ["access_token", "4faa20d2b83eb44d8592df7dce976171"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:47:29.505763"], ["updated_at", "2016-10-27 20:47:29.505763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -906490161 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -906490161], ["username", "billy_25"], ["access_token", "cba5335f6d8d75f2fce4ad7fa127bcdc"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:47:29.507598"], ["updated_at", "2016-10-27 20:47:29.507598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1998002074 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1998002074], ["username", "billy_26"], ["access_token", "a1a3151b01efe599aa344f4c2d05eed5"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:47:29.509540"], ["updated_at", "2016-10-27 20:47:29.509540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170443406 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1170443406], ["username", "billy_27"], ["access_token", "ab68dc4683dc32d69f5d1bad0a37567b"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:47:29.511529"], ["updated_at", "2016-10-27 20:47:29.511529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1365583596 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1365583596], ["username", "billy_28"], ["access_token", "21ecfa017613ee9f772cf6872331538f"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:47:29.513333"], ["updated_at", "2016-10-27 20:47:29.513333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -561193363 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -561193363], ["username", "billy_29"], ["access_token", "9a8bb4b8de32eca3944c54ab5022f62a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:47:29.515478"], ["updated_at", "2016-10-27 20:47:29.515478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -100728066 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -100728066], ["username", "billy_30"], ["access_token", "bb1a654b2ce86f41574a6e86e4c5df39"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:47:29.517266"], ["updated_at", "2016-10-27 20:47:29.517266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -722607194 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -722607194], ["username", "billy_31"], ["access_token", "a9d13b3b5fe974ca5505bfc445ff734c"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:47:29.519170"], ["updated_at", "2016-10-27 20:47:29.519170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42170274 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -42170274], ["username", "billy_32"], ["access_token", "99e812cf521cb4ad345b98223e73489d"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:47:29.520941"], ["updated_at", "2016-10-27 20:47:29.520941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1373924180 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1373924180], ["username", "billy_33"], ["access_token", "7679dfb76e99e2cb5b70e414bd252505"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:47:29.522699"], ["updated_at", "2016-10-27 20:47:29.522699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -921293385 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -921293385], ["username", "billy_34"], ["access_token", "2ea3cc3f363f3d77aa43a3ed5f3cf4aa"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:47:29.524481"], ["updated_at", "2016-10-27 20:47:29.524481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -839036010 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -839036010], ["username", "billy_35"], ["access_token", "195b246e360c061a90a58e3d73a710e2"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:47:29.526276"], ["updated_at", "2016-10-27 20:47:29.526276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -962167419 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -962167419], ["username", "billy_36"], ["access_token", "0a8f79e5483c42cef5424c1669f97102"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:47:29.528086"], ["updated_at", "2016-10-27 20:47:29.528086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -107614695 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -107614695], ["username", "billy_37"], ["access_token", "88eaee40a28b9389636f8ed3b5804de5"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:47:29.529900"], ["updated_at", "2016-10-27 20:47:29.529900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700841348 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -700841348], ["username", "billy_38"], ["access_token", "8a91d80475739061da5cd34cb9be36c2"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:47:29.531868"], ["updated_at", "2016-10-27 20:47:29.531868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1145902121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1145902121], ["username", "billy_39"], ["access_token", "a9e02c57d1f2cb7acc677f66d73041b5"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:47:29.533827"], ["updated_at", "2016-10-27 20:47:29.533827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1475288903 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1475288903], ["username", "billy_40"], ["access_token", "1148f100256d334e699f41abf735ebfe"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:47:29.535767"], ["updated_at", "2016-10-27 20:47:29.535767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343299222 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -343299222], ["username", "billy_41"], ["access_token", "75a6ef1b1fa61466bf7ac6173ed54f45"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:47:29.537636"], ["updated_at", "2016-10-27 20:47:29.537636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -133645101 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -133645101], ["username", "billy_42"], ["access_token", "5c11100b6c207c74cc54137e5de75c4d"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:47:29.539675"], ["updated_at", "2016-10-27 20:47:29.539675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -613137956 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -613137956], ["username", "billy_43"], ["access_token", "ca7de8b6160bf02624050aa06e1c5f1d"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:47:29.541577"], ["updated_at", "2016-10-27 20:47:29.541577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1945153317 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1945153317], ["username", "billy_44"], ["access_token", "b69c84e24d8eedf2c40cdbda79a63d60"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:47:29.543613"], ["updated_at", "2016-10-27 20:47:29.543613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1355761288 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1355761288], ["username", "billy_45"], ["access_token", "1bf21e906f5f6316e726849effcd18fa"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:47:29.545457"], ["updated_at", "2016-10-27 20:47:29.545457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429203424 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -429203424], ["username", "billy_46"], ["access_token", "0575d47e81cae956b75c749778276303"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:47:29.547299"], ["updated_at", "2016-10-27 20:47:29.547299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1448646542 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1448646542], ["username", "billy_47"], ["access_token", "e152c216277e43794c1644b0154c3520"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:47:29.549129"], ["updated_at", "2016-10-27 20:47:29.549129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -126598138 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -126598138], ["username", "billy_48"], ["access_token", "adfe83d12335360fe03fb15dab6321cc"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:47:29.550998"], ["updated_at", "2016-10-27 20:47:29.550998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -905959569 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -905959569], ["username", "billy_49"], ["access_token", "8c4ad1d066bcfb3bdedaacbb42e9f2b4"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:47:29.552799"], ["updated_at", "2016-10-27 20:47:29.552799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2124544215 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2124544215], ["username", "jstrav"], ["access_token", "94b99eeda50e925f0454b094e0575002"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.560484"], ["updated_at", "2016-10-27 20:47:29.560484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1953407511 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1953407511], ["username", "mary"], ["access_token", "b1a489c1b8f48d1c86996ea2b44a9ed7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.562744"], ["updated_at", "2016-10-27 20:47:29.562744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1007893387 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1007893387], ["username", "jstead"], ["access_token", "36c5033c8c0f9104be4f4179e4b5d961"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.565082"], ["updated_at", "2016-10-27 20:47:29.565082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1986141088 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1986141088], ["username", "bigbear"], ["access_token", "a71cbbdc9b3cbf08b7c13c7a53b3b811"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.567145"], ["updated_at", "2016-10-27 20:47:29.567145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1315456206 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1315456206], ["username", "billy_00"], ["access_token", "4740ea2c7fb54d2aabdc6d9d1597130c"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:47:29.569188"], ["updated_at", "2016-10-27 20:47:29.569188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -430014961 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -430014961], ["username", "billy_01"], ["access_token", "6d49f95a50bbcaa76449bdbee2cd8f97"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:47:29.571237"], ["updated_at", "2016-10-27 20:47:29.571237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1336340685 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1336340685], ["username", "billy_02"], ["access_token", "b62651251bfa9726602d22a7f423955c"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:47:29.573134"], ["updated_at", "2016-10-27 20:47:29.573134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1848640367 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1848640367], ["username", "billy_03"], ["access_token", "d57a506aebec4872d92c99729baf9730"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:47:29.574976"], ["updated_at", "2016-10-27 20:47:29.574976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -605742084 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -605742084], ["username", "billy_04"], ["access_token", "6c732fb5e5c293ee0dbe19af9a0a8bb4"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:47:29.576871"], ["updated_at", "2016-10-27 20:47:29.576871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58618228 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -58618228], ["username", "billy_05"], ["access_token", "9aefff2336959a981758b7d8d007b70a"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:47:29.578945"], ["updated_at", "2016-10-27 20:47:29.578945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357353887 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1357353887], ["username", "billy_06"], ["access_token", "13480b5b8a9aac601addbf14b34ed72d"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:47:29.580748"], ["updated_at", "2016-10-27 20:47:29.580748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -567556705 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -567556705], ["username", "billy_07"], ["access_token", "571559e695883d59b59a5d740e529b09"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:47:29.582598"], ["updated_at", "2016-10-27 20:47:29.582598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1622950012 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1622950012], ["username", "billy_08"], ["access_token", "1a1ddb1114ca8f4489e754a9f2e07ed0"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:47:29.584533"], ["updated_at", "2016-10-27 20:47:29.584533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53239504 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -53239504], ["username", "billy_09"], ["access_token", "8db44908fe8a3a46040ccd09f6432eb9"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:47:29.586390"], ["updated_at", "2016-10-27 20:47:29.586390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1827070743 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1827070743], ["username", "billy_10"], ["access_token", "28cb2970ce6708facd9f1b0fcf5c6815"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:47:29.588195"], ["updated_at", "2016-10-27 20:47:29.588195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736690418 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1736690418], ["username", "billy_11"], ["access_token", "7e0aee046983a822d3da6bcb6c143a70"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:47:29.590040"], ["updated_at", "2016-10-27 20:47:29.590040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1945961285 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1945961285], ["username", "billy_12"], ["access_token", "1c3f5d77ad2f5621d1c0862636867711"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:47:29.591902"], ["updated_at", "2016-10-27 20:47:29.591902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -923084694 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -923084694], ["username", "billy_13"], ["access_token", "bf49be864860262b7b9c1fa7a83caa34"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:47:29.593945"], ["updated_at", "2016-10-27 20:47:29.593945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -685751105 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -685751105], ["username", "billy_14"], ["access_token", "7070fe5f1bcad390ed1c9c450e2f2006"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:47:29.595862"], ["updated_at", "2016-10-27 20:47:29.595862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1068775876 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1068775876], ["username", "billy_15"], ["access_token", "aff7a83751eb53f20963849a6d6f5ea1"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:47:29.597965"], ["updated_at", "2016-10-27 20:47:29.597965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -626354256 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -626354256], ["username", "billy_16"], ["access_token", "e98080484f28694593b570c27fccdf01"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:47:29.600079"], ["updated_at", "2016-10-27 20:47:29.600079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1274090177 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1274090177], ["username", "billy_17"], ["access_token", "2c5f3432aec325484817dfcd8491ce56"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:47:29.601907"], ["updated_at", "2016-10-27 20:47:29.601907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1097950229 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1097950229], ["username", "billy_18"], ["access_token", "e30eed36f551d5beb5a4850fcf81552e"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:47:29.603814"], ["updated_at", "2016-10-27 20:47:29.603814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -353434382 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -353434382], ["username", "billy_19"], ["access_token", "26f82502aeaadb2696e98fca9efaf8d0"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:47:29.605908"], ["updated_at", "2016-10-27 20:47:29.605908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776752872 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -776752872], ["username", "billy_20"], ["access_token", "10752ba6c32ab3ef302c2c712061cb4a"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:47:29.607907"], ["updated_at", "2016-10-27 20:47:29.607907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1590434614 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1590434614], ["username", "billy_21"], ["access_token", "9825e05d021081a7c699e78b1c3ee1b6"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:47:29.609867"], ["updated_at", "2016-10-27 20:47:29.609867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1976460047 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1976460047], ["username", "billy_22"], ["access_token", "8613c8fa690852e986316e734bc51b85"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:47:29.611923"], ["updated_at", "2016-10-27 20:47:29.611923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -685066828 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -685066828], ["username", "billy_23"], ["access_token", "6e3835091b66b8ba618146918703b0ee"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:47:29.613877"], ["updated_at", "2016-10-27 20:47:29.613877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1492161516 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1492161516], ["username", "billy_24"], ["access_token", "88a72a1fafe3eec59bd579f73bcd7462"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:47:29.615733"], ["updated_at", "2016-10-27 20:47:29.615733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -941604733 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -941604733], ["username", "billy_25"], ["access_token", "9a2c536c080c4865ea75f75c22e9e92d"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:47:29.617550"], ["updated_at", "2016-10-27 20:47:29.617550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -24644545 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -24644545], ["username", "billy_26"], ["access_token", "b3cc1f5d052e953985373030feb06b25"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:47:29.619432"], ["updated_at", "2016-10-27 20:47:29.619432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -75898456 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -75898456], ["username", "billy_27"], ["access_token", "bd65219cd95b8cadb79836febde3cc09"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:47:29.621620"], ["updated_at", "2016-10-27 20:47:29.621620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217049863 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1217049863], ["username", "billy_28"], ["access_token", "369f0b3a8a3c55a3d498cce4ee3ce02e"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:47:29.623493"], ["updated_at", "2016-10-27 20:47:29.623493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343820120 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -343820120], ["username", "billy_29"], ["access_token", "d3e1189fae118334f4395ebf4565726a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:47:29.625324"], ["updated_at", "2016-10-27 20:47:29.625324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -290242455 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -290242455], ["username", "billy_30"], ["access_token", "09a4f97b6ce801cb012b135884bae04b"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:47:29.627358"], ["updated_at", "2016-10-27 20:47:29.627358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074331143 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2074331143], ["username", "billy_31"], ["access_token", "54485bb60a099e8ad561c1c40cb1131f"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:47:29.629486"], ["updated_at", "2016-10-27 20:47:29.629486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1770462982 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1770462982], ["username", "billy_32"], ["access_token", "9a0b0e9debd6a6aed300c665228f6835"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:47:29.631441"], ["updated_at", "2016-10-27 20:47:29.631441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171051643 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1171051643], ["username", "billy_33"], ["access_token", "f6988d37972dfac69634c70144d3cdab"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:47:29.633513"], ["updated_at", "2016-10-27 20:47:29.633513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1380209014 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1380209014], ["username", "billy_34"], ["access_token", "7722cabc002bba3ede74c032bf8c736a"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:47:29.635517"], ["updated_at", "2016-10-27 20:47:29.635517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -4240649 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -4240649], ["username", "billy_35"], ["access_token", "61f6f2995831b6b1183b66b924f8de93"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:47:29.637471"], ["updated_at", "2016-10-27 20:47:29.637471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1991643495 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1991643495], ["username", "billy_36"], ["access_token", "4715d39b160fd88ec95cb8849d44a1df"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:47:29.639846"], ["updated_at", "2016-10-27 20:47:29.639846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1047668239 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1047668239], ["username", "billy_37"], ["access_token", "06c0222e5fd09d0dfddf9e6c34013568"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:47:29.641792"], ["updated_at", "2016-10-27 20:47:29.641792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -709230237 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -709230237], ["username", "billy_38"], ["access_token", "a5a4aebed846391525655144270639b5"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:47:29.643635"], ["updated_at", "2016-10-27 20:47:29.643635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2062842984 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2062842984], ["username", "billy_39"], ["access_token", "34e1ea7474486787f12158387242353c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:47:29.645695"], ["updated_at", "2016-10-27 20:47:29.645695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1386806944 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1386806944], ["username", "billy_40"], ["access_token", "983a514eea25bb87d69171ac070d91f0"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:47:29.647536"], ["updated_at", "2016-10-27 20:47:29.647536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1725082874 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1725082874], ["username", "billy_41"], ["access_token", "84bc8c2fd1a989634e559cbffefcd473"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:47:29.649487"], ["updated_at", "2016-10-27 20:47:29.649487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1292811768 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1292811768], ["username", "billy_42"], ["access_token", "3bed5410869f3ebc525570938a44d8a4"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:47:29.651465"], ["updated_at", "2016-10-27 20:47:29.651465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1328475139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1328475139], ["username", "billy_43"], ["access_token", "3ebd1fd57d91e82cd28f7fa02fbcba79"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:47:29.653397"], ["updated_at", "2016-10-27 20:47:29.653397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1640918960 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1640918960], ["username", "billy_44"], ["access_token", "932a4a33280a76ddd4b915a907b91b98"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:47:29.655396"], ["updated_at", "2016-10-27 20:47:29.655396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772141277 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1772141277], ["username", "billy_45"], ["access_token", "d3f381cd69e56fe585aac5888945bcb4"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:47:29.657398"], ["updated_at", "2016-10-27 20:47:29.657398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -954718676 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -954718676], ["username", "billy_46"], ["access_token", "3a32d589d0b159bee482d0e24d8c769b"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:47:29.659481"], ["updated_at", "2016-10-27 20:47:29.659481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -872993119 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -872993119], ["username", "billy_47"], ["access_token", "0053e041c51c3e7da0b9954f74cae3c4"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:47:29.661509"], ["updated_at", "2016-10-27 20:47:29.661509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378888964 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1378888964], ["username", "billy_48"], ["access_token", "9c1ea0975e41909a0191d0c4363f1a97"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:47:29.663380"], ["updated_at", "2016-10-27 20:47:29.663380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -91765627 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -91765627], ["username", "billy_49"], ["access_token", "500ddd6e0944a16e7981184183e6bf5b"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:47:29.665302"], ["updated_at", "2016-10-27 20:47:29.665302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1157639994 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1157639994], ["username", "jstrav"], ["access_token", "94db4694aa93aaa15e12501844654fab"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.672283"], ["updated_at", "2016-10-27 20:47:29.672283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -782681633 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -782681633], ["username", "mary"], ["access_token", "0d45a7be7ba9d648a50a49f5d73f5d23"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.674565"], ["updated_at", "2016-10-27 20:47:29.674565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -140591425 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -140591425], ["username", "jstead"], ["access_token", "a6f8678c66923ea53ec4714a3da148d1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.676704"], ["updated_at", "2016-10-27 20:47:29.676704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -26820571 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -26820571], ["username", "bigbear"], ["access_token", "24ebef835b92f322571a6103dc06971d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.678603"], ["updated_at", "2016-10-27 20:47:29.678603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1389401147 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1389401147], ["username", "jstrav"], ["access_token", "7cbd852e8e630cb7d7b39f01ea5e2844"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.683975"], ["updated_at", "2016-10-27 20:47:29.683975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -678767509 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -678767509], ["username", "mary"], ["access_token", "1f69c6999da9c7d34d5925cf7c139c64"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.686182"], ["updated_at", "2016-10-27 20:47:29.686182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1022334002 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1022334002], ["username", "jstead"], ["access_token", "8ec6ee18a9ef9973333700f9beab6c03"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.688430"], ["updated_at", "2016-10-27 20:47:29.688430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -637193436 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -637193436], ["username", "bigbear"], ["access_token", "6b05f450738d8075e25249c3120dcac2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.690401"], ["updated_at", "2016-10-27 20:47:29.690401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1031566005 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1031566005], ["username", "jstrav"], ["access_token", "04d99e52416e187889aaa58dedaeb2c7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.696429"], ["updated_at", "2016-10-27 20:47:29.696429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1128168123 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1128168123], ["username", "mary"], ["access_token", "fb848bfce26b066001d49a1ecd0ee13b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.698668"], ["updated_at", "2016-10-27 20:47:29.698668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1307934523 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1307934523], ["username", "jstead"], ["access_token", "5ccfd0303beee20b654b428ab959690d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.700935"], ["updated_at", "2016-10-27 20:47:29.700935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -768072615 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -768072615], ["username", "bigbear"], ["access_token", "8cf3de2da8da1d05bc7aa8cade82ffec"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.703047"], ["updated_at", "2016-10-27 20:47:29.703047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -98715634 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -98715634], ["username", "jstrav"], ["access_token", "1d6c23e9c425e7f36d66572c8f671ee5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.708942"], ["updated_at", "2016-10-27 20:47:29.708942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -300759035 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -300759035], ["username", "mary"], ["access_token", "4fde791d49c4e52769f1fb38b57002cc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.711547"], ["updated_at", "2016-10-27 20:47:29.711547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -732316894 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -732316894], ["username", "jstead"], ["access_token", "6cdce7b453c3ef0f099d08065ba9ebdc"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.713971"], ["updated_at", "2016-10-27 20:47:29.713971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160575090 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -160575090], ["username", "bigbear"], ["access_token", "9ce0b4996c62100001f3dc55994de928"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.716081"], ["updated_at", "2016-10-27 20:47:29.716081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1739850285 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1739850285], ["username", "jstrav"], ["access_token", "c4f28dca24617233cd9d778d429ac27a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.722170"], ["updated_at", "2016-10-27 20:47:29.722170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1564930856 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1564930856], ["username", "mary"], ["access_token", "03ca9e88eea9efaa1ba3374af4c4f810"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.724499"], ["updated_at", "2016-10-27 20:47:29.724499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1274210061 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1274210061], ["username", "jstead"], ["access_token", "c0a1757f6a09cbd040ebb094973ca3ed"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.726552"], ["updated_at", "2016-10-27 20:47:29.726552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1281550683 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1281550683], ["username", "bigbear"], ["access_token", "24c326dc092c92fae4f007a8aa83edae"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.728375"], ["updated_at", "2016-10-27 20:47:29.728375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1542895296 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1542895296], ["username", "jstrav"], ["access_token", "483b4b9e4d414e62b5994afd3d3b79e5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.733408"], ["updated_at", "2016-10-27 20:47:29.733408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1475855172 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1475855172], ["username", "mary"], ["access_token", "ec417c915bda1c8942fb8df9a69750f2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.742135"], ["updated_at", "2016-10-27 20:47:29.742135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1144135117 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1144135117], ["username", "jstead"], ["access_token", "fb61db8d396df7215b84bddadf63819d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.744502"], ["updated_at", "2016-10-27 20:47:29.744502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043147250 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1043147250], ["username", "bigbear"], ["access_token", "086e5e9cd3a0e92cdf7483a6cfeb0073"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.746428"], ["updated_at", "2016-10-27 20:47:29.746428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1580967457 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1580967457], ["username", "jstrav"], ["access_token", "6d9ca3eb04323a98e04816aac4988c55"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.755258"], ["updated_at", "2016-10-27 20:47:29.755258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1115520068 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1115520068], ["username", "mary"], ["access_token", "f329e0ccc03ed10ba485256abdd27a89"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.758762"], ["updated_at", "2016-10-27 20:47:29.758762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1158009985 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1158009985], ["username", "jstead"], ["access_token", "765906137a53608064fa2b749f48cc26"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.761664"], ["updated_at", "2016-10-27 20:47:29.761664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2066294898 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2066294898], ["username", "bigbear"], ["access_token", "b96ad5d8f914f0eb177cd53ca13e3b44"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.763868"], ["updated_at", "2016-10-27 20:47:29.763868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1684727879 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1684727879], ["username", "jstrav"], ["access_token", "602d93fafeb1f59f37f20c406ec9d72e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.770269"], ["updated_at", "2016-10-27 20:47:29.770269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -253563260 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -253563260], ["username", "mary"], ["access_token", "a132f41eb64c46f27504547a165135ac"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.773543"], ["updated_at", "2016-10-27 20:47:29.773543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2057263855 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2057263855], ["username", "jstead"], ["access_token", "39baeea985929acaaa26f9cab14dcad3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.776595"], ["updated_at", "2016-10-27 20:47:29.776595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2113989071 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2113989071], ["username", "bigbear"], ["access_token", "6663a309792db89788329839d02102b2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.779110"], ["updated_at", "2016-10-27 20:47:29.779110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1408032166 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1408032166], ["username", "jstrav"], ["access_token", "b6fc153d758b0a732f9976fcd6d1060e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.786757"], ["updated_at", "2016-10-27 20:47:29.786757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -624546670 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -624546670], ["username", "mary"], ["access_token", "a063ca72c022746c31deed16ee010d42"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.790338"], ["updated_at", "2016-10-27 20:47:29.790338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1356840939 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1356840939], ["username", "jstead"], ["access_token", "f0bdcd2df8ef6e05bb250b15b983127b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.794024"], ["updated_at", "2016-10-27 20:47:29.794024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958804107 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -958804107], ["username", "bigbear"], ["access_token", "14653b16de10353254bc56b101941ddc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.796666"], ["updated_at", "2016-10-27 20:47:29.796666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1185106290 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1185106290], ["username", "jstrav"], ["access_token", "f53668f017602db8284d1dce1c53ff2f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.802203"], ["updated_at", "2016-10-27 20:47:29.802203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1040304038 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1040304038], ["username", "mary"], ["access_token", "cffd866551a21f776ed230803081d80f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.804466"], ["updated_at", "2016-10-27 20:47:29.804466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1864289351 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1864289351], ["username", "jstead"], ["access_token", "0bf5da5d85522ec86c1333a91a90f553"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.806595"], ["updated_at", "2016-10-27 20:47:29.806595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -742887706 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -742887706], ["username", "bigbear"], ["access_token", "3f684583370047247c05bf47b342d87d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.808503"], ["updated_at", "2016-10-27 20:47:29.808503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -188969028 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -188969028], ["username", "jstrav"], ["access_token", "165f834222ddf1d77e6100f6f9c12883"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.814656"], ["updated_at", "2016-10-27 20:47:29.814656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406275984 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -406275984], ["username", "mary"], ["access_token", "ad854148aab21ca17fe4da3d2376a2a6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.816854"], ["updated_at", "2016-10-27 20:47:29.816854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1405373443 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1405373443], ["username", "jstead"], ["access_token", "9749e5b6d11f2d56c0a4186053817b15"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.818986"], ["updated_at", "2016-10-27 20:47:29.818986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -868792315 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -868792315], ["username", "bigbear"], ["access_token", "d7c73b55abf9c7bae660f431c4c18ca7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.821043"], ["updated_at", "2016-10-27 20:47:29.821043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -102251880 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -102251880], ["username", "billy_00"], ["access_token", "68ca3906a67d6df01e95f09e66838199"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:47:29.823159"], ["updated_at", "2016-10-27 20:47:29.823159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -701932915 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -701932915], ["username", "billy_01"], ["access_token", "d5f8b39d7a1e52c2d802052a2b4e344f"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:47:29.825016"], ["updated_at", "2016-10-27 20:47:29.825016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1173177485 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1173177485], ["username", "billy_02"], ["access_token", "267c64680bd6267d2ab6576441875f84"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:47:29.826877"], ["updated_at", "2016-10-27 20:47:29.826877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -753887630 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -753887630], ["username", "billy_03"], ["access_token", "9228b09e1aadd3d0e708251db67c8db9"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:47:29.828783"], ["updated_at", "2016-10-27 20:47:29.828783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -608189631 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -608189631], ["username", "billy_04"], ["access_token", "afa03944be0c405a772fec7a70f2193e"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:47:29.830678"], ["updated_at", "2016-10-27 20:47:29.830678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1703941362 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1703941362], ["username", "billy_05"], ["access_token", "225a399f20eae6cc1cc36eaa11e0f8f4"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:47:29.832521"], ["updated_at", "2016-10-27 20:47:29.832521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -899804568 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -899804568], ["username", "billy_06"], ["access_token", "e911aade44a21775e26c21dbc44413f7"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:47:29.834400"], ["updated_at", "2016-10-27 20:47:29.834400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -933462083 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -933462083], ["username", "billy_07"], ["access_token", "5f573c6a32253d19a35816ab651808aa"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:47:29.836489"], ["updated_at", "2016-10-27 20:47:29.836489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1201301475 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1201301475], ["username", "billy_08"], ["access_token", "fd481ae2fb0587a2afd29b9c2f3e37a0"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:47:29.839095"], ["updated_at", "2016-10-27 20:47:29.839095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -123006674 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -123006674], ["username", "billy_09"], ["access_token", "51e4016439bb89d569b6096d48c4eb46"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:47:29.841158"], ["updated_at", "2016-10-27 20:47:29.841158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1948757743 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1948757743], ["username", "billy_10"], ["access_token", "c74565645032223b4501adba735a04e3"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:47:29.843126"], ["updated_at", "2016-10-27 20:47:29.843126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -860125197 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -860125197], ["username", "billy_11"], ["access_token", "03115c63094b1959093a534885d2fa23"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:47:29.845003"], ["updated_at", "2016-10-27 20:47:29.845003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -141370086 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -141370086], ["username", "billy_12"], ["access_token", "b2e9b389f0ccd085f87b37a0a206d57a"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:47:29.846886"], ["updated_at", "2016-10-27 20:47:29.846886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1502928055 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1502928055], ["username", "billy_13"], ["access_token", "dcd8117f2f878240b07a8754b4da1122"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:47:29.848784"], ["updated_at", "2016-10-27 20:47:29.848784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067964598 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067964598], ["username", "billy_14"], ["access_token", "cf6abbcffd2b0f3432d8d90e683a2a6f"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:47:29.850663"], ["updated_at", "2016-10-27 20:47:29.850663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -900317824 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -900317824], ["username", "billy_15"], ["access_token", "20d3fed53b874d64170a7d39e5326aba"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:47:29.852895"], ["updated_at", "2016-10-27 20:47:29.852895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1060905737 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1060905737], ["username", "billy_16"], ["access_token", "e06d488d661ee7e330e6624ca2dec1c7"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:47:29.854785"], ["updated_at", "2016-10-27 20:47:29.854785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -118719882 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -118719882], ["username", "billy_17"], ["access_token", "5f15189d90a342a2733187962cc349ec"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:47:29.856740"], ["updated_at", "2016-10-27 20:47:29.856740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -370116203 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -370116203], ["username", "billy_18"], ["access_token", "7f7aa441f026337a1580ff5f37808d5b"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:47:29.858593"], ["updated_at", "2016-10-27 20:47:29.858593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1928575899 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1928575899], ["username", "billy_19"], ["access_token", "a3a350da18d47a2a4e5de25214748506"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:47:29.860700"], ["updated_at", "2016-10-27 20:47:29.860700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1197323231 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1197323231], ["username", "billy_20"], ["access_token", "1c5fabc9c20368a2d344322e61a5418f"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:47:29.862611"], ["updated_at", "2016-10-27 20:47:29.862611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581383716 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -581383716], ["username", "billy_21"], ["access_token", "668851ff6d71478c78cca2d442e7bd62"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:47:29.864543"], ["updated_at", "2016-10-27 20:47:29.864543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1934842874 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1934842874], ["username", "billy_22"], ["access_token", "75537903c8f06010cb4aaf917f9ea48d"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:47:29.866408"], ["updated_at", "2016-10-27 20:47:29.866408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -716110508 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -716110508], ["username", "billy_23"], ["access_token", "d79dc1871168318962ff446f2a01407c"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:47:29.868310"], ["updated_at", "2016-10-27 20:47:29.868310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -458716671 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -458716671], ["username", "billy_24"], ["access_token", "efe312a4cb1c40c51ecdf120d8d8389a"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:47:29.870227"], ["updated_at", "2016-10-27 20:47:29.870227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1498537192 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1498537192], ["username", "billy_25"], ["access_token", "4ec08b7db14c7781e365e140d845e658"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:47:29.872086"], ["updated_at", "2016-10-27 20:47:29.872086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -233771562 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -233771562], ["username", "billy_26"], ["access_token", "84ef8a194c8ceff11e8a8999c3efbc5a"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:47:29.873942"], ["updated_at", "2016-10-27 20:47:29.873942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -12941956 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -12941956], ["username", "billy_27"], ["access_token", "9a42f020a7a38830f176c8399f9ce810"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:47:29.875759"], ["updated_at", "2016-10-27 20:47:29.875759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -403801566 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -403801566], ["username", "billy_28"], ["access_token", "cf1b3d4daa7b75f1be95f366b7d272ae"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:47:29.877579"], ["updated_at", "2016-10-27 20:47:29.877579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -195650765 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -195650765], ["username", "billy_29"], ["access_token", "5fcd71a4dea927159ccbb2e9756ce014"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:47:29.879465"], ["updated_at", "2016-10-27 20:47:29.879465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -921820228 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -921820228], ["username", "billy_30"], ["access_token", "cce42a8d7f81b146737e5ed284358cb8"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:47:29.881273"], ["updated_at", "2016-10-27 20:47:29.881273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1685194394 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1685194394], ["username", "billy_31"], ["access_token", "2f7bb8c078403cba20601b29c324be68"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:47:29.883218"], ["updated_at", "2016-10-27 20:47:29.883218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -816165789 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -816165789], ["username", "billy_32"], ["access_token", "dccaedbee9724ec6be14b9cfb54930bf"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:47:29.885142"], ["updated_at", "2016-10-27 20:47:29.885142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1326045591 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1326045591], ["username", "billy_33"], ["access_token", "40ad67a5584e402edf98a14615bbf6f2"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:47:29.887019"], ["updated_at", "2016-10-27 20:47:29.887019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2124117704 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2124117704], ["username", "billy_34"], ["access_token", "695d5b20d5157e68a3d242a3b149c29c"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:47:29.889228"], ["updated_at", "2016-10-27 20:47:29.889228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1834205434 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1834205434], ["username", "billy_35"], ["access_token", "2e20a2f234c98c61e41546f4ddaaf106"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:47:29.891058"], ["updated_at", "2016-10-27 20:47:29.891058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -467948275 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -467948275], ["username", "billy_36"], ["access_token", "c6531b11770ad01eb4c9ce14840f9f79"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:47:29.892868"], ["updated_at", "2016-10-27 20:47:29.892868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067056049 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2067056049], ["username", "billy_37"], ["access_token", "d8c496f41e8619701d8bfb0a0ebb72ff"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:47:29.894698"], ["updated_at", "2016-10-27 20:47:29.894698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -312196140 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -312196140], ["username", "billy_38"], ["access_token", "62e7631ed91fc54949a4160a511777ce"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:47:29.896508"], ["updated_at", "2016-10-27 20:47:29.896508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1009725004 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1009725004], ["username", "billy_39"], ["access_token", "92ecb9a17c20a7e2ad2e5abce8bef4aa"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:47:29.898324"], ["updated_at", "2016-10-27 20:47:29.898324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1383341654 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1383341654], ["username", "billy_40"], ["access_token", "b413289dda9b8cee89c540e43ccc51e9"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:47:29.900111"], ["updated_at", "2016-10-27 20:47:29.900111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1642501089 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1642501089], ["username", "billy_41"], ["access_token", "eb264c9645748c44293b79c61354110d"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:47:29.901886"], ["updated_at", "2016-10-27 20:47:29.901886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -698492435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -698492435], ["username", "billy_42"], ["access_token", "d4aa5b72f4c469cdda1a57d6a2e4fbc3"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:47:29.903727"], ["updated_at", "2016-10-27 20:47:29.903727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1411705432 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1411705432], ["username", "billy_43"], ["access_token", "8d2bfb07ed9a5220b697abe69492c958"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:47:29.905497"], ["updated_at", "2016-10-27 20:47:29.905497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444532307 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -444532307], ["username", "billy_44"], ["access_token", "2ad98fdea6be3f4b32a10f6193d53a40"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:47:29.907321"], ["updated_at", "2016-10-27 20:47:29.907321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1592952645 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1592952645], ["username", "billy_45"], ["access_token", "f4a8cb4b4bdf58d3f0cdde7a86c885ef"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:47:29.909091"], ["updated_at", "2016-10-27 20:47:29.909091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -854269744 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -854269744], ["username", "jstrav"], ["access_token", "905132cf3fffed8d9b3e8cb733d830bd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:29.916597"], ["updated_at", "2016-10-27 20:47:29.916597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29193716 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -29193716], ["username", "mary"], ["access_token", "d45cf040a6120b7d6f49dc70f3c00641"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:29.918870"], ["updated_at", "2016-10-27 20:47:29.918870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1816295996 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1816295996], ["username", "jstead"], ["access_token", "97b3d4d8447d77c4f654f77fdde1538c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:29.920987"], ["updated_at", "2016-10-27 20:47:29.920987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -884924568 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -884924568], ["username", "bigbear"], ["access_token", "b3082b5c8cc99f3e5c94852dba6c3d45"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:29.922968"], ["updated_at", "2016-10-27 20:47:29.922968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581493705 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1581493705], ["username", "billy_00"], ["access_token", "b5430d92be1933f405085a821ae65238"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:47:29.924906"], ["updated_at", "2016-10-27 20:47:29.924906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -24491593 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -24491593], ["username", "billy_01"], ["access_token", "ec84157448999d88e1431672b37bdd1d"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:47:29.926948"], ["updated_at", "2016-10-27 20:47:29.926948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -384725756 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -384725756], ["username", "billy_02"], ["access_token", "66004067491958562764c851990c517d"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:47:29.928836"], ["updated_at", "2016-10-27 20:47:29.928836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1565237021 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1565237021], ["username", "billy_03"], ["access_token", "2a0e072b794ea7fbc53a359bb4a58740"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:47:29.930677"], ["updated_at", "2016-10-27 20:47:29.930677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1219448317 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1219448317], ["username", "billy_04"], ["access_token", "531d9d8abe2e932b618a5ff45b56c9dd"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:47:29.932539"], ["updated_at", "2016-10-27 20:47:29.932539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2072749900 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2072749900], ["username", "billy_05"], ["access_token", "643596973342963499900baf920373eb"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:47:29.934384"], ["updated_at", "2016-10-27 20:47:29.934384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1083309971 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1083309971], ["username", "billy_06"], ["access_token", "3359dc05bb9e245b604d5e1d6c578834"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:47:29.936259"], ["updated_at", "2016-10-27 20:47:29.936259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1528184754 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1528184754], ["username", "billy_07"], ["access_token", "2d7cbf1a128ea68788fbd2681071eec5"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:47:29.938232"], ["updated_at", "2016-10-27 20:47:29.938232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -206451860 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -206451860], ["username", "billy_08"], ["access_token", "2eed70198f9bf409552132acd7f2ccf1"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:47:29.940201"], ["updated_at", "2016-10-27 20:47:29.940201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891824575 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -891824575], ["username", "billy_09"], ["access_token", "4a2377feeb268baec040253a598ca9c0"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:47:29.942157"], ["updated_at", "2016-10-27 20:47:29.942157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1312411142 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1312411142], ["username", "billy_10"], ["access_token", "7d2f1d892c96c15dce26dffc744da9fa"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:47:29.944316"], ["updated_at", "2016-10-27 20:47:29.944316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598328569 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -598328569], ["username", "billy_11"], ["access_token", "efe6dca9934e4620ba1e86b2047a2594"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:47:29.946238"], ["updated_at", "2016-10-27 20:47:29.946238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317155188 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -317155188], ["username", "billy_12"], ["access_token", "93be4f8d434e66abca1659542c3c5424"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:47:29.948214"], ["updated_at", "2016-10-27 20:47:29.948214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -495310420 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -495310420], ["username", "billy_13"], ["access_token", "4cf4a3f096a68341a14df7b2032d2b17"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:47:29.950209"], ["updated_at", "2016-10-27 20:47:29.950209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1683347283 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1683347283], ["username", "billy_14"], ["access_token", "38556ce60eeb8006a6c7ba52959284e0"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:47:29.952227"], ["updated_at", "2016-10-27 20:47:29.952227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1244173832 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1244173832], ["username", "billy_15"], ["access_token", "1f2c6028252ecdffb19c6287edae70f1"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:47:29.954139"], ["updated_at", "2016-10-27 20:47:29.954139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1377045505 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1377045505], ["username", "billy_16"], ["access_token", "2f3057276b7234ec0e9dfe3b80f325ab"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:47:29.956196"], ["updated_at", "2016-10-27 20:47:29.956196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2092373619 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2092373619], ["username", "billy_17"], ["access_token", "fc27122074c86448c37ede05948633de"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:47:29.958199"], ["updated_at", "2016-10-27 20:47:29.958199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1314200666 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1314200666], ["username", "billy_18"], ["access_token", "1ae6af1cad3cb0bc2994f8c8fa3dbab5"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:47:29.960147"], ["updated_at", "2016-10-27 20:47:29.960147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -742149407 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -742149407], ["username", "billy_19"], ["access_token", "b31e35a09edab2e5337a2f9e16efd725"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:47:29.962118"], ["updated_at", "2016-10-27 20:47:29.962118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1823782520 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1823782520], ["username", "billy_20"], ["access_token", "b24334d31ab6f321f707272b4761e206"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:47:29.964095"], ["updated_at", "2016-10-27 20:47:29.964095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1922057509 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1922057509], ["username", "billy_21"], ["access_token", "08ac45dda33467e03e9f3687bcc14030"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:47:29.965989"], ["updated_at", "2016-10-27 20:47:29.965989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -212734326 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -212734326], ["username", "billy_22"], ["access_token", "6892458296c069d31d36c0796e5ec4ef"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:47:29.967863"], ["updated_at", "2016-10-27 20:47:29.967863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -487001285 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -487001285], ["username", "billy_23"], ["access_token", "ef40f5acf08a10c5e4c8f3f5d3d60a32"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:47:29.969801"], ["updated_at", "2016-10-27 20:47:29.969801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730739683 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -730739683], ["username", "billy_24"], ["access_token", "fa59530d176488bf6461e82302b7ea87"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:47:29.971677"], ["updated_at", "2016-10-27 20:47:29.971677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2059569121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2059569121], ["username", "billy_25"], ["access_token", "f4e1405b746c56d63c5bb1b502d25a24"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:47:29.973501"], ["updated_at", "2016-10-27 20:47:29.973501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -637850864 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -637850864], ["username", "billy_26"], ["access_token", "9249500c08e1c6114240bf3cc1c2c474"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:47:29.975290"], ["updated_at", "2016-10-27 20:47:29.975290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -175440841 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -175440841], ["username", "billy_27"], ["access_token", "5ba8ddfc35d0a3dc0977aa63cc0b3eb1"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:47:29.977064"], ["updated_at", "2016-10-27 20:47:29.977064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1481533788 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1481533788], ["username", "billy_28"], ["access_token", "bf1165ca5879e52cf31a704ec6f76802"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:47:29.979094"], ["updated_at", "2016-10-27 20:47:29.979094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1328730065 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1328730065], ["username", "billy_29"], ["access_token", "8e9ab11efc4dd8187102e1d0fe9c634f"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:47:29.980962"], ["updated_at", "2016-10-27 20:47:29.980962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -360252228 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -360252228], ["username", "billy_30"], ["access_token", "bff94aa569e4bfa3fffd00a42df7c765"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:47:29.982736"], ["updated_at", "2016-10-27 20:47:29.982736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -74632487 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -74632487], ["username", "billy_31"], ["access_token", "5c9eeb117ad8e6608694e08fa6e0e295"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:47:29.984534"], ["updated_at", "2016-10-27 20:47:29.984534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018177633 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2018177633], ["username", "billy_32"], ["access_token", "d2b04e7b5798409d09b67e48c2bf98c9"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:47:29.986309"], ["updated_at", "2016-10-27 20:47:29.986309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -663371975 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -663371975], ["username", "billy_33"], ["access_token", "7c036ffb0dec8a264b9abb1e7f6fdd98"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:47:29.988092"], ["updated_at", "2016-10-27 20:47:29.988092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1045852684 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1045852684], ["username", "billy_34"], ["access_token", "de1346214c99f4b3efcd17083818379b"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:47:29.989901"], ["updated_at", "2016-10-27 20:47:29.989901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1251914123 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1251914123], ["username", "billy_35"], ["access_token", "c474d10de90bac4ffcafdcf46e9cc4a3"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:47:29.991684"], ["updated_at", "2016-10-27 20:47:29.991684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -563713375 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -563713375], ["username", "billy_36"], ["access_token", "0ed91f5dbc4dee22163e100a01493f44"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:47:29.993523"], ["updated_at", "2016-10-27 20:47:29.993523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1522630374 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1522630374], ["username", "billy_37"], ["access_token", "8512a229308937de4b3e2d75935d1843"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:47:29.995361"], ["updated_at", "2016-10-27 20:47:29.995361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1356082066 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1356082066], ["username", "billy_38"], ["access_token", "5c5170a6c33b623b63b95f2f110e0f5c"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:47:29.997222"], ["updated_at", "2016-10-27 20:47:29.997222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -578303190 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -578303190], ["username", "billy_39"], ["access_token", "9698126014e5c906ce7f620a5ce5d5d3"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:47:29.999103"], ["updated_at", "2016-10-27 20:47:29.999103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067704639 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2067704639], ["username", "billy_40"], ["access_token", "523d948ae38160eb9438a648e4d09dd1"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:47:30.000929"], ["updated_at", "2016-10-27 20:47:30.000929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1522676558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1522676558], ["username", "billy_41"], ["access_token", "c78652a77fb2e50b1461d01433becc52"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:47:30.002691"], ["updated_at", "2016-10-27 20:47:30.002691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2064973525 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2064973525], ["username", "billy_42"], ["access_token", "e740315c47823a7a4b2c287b899306a6"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:47:30.004489"], ["updated_at", "2016-10-27 20:47:30.004489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1907418144 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1907418144], ["username", "billy_43"], ["access_token", "0a087fca4f0ff2d888ec1487596572aa"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:47:30.006318"], ["updated_at", "2016-10-27 20:47:30.006318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1125061816 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1125061816], ["username", "billy_44"], ["access_token", "c605b07f6a15d2c8ed26ff208ed49df4"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:47:30.008094"], ["updated_at", "2016-10-27 20:47:30.008094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -263138814 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -263138814], ["username", "billy_45"], ["access_token", "94dd982802639216ada60fbceda82fda"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:47:30.009997"], ["updated_at", "2016-10-27 20:47:30.009997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -141288522 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -141288522], ["username", "jstrav"], ["access_token", "976a0d999e6510f987bb8ae7f3945fcc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:30.018284"], ["updated_at", "2016-10-27 20:47:30.018284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -222883836 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -222883836], ["username", "mary"], ["access_token", "0eda1ea8a825b929becff1e9ff96ca7f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:30.021899"], ["updated_at", "2016-10-27 20:47:30.021899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -297875722 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -297875722], ["username", "jstead"], ["access_token", "2fa41039d51d9edda1fd9d17c380ae01"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:30.024882"], ["updated_at", "2016-10-27 20:47:30.024882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -351503473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -351503473], ["username", "bigbear"], ["access_token", "4756d09561903924ad110c3bb426c971"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:30.027380"], ["updated_at", "2016-10-27 20:47:30.027380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1452886678 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1452886678], ["username", "billy_00"], ["access_token", "bb2a20c6f383874e3350568000d33c4d"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:47:30.029603"], ["updated_at", "2016-10-27 20:47:30.029603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -991013541 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -991013541], ["username", "billy_01"], ["access_token", "6289805c0b21599d2f0d360b66264712"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:47:30.031554"], ["updated_at", "2016-10-27 20:47:30.031554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -286841842 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -286841842], ["username", "billy_02"], ["access_token", "32735052f6fb1491e8ddb23cfe86d883"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:47:30.033504"], ["updated_at", "2016-10-27 20:47:30.033504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -642711768 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -642711768], ["username", "billy_03"], ["access_token", "e982d3ef85155b61093c63911d5ac367"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:47:30.035447"], ["updated_at", "2016-10-27 20:47:30.035447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -835335153 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -835335153], ["username", "billy_04"], ["access_token", "b14371ccc52d01de9ba027e1aba86526"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:47:30.037378"], ["updated_at", "2016-10-27 20:47:30.037378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1629146044 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1629146044], ["username", "billy_05"], ["access_token", "57e69224d6ce4f1b5d15aef27846e74c"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:47:30.039306"], ["updated_at", "2016-10-27 20:47:30.039306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1394611899 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1394611899], ["username", "billy_06"], ["access_token", "9260112c2bc8f5123864aeb49c973511"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:47:30.041201"], ["updated_at", "2016-10-27 20:47:30.041201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -765835818 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -765835818], ["username", "billy_07"], ["access_token", "a30540b868d7c53646f2d1ba2cb66289"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:47:30.043268"], ["updated_at", "2016-10-27 20:47:30.043268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1425754236 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1425754236], ["username", "billy_08"], ["access_token", "ab28aeb4561df78ba491647d47bb1fb3"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:47:30.045149"], ["updated_at", "2016-10-27 20:47:30.045149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575853582 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -575853582], ["username", "billy_09"], ["access_token", "afdc6ed094cd335dc382db0dc081d0f5"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:47:30.047111"], ["updated_at", "2016-10-27 20:47:30.047111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -364066951 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -364066951], ["username", "billy_10"], ["access_token", "a44884ec988b53b6c2cbe84605e047c5"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:47:30.048957"], ["updated_at", "2016-10-27 20:47:30.048957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841875945 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1841875945], ["username", "billy_11"], ["access_token", "e106bca0a993fe7434655e96cff12a82"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:47:30.050972"], ["updated_at", "2016-10-27 20:47:30.050972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1611537455 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1611537455], ["username", "billy_12"], ["access_token", "f2c76c2798d15c6b7f0061394636bf61"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:47:30.052945"], ["updated_at", "2016-10-27 20:47:30.052945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1277817388 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1277817388], ["username", "billy_13"], ["access_token", "38b794187880df5eec8245adf8dfc7a3"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:47:30.055404"], ["updated_at", "2016-10-27 20:47:30.055404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -114261357 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -114261357], ["username", "billy_14"], ["access_token", "0162a9189c3a2ae49b576dab3b3fb276"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:47:30.057533"], ["updated_at", "2016-10-27 20:47:30.057533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524726334 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1524726334], ["username", "billy_15"], ["access_token", "9698dcc0306cbfb0614a2a4bc3ddb309"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:47:30.060157"], ["updated_at", "2016-10-27 20:47:30.060157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1078162449 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1078162449], ["username", "billy_16"], ["access_token", "6f6f3f7c41925927b6649b9ae3ec1943"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:47:30.062975"], ["updated_at", "2016-10-27 20:47:30.062975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1160527250 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1160527250], ["username", "billy_17"], ["access_token", "0d785baac59c8268c23268dd1e675c56"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:47:30.065483"], ["updated_at", "2016-10-27 20:47:30.065483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407667517 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1407667517], ["username", "billy_18"], ["access_token", "31317077f0cdd6f88b0b5dd7734dc473"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:47:30.067820"], ["updated_at", "2016-10-27 20:47:30.067820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1166154878 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1166154878], ["username", "billy_19"], ["access_token", "e2b6903cfdc0396d78e637f8c3a0c7b9"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:47:30.069903"], ["updated_at", "2016-10-27 20:47:30.069903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1328112591 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1328112591], ["username", "billy_20"], ["access_token", "0ba8e1939b92b5f7783550fb444df9de"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:47:30.071826"], ["updated_at", "2016-10-27 20:47:30.071826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1534851130 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1534851130], ["username", "billy_21"], ["access_token", "9faa7c3ac51ecba21a21b9aaaae16849"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:47:30.073844"], ["updated_at", "2016-10-27 20:47:30.073844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2107676862 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2107676862], ["username", "billy_22"], ["access_token", "e5c01050e025392446192faf316d25be"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:47:30.075952"], ["updated_at", "2016-10-27 20:47:30.075952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2111307280 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2111307280], ["username", "billy_23"], ["access_token", "e95e477b611d026c1e2535bddbd0736a"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:47:30.077973"], ["updated_at", "2016-10-27 20:47:30.077973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -44030332 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -44030332], ["username", "billy_24"], ["access_token", "5b85cd1428a79a7ba959468f14824041"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:47:30.080008"], ["updated_at", "2016-10-27 20:47:30.080008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -872541406 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -872541406], ["username", "billy_25"], ["access_token", "c37c6783778617bbf4e1f6681c73d35a"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:47:30.082342"], ["updated_at", "2016-10-27 20:47:30.082342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1795842654 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1795842654], ["username", "billy_26"], ["access_token", "c46be25b4e59b00d317101cc5d0d63b9"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:47:30.084539"], ["updated_at", "2016-10-27 20:47:30.084539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1287986916 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1287986916], ["username", "billy_27"], ["access_token", "b08cd053be4be129129427c5d77e0efe"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:47:30.086654"], ["updated_at", "2016-10-27 20:47:30.086654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1648455795 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1648455795], ["username", "billy_28"], ["access_token", "4c025d2f07e4b01c7f6d6a6a8a4cc2d8"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:47:30.088757"], ["updated_at", "2016-10-27 20:47:30.088757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -554915509 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -554915509], ["username", "billy_29"], ["access_token", "704043e255d6e1d4a1c481a983ba1fca"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:47:30.090856"], ["updated_at", "2016-10-27 20:47:30.090856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -203241987 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -203241987], ["username", "billy_30"], ["access_token", "b24e9d55ef4c5f2eada771f7b50506fd"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:47:30.092989"], ["updated_at", "2016-10-27 20:47:30.092989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -82757486 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -82757486], ["username", "billy_31"], ["access_token", "133b7ef9a9abb95f60caca3a7f027e0a"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:47:30.095017"], ["updated_at", "2016-10-27 20:47:30.095017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -532301115 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -532301115], ["username", "billy_32"], ["access_token", "7d2111dd5933f290333f7878968f3b85"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:47:30.097019"], ["updated_at", "2016-10-27 20:47:30.097019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -752120924 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -752120924], ["username", "billy_33"], ["access_token", "7eba62eb083e710016231af5878f2d56"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:47:30.099148"], ["updated_at", "2016-10-27 20:47:30.099148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1421125657 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1421125657], ["username", "billy_34"], ["access_token", "8b060d70d604ffa05f351e7609c5611c"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:47:30.101230"], ["updated_at", "2016-10-27 20:47:30.101230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2042805554 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2042805554], ["username", "billy_35"], ["access_token", "f853d8a5366d872c4993b77a49d375d5"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:47:30.103221"], ["updated_at", "2016-10-27 20:47:30.103221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1896824336 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1896824336], ["username", "billy_36"], ["access_token", "2364f94d7459030bf4c287090bf82635"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:47:30.105418"], ["updated_at", "2016-10-27 20:47:30.105418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1646014015 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1646014015], ["username", "billy_37"], ["access_token", "c6035597b671ab2c41d69fe9ba008931"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:47:30.107525"], ["updated_at", "2016-10-27 20:47:30.107525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -228038989 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -228038989], ["username", "billy_38"], ["access_token", "cd04b474e49015abc01a0c0884f4a7d3"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:47:30.109510"], ["updated_at", "2016-10-27 20:47:30.109510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -413684178 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -413684178], ["username", "billy_39"], ["access_token", "ca6570256455c215ff19ecc3617d6ac0"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:47:30.111489"], ["updated_at", "2016-10-27 20:47:30.111489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -616518802 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -616518802], ["username", "billy_40"], ["access_token", "e3d302b124dfefd5928a51f72c902607"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:47:30.113469"], ["updated_at", "2016-10-27 20:47:30.113469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -849142832 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -849142832], ["username", "billy_41"], ["access_token", "a42ef90262dcacdc59da32863bb1128d"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:47:30.115522"], ["updated_at", "2016-10-27 20:47:30.115522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1804884110 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1804884110], ["username", "billy_42"], ["access_token", "20bd7295c962be5027e5ebf677e98d27"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:47:30.117322"], ["updated_at", "2016-10-27 20:47:30.117322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1163496387 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1163496387], ["username", "billy_43"], ["access_token", "f07df9329c7c25031b3c0c65ed8fcf3c"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:47:30.119058"], ["updated_at", "2016-10-27 20:47:30.119058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1424064254 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1424064254], ["username", "billy_44"], ["access_token", "b928301a2ea3e408fe639668abd9f820"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:47:30.120788"], ["updated_at", "2016-10-27 20:47:30.120788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1930981186 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1930981186], ["username", "billy_45"], ["access_token", "44e53f654ad7a0cf479963a19d5257f1"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:47:30.128771"], ["updated_at", "2016-10-27 20:47:30.128771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -395310756 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -395310756], ["username", "jstrav"], ["access_token", "9c6b174e29aabcc3c9acc3a30942979a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:47:30.137627"], ["updated_at", "2016-10-27 20:47:30.137627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -135396308 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -135396308], ["username", "mary"], ["access_token", "f030ba6570485ca292f1e1998c483787"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:47:30.141161"], ["updated_at", "2016-10-27 20:47:30.141161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897289187 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -897289187], ["username", "jstead"], ["access_token", "c31f762ec187e556c721a26236df9137"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:47:30.144060"], ["updated_at", "2016-10-27 20:47:30.144060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -123555696 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -123555696], ["username", "bigbear"], ["access_token", "6df6fb0f06c95985d110a865c325d32e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:47:30.146651"], ["updated_at", "2016-10-27 20:47:30.146651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2124928301 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2124928301], ["username", "foo_bb"], ["access_token", "99931a1e7d980734588f5d4c547c46c4"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-10-27 20:47:30.148786"], ["updated_at", "2016-10-27 20:47:30.148786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -810399455 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -810399455], ["username", "foo_bj"], ["access_token", "37700907474b881194ebcaadd5f15ec4"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-10-27 20:47:30.150696"], ["updated_at", "2016-10-27 20:47:30.150696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -656309612 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -656309612], ["username", "foo_tj"], ["access_token", "4cd7cf0a6367550aba2967fcac6dfc7c"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-10-27 20:47:30.152528"], ["updated_at", "2016-10-27 20:47:30.152528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "21e45daee435e212a4b369ef148a7ad0"], ["created_at", "2016-10-27 20:47:30.160245"], ["updated_at", "2016-10-27 20:47:30.160245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a902b1831202d59fedbabbc3242e60ab"], ["created_at", "2016-10-27 20:47:30.166643"], ["updated_at", "2016-10-27 20:47:30.166643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "1a08a0e8dda9bd8ce3d14b90af2e9751"], ["created_at", "2016-10-27 20:47:30.173125"], ["updated_at", "2016-10-27 20:47:30.173125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "c448b22c10440fa8ee6ecd084600d4e2"], ["created_at", "2016-10-27 20:47:30.179278"], ["updated_at", "2016-10-27 20:47:30.179278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "1f7d897016861cd69e92a5c55476cfd2"], ["created_at", "2016-10-27 20:47:30.183078"], ["updated_at", "2016-10-27 20:47:30.183078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "d2279aa0e138586402660c84fe9d490a"], ["created_at", "2016-10-27 20:47:30.189436"], ["updated_at", "2016-10-27 20:47:30.189436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "269cb1ecac052c3b8d328000f355ddf2"], ["created_at", "2016-10-27 20:47:30.194417"], ["updated_at", "2016-10-27 20:47:30.194417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:52830/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "59e13243a3485f914a825870ea0de7b2"], ["access_token", "7a7901ad180241331d6da68badede520"], ["openstax_uid", 1], ["created_at", "2016-10-27 20:47:30.202839"], ["updated_at", "2016-10-27 20:47:30.202839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (1.9ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" varchar)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" ("faculty_status")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.7ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" ("salesforce_contact_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_salesforce_contact_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_salesforce_contact_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (0.9ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.9ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'   (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (1.2ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'   (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.9ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'   (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (0.9ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -830752610 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -830752610], ["username", "jstrav"], ["access_token", "a5371fcd7d9ac572926081343a6986c5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:47.841615"], ["updated_at", "2016-10-27 20:51:47.841615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -925509475 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -925509475], ["username", "mary"], ["access_token", "9db404eb6d62d36a2008ef48c1c71eaa"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:47.844479"], ["updated_at", "2016-10-27 20:51:47.844479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -803225922 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -803225922], ["username", "jstead"], ["access_token", "85628de895afe4759d6df1cc9bd2aabe"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:47.846485"], ["updated_at", "2016-10-27 20:51:47.846485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -440148734 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -440148734], ["username", "bigbear"], ["access_token", "9a0ba61a3f2f8d749ea47334598c6f79"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:47.848177"], ["updated_at", "2016-10-27 20:51:47.848177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1722731266 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1722731266], ["username", "billy_00"], ["access_token", "b16ec8ba62e5ca06688b48a2b61c5d60"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:51:47.849913"], ["updated_at", "2016-10-27 20:51:47.849913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -501998811 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -501998811], ["username", "billy_01"], ["access_token", "c7607c128ffbe79407693fb02d75c769"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:51:47.851814"], ["updated_at", "2016-10-27 20:51:47.851814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1651353930 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1651353930], ["username", "billy_02"], ["access_token", "797ad117d5fa839bca74cec28e691f1b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:51:47.853557"], ["updated_at", "2016-10-27 20:51:47.853557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1661234535 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1661234535], ["username", "billy_03"], ["access_token", "7307fcb862c830b164ac127fb5284c0b"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:51:47.855352"], ["updated_at", "2016-10-27 20:51:47.855352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1922875355 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1922875355], ["username", "billy_04"], ["access_token", "8c72bd044dda378df73a10ad0e73602d"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:51:47.857071"], ["updated_at", "2016-10-27 20:51:47.857071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -621182959 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -621182959], ["username", "billy_05"], ["access_token", "2410e58c568f23fc42779a91d1eaa722"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:51:47.859214"], ["updated_at", "2016-10-27 20:51:47.859214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1468743142 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1468743142], ["username", "billy_06"], ["access_token", "cf3478c6811c53b5b6a478a8945e7730"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:51:47.862041"], ["updated_at", "2016-10-27 20:51:47.862041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2079921754 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2079921754], ["username", "billy_07"], ["access_token", "4063d86e9e38473aa7f2e083f1f3d523"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:51:47.864882"], ["updated_at", "2016-10-27 20:51:47.864882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626125650 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1626125650], ["username", "billy_08"], ["access_token", "b14a42b87fba48164e9cfcdf73d59fb5"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:51:47.868059"], ["updated_at", "2016-10-27 20:51:47.868059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719443638 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -719443638], ["username", "billy_09"], ["access_token", "f5ec22bc484f40d37ce93a39e5e7e402"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:51:47.870316"], ["updated_at", "2016-10-27 20:51:47.870316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -537747638 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -537747638], ["username", "billy_10"], ["access_token", "c30759ad372a571492d19c137b16f122"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:51:47.872327"], ["updated_at", "2016-10-27 20:51:47.872327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -920136782 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -920136782], ["username", "billy_11"], ["access_token", "91e106a20fc34d7366cc4e06a7296974"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:51:47.874148"], ["updated_at", "2016-10-27 20:51:47.874148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815965113 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1815965113], ["username", "billy_12"], ["access_token", "506558c4ee733ff8b3a102110f75d8e0"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:51:47.875965"], ["updated_at", "2016-10-27 20:51:47.875965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424023476 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -424023476], ["username", "billy_13"], ["access_token", "4b74e7a1d9cb37c2381aa967ea6e550e"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:51:47.878060"], ["updated_at", "2016-10-27 20:51:47.878060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1598135435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1598135435], ["username", "billy_14"], ["access_token", "92ae9d8300d11d742c91321189e6131c"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:51:47.879987"], ["updated_at", "2016-10-27 20:51:47.879987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2086350884 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2086350884], ["username", "billy_15"], ["access_token", "a5e86c23c01b309428ec1377448339dc"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:51:47.881895"], ["updated_at", "2016-10-27 20:51:47.881895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -492692713 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -492692713], ["username", "billy_16"], ["access_token", "fee4caedc1a95fb236e5ebee74fc48b3"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:51:47.883715"], ["updated_at", "2016-10-27 20:51:47.883715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -768630630 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -768630630], ["username", "billy_17"], ["access_token", "224368eb3665cf5eb5284b5c1d26a497"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:51:47.885643"], ["updated_at", "2016-10-27 20:51:47.885643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -337859393 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -337859393], ["username", "billy_18"], ["access_token", "ac7ccfb725e8dde30e26651d4aaf024b"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:51:47.887653"], ["updated_at", "2016-10-27 20:51:47.887653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510505915 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1510505915], ["username", "billy_19"], ["access_token", "2cc8bc0fe8305c91778f51fb299509a8"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:51:47.889442"], ["updated_at", "2016-10-27 20:51:47.889442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2017365900 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2017365900], ["username", "billy_20"], ["access_token", "77f87ac4a91036261fcaaef66af30c45"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:51:47.891225"], ["updated_at", "2016-10-27 20:51:47.891225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836424851 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -836424851], ["username", "billy_21"], ["access_token", "7756c29ce951d3fa0c3eafcd8b6afdad"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:51:47.892965"], ["updated_at", "2016-10-27 20:51:47.892965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -893010674 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -893010674], ["username", "billy_22"], ["access_token", "0017eee975f49b4202e2fa7231181c96"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:51:47.894843"], ["updated_at", "2016-10-27 20:51:47.894843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1620915191 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1620915191], ["username", "billy_23"], ["access_token", "b7064218a3831e08cfa8daf55e9af6d0"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:51:47.896651"], ["updated_at", "2016-10-27 20:51:47.896651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -147589908 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -147589908], ["username", "billy_24"], ["access_token", "4829f54107283d0e5cc54dc1193c5608"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:51:47.898452"], ["updated_at", "2016-10-27 20:51:47.898452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -582773092 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -582773092], ["username", "billy_25"], ["access_token", "e0bbac63b48058d937fb32933fe78d0f"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:51:47.900376"], ["updated_at", "2016-10-27 20:51:47.900376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1227883613 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1227883613], ["username", "billy_26"], ["access_token", "305888b5f45ddcb5077f69a24459b752"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:51:47.902291"], ["updated_at", "2016-10-27 20:51:47.902291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1644442005 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1644442005], ["username", "billy_27"], ["access_token", "e4744862272f249ebb0f6bdf42d6b238"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:51:47.904158"], ["updated_at", "2016-10-27 20:51:47.904158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1604503106 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1604503106], ["username", "billy_28"], ["access_token", "094f5b0f45fe37b03ef6ca6679879d88"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:51:47.905941"], ["updated_at", "2016-10-27 20:51:47.905941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1141272980 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1141272980], ["username", "billy_29"], ["access_token", "a791ff070c374f9236ebff9331c7a019"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:51:47.907752"], ["updated_at", "2016-10-27 20:51:47.907752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -895517689 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -895517689], ["username", "billy_30"], ["access_token", "8a88efc2ad3f58dd244e51c610ba8569"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:51:47.909503"], ["updated_at", "2016-10-27 20:51:47.909503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -758354317 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -758354317], ["username", "billy_31"], ["access_token", "ed2fe05a6575512df7ed679504f10222"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:51:47.911329"], ["updated_at", "2016-10-27 20:51:47.911329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -984529513 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -984529513], ["username", "billy_32"], ["access_token", "35df280c138d041841e37865856df981"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:51:47.913074"], ["updated_at", "2016-10-27 20:51:47.913074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1237378755 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1237378755], ["username", "billy_33"], ["access_token", "a24d22626bfc9992508251bcec836804"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:51:47.914844"], ["updated_at", "2016-10-27 20:51:47.914844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -443612427 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -443612427], ["username", "billy_34"], ["access_token", "cadda1e6ededbb64f475fcff1deca359"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:51:47.916579"], ["updated_at", "2016-10-27 20:51:47.916579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851200878 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -851200878], ["username", "billy_35"], ["access_token", "e2d7c12b1e81e4b3dae6d022d6d0e42d"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:51:47.918496"], ["updated_at", "2016-10-27 20:51:47.918496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696339482 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -696339482], ["username", "billy_36"], ["access_token", "d40401e3a39b9cb1f578eafc2803f343"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:51:47.920216"], ["updated_at", "2016-10-27 20:51:47.920216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -265640550 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -265640550], ["username", "billy_37"], ["access_token", "6f8cd06c4eb3b11a7f4a0474bcc6b841"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:51:47.921937"], ["updated_at", "2016-10-27 20:51:47.921937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -475038813 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -475038813], ["username", "billy_38"], ["access_token", "5fcb946ddd8f703d7c87a85a4f79e5a9"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:51:47.923723"], ["updated_at", "2016-10-27 20:51:47.923723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1176597038 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1176597038], ["username", "billy_39"], ["access_token", "964ea6c8fd68ba98fb13f55cbbe941f5"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:51:47.925407"], ["updated_at", "2016-10-27 20:51:47.925407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -180251149 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -180251149], ["username", "billy_40"], ["access_token", "17160dd4277a9709df6ff2fdae46b54f"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:51:47.927133"], ["updated_at", "2016-10-27 20:51:47.927133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -772972833 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -772972833], ["username", "billy_41"], ["access_token", "1286fbb7afd3f176a9418e61df19274c"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:51:47.928843"], ["updated_at", "2016-10-27 20:51:47.928843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -164956861 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -164956861], ["username", "billy_42"], ["access_token", "71236d5271c2aba62b97842938646f19"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:51:47.930535"], ["updated_at", "2016-10-27 20:51:47.930535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -843023641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -843023641], ["username", "billy_43"], ["access_token", "920540afb0947bd2e2910235e45277f7"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:51:47.932423"], ["updated_at", "2016-10-27 20:51:47.932423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1921196413 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1921196413], ["username", "billy_44"], ["access_token", "865b56902ebe3c8ce5217b4859d23b1b"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:51:47.934158"], ["updated_at", "2016-10-27 20:51:47.934158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -983865003 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -983865003], ["username", "billy_45"], ["access_token", "2174195453d18b46faba53042dd6394e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:51:47.935886"], ["updated_at", "2016-10-27 20:51:47.935886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1052986902 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1052986902], ["username", "billy_46"], ["access_token", "32fef620e6e04a745b868fca282e7776"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:51:47.937609"], ["updated_at", "2016-10-27 20:51:47.937609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1316564362 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1316564362], ["username", "billy_47"], ["access_token", "58fe12c2d4f83a9385a1541b99f22152"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:51:47.939294"], ["updated_at", "2016-10-27 20:51:47.939294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -463820596 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -463820596], ["username", "billy_48"], ["access_token", "1c1fea9aed0fcbe57311cb0b4958d378"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:51:47.940993"], ["updated_at", "2016-10-27 20:51:47.940993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -617552514 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -617552514], ["username", "billy_49"], ["access_token", "d7187134856f411e6fcf936067499690"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:51:47.942698"], ["updated_at", "2016-10-27 20:51:47.942698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897382317 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -897382317], ["username", "jstrav"], ["access_token", "eea19eec623e4b02dce1be7a26b72686"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:47.963579"], ["updated_at", "2016-10-27 20:51:47.963579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -422722672 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -422722672], ["username", "mary"], ["access_token", "db6bb90d7d81dc80d34b549a2b965c03"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:47.966835"], ["updated_at", "2016-10-27 20:51:47.966835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1765924217 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1765924217], ["username", "jstead"], ["access_token", "95db3488d85a0552b2da433e9e55b8ae"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:47.969603"], ["updated_at", "2016-10-27 20:51:47.969603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1742376524 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1742376524], ["username", "bigbear"], ["access_token", "e842f3b53aaeb76bba45442ed2ff7d55"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:47.971834"], ["updated_at", "2016-10-27 20:51:47.971834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -701115013 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -701115013], ["username", "billy_00"], ["access_token", "e2b0baf89edeae40816b84f1e7af668e"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:51:47.973854"], ["updated_at", "2016-10-27 20:51:47.973854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1273842307 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1273842307], ["username", "billy_01"], ["access_token", "2482de50baead819edbac430bd89ff03"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:51:47.975794"], ["updated_at", "2016-10-27 20:51:47.975794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1364583922 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1364583922], ["username", "billy_02"], ["access_token", "7d93dd25fc30c32337edc574b85b66e1"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:51:47.977539"], ["updated_at", "2016-10-27 20:51:47.977539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -321755102 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -321755102], ["username", "billy_03"], ["access_token", "c3fb92e94ad5b266b2b4dcea700eb574"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:51:47.979272"], ["updated_at", "2016-10-27 20:51:47.979272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -318521630 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -318521630], ["username", "billy_04"], ["access_token", "24fc8c60a08d6380f164ea3e72fa9691"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:51:47.981003"], ["updated_at", "2016-10-27 20:51:47.981003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1214347811 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1214347811], ["username", "billy_05"], ["access_token", "c0ea91fea0034b3eff6b0080acfb5c95"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:51:47.982711"], ["updated_at", "2016-10-27 20:51:47.982711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -91471393 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -91471393], ["username", "billy_06"], ["access_token", "59319ad7f5e741aab379cea71ed2a870"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:51:47.984432"], ["updated_at", "2016-10-27 20:51:47.984432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1728443379 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1728443379], ["username", "billy_07"], ["access_token", "d75acd8c770e46ede8a9ba283828e0e2"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:51:47.986192"], ["updated_at", "2016-10-27 20:51:47.986192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931304127 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -931304127], ["username", "billy_08"], ["access_token", "6bf6fe662874d3f33fa28e8c2a8ac266"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:51:47.987885"], ["updated_at", "2016-10-27 20:51:47.987885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195371766 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1195371766], ["username", "billy_09"], ["access_token", "bed34bb1d1961c52054ddcc60b955787"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:51:47.989599"], ["updated_at", "2016-10-27 20:51:47.989599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1971271525 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1971271525], ["username", "billy_10"], ["access_token", "3db28b6ba9c4140bf64e42609b32ccaf"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:51:47.991363"], ["updated_at", "2016-10-27 20:51:47.991363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1104690090 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1104690090], ["username", "billy_11"], ["access_token", "4119f01e33bb51a415e00dabc1a30ca3"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:51:47.993012"], ["updated_at", "2016-10-27 20:51:47.993012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1214361838 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1214361838], ["username", "billy_12"], ["access_token", "47ff78149aafec0d5d915705b19e6a27"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:51:47.994703"], ["updated_at", "2016-10-27 20:51:47.994703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -12811837 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -12811837], ["username", "billy_13"], ["access_token", "729ffa0d1308bdcabc5c1cb699d7728e"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:51:47.996735"], ["updated_at", "2016-10-27 20:51:47.996735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -223740440 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -223740440], ["username", "billy_14"], ["access_token", "9b927ef94c75f6fd10f4d0bb6d8d72cc"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:51:47.998496"], ["updated_at", "2016-10-27 20:51:47.998496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945091590 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -945091590], ["username", "billy_15"], ["access_token", "b6274dc840c4152f0e42217532e6f25d"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:51:48.000226"], ["updated_at", "2016-10-27 20:51:48.000226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1421230285 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1421230285], ["username", "billy_16"], ["access_token", "381ff5657f7d0c125661fba6c1269f5b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:51:48.001956"], ["updated_at", "2016-10-27 20:51:48.001956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -964866468 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -964866468], ["username", "billy_17"], ["access_token", "58bb7d892851806d3bf0ad419309a90f"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:51:48.003661"], ["updated_at", "2016-10-27 20:51:48.003661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -244192060 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -244192060], ["username", "billy_18"], ["access_token", "47fd481f4cc5e0c901665b4bf7331bc7"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:51:48.005576"], ["updated_at", "2016-10-27 20:51:48.005576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -277579580 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -277579580], ["username", "billy_19"], ["access_token", "a3307540929c75e2a836d28b64161242"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:51:48.007277"], ["updated_at", "2016-10-27 20:51:48.007277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -208660201 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -208660201], ["username", "billy_20"], ["access_token", "c542a1a90814eee92412b6b192557981"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:51:48.008977"], ["updated_at", "2016-10-27 20:51:48.008977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -668595923 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -668595923], ["username", "billy_21"], ["access_token", "170403adcebb7ced6d3ff6250df878ad"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:51:48.011512"], ["updated_at", "2016-10-27 20:51:48.011512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1246111446 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1246111446], ["username", "billy_22"], ["access_token", "6e47c4ccc0ebf2dc52fbb532f6fb73b7"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:51:48.013429"], ["updated_at", "2016-10-27 20:51:48.013429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1140467254 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1140467254], ["username", "billy_23"], ["access_token", "57ccf8267f0ed7ceafdbd84eef0ddae1"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:51:48.015175"], ["updated_at", "2016-10-27 20:51:48.015175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236988672 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -236988672], ["username", "billy_24"], ["access_token", "3fde517a2589c8fe4e97f8a416151e68"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:51:48.016894"], ["updated_at", "2016-10-27 20:51:48.016894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1973163346 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1973163346], ["username", "billy_25"], ["access_token", "c027baa4211527382db827a2ea343888"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:51:48.018739"], ["updated_at", "2016-10-27 20:51:48.018739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220731539 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1220731539], ["username", "billy_26"], ["access_token", "40425652c868c120431b7dd7cd2262b2"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:51:48.020454"], ["updated_at", "2016-10-27 20:51:48.020454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488337593 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -488337593], ["username", "billy_27"], ["access_token", "42b7ba4f4fc76a24e9a284c4d71827e9"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:51:48.022245"], ["updated_at", "2016-10-27 20:51:48.022245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1416334575 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1416334575], ["username", "billy_28"], ["access_token", "dfe2e7e97c354e85a491949b0d12379c"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:51:48.023922"], ["updated_at", "2016-10-27 20:51:48.023922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696797241 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -696797241], ["username", "billy_29"], ["access_token", "69fa54680e1e1e2718a566d41c670af9"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:51:48.025630"], ["updated_at", "2016-10-27 20:51:48.025630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1995589523 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1995589523], ["username", "billy_30"], ["access_token", "174b2ebd759b82ac24100c163517979a"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:51:48.027424"], ["updated_at", "2016-10-27 20:51:48.027424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1412673081 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1412673081], ["username", "billy_31"], ["access_token", "e3f1e4097693b6b9619a5187b3f38d85"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:51:48.029283"], ["updated_at", "2016-10-27 20:51:48.029283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1417125867 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1417125867], ["username", "billy_32"], ["access_token", "011117861e3bfb09837c2009ee1631e9"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:51:48.031164"], ["updated_at", "2016-10-27 20:51:48.031164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1808835138 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1808835138], ["username", "billy_33"], ["access_token", "b6c95f5156efa48f056010e05c8870a1"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:51:48.032923"], ["updated_at", "2016-10-27 20:51:48.032923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -736644662 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -736644662], ["username", "billy_34"], ["access_token", "5d40ae094b12aeb6dcb981fc7967f72d"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:51:48.034651"], ["updated_at", "2016-10-27 20:51:48.034651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -26734890 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -26734890], ["username", "billy_35"], ["access_token", "f9d5f4bc19b67a01e30697a04f44451a"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:51:48.036364"], ["updated_at", "2016-10-27 20:51:48.036364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1262978539 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1262978539], ["username", "billy_36"], ["access_token", "b1c9d0e6279cf9690dd4cafcb5c80008"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:51:48.038073"], ["updated_at", "2016-10-27 20:51:48.038073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1113175981 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1113175981], ["username", "billy_37"], ["access_token", "e04e86569ec590de7ffe3e79682da8dd"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:51:48.039777"], ["updated_at", "2016-10-27 20:51:48.039777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -321855295 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -321855295], ["username", "billy_38"], ["access_token", "b7c2f2d690b699de1c0bb3f7a21e0d6a"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:51:48.041473"], ["updated_at", "2016-10-27 20:51:48.041473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1703405257 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1703405257], ["username", "billy_39"], ["access_token", "e58b3dd2b47f3a845f6e9f98057bdf2d"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:51:48.043255"], ["updated_at", "2016-10-27 20:51:48.043255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1371143092 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1371143092], ["username", "billy_40"], ["access_token", "df75a4461723a77c740324e2456b5589"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:51:48.044938"], ["updated_at", "2016-10-27 20:51:48.044938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659184153 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1659184153], ["username", "billy_41"], ["access_token", "0975d706c2200f8681095dcb1260c569"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:51:48.046614"], ["updated_at", "2016-10-27 20:51:48.046614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657843199 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -657843199], ["username", "billy_42"], ["access_token", "b0508d16891dba3a2485239f3f7ab8bf"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:51:48.048299"], ["updated_at", "2016-10-27 20:51:48.048299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -570603782 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -570603782], ["username", "billy_43"], ["access_token", "a4d51640c96dd71efa03066440a38086"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:51:48.049981"], ["updated_at", "2016-10-27 20:51:48.049981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507051983 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1507051983], ["username", "billy_44"], ["access_token", "0871db7076f123fe5bb28acef1cf03af"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:51:48.051691"], ["updated_at", "2016-10-27 20:51:48.051691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -354101911 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -354101911], ["username", "billy_45"], ["access_token", "b442379e5e629ff4a74895692a679fd4"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:51:48.053385"], ["updated_at", "2016-10-27 20:51:48.053385"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1933153933 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1933153933], ["username", "billy_46"], ["access_token", "1865fe2dce48f6ee11f75b94ded7b530"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:51:48.055091"], ["updated_at", "2016-10-27 20:51:48.055091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -345077419 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -345077419], ["username", "billy_47"], ["access_token", "4f4d26f20c2e2a5bc3a4f25e065aa7a4"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:51:48.056798"], ["updated_at", "2016-10-27 20:51:48.056798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668882949 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1668882949], ["username", "billy_48"], ["access_token", "082cd0538cee06c7b14fcc86a05f0724"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:51:48.058476"], ["updated_at", "2016-10-27 20:51:48.058476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -996997758 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -996997758], ["username", "billy_49"], ["access_token", "f435a4c58689bb7449f1a4bf0787544e"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:51:48.060389"], ["updated_at", "2016-10-27 20:51:48.060389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -84849391 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -84849391], ["username", "jstrav"], ["access_token", "255ab0f706131f9b2ae1f8bf7a46bbc0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:48.076954"], ["updated_at", "2016-10-27 20:51:48.076954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -705985578 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -705985578], ["username", "mary"], ["access_token", "e91e3f986509dab66d2c4faac6861989"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:48.079153"], ["updated_at", "2016-10-27 20:51:48.079153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -347467670 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -347467670], ["username", "jstead"], ["access_token", "526af557e18412d5ddf0fc75cf0c18a1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:48.081086"], ["updated_at", "2016-10-27 20:51:48.081086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -967461390 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -967461390], ["username", "bigbear"], ["access_token", "5780b24c8d218ccd7ec6ed6839d9c527"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:48.082867"], ["updated_at", "2016-10-27 20:51:48.082867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1646571001 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1646571001], ["username", "billy_00"], ["access_token", "f6271a321025e60f87bef0436065e2e6"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:51:48.084722"], ["updated_at", "2016-10-27 20:51:48.084722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220428534 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1220428534], ["username", "billy_01"], ["access_token", "02e6dd29a65f1a5702c6c1808dc4c504"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:51:48.086503"], ["updated_at", "2016-10-27 20:51:48.086503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -377312612 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -377312612], ["username", "billy_02"], ["access_token", "de72ee6b33cae4b403148ba4bfa581e6"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:51:48.088369"], ["updated_at", "2016-10-27 20:51:48.088369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2102069852 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2102069852], ["username", "billy_03"], ["access_token", "dd3d30d4860a16f1c769ee675268756a"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:51:48.090263"], ["updated_at", "2016-10-27 20:51:48.090263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -188127082 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -188127082], ["username", "billy_04"], ["access_token", "8e3d5f672ccc321e1e731c5be1c631eb"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:51:48.092294"], ["updated_at", "2016-10-27 20:51:48.092294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -457893064 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -457893064], ["username", "billy_05"], ["access_token", "91a731552bafc8f7cefd7958b6f92c8e"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:51:48.094097"], ["updated_at", "2016-10-27 20:51:48.094097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1211930515 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1211930515], ["username", "billy_06"], ["access_token", "c6a30eaf4caf9927ee234955474b5224"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:51:48.095945"], ["updated_at", "2016-10-27 20:51:48.095945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524640662 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1524640662], ["username", "billy_07"], ["access_token", "a4c0241aba68df04f8cc947af55f1c1d"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:51:48.097717"], ["updated_at", "2016-10-27 20:51:48.097717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -83072747 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -83072747], ["username", "billy_08"], ["access_token", "94bb1eff10768112706f9918eb1a3125"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:51:48.099479"], ["updated_at", "2016-10-27 20:51:48.099479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1818500599 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1818500599], ["username", "billy_09"], ["access_token", "39ce62b9b41ae1721bd88c56acbcb859"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:51:48.101230"], ["updated_at", "2016-10-27 20:51:48.101230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -453109071 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -453109071], ["username", "billy_10"], ["access_token", "bd0fed850218b87392dbfaa0a6ffbf8b"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:51:48.103004"], ["updated_at", "2016-10-27 20:51:48.103004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1424232638 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1424232638], ["username", "billy_11"], ["access_token", "807705ca887fbd4fc613c4d9add8100b"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:51:48.104806"], ["updated_at", "2016-10-27 20:51:48.104806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -139662601 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -139662601], ["username", "billy_12"], ["access_token", "01b7cd8682b9e683f16fc48c1059474f"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:51:48.106537"], ["updated_at", "2016-10-27 20:51:48.106537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1321056388 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1321056388], ["username", "billy_13"], ["access_token", "74e9f64a8e2ef551262eee823ba92965"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:51:48.108269"], ["updated_at", "2016-10-27 20:51:48.108269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -600422890 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -600422890], ["username", "billy_14"], ["access_token", "064389a4ef8faff700db0d1c8a3ba643"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:51:48.111086"], ["updated_at", "2016-10-27 20:51:48.111086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1705821207 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1705821207], ["username", "billy_15"], ["access_token", "5fc49adc7d88bc8d99b281d1dbda3898"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:51:48.113087"], ["updated_at", "2016-10-27 20:51:48.113087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -463052692 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -463052692], ["username", "billy_16"], ["access_token", "0ceaaafd6472922bb4143fdb13b05119"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:51:48.114952"], ["updated_at", "2016-10-27 20:51:48.114952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1477922824 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1477922824], ["username", "billy_17"], ["access_token", "4bb26b021596ed350d9f74f4f7004fb7"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:51:48.116806"], ["updated_at", "2016-10-27 20:51:48.116806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1036583711 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1036583711], ["username", "billy_18"], ["access_token", "005b8a332ab68929ed3ad31a05c62c01"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:51:48.118581"], ["updated_at", "2016-10-27 20:51:48.118581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -292379556 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -292379556], ["username", "billy_19"], ["access_token", "8d6772c35fc82d86d4cc8ea4c1762124"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:51:48.120331"], ["updated_at", "2016-10-27 20:51:48.120331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1196538636 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1196538636], ["username", "billy_20"], ["access_token", "d04d2fc5123cfa9df34e002b06f2cf79"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:51:48.122130"], ["updated_at", "2016-10-27 20:51:48.122130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -110053036 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -110053036], ["username", "billy_21"], ["access_token", "d231ce33f249a6c272766395bcadd8e9"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:51:48.124116"], ["updated_at", "2016-10-27 20:51:48.124116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1938101449 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1938101449], ["username", "billy_22"], ["access_token", "78df5346e9cbc3d3177b09f5362ec7ff"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:51:48.125866"], ["updated_at", "2016-10-27 20:51:48.125866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462656003 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1462656003], ["username", "billy_23"], ["access_token", "dce272ba58ee26db31095bbf0fb8d164"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:51:48.127642"], ["updated_at", "2016-10-27 20:51:48.127642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -400701905 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -400701905], ["username", "billy_24"], ["access_token", "d0650496c96ee22b60ad4c52053e005c"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:51:48.129417"], ["updated_at", "2016-10-27 20:51:48.129417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -148650968 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -148650968], ["username", "billy_25"], ["access_token", "786497d2d8016ecf4d02c2c3c8574885"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:51:48.131196"], ["updated_at", "2016-10-27 20:51:48.131196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -724869057 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -724869057], ["username", "billy_26"], ["access_token", "f9366eafc53cc163982ae7c875e4466a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:51:48.132990"], ["updated_at", "2016-10-27 20:51:48.132990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1364047168 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1364047168], ["username", "billy_27"], ["access_token", "f85573bdf34127d5f83f1c1187873d99"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:51:48.134779"], ["updated_at", "2016-10-27 20:51:48.134779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2095217203 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2095217203], ["username", "billy_28"], ["access_token", "d7e6681f901d115863ffb9b9543349ed"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:51:48.136533"], ["updated_at", "2016-10-27 20:51:48.136533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1840113325 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1840113325], ["username", "billy_29"], ["access_token", "ff17ee7572e7df5e8232357ace954f6a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:51:48.138311"], ["updated_at", "2016-10-27 20:51:48.138311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -817563557 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -817563557], ["username", "billy_30"], ["access_token", "de057f5577c139cf0a8e34f4ea8e4da3"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:51:48.140061"], ["updated_at", "2016-10-27 20:51:48.140061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -629496062 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -629496062], ["username", "billy_31"], ["access_token", "578631472f85ddc45a175569d2b878f4"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:51:48.141838"], ["updated_at", "2016-10-27 20:51:48.141838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1635938968 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1635938968], ["username", "billy_32"], ["access_token", "0ce44d3bf24185669c54c15ffd1d7e75"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:51:48.143580"], ["updated_at", "2016-10-27 20:51:48.143580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1721934851 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1721934851], ["username", "billy_33"], ["access_token", "d533916c440bb8cbdc11b3734db33400"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:51:48.145341"], ["updated_at", "2016-10-27 20:51:48.145341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -461645498 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -461645498], ["username", "billy_34"], ["access_token", "b5edd418b8db1dc693ec13e8046e6770"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:51:48.147091"], ["updated_at", "2016-10-27 20:51:48.147091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -275639556 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -275639556], ["username", "billy_35"], ["access_token", "ad331ddeeeb6f4644ea009b4d4e2381b"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:51:48.148937"], ["updated_at", "2016-10-27 20:51:48.148937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1745620488 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1745620488], ["username", "billy_36"], ["access_token", "1fc02d4ad2b06c734e1bf8a036c5052f"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:51:48.150724"], ["updated_at", "2016-10-27 20:51:48.150724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718679156 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718679156], ["username", "billy_37"], ["access_token", "ea45e6b3afd60f41878358fbd93d78b2"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:51:48.152445"], ["updated_at", "2016-10-27 20:51:48.152445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -327124122 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -327124122], ["username", "billy_38"], ["access_token", "ca59f6cc30ad1bafa476daeebeaae7dd"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:51:48.154272"], ["updated_at", "2016-10-27 20:51:48.154272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1458294190 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1458294190], ["username", "billy_39"], ["access_token", "775b3355c9fe8fdea9edb68fc4152d2c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:51:48.156143"], ["updated_at", "2016-10-27 20:51:48.156143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -75537251 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -75537251], ["username", "billy_40"], ["access_token", "d57a44a42edca38e87d9fa7e80065b70"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:51:48.157850"], ["updated_at", "2016-10-27 20:51:48.157850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1749472895 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1749472895], ["username", "billy_41"], ["access_token", "2583dfd6146957d32783c009e3c586e7"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:51:48.159618"], ["updated_at", "2016-10-27 20:51:48.159618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1779520779 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1779520779], ["username", "billy_42"], ["access_token", "a9e9cb70a82b2a20bbe350af8b41ea0c"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:51:48.161393"], ["updated_at", "2016-10-27 20:51:48.161393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2016681753 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2016681753], ["username", "billy_43"], ["access_token", "a437da679cd986598578dbfe9584ac74"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:51:48.163212"], ["updated_at", "2016-10-27 20:51:48.163212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -196407292 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -196407292], ["username", "billy_44"], ["access_token", "876e5ad7bfd3316549b32ebd7fe94bc3"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:51:48.165078"], ["updated_at", "2016-10-27 20:51:48.165078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1263934837 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1263934837], ["username", "billy_45"], ["access_token", "7948dbff4bea488ef3c01e142d3bdac3"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:51:48.166911"], ["updated_at", "2016-10-27 20:51:48.166911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -380550540 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -380550540], ["username", "billy_46"], ["access_token", "edd48766654b56b4c0994e9985469d3a"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:51:48.168958"], ["updated_at", "2016-10-27 20:51:48.168958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1337935687 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1337935687], ["username", "billy_47"], ["access_token", "1c94120003ec8423c9918cfc1b8dba5f"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:51:48.171452"], ["updated_at", "2016-10-27 20:51:48.171452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160913355 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -160913355], ["username", "billy_48"], ["access_token", "00ecab3b80e1d0f059509060ac9706d3"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:51:48.173730"], ["updated_at", "2016-10-27 20:51:48.173730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1950813842 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1950813842], ["username", "billy_49"], ["access_token", "95c531fca1cdde8a81adf7e72b5efc36"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:51:48.176027"], ["updated_at", "2016-10-27 20:51:48.176027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:51:48.189630"], ["updated_at", "2016-10-27 20:51:48.189630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -764922392 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -764922392], ["username", "0cc88747dc0e993ee58bd99379348f85"], ["access_token", "5a864fcf63e640ea698b4de80a7d603d"], ["created_at", "2016-10-27 20:51:48.236958"], ["updated_at", "2016-10-27 20:51:48.236958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -206765288 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -206765288], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:48.246478"], ["updated_at", "2016-10-27 20:51:48.246478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1381274899 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1381274899], ["username", "1aafcd4761aeacdb4a5c764ff98c84f0"], ["access_token", "3694785d45e1b13da8c2e026930c79ca"], ["created_at", "2016-10-27 20:51:48.253940"], ["updated_at", "2016-10-27 20:51:48.253940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-206765288/owners/-1381274899" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-206765288", "user_id"=>"-1381274899", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1661343624 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1661343624], ["username", "a8aba30a2b77e962e859d9fa53927bd1"], ["access_token", "1af284e393c7599fa6c3000e8f5df7e8"], ["created_at", "2016-10-27 20:51:48.270827"], ["updated_at", "2016-10-27 20:51:48.270827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2087044803 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2087044803], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:48.274876"], ["updated_at", "2016-10-27 20:51:48.274876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1072809 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1072809], ["username", "399ba60fdfde640d0b8e7e7e42c019ab"], ["access_token", "6702c3ab541123975c528c59cde638d8"], ["created_at", "2016-10-27 20:51:48.277923"], ["updated_at", "2016-10-27 20:51:48.277923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = -2087044803) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -2087044803], ["user_id", -1072809], ["created_at", "2016-10-27 20:51:48.281137"], ["updated_at", "2016-10-27 20:51:48.281137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-2087044803/owners/-1072809" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-2087044803", "user_id"=>"-1072809", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:51:48.293974"], ["updated_at", "2016-10-27 20:51:48.293974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:51:48.317267"], ["updated_at", "2016-10-27 20:51:48.317267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1168100769 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1168100769], ["username", "32ed01f20dcf42b21925852e583276b9"], ["access_token", "f393e9c62f193ad8b725cf564f71491f"], ["created_at", "2016-10-27 20:51:48.336254"], ["updated_at", "2016-10-27 20:51:48.336254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -830327748 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -830327748], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:48.341371"], ["updated_at", "2016-10-27 20:51:48.341371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1437935930 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1437935930], ["username", "0012dcc640ecfbf46049a50fd4f54aca"], ["access_token", "548a2adab0fb1be7466a1e155723ed64"], ["created_at", "2016-10-27 20:51:48.344828"], ["updated_at", "2016-10-27 20:51:48.344828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-830327748/members/-1437935930" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-830327748", "user_id"=>"-1437935930", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -944645425 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -944645425], ["username", "b168cabfbbc12fd055a0f13969a5fdf0"], ["access_token", "31fca107e85cd2fdd16af6a09ac6b477"], ["created_at", "2016-10-27 20:51:48.362569"], ["updated_at", "2016-10-27 20:51:48.362569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1968720633 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1968720633], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:48.365161"], ["updated_at", "2016-10-27 20:51:48.365161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2107658963 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2107658963], ["username", "ff3cb8d7d8c440c2c777d6ac650db248"], ["access_token", "16a778e3b4b8f1b0c39adc38f17407cd"], ["created_at", "2016-10-27 20:51:48.367434"], ["updated_at", "2016-10-27 20:51:48.367434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = -1968720633) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1968720633], ["user_id", -2107658963], ["created_at", "2016-10-27 20:51:48.369948"], ["updated_at", "2016-10-27 20:51:48.369948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1968720633/members/-2107658963" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1968720633", "user_id"=>"-2107658963", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -738511544 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -738511544], ["username", "6af65a96805507b9a9c25170041cc9a2"], ["access_token", "39456e69a5bbbefc1de2f9ef0fc70784"], ["created_at", "2016-10-27 20:51:48.382851"], ["updated_at", "2016-10-27 20:51:48.382851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2021159548 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2021159548], ["username", "e252a6b481863555714df6ee32c5d5bd"], ["access_token", "59f691b99dcfb5c7452b89dfc72797b8"], ["created_at", "2016-10-27 20:51:48.407058"], ["updated_at", "2016-10-27 20:51:48.407058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -485229378 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -485229378], ["username", "867e09402ef4b39370b55fcf3dd8ddb5"], ["access_token", "a43b2ee40b9d5c8a379bbd6bef49c6cb"], ["created_at", "2016-10-27 20:51:48.426306"], ["updated_at", "2016-10-27 20:51:48.426306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1739176880 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1739176880], ["username", "7b7d6daded62d90ad28cbc74c7afbac7"], ["access_token", "d9b4d1d6d3b8c1780e6edc972f4d1d9f"], ["created_at", "2016-10-27 20:51:48.444473"], ["updated_at", "2016-10-27 20:51:48.444473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"7b7d6daded62d90ad28cbc74c7afbac7", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"7b7d6daded62d90ad28cbc74c7afbac7", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -681870340 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -681870340], ["username", "5c545a67219e38dbec350cf5390e5d7d"], ["access_token", "074c96648b1cf30c5857c3383a846352"], ["created_at", "2016-10-27 20:51:48.455906"], ["updated_at", "2016-10-27 20:51:48.455906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1553725180 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1553725180], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:48.458094"], ["updated_at", "2016-10-27 20:51:48.458094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030028646 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1030028646], ["username", "37a032ba59a8ef1c4180053bd1847126"], ["access_token", "85c43eb6114ec36c343e3caac95ae50e"], ["created_at", "2016-10-27 20:51:48.473782"], ["updated_at", "2016-10-27 20:51:48.473782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -997919570 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -997919570], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:48.476230"], ["updated_at", "2016-10-27 20:51:48.476230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -997919570 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-997919570" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-997919570", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542557751 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -542557751], ["username", "384652d8f11ee4573ca7ee620ec73ad5"], ["access_token", "16290c28664d616c581213d86c6cc4f5"], ["created_at", "2016-10-27 20:51:48.489488"], ["updated_at", "2016-10-27 20:51:48.489488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1720970478 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1720970478], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:48.491660"], ["updated_at", "2016-10-27 20:51:48.491660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1720970478 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-1720970478" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-1720970478", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -742810425 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -742810425], ["username", "31a04cb08c2b1d0ae2d7edf5ee3ca605"], ["access_token", "e4f0b744b646460ccbbbf2810e5a9903"], ["created_at", "2016-10-27 20:51:48.504985"], ["updated_at", "2016-10-27 20:51:48.504985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1118821295 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1118821295], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:48.509984"], ["updated_at", "2016-10-27 20:51:48.509984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1880972224 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1880972224], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:48.512979"], ["updated_at", "2016-10-27 20:51:48.512979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1118821295/nestings/-1880972224" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1118821295", "member_group_id"=>"-1880972224", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1390310164 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1390310164], ["username", "390a4c62d6942559973f9a020451f3c3"], ["access_token", "7a9b2316559d9ffa38f1815b0cd8d7b2"], ["created_at", "2016-10-27 20:51:48.531917"], ["updated_at", "2016-10-27 20:51:48.531917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -992839029 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -992839029], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:48.534447"], ["updated_at", "2016-10-27 20:51:48.534447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -429535203 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -429535203], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:48.536563"], ["updated_at", "2016-10-27 20:51:48.536563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -429535203]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -429535203 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -992839029]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -992839029 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -429535203 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -992839029 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -992839029], ["member_group_id", -429535203], ["created_at", "2016-10-27 20:51:48.538904"], ["updated_at", "2016-10-27 20:51:48.538904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-992839029/nestings/-429535203" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-992839029", "member_group_id"=>"-429535203", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:51:48.574094"], ["updated_at", "2016-10-27 20:51:48.574094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:51:48.599253"], ["updated_at", "2016-10-27 20:51:48.599253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:51:48.618005"], ["updated_at", "2016-10-27 20:51:48.618005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 0]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 0 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 0], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["created_at", "2016-10-27 20:51:48.637070"], ["updated_at", "2016-10-27 20:51:48.637070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 18], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["created_at", "2016-10-27 20:51:48.641827"], ["updated_at", "2016-10-27 20:51:48.641827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "3c155e"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3c155e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "3c155e"], ["created_at", "2016-10-27 20:51:48.669876"], ["updated_at", "2016-10-27 20:51:48.669876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-10-27 20:51:48.677321"], ["updated_at", "2016-10-27 20:51:48.677321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-10-27 20:51:48.684224"], ["updated_at", "2016-10-27 20:51:48.684224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "4c1303"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4c1303' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "salesforce_contact_id", "faculty_status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "4c1303"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["salesforce_contact_id", "b0b"], ["faculty_status", 3], ["created_at", "2016-10-27 20:51:48.696391"], ["updated_at", "2016-10-27 20:51:48.696391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-10-27 20:51:48.702190"], ["updated_at", "2016-10-27 20:51:48.702190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-10-27 20:51:48.703917"], ["updated_at", "2016-10-27 20:51:48.703917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-10-27 20:51:48.705803"], ["updated_at", "2016-10-27 20:51:48.705803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2016-10-27 20:51:48.707890"], ["updated_at", "2016-10-27 20:51:48.707890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-10-27 20:51:48.709481"], ["updated_at", "2016-10-27 20:51:48.709481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-10-27 20:51:48.711448"], ["updated_at", "2016-10-27 20:51:48.711448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2016-10-27 20:51:48.713185"], ["updated_at", "2016-10-27 20:51:48.713185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2016-10-27 20:51:48.764722"], ["updated_at", "2016-10-27 20:51:48.764722"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-10-27 20:51:48.766165"], ["updated_at", "2016-10-27 20:51:48.766165"]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-10-27 20:51:48.767536"], ["updated_at", "2016-10-27 20:51:48.767536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-10-27 20:51:48.772322"], ["updated_at", "2016-10-27 20:51:48.772322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-10-27 20:51:48.774084"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-10-27 20:51:48.827821"], ["updated_at", "2016-10-27 20:51:48.827821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-10-27 20:51:48.832567"], ["updated_at", "2016-10-27 20:51:48.832567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-10-27 20:51:48.835877"], ["updated_at", "2016-10-27 20:51:48.835877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-27 15:51:48 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "c57200c94ccbe2963ad40480fb927d69"], ["access_token", "795e63ad236206e3b0cf45b45a721c8d"], ["openstax_uid", 1], ["created_at", "2016-10-27 20:51:48.875501"], ["updated_at", "2016-10-27 20:51:48.875501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "fd9c9a05c3be641fc1ed3b090516808b"], ["created_at", "2016-10-27 20:51:48.884064"], ["updated_at", "2016-10-27 20:51:48.884064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:51:48.888612"], ["updated_at", "2016-10-27 20:51:48.888612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "4820b2205f76b01601f91cf4d368effe"], ["created_at", "2016-10-27 20:51:48.891144"], ["updated_at", "2016-10-27 20:51:48.891144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-10-27 20:51:48.892538"], ["updated_at", "2016-10-27 20:51:48.892538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -21370162 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -21370162], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:48.894496"], ["updated_at", "2016-10-27 20:51:48.894496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1537659138 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1537659138], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:48.896345"], ["updated_at", "2016-10-27 20:51:48.896345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1537659138]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1537659138 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -21370162]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -21370162 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1537659138 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -21370162 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -21370162], ["member_group_id", -1537659138], ["created_at", "2016-10-27 20:51:48.898186"], ["updated_at", "2016-10-27 20:51:48.898186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1537659138) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1537659138) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1537659138], ["user_id", 1], ["created_at", "2016-10-27 20:51:48.911656"], ["updated_at", "2016-10-27 20:51:48.911656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -1537659138) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1537659138]] SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -1537659138]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1537659138 - -21370162 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1537659138, -21370162) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-10-27 20:51:48.936162"], ["updated_at", "2016-10-27 20:51:48.936162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1537659138, -21370162) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-10-27 20:51:48.941429"], ["updated_at", "2016-10-27 20:51:48.941429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1537659138, -21370162) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-10-27 20:51:48.946176"], ["updated_at", "2016-10-27 20:51:48.946176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1537659138, -21370162) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1537659138, -21370162) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-10-27 20:51:48.952485"], ["updated_at", "2016-10-27 20:51:48.952485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1537659138, -21370162) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1537659138, -21370162) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1537659138, -21370162) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -441921445 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -441921445], ["username", "90bd521998000248e2487d69ad28b9d0"], ["access_token", "823f0602ebcdfdc837418b5e14ed389b"], ["created_at", "2016-10-27 20:51:48.963552"], ["updated_at", "2016-10-27 20:51:48.963552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -646562989) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", -646562989]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -646562989) LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -646562989 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -646562989], ["created_at", "2016-10-27 20:51:48.969065"], ["updated_at", "2016-10-27 20:51:48.969065"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -646562989) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -646562989], ["user_id", -441921445], ["created_at", "2016-10-27 20:51:48.971584"], ["updated_at", "2016-10-27 20:51:48.971584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -646562989]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? LIMIT 1 [["group_id", -646562989]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1539324044 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1539324044], ["username", "jstrav"], ["access_token", "e369ca5c0bea1472d8bd30a8276e7cc0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:48.986516"], ["updated_at", "2016-10-27 20:51:48.986516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1751199094 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1751199094], ["username", "mary"], ["access_token", "3ece206b264bcd6fbd20be816437284d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:48.988818"], ["updated_at", "2016-10-27 20:51:48.988818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1671981363 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1671981363], ["username", "jstead"], ["access_token", "dc45250599d574292949071825cf46ff"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:48.991018"], ["updated_at", "2016-10-27 20:51:48.991018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -256877773 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -256877773], ["username", "bigbear"], ["access_token", "208acf13c3341c88b5894569c2929e3a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:48.993116"], ["updated_at", "2016-10-27 20:51:48.993116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1038937184 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1038937184], ["username", "billy_00"], ["access_token", "1712ff1a8f97426412569e8de0283fbd"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:51:48.995635"], ["updated_at", "2016-10-27 20:51:48.995635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239851642 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -239851642], ["username", "billy_01"], ["access_token", "11c68cb9422bd20945e848d754f3b7e5"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:51:48.997877"], ["updated_at", "2016-10-27 20:51:48.997877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -930501554 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -930501554], ["username", "billy_02"], ["access_token", "624bb3dc6b428b3dcefe12a780140a49"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:51:48.999773"], ["updated_at", "2016-10-27 20:51:48.999773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -414518878 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -414518878], ["username", "billy_03"], ["access_token", "cfa80e8ff7f5ed66a5709d131fcd1ac3"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:51:49.001609"], ["updated_at", "2016-10-27 20:51:49.001609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -949348097 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -949348097], ["username", "billy_04"], ["access_token", "4647e6b12c8ca4ca1976226d86ca2086"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:51:49.003483"], ["updated_at", "2016-10-27 20:51:49.003483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1636785560 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1636785560], ["username", "billy_05"], ["access_token", "ad8ce9144e59a4129f9e6b80375e8b75"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:51:49.005381"], ["updated_at", "2016-10-27 20:51:49.005381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1576439028 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1576439028], ["username", "billy_06"], ["access_token", "98b10f9faab59381773b4c90fe15b099"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:51:49.007242"], ["updated_at", "2016-10-27 20:51:49.007242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677796308 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1677796308], ["username", "billy_07"], ["access_token", "6141314fae7c12337dd03141660d6276"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:51:49.009300"], ["updated_at", "2016-10-27 20:51:49.009300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656675768 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1656675768], ["username", "billy_08"], ["access_token", "aaba98afc221e3a24c90eed8a8c7c820"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:51:49.011772"], ["updated_at", "2016-10-27 20:51:49.011772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1714546800 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1714546800], ["username", "billy_09"], ["access_token", "eea3786590df78b57eb515be6aa25a23"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:51:49.013743"], ["updated_at", "2016-10-27 20:51:49.013743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -402052797 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -402052797], ["username", "billy_10"], ["access_token", "159c3ba170176e9a4d2906a5bb39d2a7"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:51:49.015715"], ["updated_at", "2016-10-27 20:51:49.015715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1955094834 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1955094834], ["username", "billy_11"], ["access_token", "cbcfe22d9b5919cda61528028c5ce6c0"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:51:49.017600"], ["updated_at", "2016-10-27 20:51:49.017600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1609734224 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1609734224], ["username", "billy_12"], ["access_token", "d5a23fa1fd7cc12ca3c1977fbf4cebe1"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:51:49.019464"], ["updated_at", "2016-10-27 20:51:49.019464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -383961972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -383961972], ["username", "billy_13"], ["access_token", "58023f17d07961798120ce31e9218a73"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:51:49.021382"], ["updated_at", "2016-10-27 20:51:49.021382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1745795618 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1745795618], ["username", "billy_14"], ["access_token", "83c55a697cf1ff8481875a84abff8577"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:51:49.023319"], ["updated_at", "2016-10-27 20:51:49.023319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -490881635 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -490881635], ["username", "billy_15"], ["access_token", "a72dbf3aafaa9ebb0a0e4e351ee4f4e5"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:51:49.025170"], ["updated_at", "2016-10-27 20:51:49.025170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -639732742 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -639732742], ["username", "billy_16"], ["access_token", "574b64c6aa5764dbe7f90fa82f6410dd"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:51:49.026966"], ["updated_at", "2016-10-27 20:51:49.026966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1330963380 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1330963380], ["username", "billy_17"], ["access_token", "4e60141e44d26f5f19227b56496d0956"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:51:49.028840"], ["updated_at", "2016-10-27 20:51:49.028840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -356232104 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -356232104], ["username", "billy_18"], ["access_token", "e1fffadac9de37e609d08f3bea0f6c82"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:51:49.030721"], ["updated_at", "2016-10-27 20:51:49.030721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1244823322 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1244823322], ["username", "billy_19"], ["access_token", "d640034a6c1d12281d140dc917d17b95"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:51:49.032639"], ["updated_at", "2016-10-27 20:51:49.032639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -401873637 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -401873637], ["username", "billy_20"], ["access_token", "8bdea81cc912dcbd8dd3c11d2eca7807"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:51:49.034431"], ["updated_at", "2016-10-27 20:51:49.034431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -738929118 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -738929118], ["username", "billy_21"], ["access_token", "b9926f1950f5e0dc6ad1793f342f0f3b"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:51:49.036312"], ["updated_at", "2016-10-27 20:51:49.036312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2015097196 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2015097196], ["username", "billy_22"], ["access_token", "34cf8f5a78596d8c3fd7158fb8525a91"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:51:49.038161"], ["updated_at", "2016-10-27 20:51:49.038161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1952593836 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1952593836], ["username", "billy_23"], ["access_token", "9579db6514c5ec62e0a9c5a960e6583a"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:51:49.040365"], ["updated_at", "2016-10-27 20:51:49.040365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236966389 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -236966389], ["username", "billy_24"], ["access_token", "97070b69b5c77ba4750c3d83c59572fb"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:51:49.042335"], ["updated_at", "2016-10-27 20:51:49.042335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -451042453 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -451042453], ["username", "billy_25"], ["access_token", "6307560a126038e3638fe656a09b1b06"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:51:49.044258"], ["updated_at", "2016-10-27 20:51:49.044258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1992395242 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1992395242], ["username", "billy_26"], ["access_token", "7c4cc70db98f52a257546a0aa9665de0"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:51:49.046127"], ["updated_at", "2016-10-27 20:51:49.046127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -870419134 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -870419134], ["username", "billy_27"], ["access_token", "4f5b8f203b617df57f56951829b50ac0"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:51:49.047952"], ["updated_at", "2016-10-27 20:51:49.047952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1872897953 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1872897953], ["username", "billy_28"], ["access_token", "a8ece431714fd81d759e4a3b0d2e602c"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:51:49.049952"], ["updated_at", "2016-10-27 20:51:49.049952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317138206 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -317138206], ["username", "billy_29"], ["access_token", "b6b9773da7eb227433a758414d31ff94"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:51:49.051858"], ["updated_at", "2016-10-27 20:51:49.051858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1614235580 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1614235580], ["username", "billy_30"], ["access_token", "9f4e56aa4d354306c46f59b6dd84a999"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:51:49.053654"], ["updated_at", "2016-10-27 20:51:49.053654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1440250311 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1440250311], ["username", "billy_31"], ["access_token", "cccc053a4b59fe9c354a29bbd6730608"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:51:49.055462"], ["updated_at", "2016-10-27 20:51:49.055462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -449025704 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -449025704], ["username", "billy_32"], ["access_token", "b683a58f622aaf27a6b5c76f1f6e4a40"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:51:49.057324"], ["updated_at", "2016-10-27 20:51:49.057324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1672525892 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1672525892], ["username", "billy_33"], ["access_token", "0aba4da08c3b02c45ca68fa90c1d4c04"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:51:49.059122"], ["updated_at", "2016-10-27 20:51:49.059122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2075819064 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2075819064], ["username", "billy_34"], ["access_token", "cab8cc2d547235658c79da88de2132c8"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:51:49.061008"], ["updated_at", "2016-10-27 20:51:49.061008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -137566425 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -137566425], ["username", "billy_35"], ["access_token", "d8d5cbaaea54b1bd31f7107381b45f17"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:51:49.062802"], ["updated_at", "2016-10-27 20:51:49.062802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -907908123 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -907908123], ["username", "billy_36"], ["access_token", "87580c74439d6a4e6fd4501c78581860"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:51:49.064561"], ["updated_at", "2016-10-27 20:51:49.064561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1275899572 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1275899572], ["username", "billy_37"], ["access_token", "1e3e429b6c7dbbcf5827f9eef0c34f10"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:51:49.066396"], ["updated_at", "2016-10-27 20:51:49.066396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1923022075 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1923022075], ["username", "billy_38"], ["access_token", "bf442409cc1efac7b626fbbd672eedad"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:51:49.068146"], ["updated_at", "2016-10-27 20:51:49.068146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2146157697 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2146157697], ["username", "billy_39"], ["access_token", "d924e4760af62ab14dbbbcd2fdb1fd4e"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:51:49.069924"], ["updated_at", "2016-10-27 20:51:49.069924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160210108 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -160210108], ["username", "billy_40"], ["access_token", "bbf49ddcb881458da5848b7e65680ecc"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:51:49.071946"], ["updated_at", "2016-10-27 20:51:49.071946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1885463797 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1885463797], ["username", "billy_41"], ["access_token", "3f2e02b1597cafa3e8b47d1c447ca477"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:51:49.073869"], ["updated_at", "2016-10-27 20:51:49.073869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1302874873 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1302874873], ["username", "billy_42"], ["access_token", "a81fa63eebe0dde9d63f818c8debf026"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:51:49.075655"], ["updated_at", "2016-10-27 20:51:49.075655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -854030119 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -854030119], ["username", "billy_43"], ["access_token", "5543d7020440b646eb493e08ebc33dcb"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:51:49.077502"], ["updated_at", "2016-10-27 20:51:49.077502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1218153467 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1218153467], ["username", "billy_44"], ["access_token", "fbc6e583c1623395b52bab4dcdf5f053"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:51:49.079257"], ["updated_at", "2016-10-27 20:51:49.079257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1182814593 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1182814593], ["username", "billy_45"], ["access_token", "ed7bafb89be599eb9fe940ac17ec9cbe"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:51:49.081042"], ["updated_at", "2016-10-27 20:51:49.081042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -729435054 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -729435054], ["username", "billy_46"], ["access_token", "5ef067b4f6bdb7efaa7fe61e6a43b32e"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:51:49.082840"], ["updated_at", "2016-10-27 20:51:49.082840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -840814518 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -840814518], ["username", "billy_47"], ["access_token", "c10e848fad02050bda757e6762a89972"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:51:49.084601"], ["updated_at", "2016-10-27 20:51:49.084601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1558455435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1558455435], ["username", "billy_48"], ["access_token", "90014f6e969224bbf0eca12be4f5e7e3"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:51:49.086337"], ["updated_at", "2016-10-27 20:51:49.086337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591135942 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1591135942], ["username", "billy_49"], ["access_token", "fe668c4f82d41edefc72cde8e68dec54"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:51:49.088084"], ["updated_at", "2016-10-27 20:51:49.088084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488350640 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -488350640], ["username", "jstrav"], ["access_token", "c8a128e678281b291cffe92211e028ec"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:49.095374"], ["updated_at", "2016-10-27 20:51:49.095374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -764535922 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -764535922], ["username", "mary"], ["access_token", "73caeacd7ba0c2c10946cb17fa1f118b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:49.097534"], ["updated_at", "2016-10-27 20:51:49.097534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -964724920 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -964724920], ["username", "jstead"], ["access_token", "fb603ca5e4998bbae36779d8bdae32fc"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:49.099467"], ["updated_at", "2016-10-27 20:51:49.099467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -193306472 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -193306472], ["username", "bigbear"], ["access_token", "3379953cdebd0856ce9e4aede9a12a6d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:49.101231"], ["updated_at", "2016-10-27 20:51:49.101231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1887293020 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1887293020], ["username", "billy_00"], ["access_token", "b9003277a22800a6633037b6bd13468e"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:51:49.103264"], ["updated_at", "2016-10-27 20:51:49.103264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101681180 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1101681180], ["username", "billy_01"], ["access_token", "64d7f2e6865c2361144439d3be8104ac"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:51:49.105150"], ["updated_at", "2016-10-27 20:51:49.105150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2047773694 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2047773694], ["username", "billy_02"], ["access_token", "dd7847cab3722bb07caddefcd64da6cc"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:51:49.106907"], ["updated_at", "2016-10-27 20:51:49.106907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -474661700 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -474661700], ["username", "billy_03"], ["access_token", "d008332ed768fe2f3106c46c897b01e0"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:51:49.108654"], ["updated_at", "2016-10-27 20:51:49.108654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1804938883 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1804938883], ["username", "billy_04"], ["access_token", "75f74d4430ee8bdcf1d63bfa4964042f"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:51:49.110447"], ["updated_at", "2016-10-27 20:51:49.110447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1872808274 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1872808274], ["username", "billy_05"], ["access_token", "9268a4e8a8d5c1bbe93bcada142d7e82"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:51:49.112268"], ["updated_at", "2016-10-27 20:51:49.112268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1201397483 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1201397483], ["username", "billy_06"], ["access_token", "13460904f4f76b0270e397c03a31332e"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:51:49.114023"], ["updated_at", "2016-10-27 20:51:49.114023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1068660186 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1068660186], ["username", "billy_07"], ["access_token", "cefee468e02b97aed7cd5d1a961363fb"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:51:49.115856"], ["updated_at", "2016-10-27 20:51:49.115856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -713946405 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -713946405], ["username", "billy_08"], ["access_token", "2f709e9232cb4a688a8a47b8050f0ab3"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:51:49.117595"], ["updated_at", "2016-10-27 20:51:49.117595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1755463381 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1755463381], ["username", "billy_09"], ["access_token", "78aac280b66d5ce6fdccc55e0c017bfb"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:51:49.119463"], ["updated_at", "2016-10-27 20:51:49.119463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462581757 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1462581757], ["username", "billy_10"], ["access_token", "5cc134a3fb61250150e393a130127029"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:51:49.121279"], ["updated_at", "2016-10-27 20:51:49.121279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -93201545 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -93201545], ["username", "billy_11"], ["access_token", "71bc7f711478229c4b90ef39eb5a44aa"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:51:49.123120"], ["updated_at", "2016-10-27 20:51:49.123120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -6359211 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -6359211], ["username", "billy_12"], ["access_token", "bb1955287f9f8c78fffcc6148b50ff68"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:51:49.124908"], ["updated_at", "2016-10-27 20:51:49.124908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1168576987 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1168576987], ["username", "billy_13"], ["access_token", "0304cdd47a61d069570ad2cfbc4192a7"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:51:49.126647"], ["updated_at", "2016-10-27 20:51:49.126647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146632082 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -146632082], ["username", "billy_14"], ["access_token", "001d27856c9b52bca07883b9a09b6c21"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:51:49.128631"], ["updated_at", "2016-10-27 20:51:49.128631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1080741436 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1080741436], ["username", "billy_15"], ["access_token", "cab27f1fabecb7fb797b6b8663c932cf"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:51:49.131136"], ["updated_at", "2016-10-27 20:51:49.131136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -893238440 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -893238440], ["username", "billy_16"], ["access_token", "2874d24f1a508ba59277cdf3e6b64632"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:51:49.133145"], ["updated_at", "2016-10-27 20:51:49.133145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -489359575 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -489359575], ["username", "billy_17"], ["access_token", "72db48d5b5f9565518b18b5fd825852d"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:51:49.135224"], ["updated_at", "2016-10-27 20:51:49.135224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -553287935 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -553287935], ["username", "billy_18"], ["access_token", "8892336e7aa62e9b90ce5854489aca7a"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:51:49.137147"], ["updated_at", "2016-10-27 20:51:49.137147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -508866338 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -508866338], ["username", "billy_19"], ["access_token", "4044ffa923b5700a229ea0f323b131d1"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:51:49.139019"], ["updated_at", "2016-10-27 20:51:49.139019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1359910282 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1359910282], ["username", "billy_20"], ["access_token", "a5898ca80a31217d210690b405cdda95"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:51:49.140886"], ["updated_at", "2016-10-27 20:51:49.140886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -15500174 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -15500174], ["username", "billy_21"], ["access_token", "3443b36f049423196b41d1f047fc2b23"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:51:49.142715"], ["updated_at", "2016-10-27 20:51:49.142715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1816823402 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1816823402], ["username", "billy_22"], ["access_token", "536d41bd2761578462e6f862d1efc56d"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:51:49.144527"], ["updated_at", "2016-10-27 20:51:49.144527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021280867 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1021280867], ["username", "billy_23"], ["access_token", "b198c890fe14240ebc6d4d59b2851470"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:51:49.146388"], ["updated_at", "2016-10-27 20:51:49.146388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768984445 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1768984445], ["username", "billy_24"], ["access_token", "67e8ff584cb9959c17e449f1f6b6594d"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:51:49.148174"], ["updated_at", "2016-10-27 20:51:49.148174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -79916381 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -79916381], ["username", "billy_25"], ["access_token", "395bca69e688d35520158c0d6e64e773"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:51:49.150004"], ["updated_at", "2016-10-27 20:51:49.150004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -267340759 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -267340759], ["username", "billy_26"], ["access_token", "9480288a057b748e1ff875998ed3207a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:51:49.151774"], ["updated_at", "2016-10-27 20:51:49.151774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1287302027 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1287302027], ["username", "billy_27"], ["access_token", "b80ff002ba173298b4f6e862abcd56d7"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:51:49.153648"], ["updated_at", "2016-10-27 20:51:49.153648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -734270256 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -734270256], ["username", "billy_28"], ["access_token", "6f344341be2ae94ca18181918bd6e5c8"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:51:49.155532"], ["updated_at", "2016-10-27 20:51:49.155532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -637950372 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -637950372], ["username", "billy_29"], ["access_token", "640d82db5524915e695f1f6eaeb519e7"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:51:49.157372"], ["updated_at", "2016-10-27 20:51:49.157372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -267673586 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -267673586], ["username", "billy_30"], ["access_token", "dcb0d423c9b7827d9f48240eeabc1978"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:51:49.159210"], ["updated_at", "2016-10-27 20:51:49.159210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313287985 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -313287985], ["username", "billy_31"], ["access_token", "54be5c36eb1eb0ea0c4160b8c42460e9"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:51:49.161022"], ["updated_at", "2016-10-27 20:51:49.161022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1558504779 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1558504779], ["username", "billy_32"], ["access_token", "f94df308240cb568fc7835dcc4886c7a"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:51:49.162799"], ["updated_at", "2016-10-27 20:51:49.162799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -672453078 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -672453078], ["username", "billy_33"], ["access_token", "71a4a5210d234d17d9c8bb4201343e03"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:51:49.164611"], ["updated_at", "2016-10-27 20:51:49.164611"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1419698772 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1419698772], ["username", "billy_34"], ["access_token", "6e3850497ab23af7cf25b5f038f208d9"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:51:49.168010"], ["updated_at", "2016-10-27 20:51:49.168010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660821824 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1660821824], ["username", "billy_35"], ["access_token", "2b8679068146beb7873b97638f75181e"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:51:49.170955"], ["updated_at", "2016-10-27 20:51:49.170955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1522792700 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1522792700], ["username", "billy_36"], ["access_token", "94d7feb37265cbea23f4b3a350db438b"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:51:49.173554"], ["updated_at", "2016-10-27 20:51:49.173554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -909241001 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -909241001], ["username", "billy_37"], ["access_token", "c974a123f39812fb986fea9738627520"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:51:49.175953"], ["updated_at", "2016-10-27 20:51:49.175953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -573909403 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -573909403], ["username", "billy_38"], ["access_token", "b44d4a9ed66672e8cbb5625af5407840"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:51:49.178188"], ["updated_at", "2016-10-27 20:51:49.178188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2109132052 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2109132052], ["username", "billy_39"], ["access_token", "3e9fde174bc54994b14b52070f1cfd3b"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:51:49.180179"], ["updated_at", "2016-10-27 20:51:49.180179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -778328632 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -778328632], ["username", "billy_40"], ["access_token", "4f555cf915533966efe0530f50a11f19"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:51:49.182036"], ["updated_at", "2016-10-27 20:51:49.182036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1075270411 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1075270411], ["username", "billy_41"], ["access_token", "6b554a44b287f59ee8c4f10e4f8f8cd3"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:51:49.183922"], ["updated_at", "2016-10-27 20:51:49.183922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -243645395 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -243645395], ["username", "billy_42"], ["access_token", "7a199059a88d97426d265ab86ab6b7d5"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:51:49.185786"], ["updated_at", "2016-10-27 20:51:49.185786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -818106244 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -818106244], ["username", "billy_43"], ["access_token", "e6e07f5803d90a872cdd5ce6d03e99b2"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:51:49.187923"], ["updated_at", "2016-10-27 20:51:49.187923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1944788315 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1944788315], ["username", "billy_44"], ["access_token", "62f9edddbd65e71725c743592f6457ae"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:51:49.189986"], ["updated_at", "2016-10-27 20:51:49.189986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178616285 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -178616285], ["username", "billy_45"], ["access_token", "4eca17f198bcb1c1c7dc0a3a3d690dfe"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:51:49.191949"], ["updated_at", "2016-10-27 20:51:49.191949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1992685128 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1992685128], ["username", "billy_46"], ["access_token", "452e9156530af5538bd4d438442fd720"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:51:49.193878"], ["updated_at", "2016-10-27 20:51:49.193878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2136873795 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2136873795], ["username", "billy_47"], ["access_token", "35c90a826f9817c17a27471669853a16"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:51:49.195828"], ["updated_at", "2016-10-27 20:51:49.195828"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -481556730 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -481556730], ["username", "billy_48"], ["access_token", "e58a55760d7beb472b58c6616b21907b"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:51:49.197910"], ["updated_at", "2016-10-27 20:51:49.197910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -190348560 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -190348560], ["username", "billy_49"], ["access_token", "5a6bafbe4d4b1fc8bee8dabbe3270391"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:51:49.200040"], ["updated_at", "2016-10-27 20:51:49.200040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-10-27 20:51:49.209566"], ["updated_at", "2016-10-27 20:51:49.209566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:49 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-27 15:51:49 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-10-27 20:51:49.233593"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-10-27 20:51:49.236391"], ["updated_at", "2016-10-27 20:51:49.236391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:49 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-27 15:51:49 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:49 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-27 15:51:49 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:51:49 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-27 15:51:49 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "ffcfe92e11ac69edf203f09820a667ef"], ["created_at", "2016-10-27 20:51:49.296862"], ["updated_at", "2016-10-27 20:51:49.296862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:51:49.298811"], ["updated_at", "2016-10-27 20:51:49.298811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "582411c497e284f1ee83faedd73d1bb8"], ["created_at", "2016-10-27 20:51:49.648041"], ["updated_at", "2016-10-27 20:51:49.648041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:51:49.649680"], ["updated_at", "2016-10-27 20:51:49.649680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "c185b1d4238836817be53aba807487d6"], ["created_at", "2016-10-27 20:51:49.990107"], ["updated_at", "2016-10-27 20:51:49.990107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:51:49.992535"], ["updated_at", "2016-10-27 20:51:49.992535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "8ee1f6aad9bc4b41744fe290144da81a"], ["created_at", "2016-10-27 20:51:50.391452"], ["updated_at", "2016-10-27 20:51:50.391452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:51:50.392975"], ["updated_at", "2016-10-27 20:51:50.392975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "6eeffbd91f0620f6daed13fec80152c4"], ["created_at", "2016-10-27 20:51:50.760945"], ["updated_at", "2016-10-27 20:51:50.760945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:51:50.763281"], ["updated_at", "2016-10-27 20:51:50.763281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "66b71b645f16853cb9aed1ceea125fbd"], ["created_at", "2016-10-27 20:51:51.113739"], ["updated_at", "2016-10-27 20:51:51.113739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "e726e77e515dd2ddf7e4c5c01a7aa6d9"], ["created_at", "2016-10-27 20:51:51.120715"], ["updated_at", "2016-10-27 20:51:51.120715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "7ce04d09c29488918f01c72cab6157de"], ["created_at", "2016-10-27 20:51:51.128123"], ["updated_at", "2016-10-27 20:51:51.128123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:52961/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "bd8e7ea12e12b535fff9edc3128a3e7e"], ["created_at", "2016-10-27 20:51:51.140717"], ["updated_at", "2016-10-27 20:51:51.140717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "c09ab595a7ca9c45b67854d9699ca23b"], ["created_at", "2016-10-27 20:51:51.145878"], ["updated_at", "2016-10-27 20:51:51.145878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "acf6e838f3301e7993f43716836dfbdc"], ["created_at", "2016-10-27 20:51:51.152959"], ["updated_at", "2016-10-27 20:51:51.152959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "1bcb9deb1711e6552bec8a07c2721ad3"], ["created_at", "2016-10-27 20:51:51.158638"], ["updated_at", "2016-10-27 20:51:51.158638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "da2ef87076f5f52094d0027adec01cc1"], ["created_at", "2016-10-27 20:51:51.162805"], ["updated_at", "2016-10-27 20:51:51.162805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a150d16d1ec6bddca144f3d4aa96a59e"], ["created_at", "2016-10-27 20:51:51.170413"], ["updated_at", "2016-10-27 20:51:51.170413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.2ms) Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -651904520 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -651904520], ["username", "jstrav"], ["access_token", "533e6ff68943ac9b288ee55515dba75e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.187981"], ["updated_at", "2016-10-27 20:51:51.187981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1128360453 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1128360453], ["username", "mary"], ["access_token", "775dba3682e011e7e9bbece190f53842"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.190365"], ["updated_at", "2016-10-27 20:51:51.190365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1287748344 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1287748344], ["username", "jstead"], ["access_token", "65289deb423ccf58617a70588e2b05f0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.192490"], ["updated_at", "2016-10-27 20:51:51.192490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1914775453 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1914775453], ["username", "bigbear"], ["access_token", "7008974f60dbca03f41e753e19d9c622"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.194934"], ["updated_at", "2016-10-27 20:51:51.194934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1607781904 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1607781904], ["username", "jstrav"], ["access_token", "9588bce7dd60ca5aa00948d02641562b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.208416"], ["updated_at", "2016-10-27 20:51:51.208416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1969487758 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1969487758], ["username", "mary"], ["access_token", "f2ccb7408a3a6c9770681380e7ff6226"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.210565"], ["updated_at", "2016-10-27 20:51:51.210565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2082384552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2082384552], ["username", "jstead"], ["access_token", "49400a9a9d2f24a998c99f7dcc81fcb7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.212628"], ["updated_at", "2016-10-27 20:51:51.212628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1916332565 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1916332565], ["username", "bigbear"], ["access_token", "50fe4951066f0d7b5bbbb0dd7f456447"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.214518"], ["updated_at", "2016-10-27 20:51:51.214518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1400264993 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1400264993], ["username", "jstrav"], ["access_token", "45409288abcc70137ee48c574db82c6b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.219980"], ["updated_at", "2016-10-27 20:51:51.219980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1796742596 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1796742596], ["username", "mary"], ["access_token", "8bf31a64b0e6c8c55d79bb72c57dfcef"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.222635"], ["updated_at", "2016-10-27 20:51:51.222635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1985031728 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1985031728], ["username", "jstead"], ["access_token", "e7f1fdf8884ae175377f8876a56e0ea4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.224849"], ["updated_at", "2016-10-27 20:51:51.224849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -578578826 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -578578826], ["username", "bigbear"], ["access_token", "140849b29c9f24883527b62989bf0ada"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.226857"], ["updated_at", "2016-10-27 20:51:51.226857"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160871012 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -160871012], ["username", "jstrav"], ["access_token", "920387831a99b200519f4e67942b5c72"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.233299"], ["updated_at", "2016-10-27 20:51:51.233299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -108227069 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -108227069], ["username", "mary"], ["access_token", "5594657632c935f604ceb591f1e7df57"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.235523"], ["updated_at", "2016-10-27 20:51:51.235523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1453866025 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1453866025], ["username", "jstead"], ["access_token", "de2e44a4ff49e08335d76fd86655f29b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.237649"], ["updated_at", "2016-10-27 20:51:51.237649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851830149 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -851830149], ["username", "bigbear"], ["access_token", "d123f2db43e1ebff900c20744ce7aef2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.239575"], ["updated_at", "2016-10-27 20:51:51.239575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1392565252 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1392565252], ["username", "jstrav"], ["access_token", "651a2e69b43db53843bb31373c77d3d0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.245604"], ["updated_at", "2016-10-27 20:51:51.245604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -330169831 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -330169831], ["username", "mary"], ["access_token", "ca3fe41777d6c19774a8668697ed136c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.247801"], ["updated_at", "2016-10-27 20:51:51.247801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -855256713 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -855256713], ["username", "jstead"], ["access_token", "3b8779ad39dde784d4308a44f2968a26"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.249815"], ["updated_at", "2016-10-27 20:51:51.249815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -172279460 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -172279460], ["username", "bigbear"], ["access_token", "0526d4b4bb23efd1c30f6885bf7c34b8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.251649"], ["updated_at", "2016-10-27 20:51:51.251649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -413014268 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -413014268], ["username", "jstrav"], ["access_token", "1bafeb87b7be3e948de53ce9ea17d7b8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.256916"], ["updated_at", "2016-10-27 20:51:51.256916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -766930312 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -766930312], ["username", "mary"], ["access_token", "c3fd1219193b70e84372e7907bb65d7e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.259029"], ["updated_at", "2016-10-27 20:51:51.259029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088712760 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1088712760], ["username", "jstead"], ["access_token", "c4df1bb08f8b3d7f094ea3ee961ffa2b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.261034"], ["updated_at", "2016-10-27 20:51:51.261034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1576457622 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1576457622], ["username", "bigbear"], ["access_token", "43b40db103673adab193120598844928"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.262860"], ["updated_at", "2016-10-27 20:51:51.262860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043501684 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1043501684], ["username", "jstrav"], ["access_token", "a7ba313796fd4a4bf2a7d89e24fa6fb4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.268860"], ["updated_at", "2016-10-27 20:51:51.268860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1545403073 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1545403073], ["username", "mary"], ["access_token", "074ab637c62fc897875a12509aba6f64"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.271066"], ["updated_at", "2016-10-27 20:51:51.271066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -457644516 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -457644516], ["username", "jstead"], ["access_token", "7e2582d580f857eafe958e7a6150b596"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.273169"], ["updated_at", "2016-10-27 20:51:51.273169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529358406 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -529358406], ["username", "bigbear"], ["access_token", "e460454fea700f9f4078e95030ff2e6c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.275000"], ["updated_at", "2016-10-27 20:51:51.275000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065270077 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2065270077], ["username", "jstrav"], ["access_token", "b050b29c5bf822943e0c46d8b1e11545"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.281958"], ["updated_at", "2016-10-27 20:51:51.281958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1913627832 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1913627832], ["username", "mary"], ["access_token", "a906d51189c935bbd2be6dda44f370e0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.284489"], ["updated_at", "2016-10-27 20:51:51.284489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1398964906 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1398964906], ["username", "jstead"], ["access_token", "a7092a0f627eb749cea2240aac9f58cc"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.287022"], ["updated_at", "2016-10-27 20:51:51.287022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1370221906 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1370221906], ["username", "bigbear"], ["access_token", "c993b5bafeaab087bb7910d2e7590e47"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.289094"], ["updated_at", "2016-10-27 20:51:51.289094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -758279827 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -758279827], ["username", "jstrav"], ["access_token", "024b996d27abe24e26f769f86234b2c4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.294506"], ["updated_at", "2016-10-27 20:51:51.294506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1614546643 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1614546643], ["username", "mary"], ["access_token", "8e9a334a8e37cece8b4532f6d6e0a4cd"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.297067"], ["updated_at", "2016-10-27 20:51:51.297067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -369092570 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -369092570], ["username", "jstead"], ["access_token", "7d00e6120b570be5986097a1a163e138"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.299250"], ["updated_at", "2016-10-27 20:51:51.299250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1001021154 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1001021154], ["username", "bigbear"], ["access_token", "50b07cec83cb0a7749353bba9c025f91"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.301265"], ["updated_at", "2016-10-27 20:51:51.301265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605582017 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1605582017], ["username", "jstrav"], ["access_token", "323cfff1a50b73efb3dcf40d0fa17adb"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.306855"], ["updated_at", "2016-10-27 20:51:51.306855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -531374454 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -531374454], ["username", "mary"], ["access_token", "6488ec89d96a713763ece5d6e985f349"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.309023"], ["updated_at", "2016-10-27 20:51:51.309023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -999873571 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -999873571], ["username", "jstead"], ["access_token", "a835e53a504e17793ea938eb6d5c6962"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.311586"], ["updated_at", "2016-10-27 20:51:51.311586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -459043098 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -459043098], ["username", "bigbear"], ["access_token", "3255463de89c250963b9a7ab617442b6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.313655"], ["updated_at", "2016-10-27 20:51:51.313655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1643959546 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1643959546], ["username", "jstrav"], ["access_token", "f354872cfded909b42ba417562486c5a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.320370"], ["updated_at", "2016-10-27 20:51:51.320370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869472169 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -869472169], ["username", "mary"], ["access_token", "48ae341e39661e7b882653e8eb5fbe85"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.322718"], ["updated_at", "2016-10-27 20:51:51.322718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -524752355 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -524752355], ["username", "jstead"], ["access_token", "d240fd77377739c923b1d0a4559a9983"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.324842"], ["updated_at", "2016-10-27 20:51:51.324842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1445088601 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1445088601], ["username", "bigbear"], ["access_token", "c26e1652a78ac647ae17fcd36fbf29c7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.326748"], ["updated_at", "2016-10-27 20:51:51.326748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -934705211 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -934705211], ["username", "billy_00"], ["access_token", "529a60fa944b7f3529f692ab6ec06612"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:51:51.328689"], ["updated_at", "2016-10-27 20:51:51.328689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -633448756 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -633448756], ["username", "billy_01"], ["access_token", "e8415395a9742c23a57ea8eb05197d9a"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:51:51.330549"], ["updated_at", "2016-10-27 20:51:51.330549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1618980560 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1618980560], ["username", "billy_02"], ["access_token", "17ada33de8ffa99f035ca994f55a3770"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:51:51.332393"], ["updated_at", "2016-10-27 20:51:51.332393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891702791 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -891702791], ["username", "billy_03"], ["access_token", "90090442138fee75d1dfcb3c1fc9a6b3"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:51:51.334255"], ["updated_at", "2016-10-27 20:51:51.334255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1711327221 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1711327221], ["username", "billy_04"], ["access_token", "1a4ca75c012c4a94df2e739bef4e00b8"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:51:51.336060"], ["updated_at", "2016-10-27 20:51:51.336060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -198932343 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -198932343], ["username", "billy_05"], ["access_token", "21d2df5ca0872f65d3913dc7fb41f1ce"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:51:51.337869"], ["updated_at", "2016-10-27 20:51:51.337869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -23045285 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -23045285], ["username", "billy_06"], ["access_token", "23da4ac86c2c0b3c32cbece275b996d9"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:51:51.339729"], ["updated_at", "2016-10-27 20:51:51.339729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -309083149 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -309083149], ["username", "billy_07"], ["access_token", "b15ea566478a867ea492ee4aef887f06"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:51:51.341792"], ["updated_at", "2016-10-27 20:51:51.341792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2127525519 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2127525519], ["username", "billy_08"], ["access_token", "5d5cf88576741ccd2e7785ec6affcb41"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:51:51.343650"], ["updated_at", "2016-10-27 20:51:51.343650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -384210577 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -384210577], ["username", "billy_09"], ["access_token", "5badf31a7d3bc2499fadabb8601e2b4f"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:51:51.346224"], ["updated_at", "2016-10-27 20:51:51.346224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -31631169 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -31631169], ["username", "billy_10"], ["access_token", "a4bcb758d91ee7766cfa312155187b05"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:51:51.348473"], ["updated_at", "2016-10-27 20:51:51.348473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -595694730 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -595694730], ["username", "billy_11"], ["access_token", "dbf1d38d9888164f92cb02c063002712"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:51:51.350370"], ["updated_at", "2016-10-27 20:51:51.350370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -294503319 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -294503319], ["username", "billy_12"], ["access_token", "f4df6e52e514a87b1c8756430031ede4"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:51:51.352242"], ["updated_at", "2016-10-27 20:51:51.352242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2075733762 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2075733762], ["username", "billy_13"], ["access_token", "ab1325ea960bcd9d7f1c3c3da0fc56b3"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:51:51.354093"], ["updated_at", "2016-10-27 20:51:51.354093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1334497244 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1334497244], ["username", "billy_14"], ["access_token", "13c2dd3088a82670a2891033adaa056b"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:51:51.355973"], ["updated_at", "2016-10-27 20:51:51.355973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1119822866 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1119822866], ["username", "billy_15"], ["access_token", "46bdaca574973779c99d16be0314fbf2"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:51:51.357819"], ["updated_at", "2016-10-27 20:51:51.357819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1144400068 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1144400068], ["username", "billy_16"], ["access_token", "8ba6ec7d27577c267d8f759d64ce0f81"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:51:51.359625"], ["updated_at", "2016-10-27 20:51:51.359625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141092259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2141092259], ["username", "billy_17"], ["access_token", "9ed97194c3c9a6683102e0f8f8080a55"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:51:51.361422"], ["updated_at", "2016-10-27 20:51:51.361422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1782304693 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1782304693], ["username", "billy_18"], ["access_token", "331b89643b9d71631a655402d5ab04f9"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:51:51.363256"], ["updated_at", "2016-10-27 20:51:51.363256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1350511941 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1350511941], ["username", "billy_19"], ["access_token", "f638a574020f7c1f7f4b7f63fd09f817"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:51:51.365081"], ["updated_at", "2016-10-27 20:51:51.365081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -594867550 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -594867550], ["username", "billy_20"], ["access_token", "d8111c4ff1fcf2c93c3391b538b1ef0c"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:51:51.366864"], ["updated_at", "2016-10-27 20:51:51.366864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1775639626 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1775639626], ["username", "billy_21"], ["access_token", "6171d7e912dd1c3bb78eeceb8c25855e"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:51:51.368646"], ["updated_at", "2016-10-27 20:51:51.368646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1993440481 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1993440481], ["username", "billy_22"], ["access_token", "3705054b7a9e570ac4d49d6c47e73f1c"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:51:51.370448"], ["updated_at", "2016-10-27 20:51:51.370448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1009253585 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1009253585], ["username", "billy_23"], ["access_token", "961a3156e62b257aa3ea5b6bb134a992"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:51:51.372240"], ["updated_at", "2016-10-27 20:51:51.372240"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2009343015 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2009343015], ["username", "billy_24"], ["access_token", "bbb3969e123e6728f9d4235f62687961"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:51:51.374018"], ["updated_at", "2016-10-27 20:51:51.374018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -54023687 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -54023687], ["username", "billy_25"], ["access_token", "9d19ed4ccf309c988411a60844c020e1"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:51:51.375785"], ["updated_at", "2016-10-27 20:51:51.375785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1805511727 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1805511727], ["username", "billy_26"], ["access_token", "234790bc939b1b751b313fde22d7b233"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:51:51.377541"], ["updated_at", "2016-10-27 20:51:51.377541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -369645720 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -369645720], ["username", "billy_27"], ["access_token", "43d084b37d7f06b6e8955f0c1223a312"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:51:51.379586"], ["updated_at", "2016-10-27 20:51:51.379586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -449674456 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -449674456], ["username", "billy_28"], ["access_token", "967f73521e02a86f259242f1266c679e"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:51:51.381382"], ["updated_at", "2016-10-27 20:51:51.381382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -375338962 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -375338962], ["username", "billy_29"], ["access_token", "c7b92342bcd6c1bbf09f85d0021555b7"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:51:51.383181"], ["updated_at", "2016-10-27 20:51:51.383181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -910364874 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -910364874], ["username", "billy_30"], ["access_token", "2a6187d680d8afcb83b1c2babf2058d0"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:51:51.384975"], ["updated_at", "2016-10-27 20:51:51.384975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -20729733 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -20729733], ["username", "billy_31"], ["access_token", "f60ab4844d8bcaaae9743f3f56f54c43"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:51:51.386749"], ["updated_at", "2016-10-27 20:51:51.386749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594841644 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1594841644], ["username", "billy_32"], ["access_token", "b892495b86a524363f9aab89a67e23f2"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:51:51.388545"], ["updated_at", "2016-10-27 20:51:51.388545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -647551605 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -647551605], ["username", "billy_33"], ["access_token", "a2438de631242170107a349e2e37a055"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:51:51.390303"], ["updated_at", "2016-10-27 20:51:51.390303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -978841989 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -978841989], ["username", "billy_34"], ["access_token", "eb9b5277486c9c82631833e6846efb89"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:51:51.392091"], ["updated_at", "2016-10-27 20:51:51.392091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1735173259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1735173259], ["username", "billy_35"], ["access_token", "73ac2af2eb7e3122ce52298e0d8328a8"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:51:51.393846"], ["updated_at", "2016-10-27 20:51:51.393846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -31435215 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -31435215], ["username", "billy_36"], ["access_token", "0b080cbcd9729ee1f0dbbbe3a018a0f7"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:51:51.395599"], ["updated_at", "2016-10-27 20:51:51.395599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396468368 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -396468368], ["username", "billy_37"], ["access_token", "431cd200727ef433a4ed0cb68f112c90"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:51:51.397358"], ["updated_at", "2016-10-27 20:51:51.397358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812647382 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1812647382], ["username", "billy_38"], ["access_token", "da2fab1225fb179c408ba439f9dd8e73"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:51:51.399089"], ["updated_at", "2016-10-27 20:51:51.399089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64634768 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -64634768], ["username", "billy_39"], ["access_token", "5417b6d2dad10f9896eb011d29b1b5e3"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:51:51.400875"], ["updated_at", "2016-10-27 20:51:51.400875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1996331408 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1996331408], ["username", "billy_40"], ["access_token", "a521998baa32da7a070220a9d7abf2cf"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:51:51.402638"], ["updated_at", "2016-10-27 20:51:51.402638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1437153668 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1437153668], ["username", "billy_41"], ["access_token", "6b351891b58ef344755992bdeb42bcd7"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:51:51.404383"], ["updated_at", "2016-10-27 20:51:51.404383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1952810211 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1952810211], ["username", "billy_42"], ["access_token", "75e981ca273a7c68ca23248cb8d0d43b"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:51:51.406143"], ["updated_at", "2016-10-27 20:51:51.406143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1256554667 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1256554667], ["username", "billy_43"], ["access_token", "b2f567ab42fd932be53fbf48c710718d"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:51:51.407926"], ["updated_at", "2016-10-27 20:51:51.407926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1991638328 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1991638328], ["username", "billy_44"], ["access_token", "1426ac5317916c83703d0e8762196c34"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:51:51.409716"], ["updated_at", "2016-10-27 20:51:51.409716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -845716817 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -845716817], ["username", "billy_45"], ["access_token", "de4e097467837581345587cf74884e0b"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:51:51.411758"], ["updated_at", "2016-10-27 20:51:51.411758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -76678445 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -76678445], ["username", "jstrav"], ["access_token", "95b1973eaff838e2addb3b6d094d0ec3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.420201"], ["updated_at", "2016-10-27 20:51:51.420201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1032933762 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1032933762], ["username", "mary"], ["access_token", "b241f87f93541c57ef499689a368a538"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.422380"], ["updated_at", "2016-10-27 20:51:51.422380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -817128545 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -817128545], ["username", "jstead"], ["access_token", "6706a4e81d653828e9e452ea6247d8d7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.424756"], ["updated_at", "2016-10-27 20:51:51.424756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952796543 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -952796543], ["username", "bigbear"], ["access_token", "13e908b63cf4db9b78b23306f6ec0ae9"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.426640"], ["updated_at", "2016-10-27 20:51:51.426640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1115938510 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1115938510], ["username", "billy_00"], ["access_token", "854da1a6da45f2db89f009d873569eb8"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:51:51.428573"], ["updated_at", "2016-10-27 20:51:51.428573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1004473165 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1004473165], ["username", "billy_01"], ["access_token", "9110e0beaa1196597a794db5fc1cfaf3"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:51:51.430442"], ["updated_at", "2016-10-27 20:51:51.430442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -222381824 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -222381824], ["username", "billy_02"], ["access_token", "982656ac23761d036486ff26e3c586a3"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:51:51.432286"], ["updated_at", "2016-10-27 20:51:51.432286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -582797422 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -582797422], ["username", "billy_03"], ["access_token", "493873c5b56c98db14e6093e314e6710"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:51:51.434113"], ["updated_at", "2016-10-27 20:51:51.434113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -305565818 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -305565818], ["username", "billy_04"], ["access_token", "adda1b634bb09607f90ba1cfd1c89886"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:51:51.436077"], ["updated_at", "2016-10-27 20:51:51.436077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1977427860 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1977427860], ["username", "billy_05"], ["access_token", "f204504f4cf4973c18296a16bd6e85a3"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:51:51.437963"], ["updated_at", "2016-10-27 20:51:51.437963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -123758563 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -123758563], ["username", "billy_06"], ["access_token", "b71e410e4de72958989ce36b0ce6dfb5"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:51:51.441451"], ["updated_at", "2016-10-27 20:51:51.441451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1703883001 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1703883001], ["username", "billy_07"], ["access_token", "b7ab94882430db262bc5fe3253d62605"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:51:51.444547"], ["updated_at", "2016-10-27 20:51:51.444547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2056573319 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2056573319], ["username", "billy_08"], ["access_token", "2a33e369620edddaff2edc0688cff423"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:51:51.447283"], ["updated_at", "2016-10-27 20:51:51.447283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -320161222 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -320161222], ["username", "billy_09"], ["access_token", "64ad0a0b0c946046a7dd5b70b7fadf7e"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:51:51.449805"], ["updated_at", "2016-10-27 20:51:51.449805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221956692 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -221956692], ["username", "billy_10"], ["access_token", "38976e696b58659b0ec853c9e23ba1dd"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:51:51.452040"], ["updated_at", "2016-10-27 20:51:51.452040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -182777015 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -182777015], ["username", "billy_11"], ["access_token", "2c9c3e1d89eb1e9d6abfb1d4463094ef"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:51:51.454094"], ["updated_at", "2016-10-27 20:51:51.454094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -356171155 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -356171155], ["username", "billy_12"], ["access_token", "f3f34811315e24f7081e3567dc62210e"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:51:51.456040"], ["updated_at", "2016-10-27 20:51:51.456040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1375521370 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1375521370], ["username", "billy_13"], ["access_token", "72a2c20f8afa400fee4fe19ae442c504"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:51:51.457956"], ["updated_at", "2016-10-27 20:51:51.457956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -112775340 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -112775340], ["username", "billy_14"], ["access_token", "c9622a10bad46b45a1cf112c9fcda19e"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:51:51.459817"], ["updated_at", "2016-10-27 20:51:51.459817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091387849 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2091387849], ["username", "billy_15"], ["access_token", "f77f442edf0444ff5853950b5314d274"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:51:51.463236"], ["updated_at", "2016-10-27 20:51:51.463236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1416344150 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1416344150], ["username", "billy_16"], ["access_token", "3b39a42b7c16ae54cf81699bed13fc9b"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:51:51.465364"], ["updated_at", "2016-10-27 20:51:51.465364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1861487818 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1861487818], ["username", "billy_17"], ["access_token", "b80e1c93e4dfe4d054b00fff824af5d2"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:51:51.467329"], ["updated_at", "2016-10-27 20:51:51.467329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2040334814 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2040334814], ["username", "billy_18"], ["access_token", "657b96e023d85ff1ea3d65428432e377"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:51:51.469252"], ["updated_at", "2016-10-27 20:51:51.469252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -471344776 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -471344776], ["username", "billy_19"], ["access_token", "ea8ea7efcf689e0e7b6351bc6064c344"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:51:51.471246"], ["updated_at", "2016-10-27 20:51:51.471246"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -677066338 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -677066338], ["username", "billy_20"], ["access_token", "be48739d844b067838230335016d2416"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:51:51.473354"], ["updated_at", "2016-10-27 20:51:51.473354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1198850357 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1198850357], ["username", "billy_21"], ["access_token", "db28b8dc61cf3b13d42f1c124a128cca"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:51:51.475426"], ["updated_at", "2016-10-27 20:51:51.475426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -349333775 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -349333775], ["username", "billy_22"], ["access_token", "8c5a415cca9a85e2254bf8bfbec430a3"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:51:51.477308"], ["updated_at", "2016-10-27 20:51:51.477308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -97124469 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -97124469], ["username", "billy_23"], ["access_token", "44d37d9c240cfeda52f79da183e1b4f4"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:51:51.479417"], ["updated_at", "2016-10-27 20:51:51.479417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -902345434 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -902345434], ["username", "billy_24"], ["access_token", "aeee6d52bd9c367f292046af56caa00b"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:51:51.481243"], ["updated_at", "2016-10-27 20:51:51.481243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -872001443 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -872001443], ["username", "billy_25"], ["access_token", "1432997301d7f7ebc4edf6b4f4635716"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:51:51.483057"], ["updated_at", "2016-10-27 20:51:51.483057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024126017 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2024126017], ["username", "billy_26"], ["access_token", "c95874f5d88015c57c9776aae9267b20"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:51:51.485010"], ["updated_at", "2016-10-27 20:51:51.485010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137077334 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2137077334], ["username", "billy_27"], ["access_token", "2da6a03ef9d76d94597e8d8d5463f7fb"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:51:51.486876"], ["updated_at", "2016-10-27 20:51:51.486876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -106353964 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -106353964], ["username", "billy_28"], ["access_token", "81d87879dafdf3d183b3d354211d0df7"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:51:51.488714"], ["updated_at", "2016-10-27 20:51:51.488714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1320320636 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1320320636], ["username", "billy_29"], ["access_token", "3b69ff7ecefdb320828b142e87b4c573"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:51:51.490704"], ["updated_at", "2016-10-27 20:51:51.490704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1475689462 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1475689462], ["username", "billy_30"], ["access_token", "700c612c1c39988869ce6e44e37a578e"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:51:51.492596"], ["updated_at", "2016-10-27 20:51:51.492596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -704306153 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -704306153], ["username", "billy_31"], ["access_token", "d4633f32e7cb7cc437380a824510e2d3"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:51:51.494473"], ["updated_at", "2016-10-27 20:51:51.494473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -844561616 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -844561616], ["username", "billy_32"], ["access_token", "06c6cbde5b4443126a4fdc6aee7b7952"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:51:51.496323"], ["updated_at", "2016-10-27 20:51:51.496323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1547034173 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1547034173], ["username", "billy_33"], ["access_token", "367dcdec46ea907203827718d392d75a"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:51:51.498193"], ["updated_at", "2016-10-27 20:51:51.498193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -497837111 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -497837111], ["username", "billy_34"], ["access_token", "887825ea607d0afb41a757a7e026b8ea"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:51:51.500157"], ["updated_at", "2016-10-27 20:51:51.500157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619255620 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1619255620], ["username", "billy_35"], ["access_token", "5df2dafbbbcd51e70fc03b5484a7c2b2"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:51:51.502003"], ["updated_at", "2016-10-27 20:51:51.502003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -561725135 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -561725135], ["username", "billy_36"], ["access_token", "da9cc11c245b6c8af423b15b7e8c8609"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:51:51.503882"], ["updated_at", "2016-10-27 20:51:51.503882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -752494512 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -752494512], ["username", "billy_37"], ["access_token", "56fe07e388629e3fa777a6f4e45f9d75"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:51:51.505973"], ["updated_at", "2016-10-27 20:51:51.505973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2009370707 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2009370707], ["username", "billy_38"], ["access_token", "bb3b69036c218c5997508b2a9200b77e"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:51:51.507781"], ["updated_at", "2016-10-27 20:51:51.507781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1174153015 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1174153015], ["username", "billy_39"], ["access_token", "69bf0e684dbed8caea656c71e79329c1"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:51:51.509632"], ["updated_at", "2016-10-27 20:51:51.509632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -395038276 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -395038276], ["username", "billy_40"], ["access_token", "04625a558b9be7bdc1ac3532a82227b9"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:51:51.511501"], ["updated_at", "2016-10-27 20:51:51.511501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2128597739 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2128597739], ["username", "billy_41"], ["access_token", "d0ae3d0f684a6cbae25635b3b6b29cc5"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:51:51.513475"], ["updated_at", "2016-10-27 20:51:51.513475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657050936 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -657050936], ["username", "billy_42"], ["access_token", "2aec112ce39f80890cdefa10aa9a54c9"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:51:51.515340"], ["updated_at", "2016-10-27 20:51:51.515340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019695420 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2019695420], ["username", "billy_43"], ["access_token", "50acafd8edc55c8a21673f34da6e73a2"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:51:51.517158"], ["updated_at", "2016-10-27 20:51:51.517158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -523223976 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -523223976], ["username", "billy_44"], ["access_token", "2a7b863a6cdcfa5094c5270a836d93ca"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:51:51.519009"], ["updated_at", "2016-10-27 20:51:51.519009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -399318204 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -399318204], ["username", "billy_45"], ["access_token", "685adee7ceb4e2ffdc4fd783ce9f1f0b"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:51:51.520872"], ["updated_at", "2016-10-27 20:51:51.520872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1132760609 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1132760609], ["username", "jstrav"], ["access_token", "4367d3de6bf0ac6b21fa8538f7bba5ff"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.528452"], ["updated_at", "2016-10-27 20:51:51.528452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1821205270 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1821205270], ["username", "mary"], ["access_token", "8071c3c5dcb30f890d2b7b259a71272a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.530687"], ["updated_at", "2016-10-27 20:51:51.530687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -732239837 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -732239837], ["username", "jstead"], ["access_token", "e811d29c031568c493980dd2d4970713"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.532719"], ["updated_at", "2016-10-27 20:51:51.532719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1415466797 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1415466797], ["username", "bigbear"], ["access_token", "cf66676f817aae44c5250a9abb45af86"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.534554"], ["updated_at", "2016-10-27 20:51:51.534554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222098058 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1222098058], ["username", "billy_00"], ["access_token", "3245ca4d34ec5b82ec59ae9622cc9e1f"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:51:51.536548"], ["updated_at", "2016-10-27 20:51:51.536548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -187255664 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -187255664], ["username", "billy_01"], ["access_token", "109b5ec6eaf99b628380bd24fc628a50"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:51:51.538533"], ["updated_at", "2016-10-27 20:51:51.538533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -90192182 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -90192182], ["username", "billy_02"], ["access_token", "abf420766d37b05a68138f6488f49baa"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:51:51.540473"], ["updated_at", "2016-10-27 20:51:51.540473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -476224862 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -476224862], ["username", "billy_03"], ["access_token", "0bffaf37f98574cdbb648b7e5324b76f"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:51:51.542321"], ["updated_at", "2016-10-27 20:51:51.542321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -311967162 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -311967162], ["username", "billy_04"], ["access_token", "8a4d4a22278fc64a91bdc8432b898c7a"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:51:51.544141"], ["updated_at", "2016-10-27 20:51:51.544141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -39488522 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -39488522], ["username", "billy_05"], ["access_token", "41f9180e25d31411e8dee45db3645651"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:51:51.546054"], ["updated_at", "2016-10-27 20:51:51.546054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1718433980 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1718433980], ["username", "billy_06"], ["access_token", "15368d07af7598e8ce63280839a47524"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:51:51.547870"], ["updated_at", "2016-10-27 20:51:51.547870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -310912475 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -310912475], ["username", "billy_07"], ["access_token", "b2bcf8ffd1e4345fd8026cb2faa2a335"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:51:51.549682"], ["updated_at", "2016-10-27 20:51:51.549682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -112258212 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -112258212], ["username", "billy_08"], ["access_token", "03a0c7d71a89e8f849c82dc276d1b9fc"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:51:51.551561"], ["updated_at", "2016-10-27 20:51:51.551561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2145465584 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2145465584], ["username", "billy_09"], ["access_token", "4f6317e2e12acf50ab81b59010d5b654"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:51:51.553387"], ["updated_at", "2016-10-27 20:51:51.553387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -950046893 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -950046893], ["username", "billy_10"], ["access_token", "fb42fba78aad44ebc0752db5b364c413"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:51:51.555213"], ["updated_at", "2016-10-27 20:51:51.555213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1866509028 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1866509028], ["username", "billy_11"], ["access_token", "e239aa9131810b00cd4ce4313f722d66"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:51:51.557120"], ["updated_at", "2016-10-27 20:51:51.557120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -298999656 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -298999656], ["username", "billy_12"], ["access_token", "87ecb6a1a18b8f5e0d48b6a0a97fef81"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:51:51.558975"], ["updated_at", "2016-10-27 20:51:51.558975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -514612433 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -514612433], ["username", "billy_13"], ["access_token", "7e16f44961af59d9f6c6edb75f69cb0f"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:51:51.560911"], ["updated_at", "2016-10-27 20:51:51.560911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1823021114 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1823021114], ["username", "billy_14"], ["access_token", "9b65d20dc8064c310413dbb7ddbc0a2e"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:51:51.562988"], ["updated_at", "2016-10-27 20:51:51.562988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146218400 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -146218400], ["username", "billy_15"], ["access_token", "e870969c11ae347f9c78110454afa7d2"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:51:51.565533"], ["updated_at", "2016-10-27 20:51:51.565533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1116732030 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1116732030], ["username", "billy_16"], ["access_token", "16e84c505253f40d4239eba427e8a84f"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:51:51.567570"], ["updated_at", "2016-10-27 20:51:51.567570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1036470020 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1036470020], ["username", "billy_17"], ["access_token", "fbfead5e8a6b81021d09f58eed2ba585"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:51:51.569823"], ["updated_at", "2016-10-27 20:51:51.569823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1361795716 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1361795716], ["username", "billy_18"], ["access_token", "929f2bdc119d943acd3b67e0ebcb647a"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:51:51.571790"], ["updated_at", "2016-10-27 20:51:51.571790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1596184232 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1596184232], ["username", "billy_19"], ["access_token", "35e39b424367fa19202e5c30d1fd672a"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:51:51.573821"], ["updated_at", "2016-10-27 20:51:51.573821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386740274 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -386740274], ["username", "billy_20"], ["access_token", "0ff8554965aab5c15b48cb3f4c00292b"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:51:51.575650"], ["updated_at", "2016-10-27 20:51:51.575650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2027000247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2027000247], ["username", "billy_21"], ["access_token", "01547ffc16c72b50627bf92cbe361671"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:51:51.577365"], ["updated_at", "2016-10-27 20:51:51.577365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -116931918 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -116931918], ["username", "billy_22"], ["access_token", "2fbc429adf1e179c7f22fc1f352a6af1"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:51:51.579069"], ["updated_at", "2016-10-27 20:51:51.579069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -65026285 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -65026285], ["username", "billy_23"], ["access_token", "d03424b2a195b17abe2f6ab53631b553"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:51:51.587884"], ["updated_at", "2016-10-27 20:51:51.587884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324806771 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -324806771], ["username", "billy_24"], ["access_token", "6713d093dacb190e52ec624ce9a93327"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:51:51.589937"], ["updated_at", "2016-10-27 20:51:51.589937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -422180829 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -422180829], ["username", "billy_25"], ["access_token", "b451f3842308da6676c44c69d8697c8e"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:51:51.591684"], ["updated_at", "2016-10-27 20:51:51.591684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1230695452 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1230695452], ["username", "billy_26"], ["access_token", "a52e3fe3529b18825d5b6c12c73b9377"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:51:51.593485"], ["updated_at", "2016-10-27 20:51:51.593485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1911497775 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1911497775], ["username", "billy_27"], ["access_token", "6dbce2a93289489f437779b844efe1e1"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:51:51.595249"], ["updated_at", "2016-10-27 20:51:51.595249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -516924567 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -516924567], ["username", "billy_28"], ["access_token", "21d313cce40426f28172321a38e5c84a"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:51:51.597059"], ["updated_at", "2016-10-27 20:51:51.597059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1369751767 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1369751767], ["username", "billy_29"], ["access_token", "07bc21aac99944ef03527d064e20b3ea"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:51:51.598842"], ["updated_at", "2016-10-27 20:51:51.598842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -856322614 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -856322614], ["username", "billy_30"], ["access_token", "f7fb224c966d7ba63546fa133d4bdf53"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:51:51.600768"], ["updated_at", "2016-10-27 20:51:51.600768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1620589417 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1620589417], ["username", "billy_31"], ["access_token", "31bff397960aff0b50dccaf1d2376ef5"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:51:51.602621"], ["updated_at", "2016-10-27 20:51:51.602621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -572256346 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -572256346], ["username", "billy_32"], ["access_token", "083ad903f69ad2be63ff179cb8e176ed"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:51:51.604390"], ["updated_at", "2016-10-27 20:51:51.604390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026482349 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2026482349], ["username", "billy_33"], ["access_token", "2232e58403d99fe101df7c41970e2bec"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:51:51.606217"], ["updated_at", "2016-10-27 20:51:51.606217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -970080551 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -970080551], ["username", "billy_34"], ["access_token", "13f611c0648cd16e62f360921d2ebb4e"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:51:51.608009"], ["updated_at", "2016-10-27 20:51:51.608009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -372955070 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -372955070], ["username", "billy_35"], ["access_token", "b82fe64703531c7f6b1923c7bcfd24ba"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:51:51.609777"], ["updated_at", "2016-10-27 20:51:51.609777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -158271193 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -158271193], ["username", "billy_36"], ["access_token", "9a980d7f376d5ef14b6e0b45669267f1"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:51:51.611564"], ["updated_at", "2016-10-27 20:51:51.611564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1948596263 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1948596263], ["username", "billy_37"], ["access_token", "ac493eb285a81beaefe002349a46b009"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:51:51.613412"], ["updated_at", "2016-10-27 20:51:51.613412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -816520629 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -816520629], ["username", "billy_38"], ["access_token", "c6674a63f31d1ebe736808e4d573c23a"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:51:51.615404"], ["updated_at", "2016-10-27 20:51:51.615404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997377854 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1997377854], ["username", "billy_39"], ["access_token", "9d5313fcdbec353f32f9a20a95e0ef4c"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:51:51.617200"], ["updated_at", "2016-10-27 20:51:51.617200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1625581746 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1625581746], ["username", "billy_40"], ["access_token", "a0153b006dbed6c68385c9fdc357cd13"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:51:51.618970"], ["updated_at", "2016-10-27 20:51:51.618970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1569301930 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1569301930], ["username", "billy_41"], ["access_token", "558272dc6b499f9c8e0aa0342b130071"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:51:51.620793"], ["updated_at", "2016-10-27 20:51:51.620793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995407861 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -995407861], ["username", "billy_42"], ["access_token", "7b3bebecfb84b5453e6e8bd26509b33d"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:51:51.622551"], ["updated_at", "2016-10-27 20:51:51.622551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -326979143 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -326979143], ["username", "billy_43"], ["access_token", "641a5e4a088a33c16c618664eeeb62cc"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:51:51.624311"], ["updated_at", "2016-10-27 20:51:51.624311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -493291470 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -493291470], ["username", "billy_44"], ["access_token", "27a8b155fb254ccecdc3113ce6e2024f"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:51:51.626143"], ["updated_at", "2016-10-27 20:51:51.626143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1948354646 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1948354646], ["username", "billy_45"], ["access_token", "1790417a695220d1ad9e2ddcebbf3fd4"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:51:51.627905"], ["updated_at", "2016-10-27 20:51:51.627905"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343435414 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -343435414], ["username", "jstrav"], ["access_token", "fe93e613dda73b3b9f30e901df84d53f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:51:51.636623"], ["updated_at", "2016-10-27 20:51:51.636623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1213685162 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1213685162], ["username", "mary"], ["access_token", "aaa498279f714e4c68344e774929a190"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:51:51.638875"], ["updated_at", "2016-10-27 20:51:51.638875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -769185854 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -769185854], ["username", "jstead"], ["access_token", "d02ac73db1e2a5c60869beae6479fee1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:51:51.640890"], ["updated_at", "2016-10-27 20:51:51.640890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -474736309 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -474736309], ["username", "bigbear"], ["access_token", "8e8bf387364147919353ac8ef34daa6d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:51:51.642685"], ["updated_at", "2016-10-27 20:51:51.642685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -222339298 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -222339298], ["username", "foo_bb"], ["access_token", "0eeba3d85488058e063ccaabf7d1d675"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-10-27 20:51:51.644529"], ["updated_at", "2016-10-27 20:51:51.644529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1141958747 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1141958747], ["username", "foo_bj"], ["access_token", "3944eb93ce0a300da947289e995854b0"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-10-27 20:51:51.646302"], ["updated_at", "2016-10-27 20:51:51.646302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1941572940 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1941572940], ["username", "foo_tj"], ["access_token", "658fd462fc9a26efe98fcb3bf55c45a6"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-10-27 20:51:51.648140"], ["updated_at", "2016-10-27 20:51:51.648140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-10-27 20:51:51.657003"], ["updated_at", "2016-10-27 20:51:51.657003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2082084578 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'cbfd1175e899f1d342684a40066390cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2082084578], ["username", "cbfd1175e899f1d342684a40066390cc"], ["access_token", "cba396dc35a71aba8fbc9859100444a6"], ["created_at", "2016-10-27 20:51:51.662219"], ["updated_at", "2016-10-27 20:51:51.662219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -282107627 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -282107627], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:51.665216"], ["updated_at", "2016-10-27 20:51:51.665216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1651612993 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4a1060d33027a06c7b68acda2962b8bb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1651612993], ["username", "4a1060d33027a06c7b68acda2962b8bb"], ["access_token", "5262ea0c5f04fc53d1be1a137adbefa0"], ["created_at", "2016-10-27 20:51:51.669988"], ["updated_at", "2016-10-27 20:51:51.669988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1705255512 LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1705255512], ["name", "MyGroup"], ["created_at", "2016-10-27 20:51:51.673928"], ["updated_at", "2016-10-27 20:51:51.673928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -601778595 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c723484ed0cf86887250a6e4b443774f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -601778595], ["username", "c723484ed0cf86887250a6e4b443774f"], ["access_token", "cad033ef2397c10c84a0b870be0288d1"], ["created_at", "2016-10-27 20:51:51.678884"], ["updated_at", "2016-10-27 20:51:51.678884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (1.6ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" varchar)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" ("faculty_status")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" ("salesforce_contact_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_salesforce_contact_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_salesforce_contact_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (0.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.8ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (0.7ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'   (0.7ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.7ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'   (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (0.7ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 17ms (ActiveRecord: 1.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 60633]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 60633 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 60633], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["created_at", "2016-10-27 20:54:13.856124"], ["updated_at", "2016-10-27 20:54:13.856124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 0]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 0 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 0], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["created_at", "2016-10-27 20:54:13.862443"], ["updated_at", "2016-10-27 20:54:13.862443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -985514959 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -985514959], ["username", "980a7544152b12e0662fb0ef1e258004"], ["access_token", "cb043eae57e0802ee61399c34346520b"], ["created_at", "2016-10-27 20:54:13.867635"], ["updated_at", "2016-10-27 20:54:13.867635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1745870514) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", -1745870514]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1745870514) LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1745870514 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1745870514], ["created_at", "2016-10-27 20:54:13.890872"], ["updated_at", "2016-10-27 20:54:13.890872"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1745870514) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1745870514], ["user_id", -985514959], ["created_at", "2016-10-27 20:54:13.893156"], ["updated_at", "2016-10-27 20:54:13.893156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1745870514]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? LIMIT 1 [["group_id", -1745870514]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "0527d9ecbe534145c16c9c6c0ae0b152"], ["created_at", "2016-10-27 20:54:13.909639"], ["updated_at", "2016-10-27 20:54:13.909639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "75a106e2ce31bd6853ac6200f61f4d54"], ["created_at", "2016-10-27 20:54:13.924020"], ["updated_at", "2016-10-27 20:54:13.924020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "714bb8d1192e08f4a734a83250e3c181"], ["created_at", "2016-10-27 20:54:13.928106"], ["updated_at", "2016-10-27 20:54:13.928106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:53079/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "6dcc3ef3935d5a95f8b7156bee1bef82"], ["created_at", "2016-10-27 20:54:13.940070"], ["updated_at", "2016-10-27 20:54:13.940070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "917f2147331c51d9638354ae10ce3603"], ["created_at", "2016-10-27 20:54:13.945803"], ["updated_at", "2016-10-27 20:54:13.945803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "b0b1c75ad5b498530994407c232d4f90"], ["created_at", "2016-10-27 20:54:13.950497"], ["updated_at", "2016-10-27 20:54:13.950497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "233e487b0a3b00849185c3aa4d1f92a7"], ["created_at", "2016-10-27 20:54:13.956572"], ["updated_at", "2016-10-27 20:54:13.956572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "82053e"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '82053e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "82053e"], ["created_at", "2016-10-27 20:54:13.979976"], ["updated_at", "2016-10-27 20:54:13.979976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-10-27 20:54:13.988195"], ["updated_at", "2016-10-27 20:54:13.988195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-10-27 20:54:13.995796"], ["updated_at", "2016-10-27 20:54:13.995796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "565c86"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '565c86' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "salesforce_contact_id", "faculty_status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "565c86"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["salesforce_contact_id", "b0b"], ["faculty_status", 3], ["created_at", "2016-10-27 20:54:14.001671"], ["updated_at", "2016-10-27 20:54:14.001671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -30143783 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -30143783], ["username", "jstrav"], ["access_token", "42281d8edc50fd972ce3ccbf781a55e1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.006063"], ["updated_at", "2016-10-27 20:54:14.006063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -334966142 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -334966142], ["username", "mary"], ["access_token", "1310c05b88f7d60692582ec21875ea74"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.008156"], ["updated_at", "2016-10-27 20:54:14.008156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1937449019 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1937449019], ["username", "jstead"], ["access_token", "2304ee7da9dcda236b7ba7b9af88dc84"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.010312"], ["updated_at", "2016-10-27 20:54:14.010312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1935266488 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1935266488], ["username", "bigbear"], ["access_token", "65e71c9adaa73664fa6ace41d3d8ea4f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.012123"], ["updated_at", "2016-10-27 20:54:14.012123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1363553531 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1363553531], ["username", "jstrav"], ["access_token", "23598cc61cf3506cbe231cce743dd0c0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.017885"], ["updated_at", "2016-10-27 20:54:14.017885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1328806094 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1328806094], ["username", "mary"], ["access_token", "3c673d8c354ad0ed8ff1fa31d88955fb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.020119"], ["updated_at", "2016-10-27 20:54:14.020119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -937092193 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -937092193], ["username", "jstead"], ["access_token", "b1db16d65630b21add84a4e188a54c03"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.022203"], ["updated_at", "2016-10-27 20:54:14.022203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386691368 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -386691368], ["username", "bigbear"], ["access_token", "7a7f508247fb80446ab47c3d266617de"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.024098"], ["updated_at", "2016-10-27 20:54:14.024098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -466488878 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -466488878], ["username", "jstrav"], ["access_token", "b7f8811a7c22eeebe15852b31cb67593"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.029247"], ["updated_at", "2016-10-27 20:54:14.029247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018305367 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2018305367], ["username", "mary"], ["access_token", "35f411ffccdc0041d27ae2e64af80983"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.031288"], ["updated_at", "2016-10-27 20:54:14.031288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -613404799 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -613404799], ["username", "jstead"], ["access_token", "6743b34c4637ca5bee4136da03909f27"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.033571"], ["updated_at", "2016-10-27 20:54:14.033571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091474515 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2091474515], ["username", "bigbear"], ["access_token", "2e1260eb0c9c25d24826aa6f73d3e1f2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.035416"], ["updated_at", "2016-10-27 20:54:14.035416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1796193952 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1796193952], ["username", "jstrav"], ["access_token", "10889ff7c04c40f026e383a69bdf34c2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.042754"], ["updated_at", "2016-10-27 20:54:14.042754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1733711263 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1733711263], ["username", "mary"], ["access_token", "86ebe2cf9800cb69eaf4dd1bb1ebf89f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.044979"], ["updated_at", "2016-10-27 20:54:14.044979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -330983299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -330983299], ["username", "jstead"], ["access_token", "9db31272c41a6a30cf0a1d4e36502e59"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.047091"], ["updated_at", "2016-10-27 20:54:14.047091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1725115382 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1725115382], ["username", "bigbear"], ["access_token", "4c91deacd7b7a4ce3b617faf39c34c4f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.049176"], ["updated_at", "2016-10-27 20:54:14.049176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -425196106 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -425196106], ["username", "jstrav"], ["access_token", "b07c3c3d3c2ca06cd9576c1a1d83e7f6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.055262"], ["updated_at", "2016-10-27 20:54:14.055262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1622598100 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1622598100], ["username", "mary"], ["access_token", "6c33a7701b990bc75eb68b247ce541ed"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.057395"], ["updated_at", "2016-10-27 20:54:14.057395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -923206015 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -923206015], ["username", "jstead"], ["access_token", "c2a169c06f0e35348e5ffe339c40bcef"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.059439"], ["updated_at", "2016-10-27 20:54:14.059439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -34211760 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -34211760], ["username", "bigbear"], ["access_token", "9b32b8a4243aec90e5b3f1f478244f3d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.061253"], ["updated_at", "2016-10-27 20:54:14.061253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544101478 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1544101478], ["username", "jstrav"], ["access_token", "879f1931129cd80bb7570582e438002b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.066366"], ["updated_at", "2016-10-27 20:54:14.066366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -110461967 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -110461967], ["username", "mary"], ["access_token", "c14607906caefa7285755e1fa143f24f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.068600"], ["updated_at", "2016-10-27 20:54:14.068600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264070860 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -264070860], ["username", "jstead"], ["access_token", "30e392d6ea106cce7d50aead14d93f29"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.070817"], ["updated_at", "2016-10-27 20:54:14.070817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -607344774 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -607344774], ["username", "bigbear"], ["access_token", "d5a80d04ab634d20572090d1b930fb64"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.084107"], ["updated_at", "2016-10-27 20:54:14.084107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -850562861 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -850562861], ["username", "jstrav"], ["access_token", "41cbe621b0a9fa48ffe2931b5443d387"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.090395"], ["updated_at", "2016-10-27 20:54:14.090395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -61936639 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -61936639], ["username", "mary"], ["access_token", "c964bc5a990e7454bd76a2d309c1964e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.093070"], ["updated_at", "2016-10-27 20:54:14.093070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1375585463 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1375585463], ["username", "jstead"], ["access_token", "36d7046d95fab48e7fe25914b5701376"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.095406"], ["updated_at", "2016-10-27 20:54:14.095406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1874467027 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1874467027], ["username", "bigbear"], ["access_token", "362e83cfa0945baa1cdade05e8bc2f6c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.097578"], ["updated_at", "2016-10-27 20:54:14.097578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -448022260 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -448022260], ["username", "jstrav"], ["access_token", "f9ebe3d8b57c2ba22bcd12cee56004ce"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.104336"], ["updated_at", "2016-10-27 20:54:14.104336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1002008328 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1002008328], ["username", "mary"], ["access_token", "5093e5d2e272f957406ec37ce6cfa488"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.106519"], ["updated_at", "2016-10-27 20:54:14.106519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1490902105 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1490902105], ["username", "jstead"], ["access_token", "e7d2d9bc6c557e9791252190366e1c47"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.108693"], ["updated_at", "2016-10-27 20:54:14.108693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1485945774 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1485945774], ["username", "bigbear"], ["access_token", "8753d8e12f28344284085c352e9122e1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.110845"], ["updated_at", "2016-10-27 20:54:14.110845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -461430257 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -461430257], ["username", "jstrav"], ["access_token", "1c96734502e04dd515516108b73bc0e0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.116734"], ["updated_at", "2016-10-27 20:54:14.116734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1755577891 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1755577891], ["username", "mary"], ["access_token", "933ee65dc9cb91aabae78f192fc8b0ce"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.118946"], ["updated_at", "2016-10-27 20:54:14.118946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42730121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -42730121], ["username", "jstead"], ["access_token", "35a45afa35ec91f97571284bdab909e3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.121089"], ["updated_at", "2016-10-27 20:54:14.121089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1253756109 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1253756109], ["username", "bigbear"], ["access_token", "0d81d8a07200b9643dc2b56b659aea79"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.123308"], ["updated_at", "2016-10-27 20:54:14.123308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1096723039 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1096723039], ["username", "jstrav"], ["access_token", "1c84664754a0e2daaa9942c1cfe4dcad"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.129815"], ["updated_at", "2016-10-27 20:54:14.129815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1290033976 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1290033976], ["username", "mary"], ["access_token", "18474ceeda6d2936ab1b78da711ab8dd"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.132113"], ["updated_at", "2016-10-27 20:54:14.132113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1174413934 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1174413934], ["username", "jstead"], ["access_token", "1d78853271c27ec64b813b86db7ed53d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.134127"], ["updated_at", "2016-10-27 20:54:14.134127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1765463063 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1765463063], ["username", "bigbear"], ["access_token", "3029d69f095d5d758086527ab0485269"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.135954"], ["updated_at", "2016-10-27 20:54:14.135954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1546126519 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1546126519], ["username", "jstrav"], ["access_token", "81e4f880e713c023cbf9800c10df8e95"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.142259"], ["updated_at", "2016-10-27 20:54:14.142259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736265843 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1736265843], ["username", "mary"], ["access_token", "d63699d532307c2dab7e37a47eae49a2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.144769"], ["updated_at", "2016-10-27 20:54:14.144769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2071399770 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2071399770], ["username", "jstead"], ["access_token", "6f218a4171fc1301e0e66f841a8d8e07"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.147044"], ["updated_at", "2016-10-27 20:54:14.147044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -774538789 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -774538789], ["username", "bigbear"], ["access_token", "f122544b7c04d16cb9e26fa1aa743317"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.148971"], ["updated_at", "2016-10-27 20:54:14.148971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -633035222 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -633035222], ["username", "billy_00"], ["access_token", "bc9cce53408ed509e7f74a2ade25e488"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:54:14.150976"], ["updated_at", "2016-10-27 20:54:14.150976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -390221247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -390221247], ["username", "billy_01"], ["access_token", "ea14ace9533dfc0666773dd40a0e9336"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:54:14.152814"], ["updated_at", "2016-10-27 20:54:14.152814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1901577331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1901577331], ["username", "billy_02"], ["access_token", "e6b77e19d811d31a71838d14f24c3cdc"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:54:14.154705"], ["updated_at", "2016-10-27 20:54:14.154705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1398598298 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1398598298], ["username", "billy_03"], ["access_token", "97e69238b147aa230393b777cf081160"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:54:14.156577"], ["updated_at", "2016-10-27 20:54:14.156577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -985633847 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -985633847], ["username", "billy_04"], ["access_token", "ae88856b6db7d770cd9a6e11380554e6"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:54:14.158394"], ["updated_at", "2016-10-27 20:54:14.158394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -517688287 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -517688287], ["username", "billy_05"], ["access_token", "3b77deebdb87a1b9b71dfcd76e8ac106"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:54:14.160229"], ["updated_at", "2016-10-27 20:54:14.160229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1487285162 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1487285162], ["username", "billy_06"], ["access_token", "32f0a04cf521a0c4611082193affbe91"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:54:14.162111"], ["updated_at", "2016-10-27 20:54:14.162111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1487379667 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1487379667], ["username", "billy_07"], ["access_token", "50fbe2ee939779bd0de3b7ad10edcebc"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:54:14.164223"], ["updated_at", "2016-10-27 20:54:14.164223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -662879377 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -662879377], ["username", "billy_08"], ["access_token", "31c06635e36ac12fc3c75a2253c946f1"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:54:14.166110"], ["updated_at", "2016-10-27 20:54:14.166110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1652434363 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1652434363], ["username", "billy_09"], ["access_token", "0dcab838b694e01a3053ecf70b50e297"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:54:14.168046"], ["updated_at", "2016-10-27 20:54:14.168046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -188237430 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -188237430], ["username", "billy_10"], ["access_token", "11324f2aecb1b38940880481145e052b"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:54:14.170561"], ["updated_at", "2016-10-27 20:54:14.170561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -374313344 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -374313344], ["username", "billy_11"], ["access_token", "0749deee78f74fe0a56c1209bbd2d4f8"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:54:14.172809"], ["updated_at", "2016-10-27 20:54:14.172809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -809691048 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -809691048], ["username", "billy_12"], ["access_token", "76e936d53438568c88e19a6e1e9994b1"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:54:14.174818"], ["updated_at", "2016-10-27 20:54:14.174818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1281999328 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1281999328], ["username", "billy_13"], ["access_token", "12aa69f20d1b5314729bb2cd4e519628"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:54:14.176867"], ["updated_at", "2016-10-27 20:54:14.176867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1724035563 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1724035563], ["username", "billy_14"], ["access_token", "72f4f25d6965c73acc0f96de13e7a936"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:54:14.178767"], ["updated_at", "2016-10-27 20:54:14.178767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2146316165 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2146316165], ["username", "billy_15"], ["access_token", "4da1adf6861ede2deac3f7bf17cc6773"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:54:14.180651"], ["updated_at", "2016-10-27 20:54:14.180651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -638710391 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -638710391], ["username", "billy_16"], ["access_token", "e5ae1ef8f52b9780bcb13bf55aa98b18"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:54:14.182531"], ["updated_at", "2016-10-27 20:54:14.182531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1568904986 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1568904986], ["username", "billy_17"], ["access_token", "405a0a7307f8d6cecbd8549dbe18f9b8"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:54:14.184419"], ["updated_at", "2016-10-27 20:54:14.184419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -263101201 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -263101201], ["username", "billy_18"], ["access_token", "dd430575d43e3723d094eeb98526b852"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:54:14.186251"], ["updated_at", "2016-10-27 20:54:14.186251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1239770407 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1239770407], ["username", "billy_19"], ["access_token", "c1621afb1488029ac9cc2d1108c61fca"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:54:14.188159"], ["updated_at", "2016-10-27 20:54:14.188159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1483602524 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1483602524], ["username", "billy_20"], ["access_token", "d146be793ffa2a984c0a9038fdb8233c"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:54:14.189974"], ["updated_at", "2016-10-27 20:54:14.189974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1206571335 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1206571335], ["username", "billy_21"], ["access_token", "d852e0f7512101a535ccc121f4376762"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:54:14.191791"], ["updated_at", "2016-10-27 20:54:14.191791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510884043 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1510884043], ["username", "billy_22"], ["access_token", "91950e60d9dec1a217072a5a332723c0"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:54:14.193569"], ["updated_at", "2016-10-27 20:54:14.193569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361171101 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -361171101], ["username", "billy_23"], ["access_token", "b1a8e150813e9f5b256a2c510014b45d"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:54:14.195360"], ["updated_at", "2016-10-27 20:54:14.195360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -123992089 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -123992089], ["username", "billy_24"], ["access_token", "51172bad65e4db2b670685ab858016b4"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:54:14.197238"], ["updated_at", "2016-10-27 20:54:14.197238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -7383016 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -7383016], ["username", "billy_25"], ["access_token", "8b8b0f8cda59cefba3bb1358cd166233"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:54:14.199023"], ["updated_at", "2016-10-27 20:54:14.199023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55049720 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -55049720], ["username", "billy_26"], ["access_token", "46cfeb66979d9a703eed6acee0dcb5ac"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:54:14.201036"], ["updated_at", "2016-10-27 20:54:14.201036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -556883860 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -556883860], ["username", "billy_27"], ["access_token", "65c4d3e08efb1c57601be54ad346e8f5"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:54:14.202771"], ["updated_at", "2016-10-27 20:54:14.202771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -216387481 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -216387481], ["username", "billy_28"], ["access_token", "ace6c8dbd28ce1ecba254601153e2654"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:54:14.204576"], ["updated_at", "2016-10-27 20:54:14.204576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -933107360 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -933107360], ["username", "billy_29"], ["access_token", "dfe3c5a4f88ea71cc695dfc294760064"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:54:14.206445"], ["updated_at", "2016-10-27 20:54:14.206445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1543604710 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1543604710], ["username", "billy_30"], ["access_token", "fb57a471234994540224ea06ebee0efb"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:54:14.208423"], ["updated_at", "2016-10-27 20:54:14.208423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667213498 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -667213498], ["username", "billy_31"], ["access_token", "fd096209b83f35962f19b6eff9fc4966"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:54:14.210304"], ["updated_at", "2016-10-27 20:54:14.210304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -822608271 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -822608271], ["username", "billy_32"], ["access_token", "37982371b787a5c02ee4d67f851ea035"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:54:14.212121"], ["updated_at", "2016-10-27 20:54:14.212121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1608789243 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1608789243], ["username", "billy_33"], ["access_token", "b1e73c251fd89c0428b6012d7330b28e"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:54:14.213961"], ["updated_at", "2016-10-27 20:54:14.213961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2014639616 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2014639616], ["username", "billy_34"], ["access_token", "cb55cc891c076a2c71522a5c808e6c9d"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:54:14.215817"], ["updated_at", "2016-10-27 20:54:14.215817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1118117202 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1118117202], ["username", "billy_35"], ["access_token", "be98522ef241a7327f915a09ff22f0b7"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:54:14.217613"], ["updated_at", "2016-10-27 20:54:14.217613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -839822324 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -839822324], ["username", "billy_36"], ["access_token", "9f35bd8c44680e91bdb85e043e7413bd"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:54:14.219492"], ["updated_at", "2016-10-27 20:54:14.219492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -850635587 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -850635587], ["username", "billy_37"], ["access_token", "7e2fdb566251114576546a673e7f3a10"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:54:14.221428"], ["updated_at", "2016-10-27 20:54:14.221428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258689813 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -258689813], ["username", "billy_38"], ["access_token", "156156c07864f99a5260ebd0ef3f42e5"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:54:14.223200"], ["updated_at", "2016-10-27 20:54:14.223200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1329272572 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1329272572], ["username", "billy_39"], ["access_token", "961cf247e82de6a316d6a9dedf7de33d"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:54:14.225173"], ["updated_at", "2016-10-27 20:54:14.225173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -244314181 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -244314181], ["username", "billy_40"], ["access_token", "55b78da46fbc7933924b101c966aa980"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:54:14.227265"], ["updated_at", "2016-10-27 20:54:14.227265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1698120062 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1698120062], ["username", "billy_41"], ["access_token", "8375cb4c015c2dbd666956b5cee00066"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:54:14.229108"], ["updated_at", "2016-10-27 20:54:14.229108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877265479 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1877265479], ["username", "billy_42"], ["access_token", "ce15c414314a1551216d69da40c484c5"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:54:14.230917"], ["updated_at", "2016-10-27 20:54:14.230917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -356449193 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -356449193], ["username", "billy_43"], ["access_token", "844a1eaf62893e4c4e4b84b4587afa5c"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:54:14.232813"], ["updated_at", "2016-10-27 20:54:14.232813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -357836305 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -357836305], ["username", "billy_44"], ["access_token", "b156f546a1abc9c0266b757b7449a64a"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:54:14.234610"], ["updated_at", "2016-10-27 20:54:14.234610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1153809500 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1153809500], ["username", "billy_45"], ["access_token", "90f75509257c38f06620ad8425d72a4e"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:54:14.236398"], ["updated_at", "2016-10-27 20:54:14.236398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -477506055 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -477506055], ["username", "jstrav"], ["access_token", "3ffc2f64ba4ad7273195fc7dd5ea7975"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.245295"], ["updated_at", "2016-10-27 20:54:14.245295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1729637160 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1729637160], ["username", "mary"], ["access_token", "60b5ebd9da2930a0285ba1df16780e08"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.248110"], ["updated_at", "2016-10-27 20:54:14.248110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1572549415 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1572549415], ["username", "jstead"], ["access_token", "5df077f8005e6ad8ed44906a7476217d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.250518"], ["updated_at", "2016-10-27 20:54:14.250518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -104371384 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -104371384], ["username", "bigbear"], ["access_token", "5fac2a802c635f11fcb22323558d64e2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.252483"], ["updated_at", "2016-10-27 20:54:14.252483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -766281463 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -766281463], ["username", "billy_00"], ["access_token", "5b2d65a4d24cdde1ae2d5d4395f418ef"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:54:14.254421"], ["updated_at", "2016-10-27 20:54:14.254421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -815772778 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -815772778], ["username", "billy_01"], ["access_token", "4f196fcb08111c3532e78ad957ca3e8e"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:54:14.256322"], ["updated_at", "2016-10-27 20:54:14.256322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2108522209 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2108522209], ["username", "billy_02"], ["access_token", "433322c3b058ab8c100f858b7936d7c5"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:54:14.258169"], ["updated_at", "2016-10-27 20:54:14.258169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1721802610 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1721802610], ["username", "billy_03"], ["access_token", "5c1ca8b2c8a28221b8bc5c5f91bf8fc8"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:54:14.259995"], ["updated_at", "2016-10-27 20:54:14.259995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1940972232 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1940972232], ["username", "billy_04"], ["access_token", "cd9279c5da17453d5da7767c987144fe"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:54:14.261789"], ["updated_at", "2016-10-27 20:54:14.261789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -104975799 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -104975799], ["username", "billy_05"], ["access_token", "db47e40ee7f4af5822bd0c1a9999aa65"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:54:14.263592"], ["updated_at", "2016-10-27 20:54:14.263592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1437352279 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1437352279], ["username", "billy_06"], ["access_token", "d6cece0d3fc3e5b4eaf5ab9bb5396341"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:54:14.265426"], ["updated_at", "2016-10-27 20:54:14.265426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1583037690 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1583037690], ["username", "billy_07"], ["access_token", "5340e2300829a85bd95520424a8d6ec7"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:54:14.267264"], ["updated_at", "2016-10-27 20:54:14.267264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1965242277 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1965242277], ["username", "billy_08"], ["access_token", "6b429ccb5d47f74ac4d8800071d1eb49"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:54:14.269020"], ["updated_at", "2016-10-27 20:54:14.269020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1158849289 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1158849289], ["username", "billy_09"], ["access_token", "e22ab7895f15358bd349d48ea03134fa"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:54:14.270950"], ["updated_at", "2016-10-27 20:54:14.270950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -416999789 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -416999789], ["username", "billy_10"], ["access_token", "7e70c2d0913d34e911e96bd26586725b"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:54:14.272848"], ["updated_at", "2016-10-27 20:54:14.272848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2072700205 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2072700205], ["username", "billy_11"], ["access_token", "97b4cc58d0bee29c44b7b8a57362a65e"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:54:14.274678"], ["updated_at", "2016-10-27 20:54:14.274678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1843259898 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1843259898], ["username", "billy_12"], ["access_token", "717c99fbb6bf74d3e16790b83c08bfc9"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:54:14.276447"], ["updated_at", "2016-10-27 20:54:14.276447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1858301371 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1858301371], ["username", "billy_13"], ["access_token", "9860b90bd92b2e0446cda1c0ded16449"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:54:14.278398"], ["updated_at", "2016-10-27 20:54:14.278398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1278593209 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1278593209], ["username", "billy_14"], ["access_token", "e6b96b2ad62d75c834eb2298367d06f0"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:54:14.280202"], ["updated_at", "2016-10-27 20:54:14.280202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1468178311 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1468178311], ["username", "billy_15"], ["access_token", "31fd3659b308e413ece735d639b3b09b"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:54:14.281975"], ["updated_at", "2016-10-27 20:54:14.281975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1771310020 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1771310020], ["username", "billy_16"], ["access_token", "442234c48400870797aee9f1c2f0c681"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:54:14.283775"], ["updated_at", "2016-10-27 20:54:14.283775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1055592890 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1055592890], ["username", "billy_17"], ["access_token", "424aed09d5bc0e9743aa75a7de6541f5"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:54:14.285599"], ["updated_at", "2016-10-27 20:54:14.285599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -224455032 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -224455032], ["username", "billy_18"], ["access_token", "96759e84c0e8c3d2005fd3034513740b"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:54:14.288180"], ["updated_at", "2016-10-27 20:54:14.288180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1869588031 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1869588031], ["username", "billy_19"], ["access_token", "99bb786a1247d99158b04b979c17e2f7"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:54:14.290234"], ["updated_at", "2016-10-27 20:54:14.290234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -174205892 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -174205892], ["username", "billy_20"], ["access_token", "9183f863fd9351e541be45f8eca17e7f"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:54:14.292161"], ["updated_at", "2016-10-27 20:54:14.292161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -17234909 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -17234909], ["username", "billy_21"], ["access_token", "1451d6126c04e336f6c12fe8a3d87c42"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:54:14.294022"], ["updated_at", "2016-10-27 20:54:14.294022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1276373275 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1276373275], ["username", "billy_22"], ["access_token", "57d4bf579a98850c93081e8343b2ffc0"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:54:14.295885"], ["updated_at", "2016-10-27 20:54:14.295885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -318444821 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -318444821], ["username", "billy_23"], ["access_token", "5bb132fdd8e8c4bf70372fbb0131c5bb"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:54:14.297749"], ["updated_at", "2016-10-27 20:54:14.297749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1760032290 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1760032290], ["username", "billy_24"], ["access_token", "0e1f3e79d250a50a2cf2d5099f438781"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:54:14.299648"], ["updated_at", "2016-10-27 20:54:14.299648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1927613829 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1927613829], ["username", "billy_25"], ["access_token", "e8da87b8073535e2350c33d8452d627a"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:54:14.301537"], ["updated_at", "2016-10-27 20:54:14.301537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997857398 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1997857398], ["username", "billy_26"], ["access_token", "1aed5947a81da37d4f25a17a31b24764"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:54:14.303680"], ["updated_at", "2016-10-27 20:54:14.303680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -679362379 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -679362379], ["username", "billy_27"], ["access_token", "25d567bfeaaa30c2cb34a657be33aaf9"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:54:14.305555"], ["updated_at", "2016-10-27 20:54:14.305555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1443940542 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1443940542], ["username", "billy_28"], ["access_token", "017ef04eb01746e3a4a4e09308dcf8c7"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:54:14.307458"], ["updated_at", "2016-10-27 20:54:14.307458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1453149824 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1453149824], ["username", "billy_29"], ["access_token", "6a9c7a43793fcfe590b72e8bc5ae7fc7"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:54:14.309257"], ["updated_at", "2016-10-27 20:54:14.309257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1129940007 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1129940007], ["username", "billy_30"], ["access_token", "ed120be16a18c1be1a8156ae45b1dc1f"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:54:14.311050"], ["updated_at", "2016-10-27 20:54:14.311050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1874588353 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1874588353], ["username", "billy_31"], ["access_token", "c64c6cac8b9bb80a6e9e97c3c655c193"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:54:14.312926"], ["updated_at", "2016-10-27 20:54:14.312926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -256847375 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -256847375], ["username", "billy_32"], ["access_token", "792f1a572dad70cee9479cf3680573ed"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:54:14.314791"], ["updated_at", "2016-10-27 20:54:14.314791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -853379203 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -853379203], ["username", "billy_33"], ["access_token", "5f8cd474525545c8d6112443f04a973d"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:54:14.316628"], ["updated_at", "2016-10-27 20:54:14.316628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524941632 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1524941632], ["username", "billy_34"], ["access_token", "4d19f469df7da996a8eba06da1cca0aa"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:54:14.318464"], ["updated_at", "2016-10-27 20:54:14.318464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -427066481 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -427066481], ["username", "billy_35"], ["access_token", "885daab5a065796829582fae23889a93"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:54:14.320335"], ["updated_at", "2016-10-27 20:54:14.320335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -980008969 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -980008969], ["username", "billy_36"], ["access_token", "51ac77ff3b8af23326b606c68dee06b3"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:54:14.322199"], ["updated_at", "2016-10-27 20:54:14.322199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -56601627 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -56601627], ["username", "billy_37"], ["access_token", "235218048b53f83574be815f15086704"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:54:14.324020"], ["updated_at", "2016-10-27 20:54:14.324020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -785856547 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -785856547], ["username", "billy_38"], ["access_token", "e487a640b0ce04c4b13b17b2ccbd9d03"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:54:14.325852"], ["updated_at", "2016-10-27 20:54:14.325852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -114512531 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -114512531], ["username", "billy_39"], ["access_token", "f2845b6a57386ea6409e6e0750e1f9e7"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:54:14.327713"], ["updated_at", "2016-10-27 20:54:14.327713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -977099105 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -977099105], ["username", "billy_40"], ["access_token", "756a4b8060eb90cd3223ceab41f5c2fa"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:54:14.329661"], ["updated_at", "2016-10-27 20:54:14.329661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1397809202 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1397809202], ["username", "billy_41"], ["access_token", "ce820ef63e92dd96c75296b4d2c39bd4"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:54:14.331518"], ["updated_at", "2016-10-27 20:54:14.331518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -193576901 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -193576901], ["username", "billy_42"], ["access_token", "b84c566e1d98cafa6e67127faf15c182"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:54:14.333367"], ["updated_at", "2016-10-27 20:54:14.333367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -910726944 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -910726944], ["username", "billy_43"], ["access_token", "db62547615f37dcdcf3238019ff160cb"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:54:14.335490"], ["updated_at", "2016-10-27 20:54:14.335490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -626295533 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -626295533], ["username", "billy_44"], ["access_token", "819fe58530a056f944764b261e238ad2"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:54:14.337463"], ["updated_at", "2016-10-27 20:54:14.337463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965488860 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -965488860], ["username", "billy_45"], ["access_token", "2f38605c181b9066a6ba5b1cf3536353"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:54:14.339365"], ["updated_at", "2016-10-27 20:54:14.339365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -281423322 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -281423322], ["username", "jstrav"], ["access_token", "3b95e6612ff8dbe94674a3c214b0d92a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.347770"], ["updated_at", "2016-10-27 20:54:14.347770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070826077 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1070826077], ["username", "mary"], ["access_token", "f306b6354580003775fc954ab58012bc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.349956"], ["updated_at", "2016-10-27 20:54:14.349956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1891600231 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1891600231], ["username", "jstead"], ["access_token", "3e9a5a11e4d955c935794eafa2078ca6"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.351991"], ["updated_at", "2016-10-27 20:54:14.351991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -663366725 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -663366725], ["username", "bigbear"], ["access_token", "81a1e345dceb6594c827c1b416bb08df"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.353875"], ["updated_at", "2016-10-27 20:54:14.353875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409952475 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1409952475], ["username", "billy_00"], ["access_token", "60b749f18217430fe2f49864a5237f82"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:54:14.355849"], ["updated_at", "2016-10-27 20:54:14.355849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1163514295 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1163514295], ["username", "billy_01"], ["access_token", "a0287e8c0e98865b5116181919a2f085"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:54:14.357732"], ["updated_at", "2016-10-27 20:54:14.357732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1609995476 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1609995476], ["username", "billy_02"], ["access_token", "12c2d0c6500f34cfa209839b8282f95e"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:54:14.359616"], ["updated_at", "2016-10-27 20:54:14.359616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -114002361 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -114002361], ["username", "billy_03"], ["access_token", "4c932726656255793fcbe1a3d17ab55c"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:54:14.361444"], ["updated_at", "2016-10-27 20:54:14.361444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1319296152 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1319296152], ["username", "billy_04"], ["access_token", "1d257692cc7a5506c105255c0a94fb18"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:54:14.363351"], ["updated_at", "2016-10-27 20:54:14.363351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -223814342 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -223814342], ["username", "billy_05"], ["access_token", "a188d18c144ecb9a2317276fd6f49bc1"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:54:14.365262"], ["updated_at", "2016-10-27 20:54:14.365262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1964816027 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1964816027], ["username", "billy_06"], ["access_token", "b6a94759bed3ca3f84f2980ff79f3d45"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:54:14.367358"], ["updated_at", "2016-10-27 20:54:14.367358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512641167 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -512641167], ["username", "billy_07"], ["access_token", "fb32fe0bb5f6526f66fd78f8b994402e"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:54:14.369221"], ["updated_at", "2016-10-27 20:54:14.369221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -10690806 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -10690806], ["username", "billy_08"], ["access_token", "e62a41bd65b8c25424f6a74399e69714"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:54:14.371085"], ["updated_at", "2016-10-27 20:54:14.371085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1855505648 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1855505648], ["username", "billy_09"], ["access_token", "a755b89c66d858f46c9961e5750d2de3"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:54:14.372991"], ["updated_at", "2016-10-27 20:54:14.372991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1327080505 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1327080505], ["username", "billy_10"], ["access_token", "298919ff2101b76f0d9a6affb1c61548"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:54:14.374882"], ["updated_at", "2016-10-27 20:54:14.374882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1780484840 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1780484840], ["username", "billy_11"], ["access_token", "c17d166059c3e556abae5c647774e683"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:54:14.376782"], ["updated_at", "2016-10-27 20:54:14.376782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -524152396 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -524152396], ["username", "billy_12"], ["access_token", "60d50eaa9c7c442feba2a7431efcd1e3"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:54:14.378650"], ["updated_at", "2016-10-27 20:54:14.378650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597574268 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -597574268], ["username", "billy_13"], ["access_token", "336c6676783618038a7e7c08de7f40a6"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:54:14.380572"], ["updated_at", "2016-10-27 20:54:14.380572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1955042842 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1955042842], ["username", "billy_14"], ["access_token", "9472afef9dfca629f455c172385153ea"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:54:14.382658"], ["updated_at", "2016-10-27 20:54:14.382658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1153676798 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1153676798], ["username", "billy_15"], ["access_token", "82c8013e4fb4fb6354b14a5db50e26e1"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:54:14.384497"], ["updated_at", "2016-10-27 20:54:14.384497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2015492886 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2015492886], ["username", "billy_16"], ["access_token", "54dbb23bc9fce0c0f95afa1b0e498c2d"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:54:14.386399"], ["updated_at", "2016-10-27 20:54:14.386399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -452748610 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -452748610], ["username", "billy_17"], ["access_token", "c4c8cbe11d4fd07bbde56174386b88be"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:54:14.388755"], ["updated_at", "2016-10-27 20:54:14.388755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217186641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1217186641], ["username", "billy_18"], ["access_token", "9d8d97575b1c9916df8e0c448e332617"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:54:14.390858"], ["updated_at", "2016-10-27 20:54:14.390858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -75294273 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -75294273], ["username", "billy_19"], ["access_token", "8d2293989afbee4c191e4620b836eb9b"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:54:14.392853"], ["updated_at", "2016-10-27 20:54:14.392853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730916788 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -730916788], ["username", "billy_20"], ["access_token", "afb64c1e79095ba5fa2fdf513df46d51"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:54:14.394801"], ["updated_at", "2016-10-27 20:54:14.394801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065753620 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2065753620], ["username", "billy_21"], ["access_token", "4e7a1d4f0621e96358f13f795ea03a1b"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:54:14.396543"], ["updated_at", "2016-10-27 20:54:14.396543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065012001 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1065012001], ["username", "billy_22"], ["access_token", "6f1e9ea8e5d3bb206169b60fc09d0692"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:54:14.398451"], ["updated_at", "2016-10-27 20:54:14.398451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1811121367 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1811121367], ["username", "billy_23"], ["access_token", "4301196fadf42db13436554c1e9010fe"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:54:14.400244"], ["updated_at", "2016-10-27 20:54:14.400244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -128728490 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -128728490], ["username", "billy_24"], ["access_token", "bb43d527e15e7faf358a20587b0a9203"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:54:14.401984"], ["updated_at", "2016-10-27 20:54:14.401984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1439866749 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1439866749], ["username", "billy_25"], ["access_token", "41a9905e595f5178e4fd61763f83ef03"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:54:14.403707"], ["updated_at", "2016-10-27 20:54:14.403707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -244810937 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -244810937], ["username", "billy_26"], ["access_token", "b5cf6ee07df8772b74c211217ecb8f46"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:54:14.405418"], ["updated_at", "2016-10-27 20:54:14.405418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726277283 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -726277283], ["username", "billy_27"], ["access_token", "380699c0d8362445d7884027060159f1"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:54:14.407142"], ["updated_at", "2016-10-27 20:54:14.407142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1639377022 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1639377022], ["username", "billy_28"], ["access_token", "6c339fcbbb0d1ef93e9f785846ee9f2e"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:54:14.408840"], ["updated_at", "2016-10-27 20:54:14.408840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1229288778 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1229288778], ["username", "billy_29"], ["access_token", "5566261cd85e7186ec791d6a9671e345"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:54:14.410627"], ["updated_at", "2016-10-27 20:54:14.410627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1148448412 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1148448412], ["username", "billy_30"], ["access_token", "ac3c4967e91da38a3009ada9b82e3e3d"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:54:14.412353"], ["updated_at", "2016-10-27 20:54:14.412353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1323956096 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1323956096], ["username", "billy_31"], ["access_token", "8588c6215bd9051bf64ccf8b09e80a1b"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:54:14.414164"], ["updated_at", "2016-10-27 20:54:14.414164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1425800216 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1425800216], ["username", "billy_32"], ["access_token", "4128c9a40f0229b52d26c75bc3fc4e0b"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:54:14.415877"], ["updated_at", "2016-10-27 20:54:14.415877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074018295 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2074018295], ["username", "billy_33"], ["access_token", "20de6deff1bd9d2152494e9d6868ca0a"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:54:14.417616"], ["updated_at", "2016-10-27 20:54:14.417616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -736298387 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -736298387], ["username", "billy_34"], ["access_token", "b5e758e32421dfb8bf6912441ee0c46a"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:54:14.419363"], ["updated_at", "2016-10-27 20:54:14.419363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1052444657 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1052444657], ["username", "billy_35"], ["access_token", "8a69d76194658984711431eecad3ef5a"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:54:14.421074"], ["updated_at", "2016-10-27 20:54:14.421074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1077678820 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1077678820], ["username", "billy_36"], ["access_token", "62a314841a706d13aaf9ccb9e2a2c853"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:54:14.422774"], ["updated_at", "2016-10-27 20:54:14.422774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1147554128 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1147554128], ["username", "billy_37"], ["access_token", "284573cd769fd615e609aaacac81b6ce"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:54:14.424501"], ["updated_at", "2016-10-27 20:54:14.424501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1304071155 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1304071155], ["username", "billy_38"], ["access_token", "8499acaefbc7070d795ee75e7b9c8b07"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:54:14.426236"], ["updated_at", "2016-10-27 20:54:14.426236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -682131085 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -682131085], ["username", "billy_39"], ["access_token", "47577f17d5a3098aeceaa5aa77cc4698"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:54:14.427941"], ["updated_at", "2016-10-27 20:54:14.427941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -436784463 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -436784463], ["username", "billy_40"], ["access_token", "df80e93ad15e4ff8f56dacf6b3beb51e"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:54:14.429784"], ["updated_at", "2016-10-27 20:54:14.429784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2035163521 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2035163521], ["username", "billy_41"], ["access_token", "69209298228ed29140fa379cff51359d"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:54:14.431563"], ["updated_at", "2016-10-27 20:54:14.431563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141225746 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2141225746], ["username", "billy_42"], ["access_token", "df8b4c0cfa77aedd93a896ab769dc0a9"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:54:14.433361"], ["updated_at", "2016-10-27 20:54:14.433361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2006002741 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2006002741], ["username", "billy_43"], ["access_token", "f5f8fe30824a7220aa1b6b970616fd64"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:54:14.435065"], ["updated_at", "2016-10-27 20:54:14.435065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539901042 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -539901042], ["username", "billy_44"], ["access_token", "2bd215668beb16d6a953f20a762041b5"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:54:14.436766"], ["updated_at", "2016-10-27 20:54:14.436766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -534673642 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -534673642], ["username", "billy_45"], ["access_token", "38d6238a88db1a785f149a7876436bd7"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:54:14.438486"], ["updated_at", "2016-10-27 20:54:14.438486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1280555461 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1280555461], ["username", "jstrav"], ["access_token", "2edeb125d5043e743281ebd4ff8a4cf5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.446327"], ["updated_at", "2016-10-27 20:54:14.446327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -408392177 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -408392177], ["username", "mary"], ["access_token", "aabc2589f636ee0568869811bd9f7296"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.448422"], ["updated_at", "2016-10-27 20:54:14.448422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1468381725 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1468381725], ["username", "jstead"], ["access_token", "2926e508ca1b07b80480281ea5dc36c7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.450334"], ["updated_at", "2016-10-27 20:54:14.450334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1635393930 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1635393930], ["username", "bigbear"], ["access_token", "eb2f30976566ac63cf34865821c12926"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.452084"], ["updated_at", "2016-10-27 20:54:14.452084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589830187 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -589830187], ["username", "foo_bb"], ["access_token", "bd42579e5c9e4b194176bd878d9d2f54"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-10-27 20:54:14.453800"], ["updated_at", "2016-10-27 20:54:14.453800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1931857934 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1931857934], ["username", "foo_bj"], ["access_token", "69cf65ab59e9220a947ad52da4fd4366"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-10-27 20:54:14.455558"], ["updated_at", "2016-10-27 20:54:14.455558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1148213792 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1148213792], ["username", "foo_tj"], ["access_token", "104f763f801e1c7a67666a55143833ff"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-10-27 20:54:14.457305"], ["updated_at", "2016-10-27 20:54:14.457305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (6.2ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-10-27 20:54:14.476642"], ["updated_at", "2016-10-27 20:54:14.476642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -233442235 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f2e1bf3fc974c193708245b7f458c4e7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -233442235], ["username", "f2e1bf3fc974c193708245b7f458c4e7"], ["access_token", "fd5ed16a91643d0253274ceaf6fee5b9"], ["created_at", "2016-10-27 20:54:14.482488"], ["updated_at", "2016-10-27 20:54:14.482488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -93141192 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -93141192], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:14.485688"], ["updated_at", "2016-10-27 20:54:14.485688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974587109 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3c5c13ef593a6d52587bc72eada98bef' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1974587109], ["username", "3c5c13ef593a6d52587bc72eada98bef"], ["access_token", "0395274dec4fff3300b8ff415ab2ffea"], ["created_at", "2016-10-27 20:54:14.490843"], ["updated_at", "2016-10-27 20:54:14.490843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -140029572 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -140029572], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:14.494699"], ["updated_at", "2016-10-27 20:54:14.494699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -229649250 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '37187f6e7d73831845f2fbe01596d200' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -229649250], ["username", "37187f6e7d73831845f2fbe01596d200"], ["access_token", "3b61110d4c32383ffe206141102370ac"], ["created_at", "2016-10-27 20:54:14.499506"], ["updated_at", "2016-10-27 20:54:14.499506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:54:14.504241"], ["updated_at", "2016-10-27 20:54:14.504241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1709500806 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1709500806], ["username", "8377a9930b4adfdb19480645cd5b909c"], ["access_token", "7154b26a91338cc04c0ef96ffd30bcbb"], ["created_at", "2016-10-27 20:54:14.548322"], ["updated_at", "2016-10-27 20:54:14.548322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -291337447 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -291337447], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:14.551075"], ["updated_at", "2016-10-27 20:54:14.551075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -291337447 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-291337447" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-291337447", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -772347839 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -772347839], ["username", "1a37e71c292c4e741c4107305a0a7b0d"], ["access_token", "4d1c23721c44dd426e7707f086f6157f"], ["created_at", "2016-10-27 20:54:14.568181"], ["updated_at", "2016-10-27 20:54:14.568181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -841573841 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -841573841], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:14.570426"], ["updated_at", "2016-10-27 20:54:14.570426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2043380650 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2043380650], ["username", "20f6840fb7d43e44d21e8ea8ff821962"], ["access_token", "a6895cc07a97482bdc7932ac60f9dc26"], ["created_at", "2016-10-27 20:54:14.582232"], ["updated_at", "2016-10-27 20:54:14.582232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -907046002 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -907046002], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:14.584586"], ["updated_at", "2016-10-27 20:54:14.584586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -907046002 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-907046002" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-907046002", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:54:14.599816"], ["updated_at", "2016-10-27 20:54:14.599816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:54:14.625223"], ["updated_at", "2016-10-27 20:54:14.625223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:54:14.645424"], ["updated_at", "2016-10-27 20:54:14.645424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171247510 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1171247510], ["username", "e4150e4e19aa81baa20a23abffc979ec"], ["access_token", "11f2430a1d34188e250e82680caf8481"], ["created_at", "2016-10-27 20:54:14.665025"], ["updated_at", "2016-10-27 20:54:14.665025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2130032324 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2130032324], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:14.670095"], ["updated_at", "2016-10-27 20:54:14.670095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -733513103 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -733513103], ["username", "4a9084f54ced8d1dbd16ce6db215f738"], ["access_token", "aeb9cf41c2121b424aacc694c5ae219f"], ["created_at", "2016-10-27 20:54:14.674253"], ["updated_at", "2016-10-27 20:54:14.674253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-2130032324/members/-733513103" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-2130032324", "user_id"=>"-733513103", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -387719025 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -387719025], ["username", "9f4531cfa560784f95f5da982795426b"], ["access_token", "26ca90abf7d020a667fe2e49d4b6778f"], ["created_at", "2016-10-27 20:54:14.691836"], ["updated_at", "2016-10-27 20:54:14.691836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -205900383 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -205900383], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:14.694613"], ["updated_at", "2016-10-27 20:54:14.694613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -747261533 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -747261533], ["username", "dc8a45b88539efad049d60997620022e"], ["access_token", "1b617be180286cc25ec2ff0ee45d15a3"], ["created_at", "2016-10-27 20:54:14.696839"], ["updated_at", "2016-10-27 20:54:14.696839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = -205900383) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -205900383], ["user_id", -747261533], ["created_at", "2016-10-27 20:54:14.699452"], ["updated_at", "2016-10-27 20:54:14.699452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-205900383/members/-747261533" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-205900383", "user_id"=>"-747261533", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:54:14.712810"], ["updated_at", "2016-10-27 20:54:14.712810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-10-27 20:54:14.734796"], ["updated_at", "2016-10-27 20:54:14.734796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1228229880 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1228229880], ["username", "0d764587cfd166d19730ed7699ac2cba"], ["access_token", "2e2b09fba5cefbf2e85aaadd147914d3"], ["created_at", "2016-10-27 20:54:14.754943"], ["updated_at", "2016-10-27 20:54:14.754943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -101258961 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -101258961], ["username", "db05464ddc34c1c33fee464c71ff38b1"], ["access_token", "55e68d09a5c7d8650ad75f0953c1eb18"], ["created_at", "2016-10-27 20:54:14.777536"], ["updated_at", "2016-10-27 20:54:14.777536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -295215311 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -295215311], ["username", "91e3f074460afd8e5969a4d83d8a0204"], ["access_token", "6857dc0f066524ee7521d4cb1907d134"], ["created_at", "2016-10-27 20:54:14.795760"], ["updated_at", "2016-10-27 20:54:14.795760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943930963 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -943930963], ["username", "27eed30aa367b27255a9557edb7066f4"], ["access_token", "af2b6911113db7017aa97def031b8690"], ["created_at", "2016-10-27 20:54:14.816434"], ["updated_at", "2016-10-27 20:54:14.816434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"27eed30aa367b27255a9557edb7066f4", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"27eed30aa367b27255a9557edb7066f4", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -383955595 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -383955595], ["username", "4fe288b307b411a85dc301bf9bd12636"], ["access_token", "ffc05a720fa46bf50ac17dea24c451ec"], ["created_at", "2016-10-27 20:54:14.829533"], ["updated_at", "2016-10-27 20:54:14.829533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1993129680 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1993129680], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:14.832323"], ["updated_at", "2016-10-27 20:54:14.832323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1916767643 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1916767643], ["username", "0e43adf42ae5f322315a4d92b337330f"], ["access_token", "a9d4703cafaddd9d00141f664fe323d5"], ["created_at", "2016-10-27 20:54:14.834691"], ["updated_at", "2016-10-27 20:54:14.834691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1993129680/owners/-1916767643" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1993129680", "user_id"=>"-1916767643", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1628020715 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1628020715], ["username", "358a402bd6e61c28493acfd4a836986c"], ["access_token", "4dd8a4a5d7abc9b148b523ea21b43228"], ["created_at", "2016-10-27 20:54:14.851473"], ["updated_at", "2016-10-27 20:54:14.851473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -438238297 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -438238297], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:14.854112"], ["updated_at", "2016-10-27 20:54:14.854112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1749690425 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1749690425], ["username", "2682a032f539bb0cedf415af21c37e36"], ["access_token", "5ad1d06d19bcfb196547fd22e0f0a980"], ["created_at", "2016-10-27 20:54:14.856404"], ["updated_at", "2016-10-27 20:54:14.856404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = -438238297) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -438238297], ["user_id", -1749690425], ["created_at", "2016-10-27 20:54:14.858574"], ["updated_at", "2016-10-27 20:54:14.858574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-438238297/owners/-1749690425" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-438238297", "user_id"=>"-1749690425", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -152469516 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -152469516], ["username", "9126a8e7906603352ab1628a27f1687f"], ["access_token", "a0e5d7ed2c5042fc40c68c25b6a3731a"], ["created_at", "2016-10-27 20:54:14.871676"], ["updated_at", "2016-10-27 20:54:14.871676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2146653265 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2146653265], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:14.877288"], ["updated_at", "2016-10-27 20:54:14.877288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -273333812 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -273333812], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:14.880767"], ["updated_at", "2016-10-27 20:54:14.880767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-2146653265/nestings/-273333812" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-2146653265", "member_group_id"=>"-273333812", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258209539 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -258209539], ["username", "3f98420dc3e77094d3086b7a041bf25a"], ["access_token", "7e9f086bbe3fd03286d4a67ce1a935cc"], ["created_at", "2016-10-27 20:54:14.900839"], ["updated_at", "2016-10-27 20:54:14.900839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1327916694 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1327916694], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:14.903439"], ["updated_at", "2016-10-27 20:54:14.903439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1033236494 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1033236494], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:14.905758"], ["updated_at", "2016-10-27 20:54:14.905758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1033236494]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1033236494 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1327916694]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1327916694 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1033236494 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1327916694 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1327916694], ["member_group_id", -1033236494], ["created_at", "2016-10-27 20:54:14.908208"], ["updated_at", "2016-10-27 20:54:14.908208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1327916694/nestings/-1033236494" for 127.0.0.1 at 2016-10-27 15:54:14 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1327916694", "member_group_id"=>"-1033236494", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "c5e18c919e761b7f6d5c4e51a26e867f"], ["created_at", "2016-10-27 20:54:14.931419"], ["updated_at", "2016-10-27 20:54:14.931419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "52fd6f0cdfb1d6d7cac13384db9cd5cc"], ["created_at", "2016-10-27 20:54:14.939831"], ["updated_at", "2016-10-27 20:54:14.939831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.2ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "ad8188cf8eb08050462b7ced53bc9633"], ["access_token", "0b1a735c795fd86b5eb8780471ac50e5"], ["openstax_uid", 1], ["created_at", "2016-10-27 20:54:14.958513"], ["updated_at", "2016-10-27 20:54:14.958513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -615181503 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -615181503], ["username", "jstrav"], ["access_token", "c6ba4888ae8bcae3b30a264e765913f1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:14.965391"], ["updated_at", "2016-10-27 20:54:14.965391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1855480036 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1855480036], ["username", "mary"], ["access_token", "d4b231202857d87b8c5d2a8f6a9126cd"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:14.967912"], ["updated_at", "2016-10-27 20:54:14.967912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -450769700 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -450769700], ["username", "jstead"], ["access_token", "adabbe683e51eb44e01f50b46044d634"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:14.969998"], ["updated_at", "2016-10-27 20:54:14.969998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -717172287 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -717172287], ["username", "bigbear"], ["access_token", "eb554f384fc9c4511432e7c95f1e0564"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:14.971786"], ["updated_at", "2016-10-27 20:54:14.971786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1204402294 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1204402294], ["username", "billy_00"], ["access_token", "4efdbb2bc007adf0f9a31ca77bfbc266"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:54:14.973850"], ["updated_at", "2016-10-27 20:54:14.973850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -689205517 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -689205517], ["username", "billy_01"], ["access_token", "1f55279e052e1a8607f227bb840a3bd6"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:54:14.975614"], ["updated_at", "2016-10-27 20:54:14.975614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1931512453 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1931512453], ["username", "billy_02"], ["access_token", "c85b0a7638b046d947fd57098cb55138"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:54:14.977429"], ["updated_at", "2016-10-27 20:54:14.977429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -693998533 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -693998533], ["username", "billy_03"], ["access_token", "b2b80f228afdceef8cc1bdd103a9e2ec"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:54:14.979214"], ["updated_at", "2016-10-27 20:54:14.979214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1091323742 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1091323742], ["username", "billy_04"], ["access_token", "b16c2492f57965a3ead25c3b63c002b7"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:54:14.980952"], ["updated_at", "2016-10-27 20:54:14.980952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1963291251 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1963291251], ["username", "billy_05"], ["access_token", "ed93ea681408e4b47601b63eceffa642"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:54:14.982679"], ["updated_at", "2016-10-27 20:54:14.982679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -480031610 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -480031610], ["username", "billy_06"], ["access_token", "891c86e222b31ed6d8c0f8ce80e1df14"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:54:14.984398"], ["updated_at", "2016-10-27 20:54:14.984398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891284757 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -891284757], ["username", "billy_07"], ["access_token", "32c73fa33753511182ab1f52414b2ce1"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:54:14.986102"], ["updated_at", "2016-10-27 20:54:14.986102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -395073391 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -395073391], ["username", "billy_08"], ["access_token", "1bbb84e521437ca9d9b13189e5307c89"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:54:14.988432"], ["updated_at", "2016-10-27 20:54:14.988432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1277096725 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1277096725], ["username", "billy_09"], ["access_token", "1ba7f6f6ab0e4252bdd07d1ea8e2c1e6"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:54:14.990355"], ["updated_at", "2016-10-27 20:54:14.990355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -736659541 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -736659541], ["username", "billy_10"], ["access_token", "4490717519545dc34c41a798c7c05e3a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:54:14.992230"], ["updated_at", "2016-10-27 20:54:14.992230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -37659939 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -37659939], ["username", "billy_11"], ["access_token", "5fee2ef996a43aa6a6c8f6cd4f603392"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:54:15.002426"], ["updated_at", "2016-10-27 20:54:15.002426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700840505 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -700840505], ["username", "billy_12"], ["access_token", "bae9103a6be6a4da97b014b719102678"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:54:15.004874"], ["updated_at", "2016-10-27 20:54:15.004874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1415940173 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1415940173], ["username", "billy_13"], ["access_token", "dc01b3ff5c7cb28d800976867fa1e40d"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:54:15.006978"], ["updated_at", "2016-10-27 20:54:15.006978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -798666970 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -798666970], ["username", "billy_14"], ["access_token", "e6d9a431b84f6c7f3eeb3daaf1df6c90"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:54:15.009051"], ["updated_at", "2016-10-27 20:54:15.009051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1519187188 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1519187188], ["username", "billy_15"], ["access_token", "583cd8aefdcae3d95be3045064217c9e"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:54:15.011092"], ["updated_at", "2016-10-27 20:54:15.011092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1583355756 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1583355756], ["username", "billy_16"], ["access_token", "bc84796c0134ebd5dc680e44c4c3a319"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:54:15.013133"], ["updated_at", "2016-10-27 20:54:15.013133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -139592607 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -139592607], ["username", "billy_17"], ["access_token", "f027114910497617fe15a16f0ee5d02c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:54:15.015096"], ["updated_at", "2016-10-27 20:54:15.015096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -660738437 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -660738437], ["username", "billy_18"], ["access_token", "51ae394ac34f0cecbd25eb0835932907"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:54:15.017092"], ["updated_at", "2016-10-27 20:54:15.017092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1120592565 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1120592565], ["username", "billy_19"], ["access_token", "4ad7c504770da99e99ca60759b31cb89"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:54:15.019239"], ["updated_at", "2016-10-27 20:54:15.019239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598449049 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -598449049], ["username", "billy_20"], ["access_token", "37f56758619219eabc75102b128460e5"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:54:15.021599"], ["updated_at", "2016-10-27 20:54:15.021599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1965960956 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1965960956], ["username", "billy_21"], ["access_token", "4b6f7b32f9dec6ab699c61570eea7f38"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:54:15.023849"], ["updated_at", "2016-10-27 20:54:15.023849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1380994280 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1380994280], ["username", "billy_22"], ["access_token", "b478688edfb699b931565c9cfb8d8a18"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:54:15.026150"], ["updated_at", "2016-10-27 20:54:15.026150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -972869633 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -972869633], ["username", "billy_23"], ["access_token", "dd1abdc5e87317d3985da0cf2ac76b51"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:54:15.028361"], ["updated_at", "2016-10-27 20:54:15.028361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1702164015 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1702164015], ["username", "billy_24"], ["access_token", "c8093efa86e4266ba38be942631a3967"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:54:15.030589"], ["updated_at", "2016-10-27 20:54:15.030589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -114626032 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -114626032], ["username", "billy_25"], ["access_token", "cb7234949a2590c467d0c32e45f78200"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:54:15.032889"], ["updated_at", "2016-10-27 20:54:15.032889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1758228445 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1758228445], ["username", "billy_26"], ["access_token", "c67d8cce64e7810d5a1ac73ed89c2ea2"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:54:15.035143"], ["updated_at", "2016-10-27 20:54:15.035143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1493917660 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1493917660], ["username", "billy_27"], ["access_token", "de3c5ccd22a347b5fec1dba807f62361"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:54:15.037393"], ["updated_at", "2016-10-27 20:54:15.037393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153731248 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -153731248], ["username", "billy_28"], ["access_token", "47f0311ba64dcd9e283ab459b32edba8"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:54:15.039548"], ["updated_at", "2016-10-27 20:54:15.039548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -109066403 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -109066403], ["username", "billy_29"], ["access_token", "a7ee78dceda98b9a56a70b314c68d787"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:54:15.041497"], ["updated_at", "2016-10-27 20:54:15.041497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1664410325 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1664410325], ["username", "billy_30"], ["access_token", "7a9fc3d06b152c5b0f4ebbb4a5049e14"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:54:15.043536"], ["updated_at", "2016-10-27 20:54:15.043536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -182436231 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -182436231], ["username", "billy_31"], ["access_token", "807f4a7c227147f082bb43bc0517a99c"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:54:15.045550"], ["updated_at", "2016-10-27 20:54:15.045550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1336305649 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1336305649], ["username", "billy_32"], ["access_token", "fb9ac92bc2100eb6a72e76bf82ec3cef"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:54:15.047498"], ["updated_at", "2016-10-27 20:54:15.047498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1604381882 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1604381882], ["username", "billy_33"], ["access_token", "cc518c68551f4b6fa2d8822908d4119e"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:54:15.049558"], ["updated_at", "2016-10-27 20:54:15.049558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1616578827 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1616578827], ["username", "billy_34"], ["access_token", "469c590a6a3926bc0b85e73723355c6d"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:54:15.051623"], ["updated_at", "2016-10-27 20:54:15.051623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1825088662 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1825088662], ["username", "billy_35"], ["access_token", "88366b79530022b51282eee6a3752fd9"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:54:15.053606"], ["updated_at", "2016-10-27 20:54:15.053606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2139655938 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2139655938], ["username", "billy_36"], ["access_token", "7e20a9c7b8273d8bbe0b3831c5943e0c"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:54:15.055745"], ["updated_at", "2016-10-27 20:54:15.055745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1740626310 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1740626310], ["username", "billy_37"], ["access_token", "9deb3cf81b62d8c7f9046c0ccc737cd2"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:54:15.057786"], ["updated_at", "2016-10-27 20:54:15.057786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1351930062 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1351930062], ["username", "billy_38"], ["access_token", "ae6722380466670d955bf65ea0eb99d7"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:54:15.059889"], ["updated_at", "2016-10-27 20:54:15.059889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -293463517 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -293463517], ["username", "billy_39"], ["access_token", "6b88bc893069974a480fa4433a7d5b82"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:54:15.062180"], ["updated_at", "2016-10-27 20:54:15.062180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -899120021 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -899120021], ["username", "billy_40"], ["access_token", "c9b172c632f7ab3f7756716152f1b057"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:54:15.064373"], ["updated_at", "2016-10-27 20:54:15.064373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730993242 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -730993242], ["username", "billy_41"], ["access_token", "8a0dc6fdda7fe693ff85bd55b6587b96"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:54:15.066504"], ["updated_at", "2016-10-27 20:54:15.066504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1614193385 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1614193385], ["username", "billy_42"], ["access_token", "718cfd5aee31b9f22e73f0c5b158e8d8"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:54:15.068511"], ["updated_at", "2016-10-27 20:54:15.068511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1602595332 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1602595332], ["username", "billy_43"], ["access_token", "1e3cdaf62f169bdfa260df6e4f55a614"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:54:15.070703"], ["updated_at", "2016-10-27 20:54:15.070703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -104699195 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -104699195], ["username", "billy_44"], ["access_token", "11a70e129cf9fe0f6bac17ca70b05e89"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:54:15.072726"], ["updated_at", "2016-10-27 20:54:15.072726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -102384228 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -102384228], ["username", "billy_45"], ["access_token", "6eb349bf23598a8fb440bcbf041f988e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:54:15.074862"], ["updated_at", "2016-10-27 20:54:15.074862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1497002411 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1497002411], ["username", "billy_46"], ["access_token", "946b6bdc76c64fafceee6cd5255e0f83"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:54:15.076880"], ["updated_at", "2016-10-27 20:54:15.076880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1915974647 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1915974647], ["username", "billy_47"], ["access_token", "a36bf5fdd8253567fd696f0e18758a45"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:54:15.078966"], ["updated_at", "2016-10-27 20:54:15.078966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -357616708 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -357616708], ["username", "billy_48"], ["access_token", "ef3b904836e7df341895d74783dec638"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:54:15.080921"], ["updated_at", "2016-10-27 20:54:15.080921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013062556 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2013062556], ["username", "billy_49"], ["access_token", "874011eeafc4fa7cf5edd2416efa2204"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:54:15.082990"], ["updated_at", "2016-10-27 20:54:15.082990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1902690555 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1902690555], ["username", "jstrav"], ["access_token", "bf2cde4fe16821d90e7c39d11409eb2a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:15.090842"], ["updated_at", "2016-10-27 20:54:15.090842"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1172654013 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1172654013], ["username", "mary"], ["access_token", "abc31c9d48877f4a8d8b566c9b948f33"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:15.093385"], ["updated_at", "2016-10-27 20:54:15.093385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -586354316 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -586354316], ["username", "jstead"], ["access_token", "8043580760c0061ceb243441292e55d3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:15.095901"], ["updated_at", "2016-10-27 20:54:15.095901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1929403323 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1929403323], ["username", "bigbear"], ["access_token", "61dcc51f208819cc149228ba02a66be7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:15.097921"], ["updated_at", "2016-10-27 20:54:15.097921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1957810477 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1957810477], ["username", "billy_00"], ["access_token", "bb5b5dfa3dd4fa97d60261371f049f86"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:54:15.099908"], ["updated_at", "2016-10-27 20:54:15.099908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1402605905 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1402605905], ["username", "billy_01"], ["access_token", "413034423019ad497b984c3b69593707"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:54:15.102063"], ["updated_at", "2016-10-27 20:54:15.102063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -928188010 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -928188010], ["username", "billy_02"], ["access_token", "f4c4c9b9401b84af1f52ff7bb23b8bae"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:54:15.104175"], ["updated_at", "2016-10-27 20:54:15.104175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1513993412 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1513993412], ["username", "billy_03"], ["access_token", "5091e40381e533bb23b840104fb474c6"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:54:15.106191"], ["updated_at", "2016-10-27 20:54:15.106191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1442026161 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1442026161], ["username", "billy_04"], ["access_token", "825a041995ee478d9d4ba260941b56a3"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:54:15.108077"], ["updated_at", "2016-10-27 20:54:15.108077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -721227253 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -721227253], ["username", "billy_05"], ["access_token", "d9bd0fb3b742a0754949f20d9ac15765"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:54:15.110149"], ["updated_at", "2016-10-27 20:54:15.110149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1238433721 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1238433721], ["username", "billy_06"], ["access_token", "672f005296d2a4a260065dd31004fa78"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:54:15.112234"], ["updated_at", "2016-10-27 20:54:15.112234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -787800489 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -787800489], ["username", "billy_07"], ["access_token", "c947b2779d244a58f71c90ecfe7e0316"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:54:15.114165"], ["updated_at", "2016-10-27 20:54:15.114165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1892916255 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1892916255], ["username", "billy_08"], ["access_token", "7179286f3672c6d3f36944af103eda9b"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:54:15.116109"], ["updated_at", "2016-10-27 20:54:15.116109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2069900866 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2069900866], ["username", "billy_09"], ["access_token", "4815f214acda4cffd5c76fd854291580"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:54:15.118169"], ["updated_at", "2016-10-27 20:54:15.118169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423261522 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -423261522], ["username", "billy_10"], ["access_token", "37fbcf8f9d16b0f060b093655ce2ee92"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:54:15.120150"], ["updated_at", "2016-10-27 20:54:15.120150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -233412428 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -233412428], ["username", "billy_11"], ["access_token", "84e53b020126acb95bb0a27a07434a65"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:54:15.122284"], ["updated_at", "2016-10-27 20:54:15.122284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1377532281 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1377532281], ["username", "billy_12"], ["access_token", "3b5b3af198918428e05855d7192e7f89"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:54:15.124587"], ["updated_at", "2016-10-27 20:54:15.124587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1796225679 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1796225679], ["username", "billy_13"], ["access_token", "e22599d0287c41089c3c6ed8c1aff96f"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:54:15.126880"], ["updated_at", "2016-10-27 20:54:15.126880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1379894885 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1379894885], ["username", "billy_14"], ["access_token", "1c62578a854f5ad283b11185b3191a57"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:54:15.128947"], ["updated_at", "2016-10-27 20:54:15.128947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1571801946 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1571801946], ["username", "billy_15"], ["access_token", "54d23b85fa90212628b9191158349e95"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:54:15.130926"], ["updated_at", "2016-10-27 20:54:15.130926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1940498675 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1940498675], ["username", "billy_16"], ["access_token", "6231e2ef2c562b1283ea0384311330bf"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:54:15.132932"], ["updated_at", "2016-10-27 20:54:15.132932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2100441717 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2100441717], ["username", "billy_17"], ["access_token", "8491a53ae05d09caf856a9e9853876ba"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:54:15.135038"], ["updated_at", "2016-10-27 20:54:15.135038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1159609832 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1159609832], ["username", "billy_18"], ["access_token", "9a77bc8802d75b29c0d22ba00bd56dcb"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:54:15.136979"], ["updated_at", "2016-10-27 20:54:15.136979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -697631376 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -697631376], ["username", "billy_19"], ["access_token", "c61f22000d432f4fa7127e902a69fae4"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:54:15.139762"], ["updated_at", "2016-10-27 20:54:15.139762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1527972266 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1527972266], ["username", "billy_20"], ["access_token", "343d94b04b31307fc076e839f27a0965"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:54:15.142012"], ["updated_at", "2016-10-27 20:54:15.142012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1701938726 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1701938726], ["username", "billy_21"], ["access_token", "b3111d53aa5abd5a750d50df25921667"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:54:15.144092"], ["updated_at", "2016-10-27 20:54:15.144092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525083720 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1525083720], ["username", "billy_22"], ["access_token", "619f05d17a9864904ed96ca12f579e4c"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:54:15.146257"], ["updated_at", "2016-10-27 20:54:15.146257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070452012 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1070452012], ["username", "billy_23"], ["access_token", "59675914b41011d6c0aac8fbe67c4135"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:54:15.148402"], ["updated_at", "2016-10-27 20:54:15.148402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -964101461 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -964101461], ["username", "billy_24"], ["access_token", "a0d4bba14f9a0a405c65370a294a6e39"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:54:15.150662"], ["updated_at", "2016-10-27 20:54:15.150662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975081915 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1975081915], ["username", "billy_25"], ["access_token", "436e5c06940a00cf95997f474ef0d224"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:54:15.152751"], ["updated_at", "2016-10-27 20:54:15.152751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -557577985 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -557577985], ["username", "billy_26"], ["access_token", "ac9108b899819c5db38259c005dfa621"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:54:15.154838"], ["updated_at", "2016-10-27 20:54:15.154838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1678483619 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1678483619], ["username", "billy_27"], ["access_token", "c04bd7b055eca0d17316e74f2b16fa6f"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:54:15.156817"], ["updated_at", "2016-10-27 20:54:15.156817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2000721387 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2000721387], ["username", "billy_28"], ["access_token", "13d66ee5331340a39289d9211fd7bbb0"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:54:15.159063"], ["updated_at", "2016-10-27 20:54:15.159063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1479198860 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1479198860], ["username", "billy_29"], ["access_token", "275259a183b69e9f4778b9d1a4322f39"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:54:15.161171"], ["updated_at", "2016-10-27 20:54:15.161171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -942265157 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -942265157], ["username", "billy_30"], ["access_token", "665fc58466b5a25f0369c89326d197a1"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:54:15.163283"], ["updated_at", "2016-10-27 20:54:15.163283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -208047365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -208047365], ["username", "billy_31"], ["access_token", "b055c5555486e410ab9c431c36f1a4d3"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:54:15.165421"], ["updated_at", "2016-10-27 20:54:15.165421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -624987550 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -624987550], ["username", "billy_32"], ["access_token", "e681b83972a8374fb32f54199ebf99c1"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:54:15.167412"], ["updated_at", "2016-10-27 20:54:15.167412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -640154368 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -640154368], ["username", "billy_33"], ["access_token", "a829159649e834efa20ab652c1fd435d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:54:15.169620"], ["updated_at", "2016-10-27 20:54:15.169620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091596127 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2091596127], ["username", "billy_34"], ["access_token", "135cfef1e3369587258d0af048361261"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:54:15.171591"], ["updated_at", "2016-10-27 20:54:15.171591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -846660170 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -846660170], ["username", "billy_35"], ["access_token", "5e1683ee04edc33cb7c54ee2cfc62be9"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:54:15.173588"], ["updated_at", "2016-10-27 20:54:15.173588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -577005395 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -577005395], ["username", "billy_36"], ["access_token", "35acde4e33bc264dea5fd468cfd1e455"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:54:15.175685"], ["updated_at", "2016-10-27 20:54:15.175685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -400998751 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -400998751], ["username", "billy_37"], ["access_token", "348f5beb20d1a697d0f9686f9aeb7f2d"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:54:15.177761"], ["updated_at", "2016-10-27 20:54:15.177761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1323884771 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1323884771], ["username", "billy_38"], ["access_token", "8d4d67d7ff6d59753b5cfa323b399cb3"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:54:15.180118"], ["updated_at", "2016-10-27 20:54:15.180118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1670991119 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1670991119], ["username", "billy_39"], ["access_token", "a2db3346859dad5135b98833c9905e69"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:54:15.182209"], ["updated_at", "2016-10-27 20:54:15.182209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404327905 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -404327905], ["username", "billy_40"], ["access_token", "609a576980d999b502eee8ce480ec5fc"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:54:15.184230"], ["updated_at", "2016-10-27 20:54:15.184230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -858110063 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -858110063], ["username", "billy_41"], ["access_token", "7b8b05e7894680e4ad6f959b9a32b6b6"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:54:15.186243"], ["updated_at", "2016-10-27 20:54:15.186243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -694185766 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -694185766], ["username", "billy_42"], ["access_token", "846c023d633159cac2b8d0eb520da178"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:54:15.188487"], ["updated_at", "2016-10-27 20:54:15.188487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -863833277 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -863833277], ["username", "billy_43"], ["access_token", "f56081959c1ecabc1a88ab2052cfb92c"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:54:15.191229"], ["updated_at", "2016-10-27 20:54:15.191229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -266487885 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -266487885], ["username", "billy_44"], ["access_token", "d44875be2f30f542b29c504c30df4657"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:54:15.193561"], ["updated_at", "2016-10-27 20:54:15.193561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1111262601 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1111262601], ["username", "billy_45"], ["access_token", "ad4c04811a551367cd987017eea007de"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:54:15.196001"], ["updated_at", "2016-10-27 20:54:15.196001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530199589 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1530199589], ["username", "billy_46"], ["access_token", "7d1114a5a63e849809abd9f5fe5adfdf"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:54:15.198124"], ["updated_at", "2016-10-27 20:54:15.198124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -401022835 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -401022835], ["username", "billy_47"], ["access_token", "3bdc9250e977b58387658d117a5829d9"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:54:15.200468"], ["updated_at", "2016-10-27 20:54:15.200468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2129647025 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2129647025], ["username", "billy_48"], ["access_token", "776015ab5420fff3760faa2c1d6a68c9"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:54:15.203012"], ["updated_at", "2016-10-27 20:54:15.203012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -651862978 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -651862978], ["username", "billy_49"], ["access_token", "e8884d242af9779a4c22bfe56a62a2c3"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:54:15.205152"], ["updated_at", "2016-10-27 20:54:15.205152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2109314202 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2109314202], ["username", "jstrav"], ["access_token", "32a7105a2dce8b5423d784edded744e9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:15.213260"], ["updated_at", "2016-10-27 20:54:15.213260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -707288694 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -707288694], ["username", "mary"], ["access_token", "8af21e5881d69bb08212676e55ca0515"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:15.216108"], ["updated_at", "2016-10-27 20:54:15.216108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1390925472 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1390925472], ["username", "jstead"], ["access_token", "a4591387489a5d758ad32685f0ff912a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:15.220090"], ["updated_at", "2016-10-27 20:54:15.220090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -219262250 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -219262250], ["username", "bigbear"], ["access_token", "c9993f88047063687063f6cc1f52db09"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:15.223609"], ["updated_at", "2016-10-27 20:54:15.223609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1873642964 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1873642964], ["username", "billy_00"], ["access_token", "a3b1cfbcbd7defaec55b544096accc16"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:54:15.226779"], ["updated_at", "2016-10-27 20:54:15.226779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975012343 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1975012343], ["username", "billy_01"], ["access_token", "4999f6299b0812b3b4848bcf95008f11"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:54:15.229433"], ["updated_at", "2016-10-27 20:54:15.229433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1452529590 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1452529590], ["username", "billy_02"], ["access_token", "8ad212a05b9d8200a0246bfcc0e6bcfc"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:54:15.231985"], ["updated_at", "2016-10-27 20:54:15.231985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217788599 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1217788599], ["username", "billy_03"], ["access_token", "cdabf3fdfa9877efb45d7758b1e0a149"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:54:15.234275"], ["updated_at", "2016-10-27 20:54:15.234275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1034284110 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1034284110], ["username", "billy_04"], ["access_token", "9d4322d73000aaf6a62414208f402a36"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:54:15.236493"], ["updated_at", "2016-10-27 20:54:15.236493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2030516209 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2030516209], ["username", "billy_05"], ["access_token", "8f5b06d9af5321f8ccfb513e0226fe02"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:54:15.238934"], ["updated_at", "2016-10-27 20:54:15.238934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -932231705 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -932231705], ["username", "billy_06"], ["access_token", "eeb4dc6384760daf8da39fdbbdbb0e9d"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:54:15.241309"], ["updated_at", "2016-10-27 20:54:15.241309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1249907280 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1249907280], ["username", "billy_07"], ["access_token", "e1c0f92817f97fad53e06420cb2d1d79"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:54:15.243593"], ["updated_at", "2016-10-27 20:54:15.243593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974118528 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1974118528], ["username", "billy_08"], ["access_token", "63c6479e536780d0bc8bde88d4781555"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:54:15.245969"], ["updated_at", "2016-10-27 20:54:15.245969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -868516857 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -868516857], ["username", "billy_09"], ["access_token", "84f4ca8f5776650f27f2f46958733ef7"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:54:15.248429"], ["updated_at", "2016-10-27 20:54:15.248429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1778333077 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1778333077], ["username", "billy_10"], ["access_token", "3ca3b82d34ceb94c5b27bc26c5544621"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:54:15.250672"], ["updated_at", "2016-10-27 20:54:15.250672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -387383104 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -387383104], ["username", "billy_11"], ["access_token", "4183eee8fcad827d98238ee5f0bb2738"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:54:15.253326"], ["updated_at", "2016-10-27 20:54:15.253326"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1968332937 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1968332937], ["username", "billy_12"], ["access_token", "7733f28058c7e458bd8c4ea9a1669ee2"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:54:15.256011"], ["updated_at", "2016-10-27 20:54:15.256011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -939165257 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -939165257], ["username", "billy_13"], ["access_token", "8c269e79940f635bd6284b7fdff08b7f"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:54:15.258242"], ["updated_at", "2016-10-27 20:54:15.258242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -929303429 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -929303429], ["username", "billy_14"], ["access_token", "139cee8d2745b79accf9a8da023961de"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:54:15.260756"], ["updated_at", "2016-10-27 20:54:15.260756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031649677 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2031649677], ["username", "billy_15"], ["access_token", "4d99ea63ebf31ded4ce956472036305d"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:54:15.262716"], ["updated_at", "2016-10-27 20:54:15.262716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348582377 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1348582377], ["username", "billy_16"], ["access_token", "4e20335ef9662bcd68af892aeb1f749c"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:54:15.264695"], ["updated_at", "2016-10-27 20:54:15.264695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -85784440 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -85784440], ["username", "billy_17"], ["access_token", "0d403480403cbbdee1fd711d7799b453"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:54:15.266674"], ["updated_at", "2016-10-27 20:54:15.266674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -277996180 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -277996180], ["username", "billy_18"], ["access_token", "d003f2e3a03042a9f9de7460846f159c"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:54:15.268646"], ["updated_at", "2016-10-27 20:54:15.268646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2077968730 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2077968730], ["username", "billy_19"], ["access_token", "b76a8fe0f2b97079e025a214ac321644"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:54:15.270920"], ["updated_at", "2016-10-27 20:54:15.270920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -395797340 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -395797340], ["username", "billy_20"], ["access_token", "86709fc88ea6f62a3c7338b4cfa14fcc"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:54:15.273015"], ["updated_at", "2016-10-27 20:54:15.273015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -394983083 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -394983083], ["username", "billy_21"], ["access_token", "1025f7e6ab6bdaa40091c667084b12e0"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:54:15.275361"], ["updated_at", "2016-10-27 20:54:15.275361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -642188220 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -642188220], ["username", "billy_22"], ["access_token", "1598d4036ed5edabee8e02874b181d04"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:54:15.277528"], ["updated_at", "2016-10-27 20:54:15.277528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877890215 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1877890215], ["username", "billy_23"], ["access_token", "708fc0b3404d3f7319e9145285509d26"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:54:15.279651"], ["updated_at", "2016-10-27 20:54:15.279651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2118566023 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2118566023], ["username", "billy_24"], ["access_token", "f5b3d429c9d14056318da877e70d018f"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:54:15.281937"], ["updated_at", "2016-10-27 20:54:15.281937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1730310004 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1730310004], ["username", "billy_25"], ["access_token", "d24dec08aa0f64e88bbcff1324f32b39"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:54:15.284026"], ["updated_at", "2016-10-27 20:54:15.284026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2107897990 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2107897990], ["username", "billy_26"], ["access_token", "fd615c6365a73683c8e99572d754ae91"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:54:15.286258"], ["updated_at", "2016-10-27 20:54:15.286258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -371061448 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -371061448], ["username", "billy_27"], ["access_token", "66228bff1a8aaa4fe9bb1eddb5cebc26"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:54:15.288369"], ["updated_at", "2016-10-27 20:54:15.288369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891061029 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -891061029], ["username", "billy_28"], ["access_token", "16f2fe1fe43de5e7b67163166bf6a919"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:54:15.290503"], ["updated_at", "2016-10-27 20:54:15.290503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -449775856 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -449775856], ["username", "billy_29"], ["access_token", "9c245f87ed583f6ac68b7d5fab3ae0b5"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:54:15.292588"], ["updated_at", "2016-10-27 20:54:15.292588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -416318553 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -416318553], ["username", "billy_30"], ["access_token", "5902bfc60121ad8f06bc81a72af7997c"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:54:15.294802"], ["updated_at", "2016-10-27 20:54:15.294802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1277640567 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1277640567], ["username", "billy_31"], ["access_token", "05b0cdb988cefed6e0edf0b4be4e5245"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:54:15.296843"], ["updated_at", "2016-10-27 20:54:15.296843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1258198785 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1258198785], ["username", "billy_32"], ["access_token", "fb0d28509f55372f4f279e9794efd86c"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:54:15.299033"], ["updated_at", "2016-10-27 20:54:15.299033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460507422 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1460507422], ["username", "billy_33"], ["access_token", "dadaa2ab350dddf5d47d17e895ddd7b9"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:54:15.301121"], ["updated_at", "2016-10-27 20:54:15.301121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2113712850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2113712850], ["username", "billy_34"], ["access_token", "1cdfb629b3ea9a78902dbb5f882097b3"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:54:15.303146"], ["updated_at", "2016-10-27 20:54:15.303146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -702945912 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -702945912], ["username", "billy_35"], ["access_token", "f4c599a924354ec5ea59689caa4bb247"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:54:15.305352"], ["updated_at", "2016-10-27 20:54:15.305352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1962750554 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1962750554], ["username", "billy_36"], ["access_token", "ee5816f6452053700101b15c76d5e89f"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:54:15.307476"], ["updated_at", "2016-10-27 20:54:15.307476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -929214905 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -929214905], ["username", "billy_37"], ["access_token", "0adb74a4e5584f48610c901cc3d34815"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:54:15.309586"], ["updated_at", "2016-10-27 20:54:15.309586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -669426445 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -669426445], ["username", "billy_38"], ["access_token", "0aab4913c7ea61c50256c846bd76c3d9"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:54:15.311549"], ["updated_at", "2016-10-27 20:54:15.311549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -572369186 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -572369186], ["username", "billy_39"], ["access_token", "449f4aa8db49bdaafaac875ab41a2eb7"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:54:15.313496"], ["updated_at", "2016-10-27 20:54:15.313496"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1287986407 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1287986407], ["username", "billy_40"], ["access_token", "9994fd1856e799c31c625b640a6fd00d"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:54:15.315409"], ["updated_at", "2016-10-27 20:54:15.315409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1724510076 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1724510076], ["username", "billy_41"], ["access_token", "df0adf8ce6ba4d6b8d04f08aaa58e8cd"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:54:15.317486"], ["updated_at", "2016-10-27 20:54:15.317486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1529545183 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1529545183], ["username", "billy_42"], ["access_token", "f515e22569fcd5aff78228920ad22f30"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:54:15.319374"], ["updated_at", "2016-10-27 20:54:15.319374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1739371837 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1739371837], ["username", "billy_43"], ["access_token", "c2195fb820f8dfeda250e8d8b7ed4f1c"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:54:15.321331"], ["updated_at", "2016-10-27 20:54:15.321331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687577112 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1687577112], ["username", "billy_44"], ["access_token", "ed94c3791a43c28a038106885bb64afe"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:54:15.323288"], ["updated_at", "2016-10-27 20:54:15.323288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -61901609 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -61901609], ["username", "billy_45"], ["access_token", "3e6cc4a331b4f02db0bdc5c78533034e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:54:15.325149"], ["updated_at", "2016-10-27 20:54:15.325149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1068476139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1068476139], ["username", "billy_46"], ["access_token", "25f86367bf902b2d0b15595ee36db872"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:54:15.327015"], ["updated_at", "2016-10-27 20:54:15.327015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -482080552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -482080552], ["username", "billy_47"], ["access_token", "90d973a443f68428e0579d737237dcaf"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:54:15.328871"], ["updated_at", "2016-10-27 20:54:15.328871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -610518646 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -610518646], ["username", "billy_48"], ["access_token", "d49f096e6a77d2146f1b5507ff544485"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:54:15.330738"], ["updated_at", "2016-10-27 20:54:15.330738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829027303 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1829027303], ["username", "billy_49"], ["access_token", "fe308cfc38d57ca2c34b52c65133de24"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:54:15.332736"], ["updated_at", "2016-10-27 20:54:15.332736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "6ea2171c65fafac44273338e15d135f4"], ["created_at", "2016-10-27 20:54:15.338233"], ["updated_at", "2016-10-27 20:54:15.338233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:54:15.342477"], ["updated_at", "2016-10-27 20:54:15.342477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "369f3777831855d00d5c7c95c7012f28"], ["created_at", "2016-10-27 20:54:15.344697"], ["updated_at", "2016-10-27 20:54:15.344697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-10-27 20:54:15.346084"], ["updated_at", "2016-10-27 20:54:15.346084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1199197446 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1199197446], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:15.348212"], ["updated_at", "2016-10-27 20:54:15.348212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -439520033 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -439520033], ["name", "MyGroup"], ["created_at", "2016-10-27 20:54:15.350091"], ["updated_at", "2016-10-27 20:54:15.350091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.3ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -439520033]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -439520033 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1199197446]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1199197446 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -439520033 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1199197446 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1199197446], ["member_group_id", -439520033], ["created_at", "2016-10-27 20:54:15.352173"], ["updated_at", "2016-10-27 20:54:15.352173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -439520033) LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -439520033) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -439520033], ["user_id", 1], ["created_at", "2016-10-27 20:54:15.362339"], ["updated_at", "2016-10-27 20:54:15.362339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -439520033) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -439520033]] SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -439520033]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -439520033 - -1199197446 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-439520033, -1199197446) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-10-27 20:54:15.389027"], ["updated_at", "2016-10-27 20:54:15.389027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-439520033, -1199197446) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-10-27 20:54:15.395813"], ["updated_at", "2016-10-27 20:54:15.395813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-439520033, -1199197446) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-10-27 20:54:15.401717"], ["updated_at", "2016-10-27 20:54:15.401717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-439520033, -1199197446) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-439520033, -1199197446) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-10-27 20:54:15.410830"], ["updated_at", "2016-10-27 20:54:15.410830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-439520033, -1199197446) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-439520033, -1199197446) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-439520033, -1199197446) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-10-27 20:54:15.447930"], ["updated_at", "2016-10-27 20:54:15.447930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-10-27 20:54:15.450432"], ["updated_at", "2016-10-27 20:54:15.450432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-10-27 20:54:15.452530"], ["updated_at", "2016-10-27 20:54:15.452530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2016-10-27 20:54:15.454788"], ["updated_at", "2016-10-27 20:54:15.454788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-10-27 20:54:15.456394"], ["updated_at", "2016-10-27 20:54:15.456394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-10-27 20:54:15.458366"], ["updated_at", "2016-10-27 20:54:15.458366"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2016-10-27 20:54:15.460331"], ["updated_at", "2016-10-27 20:54:15.460331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2016-10-27 20:54:15.502571"], ["updated_at", "2016-10-27 20:54:15.502571"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-10-27 20:54:15.504051"], ["updated_at", "2016-10-27 20:54:15.504051"]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-10-27 20:54:15.505601"], ["updated_at", "2016-10-27 20:54:15.505601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-10-27 20:54:15.510838"], ["updated_at", "2016-10-27 20:54:15.510838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-10-27 20:54:15.512482"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-10-27 20:54:15.565923"], ["updated_at", "2016-10-27 20:54:15.565923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-10-27 20:54:15.570824"], ["updated_at", "2016-10-27 20:54:15.570824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-10-27 20:54:15.574534"], ["updated_at", "2016-10-27 20:54:15.574534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-10-27 20:54:15.608016"], ["updated_at", "2016-10-27 20:54:15.608016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-10-27 20:54:15.631143"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-10-27 20:54:15.633854"], ["updated_at", "2016-10-27 20:54:15.633854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-10-27 15:54:15 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "a13b6c78c6b66f2b1a3d1c391314c3a6"], ["created_at", "2016-10-27 20:54:15.692209"], ["updated_at", "2016-10-27 20:54:15.692209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:54:15.693907"], ["updated_at", "2016-10-27 20:54:15.693907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "b2cae4e5f43b4c9e77143f8ed9dcdd2d"], ["created_at", "2016-10-27 20:54:16.057337"], ["updated_at", "2016-10-27 20:54:16.057337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:54:16.058915"], ["updated_at", "2016-10-27 20:54:16.058915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "22b5658a335880a1ef58dfcc5399b98b"], ["created_at", "2016-10-27 20:54:16.411715"], ["updated_at", "2016-10-27 20:54:16.411715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:54:16.414186"], ["updated_at", "2016-10-27 20:54:16.414186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "4e9b0088ee66807f21ca1ee4932953cd"], ["created_at", "2016-10-27 20:54:16.777193"], ["updated_at", "2016-10-27 20:54:16.777193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:54:16.779554"], ["updated_at", "2016-10-27 20:54:16.779554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "0d17c98a124dd47441ab8dd72807ec86"], ["created_at", "2016-10-27 20:54:17.155989"], ["updated_at", "2016-10-27 20:54:17.155989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-10-27 20:54:17.157639"], ["updated_at", "2016-10-27 20:54:17.157639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1691727835 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1691727835], ["username", "jstrav"], ["access_token", "fc3ef923a2cd561f2f546a4beb6c2e6d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:17.533534"], ["updated_at", "2016-10-27 20:54:17.533534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1063934999 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1063934999], ["username", "mary"], ["access_token", "38619f924f138a398d01066476b37f26"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:17.535731"], ["updated_at", "2016-10-27 20:54:17.535731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1731935123 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1731935123], ["username", "jstead"], ["access_token", "2ed1062ff91b22d4f9e70ca1b815a834"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:17.537798"], ["updated_at", "2016-10-27 20:54:17.537798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -475748547 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -475748547], ["username", "bigbear"], ["access_token", "aae44b7648aa8afcc1a72a10c55f6017"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:17.539635"], ["updated_at", "2016-10-27 20:54:17.539635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2075882370 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2075882370], ["username", "billy_00"], ["access_token", "aee34204faf802469f78a97289c5d535"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:54:17.541611"], ["updated_at", "2016-10-27 20:54:17.541611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2012457233 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2012457233], ["username", "billy_01"], ["access_token", "63eea9c0b4c2e88f4669348dc0d0aaac"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:54:17.543506"], ["updated_at", "2016-10-27 20:54:17.543506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -733111551 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -733111551], ["username", "billy_02"], ["access_token", "276de8794cbaa4e0e7e61124f70d174b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:54:17.545403"], ["updated_at", "2016-10-27 20:54:17.545403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1208823954 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1208823954], ["username", "billy_03"], ["access_token", "3defc6ffa15f5c523e3005493c600f95"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:54:17.547208"], ["updated_at", "2016-10-27 20:54:17.547208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1267846203 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1267846203], ["username", "billy_04"], ["access_token", "87e7c536b5f130d7a41b7836838622ef"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:54:17.549037"], ["updated_at", "2016-10-27 20:54:17.549037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1633449532 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1633449532], ["username", "billy_05"], ["access_token", "2f0f9cffbe835e23c57412e6afa27d46"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:54:17.550870"], ["updated_at", "2016-10-27 20:54:17.550870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1848423156 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1848423156], ["username", "billy_06"], ["access_token", "dd0d0a568d583db43e51ea1cac5cd994"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:54:17.552710"], ["updated_at", "2016-10-27 20:54:17.552710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410208650 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -410208650], ["username", "billy_07"], ["access_token", "0ba053194b61d80671f60d2826f19cef"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:54:17.554646"], ["updated_at", "2016-10-27 20:54:17.554646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1895080476 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1895080476], ["username", "billy_08"], ["access_token", "ea48dfeacde48d746f0a0cb8a12afd94"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:54:17.556606"], ["updated_at", "2016-10-27 20:54:17.556606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942285165 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1942285165], ["username", "billy_09"], ["access_token", "e5ddf05114e4b7a1da0ea042fec5f970"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:54:17.558533"], ["updated_at", "2016-10-27 20:54:17.558533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -933680690 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -933680690], ["username", "billy_10"], ["access_token", "5fa923e6e8b36f5f134b0abe803fb240"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:54:17.560349"], ["updated_at", "2016-10-27 20:54:17.560349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1085778300 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1085778300], ["username", "billy_11"], ["access_token", "87ae8abca3b17886b9ba0cf15a456df2"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:54:17.562183"], ["updated_at", "2016-10-27 20:54:17.562183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -270130959 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -270130959], ["username", "billy_12"], ["access_token", "76c7806227a93339ddb22e8386010541"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:54:17.564032"], ["updated_at", "2016-10-27 20:54:17.564032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1813096684 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1813096684], ["username", "billy_13"], ["access_token", "0caddd222ba5a076fb2bb047b6a0e1ec"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:54:17.566012"], ["updated_at", "2016-10-27 20:54:17.566012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1392175033 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1392175033], ["username", "billy_14"], ["access_token", "ad40eb1d2e4a7b6151f5d0211f231d2d"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:54:17.568065"], ["updated_at", "2016-10-27 20:54:17.568065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956899924 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -956899924], ["username", "billy_15"], ["access_token", "3199b7be4dc05829cfb7b83f3b4b59fb"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:54:17.569973"], ["updated_at", "2016-10-27 20:54:17.569973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1477652348 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1477652348], ["username", "billy_16"], ["access_token", "803231f39e01cd5d0f9df6fc8d9faa1a"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:54:17.572141"], ["updated_at", "2016-10-27 20:54:17.572141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -709128796 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -709128796], ["username", "billy_17"], ["access_token", "dc9b6e0cb5afd417220901cb140f58f2"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:54:17.574175"], ["updated_at", "2016-10-27 20:54:17.574175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894670557 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1894670557], ["username", "billy_18"], ["access_token", "af0113b2d37a10fa0fcc808400c59044"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:54:17.576162"], ["updated_at", "2016-10-27 20:54:17.576162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1363970425 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1363970425], ["username", "billy_19"], ["access_token", "45064821999337050c3b6a63c68b4bb9"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:54:17.578107"], ["updated_at", "2016-10-27 20:54:17.578107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -898693385 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -898693385], ["username", "billy_20"], ["access_token", "9026e6bd5944beeaac4cf33f84ae5b05"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:54:17.580028"], ["updated_at", "2016-10-27 20:54:17.580028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -311013243 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -311013243], ["username", "billy_21"], ["access_token", "664a6483bff3651f41eb18355595c4eb"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:54:17.581901"], ["updated_at", "2016-10-27 20:54:17.581901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019273639 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2019273639], ["username", "billy_22"], ["access_token", "bc8ec4d76c364ef6221c8675f9856568"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:54:17.583897"], ["updated_at", "2016-10-27 20:54:17.583897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -377365191 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -377365191], ["username", "billy_23"], ["access_token", "23e1028b94e8953e58370fe477b8747a"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:54:17.585797"], ["updated_at", "2016-10-27 20:54:17.585797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891116771 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -891116771], ["username", "billy_24"], ["access_token", "5abf6f00ae46411230b5e95ed192e0d9"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:54:17.587905"], ["updated_at", "2016-10-27 20:54:17.587905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1074542388 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1074542388], ["username", "billy_25"], ["access_token", "44ecbda471a493ab20959f5ca8ec678b"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:54:17.589794"], ["updated_at", "2016-10-27 20:54:17.589794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677623736 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1677623736], ["username", "billy_26"], ["access_token", "de716ca67716596ebf3081808bc6f534"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:54:17.591722"], ["updated_at", "2016-10-27 20:54:17.591722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -572027126 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -572027126], ["username", "billy_27"], ["access_token", "80bd177c38605ff660b4c617c426db95"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:54:17.593611"], ["updated_at", "2016-10-27 20:54:17.593611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1929423425 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1929423425], ["username", "billy_28"], ["access_token", "854a1ebf314b13ab308c5c4adbe31c29"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:54:17.595492"], ["updated_at", "2016-10-27 20:54:17.595492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891266549 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -891266549], ["username", "billy_29"], ["access_token", "c5b1a218930c47535fb2c71901822be7"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:54:17.597367"], ["updated_at", "2016-10-27 20:54:17.597367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -948629512 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -948629512], ["username", "billy_30"], ["access_token", "0c21aaa27dccd92f1986476159092c7a"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:54:17.599239"], ["updated_at", "2016-10-27 20:54:17.599239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1143662590 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1143662590], ["username", "billy_31"], ["access_token", "7b20e098449bc1261a4f580acc466a39"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:54:17.601142"], ["updated_at", "2016-10-27 20:54:17.601142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411776896 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -411776896], ["username", "billy_32"], ["access_token", "397dc212f27054deeda0c45fb0f216da"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:54:17.603013"], ["updated_at", "2016-10-27 20:54:17.603013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -966824699 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -966824699], ["username", "billy_33"], ["access_token", "72520b903b651edc5b52a16ead69758b"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:54:17.604897"], ["updated_at", "2016-10-27 20:54:17.604897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -20886359 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -20886359], ["username", "billy_34"], ["access_token", "866cdb77632235166dc59545e6e98cd7"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:54:17.606756"], ["updated_at", "2016-10-27 20:54:17.606756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -414491487 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -414491487], ["username", "billy_35"], ["access_token", "3e492c7d7d4b7c8e6cc49beea7da7a36"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:54:17.608648"], ["updated_at", "2016-10-27 20:54:17.608648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -914663137 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -914663137], ["username", "billy_36"], ["access_token", "5d58f336c1b76ba06daa92aca4cfc31c"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:54:17.610551"], ["updated_at", "2016-10-27 20:54:17.610551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -552689666 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -552689666], ["username", "billy_37"], ["access_token", "bf3e4202e65749d0aad62dcfdd6b1cc4"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:54:17.612402"], ["updated_at", "2016-10-27 20:54:17.612402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1732692129 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1732692129], ["username", "billy_38"], ["access_token", "2ca1120b46cce7de9d1364b5a3508ac1"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:54:17.614293"], ["updated_at", "2016-10-27 20:54:17.614293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1771449890 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1771449890], ["username", "billy_39"], ["access_token", "4bf6c786324ce2890534d25e716b224b"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:54:17.616171"], ["updated_at", "2016-10-27 20:54:17.616171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -636911422 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -636911422], ["username", "billy_40"], ["access_token", "809f1bf47ab18acab6a73e0b6d5503d0"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:54:17.618175"], ["updated_at", "2016-10-27 20:54:17.618175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -490709776 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -490709776], ["username", "billy_41"], ["access_token", "4862ddc8ededd853b85bd7ad88bf53ef"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:54:17.620191"], ["updated_at", "2016-10-27 20:54:17.620191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2073698828 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2073698828], ["username", "billy_42"], ["access_token", "50ec2b3e1b67a835078718ede191dfc3"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:54:17.622180"], ["updated_at", "2016-10-27 20:54:17.622180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1089870791 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1089870791], ["username", "billy_43"], ["access_token", "c3fcf38afdacd8f3f2f04b05a988491f"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:54:17.624021"], ["updated_at", "2016-10-27 20:54:17.624021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -213047462 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -213047462], ["username", "billy_44"], ["access_token", "e58d9660d893d0f0a1634dcc66baf4d8"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:54:17.625729"], ["updated_at", "2016-10-27 20:54:17.625729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -15277413 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -15277413], ["username", "billy_45"], ["access_token", "75f59252d192531da9dcee0eec431750"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:54:17.627480"], ["updated_at", "2016-10-27 20:54:17.627480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091298690 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2091298690], ["username", "billy_46"], ["access_token", "ddfdbb7b8d2ffde9d1b5fb2337f6a2f9"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:54:17.629198"], ["updated_at", "2016-10-27 20:54:17.629198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1745625176 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1745625176], ["username", "billy_47"], ["access_token", "b9d04bd60d8f8a223a878a3a51287704"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:54:17.630908"], ["updated_at", "2016-10-27 20:54:17.630908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1737124111 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1737124111], ["username", "billy_48"], ["access_token", "13ccb338d664489ddde15e719366c89e"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:54:17.632617"], ["updated_at", "2016-10-27 20:54:17.632617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1884079380 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1884079380], ["username", "billy_49"], ["access_token", "cd55d91039b945d6e2ecef750c987b9e"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:54:17.634374"], ["updated_at", "2016-10-27 20:54:17.634374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2007130089 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2007130089], ["username", "jstrav"], ["access_token", "edf6dad2e4ffe922d149d9bbd5fe7d66"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-10-27 20:54:17.641188"], ["updated_at", "2016-10-27 20:54:17.641188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221295963 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -221295963], ["username", "mary"], ["access_token", "3a9705c5d1774936f8f12550b036903b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-10-27 20:54:17.643305"], ["updated_at", "2016-10-27 20:54:17.643305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -937602674 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -937602674], ["username", "jstead"], ["access_token", "b21fc06b470bf8920b2acddb4c40a4dd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-10-27 20:54:17.645219"], ["updated_at", "2016-10-27 20:54:17.645219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1624335148 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1624335148], ["username", "bigbear"], ["access_token", "5f8c4155b7d8d403161ecf537791a86d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-10-27 20:54:17.646966"], ["updated_at", "2016-10-27 20:54:17.646966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -136540404 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -136540404], ["username", "billy_00"], ["access_token", "9f3e769d41e86e3aa915f8a323837ba6"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-10-27 20:54:17.648844"], ["updated_at", "2016-10-27 20:54:17.648844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2143565479 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2143565479], ["username", "billy_01"], ["access_token", "d2a539a7695b314aec726d88689bbc20"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-10-27 20:54:17.657008"], ["updated_at", "2016-10-27 20:54:17.657008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -550201972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -550201972], ["username", "billy_02"], ["access_token", "fda0af3e7ed218e6ec3407e48c020123"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-10-27 20:54:17.658896"], ["updated_at", "2016-10-27 20:54:17.658896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -675141039 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -675141039], ["username", "billy_03"], ["access_token", "cf50200c2f979a775ab7bd258c80005b"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-10-27 20:54:17.660733"], ["updated_at", "2016-10-27 20:54:17.660733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1728358422 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1728358422], ["username", "billy_04"], ["access_token", "60b7c976cd893c059fd5138f2bb06aa3"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-10-27 20:54:17.662553"], ["updated_at", "2016-10-27 20:54:17.662553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -165503327 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -165503327], ["username", "billy_05"], ["access_token", "46de16b74b26bbbe64b5e7e2accb0507"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-10-27 20:54:17.664352"], ["updated_at", "2016-10-27 20:54:17.664352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1890904035 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1890904035], ["username", "billy_06"], ["access_token", "401a9d98b4c7f881f49220d1cbc9b418"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-10-27 20:54:17.666260"], ["updated_at", "2016-10-27 20:54:17.666260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -888704666 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -888704666], ["username", "billy_07"], ["access_token", "349e3b735b156df050a7659070418165"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-10-27 20:54:17.668421"], ["updated_at", "2016-10-27 20:54:17.668421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -267238656 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -267238656], ["username", "billy_08"], ["access_token", "d39937f06f55a149df5f8ef19967bf59"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-10-27 20:54:17.670493"], ["updated_at", "2016-10-27 20:54:17.670493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -111059332 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -111059332], ["username", "billy_09"], ["access_token", "ab8a07dcf2a1c3cf64c1bf749399336a"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-10-27 20:54:17.672327"], ["updated_at", "2016-10-27 20:54:17.672327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -916595970 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -916595970], ["username", "billy_10"], ["access_token", "c361185e74713653e491e054ed5ff586"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-10-27 20:54:17.674423"], ["updated_at", "2016-10-27 20:54:17.674423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -702611359 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -702611359], ["username", "billy_11"], ["access_token", "abd77907c06c97526f8010a3d0803da1"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-10-27 20:54:17.676415"], ["updated_at", "2016-10-27 20:54:17.676415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -191549536 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -191549536], ["username", "billy_12"], ["access_token", "f522eaefa4e5580b2f61116ae66eef62"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-10-27 20:54:17.678211"], ["updated_at", "2016-10-27 20:54:17.678211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -781692255 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -781692255], ["username", "billy_13"], ["access_token", "a7d46f8f05a823e1c47ae8cb6ad899a9"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-10-27 20:54:17.679998"], ["updated_at", "2016-10-27 20:54:17.679998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1536812956 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1536812956], ["username", "billy_14"], ["access_token", "4bc324a583dd898e204c4da7985c4210"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-10-27 20:54:17.682064"], ["updated_at", "2016-10-27 20:54:17.682064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -670431756 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -670431756], ["username", "billy_15"], ["access_token", "39a16c831bfb7ea90449a3f16757c25e"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-10-27 20:54:17.684166"], ["updated_at", "2016-10-27 20:54:17.684166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -884535139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -884535139], ["username", "billy_16"], ["access_token", "2ec49ad7c56840b45e41ac8eb0bee882"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-10-27 20:54:17.686013"], ["updated_at", "2016-10-27 20:54:17.686013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195152785 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1195152785], ["username", "billy_17"], ["access_token", "1b8072c6644984aafff6b91647ca44ee"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-10-27 20:54:17.687908"], ["updated_at", "2016-10-27 20:54:17.687908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -921977194 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -921977194], ["username", "billy_18"], ["access_token", "1cbd7c56fd69afcedb00e8ff1dca07f0"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-10-27 20:54:17.690090"], ["updated_at", "2016-10-27 20:54:17.690090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2036940107 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2036940107], ["username", "billy_19"], ["access_token", "c5dd85ec1c55f2cf78f271583f3d81de"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-10-27 20:54:17.692048"], ["updated_at", "2016-10-27 20:54:17.692048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1216766791 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1216766791], ["username", "billy_20"], ["access_token", "064e8219e30f29ac8917c81c74561c83"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-10-27 20:54:17.693981"], ["updated_at", "2016-10-27 20:54:17.693981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -352399818 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -352399818], ["username", "billy_21"], ["access_token", "77d7f957128b4cb8525123fc6c05fa47"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-10-27 20:54:17.696164"], ["updated_at", "2016-10-27 20:54:17.696164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -602951986 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -602951986], ["username", "billy_22"], ["access_token", "67be7a5a03fb2b7c35cfff328d2a7eac"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-10-27 20:54:17.698312"], ["updated_at", "2016-10-27 20:54:17.698312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -530028826 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -530028826], ["username", "billy_23"], ["access_token", "c8cb1076e62ac106ffd56c096d36ef4d"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-10-27 20:54:17.700224"], ["updated_at", "2016-10-27 20:54:17.700224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -244493606 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -244493606], ["username", "billy_24"], ["access_token", "7ff826223e028b66b26624f972b36b45"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-10-27 20:54:17.702138"], ["updated_at", "2016-10-27 20:54:17.702138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1427813176 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1427813176], ["username", "billy_25"], ["access_token", "90fd8b7031f91a2f457d841337b9f2ac"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-10-27 20:54:17.704058"], ["updated_at", "2016-10-27 20:54:17.704058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -831683091 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -831683091], ["username", "billy_26"], ["access_token", "36a6ee054d8485ab357061eb4160378a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-10-27 20:54:17.705982"], ["updated_at", "2016-10-27 20:54:17.705982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1190546218 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1190546218], ["username", "billy_27"], ["access_token", "8b29081d7781d95d3fd71f1d127b2702"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-10-27 20:54:17.707919"], ["updated_at", "2016-10-27 20:54:17.707919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003936212 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1003936212], ["username", "billy_28"], ["access_token", "4f64753a9519b39aa31525a4bc0bc479"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-10-27 20:54:17.709985"], ["updated_at", "2016-10-27 20:54:17.709985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486176148 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -486176148], ["username", "billy_29"], ["access_token", "77ebc7cc355462c0c5b7902f68141666"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-10-27 20:54:17.711890"], ["updated_at", "2016-10-27 20:54:17.711890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1789052190 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1789052190], ["username", "billy_30"], ["access_token", "ee799e47878699631fa5c2e60c222497"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-10-27 20:54:17.713967"], ["updated_at", "2016-10-27 20:54:17.713967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1775972969 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1775972969], ["username", "billy_31"], ["access_token", "b354a25d5f5bb661c850299dbc083aeb"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-10-27 20:54:17.715812"], ["updated_at", "2016-10-27 20:54:17.715812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19062915 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -19062915], ["username", "billy_32"], ["access_token", "1ab5580118268a4e2269e3646e47d1a3"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-10-27 20:54:17.717608"], ["updated_at", "2016-10-27 20:54:17.717608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589592122 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -589592122], ["username", "billy_33"], ["access_token", "782004c7abd80ea388f3bd3e26ab0c8b"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-10-27 20:54:17.719398"], ["updated_at", "2016-10-27 20:54:17.719398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -784446561 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -784446561], ["username", "billy_34"], ["access_token", "941b6091ae53877f9d96c7da1e152fb1"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-10-27 20:54:17.721229"], ["updated_at", "2016-10-27 20:54:17.721229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897418472 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -897418472], ["username", "billy_35"], ["access_token", "bf384bbc9bba011853e1cb330152c91e"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-10-27 20:54:17.723012"], ["updated_at", "2016-10-27 20:54:17.723012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2086986647 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2086986647], ["username", "billy_36"], ["access_token", "a9031506e5c432954575cda68c2591ac"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-10-27 20:54:17.724792"], ["updated_at", "2016-10-27 20:54:17.724792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1774805126 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1774805126], ["username", "billy_37"], ["access_token", "10f00dd2d267b1d6e54ea9c8ab5948ae"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-10-27 20:54:17.726591"], ["updated_at", "2016-10-27 20:54:17.726591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -545449185 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -545449185], ["username", "billy_38"], ["access_token", "f03a74019ab8ae33597db06c61d875f5"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-10-27 20:54:17.728418"], ["updated_at", "2016-10-27 20:54:17.728418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1732860781 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1732860781], ["username", "billy_39"], ["access_token", "ebaa6c4aff75799f31fefb5b487ead94"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-10-27 20:54:17.730216"], ["updated_at", "2016-10-27 20:54:17.730216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667331602 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -667331602], ["username", "billy_40"], ["access_token", "d39e70a7a070f1fed07e540b6ae0de23"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-10-27 20:54:17.731978"], ["updated_at", "2016-10-27 20:54:17.731978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -733042174 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -733042174], ["username", "billy_41"], ["access_token", "e14fb1619d0cd443db008c9a3d254605"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-10-27 20:54:17.733800"], ["updated_at", "2016-10-27 20:54:17.733800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -504572202 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -504572202], ["username", "billy_42"], ["access_token", "3e386723f674730afae3733b3c56f169"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-10-27 20:54:17.735682"], ["updated_at", "2016-10-27 20:54:17.735682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -607768530 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -607768530], ["username", "billy_43"], ["access_token", "68b5ece77764e1651a73df3d78b272ae"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-10-27 20:54:17.737527"], ["updated_at", "2016-10-27 20:54:17.737527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1952700777 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1952700777], ["username", "billy_44"], ["access_token", "31aa9f865b68d3bcb1b8f1f04cb1f401"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-10-27 20:54:17.739382"], ["updated_at", "2016-10-27 20:54:17.739382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1602489607 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1602489607], ["username", "billy_45"], ["access_token", "a31fd9c65e0d28fd7661ddaef877b003"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-10-27 20:54:17.741320"], ["updated_at", "2016-10-27 20:54:17.741320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -384982226 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -384982226], ["username", "billy_46"], ["access_token", "10021af44d2b3ec7e47595844734e532"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-10-27 20:54:17.743139"], ["updated_at", "2016-10-27 20:54:17.743139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -144361075 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -144361075], ["username", "billy_47"], ["access_token", "3796c1fbaf5bee9875230d73556a23c7"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-10-27 20:54:17.745160"], ["updated_at", "2016-10-27 20:54:17.745160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070113406 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1070113406], ["username", "billy_48"], ["access_token", "e4dbb47a9478ed95a48d439ad8a7b706"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-10-27 20:54:17.747026"], ["updated_at", "2016-10-27 20:54:17.747026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -702543123 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -702543123], ["username", "billy_49"], ["access_token", "debdf76a2c1053126684c56bf91b49fe"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-10-27 20:54:17.748830"], ["updated_at", "2016-10-27 20:54:17.748830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (1.0ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" varchar)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.7ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" ("faculty_status")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.7ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" ("salesforce_contact_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_salesforce_contact_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_salesforce_contact_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_faculty_status' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (0.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.8ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (0.8ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.8ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'   (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (0.8ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('7') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "1f751883a65e2e16d9f2beb00d2df775"], ["created_at", "2016-12-06 16:54:36.022872"], ["updated_at", "2016-12-06 16:54:36.022872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "49083f654eb39eff5ad57f569cd25cb0"], ["created_at", "2016-12-06 16:54:36.027422"], ["updated_at", "2016-12-06 16:54:36.027422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ca3f492e5cda2d0e6440e164d3b1e408"], ["created_at", "2016-12-06 16:54:36.036089"], ["updated_at", "2016-12-06 16:54:36.036089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ac40388366d4fbb3ffde64d3c62f9e94"], ["created_at", "2016-12-06 16:54:36.054405"], ["updated_at", "2016-12-06 16:54:36.054405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "43e99cbe6b76a121bb560d2adb87c1ac"], ["created_at", "2016-12-06 16:54:36.059095"], ["updated_at", "2016-12-06 16:54:36.059095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "8074b7161fd4cc38a78b70253b7f498a"], ["created_at", "2016-12-06 16:54:36.088034"], ["updated_at", "2016-12-06 16:54:36.088034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "1ce20df3a130a5254579d43f53f04fce"], ["created_at", "2016-12-06 16:54:36.093612"], ["updated_at", "2016-12-06 16:54:36.093612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:49706/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-12-06 16:54:36.113710"], ["updated_at", "2016-12-06 16:54:36.113710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-12-06 16:54:36.115564"], ["updated_at", "2016-12-06 16:54:36.115564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-12-06 16:54:36.121729"], ["updated_at", "2016-12-06 16:54:36.121729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2016-12-06 16:54:36.133929"], ["updated_at", "2016-12-06 16:54:36.133929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-12-06 16:54:36.135655"], ["updated_at", "2016-12-06 16:54:36.135655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-12-06 16:54:36.141283"], ["updated_at", "2016-12-06 16:54:36.141283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2016-12-06 16:54:36.151469"], ["updated_at", "2016-12-06 16:54:36.151469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:36 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-12-06 10:54:36 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2016-12-06 16:54:36.238075"], ["updated_at", "2016-12-06 16:54:36.238075"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-12-06 16:54:36.239509"], ["updated_at", "2016-12-06 16:54:36.239509"]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-12-06 16:54:36.240908"], ["updated_at", "2016-12-06 16:54:36.240908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-12-06 16:54:36.245686"], ["updated_at", "2016-12-06 16:54:36.245686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-12-06 16:54:36.248163"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:36 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-12-06 10:54:36 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:36 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-12-06 10:54:36 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2016-12-06 16:54:36.318667"], ["updated_at", "2016-12-06 16:54:36.318667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2016-12-06 16:54:36.323104"], ["updated_at", "2016-12-06 16:54:36.323104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2016-12-06 16:54:36.326065"], ["updated_at", "2016-12-06 16:54:36.326065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:36 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-12-06 10:54:36 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]  (0.7ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1842151914 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1842151914], ["username", "b2e8d540a846673efff2741f5dad7dc3"], ["access_token", "30c3b8553107b9e579e516469c5edff4"], ["created_at", "2016-12-06 16:54:36.357060"], ["updated_at", "2016-12-06 16:54:36.357060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -616641608) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", -616641608]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -616641608) LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -616641608 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -616641608], ["created_at", "2016-12-06 16:54:36.361974"], ["updated_at", "2016-12-06 16:54:36.361974"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -616641608) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -616641608], ["user_id", -1842151914], ["created_at", "2016-12-06 16:54:36.364476"], ["updated_at", "2016-12-06 16:54:36.364476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -616641608]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? LIMIT 1 [["group_id", -616641608]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "951199ea898fd6fafffd184ec0179315"], ["created_at", "2016-12-06 16:54:36.371882"], ["updated_at", "2016-12-06 16:54:36.371882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-12-06 16:54:36.375899"], ["updated_at", "2016-12-06 16:54:36.375899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "644d80f35f98e77a9b348e59bb8eb596"], ["created_at", "2016-12-06 16:54:36.378052"], ["updated_at", "2016-12-06 16:54:36.378052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-12-06 16:54:36.379415"], ["updated_at", "2016-12-06 16:54:36.379415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1898728286 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1898728286], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:36.381671"], ["updated_at", "2016-12-06 16:54:36.381671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1900585549 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1900585549], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:36.383447"], ["updated_at", "2016-12-06 16:54:36.383447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1900585549]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1900585549 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1898728286]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1898728286 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1900585549 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1898728286 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1898728286], ["member_group_id", -1900585549], ["created_at", "2016-12-06 16:54:36.385301"], ["updated_at", "2016-12-06 16:54:36.385301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1900585549) LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1900585549) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1900585549], ["user_id", 1], ["created_at", "2016-12-06 16:54:36.407889"], ["updated_at", "2016-12-06 16:54:36.407889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -1900585549) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1900585549]] SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -1900585549]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1900585549 - -1898728286 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1900585549, -1898728286) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-12-06 16:54:36.435535"], ["updated_at", "2016-12-06 16:54:36.435535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1900585549, -1898728286) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-12-06 16:54:36.441669"], ["updated_at", "2016-12-06 16:54:36.441669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1900585549, -1898728286) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-12-06 16:54:36.446918"], ["updated_at", "2016-12-06 16:54:36.446918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1900585549, -1898728286) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1900585549, -1898728286) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-12-06 16:54:36.453609"], ["updated_at", "2016-12-06 16:54:36.453609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1900585549, -1898728286) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1900585549, -1898728286) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1900585549, -1898728286) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -439986785 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -439986785], ["username", "jstrav"], ["access_token", "079c326233ce9eda5332ef9b585fc2c3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.465104"], ["updated_at", "2016-12-06 16:54:36.465104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -612641374 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -612641374], ["username", "mary"], ["access_token", "317c3a80825cf03522fe83442e8640ac"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.467246"], ["updated_at", "2016-12-06 16:54:36.467246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -252769030 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -252769030], ["username", "jstead"], ["access_token", "7a8a02ec2d0eec7fbbb9b49a70278bd0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.469353"], ["updated_at", "2016-12-06 16:54:36.469353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1268988938 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1268988938], ["username", "bigbear"], ["access_token", "9781b870fb98d90c7c58ce9713d8cf4d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.471224"], ["updated_at", "2016-12-06 16:54:36.471224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1643261957 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1643261957], ["username", "jstrav"], ["access_token", "56c17fba19f431f3aea4c68c13d2130d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.479185"], ["updated_at", "2016-12-06 16:54:36.479185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1742961450 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1742961450], ["username", "mary"], ["access_token", "1ec16e373f8d30908078ede9f738e9e3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.481508"], ["updated_at", "2016-12-06 16:54:36.481508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1161323015 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1161323015], ["username", "jstead"], ["access_token", "ca506ab9169efd72e015dcc801f95cf3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.483502"], ["updated_at", "2016-12-06 16:54:36.483502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1520808540 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1520808540], ["username", "bigbear"], ["access_token", "3a2b02af474f76407fd8057667d73fef"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.485284"], ["updated_at", "2016-12-06 16:54:36.485284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -120855967 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -120855967], ["username", "jstrav"], ["access_token", "181e2c502759e23c0d514efab45497b9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.490435"], ["updated_at", "2016-12-06 16:54:36.490435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1494710796 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1494710796], ["username", "mary"], ["access_token", "b41d6a1abba2a9fc931e5cf424f05152"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.492510"], ["updated_at", "2016-12-06 16:54:36.492510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -50662482 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -50662482], ["username", "jstead"], ["access_token", "cc31dda7cb7ad6e1688d19782ccda65c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.494544"], ["updated_at", "2016-12-06 16:54:36.494544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -552565178 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -552565178], ["username", "bigbear"], ["access_token", "f272633f7c0cc9508d0944ae49f81e3c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.496620"], ["updated_at", "2016-12-06 16:54:36.496620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -854313025 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -854313025], ["username", "jstrav"], ["access_token", "44fe996a1790f1e36ff108a4c3bd54d4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.502750"], ["updated_at", "2016-12-06 16:54:36.502750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1879773246 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1879773246], ["username", "mary"], ["access_token", "67678539e014be249e6105d0ddeec3f6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.504888"], ["updated_at", "2016-12-06 16:54:36.504888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1859308558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1859308558], ["username", "jstead"], ["access_token", "0eeb4693b81e65d908d96555fe73e544"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.506857"], ["updated_at", "2016-12-06 16:54:36.506857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -121965603 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -121965603], ["username", "bigbear"], ["access_token", "0a3e95ec15e7e31ae00d872287a263d7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.508620"], ["updated_at", "2016-12-06 16:54:36.508620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1358693084 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1358693084], ["username", "jstrav"], ["access_token", "62c79d5cb39ace9734c58bb76fa44ac5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.514407"], ["updated_at", "2016-12-06 16:54:36.514407"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647237654 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1647237654], ["username", "mary"], ["access_token", "02e29060948a12ba283417d982435c8a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.516466"], ["updated_at", "2016-12-06 16:54:36.516466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1924735715 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1924735715], ["username", "jstead"], ["access_token", "a47816236c531ab3a728cd5dbfeb5ea9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.518450"], ["updated_at", "2016-12-06 16:54:36.518450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1429209704 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1429209704], ["username", "bigbear"], ["access_token", "a8b7eae1c23389c242ae91ce78956d85"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.520259"], ["updated_at", "2016-12-06 16:54:36.520259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1858708985 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1858708985], ["username", "jstrav"], ["access_token", "4802bb62eaa256670495a6d709a6a567"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.525959"], ["updated_at", "2016-12-06 16:54:36.525959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848943302 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -848943302], ["username", "mary"], ["access_token", "0ab50cf987e247200dc61fd532367cc0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.528041"], ["updated_at", "2016-12-06 16:54:36.528041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1426896072 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1426896072], ["username", "jstead"], ["access_token", "af5aeb546cd903714555a2bafbec0032"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.530203"], ["updated_at", "2016-12-06 16:54:36.530203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -731398651 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -731398651], ["username", "bigbear"], ["access_token", "511a2d2345c2c95b74d629c3f0c1eb47"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.532077"], ["updated_at", "2016-12-06 16:54:36.532077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1603947572 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1603947572], ["username", "jstrav"], ["access_token", "5483dd208610bc870611613d15f46983"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.537876"], ["updated_at", "2016-12-06 16:54:36.537876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2122160729 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2122160729], ["username", "mary"], ["access_token", "20670bd677de3958da8530062b95a672"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.540176"], ["updated_at", "2016-12-06 16:54:36.540176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1924593474 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1924593474], ["username", "jstead"], ["access_token", "470a0a124191d46c183c48b401081e8c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.542284"], ["updated_at", "2016-12-06 16:54:36.542284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -643871975 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -643871975], ["username", "bigbear"], ["access_token", "da0871d0d3c827f27fbbbae443140881"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.544108"], ["updated_at", "2016-12-06 16:54:36.544108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696978453 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -696978453], ["username", "jstrav"], ["access_token", "396bd8251ee978ee32d420bbad52c3ed"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.550898"], ["updated_at", "2016-12-06 16:54:36.550898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1485697292 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1485697292], ["username", "mary"], ["access_token", "b19bdae36d40346c3e7ce92fe8a4e0f6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.553180"], ["updated_at", "2016-12-06 16:54:36.553180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597749203 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -597749203], ["username", "jstead"], ["access_token", "35363be9eacb58d412d077bef82afcc1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.555157"], ["updated_at", "2016-12-06 16:54:36.555157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1249002151 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1249002151], ["username", "bigbear"], ["access_token", "ea8f8bb4d43e2fb9e29b47517718e94a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.557110"], ["updated_at", "2016-12-06 16:54:36.557110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -706894372 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -706894372], ["username", "jstrav"], ["access_token", "4ee502fed6bab7a6d79123ad231761b9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.562188"], ["updated_at", "2016-12-06 16:54:36.562188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -662926626 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -662926626], ["username", "mary"], ["access_token", "9566b393c95f8edb39a2eae3c4317b56"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.564541"], ["updated_at", "2016-12-06 16:54:36.564541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -368677038 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -368677038], ["username", "jstead"], ["access_token", "7d3afd68485473d2347675c64638bdd9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.566770"], ["updated_at", "2016-12-06 16:54:36.566770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -770279134 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -770279134], ["username", "bigbear"], ["access_token", "8415f4466ee1b1c835b4b6bf041992b0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.568607"], ["updated_at", "2016-12-06 16:54:36.568607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1862756548 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1862756548], ["username", "jstrav"], ["access_token", "2259ee2751a13eb93077fa0e43001054"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.574300"], ["updated_at", "2016-12-06 16:54:36.574300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1502581754 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1502581754], ["username", "mary"], ["access_token", "7ebeb96279cab9a466f351b3157b57d9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.576446"], ["updated_at", "2016-12-06 16:54:36.576446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1022099645 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1022099645], ["username", "jstead"], ["access_token", "622313e99039986508f467b8d678dc4b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.578697"], ["updated_at", "2016-12-06 16:54:36.578697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2131681927 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2131681927], ["username", "bigbear"], ["access_token", "8b0468c79dcab1dfa1e329eb86adba13"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.581144"], ["updated_at", "2016-12-06 16:54:36.581144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1885919241 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1885919241], ["username", "jstrav"], ["access_token", "a743463056340632149c2fc299cb2764"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.586557"], ["updated_at", "2016-12-06 16:54:36.586557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1172831402 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1172831402], ["username", "mary"], ["access_token", "7212c93c64c1a324a2e862852793b357"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.588746"], ["updated_at", "2016-12-06 16:54:36.588746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1586231936 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1586231936], ["username", "jstead"], ["access_token", "6410bb03d88296180cb4ad2bca07d60b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.590838"], ["updated_at", "2016-12-06 16:54:36.590838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1786484403 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1786484403], ["username", "bigbear"], ["access_token", "4447d38df9ae773895e5bebd7e6bf685"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.592832"], ["updated_at", "2016-12-06 16:54:36.592832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -813139819 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -813139819], ["username", "billy_00"], ["access_token", "5c7c028d6633722230c592a41bd23594"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-12-06 16:54:36.594777"], ["updated_at", "2016-12-06 16:54:36.594777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566900054 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -566900054], ["username", "billy_01"], ["access_token", "f51a08179792374ab298e28a3344c1cc"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-12-06 16:54:36.596782"], ["updated_at", "2016-12-06 16:54:36.596782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -979731738 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -979731738], ["username", "billy_02"], ["access_token", "6b4ef3fb78206e55d9bdf1872624486a"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-12-06 16:54:36.598727"], ["updated_at", "2016-12-06 16:54:36.598727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1847879166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1847879166], ["username", "billy_03"], ["access_token", "8e1a04a0b3f1cfc57af031c8cc861dfb"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-12-06 16:54:36.600515"], ["updated_at", "2016-12-06 16:54:36.600515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1183344413 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1183344413], ["username", "billy_04"], ["access_token", "86ddab986415f1d5ebd5f6ac582e4d63"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-12-06 16:54:36.602301"], ["updated_at", "2016-12-06 16:54:36.602301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1247383916 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1247383916], ["username", "billy_05"], ["access_token", "02605629db24fe9264b17adb99909ab6"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-12-06 16:54:36.604152"], ["updated_at", "2016-12-06 16:54:36.604152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -61584893 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -61584893], ["username", "billy_06"], ["access_token", "d03c1dfb5b84f3b8bbfc8abc0e95bb97"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-12-06 16:54:36.605969"], ["updated_at", "2016-12-06 16:54:36.605969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -884225778 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -884225778], ["username", "billy_07"], ["access_token", "b9f3a6abd186db198059243f31e1a13c"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-12-06 16:54:36.607898"], ["updated_at", "2016-12-06 16:54:36.607898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1836170654 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1836170654], ["username", "billy_08"], ["access_token", "cbf955e42766cb954017a5844571fa1c"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-12-06 16:54:36.609852"], ["updated_at", "2016-12-06 16:54:36.609852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -963331208 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -963331208], ["username", "billy_09"], ["access_token", "ba61167011d4517583f58eb3272dd28d"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-12-06 16:54:36.611680"], ["updated_at", "2016-12-06 16:54:36.611680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1716975647 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1716975647], ["username", "billy_10"], ["access_token", "f6f37df77019c7a55101cf73bc5a6347"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-12-06 16:54:36.614163"], ["updated_at", "2016-12-06 16:54:36.614163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1932473353 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1932473353], ["username", "billy_11"], ["access_token", "9e58f672bc25af6193f8748ee3693841"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-12-06 16:54:36.615967"], ["updated_at", "2016-12-06 16:54:36.615967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1033486668 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1033486668], ["username", "billy_12"], ["access_token", "3d09961f98c0dbf2c8de259cd0e44922"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-12-06 16:54:36.617712"], ["updated_at", "2016-12-06 16:54:36.617712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1540334790 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1540334790], ["username", "billy_13"], ["access_token", "a77690f32399ead3049420eef621e697"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-12-06 16:54:36.619462"], ["updated_at", "2016-12-06 16:54:36.619462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1843589828 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1843589828], ["username", "billy_14"], ["access_token", "66072e134e97d91403831ccf28b79ce0"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-12-06 16:54:36.621181"], ["updated_at", "2016-12-06 16:54:36.621181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -496899471 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -496899471], ["username", "billy_15"], ["access_token", "499fea3b2c0e5a8f27c17ce5e4c45860"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-12-06 16:54:36.622960"], ["updated_at", "2016-12-06 16:54:36.622960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -278339530 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -278339530], ["username", "billy_16"], ["access_token", "20f0a2b5ccd3250388c28d01d3d6635e"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-12-06 16:54:36.624791"], ["updated_at", "2016-12-06 16:54:36.624791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -220217744 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -220217744], ["username", "billy_17"], ["access_token", "12e069a37a3e20d41e90ca5e7d9b2b2e"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-12-06 16:54:36.626633"], ["updated_at", "2016-12-06 16:54:36.626633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -100176259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -100176259], ["username", "billy_18"], ["access_token", "b4f7adc36bfd22f1a7d9c9f15110d500"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-12-06 16:54:36.628641"], ["updated_at", "2016-12-06 16:54:36.628641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1172041783 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1172041783], ["username", "billy_19"], ["access_token", "5c2056637f644f75cb9b7698b5d9e33c"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-12-06 16:54:36.630649"], ["updated_at", "2016-12-06 16:54:36.630649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -605267334 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -605267334], ["username", "billy_20"], ["access_token", "a0ae2834ff0c7460170a75f62faa6dda"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-12-06 16:54:36.632489"], ["updated_at", "2016-12-06 16:54:36.632489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2127236815 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2127236815], ["username", "billy_21"], ["access_token", "2e4e603d56ce0e91feee99bce4e9d236"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-12-06 16:54:36.634323"], ["updated_at", "2016-12-06 16:54:36.634323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141753143 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2141753143], ["username", "billy_22"], ["access_token", "36b2d09b2fb678a6be3b3becce1a51d0"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-12-06 16:54:36.636126"], ["updated_at", "2016-12-06 16:54:36.636126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1126250166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1126250166], ["username", "billy_23"], ["access_token", "cad0d94e4f6a9d350aa66def5b780afb"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-12-06 16:54:36.637922"], ["updated_at", "2016-12-06 16:54:36.637922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -409255277 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -409255277], ["username", "billy_24"], ["access_token", "d8affa1c8ab07aa2280c103f4801da03"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-12-06 16:54:36.639706"], ["updated_at", "2016-12-06 16:54:36.639706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542169138 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -542169138], ["username", "billy_25"], ["access_token", "088f1165558cb19cf3c947e88b271acc"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-12-06 16:54:36.641502"], ["updated_at", "2016-12-06 16:54:36.641502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1538095178 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1538095178], ["username", "billy_26"], ["access_token", "ac2994ca16ea909dc9dd4577fb0199be"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-12-06 16:54:36.643264"], ["updated_at", "2016-12-06 16:54:36.643264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1098638057 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1098638057], ["username", "billy_27"], ["access_token", "cd2109e72681c4968e901dbb774e445a"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-12-06 16:54:36.645090"], ["updated_at", "2016-12-06 16:54:36.645090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -170862022 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -170862022], ["username", "billy_28"], ["access_token", "b596bd4b421b1b44620ac1ceb2ce65ec"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-12-06 16:54:36.647038"], ["updated_at", "2016-12-06 16:54:36.647038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -949408859 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -949408859], ["username", "billy_29"], ["access_token", "0e00f1e0f62494e5c6004b5726a8490f"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-12-06 16:54:36.648904"], ["updated_at", "2016-12-06 16:54:36.648904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1416671409 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1416671409], ["username", "billy_30"], ["access_token", "aac6209115504900b195877a2f31804a"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-12-06 16:54:36.650684"], ["updated_at", "2016-12-06 16:54:36.650684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1893952356 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1893952356], ["username", "billy_31"], ["access_token", "2adf7f74ececc7d96c4c2d25c475c169"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-12-06 16:54:36.652526"], ["updated_at", "2016-12-06 16:54:36.652526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1110647072 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1110647072], ["username", "billy_32"], ["access_token", "3bcbd04c4f1e198439df59f04abc6d31"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-12-06 16:54:36.654415"], ["updated_at", "2016-12-06 16:54:36.654415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1045035149 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1045035149], ["username", "billy_33"], ["access_token", "0dbe1f344b55777c66172668836ab028"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-12-06 16:54:36.656277"], ["updated_at", "2016-12-06 16:54:36.656277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1475144397 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1475144397], ["username", "billy_34"], ["access_token", "6a680e91c22d7a43c3f98055221d5cfb"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-12-06 16:54:36.658144"], ["updated_at", "2016-12-06 16:54:36.658144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1808117491 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1808117491], ["username", "billy_35"], ["access_token", "1d7aef1a19fa797e47053a8c12add777"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-12-06 16:54:36.660094"], ["updated_at", "2016-12-06 16:54:36.660094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1411343464 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1411343464], ["username", "billy_36"], ["access_token", "3d02be895fc28244d8c353ffe95d2d9b"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-12-06 16:54:36.662001"], ["updated_at", "2016-12-06 16:54:36.662001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411296313 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -411296313], ["username", "billy_37"], ["access_token", "f84bb42c5df7a89429e4cfbf0b08f9e8"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-12-06 16:54:36.664037"], ["updated_at", "2016-12-06 16:54:36.664037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687988147 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1687988147], ["username", "billy_38"], ["access_token", "12c3a1e13eff1567f9515269c25f9a90"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-12-06 16:54:36.665930"], ["updated_at", "2016-12-06 16:54:36.665930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019882844 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2019882844], ["username", "billy_39"], ["access_token", "55340c1d005622b977782f8f348072e0"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-12-06 16:54:36.667767"], ["updated_at", "2016-12-06 16:54:36.667767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317845981 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -317845981], ["username", "billy_40"], ["access_token", "64061b01ef1048e2ea0b3d04f243f384"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-12-06 16:54:36.669646"], ["updated_at", "2016-12-06 16:54:36.669646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2041618433 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2041618433], ["username", "billy_41"], ["access_token", "675c5d0b15754598162292453564760c"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-12-06 16:54:36.671515"], ["updated_at", "2016-12-06 16:54:36.671515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -889701310 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -889701310], ["username", "billy_42"], ["access_token", "bbdf7cf962f8463744c152aa2c02336d"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-12-06 16:54:36.673344"], ["updated_at", "2016-12-06 16:54:36.673344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -910300799 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -910300799], ["username", "billy_43"], ["access_token", "c24eded0a1aa218ed26e369e2c002d9e"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-12-06 16:54:36.675177"], ["updated_at", "2016-12-06 16:54:36.675177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -230806882 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -230806882], ["username", "billy_44"], ["access_token", "d6b60e4ddfe8a49b1bf609df6ce0e15d"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-12-06 16:54:36.677010"], ["updated_at", "2016-12-06 16:54:36.677010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1199851811 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1199851811], ["username", "billy_45"], ["access_token", "ed9539c84a9ea8162ee9c41537cea575"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-12-06 16:54:36.678820"], ["updated_at", "2016-12-06 16:54:36.678820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1977821155 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1977821155], ["username", "jstrav"], ["access_token", "d14d6051497a3ebe6cb7a9b2b9f2c452"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.686545"], ["updated_at", "2016-12-06 16:54:36.686545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -116624210 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -116624210], ["username", "mary"], ["access_token", "006976c08afa432db4e095e61e1d01b4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.688782"], ["updated_at", "2016-12-06 16:54:36.688782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1380611801 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1380611801], ["username", "jstead"], ["access_token", "0667ceda52d326bd72f80e6d9975ec77"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.690839"], ["updated_at", "2016-12-06 16:54:36.690839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1689775963 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1689775963], ["username", "bigbear"], ["access_token", "706a5fa8b5d1c0d2a768cc68a43bed6a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.692909"], ["updated_at", "2016-12-06 16:54:36.692909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2008921397 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2008921397], ["username", "billy_00"], ["access_token", "7a31b04ef4065d4daf68ecc7cb84a7e8"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-12-06 16:54:36.695060"], ["updated_at", "2016-12-06 16:54:36.695060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -972043478 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -972043478], ["username", "billy_01"], ["access_token", "670caf8efb4cd9aa5dbfd13afe1c9e38"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-12-06 16:54:36.697157"], ["updated_at", "2016-12-06 16:54:36.697157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656738973 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1656738973], ["username", "billy_02"], ["access_token", "440946f5a3b4d7579f5ddc1dc9146e4b"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-12-06 16:54:36.699081"], ["updated_at", "2016-12-06 16:54:36.699081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1320411155 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1320411155], ["username", "billy_03"], ["access_token", "2d97bfd588eeecb0aa162f6863a058f1"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-12-06 16:54:36.701362"], ["updated_at", "2016-12-06 16:54:36.701362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -889010808 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -889010808], ["username", "billy_04"], ["access_token", "925c00f4244858f10f5f107b767595fd"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-12-06 16:54:36.703354"], ["updated_at", "2016-12-06 16:54:36.703354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -121808241 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -121808241], ["username", "billy_05"], ["access_token", "f221061aef26ceafdd5cf8717b6c0be6"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-12-06 16:54:36.705343"], ["updated_at", "2016-12-06 16:54:36.705343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -792592522 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -792592522], ["username", "billy_06"], ["access_token", "a715b139e7153af805c09e018ebfa5d6"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-12-06 16:54:36.707235"], ["updated_at", "2016-12-06 16:54:36.707235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2107011625 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2107011625], ["username", "billy_07"], ["access_token", "93552cce27ed520972fcd4b5d2e0ad8e"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-12-06 16:54:36.709033"], ["updated_at", "2016-12-06 16:54:36.709033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -3006354 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -3006354], ["username", "billy_08"], ["access_token", "feb1d67de22154f034a965591bffad70"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-12-06 16:54:36.710974"], ["updated_at", "2016-12-06 16:54:36.710974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1420593268 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1420593268], ["username", "billy_09"], ["access_token", "60e5bd12975fda15d44016fa90ad4259"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-12-06 16:54:36.712952"], ["updated_at", "2016-12-06 16:54:36.712952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -586441683 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -586441683], ["username", "billy_10"], ["access_token", "5a89b2a46d3495e28d6af57f38dbeb15"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-12-06 16:54:36.714929"], ["updated_at", "2016-12-06 16:54:36.714929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1385533791 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1385533791], ["username", "billy_11"], ["access_token", "ff3b2a8ef58c3a7f015aa0234409d2fc"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-12-06 16:54:36.717191"], ["updated_at", "2016-12-06 16:54:36.717191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550496900 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1550496900], ["username", "billy_12"], ["access_token", "8307c4c10099355f66e6b7f16ebcbbad"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-12-06 16:54:36.719302"], ["updated_at", "2016-12-06 16:54:36.719302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594233366 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1594233366], ["username", "billy_13"], ["access_token", "a6bc091402dd693a94b5ff2637426656"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-12-06 16:54:36.721214"], ["updated_at", "2016-12-06 16:54:36.721214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29693622 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -29693622], ["username", "billy_14"], ["access_token", "3be3f0d5be9447a8f473b8de40cbec81"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-12-06 16:54:36.723003"], ["updated_at", "2016-12-06 16:54:36.723003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2117616830 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2117616830], ["username", "billy_15"], ["access_token", "1834b07d12722af9803290da78f3b642"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-12-06 16:54:36.724826"], ["updated_at", "2016-12-06 16:54:36.724826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1240966549 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1240966549], ["username", "billy_16"], ["access_token", "6dfc4459ea6a83077a7062d36298eb49"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-12-06 16:54:36.726533"], ["updated_at", "2016-12-06 16:54:36.726533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883790238 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1883790238], ["username", "billy_17"], ["access_token", "5e81b1f7f030fa63f60be042f327fac9"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-12-06 16:54:36.728565"], ["updated_at", "2016-12-06 16:54:36.728565"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -932480926 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -932480926], ["username", "billy_18"], ["access_token", "c9cab50eeb6491aa7613513e4557e391"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-12-06 16:54:36.730932"], ["updated_at", "2016-12-06 16:54:36.730932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222409091 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1222409091], ["username", "billy_19"], ["access_token", "0da8ecfd31c789a10d225a02e2eed647"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-12-06 16:54:36.732731"], ["updated_at", "2016-12-06 16:54:36.732731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -329817279 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -329817279], ["username", "billy_20"], ["access_token", "fbf1cefd560256ab53ca5a2ef226ba39"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-12-06 16:54:36.734521"], ["updated_at", "2016-12-06 16:54:36.734521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -150806738 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -150806738], ["username", "billy_21"], ["access_token", "c57b76e27782a2bc8b99da7ba171b0cb"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-12-06 16:54:36.736294"], ["updated_at", "2016-12-06 16:54:36.736294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772866402 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1772866402], ["username", "billy_22"], ["access_token", "57fcc0c8e771a9283cd5443373a552e1"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-12-06 16:54:36.738064"], ["updated_at", "2016-12-06 16:54:36.738064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1585134435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1585134435], ["username", "billy_23"], ["access_token", "943121deb179c82df337a3b033094d8b"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-12-06 16:54:36.739831"], ["updated_at", "2016-12-06 16:54:36.739831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -88408759 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -88408759], ["username", "billy_24"], ["access_token", "a4aba3ed4b3562b1a577c5d2c79ce228"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-12-06 16:54:36.741618"], ["updated_at", "2016-12-06 16:54:36.741618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -74501832 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -74501832], ["username", "billy_25"], ["access_token", "41ca887521379d72c2966e06a604f2b6"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-12-06 16:54:36.743415"], ["updated_at", "2016-12-06 16:54:36.743415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -20321747 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -20321747], ["username", "billy_26"], ["access_token", "28fd169d2f396dc753e4c0ce1fc4adc4"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-12-06 16:54:36.745133"], ["updated_at", "2016-12-06 16:54:36.745133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1125222003 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1125222003], ["username", "billy_27"], ["access_token", "83c5400f8f9601ba18027e40d19128ab"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-12-06 16:54:36.746992"], ["updated_at", "2016-12-06 16:54:36.746992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -214212966 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -214212966], ["username", "billy_28"], ["access_token", "2b7f39cd6d3bfd66bf651cfdf63fca96"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-12-06 16:54:36.748709"], ["updated_at", "2016-12-06 16:54:36.748709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -174872468 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -174872468], ["username", "billy_29"], ["access_token", "223eee2e43a60b459de9e2df4003375e"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-12-06 16:54:36.750474"], ["updated_at", "2016-12-06 16:54:36.750474"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -834200429 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -834200429], ["username", "billy_30"], ["access_token", "a6599df0576d0cdcc98ca380737d57dc"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-12-06 16:54:36.753223"], ["updated_at", "2016-12-06 16:54:36.753223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1715417105 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1715417105], ["username", "billy_31"], ["access_token", "14ee0beecebed93c744aafc84ab7e6ea"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-12-06 16:54:36.756117"], ["updated_at", "2016-12-06 16:54:36.756117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -699399982 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -699399982], ["username", "billy_32"], ["access_token", "aa46d5f3f592161a45a29fd6f178e207"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-12-06 16:54:36.758790"], ["updated_at", "2016-12-06 16:54:36.758790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -216257775 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -216257775], ["username", "billy_33"], ["access_token", "ee0397fd7f5bd979168195be727a31fc"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-12-06 16:54:36.761128"], ["updated_at", "2016-12-06 16:54:36.761128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -181073446 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -181073446], ["username", "billy_34"], ["access_token", "805798092e5c2c3a6a4d7eb544ed96ef"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-12-06 16:54:36.763337"], ["updated_at", "2016-12-06 16:54:36.763337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -186093479 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -186093479], ["username", "billy_35"], ["access_token", "dfc2d52c11804574e0783fe9d0a07733"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-12-06 16:54:36.765358"], ["updated_at", "2016-12-06 16:54:36.765358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836999987 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -836999987], ["username", "billy_36"], ["access_token", "1b768d0e6c904477d746bd401b462890"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-12-06 16:54:36.767132"], ["updated_at", "2016-12-06 16:54:36.767132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -471757515 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -471757515], ["username", "billy_37"], ["access_token", "39dbbad1187d1deffc817516ae04943b"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-12-06 16:54:36.768842"], ["updated_at", "2016-12-06 16:54:36.768842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258980451 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -258980451], ["username", "billy_38"], ["access_token", "7372383adf671754a6ecabe652a010d9"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-12-06 16:54:36.770548"], ["updated_at", "2016-12-06 16:54:36.770548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2054143021 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2054143021], ["username", "billy_39"], ["access_token", "05efe025ff297d0cb0a62eeee09426fa"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-12-06 16:54:36.772264"], ["updated_at", "2016-12-06 16:54:36.772264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -622490408 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -622490408], ["username", "billy_40"], ["access_token", "a4491c319e95da2f021593dfc933f370"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-12-06 16:54:36.773992"], ["updated_at", "2016-12-06 16:54:36.773992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010068686 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1010068686], ["username", "billy_41"], ["access_token", "69a9ea8b2f0d965b728ab715c4754c82"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-12-06 16:54:36.776018"], ["updated_at", "2016-12-06 16:54:36.776018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1382448896 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1382448896], ["username", "billy_42"], ["access_token", "7c9bb285e475b72d1030af906baf463c"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-12-06 16:54:36.777713"], ["updated_at", "2016-12-06 16:54:36.777713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -689630755 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -689630755], ["username", "billy_43"], ["access_token", "2f734b8446f8249bf3369067df51a975"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-12-06 16:54:36.779483"], ["updated_at", "2016-12-06 16:54:36.779483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2127116246 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2127116246], ["username", "billy_44"], ["access_token", "ee4e907599a073dc84b7e40c065545b5"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-12-06 16:54:36.781243"], ["updated_at", "2016-12-06 16:54:36.781243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1646816318 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1646816318], ["username", "billy_45"], ["access_token", "5dd6a4945e481028d484f0c28025d583"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-12-06 16:54:36.782975"], ["updated_at", "2016-12-06 16:54:36.782975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -63127524 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -63127524], ["username", "jstrav"], ["access_token", "066dba94a805d4f071c2dbcf3d581e78"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.791003"], ["updated_at", "2016-12-06 16:54:36.791003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -341008529 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -341008529], ["username", "mary"], ["access_token", "c51bf5dd2c5cd5c0c46fd191ca7f1f10"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.794186"], ["updated_at", "2016-12-06 16:54:36.794186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -458955473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -458955473], ["username", "jstead"], ["access_token", "46697c5f20b8f45c3bd3c48f933155c8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.796975"], ["updated_at", "2016-12-06 16:54:36.796975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -616461630 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -616461630], ["username", "bigbear"], ["access_token", "a5e80f3bc419483a63c599f40ecc1b53"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.799255"], ["updated_at", "2016-12-06 16:54:36.799255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1085447341 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1085447341], ["username", "billy_00"], ["access_token", "7d88f3d9babdcc197ca68a40c74405f8"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-12-06 16:54:36.801330"], ["updated_at", "2016-12-06 16:54:36.801330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2011746493 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2011746493], ["username", "billy_01"], ["access_token", "a3969e99a67f01de574d20eafa7ca473"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-12-06 16:54:36.803261"], ["updated_at", "2016-12-06 16:54:36.803261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -283630391 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -283630391], ["username", "billy_02"], ["access_token", "06b891d3611661a91e0f1c5c0138f02d"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-12-06 16:54:36.812460"], ["updated_at", "2016-12-06 16:54:36.812460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -425227053 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -425227053], ["username", "billy_03"], ["access_token", "70e42a3c43a742b2dd6a4043e86a3a91"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-12-06 16:54:36.814441"], ["updated_at", "2016-12-06 16:54:36.814441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021278638 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1021278638], ["username", "billy_04"], ["access_token", "dd11d615b07d6d8c4ca15f76a12816f1"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-12-06 16:54:36.816214"], ["updated_at", "2016-12-06 16:54:36.816214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1161831817 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1161831817], ["username", "billy_05"], ["access_token", "3572f04c20177decd29a8a8cbb311b7e"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-12-06 16:54:36.818019"], ["updated_at", "2016-12-06 16:54:36.818019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -509836105 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -509836105], ["username", "billy_06"], ["access_token", "a316af9fdc0ad2f9dd9c8dffc5d4cca2"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-12-06 16:54:36.820068"], ["updated_at", "2016-12-06 16:54:36.820068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067479419 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067479419], ["username", "billy_07"], ["access_token", "4a7cd0cdddb5faa29b5ec4a249512645"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-12-06 16:54:36.821876"], ["updated_at", "2016-12-06 16:54:36.821876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -573021450 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -573021450], ["username", "billy_08"], ["access_token", "9369f6f9b6a5dbeecfd48d1b50a41136"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-12-06 16:54:36.824018"], ["updated_at", "2016-12-06 16:54:36.824018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -409274698 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -409274698], ["username", "billy_09"], ["access_token", "ce1689c9fcee1a157a69c6c89bc26eb1"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-12-06 16:54:36.826145"], ["updated_at", "2016-12-06 16:54:36.826145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -279790685 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -279790685], ["username", "billy_10"], ["access_token", "96a605c3c7017b2473f588e62828fdc7"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-12-06 16:54:36.829167"], ["updated_at", "2016-12-06 16:54:36.829167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -713781040 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -713781040], ["username", "billy_11"], ["access_token", "4983062d234f5a8b7b524f7c9dc59400"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-12-06 16:54:36.831874"], ["updated_at", "2016-12-06 16:54:36.831874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1941451902 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1941451902], ["username", "billy_12"], ["access_token", "109fbc9429810ec3c885afd3e90d5123"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-12-06 16:54:36.834314"], ["updated_at", "2016-12-06 16:54:36.834314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -143444547 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -143444547], ["username", "billy_13"], ["access_token", "7656590c71562ed4b40c3afa1ca28029"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-12-06 16:54:36.836475"], ["updated_at", "2016-12-06 16:54:36.836475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815410773 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1815410773], ["username", "billy_14"], ["access_token", "0ad4acde57f538d87f5bafc7e7132134"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-12-06 16:54:36.838597"], ["updated_at", "2016-12-06 16:54:36.838597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -963576562 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -963576562], ["username", "billy_15"], ["access_token", "968940ee847d1a483ae63412af333d39"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-12-06 16:54:36.840823"], ["updated_at", "2016-12-06 16:54:36.840823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -918155039 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -918155039], ["username", "billy_16"], ["access_token", "ec4e5a0e5608ef5f3494b014a1f015f7"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-12-06 16:54:36.843022"], ["updated_at", "2016-12-06 16:54:36.843022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -975554402 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -975554402], ["username", "billy_17"], ["access_token", "b5ee756548e3a80cc6da93ece447cd87"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-12-06 16:54:36.845300"], ["updated_at", "2016-12-06 16:54:36.845300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2054235265 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2054235265], ["username", "billy_18"], ["access_token", "71d7de323f6c8e7bbc9e2bfd0be45f23"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-12-06 16:54:36.847280"], ["updated_at", "2016-12-06 16:54:36.847280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1481965354 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1481965354], ["username", "billy_19"], ["access_token", "0a0f6fdf5dfcefb6efb0c07c900834ef"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-12-06 16:54:36.849052"], ["updated_at", "2016-12-06 16:54:36.849052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1582157297 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1582157297], ["username", "billy_20"], ["access_token", "17fcc05ebe702014b13c662c8e6ceccf"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-12-06 16:54:36.850992"], ["updated_at", "2016-12-06 16:54:36.850992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1098115356 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1098115356], ["username", "billy_21"], ["access_token", "8fafba17d2d9207873ac2f64094479eb"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-12-06 16:54:36.852903"], ["updated_at", "2016-12-06 16:54:36.852903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1491516867 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1491516867], ["username", "billy_22"], ["access_token", "aa0e7eb684e1f6afae045c1827ce0916"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-12-06 16:54:36.854660"], ["updated_at", "2016-12-06 16:54:36.854660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1667659715 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1667659715], ["username", "billy_23"], ["access_token", "870231ae5274999097283a96cbab5dee"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-12-06 16:54:36.856474"], ["updated_at", "2016-12-06 16:54:36.856474"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1722806153 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1722806153], ["username", "billy_24"], ["access_token", "f58e818dbc91f0b62539bbfc1c835288"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-12-06 16:54:36.858253"], ["updated_at", "2016-12-06 16:54:36.858253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1302219757 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1302219757], ["username", "billy_25"], ["access_token", "7704272b19f14833a51ec64982be20b8"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-12-06 16:54:36.859980"], ["updated_at", "2016-12-06 16:54:36.859980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -764236697 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -764236697], ["username", "billy_26"], ["access_token", "e9325acbf7a540a8a98f493e6d211f22"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-12-06 16:54:36.861763"], ["updated_at", "2016-12-06 16:54:36.861763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -817364971 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -817364971], ["username", "billy_27"], ["access_token", "8cbe78d817b6c1af61c9e55f2506fe49"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-12-06 16:54:36.863726"], ["updated_at", "2016-12-06 16:54:36.863726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1313408570 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1313408570], ["username", "billy_28"], ["access_token", "7bd5370ebe452f8f7cf40e642d954d81"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-12-06 16:54:36.865530"], ["updated_at", "2016-12-06 16:54:36.865530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1285342631 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1285342631], ["username", "billy_29"], ["access_token", "29737d96af3c5a390e76c790a9b4cfdd"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-12-06 16:54:36.867377"], ["updated_at", "2016-12-06 16:54:36.867377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -787293851 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -787293851], ["username", "billy_30"], ["access_token", "44581f8e09b97cb9c85d1a158b3b8a5d"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-12-06 16:54:36.869197"], ["updated_at", "2016-12-06 16:54:36.869197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -268289350 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -268289350], ["username", "billy_31"], ["access_token", "9a7a00089cc28a5c9b176bd87c1653b6"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-12-06 16:54:36.871005"], ["updated_at", "2016-12-06 16:54:36.871005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1331029449 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1331029449], ["username", "billy_32"], ["access_token", "b40e56a62bc2f61f8343451e7d72678b"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-12-06 16:54:36.872781"], ["updated_at", "2016-12-06 16:54:36.872781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1154449998 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1154449998], ["username", "billy_33"], ["access_token", "49a1f8cba27f455f51d35baa747e2169"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-12-06 16:54:36.874705"], ["updated_at", "2016-12-06 16:54:36.874705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -471047316 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -471047316], ["username", "billy_34"], ["access_token", "cf460a28aabc87cc5f21a3db2db2c71b"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-12-06 16:54:36.876617"], ["updated_at", "2016-12-06 16:54:36.876617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -100104996 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -100104996], ["username", "billy_35"], ["access_token", "eed3fd4e7c394db04f86cbdf99f9321e"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-12-06 16:54:36.878368"], ["updated_at", "2016-12-06 16:54:36.878368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -827398313 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -827398313], ["username", "billy_36"], ["access_token", "262d7495df6285d372a8549dbe8c104d"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-12-06 16:54:36.880316"], ["updated_at", "2016-12-06 16:54:36.880316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1484163593 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1484163593], ["username", "billy_37"], ["access_token", "b29ad78eb8504a328e2d978d149dd5d6"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-12-06 16:54:36.882183"], ["updated_at", "2016-12-06 16:54:36.882183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1780173450 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1780173450], ["username", "billy_38"], ["access_token", "8bece9982584405ea074472b22942e39"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-12-06 16:54:36.884124"], ["updated_at", "2016-12-06 16:54:36.884124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -908106998 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -908106998], ["username", "billy_39"], ["access_token", "b3bdc482becdc50cbdeb772c95908693"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-12-06 16:54:36.885866"], ["updated_at", "2016-12-06 16:54:36.885866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1562362129 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1562362129], ["username", "billy_40"], ["access_token", "c1d251d0828218c45c824ae59a4e6d33"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-12-06 16:54:36.887693"], ["updated_at", "2016-12-06 16:54:36.887693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -666420424 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -666420424], ["username", "billy_41"], ["access_token", "3ad21c33b87b94aaf5d25a53ca1b604e"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-12-06 16:54:36.889489"], ["updated_at", "2016-12-06 16:54:36.889489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -408563437 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -408563437], ["username", "billy_42"], ["access_token", "7b9393e863015ad0f5c5d06160d7bb62"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-12-06 16:54:36.891352"], ["updated_at", "2016-12-06 16:54:36.891352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -174124722 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -174124722], ["username", "billy_43"], ["access_token", "01ef1665935c4f076924cf6906ae69e3"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-12-06 16:54:36.893180"], ["updated_at", "2016-12-06 16:54:36.893180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -453475274 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -453475274], ["username", "billy_44"], ["access_token", "ce97f82dcc992366812826a592dc2c6e"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-12-06 16:54:36.894974"], ["updated_at", "2016-12-06 16:54:36.894974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1978706033 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1978706033], ["username", "billy_45"], ["access_token", "0f1eab704dcbd1f0d1de09d39bbdcc8b"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-12-06 16:54:36.896890"], ["updated_at", "2016-12-06 16:54:36.896890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -111433790 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -111433790], ["username", "jstrav"], ["access_token", "276e7d03c7b9d1828c5728d51df4d5ab"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.905047"], ["updated_at", "2016-12-06 16:54:36.905047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1714761330 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1714761330], ["username", "mary"], ["access_token", "e5dbca1980ac2316608688e7b4a560b0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.907242"], ["updated_at", "2016-12-06 16:54:36.907242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1993732621 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1993732621], ["username", "jstead"], ["access_token", "5113bb057780b56c89661b57aafb5d60"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.909243"], ["updated_at", "2016-12-06 16:54:36.909243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -212630010 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -212630010], ["username", "bigbear"], ["access_token", "0d5ed524c5d06fb59ef936ada800b7ab"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.911033"], ["updated_at", "2016-12-06 16:54:36.911033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2094606884 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2094606884], ["username", "foo_bb"], ["access_token", "7a2642ef73505e8772400ff63588f4b9"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-12-06 16:54:36.913014"], ["updated_at", "2016-12-06 16:54:36.913014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -960766591 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -960766591], ["username", "foo_bj"], ["access_token", "2a4e31eb84895e29ff13b49051869643"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-12-06 16:54:36.915205"], ["updated_at", "2016-12-06 16:54:36.915205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2104213814 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2104213814], ["username", "foo_tj"], ["access_token", "35ba8bf9b3bcdfce988dd99399298782"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-12-06 16:54:36.917038"], ["updated_at", "2016-12-06 16:54:36.917038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1403664255 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1403664255], ["username", "jstrav"], ["access_token", "57629281332c20f116b3316f491f545c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:36.924218"], ["updated_at", "2016-12-06 16:54:36.924218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1083124224 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1083124224], ["username", "mary"], ["access_token", "89e4a9969128e8afb5e363a1bca74e8b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:36.926322"], ["updated_at", "2016-12-06 16:54:36.926322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1913168862 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1913168862], ["username", "jstead"], ["access_token", "02f749a34bb813a2437af3188f61f89e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:36.928328"], ["updated_at", "2016-12-06 16:54:36.928328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1739155315 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1739155315], ["username", "bigbear"], ["access_token", "34299a144acc21c0a8a3cc4d7d80d6ec"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:36.930272"], ["updated_at", "2016-12-06 16:54:36.930272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1576151591 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1576151591], ["username", "billy_00"], ["access_token", "04488ec86ee3f72c0d4d83e7dbe7cdac"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-12-06 16:54:36.932086"], ["updated_at", "2016-12-06 16:54:36.932086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1457801391 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1457801391], ["username", "billy_01"], ["access_token", "9c8622eaac52f4ab18e53c8bc3574524"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-12-06 16:54:36.933919"], ["updated_at", "2016-12-06 16:54:36.933919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -25024338 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -25024338], ["username", "billy_02"], ["access_token", "437f45def71518731dee52f00f756e35"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-12-06 16:54:36.935736"], ["updated_at", "2016-12-06 16:54:36.935736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1662522150 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1662522150], ["username", "billy_03"], ["access_token", "02258d0b445f87d1ff513fd2ec34ccf8"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-12-06 16:54:36.937580"], ["updated_at", "2016-12-06 16:54:36.937580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -905378677 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -905378677], ["username", "billy_04"], ["access_token", "1d4675a9cce47a2d567d7deda49b04d7"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-12-06 16:54:36.939604"], ["updated_at", "2016-12-06 16:54:36.939604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -100098863 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -100098863], ["username", "billy_05"], ["access_token", "06078fbc90eec641b6cc063170e5adfb"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-12-06 16:54:36.941388"], ["updated_at", "2016-12-06 16:54:36.941388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -906946152 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -906946152], ["username", "billy_06"], ["access_token", "1d109bf14c0ee8d0237bc55a5c58ff17"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-12-06 16:54:36.943162"], ["updated_at", "2016-12-06 16:54:36.943162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091453563 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2091453563], ["username", "billy_07"], ["access_token", "55499fbe931b5b6bbc258275d3ee7def"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-12-06 16:54:36.945070"], ["updated_at", "2016-12-06 16:54:36.945070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -65537784 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -65537784], ["username", "billy_08"], ["access_token", "dc409b4565d897e2ed8ef86174d28fec"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-12-06 16:54:36.947785"], ["updated_at", "2016-12-06 16:54:36.947785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -215604885 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -215604885], ["username", "billy_09"], ["access_token", "5fc1f75d41343378f782fdca6431852f"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-12-06 16:54:36.949707"], ["updated_at", "2016-12-06 16:54:36.949707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1463619732 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1463619732], ["username", "billy_10"], ["access_token", "3fba331493a9cf58773a10918708123c"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-12-06 16:54:36.951496"], ["updated_at", "2016-12-06 16:54:36.951496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -191604668 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -191604668], ["username", "billy_11"], ["access_token", "563a39fbdae233e7301944317eb1766c"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-12-06 16:54:36.953280"], ["updated_at", "2016-12-06 16:54:36.953280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841059936 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1841059936], ["username", "billy_12"], ["access_token", "f767f38aa683bbf58e0fb6e5ccf29e4a"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-12-06 16:54:36.955196"], ["updated_at", "2016-12-06 16:54:36.955196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101583714 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1101583714], ["username", "billy_13"], ["access_token", "0cb3b9c51440ef6684f4bfddcc4515bd"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-12-06 16:54:36.956981"], ["updated_at", "2016-12-06 16:54:36.956981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -501160058 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -501160058], ["username", "billy_14"], ["access_token", "e4a8ee3bdde1eeb77a254bf3bdb641c9"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-12-06 16:54:36.958852"], ["updated_at", "2016-12-06 16:54:36.958852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1747617785 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1747617785], ["username", "billy_15"], ["access_token", "81ca5622bfcb665a6f0824f31570ed58"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-12-06 16:54:36.960698"], ["updated_at", "2016-12-06 16:54:36.960698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1838457432 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1838457432], ["username", "billy_16"], ["access_token", "bdf395a4908e80035971df26b71abe47"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-12-06 16:54:36.962557"], ["updated_at", "2016-12-06 16:54:36.962557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -754394242 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -754394242], ["username", "billy_17"], ["access_token", "29680cf45c539bba40fa4cdaa2a6be96"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-12-06 16:54:36.964476"], ["updated_at", "2016-12-06 16:54:36.964476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1578000641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1578000641], ["username", "billy_18"], ["access_token", "666e47c0b5a5cdf661990239acd2db83"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-12-06 16:54:36.966311"], ["updated_at", "2016-12-06 16:54:36.966311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1472088193 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1472088193], ["username", "billy_19"], ["access_token", "828452d77c61c9f924ac03128995e554"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-12-06 16:54:36.968088"], ["updated_at", "2016-12-06 16:54:36.968088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1844885435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1844885435], ["username", "billy_20"], ["access_token", "a29ca578dec25b9e2b130dac9fc5feef"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-12-06 16:54:36.969916"], ["updated_at", "2016-12-06 16:54:36.969916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1063158189 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1063158189], ["username", "billy_21"], ["access_token", "dde0c5efa556fa3441e7a1cd3a591e1f"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-12-06 16:54:36.971703"], ["updated_at", "2016-12-06 16:54:36.971703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -331673037 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -331673037], ["username", "billy_22"], ["access_token", "a1325e16a2330f191a8894d54425de28"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-12-06 16:54:36.973518"], ["updated_at", "2016-12-06 16:54:36.973518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -220740892 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -220740892], ["username", "billy_23"], ["access_token", "23eb260cd3147a1da8cca3f6c874c7c7"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-12-06 16:54:36.975324"], ["updated_at", "2016-12-06 16:54:36.975324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1398676704 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1398676704], ["username", "billy_24"], ["access_token", "a4d114e84627cff163b84fa06b19ced8"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-12-06 16:54:36.977102"], ["updated_at", "2016-12-06 16:54:36.977102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -745949224 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -745949224], ["username", "billy_25"], ["access_token", "d1b5ca2e80790b3bf1c30af05fb92423"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-12-06 16:54:36.979260"], ["updated_at", "2016-12-06 16:54:36.979260"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070040166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1070040166], ["username", "billy_26"], ["access_token", "5335fc7f05856d1d9bc7f5ddcc0a495e"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-12-06 16:54:36.981617"], ["updated_at", "2016-12-06 16:54:36.981617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -127839017 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -127839017], ["username", "billy_27"], ["access_token", "bbe9dfa8385d21b95ab4e8610831275f"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-12-06 16:54:36.983512"], ["updated_at", "2016-12-06 16:54:36.983512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -536631852 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -536631852], ["username", "billy_28"], ["access_token", "49c77b6b286d5ca6e6ce750792be2b8c"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-12-06 16:54:36.985309"], ["updated_at", "2016-12-06 16:54:36.985309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591445189 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1591445189], ["username", "billy_29"], ["access_token", "e4bbbfecd7682753979f1353f0d5069e"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-12-06 16:54:36.987129"], ["updated_at", "2016-12-06 16:54:36.987129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1814794697 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1814794697], ["username", "billy_30"], ["access_token", "2a1113b4a2364ac81f52204658ddce5f"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-12-06 16:54:36.988943"], ["updated_at", "2016-12-06 16:54:36.988943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1878953219 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1878953219], ["username", "billy_31"], ["access_token", "7ddbfeab91930df619332d6175935bc5"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-12-06 16:54:36.990747"], ["updated_at", "2016-12-06 16:54:36.990747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -25636917 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -25636917], ["username", "billy_32"], ["access_token", "8443929a3f498ea142c4bf45c1795afb"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-12-06 16:54:36.992586"], ["updated_at", "2016-12-06 16:54:36.992586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -18232 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -18232], ["username", "billy_33"], ["access_token", "ace60b2d167450511f2eafde028796a0"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-12-06 16:54:36.994424"], ["updated_at", "2016-12-06 16:54:36.994424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -751663101 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -751663101], ["username", "billy_34"], ["access_token", "418e7bf6ade3e39dd9bac6fd62d1790e"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-12-06 16:54:36.996339"], ["updated_at", "2016-12-06 16:54:36.996339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137959640 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2137959640], ["username", "billy_35"], ["access_token", "3ae0c5b46023d263e60287ccac5c1818"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-12-06 16:54:36.998153"], ["updated_at", "2016-12-06 16:54:36.998153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1779551983 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1779551983], ["username", "billy_36"], ["access_token", "0f48f0534aad994bf42a3d0a5b9a4f2d"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-12-06 16:54:36.999955"], ["updated_at", "2016-12-06 16:54:36.999955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1621679048 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1621679048], ["username", "billy_37"], ["access_token", "e13e258756dd6648d7b5b39bb3bf0723"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-12-06 16:54:37.001729"], ["updated_at", "2016-12-06 16:54:37.001729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -440990614 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -440990614], ["username", "billy_38"], ["access_token", "05f9c40ed1523635c84ba165f489e70f"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-12-06 16:54:37.003554"], ["updated_at", "2016-12-06 16:54:37.003554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1757558706 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1757558706], ["username", "billy_39"], ["access_token", "2b20357a4e68ae9a6da46fe197150a2a"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-12-06 16:54:37.005351"], ["updated_at", "2016-12-06 16:54:37.005351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2015889967 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2015889967], ["username", "billy_40"], ["access_token", "4478e1261292b2839051c2fbc65fcb5d"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-12-06 16:54:37.007107"], ["updated_at", "2016-12-06 16:54:37.007107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -183529376 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -183529376], ["username", "billy_41"], ["access_token", "097adfea7e6f047a65d415328617c180"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-12-06 16:54:37.008953"], ["updated_at", "2016-12-06 16:54:37.008953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -561256880 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -561256880], ["username", "billy_42"], ["access_token", "4c034ece36b62adb265e689a7fdb12f4"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-12-06 16:54:37.010939"], ["updated_at", "2016-12-06 16:54:37.010939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605034462 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1605034462], ["username", "billy_43"], ["access_token", "bf01a30d4e2bf67d40f3899d82628ded"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-12-06 16:54:37.012838"], ["updated_at", "2016-12-06 16:54:37.012838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2114439262 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2114439262], ["username", "billy_44"], ["access_token", "e0cc743c357d42752a7e6af32084df7f"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-12-06 16:54:37.014776"], ["updated_at", "2016-12-06 16:54:37.014776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1332635129 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1332635129], ["username", "billy_45"], ["access_token", "077ed0049b8578030ed2fa055aa3e9b3"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-12-06 16:54:37.016561"], ["updated_at", "2016-12-06 16:54:37.016561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550826156 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1550826156], ["username", "billy_46"], ["access_token", "214784f512e307200debcbbaec1691d2"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-12-06 16:54:37.018344"], ["updated_at", "2016-12-06 16:54:37.018344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1082087858 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1082087858], ["username", "billy_47"], ["access_token", "d4837ee1841c3e1a8dc5e5cecee0776c"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-12-06 16:54:37.020175"], ["updated_at", "2016-12-06 16:54:37.020175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1685316647 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1685316647], ["username", "billy_48"], ["access_token", "ee8f99f4742d7f97514f235e8dd9e61d"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-12-06 16:54:37.021996"], ["updated_at", "2016-12-06 16:54:37.021996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -133713279 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -133713279], ["username", "billy_49"], ["access_token", "bab8ae9974e426944db9c146fe6acf29"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-12-06 16:54:37.023776"], ["updated_at", "2016-12-06 16:54:37.023776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1433937431 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1433937431], ["username", "jstrav"], ["access_token", "4e29089ebf30cfdbc900e2c1bc69b354"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:37.030887"], ["updated_at", "2016-12-06 16:54:37.030887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -216193627 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -216193627], ["username", "mary"], ["access_token", "94f61b998e30fcee6766be85ca5dc640"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:37.033188"], ["updated_at", "2016-12-06 16:54:37.033188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1265564537 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1265564537], ["username", "jstead"], ["access_token", "0d8262bec64816c64a201c3020a71e1f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:37.035199"], ["updated_at", "2016-12-06 16:54:37.035199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -144565942 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -144565942], ["username", "bigbear"], ["access_token", "855074ed16410ad6d8bbf7764c913a7b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:37.037021"], ["updated_at", "2016-12-06 16:54:37.037021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1349838771 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1349838771], ["username", "billy_00"], ["access_token", "d2310cdb178aa25d2bfcb5ba133aca87"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-12-06 16:54:37.038955"], ["updated_at", "2016-12-06 16:54:37.038955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1415536804 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1415536804], ["username", "billy_01"], ["access_token", "ab3e57959251e57c6776c96eacac1ec8"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-12-06 16:54:37.040861"], ["updated_at", "2016-12-06 16:54:37.040861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55847447 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -55847447], ["username", "billy_02"], ["access_token", "cfe4c6290c4ce6b36cc9bb94cbb07f88"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-12-06 16:54:37.042924"], ["updated_at", "2016-12-06 16:54:37.042924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1502661465 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1502661465], ["username", "billy_03"], ["access_token", "cf5ddfafa9ee6e3e2805aa2739f2e6ed"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-12-06 16:54:37.044783"], ["updated_at", "2016-12-06 16:54:37.044783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322883717 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -322883717], ["username", "billy_04"], ["access_token", "c5379840e4507a234ffabad1e9d4df48"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-12-06 16:54:37.046754"], ["updated_at", "2016-12-06 16:54:37.046754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1154356287 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1154356287], ["username", "billy_05"], ["access_token", "f8b7f084713b21deb73bdc591ddea54e"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-12-06 16:54:37.048618"], ["updated_at", "2016-12-06 16:54:37.048618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1762166596 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1762166596], ["username", "billy_06"], ["access_token", "8ce5ea861da3bbff7daa74bf62df8545"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-12-06 16:54:37.050508"], ["updated_at", "2016-12-06 16:54:37.050508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -272097974 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -272097974], ["username", "billy_07"], ["access_token", "385fe5467e14a076b9b272185f0d6672"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-12-06 16:54:37.052315"], ["updated_at", "2016-12-06 16:54:37.052315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -8371259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -8371259], ["username", "billy_08"], ["access_token", "46e3d5007c528fd93cc0e06adce2f11f"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-12-06 16:54:37.054199"], ["updated_at", "2016-12-06 16:54:37.054199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2085307988 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2085307988], ["username", "billy_09"], ["access_token", "0c86245b0413dcba2749282edd72b648"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-12-06 16:54:37.056062"], ["updated_at", "2016-12-06 16:54:37.056062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070957368 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1070957368], ["username", "billy_10"], ["access_token", "5477e1a7a25e6dec45ed793cb575dbe0"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-12-06 16:54:37.057878"], ["updated_at", "2016-12-06 16:54:37.057878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1789898587 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1789898587], ["username", "billy_11"], ["access_token", "eb929cd09de18763cab1f30fe7e3ce43"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-12-06 16:54:37.059717"], ["updated_at", "2016-12-06 16:54:37.059717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -351027094 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -351027094], ["username", "billy_12"], ["access_token", "9865b55529ae0783cf03b8de6167cff5"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-12-06 16:54:37.061515"], ["updated_at", "2016-12-06 16:54:37.061515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1700343160 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1700343160], ["username", "billy_13"], ["access_token", "b6b883eb4c8514983e509f1082637f20"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-12-06 16:54:37.063525"], ["updated_at", "2016-12-06 16:54:37.063525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1362581439 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1362581439], ["username", "billy_14"], ["access_token", "5464a3ea39526c7a6a76dc577ea5ed1e"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-12-06 16:54:37.066081"], ["updated_at", "2016-12-06 16:54:37.066081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1783455723 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1783455723], ["username", "billy_15"], ["access_token", "b928427a80d70f4f552a21bbc384b1dc"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-12-06 16:54:37.067953"], ["updated_at", "2016-12-06 16:54:37.067953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1640496447 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1640496447], ["username", "billy_16"], ["access_token", "5f8d15cb87b7a68aca421cabde8159d0"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-12-06 16:54:37.069798"], ["updated_at", "2016-12-06 16:54:37.069798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2130391206 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2130391206], ["username", "billy_17"], ["access_token", "0732acab08b4753566712c434ec69d80"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-12-06 16:54:37.071612"], ["updated_at", "2016-12-06 16:54:37.071612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -124975196 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -124975196], ["username", "billy_18"], ["access_token", "8dbf551e4f3ed28657fe1831e1b95110"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-12-06 16:54:37.073605"], ["updated_at", "2016-12-06 16:54:37.073605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1698107473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1698107473], ["username", "billy_19"], ["access_token", "3ea0dde61e950b52cb244eadffcd18e3"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-12-06 16:54:37.075522"], ["updated_at", "2016-12-06 16:54:37.075522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1973762942 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1973762942], ["username", "billy_20"], ["access_token", "f94412483c6e234c8d37f8dab077642e"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-12-06 16:54:37.077434"], ["updated_at", "2016-12-06 16:54:37.077434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2064983057 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2064983057], ["username", "billy_21"], ["access_token", "2daa479f850a07365a0f1ce8b5e1b876"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-12-06 16:54:37.079292"], ["updated_at", "2016-12-06 16:54:37.079292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -27611978 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -27611978], ["username", "billy_22"], ["access_token", "3cbdb6edbe8c91583d4983642f6921cf"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-12-06 16:54:37.081256"], ["updated_at", "2016-12-06 16:54:37.081256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -430926447 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -430926447], ["username", "billy_23"], ["access_token", "2a74b604e56080111c848b16612c5ac4"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-12-06 16:54:37.083096"], ["updated_at", "2016-12-06 16:54:37.083096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1146852974 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1146852974], ["username", "billy_24"], ["access_token", "91812b8c37ab960d695b06ec7065cbfe"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-12-06 16:54:37.084927"], ["updated_at", "2016-12-06 16:54:37.084927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -731312442 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -731312442], ["username", "billy_25"], ["access_token", "e379dc472c0d43acb5b8c00730ba8b1a"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-12-06 16:54:37.086877"], ["updated_at", "2016-12-06 16:54:37.086877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1693868261 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1693868261], ["username", "billy_26"], ["access_token", "549761c076b55c99540ae7d30471a1ed"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-12-06 16:54:37.088907"], ["updated_at", "2016-12-06 16:54:37.088907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -408087817 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -408087817], ["username", "billy_27"], ["access_token", "32556ac566b3308f06e4701ceecae96c"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-12-06 16:54:37.090719"], ["updated_at", "2016-12-06 16:54:37.090719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2025617006 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2025617006], ["username", "billy_28"], ["access_token", "5e161e830894cfcd56dcc68be5c845c8"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-12-06 16:54:37.092595"], ["updated_at", "2016-12-06 16:54:37.092595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1076529710 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1076529710], ["username", "billy_29"], ["access_token", "9269e89637df2ab800dfa4fa717bb3ac"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-12-06 16:54:37.094450"], ["updated_at", "2016-12-06 16:54:37.094450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -338070908 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -338070908], ["username", "billy_30"], ["access_token", "87bb17f194004cccd2ffde3f815de366"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-12-06 16:54:37.096422"], ["updated_at", "2016-12-06 16:54:37.096422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1665152499 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1665152499], ["username", "billy_31"], ["access_token", "fd019da73624e8bb66a61ef3f1f1776e"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-12-06 16:54:37.098325"], ["updated_at", "2016-12-06 16:54:37.098325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1874718269 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1874718269], ["username", "billy_32"], ["access_token", "e2bf89b05809e4c78ccce9d345ea2f0c"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-12-06 16:54:37.100229"], ["updated_at", "2016-12-06 16:54:37.100229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -230242943 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -230242943], ["username", "billy_33"], ["access_token", "33e6dfc896835159b6adb8f35e1aaf4b"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-12-06 16:54:37.102159"], ["updated_at", "2016-12-06 16:54:37.102159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1919768115 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1919768115], ["username", "billy_34"], ["access_token", "c10987724ae19b4e8c28f102825b2e5e"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-12-06 16:54:37.104029"], ["updated_at", "2016-12-06 16:54:37.104029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -603976305 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -603976305], ["username", "billy_35"], ["access_token", "f6dbf3b504491901378d737c9df3ee18"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-12-06 16:54:37.106143"], ["updated_at", "2016-12-06 16:54:37.106143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -154424592 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -154424592], ["username", "billy_36"], ["access_token", "214815d2354f7fa9fd82caefe23db660"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-12-06 16:54:37.108013"], ["updated_at", "2016-12-06 16:54:37.108013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -219116077 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -219116077], ["username", "billy_37"], ["access_token", "9bde2c5eca1a37f984d654c198d3f3db"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-12-06 16:54:37.109893"], ["updated_at", "2016-12-06 16:54:37.109893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -48170779 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -48170779], ["username", "billy_38"], ["access_token", "240560b6ba4d08e97eaf16624d4839e4"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-12-06 16:54:37.111767"], ["updated_at", "2016-12-06 16:54:37.111767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1368486894 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1368486894], ["username", "billy_39"], ["access_token", "17b0cc28e11f2bd21dba3c3d5183ab6a"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-12-06 16:54:37.113797"], ["updated_at", "2016-12-06 16:54:37.113797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -501606568 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -501606568], ["username", "billy_40"], ["access_token", "023e5e5c17880d98a8591e7bed47bf03"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-12-06 16:54:37.115684"], ["updated_at", "2016-12-06 16:54:37.115684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -207713789 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -207713789], ["username", "billy_41"], ["access_token", "8816dd7dddb0f94a8b9f83ab623ee4ee"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-12-06 16:54:37.117582"], ["updated_at", "2016-12-06 16:54:37.117582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1771949932 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1771949932], ["username", "billy_42"], ["access_token", "806a7be55b024dbdc5eee75bffe711e3"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-12-06 16:54:37.119534"], ["updated_at", "2016-12-06 16:54:37.119534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101256144 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1101256144], ["username", "billy_43"], ["access_token", "e9e6c2b1d217e2f7c5188a61c92e0e0b"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-12-06 16:54:37.121453"], ["updated_at", "2016-12-06 16:54:37.121453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -664769400 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -664769400], ["username", "billy_44"], ["access_token", "cd2f696e8a2c34c6cb7a840a866ba03b"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-12-06 16:54:37.123424"], ["updated_at", "2016-12-06 16:54:37.123424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -454856442 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -454856442], ["username", "billy_45"], ["access_token", "581c9c306880166dc52bfa0555c9da4f"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-12-06 16:54:37.125177"], ["updated_at", "2016-12-06 16:54:37.125177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -621299418 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -621299418], ["username", "billy_46"], ["access_token", "5cfe85aa9ecf36357c66827178ef16db"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-12-06 16:54:37.126858"], ["updated_at", "2016-12-06 16:54:37.126858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2072059803 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2072059803], ["username", "billy_47"], ["access_token", "effbfff94ae910295bc60db4b901bcd3"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-12-06 16:54:37.128548"], ["updated_at", "2016-12-06 16:54:37.128548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1117671090 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1117671090], ["username", "billy_48"], ["access_token", "d8f897023114aa2b577242d3c7482ff0"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-12-06 16:54:37.130364"], ["updated_at", "2016-12-06 16:54:37.130364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1228699306 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1228699306], ["username", "billy_49"], ["access_token", "a3ba4231682fc628557bad5b3ebe9cf4"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-12-06 16:54:37.132059"], ["updated_at", "2016-12-06 16:54:37.132059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "f845b8"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f845b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "f845b8"], ["created_at", "2016-12-06 16:54:37.152705"], ["updated_at", "2016-12-06 16:54:37.152705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-12-06 16:54:37.160088"], ["updated_at", "2016-12-06 16:54:37.160088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-12-06 16:54:37.167364"], ["updated_at", "2016-12-06 16:54:37.167364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "1f88a7"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1f88a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "salesforce_contact_id", "faculty_status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "1f88a7"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["salesforce_contact_id", "b0b"], ["faculty_status", 3], ["created_at", "2016-12-06 16:54:37.173757"], ["updated_at", "2016-12-06 16:54:37.173757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2545414]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2545414 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 2545414], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["created_at", "2016-12-06 16:54:37.179848"], ["updated_at", "2016-12-06 16:54:37.179848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 38]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 38 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 38], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["created_at", "2016-12-06 16:54:37.192520"], ["updated_at", "2016-12-06 16:54:37.192520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "1ad426487011359887beb37008b0b0cc"], ["created_at", "2016-12-06 16:54:37.199209"], ["updated_at", "2016-12-06 16:54:37.199209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "6c3feaca2a3184cb151fb072b69acaff"], ["created_at", "2016-12-06 16:54:37.210740"], ["updated_at", "2016-12-06 16:54:37.210740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "a95b8fc74b96a68762ff6aa82d0cd415"], ["created_at", "2016-12-06 16:54:37.230974"], ["updated_at", "2016-12-06 16:54:37.230974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-12-06 16:54:37.232746"], ["updated_at", "2016-12-06 16:54:37.232746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "35d16c82c9a120265b1dab743eee7a89"], ["created_at", "2016-12-06 16:54:37.651307"], ["updated_at", "2016-12-06 16:54:37.651307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-12-06 16:54:37.652940"], ["updated_at", "2016-12-06 16:54:37.652940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "c1a3ef65e72d9ee6db850c4e678ac7f5"], ["created_at", "2016-12-06 16:54:38.082034"], ["updated_at", "2016-12-06 16:54:38.082034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-12-06 16:54:38.083894"], ["updated_at", "2016-12-06 16:54:38.083894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "f07ddf0ca99e6452f93f823e67129d94"], ["created_at", "2016-12-06 16:54:38.517194"], ["updated_at", "2016-12-06 16:54:38.517194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-12-06 16:54:38.518850"], ["updated_at", "2016-12-06 16:54:38.518850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "fb7e53480593f2d53ae4310c94d209db"], ["created_at", "2016-12-06 16:54:38.964594"], ["updated_at", "2016-12-06 16:54:38.964594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-12-06 16:54:38.966356"], ["updated_at", "2016-12-06 16:54:38.966356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-12-06 16:54:39.421985"], ["updated_at", "2016-12-06 16:54:39.421985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-12-06 16:54:39.443147"], ["updated_at", "2016-12-06 16:54:39.443147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-12-06 16:54:39.468724"], ["updated_at", "2016-12-06 16:54:39.468724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-12-06 16:54:39.490950"], ["updated_at", "2016-12-06 16:54:39.490950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120571056 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2120571056], ["username", "1b5baf3b6f49e1d0488baa15bd290c0f"], ["access_token", "f65e586b9b563fa794bc1a8343b7a472"], ["created_at", "2016-12-06 16:54:39.510091"], ["updated_at", "2016-12-06 16:54:39.510091"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -905742558 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -905742558], ["username", "d20b642d0908b80b6529089fca23c4c4"], ["access_token", "65c557373ef7944743475bce2c2a47b3"], ["created_at", "2016-12-06 16:54:39.533430"], ["updated_at", "2016-12-06 16:54:39.533430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591113108 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -591113108], ["username", "9305b1880c84f1e306a5a7951572b0d9"], ["access_token", "598c5d02a559a65aa4583f85602c8230"], ["created_at", "2016-12-06 16:54:39.554314"], ["updated_at", "2016-12-06 16:54:39.554314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"9305b1880c84f1e306a5a7951572b0d9", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"9305b1880c84f1e306a5a7951572b0d9", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -694850974 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -694850974], ["username", "05adf6111c3d412d52c09dcfbb11396f"], ["access_token", "35316f96fea8a8a15e739036332f98f5"], ["created_at", "2016-12-06 16:54:39.566046"], ["updated_at", "2016-12-06 16:54:39.566046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-12-06 16:54:39.583093"], ["updated_at", "2016-12-06 16:54:39.583093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2016-12-06 16:54:39.602034"], ["updated_at", "2016-12-06 16:54:39.602034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "application_group"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952270245 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -952270245], ["username", "84c3299dbb65013530ea818683b10556"], ["access_token", "833c4282bf1640e704ab39ae37ef6859"], ["created_at", "2016-12-06 16:54:39.619764"], ["updated_at", "2016-12-06 16:54:39.619764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1805892601 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1805892601], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:39.622296"], ["updated_at", "2016-12-06 16:54:39.622296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1159959822 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1159959822], ["username", "ab465d170b4f60bcb4139615fbb707a3"], ["access_token", "fc682ac1edbc895765cc705af9ea3aa2"], ["created_at", "2016-12-06 16:54:39.624417"], ["updated_at", "2016-12-06 16:54:39.624417"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1805892601/owners/-1159959822" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1805892601", "user_id"=>"-1159959822", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -528687029 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -528687029], ["username", "3c9fa86f2acad53922669c504bc1814a"], ["access_token", "973a6a3677c78379e34b3bac153655db"], ["created_at", "2016-12-06 16:54:39.640574"], ["updated_at", "2016-12-06 16:54:39.640574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -341685270 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -341685270], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:39.643264"], ["updated_at", "2016-12-06 16:54:39.643264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -435494971 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -435494971], ["username", "c262ac68f38285f51f8baaafc76d1873"], ["access_token", "83b407acf94a1d03d06e7ce7d11935db"], ["created_at", "2016-12-06 16:54:39.645346"], ["updated_at", "2016-12-06 16:54:39.645346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = -341685270) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -341685270], ["user_id", -435494971], ["created_at", "2016-12-06 16:54:39.647570"], ["updated_at", "2016-12-06 16:54:39.647570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-341685270/owners/-435494971" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-341685270", "user_id"=>"-435494971", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -23354224 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -23354224], ["username", "cfafcce8607549d9cfd364047f27df92"], ["access_token", "cbdc92fc6823b8abe17c40e35003a099"], ["created_at", "2016-12-06 16:54:39.660247"], ["updated_at", "2016-12-06 16:54:39.660247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2144642830 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2144642830], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:39.662502"], ["updated_at", "2016-12-06 16:54:39.662502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -2144642830 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-2144642830" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-2144642830", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1811579129 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1811579129], ["username", "1c5a6a58c89c483ea41ed3dcfa6b7776"], ["access_token", "446a48f262da4d7f5538cf4f2daed89e"], ["created_at", "2016-12-06 16:54:39.679018"], ["updated_at", "2016-12-06 16:54:39.679018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1061650562 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1061650562], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:39.681478"], ["updated_at", "2016-12-06 16:54:39.681478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -605739934 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -605739934], ["username", "a9b31be08e5f1ae516b88707aafd97ec"], ["access_token", "ff8ec52f0731d09e5d8366e623534aeb"], ["created_at", "2016-12-06 16:54:39.693783"], ["updated_at", "2016-12-06 16:54:39.693783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -891568443 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -891568443], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:39.695984"], ["updated_at", "2016-12-06 16:54:39.695984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -891568443 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-891568443" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-891568443", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2105484556 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2105484556], ["username", "3d31536b7dd4caf79ed7f995d02d1707"], ["access_token", "8f98427497681f35958b3421acd665fd"], ["created_at", "2016-12-06 16:54:39.709613"], ["updated_at", "2016-12-06 16:54:39.709613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1764298174 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1764298174], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:39.712149"], ["updated_at", "2016-12-06 16:54:39.712149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -72021825 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -72021825], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:39.714384"], ["updated_at", "2016-12-06 16:54:39.714384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1764298174/nestings/-72021825" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1764298174", "member_group_id"=>"-72021825", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1092092911 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1092092911], ["username", "d507e5aef19de5642a577d33b88c02fa"], ["access_token", "5be69cd1dfa825f35a1848dbaff871f4"], ["created_at", "2016-12-06 16:54:39.731195"], ["updated_at", "2016-12-06 16:54:39.731195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -659950569 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -659950569], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:39.733675"], ["updated_at", "2016-12-06 16:54:39.733675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -452567802 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -452567802], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:39.735658"], ["updated_at", "2016-12-06 16:54:39.735658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -452567802]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -452567802 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -659950569]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -659950569 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -452567802 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -659950569 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -659950569], ["member_group_id", -452567802], ["created_at", "2016-12-06 16:54:39.737675"], ["updated_at", "2016-12-06 16:54:39.737675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-659950569/nestings/-452567802" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-659950569", "member_group_id"=>"-452567802", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -576423109 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -576423109], ["username", "ab5b343486aad36538655faa6c2f74d9"], ["access_token", "e8127b51a3e1c44829c2c958fc570903"], ["created_at", "2016-12-06 16:54:39.761116"], ["updated_at", "2016-12-06 16:54:39.761116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1976364209 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1976364209], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:39.763982"], ["updated_at", "2016-12-06 16:54:39.763982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529648694 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -529648694], ["username", "768daa3bf0d7247c9d5e6a46e42b08e1"], ["access_token", "44db0fbbf1dc17ca62c29c77533e7b59"], ["created_at", "2016-12-06 16:54:39.766193"], ["updated_at", "2016-12-06 16:54:39.766193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1976364209/members/-529648694" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1976364209", "user_id"=>"-529648694", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -961881048 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -961881048], ["username", "14fe2c4ae52864b466ef176333acf143"], ["access_token", "06738097ec6d55dec64e0d99cb9ee0e0"], ["created_at", "2016-12-06 16:54:39.782004"], ["updated_at", "2016-12-06 16:54:39.782004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2011624071 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2011624071], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:39.784569"], ["updated_at", "2016-12-06 16:54:39.784569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -986437831 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -986437831], ["username", "71a0ba5e5303a840e1908a7d958a0d2f"], ["access_token", "3eca1e5c2e958661f766d8230dd32269"], ["created_at", "2016-12-06 16:54:39.786846"], ["updated_at", "2016-12-06 16:54:39.786846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = -2011624071) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -2011624071], ["user_id", -986437831], ["created_at", "2016-12-06 16:54:39.788935"], ["updated_at", "2016-12-06 16:54:39.788935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-2011624071/members/-986437831" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-2011624071", "user_id"=>"-986437831", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-12-06 16:54:39.811813"], ["updated_at", "2016-12-06 16:54:39.811813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -670259069 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '348312e2d6d74befaf7c8efd7e5fbfbf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -670259069], ["username", "348312e2d6d74befaf7c8efd7e5fbfbf"], ["access_token", "b64931361d87c84a95f9599aac1a1b0d"], ["created_at", "2016-12-06 16:54:39.817620"], ["updated_at", "2016-12-06 16:54:39.817620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -5798506 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -5798506], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:39.820594"], ["updated_at", "2016-12-06 16:54:39.820594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668971821 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f1c53a74c4d2d49bc4de64f33d80c1d8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1668971821], ["username", "f1c53a74c4d2d49bc4de64f33d80c1d8"], ["access_token", "b248972d1955da7c6c175e0b3273ccbd"], ["created_at", "2016-12-06 16:54:39.824610"], ["updated_at", "2016-12-06 16:54:39.824610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -32412876 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -32412876], ["name", "MyGroup"], ["created_at", "2016-12-06 16:54:39.827451"], ["updated_at", "2016-12-06 16:54:39.827451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1715661630 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e191ee907cc942584c73627555570997' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1715661630], ["username", "e191ee907cc942584c73627555570997"], ["access_token", "07545dd74c4a1900af8bedb65413c0b4"], ["created_at", "2016-12-06 16:54:39.831677"], ["updated_at", "2016-12-06 16:54:39.831677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-12-06 16:54:39.847406"], ["updated_at", "2016-12-06 16:54:39.847406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-12-06 16:54:39.870656"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-12-06 16:54:39.872767"], ["updated_at", "2016-12-06 16:54:39.872767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-12-06 10:54:39 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2014680101 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2014680101], ["username", "66b03db505db33bed599af35fde67f8e"], ["access_token", "4cb731a7b9479808b9d677fe8f2d3e3a"], ["created_at", "2016-12-06 16:54:39.935318"], ["updated_at", "2016-12-06 16:54:39.935318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["openstax_uid", -1], ["updated_at", "2016-12-06 16:54:39.937579"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -606819881 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -606819881], ["username", "219e6786be4ce1463ad881354df9fabb"], ["access_token", "94421bd6bf3220c1673ba91423651383"], ["created_at", "2016-12-06 16:54:39.942807"], ["updated_at", "2016-12-06 16:54:39.942807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = ?, "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2016-12-06 16:54:39.944848"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1250317358 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c37015f6133df889eaa54bb3d87944f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1250317358], ["username", "c37015f6133df889eaa54bb3d87944f6"], ["access_token", "8411b294346f37a9a194b529c593bb48"], ["created_at", "2016-12-06 16:54:39.948926"], ["updated_at", "2016-12-06 16:54:39.948926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = ?, "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2016-12-06 16:54:39.950909"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807809445 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e5679949b5a9a679ccab494cba69d331' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -807809445], ["username", "e5679949b5a9a679ccab494cba69d331"], ["access_token", "d17319721ff1294af1c5ffe37cf7096e"], ["created_at", "2016-12-06 16:54:39.955132"], ["updated_at", "2016-12-06 16:54:39.955132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = ?, "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2016-12-06 16:54:39.957224"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = ?, "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2016-12-06 16:54:39.959346"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = ?, "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2016-12-06 16:54:39.961286"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1548044681 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c0fb4f41e682e3867858e083c496ec90' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1548044681], ["username", "c0fb4f41e682e3867858e083c496ec90"], ["access_token", "077cc6173adfcfe3955e75f9ef385252"], ["created_at", "2016-12-06 16:54:39.965428"], ["updated_at", "2016-12-06 16:54:39.965428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = ?, "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2016-12-06 16:54:39.968082"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769954543 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1769954543], ["username", "jstrav"], ["access_token", "21c1065999d31e919a001ddca7659fca"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:39.972161"], ["updated_at", "2016-12-06 16:54:39.972161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725977301 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -725977301], ["username", "mary"], ["access_token", "302bd7cc78738406d333a093ec8fae62"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:39.974622"], ["updated_at", "2016-12-06 16:54:39.974622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018086588 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1018086588], ["username", "jstead"], ["access_token", "a271c243074e45fc5e002b6177791105"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:39.976800"], ["updated_at", "2016-12-06 16:54:39.976800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1526027557 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1526027557], ["username", "bigbear"], ["access_token", "37202e37e202a89d5ff683415790a11b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:39.978728"], ["updated_at", "2016-12-06 16:54:39.978728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29890775 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -29890775], ["username", "billy_00"], ["access_token", "0ad801179b4d6e7f87ad91289ae833aa"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-12-06 16:54:39.980888"], ["updated_at", "2016-12-06 16:54:39.980888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -420916202 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -420916202], ["username", "billy_01"], ["access_token", "e90ca97c287d5a8ec562cd91983f8d79"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-12-06 16:54:39.982734"], ["updated_at", "2016-12-06 16:54:39.982734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1333262551 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1333262551], ["username", "billy_02"], ["access_token", "ac1de524b81335dbea29facfc7e361db"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-12-06 16:54:39.984590"], ["updated_at", "2016-12-06 16:54:39.984590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -968608882 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -968608882], ["username", "billy_03"], ["access_token", "3a2064cbffe70166d6c911c2c9ee4211"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-12-06 16:54:39.986443"], ["updated_at", "2016-12-06 16:54:39.986443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -134611313 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -134611313], ["username", "billy_04"], ["access_token", "98d47b7c10cd6c20035015339419d89f"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-12-06 16:54:39.988364"], ["updated_at", "2016-12-06 16:54:39.988364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1228367552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1228367552], ["username", "billy_05"], ["access_token", "442891da8d6beafb03c8903fc0cf6385"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-12-06 16:54:39.990257"], ["updated_at", "2016-12-06 16:54:39.990257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -96631907 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -96631907], ["username", "billy_06"], ["access_token", "21179b4e6e3072df9a19ea1c87d1eb15"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-12-06 16:54:39.992070"], ["updated_at", "2016-12-06 16:54:39.992070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1694552775 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1694552775], ["username", "billy_07"], ["access_token", "84b289d02237a69547738e1f60c2b860"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-12-06 16:54:39.993991"], ["updated_at", "2016-12-06 16:54:39.993991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878613061 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -878613061], ["username", "billy_08"], ["access_token", "5b1ca58040367f8d8f883dc6f46451f0"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-12-06 16:54:39.995870"], ["updated_at", "2016-12-06 16:54:39.995870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -929135864 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -929135864], ["username", "billy_09"], ["access_token", "f4fdcf28fbb9e3604615af4121a91803"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-12-06 16:54:39.998210"], ["updated_at", "2016-12-06 16:54:39.998210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -732917922 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -732917922], ["username", "billy_10"], ["access_token", "1c6364844536132cb2ce122a391736e4"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-12-06 16:54:40.000335"], ["updated_at", "2016-12-06 16:54:40.000335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1801975043 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1801975043], ["username", "billy_11"], ["access_token", "e52c594b86bdee97996ea16e021baee8"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-12-06 16:54:40.002240"], ["updated_at", "2016-12-06 16:54:40.002240"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -977039487 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -977039487], ["username", "billy_12"], ["access_token", "842343412f726ec103bcb84de8a74390"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-12-06 16:54:40.004012"], ["updated_at", "2016-12-06 16:54:40.004012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2108299924 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2108299924], ["username", "billy_13"], ["access_token", "a4e9a554ece1e394233001777c49c38a"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-12-06 16:54:40.006231"], ["updated_at", "2016-12-06 16:54:40.006231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -925481140 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -925481140], ["username", "billy_14"], ["access_token", "a6d57a84622d2ce64e1a4f5d1ab8d41e"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-12-06 16:54:40.008146"], ["updated_at", "2016-12-06 16:54:40.008146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674786352 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -674786352], ["username", "billy_15"], ["access_token", "8c0435214574d8213d2f413a7950a786"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-12-06 16:54:40.010114"], ["updated_at", "2016-12-06 16:54:40.010114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1747584238 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1747584238], ["username", "billy_16"], ["access_token", "f7f14cacb90585ebb423b4fc95ffa28d"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-12-06 16:54:40.011935"], ["updated_at", "2016-12-06 16:54:40.011935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1958235737 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1958235737], ["username", "billy_17"], ["access_token", "707407cc89439ed6a71bb5dbfd57c12f"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-12-06 16:54:40.014161"], ["updated_at", "2016-12-06 16:54:40.014161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -565208448 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -565208448], ["username", "billy_18"], ["access_token", "5ecf6c1f3c834b3e8988af299c1350de"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-12-06 16:54:40.016940"], ["updated_at", "2016-12-06 16:54:40.016940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1107597953 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1107597953], ["username", "billy_19"], ["access_token", "ccf89610c27f2a93de457aed40f79de3"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-12-06 16:54:40.018833"], ["updated_at", "2016-12-06 16:54:40.018833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -99728294 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -99728294], ["username", "billy_20"], ["access_token", "5a5772975419222a7484c799e6e60b3e"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-12-06 16:54:40.020662"], ["updated_at", "2016-12-06 16:54:40.020662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -734306539 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -734306539], ["username", "billy_21"], ["access_token", "61f0fe0ad714226a8ff5d83680bd705b"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-12-06 16:54:40.022506"], ["updated_at", "2016-12-06 16:54:40.022506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1682969831 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1682969831], ["username", "billy_22"], ["access_token", "768561aeaa392fb70a7c9a2fd8d6d151"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-12-06 16:54:40.024312"], ["updated_at", "2016-12-06 16:54:40.024312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -267753481 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -267753481], ["username", "billy_23"], ["access_token", "65137eb10edfdbe2b26dd563e113e651"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-12-06 16:54:40.026214"], ["updated_at", "2016-12-06 16:54:40.026214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1098773419 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1098773419], ["username", "billy_24"], ["access_token", "8984873550756d230cb6dd59088a4436"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-12-06 16:54:40.028051"], ["updated_at", "2016-12-06 16:54:40.028051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1639724880 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1639724880], ["username", "billy_25"], ["access_token", "5b5fd029b625eb668145b62e788762d8"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-12-06 16:54:40.030071"], ["updated_at", "2016-12-06 16:54:40.030071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1185992111 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1185992111], ["username", "billy_26"], ["access_token", "3c1f825fe91c29325ab9e0ca6ea5e117"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-12-06 16:54:40.031935"], ["updated_at", "2016-12-06 16:54:40.031935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1358988364 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1358988364], ["username", "billy_27"], ["access_token", "7698b95c6d59fa6f44901fb0425a0d52"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-12-06 16:54:40.033752"], ["updated_at", "2016-12-06 16:54:40.033752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657986662 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -657986662], ["username", "billy_28"], ["access_token", "3bc2aaeb15458384e3705ad3e06a0295"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-12-06 16:54:40.035591"], ["updated_at", "2016-12-06 16:54:40.035591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -545108647 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -545108647], ["username", "billy_29"], ["access_token", "de68e210c78f06c11a70bedd6e7d0132"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-12-06 16:54:40.037662"], ["updated_at", "2016-12-06 16:54:40.037662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1523130661 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1523130661], ["username", "billy_30"], ["access_token", "2917a2d53460dfc49d2dcb056f37d6c1"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-12-06 16:54:40.039593"], ["updated_at", "2016-12-06 16:54:40.039593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1730615817 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1730615817], ["username", "billy_31"], ["access_token", "50420a41a3f69770698e9791c3746d91"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-12-06 16:54:40.041374"], ["updated_at", "2016-12-06 16:54:40.041374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1509074811 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1509074811], ["username", "billy_32"], ["access_token", "886e7b8c0bdaf90556688e87ff3e1f42"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-12-06 16:54:40.043224"], ["updated_at", "2016-12-06 16:54:40.043224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -921742622 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -921742622], ["username", "billy_33"], ["access_token", "df4ca975c4c622aaab3d7214cb8422b7"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-12-06 16:54:40.045002"], ["updated_at", "2016-12-06 16:54:40.045002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -248901192 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -248901192], ["username", "billy_34"], ["access_token", "d9071541c655ddcd0aa5ed0df3300e9e"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-12-06 16:54:40.046966"], ["updated_at", "2016-12-06 16:54:40.046966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1228365773 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1228365773], ["username", "billy_35"], ["access_token", "a55945e063f8d9c719013b7036340fb8"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-12-06 16:54:40.048837"], ["updated_at", "2016-12-06 16:54:40.048837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591244725 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1591244725], ["username", "billy_36"], ["access_token", "52d89716d9226394de3cf5d55de86144"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-12-06 16:54:40.050610"], ["updated_at", "2016-12-06 16:54:40.050610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1552126700 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1552126700], ["username", "billy_37"], ["access_token", "c7451bdf5b45c3e536889bb66c9d5476"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-12-06 16:54:40.052432"], ["updated_at", "2016-12-06 16:54:40.052432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1105422751 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1105422751], ["username", "billy_38"], ["access_token", "f03af397240d6d07738fa3e562724bb1"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-12-06 16:54:40.054268"], ["updated_at", "2016-12-06 16:54:40.054268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897954653 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -897954653], ["username", "billy_39"], ["access_token", "704338d04f617905c23f12b92f0c262c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-12-06 16:54:40.056118"], ["updated_at", "2016-12-06 16:54:40.056118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1403249479 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1403249479], ["username", "billy_40"], ["access_token", "bfb57f99d8f7cde6fea11901ef657576"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-12-06 16:54:40.057952"], ["updated_at", "2016-12-06 16:54:40.057952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -339211801 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -339211801], ["username", "billy_41"], ["access_token", "8a42c1589c816f547d1e931a666726f5"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-12-06 16:54:40.059753"], ["updated_at", "2016-12-06 16:54:40.059753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -946161437 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -946161437], ["username", "billy_42"], ["access_token", "d47a0e62b784596fd2baba5e84d07821"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-12-06 16:54:40.061599"], ["updated_at", "2016-12-06 16:54:40.061599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -623870811 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -623870811], ["username", "billy_43"], ["access_token", "d5b09a03fc6187ff398ddc85df9ed40f"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-12-06 16:54:40.063553"], ["updated_at", "2016-12-06 16:54:40.063553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -21720259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -21720259], ["username", "billy_44"], ["access_token", "a0d68f72cdefc72089aeb7188f56caae"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-12-06 16:54:40.065364"], ["updated_at", "2016-12-06 16:54:40.065364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -633777768 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -633777768], ["username", "billy_45"], ["access_token", "74a3e4b8ce4c66670e914a30766be01c"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-12-06 16:54:40.067199"], ["updated_at", "2016-12-06 16:54:40.067199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1007291924 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1007291924], ["username", "billy_46"], ["access_token", "ff39d7ace626bbae16304d1f59969c01"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-12-06 16:54:40.069144"], ["updated_at", "2016-12-06 16:54:40.069144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1537245626 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1537245626], ["username", "billy_47"], ["access_token", "4703bb3a4cf70d662cade04bea690fea"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-12-06 16:54:40.071042"], ["updated_at", "2016-12-06 16:54:40.071042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1202554299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1202554299], ["username", "billy_48"], ["access_token", "a3dfb95bd4139415126e64b5f828eefc"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-12-06 16:54:40.072850"], ["updated_at", "2016-12-06 16:54:40.072850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1389897952 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1389897952], ["username", "billy_49"], ["access_token", "6825a051801eb62eaf9389f091b9e488"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-12-06 16:54:40.074685"], ["updated_at", "2016-12-06 16:54:40.074685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -182638951 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -182638951], ["username", "jstrav"], ["access_token", "7a738359a5100338d4534b6796bb80c4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:40.081798"], ["updated_at", "2016-12-06 16:54:40.081798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -278587656 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -278587656], ["username", "mary"], ["access_token", "ffaa886efb16b0e32ee91b164f2efba5"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:40.084109"], ["updated_at", "2016-12-06 16:54:40.084109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1558707224 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1558707224], ["username", "jstead"], ["access_token", "8d0237388eb96e4d3bab600b19213dff"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:40.086096"], ["updated_at", "2016-12-06 16:54:40.086096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -994171734 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -994171734], ["username", "bigbear"], ["access_token", "0ed89d681665c58093339bb82dcbf216"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:40.087955"], ["updated_at", "2016-12-06 16:54:40.087955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093813184 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2093813184], ["username", "billy_00"], ["access_token", "304cc5dcc44c7e269020c616fc5ca917"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-12-06 16:54:40.090053"], ["updated_at", "2016-12-06 16:54:40.090053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460594900 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1460594900], ["username", "billy_01"], ["access_token", "f3b7ac1d5c270bce1beb25b6f9fc4c20"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-12-06 16:54:40.091849"], ["updated_at", "2016-12-06 16:54:40.091849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -375286267 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -375286267], ["username", "billy_02"], ["access_token", "c031fb52de5de5c32d9cb36d729a5a42"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-12-06 16:54:40.093655"], ["updated_at", "2016-12-06 16:54:40.093655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1992893966 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1992893966], ["username", "billy_03"], ["access_token", "f1f6c1bd5810d4d27a6b5325ecf6bc66"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-12-06 16:54:40.095505"], ["updated_at", "2016-12-06 16:54:40.095505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -135802986 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -135802986], ["username", "billy_04"], ["access_token", "7c4ab85d46ddae15088d2dfba638e267"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-12-06 16:54:40.097491"], ["updated_at", "2016-12-06 16:54:40.097491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -830722482 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -830722482], ["username", "billy_05"], ["access_token", "f08eee039d4c80bed9e0cb10844667a6"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-12-06 16:54:40.099359"], ["updated_at", "2016-12-06 16:54:40.099359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1988668036 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1988668036], ["username", "billy_06"], ["access_token", "c50ee6c9c9bf5008f4920f9e601860be"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-12-06 16:54:40.101324"], ["updated_at", "2016-12-06 16:54:40.101324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -246692500 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -246692500], ["username", "billy_07"], ["access_token", "c52146c700f703564745086f4ce37b3b"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-12-06 16:54:40.103130"], ["updated_at", "2016-12-06 16:54:40.103130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1716720297 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1716720297], ["username", "billy_08"], ["access_token", "b3cc3027fd99d0590d972a8c1f8bb67e"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-12-06 16:54:40.104957"], ["updated_at", "2016-12-06 16:54:40.104957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2071902413 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2071902413], ["username", "billy_09"], ["access_token", "22203193d20d9dfb11a5c35ef6fc4c38"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-12-06 16:54:40.106783"], ["updated_at", "2016-12-06 16:54:40.106783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1717871054 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1717871054], ["username", "billy_10"], ["access_token", "e38386ca19eaac7027aadfd80aefff9f"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-12-06 16:54:40.108590"], ["updated_at", "2016-12-06 16:54:40.108590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974005223 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1974005223], ["username", "billy_11"], ["access_token", "0291b45af3df7365754cdfe3ddb2527d"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-12-06 16:54:40.110407"], ["updated_at", "2016-12-06 16:54:40.110407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1480569196 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1480569196], ["username", "billy_12"], ["access_token", "798411b136b5e5860e9bacf8368f61ae"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-12-06 16:54:40.112188"], ["updated_at", "2016-12-06 16:54:40.112188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -325701745 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -325701745], ["username", "billy_13"], ["access_token", "2d8f1c4cdb7c2dd969e7b9c0f7bfdc16"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-12-06 16:54:40.114207"], ["updated_at", "2016-12-06 16:54:40.114207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -370090192 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -370090192], ["username", "billy_14"], ["access_token", "205cf0ef931e76d3df5da10bfa51fc3a"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-12-06 16:54:40.116226"], ["updated_at", "2016-12-06 16:54:40.116226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -862598804 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -862598804], ["username", "billy_15"], ["access_token", "4eb033174d9f4e3ea9206b42b72e4385"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-12-06 16:54:40.118161"], ["updated_at", "2016-12-06 16:54:40.118161"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407882184 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -407882184], ["username", "billy_16"], ["access_token", "aa330444fa2867c0647d507a08db5056"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-12-06 16:54:40.119961"], ["updated_at", "2016-12-06 16:54:40.119961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -669572605 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -669572605], ["username", "billy_17"], ["access_token", "d37b9df7af3bf73de495e96f2c8fd4f0"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-12-06 16:54:40.121783"], ["updated_at", "2016-12-06 16:54:40.121783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573200673 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1573200673], ["username", "billy_18"], ["access_token", "9464d179c2f37e994889f5859b316a2b"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-12-06 16:54:40.123561"], ["updated_at", "2016-12-06 16:54:40.123561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -765504694 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -765504694], ["username", "billy_19"], ["access_token", "04f3a1c849600e214cc06cdc2328445f"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-12-06 16:54:40.125342"], ["updated_at", "2016-12-06 16:54:40.125342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -127600120 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -127600120], ["username", "billy_20"], ["access_token", "ae58aafd067a8469929fad0835bf0159"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-12-06 16:54:40.127123"], ["updated_at", "2016-12-06 16:54:40.127123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1722933627 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1722933627], ["username", "billy_21"], ["access_token", "e4c308ef1b4bba534264defcfc90b579"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-12-06 16:54:40.129086"], ["updated_at", "2016-12-06 16:54:40.129086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883139424 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1883139424], ["username", "billy_22"], ["access_token", "f6a51ea90917da1c5e3ea54ea65f4558"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-12-06 16:54:40.131733"], ["updated_at", "2016-12-06 16:54:40.131733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -130157664 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -130157664], ["username", "billy_23"], ["access_token", "7d81ddc256b62b6122b1a93a2570954b"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-12-06 16:54:40.133686"], ["updated_at", "2016-12-06 16:54:40.133686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -469248024 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -469248024], ["username", "billy_24"], ["access_token", "1f6354ce8327bde80a8effc6ff7d32b6"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-12-06 16:54:40.135482"], ["updated_at", "2016-12-06 16:54:40.135482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1335342236 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1335342236], ["username", "billy_25"], ["access_token", "5acd85310523325538e6ba2ff096e2d7"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-12-06 16:54:40.137237"], ["updated_at", "2016-12-06 16:54:40.137237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -934918691 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -934918691], ["username", "billy_26"], ["access_token", "46009be293158c43ff915a89160b5d8c"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-12-06 16:54:40.139062"], ["updated_at", "2016-12-06 16:54:40.139062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1042952878 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1042952878], ["username", "billy_27"], ["access_token", "3ffef227a8dba4ed460a9f742a5269ee"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-12-06 16:54:40.140852"], ["updated_at", "2016-12-06 16:54:40.140852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -634256333 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -634256333], ["username", "billy_28"], ["access_token", "0218c0af152d46998d214f83cbf72248"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-12-06 16:54:40.142654"], ["updated_at", "2016-12-06 16:54:40.142654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013069149 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2013069149], ["username", "billy_29"], ["access_token", "6fd6d3bbfc28bf98f76c80e8cb517dbd"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-12-06 16:54:40.144589"], ["updated_at", "2016-12-06 16:54:40.144589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -709497719 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -709497719], ["username", "billy_30"], ["access_token", "63e62c2752e6f94a2b008d697a4d5910"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-12-06 16:54:40.146509"], ["updated_at", "2016-12-06 16:54:40.146509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768406885 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1768406885], ["username", "billy_31"], ["access_token", "84bb1b5097cee3ae96b23bd7cf375a0c"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-12-06 16:54:40.148314"], ["updated_at", "2016-12-06 16:54:40.148314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1199337152 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1199337152], ["username", "billy_32"], ["access_token", "458cbb17ab33fb16dc237f005b98e6e2"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-12-06 16:54:40.150287"], ["updated_at", "2016-12-06 16:54:40.150287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1074271463 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1074271463], ["username", "billy_33"], ["access_token", "8571b01a457d7a7197b8a95639afd4fd"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-12-06 16:54:40.152103"], ["updated_at", "2016-12-06 16:54:40.152103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -744568023 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -744568023], ["username", "billy_34"], ["access_token", "e29a57c201266973cd8322345bde8f98"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-12-06 16:54:40.153973"], ["updated_at", "2016-12-06 16:54:40.153973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -374293600 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -374293600], ["username", "billy_35"], ["access_token", "29d472d81653a6daf145e4458765b981"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-12-06 16:54:40.155779"], ["updated_at", "2016-12-06 16:54:40.155779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1478553643 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1478553643], ["username", "billy_36"], ["access_token", "8fe601a327438d8c128d9923f51d5d5a"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-12-06 16:54:40.157553"], ["updated_at", "2016-12-06 16:54:40.157553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -472291980 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -472291980], ["username", "billy_37"], ["access_token", "174f29226c8d3754b9b81a70902b06fb"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-12-06 16:54:40.159353"], ["updated_at", "2016-12-06 16:54:40.159353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -964497367 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -964497367], ["username", "billy_38"], ["access_token", "6d53ed9559e926447d8591b4724d9312"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-12-06 16:54:40.161212"], ["updated_at", "2016-12-06 16:54:40.161212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2106238798 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2106238798], ["username", "billy_39"], ["access_token", "0ce8bcf5da25ce23a14cd5e3291ed1a9"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-12-06 16:54:40.163246"], ["updated_at", "2016-12-06 16:54:40.163246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -938265042 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -938265042], ["username", "billy_40"], ["access_token", "b1c918125f6fe9593171b045d97f45de"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-12-06 16:54:40.165260"], ["updated_at", "2016-12-06 16:54:40.165260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -802418440 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -802418440], ["username", "billy_41"], ["access_token", "ba4b38c7e6035ba51921dc56e6e4f308"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-12-06 16:54:40.167119"], ["updated_at", "2016-12-06 16:54:40.167119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1493044892 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1493044892], ["username", "billy_42"], ["access_token", "cb4c1bd45d20aa7c30106ac779845067"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-12-06 16:54:40.168977"], ["updated_at", "2016-12-06 16:54:40.168977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1230620612 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1230620612], ["username", "billy_43"], ["access_token", "c26ec262bfa85a51b241a5ee50ab6997"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-12-06 16:54:40.170806"], ["updated_at", "2016-12-06 16:54:40.170806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -743584699 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -743584699], ["username", "billy_44"], ["access_token", "87a59174c2b2d6e3d29476bec4783ee7"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-12-06 16:54:40.172620"], ["updated_at", "2016-12-06 16:54:40.172620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1094704030 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1094704030], ["username", "billy_45"], ["access_token", "219e120bcd2b99a2523ed9aa5800b8b2"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-12-06 16:54:40.174413"], ["updated_at", "2016-12-06 16:54:40.174413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1955011482 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1955011482], ["username", "billy_46"], ["access_token", "e7f57a2a99c5f123f50a9165a6545640"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-12-06 16:54:40.176246"], ["updated_at", "2016-12-06 16:54:40.176246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -383190185 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -383190185], ["username", "billy_47"], ["access_token", "d2ded2f02e49b74ec53569e13c14aedc"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-12-06 16:54:40.178083"], ["updated_at", "2016-12-06 16:54:40.178083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1784156234 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1784156234], ["username", "billy_48"], ["access_token", "ce1dca7a356ac73439f067c92f6adb4c"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-12-06 16:54:40.180530"], ["updated_at", "2016-12-06 16:54:40.180530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -659785780 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -659785780], ["username", "billy_49"], ["access_token", "e7ce723bccf102bc70cbe0c7ff8cc5e9"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-12-06 16:54:40.182480"], ["updated_at", "2016-12-06 16:54:40.182480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -192259802 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -192259802], ["username", "jstrav"], ["access_token", "8d979b2b7b9f1a4c31af864afafd0408"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-12-06 16:54:40.189519"], ["updated_at", "2016-12-06 16:54:40.189519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1776832869 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1776832869], ["username", "mary"], ["access_token", "d27b2a1d0a18c0a984d64a48336457a7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-12-06 16:54:40.191755"], ["updated_at", "2016-12-06 16:54:40.191755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1359295872 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1359295872], ["username", "jstead"], ["access_token", "7e0938fc0bd5c0eac76effbb65deba79"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-12-06 16:54:40.193800"], ["updated_at", "2016-12-06 16:54:40.193800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972878720 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1972878720], ["username", "bigbear"], ["access_token", "1a4e7c1932cc6e9d0eec488cc3381762"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-12-06 16:54:40.195997"], ["updated_at", "2016-12-06 16:54:40.195997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1364252818 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1364252818], ["username", "billy_00"], ["access_token", "893c5ed8e553c016ad5ff20331a52951"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-12-06 16:54:40.198191"], ["updated_at", "2016-12-06 16:54:40.198191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -172593169 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -172593169], ["username", "billy_01"], ["access_token", "c7744de08ee1819e6fe4cfc12d7f11c7"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-12-06 16:54:40.200067"], ["updated_at", "2016-12-06 16:54:40.200067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1891630943 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1891630943], ["username", "billy_02"], ["access_token", "1bdb1bf015641c87a016644b62a497de"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-12-06 16:54:40.201957"], ["updated_at", "2016-12-06 16:54:40.201957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -916398571 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -916398571], ["username", "billy_03"], ["access_token", "bae3f9eb6c6edf3a214b86a4b5d75617"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-12-06 16:54:40.203880"], ["updated_at", "2016-12-06 16:54:40.203880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -631421771 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -631421771], ["username", "billy_04"], ["access_token", "38a1870c506cd1b2465f80fc63b86f02"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-12-06 16:54:40.205735"], ["updated_at", "2016-12-06 16:54:40.205735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -892008570 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -892008570], ["username", "billy_05"], ["access_token", "4b08cbf8f463f451aea6bcd177d7b1f7"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-12-06 16:54:40.207663"], ["updated_at", "2016-12-06 16:54:40.207663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1132498643 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1132498643], ["username", "billy_06"], ["access_token", "b1587305419f5e3da559f7553bc65c17"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-12-06 16:54:40.209513"], ["updated_at", "2016-12-06 16:54:40.209513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904335508 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1904335508], ["username", "billy_07"], ["access_token", "188da0850c051396abeacc8b23138ee5"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-12-06 16:54:40.211422"], ["updated_at", "2016-12-06 16:54:40.211422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -885200267 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -885200267], ["username", "billy_08"], ["access_token", "d8cfe5ed3269c3491cf7500c110b69a0"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-12-06 16:54:40.213482"], ["updated_at", "2016-12-06 16:54:40.213482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -135448419 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -135448419], ["username", "billy_09"], ["access_token", "bb45ab5a2e19f0eaff725424624079fd"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-12-06 16:54:40.215400"], ["updated_at", "2016-12-06 16:54:40.215400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1610982020 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1610982020], ["username", "billy_10"], ["access_token", "334518630fd40db65595ac7bfef37050"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-12-06 16:54:40.217244"], ["updated_at", "2016-12-06 16:54:40.217244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -620787769 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -620787769], ["username", "billy_11"], ["access_token", "1268af04077b2f7b7bedb25da73768a1"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-12-06 16:54:40.219119"], ["updated_at", "2016-12-06 16:54:40.219119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1395916521 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1395916521], ["username", "billy_12"], ["access_token", "f66b5b0e11034fa0121d93eaec837613"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-12-06 16:54:40.221043"], ["updated_at", "2016-12-06 16:54:40.221043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -182818223 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -182818223], ["username", "billy_13"], ["access_token", "4523498a00f6470fcef7703f12bd9181"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-12-06 16:54:40.223163"], ["updated_at", "2016-12-06 16:54:40.223163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -346661377 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -346661377], ["username", "billy_14"], ["access_token", "ca6afa46022c11a68fc6e45865df4e1f"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-12-06 16:54:40.225029"], ["updated_at", "2016-12-06 16:54:40.225029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1375587389 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1375587389], ["username", "billy_15"], ["access_token", "a4583b182804b2fc21c7a65491c5e3d2"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-12-06 16:54:40.227121"], ["updated_at", "2016-12-06 16:54:40.227121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1440922741 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1440922741], ["username", "billy_16"], ["access_token", "e09b3ed4550234d36be0f5fcaaa3801c"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-12-06 16:54:40.229058"], ["updated_at", "2016-12-06 16:54:40.229058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -418365943 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -418365943], ["username", "billy_17"], ["access_token", "6640cbefcb74c8b8b9d19811263c26fa"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-12-06 16:54:40.231264"], ["updated_at", "2016-12-06 16:54:40.231264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1107712978 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1107712978], ["username", "billy_18"], ["access_token", "11f14e495e6469e286c1709b87eecf09"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-12-06 16:54:40.233134"], ["updated_at", "2016-12-06 16:54:40.233134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -759591496 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -759591496], ["username", "billy_19"], ["access_token", "d8723f510d52f6fb59ff9d694b0644d4"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-12-06 16:54:40.234997"], ["updated_at", "2016-12-06 16:54:40.234997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -470358960 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -470358960], ["username", "billy_20"], ["access_token", "49608b3054970530b79048d6e540dbfa"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-12-06 16:54:40.236858"], ["updated_at", "2016-12-06 16:54:40.236858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2121570873 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2121570873], ["username", "billy_21"], ["access_token", "a477f57c01097b812ba88a0fefdfee63"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-12-06 16:54:40.238745"], ["updated_at", "2016-12-06 16:54:40.238745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -815388351 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -815388351], ["username", "billy_22"], ["access_token", "ff2a9ee729f3bed21c48d7913d33a31a"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-12-06 16:54:40.240614"], ["updated_at", "2016-12-06 16:54:40.240614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1613973438 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1613973438], ["username", "billy_23"], ["access_token", "8a83326a0c733241499f433c1f7e8046"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-12-06 16:54:40.242456"], ["updated_at", "2016-12-06 16:54:40.242456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1561423563 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1561423563], ["username", "billy_24"], ["access_token", "71feaddf819591fa440826396d88e2f7"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-12-06 16:54:40.244336"], ["updated_at", "2016-12-06 16:54:40.244336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591353412 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1591353412], ["username", "billy_25"], ["access_token", "1ad3fd57a17df7e0333f8fea031acb29"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-12-06 16:54:40.246570"], ["updated_at", "2016-12-06 16:54:40.246570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1368330150 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1368330150], ["username", "billy_26"], ["access_token", "f1002da898fb2e7f004053e42d72e34f"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-12-06 16:54:40.248550"], ["updated_at", "2016-12-06 16:54:40.248550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424076436 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -424076436], ["username", "billy_27"], ["access_token", "6bc4dc9dc0066f1416a0a2f87dc22775"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-12-06 16:54:40.250410"], ["updated_at", "2016-12-06 16:54:40.250410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1424057855 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1424057855], ["username", "billy_28"], ["access_token", "32a3504e860a3156d6d9e5e2086b4a46"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-12-06 16:54:40.252375"], ["updated_at", "2016-12-06 16:54:40.252375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1497198449 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1497198449], ["username", "billy_29"], ["access_token", "f2cb9b7054bd8e94753abdb593ed1c93"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-12-06 16:54:40.254090"], ["updated_at", "2016-12-06 16:54:40.254090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1233284522 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1233284522], ["username", "billy_30"], ["access_token", "3357f846eadb64b30c4db38e2a167349"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-12-06 16:54:40.255763"], ["updated_at", "2016-12-06 16:54:40.255763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -83388913 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -83388913], ["username", "billy_31"], ["access_token", "f5b397bcb1903114e98449d40cabd3ad"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-12-06 16:54:40.257434"], ["updated_at", "2016-12-06 16:54:40.257434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -986142817 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -986142817], ["username", "billy_32"], ["access_token", "9086c924a638845a487b4b18e79f1e6f"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-12-06 16:54:40.259299"], ["updated_at", "2016-12-06 16:54:40.259299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1826003887 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1826003887], ["username", "billy_33"], ["access_token", "3cd56acfd670baad2b687da1014b20e6"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-12-06 16:54:40.261060"], ["updated_at", "2016-12-06 16:54:40.261060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -401951803 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -401951803], ["username", "billy_34"], ["access_token", "c1a0b40960a8237aea0acb3c35254f24"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-12-06 16:54:40.262896"], ["updated_at", "2016-12-06 16:54:40.262896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232852302 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1232852302], ["username", "billy_35"], ["access_token", "6af44662bed605d8a791b8b9de609a6d"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-12-06 16:54:40.264803"], ["updated_at", "2016-12-06 16:54:40.264803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1060009726 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1060009726], ["username", "billy_36"], ["access_token", "9250277e93f5a79be76bac217e629fc0"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-12-06 16:54:40.266510"], ["updated_at", "2016-12-06 16:54:40.266510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2048717515 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2048717515], ["username", "billy_37"], ["access_token", "1a80d6d3a462d0c5a9a01f80d57a41c5"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-12-06 16:54:40.268331"], ["updated_at", "2016-12-06 16:54:40.268331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -734330281 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -734330281], ["username", "billy_38"], ["access_token", "7010d4bcdef337e532ed8976d6b5a37a"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-12-06 16:54:40.275693"], ["updated_at", "2016-12-06 16:54:40.275693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1731668903 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1731668903], ["username", "billy_39"], ["access_token", "42225cb9739982ab7185197251f774b8"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-12-06 16:54:40.277840"], ["updated_at", "2016-12-06 16:54:40.277840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -853382424 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -853382424], ["username", "billy_40"], ["access_token", "483c132372ef1280a8c59bf811f421a3"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-12-06 16:54:40.279838"], ["updated_at", "2016-12-06 16:54:40.279838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -389348483 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -389348483], ["username", "billy_41"], ["access_token", "2e88dbf8e57706e4caa1486496411a22"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-12-06 16:54:40.281673"], ["updated_at", "2016-12-06 16:54:40.281673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -796503078 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -796503078], ["username", "billy_42"], ["access_token", "a26a9f34c01e90a3f442600b90ca3bd1"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-12-06 16:54:40.283423"], ["updated_at", "2016-12-06 16:54:40.283423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070765708 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1070765708], ["username", "billy_43"], ["access_token", "2339af68b80958b4a849fcf033ed4f2c"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-12-06 16:54:40.285176"], ["updated_at", "2016-12-06 16:54:40.285176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1292031432 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1292031432], ["username", "billy_44"], ["access_token", "61d93177cce76384942945cc4fa176fa"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-12-06 16:54:40.286962"], ["updated_at", "2016-12-06 16:54:40.286962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153648966 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -153648966], ["username", "billy_45"], ["access_token", "2bae8becbbd8c6fbfc63cf9824da3deb"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-12-06 16:54:40.288800"], ["updated_at", "2016-12-06 16:54:40.288800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1703798888 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1703798888], ["username", "billy_46"], ["access_token", "9ae90b61813b7d73e03dd8d1bbdb7a05"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-12-06 16:54:40.290831"], ["updated_at", "2016-12-06 16:54:40.290831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1218881639 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1218881639], ["username", "billy_47"], ["access_token", "1c7e11ac5aebcfb250c8d0c57834c791"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-12-06 16:54:40.292600"], ["updated_at", "2016-12-06 16:54:40.292600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1501751031 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1501751031], ["username", "billy_48"], ["access_token", "d1d706f6d23759baea1f9bae2a15f0e8"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-12-06 16:54:40.294495"], ["updated_at", "2016-12-06 16:54:40.294495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -176788673 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -176788673], ["username", "billy_49"], ["access_token", "94dc9cbe0690c0ef0a53bd92ff510b2f"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-12-06 16:54:40.296501"], ["updated_at", "2016-12-06 16:54:40.296501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (203.0ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (431.0ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (8.4ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto"  (4.3ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" character varying DEFAULT 'gen_random_uuid()' NOT NULL, "role" integer DEFAULT 0 NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.3ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (2.3ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (2.4ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.5ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.0ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (3.0ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.0ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 24ms (ActiveRecord: 3.3ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1862268263 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e83df50feb9d94103506313a8a8efc53' LIMIT 1 SQL (1.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1862268263], ["username", "e83df50feb9d94103506313a8a8efc53"], ["access_token", "cecc244dc83a1a25ab232a2283433504"], ["uuid", "31918ffb-2448-4577-bb51-38f8733090be"], ["created_at", "2017-10-25 17:00:55.001141"], ["updated_at", "2017-10-25 17:00:55.001141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878203618 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5428f5a7e0514d1bac4667010c8caa21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -878203618], ["username", "5428f5a7e0514d1bac4667010c8caa21"], ["access_token", "1856f2640dd5a4a783e0e2a377b4de7d"], ["uuid", "d0a2c986-e266-469f-bbd6-2cff58779a50"], ["created_at", "2017-10-25 17:00:55.020548"], ["updated_at", "2017-10-25 17:00:55.020548"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -536808266 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -536808266], ["name", "MyGroup"], ["created_at", "2017-10-25 17:00:55.024642"], ["updated_at", "2017-10-25 17:00:55.024642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1301872549 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8ab73acc654aa198d31afad241c62579' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1301872549], ["username", "8ab73acc654aa198d31afad241c62579"], ["access_token", "874b1341ca0c5086a3e86cd59e017fdc"], ["uuid", "a1e51dd5-4dfa-4dff-911e-fcfbd8542c36"], ["created_at", "2017-10-25 17:00:55.029928"], ["updated_at", "2017-10-25 17:00:55.029928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -207381451 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -207381451], ["name", "MyGroup"], ["created_at", "2017-10-25 17:00:55.034056"], ["updated_at", "2017-10-25 17:00:55.034056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-10-25 17:00:55.046207"], ["updated_at", "2017-10-25 17:00:55.046207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "fcdea4a38e8074f851e192f1aa4621fb"], ["uuid", "56021d51-fbad-4120-91de-7cca53484525"], ["created_at", "2017-10-25 17:00:55.052396"], ["updated_at", "2017-10-25 17:00:55.052396"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 4]] Redirected to http://test.host/ Completed 302 Found in 20ms (ActiveRecord: 2.2ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "2cdce94d5d18a37955a97195cb587c83"], ["uuid", "3331f8b2-c40d-4d0f-853b-7fbc4ed15aac"], ["created_at", "2017-10-25 17:00:55.083525"], ["updated_at", "2017-10-25 17:00:55.083525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.8ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 31ms (Views: 30.4ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "a06d03acf32bc1f3df3034e466acc3f8"], ["uuid", "978490ce-7306-4e34-a5b3-f84b94bccce2"], ["created_at", "2017-10-25 17:00:55.123771"], ["updated_at", "2017-10-25 17:00:55.123771"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 6], ["created_at", "2017-10-25 17:00:55.136170"], ["updated_at", "2017-10-25 17:00:55.136170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "853e0b8b4ec4904947a27765468cadb9"], ["uuid", "213bd7ba-1c33-4da3-afab-a55f454c1c82"], ["created_at", "2017-10-25 17:00:55.140536"], ["updated_at", "2017-10-25 17:00:55.140536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 7], ["created_at", "2017-10-25 17:00:55.142420"], ["updated_at", "2017-10-25 17:00:55.142420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -573370035 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -573370035], ["name", "MyGroup"], ["created_at", "2017-10-25 17:00:55.148603"], ["updated_at", "2017-10-25 17:00:55.148603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -28683311 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -28683311], ["name", "MyGroup"], ["created_at", "2017-10-25 17:00:55.152259"], ["updated_at", "2017-10-25 17:00:55.152259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 5 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 5]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -918532922 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -918532922], ["username", "jstrav"], ["access_token", "9b81b0515b0eac43d64aab160958c1d0"], ["uuid", "dfbcfe75-cbb3-4e8c-b228-7f57d29d7ab7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:00:55.171290"], ["updated_at", "2017-10-25 17:00:55.171290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -335640556 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -335640556], ["username", "mary"], ["access_token", "cba9cfd7721ebe9d05479c9da2cfcdd4"], ["uuid", "caa24ee4-6792-41b4-b7f7-4dd28803f0e1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:00:55.174840"], ["updated_at", "2017-10-25 17:00:55.174840"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -994012220 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -994012220], ["username", "jstead"], ["access_token", "03eb727fd02a649e0a20a202aae71315"], ["uuid", "0f84a3eb-a6cf-4c72-84dc-2a133c16d29a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:00:55.178003"], ["updated_at", "2017-10-25 17:00:55.178003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -614931745 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -614931745], ["username", "bigbear"], ["access_token", "4156e7354f5b0c58ece4417709f5fa90"], ["uuid", "44fa7d48-6fcc-475f-b8c6-92713156e51d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:00:55.181147"], ["updated_at", "2017-10-25 17:00:55.181147"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -697474997 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -697474997], ["username", "billy_00"], ["access_token", "74613cee6d0ac8030e219566b90dcd38"], ["uuid", "e74832bc-9cf5-48e7-a2b6-3e88339420c2"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:00:55.184353"], ["updated_at", "2017-10-25 17:00:55.184353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -671793220 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -671793220], ["username", "billy_01"], ["access_token", "d3418029774076e5065e698931fdfc92"], ["uuid", "4b1f9506-0030-4b81-aaea-bd5e7110e775"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:00:55.187466"], ["updated_at", "2017-10-25 17:00:55.187466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -997117521 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -997117521], ["username", "billy_02"], ["access_token", "7d929c4b57b7acdd7289be2a31869660"], ["uuid", "b148709d-c762-4d62-8735-355a424ead58"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:00:55.190503"], ["updated_at", "2017-10-25 17:00:55.190503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -758339623 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -758339623], ["username", "billy_03"], ["access_token", "ff28e27ec5a2d3c56975b569a38a44c1"], ["uuid", "458343e4-2725-45a9-b330-3ba540df1c87"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:00:55.194058"], ["updated_at", "2017-10-25 17:00:55.194058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -627184397 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -627184397], ["username", "billy_04"], ["access_token", "ff6341edb5a8c6ced203f60945cb5ba7"], ["uuid", "8f3b398d-caf7-4c55-98ba-643a51a9a9d1"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:00:55.197900"], ["updated_at", "2017-10-25 17:00:55.197900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1822922942 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1822922942], ["username", "billy_05"], ["access_token", "757fa9d901dfd6c39f7603af089492a0"], ["uuid", "f32d7d59-3936-48bc-b720-1816d4fd42f7"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:00:55.201835"], ["updated_at", "2017-10-25 17:00:55.201835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -712468475 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -712468475], ["username", "billy_06"], ["access_token", "edf3e2e3302bf598f6e5b388f1cbaf4e"], ["uuid", "208800b7-6886-47dc-99c7-362a9b887003"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:00:55.205573"], ["updated_at", "2017-10-25 17:00:55.205573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1226230524 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1226230524], ["username", "billy_07"], ["access_token", "5082df4a26122cf487b1e7da8facd461"], ["uuid", "0aa44a0e-56ab-4a3c-920a-7f9e1c1cdd05"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:00:55.208649"], ["updated_at", "2017-10-25 17:00:55.208649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1214275333 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1214275333], ["username", "billy_08"], ["access_token", "149d23f3c7f4607a55401da160cfa4bf"], ["uuid", "35649fc4-a0f9-4219-ab9a-508726fcd876"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:00:55.211783"], ["updated_at", "2017-10-25 17:00:55.211783"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2103271694 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2103271694], ["username", "billy_09"], ["access_token", "537e0703ccc9a5af44f66134658eaf71"], ["uuid", "a0cc38f6-374c-4763-880f-284b5644a453"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:00:55.215320"], ["updated_at", "2017-10-25 17:00:55.215320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2097005363 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2097005363], ["username", "billy_10"], ["access_token", "a9322a5806387e2c8d8fa62809a9e42f"], ["uuid", "6165c22a-0e47-4a1e-9322-c7c4f4972e60"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:00:55.218883"], ["updated_at", "2017-10-25 17:00:55.218883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -516522620 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -516522620], ["username", "billy_11"], ["access_token", "877d7795488762f31ae2135b516d44c4"], ["uuid", "20029d18-3b4a-47fb-b0c1-a0987f09e760"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:00:55.221901"], ["updated_at", "2017-10-25 17:00:55.221901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1981311200 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1981311200], ["username", "billy_12"], ["access_token", "902076a59824eec6e0a8f2601a61b76b"], ["uuid", "5478f04c-0090-4844-bbe6-bf34576c919b"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:00:55.225071"], ["updated_at", "2017-10-25 17:00:55.225071"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -611531478 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -611531478], ["username", "billy_13"], ["access_token", "798b9448cdea8daacdf237ae00f91de2"], ["uuid", "0200fd7e-aaa4-40a1-8d0a-a861033e4bea"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:00:55.228005"], ["updated_at", "2017-10-25 17:00:55.228005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1112374506 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1112374506], ["username", "billy_14"], ["access_token", "3d978354d1d4cbc24c219f1bc5635888"], ["uuid", "3d1148f2-62b4-4610-8f79-63fa1c9ad094"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:00:55.230899"], ["updated_at", "2017-10-25 17:00:55.230899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1628488310 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1628488310], ["username", "billy_15"], ["access_token", "1c632e8300097e24ebe074a0bd19cc4d"], ["uuid", "b74e4c7b-06b6-430e-8dd9-159a62e3ff93"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:00:55.233944"], ["updated_at", "2017-10-25 17:00:55.233944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1781201450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1781201450], ["username", "billy_16"], ["access_token", "802d1017b7d2cdeba9ce2fec954930ec"], ["uuid", "90587e20-0744-44ab-af1a-829363725f9e"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:00:55.236915"], ["updated_at", "2017-10-25 17:00:55.236915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1501031520 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1501031520], ["username", "billy_17"], ["access_token", "6613e8d70cc6779e8adce808fefbaa29"], ["uuid", "1857984b-1dcf-423a-a621-eb09896f3536"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:00:55.239861"], ["updated_at", "2017-10-25 17:00:55.239861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1747639243 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1747639243], ["username", "billy_18"], ["access_token", "149ab547b0e4aee50b7a49e3ca201f4a"], ["uuid", "07c9d874-2950-4d94-94da-3326f2f215a6"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:00:55.242855"], ["updated_at", "2017-10-25 17:00:55.242855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1443079128 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1443079128], ["username", "billy_19"], ["access_token", "d52a027601e7342e9f8ca02c21054db0"], ["uuid", "536cbe11-145b-4181-a641-ebb5d989c432"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:00:55.245825"], ["updated_at", "2017-10-25 17:00:55.245825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790796606 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1790796606], ["username", "billy_20"], ["access_token", "6f888baa517ab30adbac7fdd1bf9038b"], ["uuid", "060e64c9-c6b7-4ee1-b0bb-d08e5edb51fe"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:00:55.248776"], ["updated_at", "2017-10-25 17:00:55.248776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -937878676 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -937878676], ["username", "billy_21"], ["access_token", "11a1434d0564157580cc3c99e51a7567"], ["uuid", "50f35cb5-f1cd-4b65-92ca-219ec172fa4f"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:00:55.251753"], ["updated_at", "2017-10-25 17:00:55.251753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1868924524 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1868924524], ["username", "billy_22"], ["access_token", "c4fce89701a31d9684c554d8493db123"], ["uuid", "8c5dac45-a0b6-4215-b6f3-35d12c6bb50b"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:00:55.254757"], ["updated_at", "2017-10-25 17:00:55.254757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1044244459 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1044244459], ["username", "billy_23"], ["access_token", "772b3535b6f190dc119911d90db6852b"], ["uuid", "cee5e993-325b-4a5a-88eb-4909715aa1f5"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:00:55.257992"], ["updated_at", "2017-10-25 17:00:55.257992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1066873520 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1066873520], ["username", "billy_24"], ["access_token", "6eaf8bfea48aa3c8eb8535c70f304168"], ["uuid", "d7bfcd94-daa7-447b-a316-7ae64d823657"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:00:55.272647"], ["updated_at", "2017-10-25 17:00:55.272647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1824377393 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1824377393], ["username", "billy_25"], ["access_token", "b2a4aa99cacecc0749ce7d9709bbd8a6"], ["uuid", "eab190f6-ebb3-46d2-a964-bf93468af35a"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:00:55.275702"], ["updated_at", "2017-10-25 17:00:55.275702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958959224 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -958959224], ["username", "billy_26"], ["access_token", "0309508a6bbc866afa6d6780dc308f51"], ["uuid", "cc31f6ff-b207-440c-a4ed-f22cc23639ce"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:00:55.278707"], ["updated_at", "2017-10-25 17:00:55.278707"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1879859081 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1879859081], ["username", "billy_27"], ["access_token", "d4c6f7fa95b03ae7d30b776ad827faa5"], ["uuid", "e15bdf30-9018-4425-a8c6-b0c1b0ab4e04"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:00:55.281901"], ["updated_at", "2017-10-25 17:00:55.281901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455997641 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -455997641], ["username", "billy_28"], ["access_token", "7689df1b3f4b680e0e0c83a13d50c068"], ["uuid", "6a8707ea-47cc-4e1a-acab-f979549d5b82"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:00:55.284997"], ["updated_at", "2017-10-25 17:00:55.284997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1963496593 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1963496593], ["username", "billy_29"], ["access_token", "36d4e406e60fc5cdac0478bcb5503617"], ["uuid", "b6cfc465-bec6-4262-bc52-284f911de50d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:00:55.288083"], ["updated_at", "2017-10-25 17:00:55.288083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -693220969 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -693220969], ["username", "billy_30"], ["access_token", "c825b761c546bd51f3b81f5298fc2ab5"], ["uuid", "ec8f1d3b-f136-468e-9499-29537341cf23"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:00:55.291093"], ["updated_at", "2017-10-25 17:00:55.291093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273866878 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -273866878], ["username", "billy_31"], ["access_token", "f6616c961a9955a4d3dd9ee705a07c56"], ["uuid", "1ba55b18-3b56-432b-a1df-73c6797dca57"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:00:55.294287"], ["updated_at", "2017-10-25 17:00:55.294287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1203585074 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1203585074], ["username", "billy_32"], ["access_token", "0fba4e2500483350fa848ba36095c77a"], ["uuid", "4aa02f07-9e84-4f28-abe8-85a0f753d042"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:00:55.297383"], ["updated_at", "2017-10-25 17:00:55.297383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1057610945 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1057610945], ["username", "billy_33"], ["access_token", "2c7e8abe6dd04e65fb853e6af7ef1f56"], ["uuid", "66d046d8-9dca-4881-b4af-2abdf5d8179c"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:00:55.300410"], ["updated_at", "2017-10-25 17:00:55.300410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -668569968 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -668569968], ["username", "billy_34"], ["access_token", "608570190ca10d54c36da1e98128f6ac"], ["uuid", "0edc7da9-c56d-48c1-b13e-9b4d593983f5"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:00:55.303496"], ["updated_at", "2017-10-25 17:00:55.303496"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -79130652 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -79130652], ["username", "billy_35"], ["access_token", "1904ff774ded422c2ca40f97b5d574ff"], ["uuid", "5cd78aaf-ed61-4cb4-b0aa-818f8038f856"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:00:55.306612"], ["updated_at", "2017-10-25 17:00:55.306612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -620529814 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -620529814], ["username", "billy_36"], ["access_token", "586320b6f349adf8d38c0c19240bd941"], ["uuid", "efc49551-6593-450f-bf8d-70464fdb4127"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:00:55.309758"], ["updated_at", "2017-10-25 17:00:55.309758"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1983260694 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1983260694], ["username", "billy_37"], ["access_token", "44bf86b0a4c5b9aa0ab5568afd0d394b"], ["uuid", "6de28e9e-28fa-41c2-b79f-d3d55025ca6d"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:00:55.313132"], ["updated_at", "2017-10-25 17:00:55.313132"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -930799854 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -930799854], ["username", "billy_38"], ["access_token", "e3a4da36e9ec2d41ea471da17756cf04"], ["uuid", "d4071d4b-6811-4954-9250-fdf639d73a58"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:00:55.316146"], ["updated_at", "2017-10-25 17:00:55.316146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1243772586 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1243772586], ["username", "billy_39"], ["access_token", "7ac333ab91b5341828c759dbf78b0e31"], ["uuid", "e679e71c-aa1b-44b8-9eb6-59cb17c9b7cc"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:00:55.319115"], ["updated_at", "2017-10-25 17:00:55.319115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -22861432 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -22861432], ["username", "billy_40"], ["access_token", "698bece3ce95ed76afcac237c66932fa"], ["uuid", "c8148287-d897-467d-a61a-8a25d43fec5c"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:00:55.322157"], ["updated_at", "2017-10-25 17:00:55.322157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -453214911 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -453214911], ["username", "billy_41"], ["access_token", "f17999bd3513315fdac97672eab9224e"], ["uuid", "bb8504c1-aa59-4dca-b500-456aa8b57425"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:00:55.325223"], ["updated_at", "2017-10-25 17:00:55.325223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1928360090 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1928360090], ["username", "billy_42"], ["access_token", "f867b35dee4e37fd03db10aa0869c3ca"], ["uuid", "4c518b5b-6519-4410-9ab7-5bfb0d69d9c2"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:00:55.328530"], ["updated_at", "2017-10-25 17:00:55.328530"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1998396587 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1998396587], ["username", "billy_43"], ["access_token", "5d8d283bae6e50c8bb634df62130c0c5"], ["uuid", "c5575b8c-43f8-4cd1-b5c3-a0b6a94ce6f7"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:00:55.331625"], ["updated_at", "2017-10-25 17:00:55.331625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -314883705 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -314883705], ["username", "billy_44"], ["access_token", "73ec0f8c80e10de60761128f6b710a17"], ["uuid", "55b47714-3f45-4d97-890d-450284544ea2"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:00:55.334732"], ["updated_at", "2017-10-25 17:00:55.334732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010300058 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1010300058], ["username", "billy_45"], ["access_token", "339563de8f04dc56341b48b4acb39a95"], ["uuid", "6f66c690-eb84-4cda-b809-0750e7672139"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:00:55.337768"], ["updated_at", "2017-10-25 17:00:55.337768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -380791708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -380791708], ["username", "billy_46"], ["access_token", "036641aaeb51d2de6bc4eba7311b6118"], ["uuid", "25a942ba-a4df-4bb2-9870-5085040a145b"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:00:55.340775"], ["updated_at", "2017-10-25 17:00:55.340775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -302454794 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -302454794], ["username", "billy_47"], ["access_token", "b99a03234d077d20d80f06fe0a4f1388"], ["uuid", "e5d1cf1f-1385-490d-973d-07a15291551a"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:00:55.344001"], ["updated_at", "2017-10-25 17:00:55.344001"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -544084626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -544084626], ["username", "billy_48"], ["access_token", "f3ebc17ecd5004200e26903bb253247b"], ["uuid", "9e2b8430-7f85-4094-99ea-860ebd9e2477"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:00:55.347056"], ["updated_at", "2017-10-25 17:00:55.347056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1856051127 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1856051127], ["username", "billy_49"], ["access_token", "a5233bec798ea4877f434ea5f74f3282"], ["uuid", "a0d96321-e9bd-41f3-b22d-716ce1dced63"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:00:55.350193"], ["updated_at", "2017-10-25 17:00:55.350193"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -425496230 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -425496230], ["username", "jstrav"], ["access_token", "15c4d8c8687bf55339dc99b61de82d86"], ["uuid", "3db89aff-bfe1-4146-9a82-0f0af061fd42"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:00:55.355555"], ["updated_at", "2017-10-25 17:00:55.355555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1239984121 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1239984121], ["username", "mary"], ["access_token", "ea543725b29becf78c5c08cdc86f4cbb"], ["uuid", "e9069b5b-a0e6-4fe7-b382-39aa3178843c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:00:55.358823"], ["updated_at", "2017-10-25 17:00:55.358823"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736620464 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1736620464], ["username", "jstead"], ["access_token", "95e49ff6baf10d13188ebb9c52b2d18d"], ["uuid", "4fee45c0-3f5e-4048-988d-04d155199ae5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:00:55.361911"], ["updated_at", "2017-10-25 17:00:55.361911"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1764461305 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1764461305], ["username", "bigbear"], ["access_token", "2a889be48c2ad83d361a5dae408ebf8e"], ["uuid", "9c7fd03b-8561-422d-898d-a9dfeb2f8fae"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:00:55.365088"], ["updated_at", "2017-10-25 17:00:55.365088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1183579592 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1183579592], ["username", "billy_00"], ["access_token", "202ce46a6e897051445ccf2d6f7143d6"], ["uuid", "d54e98c9-beeb-429a-a380-237a95b3a1d1"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:00:55.368227"], ["updated_at", "2017-10-25 17:00:55.368227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1379795063 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1379795063], ["username", "billy_01"], ["access_token", "511fec5ab68dda19e24b4d4d00b76bb5"], ["uuid", "4f09accb-daa5-4377-8547-4d5fe88b0980"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:00:55.371324"], ["updated_at", "2017-10-25 17:00:55.371324"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -751490755 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -751490755], ["username", "billy_02"], ["access_token", "ba05be11ded48246e78c2987b31a516f"], ["uuid", "70f283c2-ac04-4036-b736-7d5abac0fee3"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:00:55.374486"], ["updated_at", "2017-10-25 17:00:55.374486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2009734701 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2009734701], ["username", "billy_03"], ["access_token", "a2502175e441f6a84099ed6051d2f7ac"], ["uuid", "2bf5106d-2e0c-47bd-ad83-f35198978952"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:00:55.377548"], ["updated_at", "2017-10-25 17:00:55.377548"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016453177 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1016453177], ["username", "billy_04"], ["access_token", "cdfe8d191d46044364e34fd4d1d9f117"], ["uuid", "3ffd80ed-07f1-40fe-bd6e-e5d80fdc3bd7"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:00:55.380625"], ["updated_at", "2017-10-25 17:00:55.380625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -59996615 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -59996615], ["username", "billy_05"], ["access_token", "426b5c6c132e137e304f789a3d04f343"], ["uuid", "86fff9b9-07e2-49e6-83ed-863f0ce05136"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:00:55.383764"], ["updated_at", "2017-10-25 17:00:55.383764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1750962878 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1750962878], ["username", "billy_06"], ["access_token", "8fede897594f8bd5020899d1beed00fb"], ["uuid", "6eeb4f69-4fac-4659-9761-a719104c7dc6"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:00:55.386915"], ["updated_at", "2017-10-25 17:00:55.386915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1172299564 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1172299564], ["username", "billy_07"], ["access_token", "7e6d2f4807a7df5ddb229f490ec2414d"], ["uuid", "15827d59-b609-47c5-8937-5c95f369224b"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:00:55.390315"], ["updated_at", "2017-10-25 17:00:55.390315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -817289591 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -817289591], ["username", "billy_08"], ["access_token", "bc7a12c79cf237acf6efebddad495411"], ["uuid", "89a8f0ce-0ca2-4999-b679-8af6d89e9589"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:00:55.393610"], ["updated_at", "2017-10-25 17:00:55.393610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -414091889 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -414091889], ["username", "billy_09"], ["access_token", "caa1988a8ed670db2315a03bef9c6bc3"], ["uuid", "9b94da9b-dd31-41b1-aafc-403a3e28fee9"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:00:55.397049"], ["updated_at", "2017-10-25 17:00:55.397049"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1265196139 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1265196139], ["username", "billy_10"], ["access_token", "b295fe2192865817924071b23871362a"], ["uuid", "d20dd4e0-f82e-434b-8864-d2eacb233bd9"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:00:55.401372"], ["updated_at", "2017-10-25 17:00:55.401372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -534602640 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -534602640], ["username", "billy_11"], ["access_token", "33a90b80c0aa5e5cbe3de008a0426008"], ["uuid", "fc592ff3-f3c6-4864-bb9b-da527c310403"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:00:55.404541"], ["updated_at", "2017-10-25 17:00:55.404541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1886233149 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1886233149], ["username", "billy_12"], ["access_token", "19080a574d59196c982e2d958fee734c"], ["uuid", "be45ad16-195e-4c1c-89da-63783c5bb3df"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:00:55.407580"], ["updated_at", "2017-10-25 17:00:55.407580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -103878948 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -103878948], ["username", "billy_13"], ["access_token", "ce38e8d2ed41c3c0c68a712c0401a3c4"], ["uuid", "d85fb953-85f3-49c7-ab87-f05437e0d9d1"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:00:55.410530"], ["updated_at", "2017-10-25 17:00:55.410530"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1479399810 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1479399810], ["username", "billy_14"], ["access_token", "1292f596609fc9253331bb1549819d5d"], ["uuid", "1d8fc672-30b5-4d01-8b05-60fc8936e821"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:00:55.413618"], ["updated_at", "2017-10-25 17:00:55.413618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1879170831 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1879170831], ["username", "billy_15"], ["access_token", "526b4651deeaa3a7823355de6ee27c9e"], ["uuid", "11a55509-997c-46d1-b0c1-954ed22b926a"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:00:55.416733"], ["updated_at", "2017-10-25 17:00:55.416733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1414504024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1414504024], ["username", "billy_16"], ["access_token", "82c9e51304cf354feda717579ce7d098"], ["uuid", "bb9d48fe-2203-4113-b32a-8159bb6f3d9e"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:00:55.419841"], ["updated_at", "2017-10-25 17:00:55.419841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1730621261 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1730621261], ["username", "billy_17"], ["access_token", "72a07358cce4744f474b10c09f0becfc"], ["uuid", "bbec0285-45ae-412e-8e8f-0fba5d583092"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:00:55.423137"], ["updated_at", "2017-10-25 17:00:55.423137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -214052612 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -214052612], ["username", "billy_18"], ["access_token", "de3cfc7134fd3663b3caf4f0993b1d0f"], ["uuid", "47ddf155-16cb-4d5a-bc01-651655b345f8"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:00:55.426432"], ["updated_at", "2017-10-25 17:00:55.426432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -212059404 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -212059404], ["username", "billy_19"], ["access_token", "ed16d11141ab95b169ef99b0b3c00888"], ["uuid", "7a72277a-e37b-4831-8156-21553be9b19d"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:00:55.429601"], ["updated_at", "2017-10-25 17:00:55.429601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1082069126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1082069126], ["username", "billy_20"], ["access_token", "781afe3f94dae071ee3ccfaab53e067e"], ["uuid", "f20a085d-466b-404a-91ba-96b227fb20f1"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:00:55.432598"], ["updated_at", "2017-10-25 17:00:55.432598"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1623073682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1623073682], ["username", "billy_21"], ["access_token", "58e2a28650a1f4037d66c9d1536320a9"], ["uuid", "92eb77c4-4186-4af4-bd62-8aa130568a54"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:00:55.435558"], ["updated_at", "2017-10-25 17:00:55.435558"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -530553482 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -530553482], ["username", "billy_22"], ["access_token", "715f01a1f63b52221a90797202c36431"], ["uuid", "3c2cd928-7088-4abf-953b-b85f1e98fbe0"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:00:55.438496"], ["updated_at", "2017-10-25 17:00:55.438496"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -287557709 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -287557709], ["username", "billy_23"], ["access_token", "84ce7a24dcbbd7d1f3b715d2ca810014"], ["uuid", "8deb2c86-214b-4e59-84b7-de5cbdd5244d"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:00:55.441466"], ["updated_at", "2017-10-25 17:00:55.441466"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -571570982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -571570982], ["username", "billy_24"], ["access_token", "eba49cd44ae50bd06523e3cf6fea780a"], ["uuid", "438eaa0e-2aed-42a3-abfc-e1f0753def0b"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:00:55.444528"], ["updated_at", "2017-10-25 17:00:55.444528"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2008398265 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2008398265], ["username", "billy_25"], ["access_token", "afec6bb2977333837549bbcc1d6e2117"], ["uuid", "4c397cdd-3789-4de1-9b1f-0ca292d86255"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:00:55.447538"], ["updated_at", "2017-10-25 17:00:55.447538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -491852294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -491852294], ["username", "billy_26"], ["access_token", "559a19882428360219e31b013916e71d"], ["uuid", "d5f6ebfa-c8c8-4cbe-9fe5-0d8812ac5434"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:00:55.450538"], ["updated_at", "2017-10-25 17:00:55.450538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1791079726 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1791079726], ["username", "billy_27"], ["access_token", "7c396865189eb02d98e3573cffa21f5e"], ["uuid", "8049f63b-3903-4c99-80a0-3de10c4dd78d"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:00:55.453569"], ["updated_at", "2017-10-25 17:00:55.453569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1350472365 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1350472365], ["username", "billy_28"], ["access_token", "674fe0f7b0415f688f1317b481fd60d0"], ["uuid", "69c69d94-e813-4707-8f09-a598eccd7ce2"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:00:55.458383"], ["updated_at", "2017-10-25 17:00:55.458383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -99696876 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -99696876], ["username", "billy_29"], ["access_token", "e83d72df1c6636a31baddc7cbf1dbfb7"], ["uuid", "377bb54e-27d6-428a-b2ed-2be5eef5896e"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:00:55.463342"], ["updated_at", "2017-10-25 17:00:55.463342"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424692179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -424692179], ["username", "billy_30"], ["access_token", "b51acc3d5e6f2f79c6e669ae025de37d"], ["uuid", "832b9faa-793f-4f2e-bb28-bd4672242ab0"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:00:55.467569"], ["updated_at", "2017-10-25 17:00:55.467569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -15873126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -15873126], ["username", "billy_31"], ["access_token", "7b40cda2fea10c074158e4fd8dbb4522"], ["uuid", "ea2597c2-9c8b-41d8-a511-3789031b8b88"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:00:55.471022"], ["updated_at", "2017-10-25 17:00:55.471022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -124341279 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -124341279], ["username", "billy_32"], ["access_token", "304b61dee9a66870e4f25e32c698fda9"], ["uuid", "81b222b3-37c5-46b6-8b6c-17e870fd432a"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:00:55.473996"], ["updated_at", "2017-10-25 17:00:55.473996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1355950466 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1355950466], ["username", "billy_33"], ["access_token", "70f5547d0d6f119ddbf85ffdfaaf3f87"], ["uuid", "67f3b489-fd9e-4cfd-b6c0-4af98b40fb64"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:00:55.477032"], ["updated_at", "2017-10-25 17:00:55.477032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -558764053 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -558764053], ["username", "billy_34"], ["access_token", "47465414daa39fc562a41c8b8d660717"], ["uuid", "d8a07e18-576a-4131-84b0-629a0a160560"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:00:55.480005"], ["updated_at", "2017-10-25 17:00:55.480005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1630233669 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1630233669], ["username", "billy_35"], ["access_token", "392bc309e1e772c4db45e1ea69a23f46"], ["uuid", "18bc0566-54dd-4177-bb44-901c3fa75b7e"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:00:55.482978"], ["updated_at", "2017-10-25 17:00:55.482978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -694658171 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -694658171], ["username", "billy_36"], ["access_token", "9ca556b65dfbc11b91ce586e93e5585f"], ["uuid", "989f3ad8-de8c-44f9-a9b6-123c9998104a"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:00:55.485939"], ["updated_at", "2017-10-25 17:00:55.485939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1950455873 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1950455873], ["username", "billy_37"], ["access_token", "839607219df6fbb01f944af8df1dd881"], ["uuid", "510c8184-81dd-4156-bb1d-e5d55a734f41"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:00:55.488927"], ["updated_at", "2017-10-25 17:00:55.488927"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -824055342 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -824055342], ["username", "billy_38"], ["access_token", "6dd8c350ed4436af76cf28b4f96edf78"], ["uuid", "a0b48aec-3754-49ec-b474-522c0b8b704d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:00:55.491948"], ["updated_at", "2017-10-25 17:00:55.491948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1029151945 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1029151945], ["username", "billy_39"], ["access_token", "729f085c4e35811bd11f9b0ea8ddaf59"], ["uuid", "59edd8c8-3760-4059-a97d-08d95d1a4829"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:00:55.495137"], ["updated_at", "2017-10-25 17:00:55.495137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1980365342 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1980365342], ["username", "billy_40"], ["access_token", "8ea15115f89896f83e729f675febb73e"], ["uuid", "21af3bd4-0216-4c2e-87e1-1d99dd04ce74"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:00:55.498198"], ["updated_at", "2017-10-25 17:00:55.498198"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1426653447 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1426653447], ["username", "billy_41"], ["access_token", "314f8eda5a60d0e6902487d6197cb23e"], ["uuid", "0099a970-b96e-4554-816d-e71cf6523a82"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:00:55.501341"], ["updated_at", "2017-10-25 17:00:55.501341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1017810191 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1017810191], ["username", "billy_42"], ["access_token", "92e9e4f264267714292ee469dbc94b7a"], ["uuid", "6a9d2088-3ee0-434a-81e2-5fcc9bf14be6"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:00:55.504353"], ["updated_at", "2017-10-25 17:00:55.504353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1855779056 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1855779056], ["username", "billy_43"], ["access_token", "3e4549267afd3cf0cd680feda41a09ec"], ["uuid", "b1f662db-f1df-4b34-a393-9cc013ff9860"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:00:55.507299"], ["updated_at", "2017-10-25 17:00:55.507299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1746279093 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1746279093], ["username", "billy_44"], ["access_token", "cb59187167f80407d29d3b494413b32d"], ["uuid", "d243a303-201f-46ed-858d-114ebeb9025f"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:00:55.510225"], ["updated_at", "2017-10-25 17:00:55.510225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -948153182 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -948153182], ["username", "billy_45"], ["access_token", "ec824ecfd64d35895e3e6fde9f219be3"], ["uuid", "dee4efb5-95bf-4e42-8ce3-fce0c2431744"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:00:55.513274"], ["updated_at", "2017-10-25 17:00:55.513274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462377475 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1462377475], ["username", "billy_46"], ["access_token", "d7c4c79d939235b5d277b8bd221c92f7"], ["uuid", "e4c57341-27b2-4c3c-b1fc-e5fbaa7e3c82"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:00:55.516335"], ["updated_at", "2017-10-25 17:00:55.516335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1955723738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1955723738], ["username", "billy_47"], ["access_token", "6c85656afb8415a4af5b396d23cc963d"], ["uuid", "ec293426-4687-44ba-b781-27a9a9b56948"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:00:55.519385"], ["updated_at", "2017-10-25 17:00:55.519385"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -739921676 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -739921676], ["username", "billy_48"], ["access_token", "d45a9b6b1199029acd33939013b1dde0"], ["uuid", "7be72c43-6621-424d-8056-8fe5a380c84b"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:00:55.522436"], ["updated_at", "2017-10-25 17:00:55.522436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137005455 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2137005455], ["username", "billy_49"], ["access_token", "fc16720d6533e6a78e324e17f9282867"], ["uuid", "e6bb6aaa-a8fa-41b2-8d31-9fd1d13b83f5"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:00:55.525429"], ["updated_at", "2017-10-25 17:00:55.525429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1725694576 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1725694576], ["username", "jstrav"], ["access_token", "3462c3dc28e8eb6802b90704365b84f8"], ["uuid", "2b3e5925-865b-498e-aaae-b142bb7c22a9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:00:55.533808"], ["updated_at", "2017-10-25 17:00:55.533808"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931725394 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -931725394], ["username", "mary"], ["access_token", "32868a409843b3331197c3b54b247e5e"], ["uuid", "da770f0d-360f-4a2d-a149-cada78f0c6ff"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:00:55.537190"], ["updated_at", "2017-10-25 17:00:55.537190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -692020516 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -692020516], ["username", "jstead"], ["access_token", "a0949a957607c19d12d4da5c1b0f22b6"], ["uuid", "30ef290a-b13d-41d0-ab64-987caa51f9cd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:00:55.540322"], ["updated_at", "2017-10-25 17:00:55.540322"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1565675916 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1565675916], ["username", "bigbear"], ["access_token", "17369c81645baac7ddda9a1e5763f0b4"], ["uuid", "036b9d43-8e2a-455c-8072-4a3f6c716d8c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:00:55.543405"], ["updated_at", "2017-10-25 17:00:55.543405"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -811169248 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -811169248], ["username", "billy_00"], ["access_token", "f16531ffa522f4c58582cdb56800439b"], ["uuid", "42942180-7fdd-4c5a-8f48-32a68330ff19"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:00:55.546500"], ["updated_at", "2017-10-25 17:00:55.546500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1864025152 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1864025152], ["username", "billy_01"], ["access_token", "c0e94d41a80a895cc14e32768facf693"], ["uuid", "a4a89103-959c-4239-a413-fd9046485f65"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:00:55.549540"], ["updated_at", "2017-10-25 17:00:55.549540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806629 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1806629], ["username", "billy_02"], ["access_token", "86c1a5c8c0a279c7d7d874091975360b"], ["uuid", "6415daf5-4389-4c9f-82d0-1ed4ecbd0a1b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:00:55.552517"], ["updated_at", "2017-10-25 17:00:55.552517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1431687105 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1431687105], ["username", "billy_03"], ["access_token", "45003f8fd5a9119ed8402699200a29d6"], ["uuid", "a58c0e57-aad8-4bdf-ad10-5bb6d7a2de1a"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:00:55.555632"], ["updated_at", "2017-10-25 17:00:55.555632"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -139874077 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -139874077], ["username", "billy_04"], ["access_token", "86f25ad2773c6e93c08d82bce44241e1"], ["uuid", "1bdc02aa-be2c-4898-8a57-509cbf19e53c"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:00:55.558709"], ["updated_at", "2017-10-25 17:00:55.558709"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869486725 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -869486725], ["username", "billy_05"], ["access_token", "541637eb4ef81e104f047ee93d6c499d"], ["uuid", "9772becb-98f0-433f-8615-2fb9bea3deb5"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:00:55.561708"], ["updated_at", "2017-10-25 17:00:55.561708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660193209 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1660193209], ["username", "billy_06"], ["access_token", "ce113de217198f881234b5ac4c97264e"], ["uuid", "f6528092-29e6-4fd4-8c38-9e94c1e7eecb"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:00:55.564802"], ["updated_at", "2017-10-25 17:00:55.564802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -976305067 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -976305067], ["username", "billy_07"], ["access_token", "e7782d0fd42417adf3fbf2ce7d24c9cc"], ["uuid", "d1c5767b-3d40-425e-ad10-95cfce8d3f9c"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:00:55.568309"], ["updated_at", "2017-10-25 17:00:55.568309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -846074556 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -846074556], ["username", "billy_08"], ["access_token", "6db469a13d97477b6a8514e45851922b"], ["uuid", "b9577d8b-f6d1-4059-8b7c-6b01c8e49427"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:00:55.571564"], ["updated_at", "2017-10-25 17:00:55.571564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429932316 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -429932316], ["username", "billy_09"], ["access_token", "ff2675bd762ec95bf72d925fa95f8ed8"], ["uuid", "0ea7e383-143c-405f-93e3-1de5ddd203f2"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:00:55.574569"], ["updated_at", "2017-10-25 17:00:55.574569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -577006270 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -577006270], ["username", "billy_10"], ["access_token", "e49200c88eae55e4b2f9888cdd233325"], ["uuid", "fd7225e6-3f01-4185-bbd2-6787da3c467f"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:00:55.577577"], ["updated_at", "2017-10-25 17:00:55.577577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -103728103 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -103728103], ["username", "billy_11"], ["access_token", "b8de22f8f7d6f998f14cad0450e4b641"], ["uuid", "681a3973-0073-46b7-aab8-311f424fa3ac"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:00:55.580762"], ["updated_at", "2017-10-25 17:00:55.580762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1188737571 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1188737571], ["username", "billy_12"], ["access_token", "630d2bbcd2558bc1dd9c05ffba57c829"], ["uuid", "72c01c25-d4ee-42b7-9cc7-07274be4baaa"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:00:55.584483"], ["updated_at", "2017-10-25 17:00:55.584483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -909284254 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -909284254], ["username", "billy_13"], ["access_token", "3cf610f5f61d4ad5a3fc2826921e86d1"], ["uuid", "c40ff21f-6e57-4df8-8902-7f2acd8a3a8f"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:00:55.587434"], ["updated_at", "2017-10-25 17:00:55.587434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -432988816 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -432988816], ["username", "billy_14"], ["access_token", "b695d63aa7ea5f4c26ae8c1cf38d2b10"], ["uuid", "a08a4222-2f93-4680-994f-9f98631074b1"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:00:55.590364"], ["updated_at", "2017-10-25 17:00:55.590364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -669826857 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -669826857], ["username", "billy_15"], ["access_token", "fe0558fb87061dfb2db96781cdc4ec8c"], ["uuid", "2bff9117-a909-4fdc-a612-97814f1cf7d8"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:00:55.593558"], ["updated_at", "2017-10-25 17:00:55.593558"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1289160125 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1289160125], ["username", "billy_16"], ["access_token", "48dbb4a752cfeba410f994d924ef3c8c"], ["uuid", "9eaeaa19-b607-422c-ada1-753b6431e9c1"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:00:55.596719"], ["updated_at", "2017-10-25 17:00:55.596719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -34388889 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -34388889], ["username", "billy_17"], ["access_token", "97f8f6570635934308436a24211b525e"], ["uuid", "0d5d462f-3ded-41ac-99dc-8f4b30ce5b7c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:00:55.599860"], ["updated_at", "2017-10-25 17:00:55.599860"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1025025616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1025025616], ["username", "billy_18"], ["access_token", "6c879a9717638bc84ce5aaab9da65136"], ["uuid", "bec7cba9-4428-450b-992e-6667183763a1"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:00:55.602896"], ["updated_at", "2017-10-25 17:00:55.602896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1914559071 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1914559071], ["username", "billy_19"], ["access_token", "debd56814158f71adfaf100abcdcdd6a"], ["uuid", "5137a736-a096-4a20-b18c-2ef4cc06bc22"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:00:55.605985"], ["updated_at", "2017-10-25 17:00:55.605985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1427552359 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1427552359], ["username", "billy_20"], ["access_token", "a579e9b526ccd5693bf28348e6a557ca"], ["uuid", "7e6f8473-b7f1-476a-a9c3-2676c10bd2d7"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:00:55.608991"], ["updated_at", "2017-10-25 17:00:55.608991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1130671654 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1130671654], ["username", "billy_21"], ["access_token", "721e5d1b311e9aa577a41292b0d9d804"], ["uuid", "e0a1b6a5-b750-45af-8840-335164f1c54b"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:00:55.611930"], ["updated_at", "2017-10-25 17:00:55.611930"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -389541010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -389541010], ["username", "billy_22"], ["access_token", "81121a9eee42c9b6a3effb5251874596"], ["uuid", "2004a848-d0e0-42f3-b33d-72f372617af0"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:00:55.614968"], ["updated_at", "2017-10-25 17:00:55.614968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -454001212 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -454001212], ["username", "billy_23"], ["access_token", "bfb49831ce6bba60be69904523fa2fab"], ["uuid", "8fcab01b-06f4-428e-a504-8bdddd5d1c35"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:00:55.618053"], ["updated_at", "2017-10-25 17:00:55.618053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -580559915 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -580559915], ["username", "billy_24"], ["access_token", "0987a0bcb7091041d77144b418b99584"], ["uuid", "6d86e653-0b51-483a-bf07-447f6cd942ca"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:00:55.621461"], ["updated_at", "2017-10-25 17:00:55.621461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -571731556 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -571731556], ["username", "billy_25"], ["access_token", "b928b3ef3a2eea6be696650e0a9e5c5f"], ["uuid", "15881f2a-4c0d-4f4b-9a30-338dcb81c038"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:00:55.625394"], ["updated_at", "2017-10-25 17:00:55.625394"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1121785837 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1121785837], ["username", "billy_26"], ["access_token", "1a0261b9adda76f5acde224dc6bbcfa2"], ["uuid", "239dbd2f-cb1d-4e5e-98be-71dd5ac355c8"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:00:55.629310"], ["updated_at", "2017-10-25 17:00:55.629310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1637593675 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1637593675], ["username", "billy_27"], ["access_token", "911e7350d1dc7515dcae3b3ce34a8383"], ["uuid", "79cff10d-0d29-4988-94af-bbcaf0e4df59"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:00:55.632789"], ["updated_at", "2017-10-25 17:00:55.632789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -184087206 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -184087206], ["username", "billy_28"], ["access_token", "e26c312d1a64dc88dd384a6ad1a8e801"], ["uuid", "45e81ac0-139d-4f98-b61a-4b8e1c67d70c"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:00:55.636063"], ["updated_at", "2017-10-25 17:00:55.636063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947144204 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -947144204], ["username", "billy_29"], ["access_token", "a4ff7c6ab5c7fca320b7db9156197dd8"], ["uuid", "123d2cdc-b3e3-400e-b315-c3db8c1afa98"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:00:55.640843"], ["updated_at", "2017-10-25 17:00:55.640843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308240762 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -308240762], ["username", "billy_30"], ["access_token", "87bb9b2d2c85de5007f431353314dbbf"], ["uuid", "87d08e83-89be-4251-870b-e93d069d805e"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:00:55.644677"], ["updated_at", "2017-10-25 17:00:55.644677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195419006 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1195419006], ["username", "billy_31"], ["access_token", "6936c63cb97f5bd30670fe561b870122"], ["uuid", "e50a8899-8708-4292-bb4f-8bfc89eed8c2"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:00:55.647995"], ["updated_at", "2017-10-25 17:00:55.647995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1738746916 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1738746916], ["username", "billy_32"], ["access_token", "5aa2dc38c6386b2aae86e889674110b2"], ["uuid", "d86d270b-77a8-4787-ba57-d9c708689390"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:00:55.651094"], ["updated_at", "2017-10-25 17:00:55.651094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -306252270 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -306252270], ["username", "billy_33"], ["access_token", "b609436be5f14f5d0605e0e3ab7458a8"], ["uuid", "8e4a6a7b-b437-425c-8f09-891484aae4bf"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:00:55.654220"], ["updated_at", "2017-10-25 17:00:55.654220"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1628845850 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1628845850], ["username", "billy_34"], ["access_token", "3ed447b573f675a8f9bbbe175e4acee9"], ["uuid", "3cd2bbe3-2825-4bbc-badd-c7d66f7e5917"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:00:55.657249"], ["updated_at", "2017-10-25 17:00:55.657249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1866370235 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1866370235], ["username", "billy_35"], ["access_token", "e32b8cc5ebe9137e41b3284c089e5ce8"], ["uuid", "84b9b6cc-419a-46f4-922c-eafbb6cba2ca"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:00:55.660389"], ["updated_at", "2017-10-25 17:00:55.660389"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -819825606 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -819825606], ["username", "billy_36"], ["access_token", "f46af343c2927a94b8f5ddcb563beef2"], ["uuid", "8b201f6b-d5e0-421d-be8b-a5a020578984"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:00:55.663533"], ["updated_at", "2017-10-25 17:00:55.663533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2146056583 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2146056583], ["username", "billy_37"], ["access_token", "e3ea9fe6baf7bcb3bb99b3d88a6c93d5"], ["uuid", "733817da-8c91-4b4c-98e7-945b3fd2d6ab"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:00:55.666688"], ["updated_at", "2017-10-25 17:00:55.666688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -234235918 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -234235918], ["username", "billy_38"], ["access_token", "c9575bcb843ea82d9d8817a19d5fdef7"], ["uuid", "9027be2e-44d7-4a32-9845-13e34108bfed"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:00:55.670256"], ["updated_at", "2017-10-25 17:00:55.670256"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178293554 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -178293554], ["username", "billy_39"], ["access_token", "5396fc3fe35c58ad6a5e31054c94843e"], ["uuid", "85643a5a-442b-48b4-b76a-d02bb0af7e77"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:00:55.673409"], ["updated_at", "2017-10-25 17:00:55.673409"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -259252325 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -259252325], ["username", "billy_40"], ["access_token", "2fe59e286de800a259211c86d289fca5"], ["uuid", "32914d61-93b3-4f15-9f7c-cc63c13d2f89"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:00:55.676468"], ["updated_at", "2017-10-25 17:00:55.676468"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1132456069 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1132456069], ["username", "billy_41"], ["access_token", "6c35210afb9c1f1e6b65fd91bcdcfc72"], ["uuid", "862e1663-24d0-4e97-be32-83f87bd65acc"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:00:55.679482"], ["updated_at", "2017-10-25 17:00:55.679482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589113208 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -589113208], ["username", "billy_42"], ["access_token", "42e69dbdb9c6541efa36247af085fb4c"], ["uuid", "c8ee8071-f423-479b-a0e2-313dac3da4ac"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:00:55.682516"], ["updated_at", "2017-10-25 17:00:55.682516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1661505818 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1661505818], ["username", "billy_43"], ["access_token", "b05e6d1a17af1c3f5a75c2aa3b5cce15"], ["uuid", "79272a5a-c348-41d6-b4ae-4d4d6b4d38f8"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:00:55.685665"], ["updated_at", "2017-10-25 17:00:55.685665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1617697221 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1617697221], ["username", "billy_44"], ["access_token", "33c0418dd92068469f7230bc78c38a4b"], ["uuid", "813dcd04-61f9-460b-89ee-505ca7c658df"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:00:55.689429"], ["updated_at", "2017-10-25 17:00:55.689429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -603125810 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -603125810], ["username", "billy_45"], ["access_token", "016a9ec600975b84e944d7eb504f1363"], ["uuid", "5afd522e-8a57-4738-b0f1-677e5ba1d529"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:00:55.693471"], ["updated_at", "2017-10-25 17:00:55.693471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -660980503 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -660980503], ["username", "billy_46"], ["access_token", "58acc3b690d8e5827521f7e2408fddb8"], ["uuid", "502483ad-acdd-4b47-b17c-9e17efe48d72"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:00:55.697127"], ["updated_at", "2017-10-25 17:00:55.697127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -934974466 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -934974466], ["username", "billy_47"], ["access_token", "e5723dfc333ec5e4a404f7a1a44ce46e"], ["uuid", "e90bb00b-2845-4ff6-a4f5-07c961f03090"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:00:55.700366"], ["updated_at", "2017-10-25 17:00:55.700366"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1839304766 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1839304766], ["username", "billy_48"], ["access_token", "2d521cf57c34ee433f3158f401e5db56"], ["uuid", "6fbe6a6d-0c33-46cf-a054-ccd0ab663490"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:00:55.703760"], ["updated_at", "2017-10-25 17:00:55.703760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1906154433 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1906154433], ["username", "billy_49"], ["access_token", "496bb0d5f6f7ff9be188c3a79ecb1534"], ["uuid", "d6b295d1-499c-41bf-ada8-46b0e9a007e1"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:00:55.708948"], ["updated_at", "2017-10-25 17:00:55.708948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "e2400cf2079c00b582d057a2e63bf0cf"], ["uuid", "22a9ace4-f530-4a4a-9ecb-d71aad1f6c04"], ["created_at", "2017-10-25 17:00:55.718440"], ["updated_at", "2017-10-25 17:00:55.718440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 170], ["created_at", "2017-10-25 17:00:55.720578"], ["updated_at", "2017-10-25 17:00:55.720578"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 170]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "7d17dbe3f29a7d792b34e9db450e21f9"], ["uuid", "f19ac899-2860-48e6-b0c1-6c12bf374e65"], ["created_at", "2017-10-25 17:00:56.142321"], ["updated_at", "2017-10-25 17:00:56.142321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 171], ["created_at", "2017-10-25 17:00:56.144461"], ["updated_at", "2017-10-25 17:00:56.144461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "8ba952ced37ba7e2cb07bcc6134b9547"], ["uuid", "203e00c4-af48-4dac-a28c-dc9cafa59a29"], ["created_at", "2017-10-25 17:00:56.579885"], ["updated_at", "2017-10-25 17:00:56.579885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 172], ["created_at", "2017-10-25 17:00:56.582078"], ["updated_at", "2017-10-25 17:00:56.582078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 172]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 172]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 172]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 172]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 172]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "a9b55e3743467999fcbcfb0bf06b1e04"], ["uuid", "458f2d95-31c1-46b6-a8d9-1f7e86ef338f"], ["created_at", "2017-10-25 17:00:57.015440"], ["updated_at", "2017-10-25 17:00:57.015440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 173], ["created_at", "2017-10-25 17:00:57.017760"], ["updated_at", "2017-10-25 17:00:57.017760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 173]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 173]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 173]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "92d035dfcb38b2e791013bd11fc3070f"], ["uuid", "9fb193ab-e557-4642-b2ee-5b4939dead79"], ["created_at", "2017-10-25 17:00:57.427591"], ["updated_at", "2017-10-25 17:00:57.427591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 174], ["created_at", "2017-10-25 17:00:57.429659"], ["updated_at", "2017-10-25 17:00:57.429659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 174]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1333095495 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '19d6301870f1a7ef69e98f4969b52c80' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1333095495], ["username", "19d6301870f1a7ef69e98f4969b52c80"], ["access_token", "93c7823dcb5cdcb038c5956813ef0226"], ["uuid", "8c865750-bdcc-4b45-b8da-4f56487b7978"], ["created_at", "2017-10-25 17:00:57.858165"], ["updated_at", "2017-10-25 17:00:57.858165"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 175) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 175) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-10-25 17:00:57.862523"], ["id", 175]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2143983269 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '577466da557c8f4a61aacf470a04ecfc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2143983269], ["username", "577466da557c8f4a61aacf470a04ecfc"], ["access_token", "b33245c72967145f25cd3e16f8cc8d72"], ["uuid", "b26bdd06-8991-437b-acc7-b522330d8346"], ["created_at", "2017-10-25 17:00:57.867957"], ["updated_at", "2017-10-25 17:00:57.867957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 176) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 176) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-10-25 17:00:57.871168"], ["id", 176]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -201329576 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9c254dbe6e84573852257c30c9807610' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -201329576], ["username", "9c254dbe6e84573852257c30c9807610"], ["access_token", "8d4563df231509902e87a73918580839"], ["uuid", "81830ebb-82a6-41d2-9527-9235e29de21b"], ["created_at", "2017-10-25 17:00:57.875603"], ["updated_at", "2017-10-25 17:00:57.875603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 177) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-10-25 17:00:57.878345"], ["id", 177]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 177) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 177) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-10-25 17:00:57.880988"], ["id", 177]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 177) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 177) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-10-25 17:00:57.883496"], ["id", 177]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1159912460 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '86b66d7d1363a7a50a770ebc3c6accbb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1159912460], ["username", "86b66d7d1363a7a50a770ebc3c6accbb"], ["access_token", "d1ed2909967effa91830d91f57496f62"], ["uuid", "3b0a9463-a2cb-4034-8e7f-498eda2ebdf8"], ["created_at", "2017-10-25 17:00:57.887466"], ["updated_at", "2017-10-25 17:00:57.887466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 178) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 178) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-10-25 17:00:57.890773"], ["id", 178]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -328920911 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '537f5042cdae0a429c163b2ba0bedbd6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -328920911], ["username", "537f5042cdae0a429c163b2ba0bedbd6"], ["access_token", "cc8931c5f3fbcc2cadcaa6c8528f5128"], ["uuid", "a3f1f0ec-5938-4771-a628-a2b332bd2f22"], ["created_at", "2017-10-25 17:00:57.895211"], ["updated_at", "2017-10-25 17:00:57.895211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '537f5042cdae0a429c163b2ba0bedbd6' AND "openstax_accounts_accounts"."id" != 179) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 179) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '537f5042cdae0a429c163b2ba0bedbd6' AND "openstax_accounts_accounts"."id" != 179) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-10-25 17:00:57.898775"], ["id", 179]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a628d82bd666e101ce08194514a9ef53' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2059260753 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '750832c57a90753506e63eb95c86a6fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2059260753], ["username", "750832c57a90753506e63eb95c86a6fd"], ["access_token", "d383b95a013398c3a4f978d0ca83faf8"], ["uuid", "57ed29ff-f1f5-4001-9bd8-ddbe2a764ba5"], ["created_at", "2017-10-25 17:00:57.906142"], ["updated_at", "2017-10-25 17:00:57.906142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668958105 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '750832c57a90753506e63eb95c86a6fd' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1142715994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '81e08b943609c48aff79b23c783f3a76' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1711940518 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -1711940518], ["access_token", "ba63b0d68ca4bd65659defeb2dc16e54"], ["uuid", "cc0df576-afa1-4cb0-b40c-474f6d6c1f30"], ["created_at", "2017-10-25 17:00:57.915224"], ["updated_at", "2017-10-25 17:00:57.915224"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -715824201 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -715824201], ["access_token", "3ab37521793eec2cea1b4632656d7f92"], ["uuid", "791803b7-ad47-4e5e-b8c6-783077f597a1"], ["created_at", "2017-10-25 17:00:57.919152"], ["updated_at", "2017-10-25 17:00:57.919152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -687266303 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '24ddbbb1bb01804ead50d3c35baa051e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -687266303], ["username", "24ddbbb1bb01804ead50d3c35baa051e"], ["access_token", "b05af23c87f74845ed231fe97b07a298"], ["uuid", "d9753b52-69aa-4f74-96bf-9409239f96d8"], ["created_at", "2017-10-25 17:00:57.933003"], ["updated_at", "2017-10-25 17:00:57.933003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -687266303 AND "openstax_accounts_accounts"."id" != 183) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "96378596da953b5b128b20f6ec5f8dc5"], ["uuid", "3e1f539a-c432-431f-a6c1-a6d085c4ce51"], ["created_at", "2017-10-25 17:00:57.939217"], ["updated_at", "2017-10-25 17:00:57.939217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 184]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:50357/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "fdac402dd653b785de41d9d8d4c4e49e"], ["uuid", "c6b2ee05-4a53-4b68-9788-2491da6693ed"], ["created_at", "2017-10-25 17:00:57.949953"], ["updated_at", "2017-10-25 17:00:57.949953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "97326fe0b65ee20a687f6fb8ad7029b9"], ["uuid", "b07259b7-951a-45e2-aeb5-80f53f7b1220"], ["created_at", "2017-10-25 17:00:57.961946"], ["updated_at", "2017-10-25 17:00:57.961946"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "79093ea8c9c384db75e3973be8172231"], ["uuid", "7a0e1e4b-8310-4f39-8d8c-5f2e37ca0133"], ["created_at", "2017-10-25 17:00:57.976380"], ["updated_at", "2017-10-25 17:00:57.976380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ab70257a7acaaec8681a9f3363e57b4f"], ["uuid", "210ed1b5-7856-431f-9b21-8e04ef4a652d"], ["created_at", "2017-10-25 17:00:57.986201"], ["updated_at", "2017-10-25 17:00:57.986201"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "59f405658edfe7fdcade11e2e8ae00bb"], ["uuid", "12d9b097-2ebb-4c3f-8b51-d5009f482c38"], ["created_at", "2017-10-25 17:00:57.991038"], ["updated_at", "2017-10-25 17:00:57.991038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ba07e330cfd2086e9ca1e5255a486213"], ["uuid", "0f903fc9-d7a9-4de5-b7a3-df2148e92510"], ["created_at", "2017-10-25 17:00:58.002900"], ["updated_at", "2017-10-25 17:00:58.002900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 190]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:00:58.013269"], ["updated_at", "2017-10-25 17:00:58.013269"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:01:00 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-10-25 12:01:02 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -89580216 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '576aa5a936ce3e3498046c20ec3c7052' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -89580216], ["username", "576aa5a936ce3e3498046c20ec3c7052"], ["access_token", "a9eb854e7e0b86e690b42b6e16e7af1e"], ["uuid", "30665d4b-d3a9-473a-a452-cc9c1ae19788"], ["created_at", "2017-10-25 17:01:02.108369"], ["updated_at", "2017-10-25 17:01:02.108369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -652271919 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -652271919], ["name", "MyGroup"], ["created_at", "2017-10-25 17:01:02.120987"], ["updated_at", "2017-10-25 17:01:02.120987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1766417555 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2a45600271cd916eb26bb5c7b96c3f9e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1766417555], ["username", "2a45600271cd916eb26bb5c7b96c3f9e"], ["access_token", "cbd3430b6ce8ee2d9d5f00463b2e7952"], ["uuid", "286a84da-2390-4d24-b9ff-c569e784fecd"], ["created_at", "2017-10-25 17:01:02.125622"], ["updated_at", "2017-10-25 17:01:02.125622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-652271919/members/-1766417555" for 127.0.0.1 at 2017-10-25 12:01:04 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-652271919", "user_id"=>"-1766417555", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1856031141 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '166699542b7f9363b0e288e7cf528813' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1856031141], ["username", "166699542b7f9363b0e288e7cf528813"], ["access_token", "a9937c998eb67f5c1e29c9200ef370b7"], ["uuid", "fd4d4482-dee2-4367-b75e-47183a24eed4"], ["created_at", "2017-10-25 17:01:04.152186"], ["updated_at", "2017-10-25 17:01:04.152186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -366117214 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -366117214], ["name", "MyGroup"], ["created_at", "2017-10-25 17:01:04.155143"], ["updated_at", "2017-10-25 17:01:04.155143"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674894776 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e1b18d897f9b77f2c6a1f55fceab77ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -674894776], ["username", "e1b18d897f9b77f2c6a1f55fceab77ed"], ["access_token", "fc2d605197f1198f726e355d668a4ee8"], ["uuid", "eaade1bf-fe27-483b-9855-d3920ca6f44c"], ["created_at", "2017-10-25 17:01:04.158367"], ["updated_at", "2017-10-25 17:01:04.158367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 195 AND "openstax_accounts_group_members"."group_id" = -366117214) LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -366117214], ["user_id", -674894776], ["created_at", "2017-10-25 17:01:04.162155"], ["updated_at", "2017-10-25 17:01:04.162155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-366117214/members/-674894776" for 127.0.0.1 at 2017-10-25 12:01:06 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-366117214", "user_id"=>"-674894776", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1057279924 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '31b515c8435e3d3bd53cc56f86e0b729' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1057279924], ["username", "31b515c8435e3d3bd53cc56f86e0b729"], ["access_token", "2cc96a9621f6d8a37a2f9023933fee7a"], ["uuid", "bb3e2426-78d0-4be5-9b03-f27e2020f999"], ["created_at", "2017-10-25 17:01:06.186938"], ["updated_at", "2017-10-25 17:01:06.186938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -348339317 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -348339317], ["name", "MyGroup"], ["created_at", "2017-10-25 17:01:06.199240"], ["updated_at", "2017-10-25 17:01:06.199240"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1146267976 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd874ef5c81361dbf8811d5c1c03b3d79' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1146267976], ["username", "d874ef5c81361dbf8811d5c1c03b3d79"], ["access_token", "418b52c98999d414492290b6e04f3ba3"], ["uuid", "0ddf1446-8ad4-49b6-a49f-7985e1e8fa01"], ["created_at", "2017-10-25 17:01:06.203928"], ["updated_at", "2017-10-25 17:01:06.203928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 197 AND "openstax_accounts_group_owners"."group_id" = -348339317) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -348339317], ["user_id", -1146267976], ["created_at", "2017-10-25 17:01:06.208316"], ["updated_at", "2017-10-25 17:01:06.208316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-348339317/owners/-1146267976" for 127.0.0.1 at 2017-10-25 12:01:08 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-348339317", "user_id"=>"-1146267976", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -584784835 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4ed9f9615caef5474a7e7098b00e01f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -584784835], ["username", "4ed9f9615caef5474a7e7098b00e01f2"], ["access_token", "08265b46ed88df613ffe84910a98dac7"], ["uuid", "0d7207f8-c1da-44c3-9012-d160ae8518ed"], ["created_at", "2017-10-25 17:01:08.234852"], ["updated_at", "2017-10-25 17:01:08.234852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1126500382 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1126500382], ["name", "MyGroup"], ["created_at", "2017-10-25 17:01:08.238108"], ["updated_at", "2017-10-25 17:01:08.238108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2138733360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c99fe9e977effe134aabea4473a54522' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2138733360], ["username", "c99fe9e977effe134aabea4473a54522"], ["access_token", "d2f98f1ace885813aa77ddbd91ab1d60"], ["uuid", "74d92b8f-0efc-4e0c-be14-77f9619a3e5f"], ["created_at", "2017-10-25 17:01:08.241403"], ["updated_at", "2017-10-25 17:01:08.241403"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1126500382/owners/-2138733360" for 127.0.0.1 at 2017-10-25 12:01:10 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1126500382", "user_id"=>"-2138733360", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:01:10.265757"], ["updated_at", "2017-10-25 17:01:10.265757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:01:12 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2017-10-25 12:01:14 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:01:14.314997"], ["updated_at", "2017-10-25 17:01:14.314997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:01:16 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:01:18 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:01:18.360208"], ["updated_at", "2017-10-25 17:01:18.360208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:01:20 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:01:22 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:01:22.404468"], ["updated_at", "2017-10-25 17:01:22.404468"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:01:24 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2017-10-25 12:01:26 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -309319838 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ed3632efe40883643014110ab1621fc8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -309319838], ["username", "ed3632efe40883643014110ab1621fc8"], ["access_token", "0803dd72ea3bfb999609da744e95c21d"], ["uuid", "32b74d33-1cf2-47d7-b134-fac192d90a9e"], ["created_at", "2017-10-25 17:01:26.447130"], ["updated_at", "2017-10-25 17:01:26.447130"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:01:28 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-10-25 12:01:30 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -857524560 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a7317dbbf570f8567b1841b3bca87062' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -857524560], ["username", "a7317dbbf570f8567b1841b3bca87062"], ["access_token", "347f2c75c672429362d9df86fb32a88e"], ["uuid", "8a22665d-0c0c-46a2-9c61-49784aed0e64"], ["created_at", "2017-10-25 17:01:30.495871"], ["updated_at", "2017-10-25 17:01:30.495871"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:01:32 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-10-25 12:01:34 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2011347139 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ba73e0a0e1bc3f12378d2a24391b2588' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2011347139], ["username", "ba73e0a0e1bc3f12378d2a24391b2588"], ["access_token", "c83dffbda2c2a5c9608ec8d7e3d55e90"], ["uuid", "0c3cc897-603e-4c1e-b231-58a589c14e91"], ["created_at", "2017-10-25 17:01:34.540633"], ["updated_at", "2017-10-25 17:01:34.540633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:01:36 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-10-25 12:01:38 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -804775802 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ec4d990e2fe94ea8b9adfcd5c41d9e7b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -804775802], ["username", "ec4d990e2fe94ea8b9adfcd5c41d9e7b"], ["access_token", "ef5fd5ccfdd338250742e573081989b6"], ["uuid", "08896377-5bd0-4799-ac42-2a28a3bd52b9"], ["created_at", "2017-10-25 17:01:38.582597"], ["updated_at", "2017-10-25 17:01:38.582597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-10-25 12:01:40 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"ec4d990e2fe94ea8b9adfcd5c41d9e7b", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"ec4d990e2fe94ea8b9adfcd5c41d9e7b", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -337756994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd081d1eea283a5447f4fa50b5077d5fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -337756994], ["username", "d081d1eea283a5447f4fa50b5077d5fd"], ["access_token", "00d71644ee3178b283d7e4655a7aa106"], ["uuid", "010ad1cf-18ec-4e1c-8d21-6ec4b5178a6a"], ["created_at", "2017-10-25 17:01:40.605914"], ["updated_at", "2017-10-25 17:01:40.605914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1152955552 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1152955552], ["name", "MyGroup"], ["created_at", "2017-10-25 17:01:40.613292"], ["updated_at", "2017-10-25 17:01:40.613292"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1488550235 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1488550235], ["name", "MyGroup"], ["created_at", "2017-10-25 17:01:40.615942"], ["updated_at", "2017-10-25 17:01:40.615942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1152955552/nestings/-1488550235" for 127.0.0.1 at 2017-10-25 12:01:42 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1152955552", "member_group_id"=>"-1488550235", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -864857596 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a4094c6aa4428d05cc8c0d72ef9be370' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -864857596], ["username", "a4094c6aa4428d05cc8c0d72ef9be370"], ["access_token", "5a1fafc040b15dd73d19fbecac489d1d"], ["uuid", "8ab1826d-250b-40fe-88cb-5f24a4c1b861"], ["created_at", "2017-10-25 17:01:42.645057"], ["updated_at", "2017-10-25 17:01:42.645057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -115509391 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -115509391], ["name", "MyGroup"], ["created_at", "2017-10-25 17:01:42.648125"], ["updated_at", "2017-10-25 17:01:42.648125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1163286672 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1163286672], ["name", "MyGroup"], ["created_at", "2017-10-25 17:01:42.650563"], ["updated_at", "2017-10-25 17:01:42.650563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 13 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1272155579 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ddf781ea3b4e84abea60532e9985f4db' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1272155579], ["username", "ddf781ea3b4e84abea60532e9985f4db"], ["access_token", "871836ad11a60607f2de13072e28059d"], ["uuid", "2468e4a6-2b96-4c95-86e8-2df780d4f394"], ["created_at", "2017-10-25 17:01:42.659206"], ["updated_at", "2017-10-25 17:01:42.659206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1395181112 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1395181112], ["name", "MyGroup"], ["created_at", "2017-10-25 17:01:42.669940"], ["updated_at", "2017-10-25 17:01:42.669940"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1395181112 AND "openstax_accounts_groups"."id" != 14) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1395181112" for 127.0.0.1 at 2017-10-25 12:01:44 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1395181112", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -527787633 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '75525c8c4e4967ae759d7944a103cc4b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -527787633], ["username", "75525c8c4e4967ae759d7944a103cc4b"], ["access_token", "3c41feb9b78746720ce3267ab45e38e3"], ["uuid", "4db2de0b-e4cb-4545-bf14-9da7400d3acb"], ["created_at", "2017-10-25 17:01:44.697237"], ["updated_at", "2017-10-25 17:01:44.697237"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -835737403 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -835737403], ["name", "MyGroup"], ["created_at", "2017-10-25 17:01:44.700185"], ["updated_at", "2017-10-25 17:01:44.700185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -835737403 AND "openstax_accounts_groups"."id" != 15) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-835737403" for 127.0.0.1 at 2017-10-25 12:01:46 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-835737403", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1729679908 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b8fcdf725aec99715ccea38e75159250' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1729679908], ["username", "b8fcdf725aec99715ccea38e75159250"], ["access_token", "6aa6cfae10174f9101646171d537577a"], ["uuid", "321a321a-65d8-4e64-9de0-1b3099bcc046"], ["created_at", "2017-10-25 17:01:46.725181"], ["updated_at", "2017-10-25 17:01:46.725181"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1891083943 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1891083943], ["name", "MyGroup"], ["created_at", "2017-10-25 17:01:46.727938"], ["updated_at", "2017-10-25 17:01:46.727938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-10-25 12:01:48 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:01:48.751543"], ["updated_at", "2017-10-25 17:01:48.751543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:01:50 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-10-25 12:01:52 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:01:52.815363"], ["updated_at", "2017-10-25 17:01:52.815363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:01:54 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-10-25 12:01:56 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "4e28b9"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4e28b9' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "salesforce_contact_id", "faculty_status", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["openstax_uid", 1], ["username", "4e28b9"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["salesforce_contact_id", "b0b"], ["faculty_status", 3], ["role", 2], ["uuid", nil], ["created_at", "2017-10-25 17:01:56.867161"], ["updated_at", "2017-10-25 17:01:56.867161"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "479ba8"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '479ba8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 18], ["username", "479ba8"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["created_at", "2017-10-25 17:01:56.887418"], ["updated_at", "2017-10-25 17:01:56.887418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["created_at", "2017-10-25 17:01:56.899707"], ["updated_at", "2017-10-25 17:01:56.899707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["created_at", "2017-10-25 17:01:56.917088"], ["updated_at", "2017-10-25 17:01:56.917088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -614919702 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8a84ee4b32004e877667fbdc06bff781' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -614919702], ["username", "8a84ee4b32004e877667fbdc06bff781"], ["access_token", "3df00222d21dba0370a06952eb232b62"], ["uuid", "d7fdb96b-1e77-446f-8c45-8219972b7c89"], ["created_at", "2017-10-25 17:01:56.922592"], ["updated_at", "2017-10-25 17:01:56.922592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 219 AND "openstax_accounts_group_owners"."group_id" = -1641369780) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -1641369780]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 219 AND "openstax_accounts_group_owners"."group_id" = -1641369780) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1641369780 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1641369780], ["created_at", "2017-10-25 17:01:56.943002"], ["updated_at", "2017-10-25 17:01:56.943002"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 219 AND "openstax_accounts_group_owners"."group_id" = -1641369780) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1641369780], ["user_id", -614919702], ["created_at", "2017-10-25 17:01:56.946226"], ["updated_at", "2017-10-25 17:01:56.946226"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1641369780]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -1641369780]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["created_at", "2017-10-25 17:01:56.964920"], ["updated_at", "2017-10-25 17:01:56.964920"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2017-10-25 17:01:56.968350"], ["updated_at", "2017-10-25 17:01:56.968350"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["username", "u"], ["openstax_uid", 2], ["created_at", "2017-10-25 17:01:56.981179"], ["updated_at", "2017-10-25 17:01:56.981179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:01:59 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:02:01 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 222) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 222) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "role" = $3, "updated_at" = $4 WHERE "openstax_accounts_accounts"."id" = $5 [["username", "user"], ["uuid", "booyah"], ["role", 2], ["updated_at", "2017-10-25 17:02:01.035157"], ["id", 222]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2017-10-25 17:02:01.039434"], ["updated_at", "2017-10-25 17:02:01.039434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:02:03 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:02:05 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:02:07 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:02:09 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 222) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 222) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 223) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 223) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:02:11 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:02:13 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1554763649 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1554763649], ["username", "jstrav"], ["access_token", "a77887fe4159ffef1319b7407fec4260"], ["uuid", "c2d52c14-d71b-4a61-ad3a-99f952d9178b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:13.200972"], ["updated_at", "2017-10-25 17:02:13.200972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1679423682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1679423682], ["username", "mary"], ["access_token", "d0af3535b0514aabf0c4e4c9f1f0cf7e"], ["uuid", "2f88cfe8-1eb8-4bd8-9f75-4fdbc3037b7e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:13.204378"], ["updated_at", "2017-10-25 17:02:13.204378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1228583967 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1228583967], ["username", "jstead"], ["access_token", "c60aaaffe88e511edf6f8206f19ff27f"], ["uuid", "66d2e829-63a2-434b-b67c-d08c368fd5f5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:13.207424"], ["updated_at", "2017-10-25 17:02:13.207424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1139501338 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1139501338], ["username", "bigbear"], ["access_token", "f90b9f6d8ec2c074b8e7f076ae031fc4"], ["uuid", "887eec82-365f-4c9c-b6ca-b36bb538e082"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:13.211285"], ["updated_at", "2017-10-25 17:02:13.211285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1824053000 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1824053000], ["username", "billy_00"], ["access_token", "6509559cd35a04a091b7ae7b20c0944c"], ["uuid", "749315c6-e9d9-419e-8095-26fc010d2d87"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:02:13.214937"], ["updated_at", "2017-10-25 17:02:13.214937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -887606136 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -887606136], ["username", "billy_01"], ["access_token", "84b4be418900ddc2e5d73f9b22d569fc"], ["uuid", "ae6cab41-2f99-4894-91a1-94502ee2c412"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:02:13.219127"], ["updated_at", "2017-10-25 17:02:13.219127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -821875518 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -821875518], ["username", "billy_02"], ["access_token", "716f4e1f2a8f0afded66f8cbf260ed2b"], ["uuid", "9cc2d5c8-ad81-4bd9-8ec7-a98a04f0bbe9"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:02:13.222435"], ["updated_at", "2017-10-25 17:02:13.222435"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1707127922 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1707127922], ["username", "billy_03"], ["access_token", "7b202b718cdddd117dde2ff28e44706c"], ["uuid", "9986d1ba-6443-44c6-9a73-337e389b3a20"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:02:13.225816"], ["updated_at", "2017-10-25 17:02:13.225816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -454926892 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -454926892], ["username", "billy_04"], ["access_token", "5325fae5f4380113cb6e0eb8c0c078d4"], ["uuid", "deae7979-a81f-46aa-892c-f013982e1941"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:02:13.230002"], ["updated_at", "2017-10-25 17:02:13.230002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1729771397 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1729771397], ["username", "billy_05"], ["access_token", "94c4a7473a65582820742ab12be0d80e"], ["uuid", "01ea0a3e-0636-436d-9a14-d7ca26dfde67"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:02:13.234065"], ["updated_at", "2017-10-25 17:02:13.234065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1314681572 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1314681572], ["username", "billy_06"], ["access_token", "dbd46cacc6b2a1e5a74d090d55c89094"], ["uuid", "f578acbb-888f-43c8-9e80-ac2625bb1429"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:02:13.237831"], ["updated_at", "2017-10-25 17:02:13.237831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1745867425 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1745867425], ["username", "billy_07"], ["access_token", "04adf870699d625610150b68319980f7"], ["uuid", "9406fbd1-fba5-4b00-9103-de19ef3edcfe"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:02:13.241093"], ["updated_at", "2017-10-25 17:02:13.241093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1179895693 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1179895693], ["username", "billy_08"], ["access_token", "e3cf13548cd7a2c33d604baf1e2bba71"], ["uuid", "1cbf9422-ce3c-4b08-bbec-8eed4ef29ba7"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:02:13.244588"], ["updated_at", "2017-10-25 17:02:13.244588"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2046532292 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2046532292], ["username", "billy_09"], ["access_token", "825dec6f7a1e76492e3d3c40c99f35ac"], ["uuid", "f4d93131-a9ec-441a-84ff-5636d5df5928"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:02:13.247711"], ["updated_at", "2017-10-25 17:02:13.247711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581987777 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1581987777], ["username", "billy_10"], ["access_token", "2702bdebae6d158b160e2ae1e5382ab3"], ["uuid", "d56077ae-63aa-4a98-befc-b8b678c2375c"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:02:13.251147"], ["updated_at", "2017-10-25 17:02:13.251147"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1214204001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1214204001], ["username", "billy_11"], ["access_token", "8cb54c7b115c7558ee35ceb3f5ebf807"], ["uuid", "1f2522bd-0650-475c-affe-429c105b9d53"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:02:13.254170"], ["updated_at", "2017-10-25 17:02:13.254170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1081167956 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1081167956], ["username", "billy_12"], ["access_token", "182626826b807181c44d45a0da911c54"], ["uuid", "f3e98ef3-410d-4562-bb16-9a12a61d173e"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:02:13.257769"], ["updated_at", "2017-10-25 17:02:13.257769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -915362762 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -915362762], ["username", "billy_13"], ["access_token", "38d3317501ebb1cf0f4a768b71bc524b"], ["uuid", "84a6200d-43e5-468c-b01c-b03f19540fcb"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:02:13.261716"], ["updated_at", "2017-10-25 17:02:13.261716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1747757711 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1747757711], ["username", "billy_14"], ["access_token", "980b906c5161076bb8f0dd863008c81f"], ["uuid", "632329bc-ec8c-407e-9c8c-d48d2c89bd5e"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:02:13.265184"], ["updated_at", "2017-10-25 17:02:13.265184"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1160856335 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1160856335], ["username", "billy_15"], ["access_token", "4d98e9bf609b4ebbbb07238cffac600c"], ["uuid", "2c87e0b1-f428-48f1-a6a3-62fb32846add"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:02:13.268277"], ["updated_at", "2017-10-25 17:02:13.268277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1529806820 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1529806820], ["username", "billy_16"], ["access_token", "88f1d06bdbbc961a0aeab5794ec04589"], ["uuid", "32605fa9-12a4-437f-bd37-c7f5adf395d5"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:02:13.271434"], ["updated_at", "2017-10-25 17:02:13.271434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1458011528 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1458011528], ["username", "billy_17"], ["access_token", "6b29d61469e915724081633423e9f202"], ["uuid", "599481ec-b9dd-4269-9e0a-ba3bcd03d973"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:02:13.274379"], ["updated_at", "2017-10-25 17:02:13.274379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -976627863 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -976627863], ["username", "billy_18"], ["access_token", "ef28747ee636cebbb6c4f73552bdec35"], ["uuid", "50888b63-1e31-4a8a-a288-704776ce4b24"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:02:13.277495"], ["updated_at", "2017-10-25 17:02:13.277495"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581981589 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1581981589], ["username", "billy_19"], ["access_token", "7265067b22ca00997842696bbfd05766"], ["uuid", "95767467-813b-42b9-864c-20ab3d00a3d8"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:02:13.281454"], ["updated_at", "2017-10-25 17:02:13.281454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396707237 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -396707237], ["username", "billy_20"], ["access_token", "c4a05babc660a55eeace3f456ae2bfdb"], ["uuid", "7fd268b6-118c-4fe2-b973-d6bedd7f3263"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:02:13.285499"], ["updated_at", "2017-10-25 17:02:13.285499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -355860633 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -355860633], ["username", "billy_21"], ["access_token", "7758ad8566d9db961a6b453a9963b92d"], ["uuid", "5d498ce4-e5b9-4b94-b0bc-e8db28e6cacf"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:02:13.288913"], ["updated_at", "2017-10-25 17:02:13.288913"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -238449230 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -238449230], ["username", "billy_22"], ["access_token", "66a7261f17ec3113582309ec56668499"], ["uuid", "bd144978-0815-4243-8c6f-9b59254584af"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:02:13.292540"], ["updated_at", "2017-10-25 17:02:13.292540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2068414864 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2068414864], ["username", "billy_23"], ["access_token", "2716bcf5ec8839d2b62d82ec87791088"], ["uuid", "caa329ed-aa59-44a0-9e87-ee87357b25aa"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:02:13.296614"], ["updated_at", "2017-10-25 17:02:13.296614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1487354448 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1487354448], ["username", "billy_24"], ["access_token", "b633f3d88ea48602d3e3199e2af57942"], ["uuid", "3092b12c-1da7-49de-a226-4560715b543d"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:02:13.299679"], ["updated_at", "2017-10-25 17:02:13.299679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1710683631 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1710683631], ["username", "billy_25"], ["access_token", "6a77416506ce03448afeed01d20b705e"], ["uuid", "387d91e1-3b0e-4acb-96ad-a467e68baf20"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:02:13.302604"], ["updated_at", "2017-10-25 17:02:13.302604"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1197123201 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1197123201], ["username", "billy_26"], ["access_token", "dc2ae43105e587aaeec44b96f8fad213"], ["uuid", "32387e00-f942-4d2c-9507-b0bbf209f64e"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:02:13.305520"], ["updated_at", "2017-10-25 17:02:13.305520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956153682 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -956153682], ["username", "billy_27"], ["access_token", "9298fbe8915ebc70cc68a1bd0a24c9f3"], ["uuid", "475b54d5-bb8b-4873-b0eb-a748cec9f04a"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:02:13.309010"], ["updated_at", "2017-10-25 17:02:13.309010"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236232853 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -236232853], ["username", "billy_28"], ["access_token", "6a0e43620978e62ffeb1c2bc139bfcaf"], ["uuid", "d42f3b22-3788-4398-9bd8-7ca8218d6a58"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:02:13.312953"], ["updated_at", "2017-10-25 17:02:13.312953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2071482133 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2071482133], ["username", "billy_29"], ["access_token", "75c7bc33dfdf82da6c42e44beb89ae29"], ["uuid", "cd238317-e713-4956-8b31-9b15e334764d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:02:13.316232"], ["updated_at", "2017-10-25 17:02:13.316232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -352086643 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -352086643], ["username", "billy_30"], ["access_token", "d7af82ee67cb3429a577ae0bcb1c43b1"], ["uuid", "275ec4eb-ba54-4129-8de2-944108c08acd"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:02:13.319603"], ["updated_at", "2017-10-25 17:02:13.319603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1629636941 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1629636941], ["username", "billy_31"], ["access_token", "abcb3da6b45c37689a734334169412f4"], ["uuid", "317b4711-866b-4775-8c97-fb445477065d"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:02:13.322997"], ["updated_at", "2017-10-25 17:02:13.322997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1413726902 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1413726902], ["username", "billy_32"], ["access_token", "21fad8eaad8acd9c600267eff4bc2a0f"], ["uuid", "d8286d29-79d3-4ea1-96a4-fc819f18e79a"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:02:13.326051"], ["updated_at", "2017-10-25 17:02:13.326051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1127301498 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1127301498], ["username", "billy_33"], ["access_token", "515db88340de92e888777305017ea0b7"], ["uuid", "344405fd-8960-4028-8c1c-e0d5498a96d4"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:02:13.329047"], ["updated_at", "2017-10-25 17:02:13.329047"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1015054934 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1015054934], ["username", "billy_34"], ["access_token", "0e6d32b3ffd968151d531f5bde42f579"], ["uuid", "26fc28b9-69cf-4a71-8dea-142b1ccd53f7"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:02:13.331970"], ["updated_at", "2017-10-25 17:02:13.331970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1704355647 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1704355647], ["username", "billy_35"], ["access_token", "0970ae0a68a3e0583985505eee859ab8"], ["uuid", "2421233f-6000-4d51-a526-b7cf6c13777b"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:02:13.334952"], ["updated_at", "2017-10-25 17:02:13.334952"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -590417264 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -590417264], ["username", "billy_36"], ["access_token", "cef43912f58d356a42008605afe2a3f6"], ["uuid", "9d1ccbfa-73b8-4932-b5da-508f4d1ca753"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:02:13.337856"], ["updated_at", "2017-10-25 17:02:13.337856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1336860356 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1336860356], ["username", "billy_37"], ["access_token", "b2dbab1dbe781d88ef7d9450023357ef"], ["uuid", "ea6be860-9810-4f14-a404-b76bd6486762"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:02:13.340965"], ["updated_at", "2017-10-25 17:02:13.340965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2069086648 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2069086648], ["username", "billy_38"], ["access_token", "2118c92ca95f5ef7e0e3aa3acaa7d6c8"], ["uuid", "e34edcd0-c88d-4a80-883b-030aaf543495"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:02:13.344038"], ["updated_at", "2017-10-25 17:02:13.344038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088245089 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1088245089], ["username", "billy_39"], ["access_token", "0a4be84d57a3038b3982033d60c6cb07"], ["uuid", "a4000c2d-bfe4-486f-b7f9-315fb5277dd2"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:02:13.347075"], ["updated_at", "2017-10-25 17:02:13.347075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1658063566 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1658063566], ["username", "billy_40"], ["access_token", "dade0424f2fe17a28962aa2fd7734b6d"], ["uuid", "f09ae4e4-5340-461a-b57a-e7603e13e26e"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:02:13.350095"], ["updated_at", "2017-10-25 17:02:13.350095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1613600693 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1613600693], ["username", "billy_41"], ["access_token", "4e841173d88db2c4e109f0f3c467d8af"], ["uuid", "2294ee58-9641-4455-b341-a6c6c228fa1c"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:02:13.353073"], ["updated_at", "2017-10-25 17:02:13.353073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -214322166 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -214322166], ["username", "billy_42"], ["access_token", "b97e7b8a8045595bed3da1a1853324bb"], ["uuid", "7d51c4c7-d3fe-4dc5-bf60-ed2cf10bf7be"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:02:13.356077"], ["updated_at", "2017-10-25 17:02:13.356077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789388028 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -789388028], ["username", "billy_43"], ["access_token", "4092c226b8cbac9b311fb02908f34a6d"], ["uuid", "e3868f83-30fb-4b10-82c5-09e410f34df5"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:02:13.360929"], ["updated_at", "2017-10-25 17:02:13.360929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222824502 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1222824502], ["username", "billy_44"], ["access_token", "e3c109fdac399d2e44cb173e6b6b2d9f"], ["uuid", "6802d9b3-cf0b-489c-ae3d-bb316ecfe43d"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:02:13.365236"], ["updated_at", "2017-10-25 17:02:13.365236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1435845213 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1435845213], ["username", "billy_45"], ["access_token", "19429a617e6db4c1d0375551749f5235"], ["uuid", "a2c8fb96-cdfc-459e-916f-4c3ed1338a34"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:02:13.368989"], ["updated_at", "2017-10-25 17:02:13.368989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1681317737 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1681317737], ["username", "billy_46"], ["access_token", "fa5dd51c1ac5b4217c8393a8a65b0105"], ["uuid", "b3699916-bffe-43f2-a985-d3edaee42bad"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:02:13.372255"], ["updated_at", "2017-10-25 17:02:13.372255"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1664672888 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1664672888], ["username", "billy_47"], ["access_token", "d8fcde775df9549c1c3036fa03c669f8"], ["uuid", "1ebdcd60-f747-44f1-a0a7-5e0614dbb69c"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:02:13.375623"], ["updated_at", "2017-10-25 17:02:13.375623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2011268451 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2011268451], ["username", "billy_48"], ["access_token", "beb5a0accbee59b1ef40d07cf36b8d8f"], ["uuid", "ebc9ae52-2077-4e20-b1a9-4eeaca463212"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:02:13.378737"], ["updated_at", "2017-10-25 17:02:13.378737"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409251147 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1409251147], ["username", "billy_49"], ["access_token", "d0a87d7f6acb2b17c433501e73b191b1"], ["uuid", "aae0f6be-c687-477d-9839-83a554b69342"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:02:13.382068"], ["updated_at", "2017-10-25 17:02:13.382068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.8ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1979197419 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1979197419], ["username", "jstrav"], ["access_token", "97915fede30d669001e767c096b5f743"], ["uuid", "1c2bf90b-df2f-4508-970b-715333fb9023"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:13.394329"], ["updated_at", "2017-10-25 17:02:13.394329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262523938 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -262523938], ["username", "mary"], ["access_token", "3289d4d45a634ff62215b11097877503"], ["uuid", "96a683f0-cb4a-45c1-b2b0-bb5908f44d54"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:13.398275"], ["updated_at", "2017-10-25 17:02:13.398275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29853468 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -29853468], ["username", "jstead"], ["access_token", "4bfb04782f84109fb39a421e7f48e519"], ["uuid", "6e7a74ce-b723-47d5-ac68-35655763ae6f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:13.401492"], ["updated_at", "2017-10-25 17:02:13.401492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1483929468 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1483929468], ["username", "bigbear"], ["access_token", "947ab733fe8fcd89eada6d76b21901bf"], ["uuid", "24dfcf86-3f66-4e66-a88e-445748d78ad4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:13.404482"], ["updated_at", "2017-10-25 17:02:13.404482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -580268911 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -580268911], ["username", "billy_00"], ["access_token", "598c45bb76978ee9857d4b838636783a"], ["uuid", "b6a76a66-adb4-4ae5-bdfe-7c21cf58fcd7"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:02:13.407692"], ["updated_at", "2017-10-25 17:02:13.407692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530948614 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1530948614], ["username", "billy_01"], ["access_token", "247b467186ad068be8f825af6e4b763e"], ["uuid", "83539ddb-246a-4e87-b5a3-6d362ecabe9d"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:02:13.411117"], ["updated_at", "2017-10-25 17:02:13.411117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -934421704 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -934421704], ["username", "billy_02"], ["access_token", "b956586c4b13acae0009362714920227"], ["uuid", "caf3eff6-107f-4df0-84f9-65f8c1e6f88e"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:02:13.414785"], ["updated_at", "2017-10-25 17:02:13.414785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1157265741 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1157265741], ["username", "billy_03"], ["access_token", "272e253d5e0fa1467066327408489960"], ["uuid", "3c77b6f8-6a5a-4406-b894-29aaf722a79d"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:02:13.418194"], ["updated_at", "2017-10-25 17:02:13.418194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -173167204 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -173167204], ["username", "billy_04"], ["access_token", "1e7457ae11b76c37ac47701fa8345850"], ["uuid", "6345210d-4da7-4a80-bc3d-72ab2bc40a13"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:02:13.421644"], ["updated_at", "2017-10-25 17:02:13.421644"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1811413531 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1811413531], ["username", "billy_05"], ["access_token", "c3c7951af0bfa8518d7c36b356b8c1e6"], ["uuid", "9643f394-0524-4ce6-9d37-e5dc807fb097"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:02:13.425084"], ["updated_at", "2017-10-25 17:02:13.425084"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997686912 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1997686912], ["username", "billy_06"], ["access_token", "ed111fd4bae7b324450c960a1bcd598c"], ["uuid", "c5ae866c-f132-4671-b822-202429836443"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:02:13.429128"], ["updated_at", "2017-10-25 17:02:13.429128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1035926039 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1035926039], ["username", "billy_07"], ["access_token", "563d90f1790356616bd74ae9104ae7c8"], ["uuid", "7ece8269-00d8-454e-9e2b-62fbaa1787d7"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:02:13.432297"], ["updated_at", "2017-10-25 17:02:13.432297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -808362118 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -808362118], ["username", "billy_08"], ["access_token", "2fe8abae1cb70f2aefc1d96c0e311292"], ["uuid", "f9cdff3c-f61c-4e7a-9538-5c42ae3f9e67"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:02:13.435482"], ["updated_at", "2017-10-25 17:02:13.435482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1683187352 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1683187352], ["username", "billy_09"], ["access_token", "cd36b22a97a9de40512691c7c588ba42"], ["uuid", "c9600091-4ab4-45db-9398-d96d8de715c4"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:02:13.438511"], ["updated_at", "2017-10-25 17:02:13.438511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2111915038 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2111915038], ["username", "billy_10"], ["access_token", "a8436895e5569b9a52c851c153655a64"], ["uuid", "dca9ca30-6134-43b7-85b6-88b5d4e35eb9"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:02:13.441494"], ["updated_at", "2017-10-25 17:02:13.441494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283876766 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1283876766], ["username", "billy_11"], ["access_token", "6e947c8bc777c615cd626bc60cefc93a"], ["uuid", "c6a04270-f06d-4eab-ba2b-5e9ad2b3e09e"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:02:13.444592"], ["updated_at", "2017-10-25 17:02:13.444592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1532158876 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1532158876], ["username", "billy_12"], ["access_token", "32e92f901fb4e267518af6deb6986167"], ["uuid", "a5ef814b-8744-41d8-906c-519e3f1ca06d"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:02:13.447741"], ["updated_at", "2017-10-25 17:02:13.447741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1760086575 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1760086575], ["username", "billy_13"], ["access_token", "8d194f2804c045fa26409c3beeb6b9a1"], ["uuid", "cca7650c-bb80-411f-821a-573b15b7dc66"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:02:13.450888"], ["updated_at", "2017-10-25 17:02:13.450888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1657268487 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1657268487], ["username", "billy_14"], ["access_token", "3fd35a4167a33c33d96306c411348646"], ["uuid", "47bb1847-ce50-488f-9311-f134d9d2b5e9"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:02:13.454229"], ["updated_at", "2017-10-25 17:02:13.454229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1226979701 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1226979701], ["username", "billy_15"], ["access_token", "c2ddcc540f47d8cffd68e5804a05a49a"], ["uuid", "e1ca5c1f-0396-4996-a2b8-1c93ec872c42"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:02:13.457395"], ["updated_at", "2017-10-25 17:02:13.457395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -189623188 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -189623188], ["username", "billy_16"], ["access_token", "20cd1f4756d924a6a7be53861080c897"], ["uuid", "48cfdd24-aeec-48f2-98bb-168cafdb3063"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:02:13.461215"], ["updated_at", "2017-10-25 17:02:13.461215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -795264555 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -795264555], ["username", "billy_17"], ["access_token", "fc17a4b3bb8c87fda3358609e87091d9"], ["uuid", "fc80c720-9147-413d-ba6c-484c4826ad2f"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:02:13.464677"], ["updated_at", "2017-10-25 17:02:13.464677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -362433058 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -362433058], ["username", "billy_18"], ["access_token", "08527d034b7a244fd8b7ca071f888fce"], ["uuid", "36ce46cb-4f50-4a01-b88a-a696a36ecf67"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:02:13.467960"], ["updated_at", "2017-10-25 17:02:13.467960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -304561203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -304561203], ["username", "billy_19"], ["access_token", "31c8f8f6da037af97bd16fbfde7acf40"], ["uuid", "a3be21c9-c46d-48d0-825f-487c00c8dd08"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:02:13.471106"], ["updated_at", "2017-10-25 17:02:13.471106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1777965423 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1777965423], ["username", "billy_20"], ["access_token", "2bc350bf1308ed10920dea3282c39899"], ["uuid", "5b98e142-ae9b-4ea7-96e3-24b247dfcca2"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:02:13.474204"], ["updated_at", "2017-10-25 17:02:13.474204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1652342864 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1652342864], ["username", "billy_21"], ["access_token", "6ec7851ad0d697eb85d69624edf8aed0"], ["uuid", "48c28966-5521-4949-8d6b-82ff7fb4d083"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:02:13.478657"], ["updated_at", "2017-10-25 17:02:13.478657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1096338388 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1096338388], ["username", "billy_22"], ["access_token", "68a094a8b70840ebe81c5e60ec9952b1"], ["uuid", "df50de1e-4845-4d89-a3f1-49b3476b1011"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:02:13.483919"], ["updated_at", "2017-10-25 17:02:13.483919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1214186190 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1214186190], ["username", "billy_23"], ["access_token", "22aefa861b99ea8cb2919c6cdbd20252"], ["uuid", "aa6c7018-3df8-48e4-ad0c-8858064055a5"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:02:13.488605"], ["updated_at", "2017-10-25 17:02:13.488605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1539738504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1539738504], ["username", "billy_24"], ["access_token", "569e557adf38021ffc52e24d644bf74e"], ["uuid", "36fd4c85-1efe-4d5c-8205-6a1ed97b6a27"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:02:13.492616"], ["updated_at", "2017-10-25 17:02:13.492616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -843545553 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -843545553], ["username", "billy_25"], ["access_token", "020b5e87603261e789548990473e5f14"], ["uuid", "c8c071a9-f74a-4b0f-9e70-ab42c57dcd7f"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:02:13.497133"], ["updated_at", "2017-10-25 17:02:13.497133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -255885803 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -255885803], ["username", "billy_26"], ["access_token", "461448e7ab5e900ad0e54c840284b755"], ["uuid", "9517bfcc-26c9-4cb3-9c01-72deadd10525"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:02:13.500216"], ["updated_at", "2017-10-25 17:02:13.500216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -659734628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -659734628], ["username", "billy_27"], ["access_token", "2e611acc9642f0f50ab7222673ac2fbe"], ["uuid", "796f42c9-a867-495f-9b91-d3c288a6aed0"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:02:13.503152"], ["updated_at", "2017-10-25 17:02:13.503152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2098824288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2098824288], ["username", "billy_28"], ["access_token", "9826d294f4031927b57b9c9202eeb815"], ["uuid", "1cbb075c-386b-4c98-a2a7-e8e7e4cd70f3"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:02:13.506195"], ["updated_at", "2017-10-25 17:02:13.506195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -765428277 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -765428277], ["username", "billy_29"], ["access_token", "ceb1e953a2ddc2eb02e2d3c12ba19b4c"], ["uuid", "b6af4407-698d-43dc-a64c-2411d192c7a2"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:02:13.509231"], ["updated_at", "2017-10-25 17:02:13.509231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -132354535 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -132354535], ["username", "billy_30"], ["access_token", "0ea152a29fe97fd0071f217abd13e979"], ["uuid", "af62f7cf-8f7d-4c78-8034-b925b2edec55"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:02:13.512643"], ["updated_at", "2017-10-25 17:02:13.512643"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1263206082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1263206082], ["username", "billy_31"], ["access_token", "f3911ca03aa499e15c3db94db3b3ebe2"], ["uuid", "1e10fe19-6e04-4c52-8086-00f0bc433cc5"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:02:13.515992"], ["updated_at", "2017-10-25 17:02:13.515992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1614119441 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1614119441], ["username", "billy_32"], ["access_token", "157f452951c98a7931d1d9104be073d8"], ["uuid", "2b24ffb5-50cb-47f8-819b-3d8089117532"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:02:13.519468"], ["updated_at", "2017-10-25 17:02:13.519468"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -354927824 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -354927824], ["username", "billy_33"], ["access_token", "f460082f3b0d3a4e4cf5824544b34b7f"], ["uuid", "9baca87d-36d0-4fa6-905e-9e8ddf661654"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:02:13.522665"], ["updated_at", "2017-10-25 17:02:13.522665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1987453447 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1987453447], ["username", "billy_34"], ["access_token", "e3772c9dc7b804fe31fdd9da2ee4d37e"], ["uuid", "461c94a7-83e6-4186-b68d-727ab69e59b5"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:02:13.525803"], ["updated_at", "2017-10-25 17:02:13.525803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -787484693 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -787484693], ["username", "billy_35"], ["access_token", "16fdc12dd284f85d5fae7833d2db1810"], ["uuid", "56ea63c5-3c46-4110-95f3-df5049039709"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:02:13.528982"], ["updated_at", "2017-10-25 17:02:13.528982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2098815806 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2098815806], ["username", "billy_36"], ["access_token", "f31d3d78d1c9ba038917169493c80fff"], ["uuid", "9a039ff6-29c2-4e42-8258-56c488bd066f"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:02:13.532624"], ["updated_at", "2017-10-25 17:02:13.532624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -925429041 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -925429041], ["username", "billy_37"], ["access_token", "03c3c6e13c82f8ba3cfbdf638472c0a5"], ["uuid", "b4519ca8-87a8-4eac-a1dc-e15b4c97b970"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:02:13.535824"], ["updated_at", "2017-10-25 17:02:13.535824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1872964885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1872964885], ["username", "billy_38"], ["access_token", "76a69d3608977150d4275660b56ae1c1"], ["uuid", "e4822ee0-6a0e-4d50-89f7-a3ceaddc50ae"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:02:13.539101"], ["updated_at", "2017-10-25 17:02:13.539101"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1672255381 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1672255381], ["username", "billy_39"], ["access_token", "a6e511ef0d041d25a04c6859609390d6"], ["uuid", "9d2426a1-456b-4e38-9901-4d07d1ee74d9"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:02:13.542347"], ["updated_at", "2017-10-25 17:02:13.542347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790110563 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1790110563], ["username", "billy_40"], ["access_token", "cf217a4dfe241e8ec87103a73dccbe9e"], ["uuid", "31f707be-2385-4415-9784-427c44df3c61"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:02:13.548041"], ["updated_at", "2017-10-25 17:02:13.548041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -786945687 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -786945687], ["username", "billy_41"], ["access_token", "8bebcce53fd9885df3626d290f774686"], ["uuid", "222512fe-bc9a-424b-9dbe-bf4b857b6a0a"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:02:13.552061"], ["updated_at", "2017-10-25 17:02:13.552061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797900554 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -797900554], ["username", "billy_42"], ["access_token", "0d4b35ce1371d2d33fb5418005a1ebff"], ["uuid", "84684563-b2d7-48a4-bc43-5ac00eaecf2e"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:02:13.555300"], ["updated_at", "2017-10-25 17:02:13.555300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1754615838 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1754615838], ["username", "billy_43"], ["access_token", "dad32e05952bba666ec12d9960abe997"], ["uuid", "6c471e90-d0f5-4b48-9e6d-4fb4733f28e7"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:02:13.558127"], ["updated_at", "2017-10-25 17:02:13.558127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989625473 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -989625473], ["username", "billy_44"], ["access_token", "7596057b8bfa2910d4d7014ee5e686b9"], ["uuid", "6b428027-d251-47b2-adf6-9e5c44c97549"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:02:13.561058"], ["updated_at", "2017-10-25 17:02:13.561058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1963929487 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1963929487], ["username", "billy_45"], ["access_token", "d56da6aa00762b9a216f487af7616655"], ["uuid", "1e2eb203-1c56-46ce-b6de-96fe65d840a7"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:02:13.571505"], ["updated_at", "2017-10-25 17:02:13.571505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -243418519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -243418519], ["username", "billy_46"], ["access_token", "d6ddf5fe46d4d2953a4f97952fd23934"], ["uuid", "a57792f0-fc1b-4b8f-be57-4bbc936838d2"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:02:13.574746"], ["updated_at", "2017-10-25 17:02:13.574746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -441514086 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -441514086], ["username", "billy_47"], ["access_token", "be6bab1b4892e4f390e9f05423b59f92"], ["uuid", "39bae2d9-39f9-4d81-8273-42e56730e5df"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:02:13.577907"], ["updated_at", "2017-10-25 17:02:13.577907"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -421125120 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -421125120], ["username", "billy_48"], ["access_token", "26a384aecd93d2c45b7b7dbfbd4a2724"], ["uuid", "b7d80bff-fd18-4675-8cfb-3797c01d7e26"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:02:13.581384"], ["updated_at", "2017-10-25 17:02:13.581384"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488540577 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -488540577], ["username", "billy_49"], ["access_token", "116ae5e70e25611f9e8d26a113b7e844"], ["uuid", "3f56aac0-17de-447f-84aa-52ed3f7d4fec"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:02:13.585439"], ["updated_at", "2017-10-25 17:02:13.585439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:02:13 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:02:13 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:02:13 -0500  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:02:13 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:02:13 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:02:13 -0500  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:02:13 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 5ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:02:13 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:02:13 -0500  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1889397397 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a578d49b2b5cfcf87e36f406041c67ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1889397397], ["username", "a578d49b2b5cfcf87e36f406041c67ef"], ["access_token", "f2efe12b6d5339f96ed8973b59d3786d"], ["uuid", "cf837fd4-37c5-4e18-b21f-4d3f2b2d48a7"], ["created_at", "2017-10-25 17:02:13.653509"], ["updated_at", "2017-10-25 17:02:13.653509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -1889397397]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1889397397 AND "openstax_accounts_accounts"."id" != 332) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 332) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "first_name" = $2, "last_name" = $3, "title" = $4, "access_token" = $5, "faculty_status" = $6, "role" = $7, "uuid" = $8, "updated_at" = $9 WHERE "openstax_accounts_accounts"."id" = $10 [["username", "191919"], ["first_name", "1234"], ["last_name", "5678"], ["title", "900"], ["access_token", nil], ["faculty_status", 2], ["role", 2], ["uuid", "yoyoma"], ["updated_at", "2017-10-25 17:02:13.657669"], ["id", 332]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 332]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3713560]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3713560 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 3713560], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "howdy_ho"], ["created_at", "2017-10-25 17:02:13.666190"], ["updated_at", "2017-10-25 17:02:13.666190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4932317]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4932317 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 4932317], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", nil], ["created_at", "2017-10-25 17:02:13.671970"], ["updated_at", "2017-10-25 17:02:13.671970"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 988078]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 988078 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 988078], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", nil], ["created_at", "2017-10-25 17:02:13.678645"], ["updated_at", "2017-10-25 17:02:13.678645"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8087720]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8087720 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 8087720], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", nil], ["created_at", "2017-10-25 17:02:13.684745"], ["updated_at", "2017-10-25 17:02:13.684745"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1732924]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1732924 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 1732924], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["role", 2], ["uuid", nil], ["created_at", "2017-10-25 17:02:13.690452"], ["updated_at", "2017-10-25 17:02:13.690452"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2202606]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2202606 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 2202606], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", nil], ["created_at", "2017-10-25 17:02:13.697687"], ["updated_at", "2017-10-25 17:02:13.697687"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647328239 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1647328239], ["username", "jstrav"], ["access_token", "93dee2a09f20b5286a02061b5f00299a"], ["uuid", "c25ac531-5355-4c65-84bc-f7229fd34e60"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:13.703509"], ["updated_at", "2017-10-25 17:02:13.703509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573125785 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1573125785], ["username", "mary"], ["access_token", "8d2654eeb8a776f19e0b40053606eaf4"], ["uuid", "0f264da0-533b-446c-9df5-8c2ffa09e7ba"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:13.706882"], ["updated_at", "2017-10-25 17:02:13.706882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1989807091 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1989807091], ["username", "jstead"], ["access_token", "e15dcfc23f5a381792858ff36b52e185"], ["uuid", "0c290409-158c-439e-99ec-c0ef2e3a7697"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:13.709888"], ["updated_at", "2017-10-25 17:02:13.709888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2048706500 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2048706500], ["username", "bigbear"], ["access_token", "b5bc12c2487762e4916319f85e1f7f79"], ["uuid", "dc156ad7-c64f-461c-88d9-383e27c09631"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:13.713331"], ["updated_at", "2017-10-25 17:02:13.713331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -135085872 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -135085872], ["username", "jstrav"], ["access_token", "cb8cd7c09daec6e27c98c0336cdcfab3"], ["uuid", "bf002c3c-68c7-4ddb-a3f2-b24d0bf2c3dd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:13.721515"], ["updated_at", "2017-10-25 17:02:13.721515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1385907653 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1385907653], ["username", "mary"], ["access_token", "71e1cf4bced69840c6c1ebf80b3be40f"], ["uuid", "5b7dedaf-5c7f-4603-92aa-d12694bb53ec"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:13.725273"], ["updated_at", "2017-10-25 17:02:13.725273"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1793418633 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1793418633], ["username", "jstead"], ["access_token", "6939d58a119c0b8ef0d0bd3cbf4a71e3"], ["uuid", "4db8cbbf-4e47-49d3-a8ef-d14c81491e61"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:13.729151"], ["updated_at", "2017-10-25 17:02:13.729151"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1540131163 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1540131163], ["username", "bigbear"], ["access_token", "47811bbe529e51464bf6e7dfdf5d1d63"], ["uuid", "3a29d4ee-8b42-4c19-9756-ee75059c21be"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:13.734009"], ["updated_at", "2017-10-25 17:02:13.734009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -856377239 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -856377239], ["username", "jstrav"], ["access_token", "b3121c6b1cb2b55df40c645715f14b43"], ["uuid", "a9d5622e-43b2-4c82-bc52-a769c13773ad"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:13.743000"], ["updated_at", "2017-10-25 17:02:13.743000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1039428983 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1039428983], ["username", "mary"], ["access_token", "3a76f7175ce11aef6e95fb4b3f252352"], ["uuid", "fb515731-9209-420b-a3f2-bcc49fd5bf86"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:13.746307"], ["updated_at", "2017-10-25 17:02:13.746307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -430982448 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -430982448], ["username", "jstead"], ["access_token", "e6b23618e02523019dd6e08cc737c479"], ["uuid", "1f01855a-5461-43bb-98de-0ad796917f87"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:13.749333"], ["updated_at", "2017-10-25 17:02:13.749333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1694937018 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1694937018], ["username", "bigbear"], ["access_token", "dae0fa97fc13f5eb6566649dc12481ee"], ["uuid", "837a8528-5e0a-4ff1-9238-81f78355ed03"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:13.752454"], ["updated_at", "2017-10-25 17:02:13.752454"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1374679838 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1374679838], ["username", "jstrav"], ["access_token", "8fd6e32ad08c7867aaa948d1327e7aba"], ["uuid", "ba9d0e7f-c2b1-4202-aebc-e08632bf1e2b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:13.760660"], ["updated_at", "2017-10-25 17:02:13.760660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1499473198 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1499473198], ["username", "mary"], ["access_token", "5ca3756887067e398bd5dbc5838c14bd"], ["uuid", "c50e88ea-dd08-491f-86ec-1432720dd62d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:13.764219"], ["updated_at", "2017-10-25 17:02:13.764219"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1556317140 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1556317140], ["username", "jstead"], ["access_token", "9ad8ba590ab9809bb22d446f8c4907ca"], ["uuid", "3b2b7038-a62c-4ab5-a01f-3d029a44eef9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:13.767143"], ["updated_at", "2017-10-25 17:02:13.767143"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1931397043 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1931397043], ["username", "bigbear"], ["access_token", "e937b70c5c556243c819879bd2a776e8"], ["uuid", "1ac76cca-e124-4298-83e7-c6e56d88d593"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:13.770128"], ["updated_at", "2017-10-25 17:02:13.770128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -65989785 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -65989785], ["username", "jstrav"], ["access_token", "536a11fe66a5975882fdacf7b76bf016"], ["uuid", "2d38a482-3780-4fa9-86f9-ca6404db6ac5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:13.778082"], ["updated_at", "2017-10-25 17:02:13.778082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -975131545 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -975131545], ["username", "mary"], ["access_token", "54a43956e65c4fa0384a2e11d321232f"], ["uuid", "ad7b3e8a-167e-4707-b46b-739aa0f7c61f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:13.782951"], ["updated_at", "2017-10-25 17:02:13.782951"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1661645362 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1661645362], ["username", "jstead"], ["access_token", "4fbc2a4cf12448ea0bcfd14d971a6f59"], ["uuid", "d48c2423-78a5-49aa-98b3-74f8fbe273f8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:13.786797"], ["updated_at", "2017-10-25 17:02:13.786797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2051548995 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2051548995], ["username", "bigbear"], ["access_token", "279322c4c90e35f4ca736ceb05d01014"], ["uuid", "7b278b7d-aeda-4423-a196-ce5ae2cbd6e2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:13.789843"], ["updated_at", "2017-10-25 17:02:13.789843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.9ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1241381095 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1241381095], ["username", "jstrav"], ["access_token", "f191cdb4052c442583abca8045385510"], ["uuid", "f033b25b-2b97-4153-afb3-6587a7ed651c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:13.799751"], ["updated_at", "2017-10-25 17:02:13.799751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524166246 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1524166246], ["username", "mary"], ["access_token", "d524a3f0638d8db39b396afced897282"], ["uuid", "73448f63-b651-4445-8297-0af2c5b33766"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:13.803159"], ["updated_at", "2017-10-25 17:02:13.803159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870272713 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1870272713], ["username", "jstead"], ["access_token", "902b6156886d38275263248b066ae5a9"], ["uuid", "2f5c3cd4-9183-4c17-8191-0b750c311f90"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:13.806532"], ["updated_at", "2017-10-25 17:02:13.806532"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1954548145 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1954548145], ["username", "bigbear"], ["access_token", "7a589c0c5f881b7a1e5cec6200e5eaeb"], ["uuid", "d7d3cb4c-d4d3-4124-9062-11e83cd44ba2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:13.809598"], ["updated_at", "2017-10-25 17:02:13.809598"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -573292876 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -573292876], ["username", "jstrav"], ["access_token", "99ebeea2c794a837b5a80fd50b6515a5"], ["uuid", "25e5844b-2f77-40fb-a659-720d2dbf7aff"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:13.818894"], ["updated_at", "2017-10-25 17:02:13.818894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1493944062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1493944062], ["username", "mary"], ["access_token", "3279c6f229305cb0867771bd96f2ba1e"], ["uuid", "3f4614c2-443a-43ad-b16b-0e6a67963189"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:13.822367"], ["updated_at", "2017-10-25 17:02:13.822367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030357835 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1030357835], ["username", "jstead"], ["access_token", "b589c3c50ca92c4185dfa255fd5197ba"], ["uuid", "c4c0e886-d1a4-49b5-8ee0-5876ba5ac501"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:13.825566"], ["updated_at", "2017-10-25 17:02:13.825566"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1443942184 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1443942184], ["username", "bigbear"], ["access_token", "c69e394633a4ef822e1f188a0eae2bde"], ["uuid", "fca464af-9eea-42b9-a7e6-6cf19c49c540"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:13.828766"], ["updated_at", "2017-10-25 17:02:13.828766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -950979328 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -950979328], ["username", "jstrav"], ["access_token", "8f4e8fc6661a3e3b826d45933177ea2e"], ["uuid", "cdc2aa65-c7b7-4362-b4a7-b6898344e322"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:13.837970"], ["updated_at", "2017-10-25 17:02:13.837970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -23755189 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -23755189], ["username", "mary"], ["access_token", "d08cc76c451bec0d4b026c69a310b42a"], ["uuid", "713975ca-a55f-410a-89c8-f3e1ad9e9204"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:13.841668"], ["updated_at", "2017-10-25 17:02:13.841668"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -205182255 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -205182255], ["username", "jstead"], ["access_token", "9903e9ac1caf58b22ba9849f114a2e25"], ["uuid", "0c3b8230-4e17-445b-8a0f-edac0d413696"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:13.845114"], ["updated_at", "2017-10-25 17:02:13.845114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1989630504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1989630504], ["username", "bigbear"], ["access_token", "d74373ed3626d66ee0eef6a1a5ebce49"], ["uuid", "ab4e4fb0-50af-429c-9799-701d448878f6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:13.848110"], ["updated_at", "2017-10-25 17:02:13.848110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1343785737 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1343785737], ["username", "jstrav"], ["access_token", "380e1510255e58754c6eacaf8b342f5a"], ["uuid", "438cb36a-e6f3-45b1-8817-80152e13e4f1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:13.854746"], ["updated_at", "2017-10-25 17:02:13.854746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736678854 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1736678854], ["username", "mary"], ["access_token", "9ed10ddcea59f4f48f520de4c25cbeaf"], ["uuid", "8d0e2614-da7c-495e-9957-4868736656bd"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:13.858010"], ["updated_at", "2017-10-25 17:02:13.858010"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1162411936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1162411936], ["username", "jstead"], ["access_token", "78a667944703d53853ecd5001774c961"], ["uuid", "a361c59c-243c-4503-a3e7-270645fed337"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:13.861168"], ["updated_at", "2017-10-25 17:02:13.861168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2007800883 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2007800883], ["username", "bigbear"], ["access_token", "32cde410d4462c32371c6b511d43533b"], ["uuid", "7ec27929-7e7d-49ce-b1b4-53951b1cf5bf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:13.864144"], ["updated_at", "2017-10-25 17:02:13.864144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1931389441 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1931389441], ["username", "jstrav"], ["access_token", "5cda997332c2736312086ee461d69d8c"], ["uuid", "086b21aa-f89e-4f46-b36a-10d9b2571c24"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:13.871107"], ["updated_at", "2017-10-25 17:02:13.871107"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1774078147 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1774078147], ["username", "mary"], ["access_token", "f19ca796de7ce6444cb85293ae39065d"], ["uuid", "b06cb355-9ac0-40dd-98f2-34bc71db6ac4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:13.875368"], ["updated_at", "2017-10-25 17:02:13.875368"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1245908998 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1245908998], ["username", "jstead"], ["access_token", "a61198c32fa47376455b02e538568f00"], ["uuid", "301a3e6f-c127-4cde-b0de-34f3d74ebba9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:13.880418"], ["updated_at", "2017-10-25 17:02:13.880418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -712863730 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -712863730], ["username", "bigbear"], ["access_token", "9d3dad3cb42d9d0018f2c39c52af4842"], ["uuid", "a2cb4f2e-c7c6-45e3-9ad9-ca9331874050"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:13.884298"], ["updated_at", "2017-10-25 17:02:13.884298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -875343734 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -875343734], ["username", "jstrav"], ["access_token", "8da54af13ea2aedc8f7882f655fdc145"], ["uuid", "4f40e306-865b-48a5-933f-b52897e88510"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:13.891304"], ["updated_at", "2017-10-25 17:02:13.891304"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -80751942 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -80751942], ["username", "mary"], ["access_token", "7e513d88b7ce316486d1e5cb64b51629"], ["uuid", "081f1c20-89c3-47d5-a2de-2a631e2d175f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:13.896559"], ["updated_at", "2017-10-25 17:02:13.896559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -98750672 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -98750672], ["username", "jstead"], ["access_token", "3c4eaba3d213e7519fd94e84e327b816"], ["uuid", "cbbb4c3e-55a9-4d1a-a638-15d3598675a6"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:13.900750"], ["updated_at", "2017-10-25 17:02:13.900750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -523714061 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -523714061], ["username", "bigbear"], ["access_token", "dcfc69b4edaa3466b55921669aaccb5c"], ["uuid", "524b395f-0900-4731-bba5-238c3c716b3e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:13.904017"], ["updated_at", "2017-10-25 17:02:13.904017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093426316 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2093426316], ["username", "billy_00"], ["access_token", "009994c170ce83ea5784b9569c54fc95"], ["uuid", "300b591c-a582-4941-a90b-3b3a57bab0df"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:02:13.907108"], ["updated_at", "2017-10-25 17:02:13.907108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867970031 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -867970031], ["username", "billy_01"], ["access_token", "938a29bb516e6c4ff0ad12d022af60c4"], ["uuid", "5246cbe1-7a07-4766-a4a7-47faad861483"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:02:13.910097"], ["updated_at", "2017-10-25 17:02:13.910097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -340371383 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -340371383], ["username", "billy_02"], ["access_token", "24e6f7407981ae2b201173520ed9cd7c"], ["uuid", "fa579e5f-f797-47d7-bc86-78a9e3cf7e94"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:02:13.913122"], ["updated_at", "2017-10-25 17:02:13.913122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -470674470 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -470674470], ["username", "billy_03"], ["access_token", "d19718768012d02e0f5618df0277f0df"], ["uuid", "7c021954-e92a-4f1e-9eab-457b489f69bc"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:02:13.915979"], ["updated_at", "2017-10-25 17:02:13.915979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -319134959 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -319134959], ["username", "billy_04"], ["access_token", "a82c779cbe88aa5f2efc68b4c7d1885a"], ["uuid", "bd54b2cd-d2d7-46a9-8b85-ae89ed3a1233"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:02:13.919005"], ["updated_at", "2017-10-25 17:02:13.919005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1429556415 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1429556415], ["username", "billy_05"], ["access_token", "cf61c70a437e25b5124fdac3434223dc"], ["uuid", "a676406c-af5e-48cd-af7a-6fed1efb7195"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:02:13.922289"], ["updated_at", "2017-10-25 17:02:13.922289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -293547657 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -293547657], ["username", "billy_06"], ["access_token", "e5ac789a57a16a3ff52aa72b37dceb79"], ["uuid", "b9a3c2d1-8177-4bce-a6ae-89477b44eaea"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:02:13.926015"], ["updated_at", "2017-10-25 17:02:13.926015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1037600302 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1037600302], ["username", "billy_07"], ["access_token", "7e35c98c44965abec4520407b5201be1"], ["uuid", "c97e9fc2-32e1-462e-bac3-6dd5a50d046e"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:02:13.930582"], ["updated_at", "2017-10-25 17:02:13.930582"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -890678590 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -890678590], ["username", "billy_08"], ["access_token", "8ba11d6c9f073d67dae2068c68dafd52"], ["uuid", "71b409c5-b743-433c-a0d9-7d9dc5fdac25"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:02:13.933610"], ["updated_at", "2017-10-25 17:02:13.933610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -986055030 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -986055030], ["username", "billy_09"], ["access_token", "387a6770eafec1d8d768463245b8d2f1"], ["uuid", "af4a3496-4b9e-402f-8008-aed8fa043799"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:02:13.936453"], ["updated_at", "2017-10-25 17:02:13.936453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2136383462 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2136383462], ["username", "billy_10"], ["access_token", "4da1a07d226dc38a98fd69fa793c0365"], ["uuid", "98c45e45-834e-4239-8d97-e6b690afa644"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:02:13.939405"], ["updated_at", "2017-10-25 17:02:13.939405"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1793180636 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1793180636], ["username", "billy_11"], ["access_token", "137fd068a17c150d67139006435fa4d4"], ["uuid", "02ef6ed3-8204-4892-9055-7e7b97d77ffc"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:02:13.942264"], ["updated_at", "2017-10-25 17:02:13.942264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -950332058 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -950332058], ["username", "billy_12"], ["access_token", "d5ce2635518763ecd8e0f6923cf609ca"], ["uuid", "4cf06b00-92c6-4697-9e4c-a5f28f284246"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:02:13.945240"], ["updated_at", "2017-10-25 17:02:13.945240"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942182560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1942182560], ["username", "billy_13"], ["access_token", "9827f194e83c0dcbc259a5451cbd0f78"], ["uuid", "f6e16271-8c9c-4d2a-a61a-6faaa0129998"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:02:13.948155"], ["updated_at", "2017-10-25 17:02:13.948155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1642086456 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1642086456], ["username", "billy_14"], ["access_token", "d75869b6350a5d8d086565e98313dfa6"], ["uuid", "519a443e-6f64-4ec6-8706-261434b41a95"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:02:13.951111"], ["updated_at", "2017-10-25 17:02:13.951111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1809998097 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1809998097], ["username", "billy_15"], ["access_token", "14e886ddd3000234618ece3c3e3e60ea"], ["uuid", "6f183e8e-c70a-454e-9f54-cd0855d23e9f"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:02:13.954301"], ["updated_at", "2017-10-25 17:02:13.954301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1149184206 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1149184206], ["username", "billy_16"], ["access_token", "cae4fd90588ce7e6d6a9548fd5a49b82"], ["uuid", "1da66e51-aef0-46a3-8757-a05cd7b92535"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:02:13.957369"], ["updated_at", "2017-10-25 17:02:13.957369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1506041082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1506041082], ["username", "billy_17"], ["access_token", "b769a3a685a239dcb812fc66c09c3f54"], ["uuid", "61ee34de-9ef1-4125-9a8d-a66372a06776"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:02:13.960368"], ["updated_at", "2017-10-25 17:02:13.960368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -283235263 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -283235263], ["username", "billy_18"], ["access_token", "3ffc495746ee4d315a34004ac570eb4f"], ["uuid", "27b4cce9-2506-4bed-8396-0c398c1686f2"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:02:13.963328"], ["updated_at", "2017-10-25 17:02:13.963328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1208002514 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1208002514], ["username", "billy_19"], ["access_token", "8a7a906d6f1b11938d8e78ca5b9b5eaa"], ["uuid", "68f25eef-6b49-49f7-b58c-30085eba91c1"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:02:13.966364"], ["updated_at", "2017-10-25 17:02:13.966364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -412593322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -412593322], ["username", "billy_20"], ["access_token", "d2081d66b6850d2cf8692a9fa612af8e"], ["uuid", "2fd16ad0-159e-4513-ba3c-aff9e5a926df"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:02:13.969430"], ["updated_at", "2017-10-25 17:02:13.969430"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -710464202 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -710464202], ["username", "billy_21"], ["access_token", "1b973ecd88b3af76fd33e7e95977b95f"], ["uuid", "9f7300d9-fbf6-4f08-9c58-e2db37b86070"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:02:13.972507"], ["updated_at", "2017-10-25 17:02:13.972507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -985624677 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -985624677], ["username", "billy_22"], ["access_token", "610a9c4e57c76690c64de2eacc613a26"], ["uuid", "acb09dd6-e7b0-47d6-af9c-cbc4340e2072"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:02:13.975553"], ["updated_at", "2017-10-25 17:02:13.975553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1533555729 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1533555729], ["username", "billy_23"], ["access_token", "c0dfaa2fcd48ec1ec40d31e4a6d48a7a"], ["uuid", "e8927608-d5e8-4a47-a7d6-7d6042dd1cdb"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:02:13.978508"], ["updated_at", "2017-10-25 17:02:13.978508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1548975601 LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1548975601], ["username", "billy_24"], ["access_token", "78e627f7f6b863fbd17bd3bde6bfa2b4"], ["uuid", "98ed52d7-727c-437a-8168-261a679504f2"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:02:13.983268"], ["updated_at", "2017-10-25 17:02:13.983268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1495719171 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1495719171], ["username", "billy_25"], ["access_token", "f76a44c2c1ba0f5ecfe6d363c5c8aac1"], ["uuid", "6659f510-1a73-4360-890c-5a93694792d6"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:02:13.989472"], ["updated_at", "2017-10-25 17:02:13.989472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1124807355 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1124807355], ["username", "billy_26"], ["access_token", "6fe76edb73b72f8ececda7df1ddb2f12"], ["uuid", "a6cb8f60-8f33-47a6-bf00-08cbcabfb701"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:02:13.994096"], ["updated_at", "2017-10-25 17:02:13.994096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -805648969 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -805648969], ["username", "billy_27"], ["access_token", "1493121196022ffb8913a302d1095c8b"], ["uuid", "6769dede-0464-409b-971e-125872e31b01"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:02:13.999549"], ["updated_at", "2017-10-25 17:02:13.999549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1303159623 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1303159623], ["username", "billy_28"], ["access_token", "43f7869ca1fc5f7007847b8515bcca97"], ["uuid", "8a915d30-faf8-42df-a485-2eaa28f1cf5b"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:02:14.003144"], ["updated_at", "2017-10-25 17:02:14.003144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -504204863 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -504204863], ["username", "billy_29"], ["access_token", "84ad11372b001fd983dc79168ce0691b"], ["uuid", "33cc589e-93f1-4926-87a0-1d6f37405363"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:02:14.006310"], ["updated_at", "2017-10-25 17:02:14.006310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -223679024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -223679024], ["username", "billy_30"], ["access_token", "bf8f0c8f27f8c204d9a9c75764c74e10"], ["uuid", "f2604353-6eb5-4fc5-81ad-8fc06279b6c2"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:02:14.009809"], ["updated_at", "2017-10-25 17:02:14.009809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1274237077 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1274237077], ["username", "billy_31"], ["access_token", "9286dcb8b6d63fa5719f1f35538421d8"], ["uuid", "51ca5596-4de5-4b8b-b302-8d6ceb083421"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:02:14.013792"], ["updated_at", "2017-10-25 17:02:14.013792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1097156899 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1097156899], ["username", "billy_32"], ["access_token", "e3a09463a38e20b2c315e3c00a046a77"], ["uuid", "1724b014-eba1-41cd-b765-1b90270b87a1"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:02:14.016895"], ["updated_at", "2017-10-25 17:02:14.016895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1366397418 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1366397418], ["username", "billy_33"], ["access_token", "3431ec102900c21736b72b85ac3c6ba7"], ["uuid", "1b26529d-cf9e-474d-b663-fb660212fa86"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:02:14.020537"], ["updated_at", "2017-10-25 17:02:14.020537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1607240781 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1607240781], ["username", "billy_34"], ["access_token", "a2b767f414212cb87b803e1aa66d9576"], ["uuid", "44c40150-4da4-4c71-b76b-f5399697b671"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:02:14.025465"], ["updated_at", "2017-10-25 17:02:14.025465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -197220190 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -197220190], ["username", "billy_35"], ["access_token", "584f121219a8ff234f453007b1b9b80b"], ["uuid", "7f10b3f9-be88-44cc-94ae-567f0a88e3cb"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:02:14.029963"], ["updated_at", "2017-10-25 17:02:14.029963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -363240486 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -363240486], ["username", "billy_36"], ["access_token", "959651a342097af4c61845629b590126"], ["uuid", "ec32bab6-f090-4dc1-9798-056d7903ef37"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:02:14.033476"], ["updated_at", "2017-10-25 17:02:14.033476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -382288062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -382288062], ["username", "billy_37"], ["access_token", "2bdc2dd7d0eea5944be2d28847c40963"], ["uuid", "3ab14415-9c7a-4771-a9cf-28994f6a5538"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:02:14.036499"], ["updated_at", "2017-10-25 17:02:14.036499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1013756001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1013756001], ["username", "billy_38"], ["access_token", "d5e8a7bfc03a5b0476d2de16b391f2d1"], ["uuid", "7468da72-d93c-4bce-b0db-eb480e4e1849"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:02:14.039472"], ["updated_at", "2017-10-25 17:02:14.039472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -906316817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -906316817], ["username", "billy_39"], ["access_token", "469d8440922fe1b26b03daf5c74eb033"], ["uuid", "3ca1cd71-a9f5-4bb1-b3d6-f5232b816b15"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:02:14.042457"], ["updated_at", "2017-10-25 17:02:14.042457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1386395771 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1386395771], ["username", "billy_40"], ["access_token", "a4ba80974e535f5caef45134d4568f60"], ["uuid", "c367d8ec-a7dd-4026-82ac-9710a145b4c7"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:02:14.045551"], ["updated_at", "2017-10-25 17:02:14.045551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -573713075 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -573713075], ["username", "billy_41"], ["access_token", "666644cc2e9fc3165a0cc8b90ebb1029"], ["uuid", "b8525b1e-4020-49ab-beb9-5cbb48ab9073"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:02:14.048556"], ["updated_at", "2017-10-25 17:02:14.048556"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2144123463 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2144123463], ["username", "billy_42"], ["access_token", "a58f427f04571faba01675d8af4f4d28"], ["uuid", "e7a00df0-b6e8-4ecc-8867-4d1d9cfa4d0f"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:02:14.051580"], ["updated_at", "2017-10-25 17:02:14.051580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -61813897 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -61813897], ["username", "billy_43"], ["access_token", "a86b19e911b2478d6ad8b0da160ee917"], ["uuid", "cb20a371-eaca-4212-9e3e-632d12a34108"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:02:14.054642"], ["updated_at", "2017-10-25 17:02:14.054642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -904302946 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -904302946], ["username", "billy_44"], ["access_token", "c13c496626452d88f4b7a3877081008b"], ["uuid", "5309ee59-b632-4745-8b8a-8a2b65003dca"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:02:14.057625"], ["updated_at", "2017-10-25 17:02:14.057625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -132781531 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -132781531], ["username", "billy_45"], ["access_token", "50c4f7b11983831eda79abe07e51eb9a"], ["uuid", "a1d2f179-eb04-4334-89fc-3854c2e242dc"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:02:14.060728"], ["updated_at", "2017-10-25 17:02:14.060728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -22865599 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -22865599], ["username", "jstrav"], ["access_token", "692036a9b19614c829acfe4b585caa1a"], ["uuid", "9545cde3-6210-437b-a86a-328aae23b8cf"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:14.073255"], ["updated_at", "2017-10-25 17:02:14.073255"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1157964374 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1157964374], ["username", "mary"], ["access_token", "b30f3c776950dbd08274f5279069b758"], ["uuid", "0f2d8c35-904f-4c43-95cc-99a851f155b7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:14.077455"], ["updated_at", "2017-10-25 17:02:14.077455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -759875257 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -759875257], ["username", "jstead"], ["access_token", "586be6f8de29d038bedbf833503e1dcc"], ["uuid", "8dccb0a2-d0b1-4bb5-96cc-fb529b79f32c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:14.081292"], ["updated_at", "2017-10-25 17:02:14.081292"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -677578814 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -677578814], ["username", "bigbear"], ["access_token", "9be4c006df1b87d0d8b006581c80ac8a"], ["uuid", "19a3a1ef-b321-423f-864e-0758e5473cbf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:14.085361"], ["updated_at", "2017-10-25 17:02:14.085361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1706175300 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1706175300], ["username", "billy_00"], ["access_token", "6f33e3f26f0d1f42fc2693513c2c78ea"], ["uuid", "a582f41e-b955-4b38-ba8a-4d57a8401f99"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:02:14.088714"], ["updated_at", "2017-10-25 17:02:14.088714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020559999 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2020559999], ["username", "billy_01"], ["access_token", "72af09fe447daa47b12182f3581d85a1"], ["uuid", "742adf6a-00e6-4d8a-818c-0b7f1aa8f5c6"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:02:14.092114"], ["updated_at", "2017-10-25 17:02:14.092114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1072064982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1072064982], ["username", "billy_02"], ["access_token", "2c42e986ccc1773544969dd310bf3b70"], ["uuid", "52853f6f-63fc-493c-b9f1-0e2d6bab3cf7"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:02:14.097427"], ["updated_at", "2017-10-25 17:02:14.097427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -846297879 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -846297879], ["username", "billy_03"], ["access_token", "0a2808e17c2c76c1117f099f0557c20e"], ["uuid", "6da26e16-808a-4341-a208-d655448cf4b5"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:02:14.101004"], ["updated_at", "2017-10-25 17:02:14.101004"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2059102122 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2059102122], ["username", "billy_04"], ["access_token", "5f3fa76be83fc8658346bf366be080a2"], ["uuid", "21ebd3d2-518f-4ddc-9966-78d138b9d4a7"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:02:14.104643"], ["updated_at", "2017-10-25 17:02:14.104643"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -151991733 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -151991733], ["username", "billy_05"], ["access_token", "920262e99672397a80d458c9e121806b"], ["uuid", "9b7c6e5a-6968-49c2-8243-cc38599252e7"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:02:14.108044"], ["updated_at", "2017-10-25 17:02:14.108044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1587147515 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1587147515], ["username", "billy_06"], ["access_token", "48135437d5fb01719ff44f640df8a7d8"], ["uuid", "9422282d-e683-4d1c-bc94-ffa60b85f1f2"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:02:14.111790"], ["updated_at", "2017-10-25 17:02:14.111790"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1844106989 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1844106989], ["username", "billy_07"], ["access_token", "d01f7f4ddf0b1b063dc85cd73b57e90a"], ["uuid", "a7e3e0d7-4495-4fa7-8342-2c5330c08e50"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:02:14.114982"], ["updated_at", "2017-10-25 17:02:14.114982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -651436199 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -651436199], ["username", "billy_08"], ["access_token", "ae813fadbece8d1ea4be95b355707f4b"], ["uuid", "1ccdfdee-05e3-430b-bf80-4434409182d1"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:02:14.118329"], ["updated_at", "2017-10-25 17:02:14.118329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1627441188 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1627441188], ["username", "billy_09"], ["access_token", "0b773bb5827aff11a05738b6b5730b54"], ["uuid", "f059c3ba-46e6-41d5-a32d-20ac603436f5"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:02:14.121975"], ["updated_at", "2017-10-25 17:02:14.121975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -664708843 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -664708843], ["username", "billy_10"], ["access_token", "673a46f6fc41050feda6076ffdd100f3"], ["uuid", "5f1ff820-9f76-4fde-9b8b-281609337ce5"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:02:14.126114"], ["updated_at", "2017-10-25 17:02:14.126114"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1340420024 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1340420024], ["username", "billy_11"], ["access_token", "64438bf73a61d898ebc1b2a3fbaeecf7"], ["uuid", "0adb3cda-5044-4112-a78a-5f938cd975f3"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:02:14.131048"], ["updated_at", "2017-10-25 17:02:14.131048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -921171451 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -921171451], ["username", "billy_12"], ["access_token", "3800d8cf16e6df1ff3780dc3b56f737d"], ["uuid", "c0a709d9-c244-4131-8e23-9f3853e7950d"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:02:14.135074"], ["updated_at", "2017-10-25 17:02:14.135074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -353198855 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -353198855], ["username", "billy_13"], ["access_token", "f4352cadc0fb30c28888d358d9b02ce3"], ["uuid", "48f66175-2f9f-4360-a172-780a22cebf43"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:02:14.138623"], ["updated_at", "2017-10-25 17:02:14.138623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776255503 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -776255503], ["username", "billy_14"], ["access_token", "fbebc36b55917c69815624619ce14b2b"], ["uuid", "908bcc17-cbe0-4bc0-9169-eb595defb8fb"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:02:14.141784"], ["updated_at", "2017-10-25 17:02:14.141784"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -269267091 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -269267091], ["username", "billy_15"], ["access_token", "41738e72e741bbbd10b3bad182414659"], ["uuid", "67bf951b-5910-460b-936e-27fb4449233b"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:02:14.144852"], ["updated_at", "2017-10-25 17:02:14.144852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1748913708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1748913708], ["username", "billy_16"], ["access_token", "63120e8cd1a082eb6fb83f8772275285"], ["uuid", "276359ae-d7ac-4564-97f1-2846df45d3e3"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:02:14.147901"], ["updated_at", "2017-10-25 17:02:14.147901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1570883656 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1570883656], ["username", "billy_17"], ["access_token", "3ff920ec4a101297f072446b8507650a"], ["uuid", "f8bcdbe9-585d-4a27-b819-ae1f2ac1774e"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:02:14.151734"], ["updated_at", "2017-10-25 17:02:14.151734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160696470 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -160696470], ["username", "billy_18"], ["access_token", "44d152b838788d5f1cf0c6a635544ae7"], ["uuid", "2e45a0fd-cac2-40ea-92ec-89bed3dac06c"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:02:14.156558"], ["updated_at", "2017-10-25 17:02:14.156558"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1819180607 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1819180607], ["username", "billy_19"], ["access_token", "a516e5644bc67c5d5a7d726744b48498"], ["uuid", "363bc6bd-5e62-4f0b-83e4-a37ac56dbf08"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:02:14.169284"], ["updated_at", "2017-10-25 17:02:14.169284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1909428735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1909428735], ["username", "billy_20"], ["access_token", "2e23f2eb49a873192054008896bba714"], ["uuid", "fa086257-e17b-471f-85de-2757feaaeae4"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:02:14.173299"], ["updated_at", "2017-10-25 17:02:14.173299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1864327883 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1864327883], ["username", "billy_21"], ["access_token", "94a89fe2191f1034d47701fefab357be"], ["uuid", "ef6d4146-466f-449f-b40f-44985fbc6ae1"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:02:14.176728"], ["updated_at", "2017-10-25 17:02:14.176728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2100368859 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2100368859], ["username", "billy_22"], ["access_token", "64a958bb336455f5e9b68acead7e94a6"], ["uuid", "edac4b64-f9c9-4580-b462-ed937c47dc77"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:02:14.179812"], ["updated_at", "2017-10-25 17:02:14.179812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870032762 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1870032762], ["username", "billy_23"], ["access_token", "c2601f6977e3327b26fe21ea2cf4c126"], ["uuid", "e3fb3fe8-f5f5-464b-ad9d-f3a26833c406"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:02:14.184843"], ["updated_at", "2017-10-25 17:02:14.184843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137852851 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2137852851], ["username", "billy_24"], ["access_token", "7661dec67c5ad7affcacf98141fc594c"], ["uuid", "904937c9-10fb-4dc5-be40-c713cd29cdac"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:02:14.189129"], ["updated_at", "2017-10-25 17:02:14.189129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386461946 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -386461946], ["username", "billy_25"], ["access_token", "0d3b427e08add06c4f28b4255a168c02"], ["uuid", "b440883e-e93d-476a-a739-4a5d76a233ad"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:02:14.192771"], ["updated_at", "2017-10-25 17:02:14.192771"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789768671 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -789768671], ["username", "billy_26"], ["access_token", "1b70b9a9454200f1fca7d0d7923b4df4"], ["uuid", "2bf2f2c3-83ff-4302-9298-b6371dc83b04"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:02:14.197321"], ["updated_at", "2017-10-25 17:02:14.197321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1443994714 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1443994714], ["username", "billy_27"], ["access_token", "70991fa894cb80d4eb130573da39951d"], ["uuid", "8f6ccfae-3849-41d8-9036-8dc6666e5d14"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:02:14.200674"], ["updated_at", "2017-10-25 17:02:14.200674"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1827020962 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1827020962], ["username", "billy_28"], ["access_token", "b18bf07ae04dcd285bef3d9e56c1b3a5"], ["uuid", "3e857728-9445-4b2f-9760-ecaa9a2519b4"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:02:14.204055"], ["updated_at", "2017-10-25 17:02:14.204055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1759688750 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1759688750], ["username", "billy_29"], ["access_token", "e83815aacfb51052e0443139523a19e0"], ["uuid", "c28e6dbb-f25a-4c30-835e-ce8a3fb17914"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:02:14.206993"], ["updated_at", "2017-10-25 17:02:14.206993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772870582 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1772870582], ["username", "billy_30"], ["access_token", "4d8020f7291e6ec3fb3bd249739d13d3"], ["uuid", "15ada9c6-449c-4a73-b998-9d26271b20c8"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:02:14.210017"], ["updated_at", "2017-10-25 17:02:14.210017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1314906374 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1314906374], ["username", "billy_31"], ["access_token", "02fc36fadb30dda56277932a74209652"], ["uuid", "ad219af3-049b-4cba-9196-5a795ceee71c"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:02:14.213061"], ["updated_at", "2017-10-25 17:02:14.213061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -706656206 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -706656206], ["username", "billy_32"], ["access_token", "caf10af6bb3a3f404558b5668f0a8155"], ["uuid", "0b9a9cff-356e-4d26-a9d3-4ae42c0268f0"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:02:14.215974"], ["updated_at", "2017-10-25 17:02:14.215974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -28344977 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -28344977], ["username", "billy_33"], ["access_token", "33b49d5bc928ab692f34d1fe53cc20bd"], ["uuid", "133ba77e-9be7-4cfc-bc31-4984179b605e"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:02:14.218880"], ["updated_at", "2017-10-25 17:02:14.218880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1643456646 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1643456646], ["username", "billy_34"], ["access_token", "512831d088c57ac366c25c72e5cc5fb9"], ["uuid", "01ef2a4e-5f61-4d59-b382-3ecec405d101"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:02:14.222101"], ["updated_at", "2017-10-25 17:02:14.222101"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -676659310 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -676659310], ["username", "billy_35"], ["access_token", "dbe7348a0042dfe7934a7ae85dde5c9f"], ["uuid", "d69add2a-7ab5-46df-8a1a-9c8d5b4f1762"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:02:14.225506"], ["updated_at", "2017-10-25 17:02:14.225506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1643095724 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1643095724], ["username", "billy_36"], ["access_token", "6b2f87621adf5db1945abb689d238f66"], ["uuid", "38e73a26-4a31-404c-9e5a-672605dd54d7"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:02:14.228825"], ["updated_at", "2017-10-25 17:02:14.228825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2094262927 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2094262927], ["username", "billy_37"], ["access_token", "de291687cccedc1e661036fadd283625"], ["uuid", "8d843f09-4dcf-450b-ae23-d8a5cb4432ea"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:02:14.231854"], ["updated_at", "2017-10-25 17:02:14.231854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -463753839 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -463753839], ["username", "billy_38"], ["access_token", "aaf314fae23496f7c84d564bb5ed0b02"], ["uuid", "bb5645d9-fada-4d2d-895e-20a9e4c316b9"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:02:14.234761"], ["updated_at", "2017-10-25 17:02:14.234761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -219194546 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -219194546], ["username", "billy_39"], ["access_token", "695ce4f96e306d77ba2d1a2e02b7da51"], ["uuid", "d5babaae-2f1a-4212-82b4-1a172aaf1ffb"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:02:14.237608"], ["updated_at", "2017-10-25 17:02:14.237608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1370404452 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1370404452], ["username", "billy_40"], ["access_token", "15f832df996e0ea503cc3d0b4b4f2230"], ["uuid", "e58e1e0f-4b3c-4e3a-ac10-c3ab915044ae"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:02:14.240513"], ["updated_at", "2017-10-25 17:02:14.240513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1024765702 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1024765702], ["username", "billy_41"], ["access_token", "f99abc2d7c8526a84b3cf08583e032de"], ["uuid", "e1eda721-204d-4142-a0e6-81962aaac2dd"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:02:14.243608"], ["updated_at", "2017-10-25 17:02:14.243608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -348669634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -348669634], ["username", "billy_42"], ["access_token", "cf56381193a5d51b574dcd1bec43ca41"], ["uuid", "1b62dd10-a459-47e0-a45a-167ce5d0847e"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:02:14.246754"], ["updated_at", "2017-10-25 17:02:14.246754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -116369372 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -116369372], ["username", "billy_43"], ["access_token", "86e3a63a1fbd7e67a0bcca434b57a4f7"], ["uuid", "4e49b6af-5743-4ddc-acc5-95a11557afab"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:02:14.249805"], ["updated_at", "2017-10-25 17:02:14.249805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178322148 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -178322148], ["username", "billy_44"], ["access_token", "0e45877f2309de846239626be589a770"], ["uuid", "e533e68a-ef3c-42ef-8113-5948e60cee62"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:02:14.253167"], ["updated_at", "2017-10-25 17:02:14.253167"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -417258142 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -417258142], ["username", "billy_45"], ["access_token", "4a984a536adb86e95ce7745e45e8a681"], ["uuid", "7f801dc3-9577-43d3-9fbc-0b272ddc95dc"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:02:14.256247"], ["updated_at", "2017-10-25 17:02:14.256247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1533843980 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1533843980], ["username", "jstrav"], ["access_token", "8201b6c5f6743d5114ee9e0cb0f37d8c"], ["uuid", "a2b4ecef-0bbe-450a-b380-8521ff0e04ed"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:14.264689"], ["updated_at", "2017-10-25 17:02:14.264689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -961028175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -961028175], ["username", "mary"], ["access_token", "168792c44bd3635ed4fe45d87a393d41"], ["uuid", "0315777d-deb4-4e46-a088-fe58907888ce"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:14.268151"], ["updated_at", "2017-10-25 17:02:14.268151"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1744754575 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1744754575], ["username", "jstead"], ["access_token", "b75379ae1d0c32272f66538765b6588c"], ["uuid", "40ef8b31-b894-42af-9a09-bea4d1f89960"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:14.271265"], ["updated_at", "2017-10-25 17:02:14.271265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1754176211 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1754176211], ["username", "bigbear"], ["access_token", "a215efb5bddce92c416d867db77e7456"], ["uuid", "28aba2c1-1e4a-437f-a2f5-bfdc449d42fe"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:14.274294"], ["updated_at", "2017-10-25 17:02:14.274294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -668948187 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -668948187], ["username", "billy_00"], ["access_token", "91c50e02a7efc585fee432085d423a5e"], ["uuid", "78239e6e-fc5c-4a07-a763-89759e35117c"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:02:14.277293"], ["updated_at", "2017-10-25 17:02:14.277293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1562853769 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1562853769], ["username", "billy_01"], ["access_token", "15e23779b6d5644203838aa650bb6582"], ["uuid", "b42e569d-5f38-4b33-b856-83d6795b8cac"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:02:14.280439"], ["updated_at", "2017-10-25 17:02:14.280439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1350222693 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1350222693], ["username", "billy_02"], ["access_token", "c53b91efdc5cbdd0951585ed0f3d6814"], ["uuid", "3ffdd26b-493e-4c69-8c3d-cffc76c43a9b"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:02:14.284264"], ["updated_at", "2017-10-25 17:02:14.284264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -843929089 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -843929089], ["username", "billy_03"], ["access_token", "200a1208d6065d88c7df85b1edba15c5"], ["uuid", "6ab9dae1-3e56-4e80-adaf-82e135d60dc5"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:02:14.287897"], ["updated_at", "2017-10-25 17:02:14.287897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1179779370 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1179779370], ["username", "billy_04"], ["access_token", "f49376961d7c6357a2c7164f9f2b71e3"], ["uuid", "74079de9-4e7f-4912-b05a-158541cc16f1"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:02:14.291393"], ["updated_at", "2017-10-25 17:02:14.291393"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1568351956 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1568351956], ["username", "billy_05"], ["access_token", "4f493e4ac5979f92adf46a82414ee68f"], ["uuid", "6f5a40ab-0fff-4aee-8cee-1035639bcef2"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:02:14.295646"], ["updated_at", "2017-10-25 17:02:14.295646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -84922532 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -84922532], ["username", "billy_06"], ["access_token", "8f4790e34388766ee42ae263582f71eb"], ["uuid", "bfbe1909-dcec-4a13-aa35-5fa3f41d5f60"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:02:14.299814"], ["updated_at", "2017-10-25 17:02:14.299814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322041555 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -322041555], ["username", "billy_07"], ["access_token", "290221e3a9c2ff60b751413565bf75c4"], ["uuid", "0d280b11-7ee3-4875-82d6-286df217d494"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:02:14.303023"], ["updated_at", "2017-10-25 17:02:14.303023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1449351508 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1449351508], ["username", "billy_08"], ["access_token", "51105d4dac2e39821d9080f4fda11ac8"], ["uuid", "16730277-f1bb-4bd2-9695-72b177a6fa61"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:02:14.306097"], ["updated_at", "2017-10-25 17:02:14.306097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952748240 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -952748240], ["username", "billy_09"], ["access_token", "a03a0147de6e6d93ab54251367ff136f"], ["uuid", "a9e5aef8-c68a-4076-bab3-3763d7edf049"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:02:14.309175"], ["updated_at", "2017-10-25 17:02:14.309175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -879100962 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -879100962], ["username", "billy_10"], ["access_token", "ab4a4977e4ef78dc3ccc8b33d4ee0294"], ["uuid", "cb7d04b0-3ce5-4c48-b044-69fcd437ef42"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:02:14.312527"], ["updated_at", "2017-10-25 17:02:14.312527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -118214017 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -118214017], ["username", "billy_11"], ["access_token", "44188485feaa1d91417181a075e62209"], ["uuid", "24cb1219-247d-4f40-aa13-0a691bd998b8"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:02:14.315847"], ["updated_at", "2017-10-25 17:02:14.315847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2090434275 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2090434275], ["username", "billy_12"], ["access_token", "f10f49f6e760d2980a3d2a08444549ec"], ["uuid", "394bc41b-1c13-4030-b20d-68a1cc97cd1b"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:02:14.319092"], ["updated_at", "2017-10-25 17:02:14.319092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -333547037 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -333547037], ["username", "billy_13"], ["access_token", "525f02e7cd6f9256ac66dcb13713c89d"], ["uuid", "ddc585e0-d782-4d62-a0a0-efc0063f55c4"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:02:14.322301"], ["updated_at", "2017-10-25 17:02:14.322301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1643816035 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1643816035], ["username", "billy_14"], ["access_token", "4c89c3d02d7b2a0e9f4b551e6432078c"], ["uuid", "022668a5-e898-4059-9854-2b9fa99feb8c"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:02:14.325653"], ["updated_at", "2017-10-25 17:02:14.325653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -883186764 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -883186764], ["username", "billy_15"], ["access_token", "55b787932d7d66823e303bcba11d9ef7"], ["uuid", "66758a2f-bee6-4a9e-8b3c-c24c4952d810"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:02:14.329024"], ["updated_at", "2017-10-25 17:02:14.329024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -961784504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -961784504], ["username", "billy_16"], ["access_token", "763301a927616aa1acd6ff62895f845f"], ["uuid", "994cc5cf-7b7f-4957-acea-ba95ccf96d2d"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:02:14.332307"], ["updated_at", "2017-10-25 17:02:14.332307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1109976029 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1109976029], ["username", "billy_17"], ["access_token", "cbeb2e84e1ee96d2c45f864a122f871f"], ["uuid", "50e40e8e-e163-46b9-a597-ccf9414a9d52"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:02:14.335500"], ["updated_at", "2017-10-25 17:02:14.335500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1665904047 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1665904047], ["username", "billy_18"], ["access_token", "cc890c29de3223d977dd4451139e331b"], ["uuid", "6c85b499-3fd0-4b5b-9a3b-d3a171fccaf5"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:02:14.338706"], ["updated_at", "2017-10-25 17:02:14.338706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1941296072 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1941296072], ["username", "billy_19"], ["access_token", "90fd375ff57e57a1b7348d3ba76b619f"], ["uuid", "f5f39787-faf0-4ebc-a091-c31e97e03aba"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:02:14.341854"], ["updated_at", "2017-10-25 17:02:14.341854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1718038778 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1718038778], ["username", "billy_20"], ["access_token", "bd9f0406c4d95f1194d3dd93a4d9d752"], ["uuid", "f98c2a92-754c-4b28-b27c-8a30a7112f03"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:02:14.344994"], ["updated_at", "2017-10-25 17:02:14.344994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -902805224 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -902805224], ["username", "billy_21"], ["access_token", "e36f7f1c0cb425836f5889ccb5352bbf"], ["uuid", "7a5c32e9-1a43-4590-9059-af9d7413675c"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:02:14.348146"], ["updated_at", "2017-10-25 17:02:14.348146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1825121500 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1825121500], ["username", "billy_22"], ["access_token", "ce84900bc0d1bcfc2220f0bb7817f4d3"], ["uuid", "0025853d-18ef-49f4-83dc-44bc55ff0568"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:02:14.351264"], ["updated_at", "2017-10-25 17:02:14.351264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1175365069 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1175365069], ["username", "billy_23"], ["access_token", "95664d2d93c29ef7fa08c69ab4ac3324"], ["uuid", "805ba3ef-baf1-4682-b7df-61ade82c47cb"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:02:14.354412"], ["updated_at", "2017-10-25 17:02:14.354412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1603581711 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1603581711], ["username", "billy_24"], ["access_token", "f85b5b81f7b4f36817386da9f4f9f416"], ["uuid", "10f12c7c-2374-4604-84ca-331e8c735c48"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:02:14.357573"], ["updated_at", "2017-10-25 17:02:14.357573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -139567815 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -139567815], ["username", "billy_25"], ["access_token", "7d0261996f4ce7fa26a27d290f3ace60"], ["uuid", "69a0a40b-bcf7-47aa-9d18-2acd1a7f4568"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:02:14.360652"], ["updated_at", "2017-10-25 17:02:14.360652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -666012686 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -666012686], ["username", "billy_26"], ["access_token", "12b750309c21bdafb6a88c4bb2e653c5"], ["uuid", "684be8a2-afd0-4286-b74b-01abddaffd3d"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:02:14.363803"], ["updated_at", "2017-10-25 17:02:14.363803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1899562062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1899562062], ["username", "billy_27"], ["access_token", "e8b659e98e40393305a7a3306ba22487"], ["uuid", "1d40d07a-5993-44db-b40c-c93450300226"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:02:14.366889"], ["updated_at", "2017-10-25 17:02:14.366889"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -570359418 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -570359418], ["username", "billy_28"], ["access_token", "1a845b6ef3b460cad97b9f55a82b700d"], ["uuid", "82c1d268-edda-4866-9c47-e2a1456a55cd"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:02:14.370037"], ["updated_at", "2017-10-25 17:02:14.370037"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1397510595 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1397510595], ["username", "billy_29"], ["access_token", "563cdf2b9bbd638148b7abc0528ee395"], ["uuid", "082bfd04-40f7-4da2-9c9d-bd8d37ddc1aa"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:02:14.373261"], ["updated_at", "2017-10-25 17:02:14.373261"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378475166 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1378475166], ["username", "billy_30"], ["access_token", "36548f6322f712bb762bf04fb2412f10"], ["uuid", "fa56f74a-298e-4172-a008-70808b0012e6"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:02:14.376345"], ["updated_at", "2017-10-25 17:02:14.376345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405368529 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -405368529], ["username", "billy_31"], ["access_token", "d69cdc3057533ffc673b3387083e4fee"], ["uuid", "ffee7378-b49b-4837-87d3-e8638d5a01f4"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:02:14.379958"], ["updated_at", "2017-10-25 17:02:14.379958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1115057652 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1115057652], ["username", "billy_32"], ["access_token", "713cc4bfdf4a9cc898fad3b8e8b9f8c5"], ["uuid", "9ad04b4d-5b7c-4f46-a954-5590138edb62"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:02:14.384368"], ["updated_at", "2017-10-25 17:02:14.384368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -163739559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -163739559], ["username", "billy_33"], ["access_token", "eed0c902eb35b926d8fff0d910d6546b"], ["uuid", "3b9f547f-5ec7-4a83-b38b-a71dc8534dcd"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:02:14.388131"], ["updated_at", "2017-10-25 17:02:14.388131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1854366779 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1854366779], ["username", "billy_34"], ["access_token", "4cf7a984b92e3d7c051cae4b5ecb8ea8"], ["uuid", "39ce7df3-2112-438f-8db4-e552c7a77643"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:02:14.391788"], ["updated_at", "2017-10-25 17:02:14.391788"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1938627221 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1938627221], ["username", "billy_35"], ["access_token", "03790d8127afe49df13265ce326a4e54"], ["uuid", "5135e2ef-7ccc-4ba7-a5bb-2626930a8a40"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:02:14.396704"], ["updated_at", "2017-10-25 17:02:14.396704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -195670642 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -195670642], ["username", "billy_36"], ["access_token", "240dfb71cf6c8f5a9115f98142cc28f3"], ["uuid", "2918bc1f-efea-4e8c-a561-ab9e712e92b3"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:02:14.400297"], ["updated_at", "2017-10-25 17:02:14.400297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -54910227 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -54910227], ["username", "billy_37"], ["access_token", "3ea8ff3a158ceafc23084fa9af5e197a"], ["uuid", "58766731-216c-4666-af8c-bd8d6b7db256"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:02:14.403942"], ["updated_at", "2017-10-25 17:02:14.403942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -492662753 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -492662753], ["username", "billy_38"], ["access_token", "94192dc9464c3c7f3fec8e2faf0a3f9f"], ["uuid", "ae51fb91-8935-4880-af18-715ce9785998"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:02:14.407149"], ["updated_at", "2017-10-25 17:02:14.407149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436260985 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1436260985], ["username", "billy_39"], ["access_token", "cdba490ed61a3816af975d79f0dd7ee0"], ["uuid", "10871331-a0d3-47bc-a797-508d8caea373"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:02:14.410398"], ["updated_at", "2017-10-25 17:02:14.410398"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1927457873 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1927457873], ["username", "billy_40"], ["access_token", "b926affb3e26225bed268636c351cb7e"], ["uuid", "d5361385-215f-4ef8-be40-4b86b23cb825"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:02:14.414155"], ["updated_at", "2017-10-25 17:02:14.414155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1040969298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1040969298], ["username", "billy_41"], ["access_token", "6d9ceb6eab92a55c7ad643529233ca61"], ["uuid", "04711fdd-c0ba-4173-935e-d0d8b418a40c"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:02:14.417567"], ["updated_at", "2017-10-25 17:02:14.417567"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1767225586 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1767225586], ["username", "billy_42"], ["access_token", "7975db2594b696096d9e70cdefe77067"], ["uuid", "1412fd3a-dc35-424a-ab05-cd44823d7877"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:02:14.421313"], ["updated_at", "2017-10-25 17:02:14.421313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1956267808 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1956267808], ["username", "billy_43"], ["access_token", "84cdca6f06ad481206889eb9ac54365e"], ["uuid", "f228c368-7d62-4782-ac85-605639280186"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:02:14.424768"], ["updated_at", "2017-10-25 17:02:14.424768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1105732972 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1105732972], ["username", "billy_44"], ["access_token", "876e3bcd39472d04d487e0a6fea32433"], ["uuid", "6280f5cd-1602-4618-bfcb-116026ceebec"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:02:14.428416"], ["updated_at", "2017-10-25 17:02:14.428416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1640391723 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1640391723], ["username", "billy_45"], ["access_token", "9eed5858d552a27e281a3104326c4e53"], ["uuid", "0de3581c-3fd7-44ca-b54c-ec8ad9b17e77"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:02:14.432267"], ["updated_at", "2017-10-25 17:02:14.432267"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -381404640 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -381404640], ["username", "jstrav"], ["access_token", "544bbee7e28d490d8867ae6f8de6f1c4"], ["uuid", "94317b0d-8ee7-409f-b1de-169028db2549"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:02:14.441590"], ["updated_at", "2017-10-25 17:02:14.441590"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592316396 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -592316396], ["username", "mary"], ["access_token", "e559f303dd0b9a8da27f4eb4af025179"], ["uuid", "ee938d50-f4ab-45f6-9444-428f58db228d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:02:14.445385"], ["updated_at", "2017-10-25 17:02:14.445385"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1998475034 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1998475034], ["username", "jstead"], ["access_token", "c1444ab036416712e9fb20d09db7d712"], ["uuid", "b2ae25e4-67c3-4ba9-98d2-147fa6e51e35"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:02:14.448750"], ["updated_at", "2017-10-25 17:02:14.448750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1426345795 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1426345795], ["username", "bigbear"], ["access_token", "e68381c94914fb7f05121e3ea99bad9a"], ["uuid", "4e497ef0-3049-4125-89fd-328ca41decc2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:02:14.452201"], ["updated_at", "2017-10-25 17:02:14.452201"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -37236607 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -37236607], ["username", "foo_bb"], ["access_token", "937dfd80a110d3c69676a2d1be01b357"], ["uuid", "2e68968d-78e1-4b4c-b0aa-057e741bcf10"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-10-25 17:02:14.455509"], ["updated_at", "2017-10-25 17:02:14.455509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1212629316 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1212629316], ["username", "foo_bj"], ["access_token", "c7f4fbe69c753ae4fb52d60ff967b420"], ["uuid", "ee941782-d3ee-4511-91fe-052aee26f01d"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:02:14.458752"], ["updated_at", "2017-10-25 17:02:14.458752"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -73335765 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -73335765], ["username", "foo_tj"], ["access_token", "d47cdb94d8c56c685c3fde4bdefbbaa6"], ["uuid", "a7cfae5a-d511-4cbc-99ee-2d4c65043cf7"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:02:14.461974"], ["updated_at", "2017-10-25 17:02:14.461974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (206.5ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (430.7ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (6.0ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto"  (5.0ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" character varying DEFAULT 'gen_random_uuid()' NOT NULL, "role" integer DEFAULT 0 NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (2.2ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.1ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (2.5ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.1ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.4ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.3ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (1.2ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.3ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (2.7ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (1.8ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4b7ca2c-10fd-43af-8a24-c8b38b8e38fc' LIMIT 1 SQL (0.9ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "fedc20dbc866c65fd2789d93c7e6a38c"], ["uuid", "d4b7ca2c-10fd-43af-8a24-c8b38b8e38fc"], ["created_at", "2017-10-25 17:08:53.505805"], ["updated_at", "2017-10-25 17:08:53.505805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 29ms (Views: 28.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57ba44c0-4375-4449-96b2-e799c9708dff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a2472a8f55e018220f7fe208f182b876"], ["uuid", "57ba44c0-4375-4449-96b2-e799c9708dff"], ["created_at", "2017-10-25 17:08:53.547445"], ["updated_at", "2017-10-25 17:08:53.547445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 2]] Redirected to http://test.host/ Completed 302 Found in 17ms (ActiveRecord: 1.5ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["username", "u"], ["openstax_uid", 2], ["created_at", "2017-10-25 17:08:53.601208"], ["updated_at", "2017-10-25 17:08:53.601208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:08:55 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:08:56 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 3) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 3) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'booyah' AND "openstax_accounts_accounts"."id" != 3) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "role" = $3, "updated_at" = $4 WHERE "openstax_accounts_accounts"."id" = $5 [["username", "user"], ["uuid", "booyah"], ["role", 2], ["updated_at", "2017-10-25 17:08:56.684015"], ["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2017-10-25 17:08:56.689723"], ["updated_at", "2017-10-25 17:08:56.689723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:08:58 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:09:00 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:09:02 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:09:04 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 3) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 3) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'booyah' AND "openstax_accounts_accounts"."id" != 3) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 4) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 4) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' AND "openstax_accounts_accounts"."id" != 4) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:09:06 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:09:08 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1293848989 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f001104e-24e7-4189-9eda-ec13fe799fd2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1293848989], ["username", "jstrav"], ["access_token", "5d9e3d9aea74e5402c2fee5376943306"], ["uuid", "f001104e-24e7-4189-9eda-ec13fe799fd2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:09:08.834396"], ["updated_at", "2017-10-25 17:09:08.834396"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1802157922 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe72a4fb-76d1-4386-8e8b-0d25cc40dee9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1802157922], ["username", "mary"], ["access_token", "21d1fd80c8a8c9912465ee4e9bd6dd4f"], ["uuid", "fe72a4fb-76d1-4386-8e8b-0d25cc40dee9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:09:08.838550"], ["updated_at", "2017-10-25 17:09:08.838550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236875094 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f15b6b59-598b-42df-864a-cfcbda5e2b98' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -236875094], ["username", "jstead"], ["access_token", "b9e41a9fb2d46ec0fff2fefcf4c82247"], ["uuid", "f15b6b59-598b-42df-864a-cfcbda5e2b98"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:09:08.842411"], ["updated_at", "2017-10-25 17:09:08.842411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1295992393 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d37b17b-33d4-40f5-b124-195ab394230f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1295992393], ["username", "bigbear"], ["access_token", "f66341c5edeedb4541c2052c41ec576e"], ["uuid", "4d37b17b-33d4-40f5-b124-195ab394230f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:09:08.846028"], ["updated_at", "2017-10-25 17:09:08.846028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1337820657 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '70c7aa4d-eb14-4041-8b9f-bd944f689b1e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1337820657], ["username", "billy_00"], ["access_token", "a031bd3e054fd6484198f9d0f400ac26"], ["uuid", "70c7aa4d-eb14-4041-8b9f-bd944f689b1e"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:09:08.849625"], ["updated_at", "2017-10-25 17:09:08.849625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -610406331 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a75dfe68-9e52-4370-9aef-50a458463907' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -610406331], ["username", "billy_01"], ["access_token", "9e307a3059c42ead8ca3229dd98db420"], ["uuid", "a75dfe68-9e52-4370-9aef-50a458463907"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:09:08.853108"], ["updated_at", "2017-10-25 17:09:08.853108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -900445819 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5d0f64e-4ec2-4204-be69-e36a417d0c4b' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -900445819], ["username", "billy_02"], ["access_token", "6f3c0c306c053ea80de70e6421e6e810"], ["uuid", "c5d0f64e-4ec2-4204-be69-e36a417d0c4b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:09:08.857116"], ["updated_at", "2017-10-25 17:09:08.857116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -930188795 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a33845ec-7659-42ea-ac22-7a9ea282d71b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -930188795], ["username", "billy_03"], ["access_token", "a4e8aa32eb10701d4aa5f8e988140269"], ["uuid", "a33845ec-7659-42ea-ac22-7a9ea282d71b"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:09:08.876013"], ["updated_at", "2017-10-25 17:09:08.876013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -216547437 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4fe82974-2b28-470f-b0ec-197c24a26f50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -216547437], ["username", "billy_04"], ["access_token", "a735d2eb4b34bec1bd29a658e2ca5af9"], ["uuid", "4fe82974-2b28-470f-b0ec-197c24a26f50"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:09:08.880005"], ["updated_at", "2017-10-25 17:09:08.880005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -883808896 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '48a90742-2110-4c2e-bbd9-9923084baf07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -883808896], ["username", "billy_05"], ["access_token", "6ccd57ef137b383d4892cf330855a4f8"], ["uuid", "48a90742-2110-4c2e-bbd9-9923084baf07"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:09:08.883693"], ["updated_at", "2017-10-25 17:09:08.883693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2084159756 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca2c2dd1-1e85-46cf-a3ba-2063b91d1fda' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2084159756], ["username", "billy_06"], ["access_token", "5223afd9ec8edbc3d270f58436223f86"], ["uuid", "ca2c2dd1-1e85-46cf-a3ba-2063b91d1fda"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:09:08.887565"], ["updated_at", "2017-10-25 17:09:08.887565"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1691907706 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be10f750-f10f-4785-81f4-caee2714bcdb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1691907706], ["username", "billy_07"], ["access_token", "e565d624c1ab0156d3a7be92b04751fd"], ["uuid", "be10f750-f10f-4785-81f4-caee2714bcdb"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:09:08.891831"], ["updated_at", "2017-10-25 17:09:08.891831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -625644627 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01c76479-907a-4083-8b66-d3889da7a5e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -625644627], ["username", "billy_08"], ["access_token", "a2dcc94e789c1f5a00a7174d8824afad"], ["uuid", "01c76479-907a-4083-8b66-d3889da7a5e8"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:09:08.896405"], ["updated_at", "2017-10-25 17:09:08.896405"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1367555640 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56325015-fcaa-47cd-a76f-2e41e5f96218' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1367555640], ["username", "billy_09"], ["access_token", "f961b41a77b78e3f1bfd14c0a5d471bf"], ["uuid", "56325015-fcaa-47cd-a76f-2e41e5f96218"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:09:08.900268"], ["updated_at", "2017-10-25 17:09:08.900268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1532495462 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6288d539-f755-482a-b6ba-6bc0cb03e70c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1532495462], ["username", "billy_10"], ["access_token", "4ee14166b5b65060d96ca5b0b574b3b2"], ["uuid", "6288d539-f755-482a-b6ba-6bc0cb03e70c"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:09:08.906442"], ["updated_at", "2017-10-25 17:09:08.906442"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024470537 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '262b8512-57eb-4884-ae59-5448231d7573' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2024470537], ["username", "billy_11"], ["access_token", "6ecd3a089fb957c8fc0383e1c0609bc5"], ["uuid", "262b8512-57eb-4884-ae59-5448231d7573"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:09:08.912032"], ["updated_at", "2017-10-25 17:09:08.912032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -541893990 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd2d494b-3f2d-4c75-b62f-648d3acbdc5e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -541893990], ["username", "billy_12"], ["access_token", "8666ae1461717188049d3bae9b5de24e"], ["uuid", "fd2d494b-3f2d-4c75-b62f-648d3acbdc5e"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:09:08.916824"], ["updated_at", "2017-10-25 17:09:08.916824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -648689840 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'acca99f1-933e-4672-9c5b-c3cf82c274ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -648689840], ["username", "billy_13"], ["access_token", "57b672abc5da29f8ed1012640abf8725"], ["uuid", "acca99f1-933e-4672-9c5b-c3cf82c274ea"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:09:08.920664"], ["updated_at", "2017-10-25 17:09:08.920664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987921481 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27292a30-9ce2-43ea-8f98-78e0aa3a2cdf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -987921481], ["username", "billy_14"], ["access_token", "b89f2edadfdf30c9334ca0fd13dbab1c"], ["uuid", "27292a30-9ce2-43ea-8f98-78e0aa3a2cdf"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:09:08.924297"], ["updated_at", "2017-10-25 17:09:08.924297"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -263222236 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a327b895-cd7f-413b-b051-1917de81a4ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -263222236], ["username", "billy_15"], ["access_token", "90381fad2cfd4f84a02a85e7f14f04c7"], ["uuid", "a327b895-cd7f-413b-b051-1917de81a4ec"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:09:08.928195"], ["updated_at", "2017-10-25 17:09:08.928195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -104637301 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '918638b5-1824-4db1-be7c-481f7bf93c86' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -104637301], ["username", "billy_16"], ["access_token", "8d2110d768ab74f91a35f1d6a129ef23"], ["uuid", "918638b5-1824-4db1-be7c-481f7bf93c86"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:09:08.932035"], ["updated_at", "2017-10-25 17:09:08.932035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415860278 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c782a9eb-5dfe-4251-ac90-5b8acb669fdd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -415860278], ["username", "billy_17"], ["access_token", "ea59428958f083afbb7f09a9891b62c3"], ["uuid", "c782a9eb-5dfe-4251-ac90-5b8acb669fdd"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:09:08.935642"], ["updated_at", "2017-10-25 17:09:08.935642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2052127588 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c4ff086-1e5d-4477-9fcf-0ba07363f54d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2052127588], ["username", "billy_18"], ["access_token", "c684fc54c0300985db2d9af810e14d08"], ["uuid", "3c4ff086-1e5d-4477-9fcf-0ba07363f54d"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:09:08.939299"], ["updated_at", "2017-10-25 17:09:08.939299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -120949266 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c35d804-9ddb-4d12-b387-332070b2469c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -120949266], ["username", "billy_19"], ["access_token", "2a6a7234f42306d2560954a55cdd86d5"], ["uuid", "6c35d804-9ddb-4d12-b387-332070b2469c"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:09:08.942882"], ["updated_at", "2017-10-25 17:09:08.942882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1001486974 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa90c421-272f-4adf-994e-21be65ef71a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1001486974], ["username", "billy_20"], ["access_token", "c8a0971e3fb81af54115a0a1d4a8fd96"], ["uuid", "aa90c421-272f-4adf-994e-21be65ef71a1"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:09:08.946607"], ["updated_at", "2017-10-25 17:09:08.946607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2115345634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22e74235-735f-434f-9322-df1bf44f7478' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2115345634], ["username", "billy_21"], ["access_token", "9985955a5a17ce4531ad2959b4b38b39"], ["uuid", "22e74235-735f-434f-9322-df1bf44f7478"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:09:08.950277"], ["updated_at", "2017-10-25 17:09:08.950277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -60154430 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3986a945-86ec-4ce7-8176-93fef78c2f44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -60154430], ["username", "billy_22"], ["access_token", "a5459710ea9d69f1dfa8bc4101ea1c67"], ["uuid", "3986a945-86ec-4ce7-8176-93fef78c2f44"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:09:08.953862"], ["updated_at", "2017-10-25 17:09:08.953862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -504993950 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1fe71ab3-0636-4de1-91a4-2539862e1654' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -504993950], ["username", "billy_23"], ["access_token", "4834ce5f6f9d005f921f21369cd40e0b"], ["uuid", "1fe71ab3-0636-4de1-91a4-2539862e1654"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:09:08.957574"], ["updated_at", "2017-10-25 17:09:08.957574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1072243934 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81ed0355-f68a-4b39-9664-7a2ebaa18f43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1072243934], ["username", "billy_24"], ["access_token", "23bf11f1edda0e48d989c0a97a4ead0c"], ["uuid", "81ed0355-f68a-4b39-9664-7a2ebaa18f43"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:09:08.961515"], ["updated_at", "2017-10-25 17:09:08.961515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1422999621 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04cdad5b-afdf-4846-acf0-b06563d66c15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1422999621], ["username", "billy_25"], ["access_token", "5d76be3ed3b8d1c2f334a8604fe4e79d"], ["uuid", "04cdad5b-afdf-4846-acf0-b06563d66c15"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:09:08.965163"], ["updated_at", "2017-10-25 17:09:08.965163"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1411282569 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1e5c4c0-cf3e-4eb3-b183-56089ae6fe7a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1411282569], ["username", "billy_26"], ["access_token", "1a5cef485542baec27627bca5bcce7ed"], ["uuid", "d1e5c4c0-cf3e-4eb3-b183-56089ae6fe7a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:09:08.969187"], ["updated_at", "2017-10-25 17:09:08.969187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1196022251 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9bda2a1-a66a-4d1d-8475-4a97c747b161' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1196022251], ["username", "billy_27"], ["access_token", "1fb64ed493d7270b5608ddaef49bcbc1"], ["uuid", "a9bda2a1-a66a-4d1d-8475-4a97c747b161"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:09:08.973491"], ["updated_at", "2017-10-25 17:09:08.973491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -521128231 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76557201-fd27-4420-aef8-ad0100adc57e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -521128231], ["username", "billy_28"], ["access_token", "9c0ce4503604a53f93c725717e72cba5"], ["uuid", "76557201-fd27-4420-aef8-ad0100adc57e"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:09:08.978486"], ["updated_at", "2017-10-25 17:09:08.978486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1451610480 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e9cebfd-a1ba-4efb-9732-9a4647dbd1b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1451610480], ["username", "billy_29"], ["access_token", "b63fa58e33c87db6c95b673994d8bf81"], ["uuid", "8e9cebfd-a1ba-4efb-9732-9a4647dbd1b1"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:09:08.982783"], ["updated_at", "2017-10-25 17:09:08.982783"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1225713509 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f91aab20-3b79-41d7-bb4d-d20afb5bc890' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1225713509], ["username", "billy_30"], ["access_token", "5ea83ed2a99babc39c12dff78b0eeef5"], ["uuid", "f91aab20-3b79-41d7-bb4d-d20afb5bc890"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:09:08.986627"], ["updated_at", "2017-10-25 17:09:08.986627"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1825178862 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e3d08f6-1c58-4e1e-a3b1-f8499645862e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1825178862], ["username", "billy_31"], ["access_token", "d339b1e87443d7d6ca31e58e47bab270"], ["uuid", "1e3d08f6-1c58-4e1e-a3b1-f8499645862e"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:09:08.990425"], ["updated_at", "2017-10-25 17:09:08.990425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1726586740 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5392f46-997f-43e3-a2dc-eeff654a578a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1726586740], ["username", "billy_32"], ["access_token", "460a8d9c1158f03c84b5c26c874e1d93"], ["uuid", "d5392f46-997f-43e3-a2dc-eeff654a578a"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:09:08.994310"], ["updated_at", "2017-10-25 17:09:08.994310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -102592065 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c774b5a8-837a-4ca2-a673-47823c0e46c8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -102592065], ["username", "billy_33"], ["access_token", "dcf1d2ae189d81748ef1e97a1256c644"], ["uuid", "c774b5a8-837a-4ca2-a673-47823c0e46c8"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:09:08.998380"], ["updated_at", "2017-10-25 17:09:08.998380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1166439151 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09a4f67e-df6f-42b6-ab47-a879a3713d48' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1166439151], ["username", "billy_34"], ["access_token", "ec5a859f2ce84acc43250260a9b36b74"], ["uuid", "09a4f67e-df6f-42b6-ab47-a879a3713d48"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:09:09.003631"], ["updated_at", "2017-10-25 17:09:09.003631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -25230568 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81fd83f7-0e89-4ed6-add1-f839bbf4bcdf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -25230568], ["username", "billy_35"], ["access_token", "956c67e81290a03a47e7986cdfff6501"], ["uuid", "81fd83f7-0e89-4ed6-add1-f839bbf4bcdf"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:09:09.008039"], ["updated_at", "2017-10-25 17:09:09.008039"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1140512556 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c151cd90-fea5-4075-9144-9cec4429924a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1140512556], ["username", "billy_36"], ["access_token", "d9be01e82593764b9c04dc4814cd4b85"], ["uuid", "c151cd90-fea5-4075-9144-9cec4429924a"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:09:09.011914"], ["updated_at", "2017-10-25 17:09:09.011914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1965348620 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '724d20a2-40eb-437d-a058-d863ec986169' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1965348620], ["username", "billy_37"], ["access_token", "32704db8792b79c5ab06a4656be6427b"], ["uuid", "724d20a2-40eb-437d-a058-d863ec986169"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:09:09.015714"], ["updated_at", "2017-10-25 17:09:09.015714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1413718975 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7497362c-0b0d-490d-b5de-37141dbfcfbf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1413718975], ["username", "billy_38"], ["access_token", "5fbf62004a75e809abf5bc8854ed686f"], ["uuid", "7497362c-0b0d-490d-b5de-37141dbfcfbf"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:09:09.019410"], ["updated_at", "2017-10-25 17:09:09.019410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -68937082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25b6175d-c885-4662-b507-cd42e8ebc928' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -68937082], ["username", "billy_39"], ["access_token", "e097acc67f0630fab752d8e4e9dcc53e"], ["uuid", "25b6175d-c885-4662-b507-cd42e8ebc928"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:09:09.023305"], ["updated_at", "2017-10-25 17:09:09.023305"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1709784019 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e7ecad1-0dc6-400e-811c-089fd937a773' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1709784019], ["username", "billy_40"], ["access_token", "21e8c81a36f84144909b428d4ff9d327"], ["uuid", "4e7ecad1-0dc6-400e-811c-089fd937a773"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:09:09.026843"], ["updated_at", "2017-10-25 17:09:09.026843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -45990715 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec4cb1de-cdac-4fbc-83c2-a440dee363e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -45990715], ["username", "billy_41"], ["access_token", "b195bb20a29812dc6d51c45e3b26d54b"], ["uuid", "ec4cb1de-cdac-4fbc-83c2-a440dee363e5"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:09:09.030864"], ["updated_at", "2017-10-25 17:09:09.030864"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262464688 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ffb4fe3f-6b94-4c85-bc2a-8cd14dade438' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -262464688], ["username", "billy_42"], ["access_token", "a259898e8e3148688100448cddd1dded"], ["uuid", "ffb4fe3f-6b94-4c85-bc2a-8cd14dade438"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:09:09.034517"], ["updated_at", "2017-10-25 17:09:09.034517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1069373357 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d8306b6-8a99-421b-a2e2-095ddb8bbee4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1069373357], ["username", "billy_43"], ["access_token", "e3f8c8074e16ed221ee3ea16b5822cab"], ["uuid", "8d8306b6-8a99-421b-a2e2-095ddb8bbee4"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:09:09.038554"], ["updated_at", "2017-10-25 17:09:09.038554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -466833431 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d2ef8c6-e189-48c6-827b-862d57c6fc59' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -466833431], ["username", "billy_44"], ["access_token", "4cff10c848a0856e548d46631f9fe630"], ["uuid", "0d2ef8c6-e189-48c6-827b-862d57c6fc59"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:09:09.044035"], ["updated_at", "2017-10-25 17:09:09.044035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1775384681 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a68d83da-83f5-4efb-852f-64300aa1d460' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1775384681], ["username", "billy_45"], ["access_token", "a37f071e512998a46bcc06b15650823f"], ["uuid", "a68d83da-83f5-4efb-852f-64300aa1d460"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:09:09.048554"], ["updated_at", "2017-10-25 17:09:09.048554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800027932 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b73778e8-4a63-4ab9-986e-8c4489f2790e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -800027932], ["username", "billy_46"], ["access_token", "8287e61ae62d2a5907656b500c709ce1"], ["uuid", "b73778e8-4a63-4ab9-986e-8c4489f2790e"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:09:09.052409"], ["updated_at", "2017-10-25 17:09:09.052409"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -56878716 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9de2ccb6-d651-4f95-a702-01469cfda981' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -56878716], ["username", "billy_47"], ["access_token", "00b1714c8eb68be395939d8de3a73227"], ["uuid", "9de2ccb6-d651-4f95-a702-01469cfda981"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:09:09.056054"], ["updated_at", "2017-10-25 17:09:09.056054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1732552580 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a7565e3-860a-49d2-b8ba-ac0f3a813329' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1732552580], ["username", "billy_48"], ["access_token", "5965eeb8eecfab9f8ef166ba4ac9e997"], ["uuid", "0a7565e3-860a-49d2-b8ba-ac0f3a813329"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:09:09.059588"], ["updated_at", "2017-10-25 17:09:09.059588"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -858738224 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04cf7510-2b63-4093-8fe7-98e283a0a8ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -858738224], ["username", "billy_49"], ["access_token", "f87345f1c904d9c4340740aa2dda0966"], ["uuid", "04cf7510-2b63-4093-8fe7-98e283a0a8ca"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:09:09.063131"], ["updated_at", "2017-10-25 17:09:09.063131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.8ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1203805059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd20cf220-f10f-46cb-aa89-2d4937dc64d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1203805059], ["username", "jstrav"], ["access_token", "11e91665297bf882ea860f829ce4347f"], ["uuid", "d20cf220-f10f-46cb-aa89-2d4937dc64d5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:09:09.073656"], ["updated_at", "2017-10-25 17:09:09.073656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1434764118 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66aae9e7-0f94-44cc-b910-fe8151209743' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1434764118], ["username", "mary"], ["access_token", "fe466d2fa55786cd56a3a99f1e92a63c"], ["uuid", "66aae9e7-0f94-44cc-b910-fe8151209743"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:09:09.077878"], ["updated_at", "2017-10-25 17:09:09.077878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1404690821 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c332216-ca22-4083-a4c3-3545cca6b2ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1404690821], ["username", "jstead"], ["access_token", "a2489bce78f78756fa217e7592f29e6e"], ["uuid", "9c332216-ca22-4083-a4c3-3545cca6b2ae"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:09:09.081893"], ["updated_at", "2017-10-25 17:09:09.081893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -852492226 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8b5f8cc-f4df-4fc9-897f-bd0db2a45ba5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -852492226], ["username", "bigbear"], ["access_token", "2d3aedc72a05fcc56ab2dbe5c8f7df70"], ["uuid", "f8b5f8cc-f4df-4fc9-897f-bd0db2a45ba5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:09:09.085602"], ["updated_at", "2017-10-25 17:09:09.085602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -294046298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91feb7c7-08d5-4808-88b2-303c15cee087' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -294046298], ["username", "billy_00"], ["access_token", "3ca53ef6a58eb9dbc5d3106f3754b1fc"], ["uuid", "91feb7c7-08d5-4808-88b2-303c15cee087"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:09:09.089330"], ["updated_at", "2017-10-25 17:09:09.089330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -770791662 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '23c9bbee-ca9f-45dd-9297-d855177e8fcf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -770791662], ["username", "billy_01"], ["access_token", "48d4ee45e505a8e4635399409c534427"], ["uuid", "23c9bbee-ca9f-45dd-9297-d855177e8fcf"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:09:09.092848"], ["updated_at", "2017-10-25 17:09:09.092848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1625487394 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecf08110-aedd-4887-bfac-d26f732fece5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1625487394], ["username", "billy_02"], ["access_token", "68a46c46982f31cb79d6b7f5ab56b7c7"], ["uuid", "ecf08110-aedd-4887-bfac-d26f732fece5"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:09:09.096438"], ["updated_at", "2017-10-25 17:09:09.096438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074792028 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e38ce4c7-05b7-48a5-bc5a-f2047ac60e9b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2074792028], ["username", "billy_03"], ["access_token", "bb0cb716c50d664bc6a871d4e8fa5d81"], ["uuid", "e38ce4c7-05b7-48a5-bc5a-f2047ac60e9b"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:09:09.100286"], ["updated_at", "2017-10-25 17:09:09.100286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2080061230 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '709fabc3-8df5-4403-a987-61c1e7308cdb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2080061230], ["username", "billy_04"], ["access_token", "c16948257d9fd8011311eb98c7ea874c"], ["uuid", "709fabc3-8df5-4403-a987-61c1e7308cdb"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:09:09.104668"], ["updated_at", "2017-10-25 17:09:09.104668"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -493334653 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cdc18cc5-6dc2-427f-a0f6-4dfebabcb12f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -493334653], ["username", "billy_05"], ["access_token", "fd95b4bff2e035852d8cfd4bfc977d85"], ["uuid", "cdc18cc5-6dc2-427f-a0f6-4dfebabcb12f"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:09:09.109482"], ["updated_at", "2017-10-25 17:09:09.109482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -632356098 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '126c3133-058e-42d0-acdc-5e693c1778af' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -632356098], ["username", "billy_06"], ["access_token", "e2570a1f8bec9659234fa8488eaa7b40"], ["uuid", "126c3133-058e-42d0-acdc-5e693c1778af"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:09:09.113437"], ["updated_at", "2017-10-25 17:09:09.113437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894320594 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a24c4b0a-99b8-4352-800a-cf5316eb8e2c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1894320594], ["username", "billy_07"], ["access_token", "038d937b6f882e33da8b2b9d31ff993e"], ["uuid", "a24c4b0a-99b8-4352-800a-cf5316eb8e2c"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:09:09.117005"], ["updated_at", "2017-10-25 17:09:09.117005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -974318481 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'da03b3a9-a45b-4a89-af93-4a63a56680f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -974318481], ["username", "billy_08"], ["access_token", "6694fa2a53f7861ac9d7417020325090"], ["uuid", "da03b3a9-a45b-4a89-af93-4a63a56680f0"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:09:09.120630"], ["updated_at", "2017-10-25 17:09:09.120630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1792811763 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45ee15f0-ed94-4eb6-b145-894b399734e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1792811763], ["username", "billy_09"], ["access_token", "83b2f9ad578ec5d354161402aed55557"], ["uuid", "45ee15f0-ed94-4eb6-b145-894b399734e6"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:09:09.124318"], ["updated_at", "2017-10-25 17:09:09.124318"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2021442226 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88699b9d-111e-484b-9f5d-89575b3ab7ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2021442226], ["username", "billy_10"], ["access_token", "9ff2cd6c308099ae9c83e6a95f0a11ef"], ["uuid", "88699b9d-111e-484b-9f5d-89575b3ab7ee"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:09:09.127917"], ["updated_at", "2017-10-25 17:09:09.127917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322297369 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b15cabd-1e4d-4c43-8c74-f44763cb57ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -322297369], ["username", "billy_11"], ["access_token", "61a29705cd44fbca596f44e9b298dfdb"], ["uuid", "2b15cabd-1e4d-4c43-8c74-f44763cb57ff"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:09:09.131415"], ["updated_at", "2017-10-25 17:09:09.131415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1299307800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df1e5bdb-e86c-4cf5-8ec7-dd6da6b2b5f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1299307800], ["username", "billy_12"], ["access_token", "411d196d46bd535c90da754936d1f035"], ["uuid", "df1e5bdb-e86c-4cf5-8ec7-dd6da6b2b5f0"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:09:09.134917"], ["updated_at", "2017-10-25 17:09:09.134917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1124589979 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'afb9ad0c-f825-4b90-b9db-e5489e6a79c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1124589979], ["username", "billy_13"], ["access_token", "934a07bd7c064aa137c74e9c09999f63"], ["uuid", "afb9ad0c-f825-4b90-b9db-e5489e6a79c8"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:09:09.138504"], ["updated_at", "2017-10-25 17:09:09.138504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -966024382 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '260e81bd-f889-4f48-b659-a65881e16128' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -966024382], ["username", "billy_14"], ["access_token", "771175ea6273fa49e93e15464987867d"], ["uuid", "260e81bd-f889-4f48-b659-a65881e16128"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:09:09.142101"], ["updated_at", "2017-10-25 17:09:09.142101"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1465912851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4a959ac-6237-4805-bfa6-9de733ff7723' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1465912851], ["username", "billy_15"], ["access_token", "aefc745ca00a3dda31d326b9f96c2dba"], ["uuid", "b4a959ac-6237-4805-bfa6-9de733ff7723"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:09:09.145673"], ["updated_at", "2017-10-25 17:09:09.145673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1999527381 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1bc4a977-b2b9-4b52-a852-7c09458bf635' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1999527381], ["username", "billy_16"], ["access_token", "c596502d268fa6b931292441aea06b38"], ["uuid", "1bc4a977-b2b9-4b52-a852-7c09458bf635"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:09:09.149226"], ["updated_at", "2017-10-25 17:09:09.149226"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -625330211 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34d2d184-7cfe-4d18-91a7-3efd3c045c9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -625330211], ["username", "billy_17"], ["access_token", "d0a2f6982526ffbfe251522dbaf16f9f"], ["uuid", "34d2d184-7cfe-4d18-91a7-3efd3c045c9c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:09:09.152753"], ["updated_at", "2017-10-25 17:09:09.152753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444385576 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '245e6354-e5cd-482d-b80e-98333c463fc0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -444385576], ["username", "billy_18"], ["access_token", "6cdf48054feea1a23a42959ab5f5fc4d"], ["uuid", "245e6354-e5cd-482d-b80e-98333c463fc0"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:09:09.156331"], ["updated_at", "2017-10-25 17:09:09.156331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1084710372 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d049dc8-20f1-4630-a61c-b260980854bd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1084710372], ["username", "billy_19"], ["access_token", "2c6618f1d87a969dc8d5890f8e5357aa"], ["uuid", "7d049dc8-20f1-4630-a61c-b260980854bd"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:09:09.159910"], ["updated_at", "2017-10-25 17:09:09.159910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -65500198 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e63e428-886b-408c-a1d6-e9a7f20ab2f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -65500198], ["username", "billy_20"], ["access_token", "5a5e7136a97271ea2f406f880f7ce6bf"], ["uuid", "9e63e428-886b-408c-a1d6-e9a7f20ab2f0"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:09:09.163457"], ["updated_at", "2017-10-25 17:09:09.163457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -983811783 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41fdcded-1825-4e80-841b-e4b5f99e596a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -983811783], ["username", "billy_21"], ["access_token", "09ea39b34a8579e503c5ddce5a4e1726"], ["uuid", "41fdcded-1825-4e80-841b-e4b5f99e596a"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:09:09.167078"], ["updated_at", "2017-10-25 17:09:09.167078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2134984210 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '895d4c6f-18eb-4b40-b45f-ff0a8a8cf02b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2134984210], ["username", "billy_22"], ["access_token", "2e2f8dd021ad4cc7431d426eaecf02ba"], ["uuid", "895d4c6f-18eb-4b40-b45f-ff0a8a8cf02b"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:09:09.170625"], ["updated_at", "2017-10-25 17:09:09.170625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1955827319 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e4e12b55-d838-491f-bc82-a7caf255c5a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1955827319], ["username", "billy_23"], ["access_token", "fcf99c8c556350581df0698ede94fddf"], ["uuid", "e4e12b55-d838-491f-bc82-a7caf255c5a1"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:09:09.174187"], ["updated_at", "2017-10-25 17:09:09.174187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661408055 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05d1fb6b-178e-4cdc-b39c-77f0a5f9910f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -661408055], ["username", "billy_24"], ["access_token", "3f4172f2d7cdbea9784464f872dc2e09"], ["uuid", "05d1fb6b-178e-4cdc-b39c-77f0a5f9910f"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:09:09.177813"], ["updated_at", "2017-10-25 17:09:09.177813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1395923413 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd3a9b32-805a-4019-877a-ae16b5924212' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1395923413], ["username", "billy_25"], ["access_token", "7cf1b99bd0b2e9d60ccb758e4391fb96"], ["uuid", "dd3a9b32-805a-4019-877a-ae16b5924212"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:09:09.182406"], ["updated_at", "2017-10-25 17:09:09.182406"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1754360342 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ce71ab7-3416-46a2-b529-4bbaa104de0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1754360342], ["username", "billy_26"], ["access_token", "2462a9024aa9e22672e6545741fe9aa0"], ["uuid", "4ce71ab7-3416-46a2-b529-4bbaa104de0e"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:09:09.186473"], ["updated_at", "2017-10-25 17:09:09.186473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -193976667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7b6ad72-ce0e-45a0-85cc-1f4ba5c4c7eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -193976667], ["username", "billy_27"], ["access_token", "2f0082c73e862cb69c474d368b6231a5"], ["uuid", "f7b6ad72-ce0e-45a0-85cc-1f4ba5c4c7eb"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:09:09.190272"], ["updated_at", "2017-10-25 17:09:09.190272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947018745 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '423eb24e-d57b-43e9-be2b-342d3eb8939c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -947018745], ["username", "billy_28"], ["access_token", "9c09b37bd1f76ca45b9c54c5733245ac"], ["uuid", "423eb24e-d57b-43e9-be2b-342d3eb8939c"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:09:09.193959"], ["updated_at", "2017-10-25 17:09:09.193959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1532579762 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2384b6db-0c4b-4317-84b7-2122484af4aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1532579762], ["username", "billy_29"], ["access_token", "5994aa12eb93adb15780f3c6af0e88b5"], ["uuid", "2384b6db-0c4b-4317-84b7-2122484af4aa"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:09:09.197602"], ["updated_at", "2017-10-25 17:09:09.197602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -4548005 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44a490c5-cf9b-4d44-8981-7429404f9d08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -4548005], ["username", "billy_30"], ["access_token", "8b59231c49148b3788ee159c653f3e5c"], ["uuid", "44a490c5-cf9b-4d44-8981-7429404f9d08"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:09:09.201257"], ["updated_at", "2017-10-25 17:09:09.201257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1708680703 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c7e9cbd-10ae-4a4c-9d42-b730a8ef03a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1708680703], ["username", "billy_31"], ["access_token", "1a6086c8dbd593ea709695bd8fd79ce8"], ["uuid", "5c7e9cbd-10ae-4a4c-9d42-b730a8ef03a0"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:09:09.204893"], ["updated_at", "2017-10-25 17:09:09.204893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -370592355 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e76c917-34b9-4bfc-956b-ad65ddd01f30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -370592355], ["username", "billy_32"], ["access_token", "cd45e60b839ddb449af9a687816583de"], ["uuid", "5e76c917-34b9-4bfc-956b-ad65ddd01f30"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:09:09.208542"], ["updated_at", "2017-10-25 17:09:09.208542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -722346711 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'becee9f7-8bf4-4b4f-afd9-e0873bc9fe47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -722346711], ["username", "billy_33"], ["access_token", "39b20ce66cf9ba4199e7360421dba525"], ["uuid", "becee9f7-8bf4-4b4f-afd9-e0873bc9fe47"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:09:09.212249"], ["updated_at", "2017-10-25 17:09:09.212249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -963291717 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57079a95-a56f-41b4-a738-f80720ad3955' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -963291717], ["username", "billy_34"], ["access_token", "e8f2862213fbdb0e2f2b664a15b2475b"], ["uuid", "57079a95-a56f-41b4-a738-f80720ad3955"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:09:09.215888"], ["updated_at", "2017-10-25 17:09:09.215888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -695398843 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10414485-9b73-4599-af3c-abe9862d410d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -695398843], ["username", "billy_35"], ["access_token", "ee24e77969693826e221d1cde1b71b1d"], ["uuid", "10414485-9b73-4599-af3c-abe9862d410d"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:09:09.219425"], ["updated_at", "2017-10-25 17:09:09.219425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1791554471 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f1a122c-b954-4327-a605-acfb284838fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1791554471], ["username", "billy_36"], ["access_token", "aca67908312d31bcdf896920b4a800b9"], ["uuid", "3f1a122c-b954-4327-a605-acfb284838fc"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:09:09.222981"], ["updated_at", "2017-10-25 17:09:09.222981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -354382151 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea987784-4cef-44cc-89c7-d07bf7f5f593' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -354382151], ["username", "billy_37"], ["access_token", "4a3536b00c47fbfebdc693122536398d"], ["uuid", "ea987784-4cef-44cc-89c7-d07bf7f5f593"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:09:09.226858"], ["updated_at", "2017-10-25 17:09:09.226858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -996621317 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '525f8ad9-4a12-469e-952e-eb5c0048c72a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -996621317], ["username", "billy_38"], ["access_token", "0fb5eab1ebd04fb42e3bc323b60fda70"], ["uuid", "525f8ad9-4a12-469e-952e-eb5c0048c72a"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:09:09.231371"], ["updated_at", "2017-10-25 17:09:09.231371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1865457525 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f8d445b-b8e8-4122-89cc-92512b4164b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1865457525], ["username", "billy_39"], ["access_token", "3f36b0c95f8583fd09f8254d0d2b28b8"], ["uuid", "2f8d445b-b8e8-4122-89cc-92512b4164b9"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:09:09.236124"], ["updated_at", "2017-10-25 17:09:09.236124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696525048 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a6fb112-dc5c-45c4-a618-81da155b8146' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -696525048], ["username", "billy_40"], ["access_token", "a9f54d640d4caac69d50d730dc31381e"], ["uuid", "6a6fb112-dc5c-45c4-a618-81da155b8146"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:09:09.240353"], ["updated_at", "2017-10-25 17:09:09.240353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1805029443 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '973dca23-6963-43ed-b0c3-979b92a14f43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1805029443], ["username", "billy_41"], ["access_token", "7ccf302675b574214b7041629fbc0e26"], ["uuid", "973dca23-6963-43ed-b0c3-979b92a14f43"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:09:09.244116"], ["updated_at", "2017-10-25 17:09:09.244116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -33614213 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d2a4f13-f55e-4017-ad05-5fa75cd2397e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -33614213], ["username", "billy_42"], ["access_token", "c2d7f1a270b83b77eaec28b668287a40"], ["uuid", "4d2a4f13-f55e-4017-ad05-5fa75cd2397e"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:09:09.247728"], ["updated_at", "2017-10-25 17:09:09.247728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1717189156 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cfbe1a6-467e-4152-a0e8-5a790c3aa938' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1717189156], ["username", "billy_43"], ["access_token", "a63b19adb153dbe5523ca8c502633ac7"], ["uuid", "7cfbe1a6-467e-4152-a0e8-5a790c3aa938"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:09:09.251331"], ["updated_at", "2017-10-25 17:09:09.251331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2001439403 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ca1518a-63f3-4a4c-b689-3ece841c8ae7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2001439403], ["username", "billy_44"], ["access_token", "cba3e3ab6713257c103851223c1ded66"], ["uuid", "2ca1518a-63f3-4a4c-b689-3ece841c8ae7"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:09:09.254988"], ["updated_at", "2017-10-25 17:09:09.254988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1936351826 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d8427c5-93f4-49cb-ac0d-0537533f2509' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1936351826], ["username", "billy_45"], ["access_token", "7810cb0dd3fadc22e9f890738846a50c"], ["uuid", "9d8427c5-93f4-49cb-ac0d-0537533f2509"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:09:09.258570"], ["updated_at", "2017-10-25 17:09:09.258570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2100574300 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b18d49b4-852b-4411-8996-db76cd06e949' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2100574300], ["username", "billy_46"], ["access_token", "601859b59709dcaafc5d593c1549fa06"], ["uuid", "b18d49b4-852b-4411-8996-db76cd06e949"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:09:09.262123"], ["updated_at", "2017-10-25 17:09:09.262123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -893478185 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7984552-1283-4c7b-8d80-3b2b45a508a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -893478185], ["username", "billy_47"], ["access_token", "350dcba57cbe2ebc238f579247cd1210"], ["uuid", "d7984552-1283-4c7b-8d80-3b2b45a508a2"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:09:09.265799"], ["updated_at", "2017-10-25 17:09:09.265799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -462676606 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc4defd6-b16c-4fde-969c-fb1b451d5d46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -462676606], ["username", "billy_48"], ["access_token", "44b2617da267e7ef3bebb5e3d88e18ed"], ["uuid", "dc4defd6-b16c-4fde-969c-fb1b451d5d46"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:09:09.269423"], ["updated_at", "2017-10-25 17:09:09.269423"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2056421083 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33cb4e31-148d-4082-850c-208cc450441b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2056421083], ["username", "billy_49"], ["access_token", "da8ab18bf60da2ecac0241ea985987c7"], ["uuid", "33cb4e31-148d-4082-850c-208cc450441b"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:09:09.272974"], ["updated_at", "2017-10-25 17:09:09.272974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f23f392f-d1e8-46f3-8047-7049947ad8ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "cc5a3148e47168758c0c10085bbbde9a"], ["uuid", "f23f392f-d1e8-46f3-8047-7049947ad8ea"], ["created_at", "2017-10-25 17:09:09.281801"], ["updated_at", "2017-10-25 17:09:09.281801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 113], ["created_at", "2017-10-25 17:09:09.290100"], ["updated_at", "2017-10-25 17:09:09.290100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b138d1d-3fad-48c6-ac9a-12edd988dfde' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "f2a4dc54d5433e970272cbbb1d3669c5"], ["uuid", "5b138d1d-3fad-48c6-ac9a-12edd988dfde"], ["created_at", "2017-10-25 17:09:09.295159"], ["updated_at", "2017-10-25 17:09:09.295159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 114], ["created_at", "2017-10-25 17:09:09.297020"], ["updated_at", "2017-10-25 17:09:09.297020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -738467027 LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -738467027], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:09.309303"], ["updated_at", "2017-10-25 17:09:09.309303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1842814043 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1842814043], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:09.313901"], ["updated_at", "2017-10-25 17:09:09.313901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 7201048]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 7201048 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '055d5d70-d645-4eb9-ad9f-b1c670103714' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 7201048], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "055d5d70-d645-4eb9-ad9f-b1c670103714"], ["created_at", "2017-10-25 17:09:09.333089"], ["updated_at", "2017-10-25 17:09:09.333089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 7201048 AND "openstax_accounts_accounts"."id" != 115) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '055d5d70-d645-4eb9-ad9f-b1c670103714' AND "openstax_accounts_accounts"."id" != 115) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1519224]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1519224 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b93913e-7fcc-4437-adf5-b9ef5d25dedb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 1519224], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "3b93913e-7fcc-4437-adf5-b9ef5d25dedb"], ["created_at", "2017-10-25 17:09:09.343499"], ["updated_at", "2017-10-25 17:09:09.343499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3793392]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3793392 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68c760da-74cc-4a02-a8da-68166bdc324d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 3793392], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "68c760da-74cc-4a02-a8da-68166bdc324d"], ["created_at", "2017-10-25 17:09:09.350082"], ["updated_at", "2017-10-25 17:09:09.350082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4724512]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4724512 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'howdy_ho' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 4724512], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "howdy_ho"], ["created_at", "2017-10-25 17:09:09.357282"], ["updated_at", "2017-10-25 17:09:09.357282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -220447971 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8c1cfe888a134186d79772c97ef1ce1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e6580dd-d08a-4f57-87cf-1db7ecd7b592' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -220447971], ["username", "8c1cfe888a134186d79772c97ef1ce1c"], ["access_token", "6abb28ec5b1444570da5ef2a2b4297d6"], ["uuid", "3e6580dd-d08a-4f57-87cf-1db7ecd7b592"], ["created_at", "2017-10-25 17:09:09.364055"], ["updated_at", "2017-10-25 17:09:09.364055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -220447971]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -220447971 AND "openstax_accounts_accounts"."id" != 119) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 119) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'yoyoma' AND "openstax_accounts_accounts"."id" != 119) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "first_name" = $2, "last_name" = $3, "title" = $4, "access_token" = $5, "faculty_status" = $6, "role" = $7, "uuid" = $8, "updated_at" = $9 WHERE "openstax_accounts_accounts"."id" = $10 [["username", "191919"], ["first_name", "1234"], ["last_name", "5678"], ["title", "900"], ["access_token", nil], ["faculty_status", 2], ["role", 2], ["uuid", "yoyoma"], ["updated_at", "2017-10-25 17:09:09.368929"], ["id", 119]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 119]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6259198]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6259198 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e804af7e-56a0-468c-a3fd-28b029a4ff77' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 6259198], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["role", 2], ["uuid", "e804af7e-56a0-468c-a3fd-28b029a4ff77"], ["created_at", "2017-10-25 17:09:09.376028"], ["updated_at", "2017-10-25 17:09:09.376028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9547306]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9547306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1db9ebf2-48ec-4feb-980a-dbf49d792c1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 9547306], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "1db9ebf2-48ec-4feb-980a-dbf49d792c1c"], ["created_at", "2017-10-25 17:09:09.384316"], ["updated_at", "2017-10-25 17:09:09.384316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1173750433 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92879d2b-6524-4685-bf63-279bc19d0a10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -1173750433], ["access_token", "b65d883a55be0db3ed7da6540c9044a7"], ["uuid", "92879d2b-6524-4685-bf63-279bc19d0a10"], ["created_at", "2017-10-25 17:09:09.390978"], ["updated_at", "2017-10-25 17:09:09.390978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1249557599 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42724689-624a-416c-a0e8-2eff14b5d138' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -1249557599], ["access_token", "d476a13c1511590ab24f7e59c1d2bd6d"], ["uuid", "42724689-624a-416c-a0e8-2eff14b5d138"], ["created_at", "2017-10-25 17:09:09.395241"], ["updated_at", "2017-10-25 17:09:09.395241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -697353824 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3cd0f2e1f7c8e087ce9ee6c102aebef5' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f558fcef-9781-41c9-908f-ff8da9cd1467' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -697353824], ["username", "3cd0f2e1f7c8e087ce9ee6c102aebef5"], ["access_token", "bfbde6acd8a9c7a67b2d586253f947bc"], ["uuid", "f558fcef-9781-41c9-908f-ff8da9cd1467"], ["created_at", "2017-10-25 17:09:09.401678"], ["updated_at", "2017-10-25 17:09:09.401678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1864346581 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3cd0f2e1f7c8e087ce9ee6c102aebef5' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d1851d3-6c97-4798-802e-c28409acc7ad' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1103966990 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a9e1d5b9d0db2c8dbffda4f1f532faf1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88cec834-22d7-41ea-87bb-38da828f58c0' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -992026431 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a6f0e2cfef0f9e36e3428c52669ca4bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f56a22d-0b2a-494d-af90-2eafc10041df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -992026431], ["username", "a6f0e2cfef0f9e36e3428c52669ca4bd"], ["access_token", "38b9b9caf08d8f71626da5bca72de972"], ["uuid", "9f56a22d-0b2a-494d-af90-2eafc10041df"], ["created_at", "2017-10-25 17:09:09.421171"], ["updated_at", "2017-10-25 17:09:09.421171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -992026431 AND "openstax_accounts_accounts"."id" != 125) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '9f56a22d-0b2a-494d-af90-2eafc10041df' AND "openstax_accounts_accounts"."id" != 125) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -43469314 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f40247f0c870b5274611329621398da4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '025c2499-434a-4a12-8ac2-bb13cad1ae10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -43469314], ["username", "f40247f0c870b5274611329621398da4"], ["access_token", "160a2794203ce3577b89f64f3000402a"], ["uuid", "025c2499-434a-4a12-8ac2-bb13cad1ae10"], ["created_at", "2017-10-25 17:09:09.426954"], ["updated_at", "2017-10-25 17:09:09.426954"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'f40247f0c870b5274611329621398da4' AND "openstax_accounts_accounts"."id" != 126) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '025c2499-434a-4a12-8ac2-bb13cad1ae10' AND "openstax_accounts_accounts"."id" != 126) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 126) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'f40247f0c870b5274611329621398da4' AND "openstax_accounts_accounts"."id" != 126) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '025c2499-434a-4a12-8ac2-bb13cad1ae10' AND "openstax_accounts_accounts"."id" != 126) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-10-25 17:09:09.431557"], ["id", 126]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6dc74c3c56bc2d992eab900e10f05836' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9011c3ce-c9cf-45f4-856c-021e4b10f9fa' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1848173304 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '52fd4a3d093ba541e1c4df6e61a21017' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0f33e62-0b70-46c9-b85f-07c095361405' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1848173304], ["username", "52fd4a3d093ba541e1c4df6e61a21017"], ["access_token", "8fcddfeab5f498d921f9d60c4da1e9b4"], ["uuid", "f0f33e62-0b70-46c9-b85f-07c095361405"], ["created_at", "2017-10-25 17:09:09.438823"], ["updated_at", "2017-10-25 17:09:09.438823"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 127) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 127) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'f0f33e62-0b70-46c9-b85f-07c095361405' AND "openstax_accounts_accounts"."id" != 127) LIMIT 1 SQL (0.5ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-10-25 17:09:09.442422"], ["id", 127]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1069939323 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f60fe6898e3b735854d970dcc4ef2e81' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb9e7fcc-3186-453e-948b-84b8c56d7992' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1069939323], ["username", "f60fe6898e3b735854d970dcc4ef2e81"], ["access_token", "b135e7cea2c0f008f7c519445f33cb33"], ["uuid", "cb9e7fcc-3186-453e-948b-84b8c56d7992"], ["created_at", "2017-10-25 17:09:09.457636"], ["updated_at", "2017-10-25 17:09:09.457636"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 128) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 128) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'cb9e7fcc-3186-453e-948b-84b8c56d7992' AND "openstax_accounts_accounts"."id" != 128) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-10-25 17:09:09.461864"], ["id", 128]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1257817353 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b5e3628049f0b373ddb3a6f0fd3d41a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08e05df4-ace5-429e-af65-a70fecf11899' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1257817353], ["username", "b5e3628049f0b373ddb3a6f0fd3d41a1"], ["access_token", "89b184fdde49d1f9414cb70cd901458a"], ["uuid", "08e05df4-ace5-429e-af65-a70fecf11899"], ["created_at", "2017-10-25 17:09:09.467064"], ["updated_at", "2017-10-25 17:09:09.467064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 129) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '08e05df4-ace5-429e-af65-a70fecf11899' AND "openstax_accounts_accounts"."id" != 129) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-10-25 17:09:09.470400"], ["id", 129]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 129) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 129) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '08e05df4-ace5-429e-af65-a70fecf11899' AND "openstax_accounts_accounts"."id" != 129) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-10-25 17:09:09.473624"], ["id", 129]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 129) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 129) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '08e05df4-ace5-429e-af65-a70fecf11899' AND "openstax_accounts_accounts"."id" != 129) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-10-25 17:09:09.476806"], ["id", 129]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -930991322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '75a902b96b5bad9d2b0057445b404793' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c378fe1-e234-4d5f-a0df-c48f8c53756f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -930991322], ["username", "75a902b96b5bad9d2b0057445b404793"], ["access_token", "5e46f3d071d62350bf85bed31b2db19f"], ["uuid", "4c378fe1-e234-4d5f-a0df-c48f8c53756f"], ["created_at", "2017-10-25 17:09:09.481782"], ["updated_at", "2017-10-25 17:09:09.481782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 130) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 130) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '4c378fe1-e234-4d5f-a0df-c48f8c53756f' AND "openstax_accounts_accounts"."id" != 130) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-10-25 17:09:09.485531"], ["id", 130]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-10-25 17:09:09.491035"], ["updated_at", "2017-10-25 17:09:09.491035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -450117187 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a73fbc22395067a32f69e67879bb0ca4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a017f43f-96ca-4b8a-ad93-791d5f901f33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -450117187], ["username", "a73fbc22395067a32f69e67879bb0ca4"], ["access_token", "ba9256aa7b3fe855816d80637f4f76d5"], ["uuid", "a017f43f-96ca-4b8a-ad93-791d5f901f33"], ["created_at", "2017-10-25 17:09:09.497839"], ["updated_at", "2017-10-25 17:09:09.497839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -89186306 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -89186306], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:09.502093"], ["updated_at", "2017-10-25 17:09:09.502093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1810008443 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9ef6b16567377b083f66acd6e7d7c75b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce298acf-fd81-4e88-97e5-5f3e7682e10c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1810008443], ["username", "9ef6b16567377b083f66acd6e7d7c75b"], ["access_token", "15881347c9990e61dd5f99f5791c6bea"], ["uuid", "ce298acf-fd81-4e88-97e5-5f3e7682e10c"], ["created_at", "2017-10-25 17:09:09.506735"], ["updated_at", "2017-10-25 17:09:09.506735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378441126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a49f462ff85097c6121ca93825529a73' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4851035-49bd-441e-9445-e55f1f43be87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1378441126], ["username", "a49f462ff85097c6121ca93825529a73"], ["access_token", "7fcc363d80de0debcb5794cefbf05dca"], ["uuid", "b4851035-49bd-441e-9445-e55f1f43be87"], ["created_at", "2017-10-25 17:09:09.512605"], ["updated_at", "2017-10-25 17:09:09.512605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1567761395 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1567761395], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:09.516126"], ["updated_at", "2017-10-25 17:09:09.516126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736237967 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8a9c195-7ffe-45d0-842a-a6189c5f2bd4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1736237967], ["username", "jstrav"], ["access_token", "da634684ca367544328a429e35087433"], ["uuid", "c8a9c195-7ffe-45d0-842a-a6189c5f2bd4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:09:09.521321"], ["updated_at", "2017-10-25 17:09:09.521321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1788982494 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3557041-47cc-466e-bbd3-75f5377180ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1788982494], ["username", "mary"], ["access_token", "e973c04250addf4446eb71a8c57b23f8"], ["uuid", "b3557041-47cc-466e-bbd3-75f5377180ad"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:09:09.525228"], ["updated_at", "2017-10-25 17:09:09.525228"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -334904188 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '646f14e9-e08e-4c50-add6-b7211aa86cba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -334904188], ["username", "jstead"], ["access_token", "5ecdacfb5e0a8843f1b2630470bff4ac"], ["uuid", "646f14e9-e08e-4c50-add6-b7211aa86cba"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:09:09.529002"], ["updated_at", "2017-10-25 17:09:09.529002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -340341597 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd559769-bfeb-4de0-a273-0bb2f9a476b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -340341597], ["username", "bigbear"], ["access_token", "9066f6a4dacb2826c574cd808daed989"], ["uuid", "bd559769-bfeb-4de0-a273-0bb2f9a476b2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:09:09.532691"], ["updated_at", "2017-10-25 17:09:09.532691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591304066 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '666633b4-7c06-4980-b851-4edf78cf7891' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1591304066], ["username", "billy_00"], ["access_token", "75fac7c0ef391f59a8f57f8adf0a4e26"], ["uuid", "666633b4-7c06-4980-b851-4edf78cf7891"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:09:09.536419"], ["updated_at", "2017-10-25 17:09:09.536419"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406570426 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0aff8b2-805d-4035-8518-38e41a274156' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -406570426], ["username", "billy_01"], ["access_token", "3992ea73e4e3b9e7379207dd156f8dbc"], ["uuid", "b0aff8b2-805d-4035-8518-38e41a274156"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:09:09.540086"], ["updated_at", "2017-10-25 17:09:09.540086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1908375195 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71805ea1-8a42-4734-af80-c9efadf7bee4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1908375195], ["username", "billy_02"], ["access_token", "c9c4ba58c9c315b58341a80c0d8e24e3"], ["uuid", "71805ea1-8a42-4734-af80-c9efadf7bee4"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:09:09.543681"], ["updated_at", "2017-10-25 17:09:09.543681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -662820784 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '750713ce-98a3-43d8-adea-5820f8817aac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -662820784], ["username", "billy_03"], ["access_token", "5bef3ae5026cc78878ac3b917f3ad81e"], ["uuid", "750713ce-98a3-43d8-adea-5820f8817aac"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:09:09.547262"], ["updated_at", "2017-10-25 17:09:09.547262"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2036083692 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e7830b6-b392-4331-b684-95b53cdf8d52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2036083692], ["username", "billy_04"], ["access_token", "e435186429638147febf71c5df110636"], ["uuid", "6e7830b6-b392-4331-b684-95b53cdf8d52"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:09:09.550877"], ["updated_at", "2017-10-25 17:09:09.550877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -663742240 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bce9efea-7250-4608-959f-6bd81ea7386e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -663742240], ["username", "billy_05"], ["access_token", "f2609b37675c2b88166c4b2eb407d817"], ["uuid", "bce9efea-7250-4608-959f-6bd81ea7386e"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:09:09.554493"], ["updated_at", "2017-10-25 17:09:09.554493"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -4728892 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dcbc131a-cb88-45b3-8f96-239a695c2223' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -4728892], ["username", "billy_06"], ["access_token", "6cc4146c873db3c3bf40e00659a3841a"], ["uuid", "dcbc131a-cb88-45b3-8f96-239a695c2223"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:09:09.558141"], ["updated_at", "2017-10-25 17:09:09.558141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2021526808 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '449285bf-70d5-4149-b80e-cacd04e1c0e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2021526808], ["username", "billy_07"], ["access_token", "52ac733082b919c4af72ffb3292ddd8f"], ["uuid", "449285bf-70d5-4149-b80e-cacd04e1c0e3"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:09:09.561738"], ["updated_at", "2017-10-25 17:09:09.561738"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -676603757 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e41765d6-162f-473f-95c8-32601b211f48' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -676603757], ["username", "billy_08"], ["access_token", "8c84bc3f1b8d44a063fc7a9fd282c546"], ["uuid", "e41765d6-162f-473f-95c8-32601b211f48"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:09:09.565398"], ["updated_at", "2017-10-25 17:09:09.565398"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1190357528 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9954faaf-91bd-496e-99c6-ce0470ef284b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1190357528], ["username", "billy_09"], ["access_token", "4641318c55fb23c6f0db10ca17d3b070"], ["uuid", "9954faaf-91bd-496e-99c6-ce0470ef284b"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:09:09.569039"], ["updated_at", "2017-10-25 17:09:09.569039"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1319097243 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '284fd4b4-21a4-4f04-8033-e7b5fee00bde' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1319097243], ["username", "billy_10"], ["access_token", "70bdd3e2529a365c6db715c394be44bd"], ["uuid", "284fd4b4-21a4-4f04-8033-e7b5fee00bde"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:09:09.572779"], ["updated_at", "2017-10-25 17:09:09.572779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1944802728 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '73f9ebd7-2576-42d8-9f91-69ad392a9adf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1944802728], ["username", "billy_11"], ["access_token", "157be05b9c62df4d92da0f525b00d4c2"], ["uuid", "73f9ebd7-2576-42d8-9f91-69ad392a9adf"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:09:09.576387"], ["updated_at", "2017-10-25 17:09:09.576387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1498469075 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab8409a9-2b8d-4173-9cf0-95c2d1e9f56d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1498469075], ["username", "billy_12"], ["access_token", "242457105c0ecd1bba5c0175ac99feea"], ["uuid", "ab8409a9-2b8d-4173-9cf0-95c2d1e9f56d"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:09:09.580117"], ["updated_at", "2017-10-25 17:09:09.580117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1644539404 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29fbbf79-3f52-4dae-9141-4b6419a3210c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1644539404], ["username", "billy_13"], ["access_token", "dda90612ba4b70577abacb949fb11d62"], ["uuid", "29fbbf79-3f52-4dae-9141-4b6419a3210c"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:09:09.583748"], ["updated_at", "2017-10-25 17:09:09.583748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1783384779 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d8ab2d6-fff4-4aed-b23d-1b5e96062e70' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1783384779], ["username", "billy_14"], ["access_token", "6196519385d252594261fccbfe2ed64a"], ["uuid", "7d8ab2d6-fff4-4aed-b23d-1b5e96062e70"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:09:09.587543"], ["updated_at", "2017-10-25 17:09:09.587543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995628444 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9bb7fdb-8467-46b4-88d2-82264a0f54a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -995628444], ["username", "billy_15"], ["access_token", "83d5d66b1b12d11ac11113148b05a73a"], ["uuid", "c9bb7fdb-8467-46b4-88d2-82264a0f54a6"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:09:09.591236"], ["updated_at", "2017-10-25 17:09:09.591236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1653554328 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30bf5d02-0801-4070-a4d4-816959768043' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1653554328], ["username", "billy_16"], ["access_token", "47b5b3550580046f906b7a291c173ff3"], ["uuid", "30bf5d02-0801-4070-a4d4-816959768043"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:09:09.594851"], ["updated_at", "2017-10-25 17:09:09.594851"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -885238636 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60c18d7b-a7c4-4cdf-9cbb-39a2a213b552' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -885238636], ["username", "billy_17"], ["access_token", "2ab26ff96ebc5ec208f52ebb199784fa"], ["uuid", "60c18d7b-a7c4-4cdf-9cbb-39a2a213b552"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:09:09.598889"], ["updated_at", "2017-10-25 17:09:09.598889"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -791373567 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d62b869-f369-424c-9f75-53945011f02e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -791373567], ["username", "billy_18"], ["access_token", "01e84485b67ba05d034cbe89f2ed0e6b"], ["uuid", "7d62b869-f369-424c-9f75-53945011f02e"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:09:09.602568"], ["updated_at", "2017-10-25 17:09:09.602568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -109050434 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45797a36-f57b-4703-971b-2fd7709ec5aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -109050434], ["username", "billy_19"], ["access_token", "1c3eb00de7e0c758f12e30622d5fcfc8"], ["uuid", "45797a36-f57b-4703-971b-2fd7709ec5aa"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:09:09.606147"], ["updated_at", "2017-10-25 17:09:09.606147"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -881101312 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b8ae208-f883-4bfb-95b7-d676b811459d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -881101312], ["username", "billy_20"], ["access_token", "152b9f2e5382c3e6c227f74eddef1ebd"], ["uuid", "3b8ae208-f883-4bfb-95b7-d676b811459d"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:09:09.609830"], ["updated_at", "2017-10-25 17:09:09.609830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -38297385 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c2d181d-435a-45a4-9131-3c9324697935' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -38297385], ["username", "billy_21"], ["access_token", "96dc4568be7132d67f201cd8aa22925f"], ["uuid", "5c2d181d-435a-45a4-9131-3c9324697935"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:09:09.613820"], ["updated_at", "2017-10-25 17:09:09.613820"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -721351969 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e250666-7aa9-4255-ba2e-9df210df267a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -721351969], ["username", "billy_22"], ["access_token", "b92c96f873b7b62b183e7bba6750cf2a"], ["uuid", "6e250666-7aa9-4255-ba2e-9df210df267a"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:09:09.618420"], ["updated_at", "2017-10-25 17:09:09.618420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1817582998 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e7d7356-d2ce-4b56-bbfd-f8af9c25590f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1817582998], ["username", "billy_23"], ["access_token", "7a30f45baf0360800be2a3151484cdd4"], ["uuid", "0e7d7356-d2ce-4b56-bbfd-f8af9c25590f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:09:09.622187"], ["updated_at", "2017-10-25 17:09:09.622187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1224618365 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c0948b5-2c55-4112-a032-969617551e9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1224618365], ["username", "billy_24"], ["access_token", "1f7f42f418da0add0e2b7ef2089f7bb6"], ["uuid", "2c0948b5-2c55-4112-a032-969617551e9f"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:09:09.625838"], ["updated_at", "2017-10-25 17:09:09.625838"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1499290067 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8d64156-14dc-4623-923b-26af77f057a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1499290067], ["username", "billy_25"], ["access_token", "3ff739ceb486903fc362785d4dc3b803"], ["uuid", "b8d64156-14dc-4623-923b-26af77f057a5"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:09:09.629572"], ["updated_at", "2017-10-25 17:09:09.629572"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -249744062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53cef09a-3538-4d08-b89e-902365696dea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -249744062], ["username", "billy_26"], ["access_token", "e00db9cff8e42f07deec938b03190fde"], ["uuid", "53cef09a-3538-4d08-b89e-902365696dea"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:09:09.633236"], ["updated_at", "2017-10-25 17:09:09.633236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -774837921 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3baabc74-031d-4958-aa48-8a41c61cc7dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -774837921], ["username", "billy_27"], ["access_token", "967ba197eddcff609ba9016a4a8d383d"], ["uuid", "3baabc74-031d-4958-aa48-8a41c61cc7dd"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:09:09.636921"], ["updated_at", "2017-10-25 17:09:09.636921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101645478 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55713602-ae85-4366-91aa-e34800077cfa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1101645478], ["username", "billy_28"], ["access_token", "278d4da6eaf75a527b451440f9f80966"], ["uuid", "55713602-ae85-4366-91aa-e34800077cfa"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:09:09.640645"], ["updated_at", "2017-10-25 17:09:09.640645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -271313738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e4d239f9-9fe8-4537-9db7-e5413fa8ab1a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -271313738], ["username", "billy_29"], ["access_token", "78da7c1505be2760bdc41b460c99fcf0"], ["uuid", "e4d239f9-9fe8-4537-9db7-e5413fa8ab1a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:09:09.644300"], ["updated_at", "2017-10-25 17:09:09.644300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1389202335 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd85c5b7c-a886-40ac-85b3-714cb5ca7011' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1389202335], ["username", "billy_30"], ["access_token", "4b3a634b129194e704cf25d8022d095e"], ["uuid", "d85c5b7c-a886-40ac-85b3-714cb5ca7011"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:09:09.647993"], ["updated_at", "2017-10-25 17:09:09.647993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626713636 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4018b842-57c2-494e-8c30-6a167c1c09d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1626713636], ["username", "billy_31"], ["access_token", "2fe4e218e3baa8a96d8ce19929c36979"], ["uuid", "4018b842-57c2-494e-8c30-6a167c1c09d3"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:09:09.651564"], ["updated_at", "2017-10-25 17:09:09.651564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1645846769 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a73f6e4-d807-4620-8f18-3c385db58bd6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1645846769], ["username", "billy_32"], ["access_token", "b68b88b734511fdbabe358cc666e80c4"], ["uuid", "8a73f6e4-d807-4620-8f18-3c385db58bd6"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:09:09.655190"], ["updated_at", "2017-10-25 17:09:09.655190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1482248294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f242c711-28b7-4925-b6c3-a6b01a89bf8d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1482248294], ["username", "billy_33"], ["access_token", "d8593f15a2e2f5170459a3876ef112f8"], ["uuid", "f242c711-28b7-4925-b6c3-a6b01a89bf8d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:09:09.659120"], ["updated_at", "2017-10-25 17:09:09.659120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1814906648 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13fa233f-c247-4f91-8a07-31669b78d016' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1814906648], ["username", "billy_34"], ["access_token", "9e97b7626714f322503bb4a101480bfd"], ["uuid", "13fa233f-c247-4f91-8a07-31669b78d016"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:09:09.664736"], ["updated_at", "2017-10-25 17:09:09.664736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1327246071 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e1685b9-0544-42c7-b14c-252c0318dca0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1327246071], ["username", "billy_35"], ["access_token", "73db0896b4c4d203f491d3dbe9263be3"], ["uuid", "4e1685b9-0544-42c7-b14c-252c0318dca0"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:09:09.669408"], ["updated_at", "2017-10-25 17:09:09.669408"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877852391 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85057cef-4bb8-4218-881f-cc791c862b50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1877852391], ["username", "billy_36"], ["access_token", "fbebf8d6167642b98530b1acbd9dd650"], ["uuid", "85057cef-4bb8-4218-881f-cc791c862b50"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:09:09.673229"], ["updated_at", "2017-10-25 17:09:09.673229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1798300042 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab756ed9-436d-466a-9725-151d879d6623' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1798300042], ["username", "billy_37"], ["access_token", "03a3f48891e3448a04e3176f3736979c"], ["uuid", "ab756ed9-436d-466a-9725-151d879d6623"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:09:09.677146"], ["updated_at", "2017-10-25 17:09:09.677146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1434897412 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd4250ca-fcb4-4575-8d29-d46f30fd9ccf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1434897412], ["username", "billy_38"], ["access_token", "cd72d7a800457bba892f78dcfb6a7e69"], ["uuid", "fd4250ca-fcb4-4575-8d29-d46f30fd9ccf"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:09:09.681198"], ["updated_at", "2017-10-25 17:09:09.681198"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1788332057 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f8d42a4-8908-472f-aded-60da6470a2c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1788332057], ["username", "billy_39"], ["access_token", "bddbfe8d310001c1f7a3e624cba840c5"], ["uuid", "8f8d42a4-8908-472f-aded-60da6470a2c0"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:09:09.684997"], ["updated_at", "2017-10-25 17:09:09.684997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1886910351 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ebbf81d-580a-4695-81ef-078311195e9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1886910351], ["username", "billy_40"], ["access_token", "ef1ddc2dd985a721dc8565efbf70823c"], ["uuid", "8ebbf81d-580a-4695-81ef-078311195e9f"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:09:09.689137"], ["updated_at", "2017-10-25 17:09:09.689137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -358485766 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72964ad0-3d0d-4799-8d78-17c4bc4defb9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -358485766], ["username", "billy_41"], ["access_token", "e8f89ddbffab8475de2317a9a618281b"], ["uuid", "72964ad0-3d0d-4799-8d78-17c4bc4defb9"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:09:09.693896"], ["updated_at", "2017-10-25 17:09:09.693896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1035312911 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd92bb29-7396-4a46-b82c-3128f63c47ba' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1035312911], ["username", "billy_42"], ["access_token", "d1b273c6995d946d1b5e7b0514956b0c"], ["uuid", "bd92bb29-7396-4a46-b82c-3128f63c47ba"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:09:09.697615"], ["updated_at", "2017-10-25 17:09:09.697615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1690335745 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7343e7b2-1adc-4b91-a337-d9c830b5a597' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1690335745], ["username", "billy_43"], ["access_token", "101f187f32080c47f6aa293d37c952e4"], ["uuid", "7343e7b2-1adc-4b91-a337-d9c830b5a597"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:09:09.701516"], ["updated_at", "2017-10-25 17:09:09.701516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262631013 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b333162-34fa-4804-8a62-736c718035e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -262631013], ["username", "billy_44"], ["access_token", "2d765ec9b62e29e86bd671ec1815b33f"], ["uuid", "3b333162-34fa-4804-8a62-736c718035e9"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:09:09.705092"], ["updated_at", "2017-10-25 17:09:09.705092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1455563591 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05ffb2af-a764-421e-b60b-8a7e8466e4f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1455563591], ["username", "billy_45"], ["access_token", "4234f4eecf1cbdb66b98b2f464d3803a"], ["uuid", "05ffb2af-a764-421e-b60b-8a7e8466e4f6"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:09:09.708753"], ["updated_at", "2017-10-25 17:09:09.708753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789680691 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad482e08-d198-4f19-87ec-6a42935dd981' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -789680691], ["username", "billy_46"], ["access_token", "651ef71069f6365d71540050bfc706ad"], ["uuid", "ad482e08-d198-4f19-87ec-6a42935dd981"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:09:09.712470"], ["updated_at", "2017-10-25 17:09:09.712470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -959950632 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3bd4ffd3-c449-4444-8108-f3612862b2b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -959950632], ["username", "billy_47"], ["access_token", "01f0836172c04f7d9042539ae6b068cc"], ["uuid", "3bd4ffd3-c449-4444-8108-f3612862b2b7"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:09:09.716146"], ["updated_at", "2017-10-25 17:09:09.716146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66354349 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7f0a276-18a8-43be-98a9-39cfcc7feebe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -66354349], ["username", "billy_48"], ["access_token", "18b168c56a772de7a0fab0358cac9d2d"], ["uuid", "f7f0a276-18a8-43be-98a9-39cfcc7feebe"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:09:09.720116"], ["updated_at", "2017-10-25 17:09:09.720116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -359860696 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff271a54-fbb0-4189-89e1-ab6e8ee4e6bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -359860696], ["username", "billy_49"], ["access_token", "80a0aa7ff1c75f08a2f9f42776591c4e"], ["uuid", "ff271a54-fbb0-4189-89e1-ab6e8ee4e6bb"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:09:09.723890"], ["updated_at", "2017-10-25 17:09:09.723890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2125255453 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '416d5580-6ee0-4356-ae01-dcdf455d5a74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2125255453], ["username", "jstrav"], ["access_token", "12e8755a31f9d5e50e6999ef01528042"], ["uuid", "416d5580-6ee0-4356-ae01-dcdf455d5a74"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:09:09.732772"], ["updated_at", "2017-10-25 17:09:09.732772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1379052772 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16770192-7fdf-442e-8de3-2d8ad8ee440f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1379052772], ["username", "mary"], ["access_token", "6707b629932b13236b614025081e310f"], ["uuid", "16770192-7fdf-442e-8de3-2d8ad8ee440f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:09:09.736738"], ["updated_at", "2017-10-25 17:09:09.736738"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -672770015 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e38d2d2-f1e2-43c5-89e9-53293069607f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -672770015], ["username", "jstead"], ["access_token", "e83e3ab11f508754c748658d90d1674e"], ["uuid", "4e38d2d2-f1e2-43c5-89e9-53293069607f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:09:09.740513"], ["updated_at", "2017-10-25 17:09:09.740513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1879253025 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7156fab-f88c-423d-a8eb-af34c73aff9e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1879253025], ["username", "bigbear"], ["access_token", "3a65a80e9a6631a5c7d9f56a5b7200cd"], ["uuid", "c7156fab-f88c-423d-a8eb-af34c73aff9e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:09:09.744240"], ["updated_at", "2017-10-25 17:09:09.744240"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -458859615 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc3d5bc2-7be4-4728-b327-9ab5b6e4cc60' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -458859615], ["username", "billy_00"], ["access_token", "c788d6870b081797de65543b309e54b9"], ["uuid", "cc3d5bc2-7be4-4728-b327-9ab5b6e4cc60"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:09:09.747911"], ["updated_at", "2017-10-25 17:09:09.747911"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -611138444 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78bea255-60a8-47f3-bec1-76f2d529d44f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -611138444], ["username", "billy_01"], ["access_token", "c6822050e181b9f2a1b1ec1b4d56d0b4"], ["uuid", "78bea255-60a8-47f3-bec1-76f2d529d44f"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:09:09.751587"], ["updated_at", "2017-10-25 17:09:09.751587"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -624760542 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3dd9b09e-cf70-4fc3-853b-fb3ef26534c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -624760542], ["username", "billy_02"], ["access_token", "c3a2d6eadf0b934205e5777b1e9f10c5"], ["uuid", "3dd9b09e-cf70-4fc3-853b-fb3ef26534c6"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:09:09.755206"], ["updated_at", "2017-10-25 17:09:09.755206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1085786908 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '352ff971-7810-450b-accf-009f0edc21f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1085786908], ["username", "billy_03"], ["access_token", "c02ffe8688c2e9913aea70579d4ccc85"], ["uuid", "352ff971-7810-450b-accf-009f0edc21f2"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:09:09.758901"], ["updated_at", "2017-10-25 17:09:09.758901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -957925877 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3fa0b9b-0fb3-4714-bdfd-df5fef236563' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -957925877], ["username", "billy_04"], ["access_token", "9a395fb6feea57b706aafe081f27c116"], ["uuid", "b3fa0b9b-0fb3-4714-bdfd-df5fef236563"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:09:09.762527"], ["updated_at", "2017-10-25 17:09:09.762527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1650921526 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20ea87d2-4288-4abc-8b58-e16aad73adca' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1650921526], ["username", "billy_05"], ["access_token", "c5c214725e937dbafb0ccfbb963497ce"], ["uuid", "20ea87d2-4288-4abc-8b58-e16aad73adca"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:09:09.766282"], ["updated_at", "2017-10-25 17:09:09.766282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -70001273 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5a45acf-567d-41e0-b452-df65388750a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -70001273], ["username", "billy_06"], ["access_token", "62e18b004ec34bcd5dbc1c7202a329e7"], ["uuid", "e5a45acf-567d-41e0-b452-df65388750a0"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:09:09.771003"], ["updated_at", "2017-10-25 17:09:09.771003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1991327732 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25931e7a-38ce-470b-85b7-feff98f55a9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1991327732], ["username", "billy_07"], ["access_token", "a6512c2671d5237d6a63b249ccf18151"], ["uuid", "25931e7a-38ce-470b-85b7-feff98f55a9c"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:09:09.774922"], ["updated_at", "2017-10-25 17:09:09.774922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1765439845 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c2403eb-7524-4de3-91b7-91e01a942033' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1765439845], ["username", "billy_08"], ["access_token", "22b9a7a5fb5c0309b17369a1115b95ca"], ["uuid", "2c2403eb-7524-4de3-91b7-91e01a942033"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:09:09.778758"], ["updated_at", "2017-10-25 17:09:09.778758"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2133031393 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b099950-aa77-48de-9ef7-92f8a0625d5e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2133031393], ["username", "billy_09"], ["access_token", "95819a0a6a1826577049df74ae51f6c6"], ["uuid", "1b099950-aa77-48de-9ef7-92f8a0625d5e"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:09:09.782694"], ["updated_at", "2017-10-25 17:09:09.782694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1138954813 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe8812a0-4fea-430a-be5c-949137277142' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1138954813], ["username", "billy_10"], ["access_token", "484f1fb4a65e1d01f835575730823742"], ["uuid", "fe8812a0-4fea-430a-be5c-949137277142"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:09:09.786579"], ["updated_at", "2017-10-25 17:09:09.786579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -579277658 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8667af5-6664-475a-8c76-7d0edd5adab9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -579277658], ["username", "billy_11"], ["access_token", "2be8ae247883e6fe5fd80249f5e89e7e"], ["uuid", "b8667af5-6664-475a-8c76-7d0edd5adab9"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:09:09.790383"], ["updated_at", "2017-10-25 17:09:09.790383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64836136 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2acbdb0-8964-40e7-a8b2-105e9cf40193' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -64836136], ["username", "billy_12"], ["access_token", "804341e133b047ebcb8b3b1aad080477"], ["uuid", "d2acbdb0-8964-40e7-a8b2-105e9cf40193"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:09:09.794007"], ["updated_at", "2017-10-25 17:09:09.794007"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539789187 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b3a4b10-7a9f-46cb-9e16-f3faf4ef7dfc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -539789187], ["username", "billy_13"], ["access_token", "d45346b6d35ee83a6eacbe0a82b2ac50"], ["uuid", "2b3a4b10-7a9f-46cb-9e16-f3faf4ef7dfc"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:09:09.798007"], ["updated_at", "2017-10-25 17:09:09.798007"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965476950 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56643dc6-203e-49cf-95c4-45bafd98be4d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -965476950], ["username", "billy_14"], ["access_token", "ec4dc4c64471b62c3cb44a12bd68b7ab"], ["uuid", "56643dc6-203e-49cf-95c4-45bafd98be4d"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:09:09.801748"], ["updated_at", "2017-10-25 17:09:09.801748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348306110 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '906fa3f6-1d30-4a4e-9491-886f2e76b07d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1348306110], ["username", "billy_15"], ["access_token", "16b418ca1817262213cbe4425e9c58f6"], ["uuid", "906fa3f6-1d30-4a4e-9491-886f2e76b07d"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:09:09.805392"], ["updated_at", "2017-10-25 17:09:09.805392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1993888919 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '90c7ef36-a2f4-458f-ae12-6e97cd0dce35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1993888919], ["username", "billy_16"], ["access_token", "26159e2705679e5dd0c7cd474f4e360a"], ["uuid", "90c7ef36-a2f4-458f-ae12-6e97cd0dce35"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:09:09.809071"], ["updated_at", "2017-10-25 17:09:09.809071"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1946157576 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '504448c2-f6d2-43f6-a5ef-7c3580472113' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1946157576], ["username", "billy_17"], ["access_token", "5c2e7e46d5a31c40badba3a09065a36a"], ["uuid", "504448c2-f6d2-43f6-a5ef-7c3580472113"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:09:09.812817"], ["updated_at", "2017-10-25 17:09:09.812817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598430603 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de45c9f3-5099-4086-9d59-4e1f9b614e44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -598430603], ["username", "billy_18"], ["access_token", "59f4e34ea6091b126df0247a4c6bf69a"], ["uuid", "de45c9f3-5099-4086-9d59-4e1f9b614e44"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:09:09.816590"], ["updated_at", "2017-10-25 17:09:09.816590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313331736 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2347f7e4-c53e-4064-bc59-5e0273e1c1f6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -313331736], ["username", "billy_19"], ["access_token", "db8bac8b4475d4ee8c80284b532ea45e"], ["uuid", "2347f7e4-c53e-4064-bc59-5e0273e1c1f6"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:09:09.821135"], ["updated_at", "2017-10-25 17:09:09.821135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2042772062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a50f6f5f-7bb2-4ecd-aba9-85ca4a909c47' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2042772062], ["username", "billy_20"], ["access_token", "276c04296c05679e48da2175a8f9a998"], ["uuid", "a50f6f5f-7bb2-4ecd-aba9-85ca4a909c47"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:09:09.826299"], ["updated_at", "2017-10-25 17:09:09.826299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1683052941 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '847d40db-08eb-4f53-bfd6-cc72af025e5b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1683052941], ["username", "billy_21"], ["access_token", "191aa25ac5a914e5fe9a38f1b9fdc42b"], ["uuid", "847d40db-08eb-4f53-bfd6-cc72af025e5b"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:09:09.830557"], ["updated_at", "2017-10-25 17:09:09.830557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1358236250 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cf23800-1d07-43c3-88a6-ef0823a7107a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1358236250], ["username", "billy_22"], ["access_token", "e873d1922f5eb6fb458c66c4d1dcc07f"], ["uuid", "8cf23800-1d07-43c3-88a6-ef0823a7107a"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:09:09.834235"], ["updated_at", "2017-10-25 17:09:09.834235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324352627 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e59414c5-10c5-4440-b772-c56edae6a89f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1324352627], ["username", "billy_23"], ["access_token", "a3f6f258713ca72893d6358cf2f32543"], ["uuid", "e59414c5-10c5-4440-b772-c56edae6a89f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:09:09.837955"], ["updated_at", "2017-10-25 17:09:09.837955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1635379095 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4236ccc7-28f7-4766-9dca-069430bd7339' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1635379095], ["username", "billy_24"], ["access_token", "70af82686dcd42b37984c0dff9d9c17a"], ["uuid", "4236ccc7-28f7-4766-9dca-069430bd7339"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:09:09.841904"], ["updated_at", "2017-10-25 17:09:09.841904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -301941543 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0656f02b-1fce-4c1d-9692-1e0d83f20431' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -301941543], ["username", "billy_25"], ["access_token", "41136cb4f53bd43ec4e694bcd7e6186f"], ["uuid", "0656f02b-1fce-4c1d-9692-1e0d83f20431"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:09:09.845739"], ["updated_at", "2017-10-25 17:09:09.845739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -521111988 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83a48517-e424-4308-ba2f-656c34162bd3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -521111988], ["username", "billy_26"], ["access_token", "1162601de02d45278eddb23abdc60d13"], ["uuid", "83a48517-e424-4308-ba2f-656c34162bd3"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:09:09.849403"], ["updated_at", "2017-10-25 17:09:09.849403"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1246401722 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '455b08dd-bc51-46c5-9904-c4ebb1202603' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1246401722], ["username", "billy_27"], ["access_token", "467dccb7bdd870b50e0c381a1a80c4ed"], ["uuid", "455b08dd-bc51-46c5-9904-c4ebb1202603"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:09:09.853171"], ["updated_at", "2017-10-25 17:09:09.853171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1699977735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c102bf8a-31dc-4847-8a10-1e7a9b4920a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1699977735], ["username", "billy_28"], ["access_token", "a41bf42f50be8339b724ea316e45e1dd"], ["uuid", "c102bf8a-31dc-4847-8a10-1e7a9b4920a5"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:09:09.856957"], ["updated_at", "2017-10-25 17:09:09.856957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -500971087 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84eac340-07d8-4a38-ac7a-cf120e0fe98c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -500971087], ["username", "billy_29"], ["access_token", "f70da87d1c3dfa158bca4fb7dff366b3"], ["uuid", "84eac340-07d8-4a38-ac7a-cf120e0fe98c"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:09:09.861159"], ["updated_at", "2017-10-25 17:09:09.861159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1184738698 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1b6ea1b-d1ec-4c8a-a875-c8f53b440c58' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1184738698], ["username", "billy_30"], ["access_token", "8ce7605f06186055de39e4e37e79070e"], ["uuid", "c1b6ea1b-d1ec-4c8a-a875-c8f53b440c58"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:09:09.865204"], ["updated_at", "2017-10-25 17:09:09.865204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -701210489 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ce88dae-73f8-45aa-93f2-517ce3e7fa03' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -701210489], ["username", "billy_31"], ["access_token", "2ce6804fd063e3d251a49fa5f86837b7"], ["uuid", "2ce88dae-73f8-45aa-93f2-517ce3e7fa03"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:09:09.869798"], ["updated_at", "2017-10-25 17:09:09.869798"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093597567 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1b2a956-b08d-46a6-a9f4-45ac08b2cdcf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2093597567], ["username", "billy_32"], ["access_token", "dee963de93a35e06420b385d912742b3"], ["uuid", "c1b2a956-b08d-46a6-a9f4-45ac08b2cdcf"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:09:09.875081"], ["updated_at", "2017-10-25 17:09:09.875081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -241975864 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e25cee3e-17fe-462c-ae4f-aa0a98de5448' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -241975864], ["username", "billy_33"], ["access_token", "a1aa36d76a67370cc72f2f2310099c98"], ["uuid", "e25cee3e-17fe-462c-ae4f-aa0a98de5448"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:09:09.880673"], ["updated_at", "2017-10-25 17:09:09.880673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016837872 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5df0098-d2ad-4051-a002-5fb7d1ee37b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1016837872], ["username", "billy_34"], ["access_token", "3f630cd2858554d6e1702ad60d4c1142"], ["uuid", "d5df0098-d2ad-4051-a002-5fb7d1ee37b1"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:09:09.885027"], ["updated_at", "2017-10-25 17:09:09.885027"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -653880982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1eb8b89-87a9-49e2-9408-ddc6ea50d7d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -653880982], ["username", "billy_35"], ["access_token", "bbef42e637b2a718170fe20f71b06a18"], ["uuid", "d1eb8b89-87a9-49e2-9408-ddc6ea50d7d7"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:09:09.888928"], ["updated_at", "2017-10-25 17:09:09.888928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1604017313 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e801c02-23a5-46a6-961a-92c393f69c76' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1604017313], ["username", "billy_36"], ["access_token", "62f3960474b82ff6b88d45a2eb8f3924"], ["uuid", "9e801c02-23a5-46a6-961a-92c393f69c76"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:09:09.894788"], ["updated_at", "2017-10-25 17:09:09.894788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1553440130 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa8ea134-5c6f-404f-bc2a-1c78fdead65a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1553440130], ["username", "billy_37"], ["access_token", "8e2ca8a982e46c1b72b0fb0435aac44a"], ["uuid", "fa8ea134-5c6f-404f-bc2a-1c78fdead65a"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:09:09.899983"], ["updated_at", "2017-10-25 17:09:09.899983"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1133174092 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02e2537d-5b01-4d49-840a-e74df7b6864d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1133174092], ["username", "billy_38"], ["access_token", "36e70bc0ae67379faa7d2a2372c43c67"], ["uuid", "02e2537d-5b01-4d49-840a-e74df7b6864d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:09:09.903917"], ["updated_at", "2017-10-25 17:09:09.903917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1606061432 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f37a7d41-ea20-4e0e-86c0-72b1ca5678a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1606061432], ["username", "billy_39"], ["access_token", "9d88c36f77ae81c79d6af0e24b63c4a2"], ["uuid", "f37a7d41-ea20-4e0e-86c0-72b1ca5678a7"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:09:09.907563"], ["updated_at", "2017-10-25 17:09:09.907563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -32401656 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2149c338-d225-425d-a7a0-c39554471f1a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -32401656], ["username", "billy_40"], ["access_token", "4cb300eeb43c5a8c8f260f29b106271a"], ["uuid", "2149c338-d225-425d-a7a0-c39554471f1a"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:09:09.911112"], ["updated_at", "2017-10-25 17:09:09.911112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1924258682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82599865-50fb-4db5-9006-f1264b3a1348' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1924258682], ["username", "billy_41"], ["access_token", "6fc1b5be9aaf9566ce102f896bd6298a"], ["uuid", "82599865-50fb-4db5-9006-f1264b3a1348"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:09:09.914816"], ["updated_at", "2017-10-25 17:09:09.914816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989799920 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '510e0995-b45f-4a08-a9c0-731c6c6d688a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -989799920], ["username", "billy_42"], ["access_token", "986b40974ff7de3501f15896cd83f52a"], ["uuid", "510e0995-b45f-4a08-a9c0-731c6c6d688a"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:09:09.918889"], ["updated_at", "2017-10-25 17:09:09.918889"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -617426488 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2adbce20-39fd-43c0-9c0a-6ebbda6c350f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -617426488], ["username", "billy_43"], ["access_token", "f00fa5b7c3486e1164fa2f20a6822d21"], ["uuid", "2adbce20-39fd-43c0-9c0a-6ebbda6c350f"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:09:09.922791"], ["updated_at", "2017-10-25 17:09:09.922791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1469878789 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f18f659-e2d3-41b9-a345-68036937849d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1469878789], ["username", "billy_44"], ["access_token", "79bfad164045d8641e4e40cb0c784a26"], ["uuid", "3f18f659-e2d3-41b9-a345-68036937849d"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:09:09.926664"], ["updated_at", "2017-10-25 17:09:09.926664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406846445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bbd64286-e5a1-4f70-9c5e-b0ca112730b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -406846445], ["username", "billy_45"], ["access_token", "9a0317b36818f7d239a0de8872bb6663"], ["uuid", "bbd64286-e5a1-4f70-9c5e-b0ca112730b1"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:09:09.930780"], ["updated_at", "2017-10-25 17:09:09.930780"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1271014850 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a6e354ca-34f3-4510-b562-27ef04af2f99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1271014850], ["username", "billy_46"], ["access_token", "c3716936bac5631293272296a85ab0b7"], ["uuid", "a6e354ca-34f3-4510-b562-27ef04af2f99"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:09:09.934761"], ["updated_at", "2017-10-25 17:09:09.934761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -341210276 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf489c08-603d-4c8b-b85c-f66b7c77e480' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -341210276], ["username", "billy_47"], ["access_token", "349195f2deea508fad9ec8be975a601e"], ["uuid", "cf489c08-603d-4c8b-b85c-f66b7c77e480"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:09:09.938579"], ["updated_at", "2017-10-25 17:09:09.938579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1315998517 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '26f81aa2-48ce-4197-9f07-f99f1d48aae8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1315998517], ["username", "billy_48"], ["access_token", "24262c89c5a09c83765883ef3cb07422"], ["uuid", "26f81aa2-48ce-4197-9f07-f99f1d48aae8"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:09:09.942302"], ["updated_at", "2017-10-25 17:09:09.942302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1572389236 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32074a61-6eab-4c76-bea1-bd6172569b48' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1572389236], ["username", "billy_49"], ["access_token", "38cae0383e9b16047b75963d839ccce2"], ["uuid", "32074a61-6eab-4c76-bea1-bd6172569b48"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:09:09.946002"], ["updated_at", "2017-10-25 17:09:09.946002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -503595663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e941e18-e37a-4989-8ece-50261a050f67' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -503595663], ["username", "jstrav"], ["access_token", "9fae7b20d19d9e33b7afad4e1e7c3e34"], ["uuid", "1e941e18-e37a-4989-8ece-50261a050f67"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:09:09.954528"], ["updated_at", "2017-10-25 17:09:09.954528"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1412120253 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35fbf63f-cadf-46de-b7f3-65a62b366b3c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1412120253], ["username", "mary"], ["access_token", "d870571a17417a54089f9f7a717c72ad"], ["uuid", "35fbf63f-cadf-46de-b7f3-65a62b366b3c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:09:09.959144"], ["updated_at", "2017-10-25 17:09:09.959144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -701595316 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1644cb4d-f1ec-4d45-9958-cfcec43866f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -701595316], ["username", "jstead"], ["access_token", "503fb5d37e53d0455f08dc60767d1037"], ["uuid", "1644cb4d-f1ec-4d45-9958-cfcec43866f0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:09:09.963142"], ["updated_at", "2017-10-25 17:09:09.963142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407094560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf4ffba0-614c-4eb3-b0f8-3dc0f65fd92b' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1407094560], ["username", "bigbear"], ["access_token", "aa6afddf29766de623b6cb0e0da731a8"], ["uuid", "bf4ffba0-614c-4eb3-b0f8-3dc0f65fd92b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:09:09.967022"], ["updated_at", "2017-10-25 17:09:09.967022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2105493040 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0602423d-347d-4a5c-a565-e6a83304f18e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2105493040], ["username", "billy_00"], ["access_token", "1efaf9e43a4576ed91400f860e144a58"], ["uuid", "0602423d-347d-4a5c-a565-e6a83304f18e"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:09:09.971343"], ["updated_at", "2017-10-25 17:09:09.971343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -342866529 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e631ab2f-b25d-4401-a33f-bada0d596bb6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -342866529], ["username", "billy_01"], ["access_token", "82e1720fea0ba05ae4fdaf67115a57bd"], ["uuid", "e631ab2f-b25d-4401-a33f-bada0d596bb6"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:09:09.975279"], ["updated_at", "2017-10-25 17:09:09.975279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1489174497 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec28d1d6-24e6-453f-8539-5ea00071b299' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1489174497], ["username", "billy_02"], ["access_token", "7312b6bb872273678b629788360579b8"], ["uuid", "ec28d1d6-24e6-453f-8539-5ea00071b299"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:09:09.978929"], ["updated_at", "2017-10-25 17:09:09.978929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -441185003 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '454998c6-7f15-450c-97bd-05b9ea0fbb45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -441185003], ["username", "billy_03"], ["access_token", "9d1242ac60ccca58ceb1184b9c233c0a"], ["uuid", "454998c6-7f15-450c-97bd-05b9ea0fbb45"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:09:09.982489"], ["updated_at", "2017-10-25 17:09:09.982489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -507174472 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93f3404c-4e1a-41b4-8f41-29ff2f9a0b9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -507174472], ["username", "billy_04"], ["access_token", "fbb75389a4af2bf8d91c39e4d800aecf"], ["uuid", "93f3404c-4e1a-41b4-8f41-29ff2f9a0b9f"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:09:09.986050"], ["updated_at", "2017-10-25 17:09:09.986050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1337043608 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b88f9619-885a-4502-a29e-84cdfc084e46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1337043608], ["username", "billy_05"], ["access_token", "de9f3618d0e26300d3b557432ec711b2"], ["uuid", "b88f9619-885a-4502-a29e-84cdfc084e46"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:09:09.989812"], ["updated_at", "2017-10-25 17:09:09.989812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -23629720 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b1d8c85-16e9-4c84-9571-ff28f5fcd659' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -23629720], ["username", "billy_06"], ["access_token", "78758241bb2aed6781a26395e032c4e7"], ["uuid", "7b1d8c85-16e9-4c84-9571-ff28f5fcd659"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:09:09.993293"], ["updated_at", "2017-10-25 17:09:09.993293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -412385089 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3f74c58-4c04-4e64-aa01-21fa92d1654f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -412385089], ["username", "billy_07"], ["access_token", "7d225e9fbc36af8b1cb0daac610198cd"], ["uuid", "d3f74c58-4c04-4e64-aa01-21fa92d1654f"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:09:09.996730"], ["updated_at", "2017-10-25 17:09:09.996730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415725229 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4599de51-d360-4b18-af63-93d4c5b35264' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -415725229], ["username", "billy_08"], ["access_token", "e0c3b248ca3d04d59a4f741379a2b251"], ["uuid", "4599de51-d360-4b18-af63-93d4c5b35264"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:09:10.000422"], ["updated_at", "2017-10-25 17:09:10.000422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1886326325 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7adb43e-08fb-42d7-b7f6-013f279775c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1886326325], ["username", "billy_09"], ["access_token", "256daec64753dcfb5974411f8e4d0732"], ["uuid", "b7adb43e-08fb-42d7-b7f6-013f279775c4"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:09:10.003932"], ["updated_at", "2017-10-25 17:09:10.003932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -213646537 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8370b03-9d79-4151-bc5c-87ec31bd79db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -213646537], ["username", "billy_10"], ["access_token", "447c66e7424fce0bfe8d448364fc6cbc"], ["uuid", "a8370b03-9d79-4151-bc5c-87ec31bd79db"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:09:10.014463"], ["updated_at", "2017-10-25 17:09:10.014463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -845574783 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62e9e829-4ff8-4cf4-ad96-638872375573' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -845574783], ["username", "billy_11"], ["access_token", "9529d9d236762a951a74f1c36797d1ee"], ["uuid", "62e9e829-4ff8-4cf4-ad96-638872375573"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:09:10.018225"], ["updated_at", "2017-10-25 17:09:10.018225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1597878589 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84cc20e7-892e-4354-ae98-326a50fb0152' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1597878589], ["username", "billy_12"], ["access_token", "9832b38765837ee2c468e8818da02af4"], ["uuid", "84cc20e7-892e-4354-ae98-326a50fb0152"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:09:10.021832"], ["updated_at", "2017-10-25 17:09:10.021832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -476056194 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4dc5cd3b-9261-4fd3-85f0-6744c57e1611' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -476056194], ["username", "billy_13"], ["access_token", "c987e8ea49fc754b7433d28f6f97bd88"], ["uuid", "4dc5cd3b-9261-4fd3-85f0-6744c57e1611"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:09:10.025558"], ["updated_at", "2017-10-25 17:09:10.025558"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2113920322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d613f66-7ccf-4e54-b078-2e80c0c02aca' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2113920322], ["username", "billy_14"], ["access_token", "083a5f598fe6c7afba075ab583b916f8"], ["uuid", "5d613f66-7ccf-4e54-b078-2e80c0c02aca"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:09:10.029370"], ["updated_at", "2017-10-25 17:09:10.029370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -192535482 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f4d627e-a804-4fc1-bcff-cf651303af00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -192535482], ["username", "billy_15"], ["access_token", "4eae047124677a95bb4a8b153ea6b164"], ["uuid", "3f4d627e-a804-4fc1-bcff-cf651303af00"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:09:10.033090"], ["updated_at", "2017-10-25 17:09:10.033090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848017534 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a5946b72-b0e0-465c-9580-f084c851507b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -848017534], ["username", "billy_16"], ["access_token", "6bf1a4acb9ddc443f1724c6a908077f1"], ["uuid", "a5946b72-b0e0-465c-9580-f084c851507b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:09:10.036809"], ["updated_at", "2017-10-25 17:09:10.036809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -9350648 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '218594d6-8360-4d9a-8450-f7557fd468f8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -9350648], ["username", "billy_17"], ["access_token", "6ab48b77d4a63749027a8d21b3cd39be"], ["uuid", "218594d6-8360-4d9a-8450-f7557fd468f8"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:09:10.040519"], ["updated_at", "2017-10-25 17:09:10.040519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -731921217 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3152518-5e08-46c3-bf52-bef341fb7518' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -731921217], ["username", "billy_18"], ["access_token", "e1d4f4f70f14650bccc7d2546e22abc8"], ["uuid", "e3152518-5e08-46c3-bf52-bef341fb7518"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:09:10.044232"], ["updated_at", "2017-10-25 17:09:10.044232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1697065847 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f85cc146-197a-4a05-a38e-fb7082441223' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1697065847], ["username", "billy_19"], ["access_token", "56c816421ac9fbce2b886d8d7cd3a7e0"], ["uuid", "f85cc146-197a-4a05-a38e-fb7082441223"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:09:10.047983"], ["updated_at", "2017-10-25 17:09:10.047983"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807635405 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad0a5d53-75da-4c27-8cf2-b78ef9962c4e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -807635405], ["username", "billy_20"], ["access_token", "27a5fae45a760edb1c6f57224e1e7756"], ["uuid", "ad0a5d53-75da-4c27-8cf2-b78ef9962c4e"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:09:10.051691"], ["updated_at", "2017-10-25 17:09:10.051691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538187490 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2316821-3d2f-4e2f-980c-29de2bd062cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -538187490], ["username", "billy_21"], ["access_token", "bc7772a1b0624126103883445463a784"], ["uuid", "d2316821-3d2f-4e2f-980c-29de2bd062cd"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:09:10.055536"], ["updated_at", "2017-10-25 17:09:10.055536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2110070234 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33d82638-51b1-4d32-8e1d-e1658d1f607d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2110070234], ["username", "billy_22"], ["access_token", "dec779e13c81fce3751ba369afe8ce5c"], ["uuid", "33d82638-51b1-4d32-8e1d-e1658d1f607d"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:09:10.059239"], ["updated_at", "2017-10-25 17:09:10.059239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1567140385 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f67d2fd2-f8a4-4ab6-aabc-362ad120fd83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1567140385], ["username", "billy_23"], ["access_token", "7572d45c70704393ab89fec3ab7c063e"], ["uuid", "f67d2fd2-f8a4-4ab6-aabc-362ad120fd83"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:09:10.063347"], ["updated_at", "2017-10-25 17:09:10.063347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2117901380 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6274d08e-8f8f-45cd-85a6-7d9fc2fc73af' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2117901380], ["username", "billy_24"], ["access_token", "aa17674d29ec0490a188e76935497224"], ["uuid", "6274d08e-8f8f-45cd-85a6-7d9fc2fc73af"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:09:10.067038"], ["updated_at", "2017-10-25 17:09:10.067038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -435108555 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34384a39-79f2-4b28-bfd9-0ffd508e0195' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -435108555], ["username", "billy_25"], ["access_token", "820c02b0c42626b7847d09766d9d27bf"], ["uuid", "34384a39-79f2-4b28-bfd9-0ffd508e0195"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:09:10.070739"], ["updated_at", "2017-10-25 17:09:10.070739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -683084192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8fde3f9e-379f-490a-aae0-128fed5c47e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -683084192], ["username", "billy_26"], ["access_token", "75d342e65a78f6e7118223858d1a94f8"], ["uuid", "8fde3f9e-379f-490a-aae0-128fed5c47e8"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:09:10.074418"], ["updated_at", "2017-10-25 17:09:10.074418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1805484760 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3005edcf-5fc1-4454-86fa-a340e3194f07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1805484760], ["username", "billy_27"], ["access_token", "3874a8df8126312bee46599c7d0db598"], ["uuid", "3005edcf-5fc1-4454-86fa-a340e3194f07"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:09:10.078042"], ["updated_at", "2017-10-25 17:09:10.078042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700679256 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '353b9c04-b7f1-4fa8-bbb6-4c2816860bf5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -700679256], ["username", "billy_28"], ["access_token", "63653bd064d847e214b1bc542741df81"], ["uuid", "353b9c04-b7f1-4fa8-bbb6-4c2816860bf5"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:09:10.081946"], ["updated_at", "2017-10-25 17:09:10.081946"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -409572620 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ecccde9-4014-49cf-b6a2-505c74ecaac1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -409572620], ["username", "billy_29"], ["access_token", "ff8e6e588e4de488bc36fc715aafd644"], ["uuid", "4ecccde9-4014-49cf-b6a2-505c74ecaac1"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:09:10.085761"], ["updated_at", "2017-10-25 17:09:10.085761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2092423443 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2540bc3d-21f4-4293-8e3e-e33ff642b687' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2092423443], ["username", "billy_30"], ["access_token", "161cc4aa05753fbb1f91af5c6ee95cd5"], ["uuid", "2540bc3d-21f4-4293-8e3e-e33ff642b687"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:09:10.089790"], ["updated_at", "2017-10-25 17:09:10.089790"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1252387168 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f05fdb8-d014-4b4f-a1c4-7e70b33fc679' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1252387168], ["username", "billy_31"], ["access_token", "5b228a585d19a55259c109a12ccaee3b"], ["uuid", "2f05fdb8-d014-4b4f-a1c4-7e70b33fc679"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:09:10.093368"], ["updated_at", "2017-10-25 17:09:10.093368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -974364852 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1d346c6-3dad-4ed6-98fc-380482522fb2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -974364852], ["username", "billy_32"], ["access_token", "d374a286ce3da85e0d9725da0516910f"], ["uuid", "c1d346c6-3dad-4ed6-98fc-380482522fb2"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:09:10.096903"], ["updated_at", "2017-10-25 17:09:10.096903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -507013626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e950e69e-f156-4981-b7a1-58fe95dc087b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -507013626], ["username", "billy_33"], ["access_token", "3cbb04d24a30b678884832c4b261cdbe"], ["uuid", "e950e69e-f156-4981-b7a1-58fe95dc087b"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:09:10.100608"], ["updated_at", "2017-10-25 17:09:10.100608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1320144600 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '560402d5-6032-4f1e-a5d0-ea15b3827dfe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1320144600], ["username", "billy_34"], ["access_token", "53a00f023a51d30bca7a3b93d574fc78"], ["uuid", "560402d5-6032-4f1e-a5d0-ea15b3827dfe"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:09:10.104231"], ["updated_at", "2017-10-25 17:09:10.104231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -40862380 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9d16367-96df-4178-a02d-5e66da31013d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -40862380], ["username", "billy_35"], ["access_token", "6f3af8adc512bb2bac2751c65666bd05"], ["uuid", "b9d16367-96df-4178-a02d-5e66da31013d"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:09:10.107852"], ["updated_at", "2017-10-25 17:09:10.107852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2005224536 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5dcf284-531d-42e6-abba-bea4807edec1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2005224536], ["username", "billy_36"], ["access_token", "0b97fbb7988505f9586cdad76bc710dd"], ["uuid", "c5dcf284-531d-42e6-abba-bea4807edec1"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:09:10.112354"], ["updated_at", "2017-10-25 17:09:10.112354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1621249482 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95b773c8-74e3-4963-b90a-d2b0bd1bf1ef' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1621249482], ["username", "billy_37"], ["access_token", "783d231106bf2c58ff9081229c2896c9"], ["uuid", "95b773c8-74e3-4963-b90a-d2b0bd1bf1ef"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:09:10.116635"], ["updated_at", "2017-10-25 17:09:10.116635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1819138254 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f25317f4-ae5a-4c6c-a0cc-67fbfc6b4ab5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1819138254], ["username", "billy_38"], ["access_token", "0bb3554a357b676eebb063bbb21a57f6"], ["uuid", "f25317f4-ae5a-4c6c-a0cc-67fbfc6b4ab5"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:09:10.120522"], ["updated_at", "2017-10-25 17:09:10.120522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -464874925 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa66f9cb-7b28-4d77-bab2-81aa6f326cdc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -464874925], ["username", "billy_39"], ["access_token", "0efa911dc0b0aafcfd0e537c5bf06557"], ["uuid", "fa66f9cb-7b28-4d77-bab2-81aa6f326cdc"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:09:10.124179"], ["updated_at", "2017-10-25 17:09:10.124179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -906698004 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bdbef123-dec0-4fd3-a8d0-03711d136846' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -906698004], ["username", "billy_40"], ["access_token", "a65fa8f0d5885044c32fb8d3628c1966"], ["uuid", "bdbef123-dec0-4fd3-a8d0-03711d136846"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:09:10.127813"], ["updated_at", "2017-10-25 17:09:10.127813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031882062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2268d3a-682e-4edd-9e07-c8db776e03a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2031882062], ["username", "billy_41"], ["access_token", "72c749f4ce7b5c3a27616dc4d0a7bea8"], ["uuid", "a2268d3a-682e-4edd-9e07-c8db776e03a2"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:09:10.131547"], ["updated_at", "2017-10-25 17:09:10.131547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -18197283 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '033a3df7-6459-4918-b903-daed23b2c29b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -18197283], ["username", "billy_42"], ["access_token", "2806536b7d7e686ca1f29eb1d7327bb8"], ["uuid", "033a3df7-6459-4918-b903-daed23b2c29b"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:09:10.135213"], ["updated_at", "2017-10-25 17:09:10.135213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947298197 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1c044bf-a4f1-41e8-86c5-b4181bdf35db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -947298197], ["username", "billy_43"], ["access_token", "b7531cf0352fbf3769e43752c84ffe2a"], ["uuid", "c1c044bf-a4f1-41e8-86c5-b4181bdf35db"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:09:10.138859"], ["updated_at", "2017-10-25 17:09:10.138859"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -781583112 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '90e0aa4c-b6a5-4702-a6bf-44801cebfd52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -781583112], ["username", "billy_44"], ["access_token", "a24f5faef89a83c72e6db43a511c0528"], ["uuid", "90e0aa4c-b6a5-4702-a6bf-44801cebfd52"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:09:10.142486"], ["updated_at", "2017-10-25 17:09:10.142486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -584343294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b6ba707-dcc2-4e67-b867-2a4179b45cf9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -584343294], ["username", "billy_45"], ["access_token", "9e721e0180fffeafce029682042ccce8"], ["uuid", "4b6ba707-dcc2-4e67-b867-2a4179b45cf9"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:09:10.146134"], ["updated_at", "2017-10-25 17:09:10.146134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1539549935 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1e26fad-a841-4c4c-a56b-d3c371adab9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1539549935], ["username", "billy_46"], ["access_token", "cb8dce9968fcce27ab7f2cc957afebc3"], ["uuid", "a1e26fad-a841-4c4c-a56b-d3c371adab9f"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:09:10.149732"], ["updated_at", "2017-10-25 17:09:10.149732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1490304564 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c20aa553-0e21-4db4-9353-e916266bb48a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1490304564], ["username", "billy_47"], ["access_token", "414674fd7b8a0532e46c5ac70b55a7d7"], ["uuid", "c20aa553-0e21-4db4-9353-e916266bb48a"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:09:10.153355"], ["updated_at", "2017-10-25 17:09:10.153355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -191900367 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98b5cd75-d4d5-4c85-97a6-9ba6c4ed6b26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -191900367], ["username", "billy_48"], ["access_token", "c76a0781f4e65ac2804ee111bfb58ea8"], ["uuid", "98b5cd75-d4d5-4c85-97a6-9ba6c4ed6b26"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:09:10.156961"], ["updated_at", "2017-10-25 17:09:10.156961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -158941129 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e83d49c-952d-4383-9cde-86eeb57f6c87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -158941129], ["username", "billy_49"], ["access_token", "26ac3adf765efdaabba20b46c59ae2ff"], ["uuid", "9e83d49c-952d-4383-9cde-86eeb57f6c87"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:09:10.160600"], ["updated_at", "2017-10-25 17:09:10.160600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1609275308 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ca8219f29731fb53b0d0750fada7423b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7c5a1f4-8d2a-4d4d-8378-0f1ab6199343' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1609275308], ["username", "ca8219f29731fb53b0d0750fada7423b"], ["access_token", "a3bd1a4615dff8ee97eb7afa3e3b26dd"], ["uuid", "c7c5a1f4-8d2a-4d4d-8378-0f1ab6199343"], ["created_at", "2017-10-25 17:09:10.166520"], ["updated_at", "2017-10-25 17:09:10.166520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 296 AND "openstax_accounts_group_owners"."group_id" = -1084029040) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -1084029040]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 296 AND "openstax_accounts_group_owners"."group_id" = -1084029040) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1084029040 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1084029040], ["created_at", "2017-10-25 17:09:10.188700"], ["updated_at", "2017-10-25 17:09:10.188700"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 296 AND "openstax_accounts_group_owners"."group_id" = -1084029040) LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1084029040], ["user_id", -1609275308], ["created_at", "2017-10-25 17:09:10.191546"], ["updated_at", "2017-10-25 17:09:10.191546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1084029040]] OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -1084029040]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "e20bca"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e20bca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "0a2d25"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '0a2d25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 18], ["username", "0a2d25"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["created_at", "2017-10-25 17:09:10.231536"], ["updated_at", "2017-10-25 17:09:10.231536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["created_at", "2017-10-25 17:09:10.243098"], ["updated_at", "2017-10-25 17:09:10.243098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["created_at", "2017-10-25 17:09:10.252758"], ["updated_at", "2017-10-25 17:09:10.252758"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:09:10.258577"], ["updated_at", "2017-10-25 17:09:10.258577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:09:12 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-10-25 12:09:14 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -951705896 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2be5c0db96b4affee7f8db52108ada92' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ccc4d4b-a03d-4135-9c4d-6444862ab3f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -951705896], ["username", "2be5c0db96b4affee7f8db52108ada92"], ["access_token", "2ac3f88fce3f8fd1b847f6903e9488a2"], ["uuid", "7ccc4d4b-a03d-4135-9c4d-6444862ab3f2"], ["created_at", "2017-10-25 17:09:14.308214"], ["updated_at", "2017-10-25 17:09:14.308214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:09:16 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-10-25 12:09:18 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053238707 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'be8167c0d55d63a6a6e3f7139d8a4c82' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64f73601-ef2d-460b-9f23-1c062c80e55c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2053238707], ["username", "be8167c0d55d63a6a6e3f7139d8a4c82"], ["access_token", "913098b861ca716ef8e4932903f4af9c"], ["uuid", "64f73601-ef2d-460b-9f23-1c062c80e55c"], ["created_at", "2017-10-25 17:09:18.356812"], ["updated_at", "2017-10-25 17:09:18.356812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:09:20 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-10-25 12:09:22 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -798575444 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '57895debead0c799453032f519723a2e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf45a777-2488-420a-b981-95b7693c9e50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -798575444], ["username", "57895debead0c799453032f519723a2e"], ["access_token", "82e9d631328fc669c32aa78dfcf60b60"], ["uuid", "bf45a777-2488-420a-b981-95b7693c9e50"], ["created_at", "2017-10-25 17:09:22.402238"], ["updated_at", "2017-10-25 17:09:22.402238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:09:24 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-10-25 12:09:26 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1984691230 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c8741e5b86b11653d9ec1b16216f2014' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19c435fd-5e8a-4b26-9518-d3e454dc2bb3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1984691230], ["username", "c8741e5b86b11653d9ec1b16216f2014"], ["access_token", "28848d9555bdd6bba159387d64ad123b"], ["uuid", "19c435fd-5e8a-4b26-9518-d3e454dc2bb3"], ["created_at", "2017-10-25 17:09:26.458086"], ["updated_at", "2017-10-25 17:09:26.458086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-10-25 12:09:28 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"c8741e5b86b11653d9ec1b16216f2014", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"c8741e5b86b11653d9ec1b16216f2014", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1112640999 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '43d7bf4d3a1db0df21c0da0f5237818d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba294511-bd8b-4760-ac4b-4b5b94bb42b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1112640999], ["username", "43d7bf4d3a1db0df21c0da0f5237818d"], ["access_token", "7565315cdfb4bbf59a862e844f6aa3a5"], ["uuid", "ba294511-bd8b-4760-ac4b-4b5b94bb42b3"], ["created_at", "2017-10-25 17:09:28.483282"], ["updated_at", "2017-10-25 17:09:28.483282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -393503073 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -393503073], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:28.490625"], ["updated_at", "2017-10-25 17:09:28.490625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2062544717 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2062544717], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:28.492933"], ["updated_at", "2017-10-25 17:09:28.492933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-393503073/nestings/-2062544717" for 127.0.0.1 at 2017-10-25 12:09:30 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-393503073", "member_group_id"=>"-2062544717", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1811701152 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4a4b8c36a9d35437f87f7408295e3cba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64771046-70fd-48bd-814d-b90864318f81' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1811701152], ["username", "4a4b8c36a9d35437f87f7408295e3cba"], ["access_token", "7979d520703e2a44509b46f544b5b565"], ["uuid", "64771046-70fd-48bd-814d-b90864318f81"], ["created_at", "2017-10-25 17:09:30.521376"], ["updated_at", "2017-10-25 17:09:30.521376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1361044499 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1361044499], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:30.524441"], ["updated_at", "2017-10-25 17:09:30.524441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -274742846 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -274742846], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:30.526894"], ["updated_at", "2017-10-25 17:09:30.526894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 10 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 10]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1317070573 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '89ed309de1669db6696f4799594b87df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '70e7d98e-f523-49b0-900e-cb72838c0e93' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1317070573], ["username", "89ed309de1669db6696f4799594b87df"], ["access_token", "241e5d41605e31e76b3d086133a93757"], ["uuid", "70e7d98e-f523-49b0-900e-cb72838c0e93"], ["created_at", "2017-10-25 17:09:30.536013"], ["updated_at", "2017-10-25 17:09:30.536013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1010138766 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1010138766], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:30.544316"], ["updated_at", "2017-10-25 17:09:30.544316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748740223 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '99e78f0fb195bcf7f7e23a18ba832ae8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc6dd14f-26ab-4276-9812-83d880295bc0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -748740223], ["username", "99e78f0fb195bcf7f7e23a18ba832ae8"], ["access_token", "5476c190c36c1efe27df67a1107f86a1"], ["uuid", "dc6dd14f-26ab-4276-9812-83d880295bc0"], ["created_at", "2017-10-25 17:09:30.548063"], ["updated_at", "2017-10-25 17:09:30.548063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 308 AND "openstax_accounts_group_owners"."group_id" = -1010138766) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1010138766], ["user_id", -748740223], ["created_at", "2017-10-25 17:09:30.550658"], ["updated_at", "2017-10-25 17:09:30.550658"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1010138766/owners/-748740223" for 127.0.0.1 at 2017-10-25 12:09:32 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1010138766", "user_id"=>"-748740223", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -741938785 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '551b85273c774101b297c535201b25b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb82848e-9adb-4b63-87a6-ba8bcad328f2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -741938785], ["username", "551b85273c774101b297c535201b25b7"], ["access_token", "520ced9ab079a594aa28dff5af6e5855"], ["uuid", "eb82848e-9adb-4b63-87a6-ba8bcad328f2"], ["created_at", "2017-10-25 17:09:32.583592"], ["updated_at", "2017-10-25 17:09:32.583592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -383035406 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -383035406], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:32.587018"], ["updated_at", "2017-10-25 17:09:32.587018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1630608664 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '0a52842512e922ce802ebbef471e0438' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1dc26ef6-7469-4f56-8289-8077f0a5d8bb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1630608664], ["username", "0a52842512e922ce802ebbef471e0438"], ["access_token", "422154df1cc7e522fbfb9dae68d9b79a"], ["uuid", "1dc26ef6-7469-4f56-8289-8077f0a5d8bb"], ["created_at", "2017-10-25 17:09:32.592127"], ["updated_at", "2017-10-25 17:09:32.592127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-383035406/owners/-1630608664" for 127.0.0.1 at 2017-10-25 12:09:34 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-383035406", "user_id"=>"-1630608664", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:09:34.619278"], ["updated_at", "2017-10-25 17:09:34.619278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:09:36 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2017-10-25 12:09:38 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "application_user"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:09:38.667311"], ["updated_at", "2017-10-25 17:09:38.667311"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:09:40 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2017-10-25 12:09:42 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_user"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:09:42.716059"], ["updated_at", "2017-10-25 17:09:42.716059"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:09:44 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:09:46 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "application_user"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:09:46.761051"], ["updated_at", "2017-10-25 17:09:46.761051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:09:48 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:09:50 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1690775406 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9320982e34e5dba4548e7baaec7faa4f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53139b97-273c-47d2-a882-bf377d9f3541' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1690775406], ["username", "9320982e34e5dba4548e7baaec7faa4f"], ["access_token", "4165168eb7dd3aa9b25f6bb5eabcc2f4"], ["uuid", "53139b97-273c-47d2-a882-bf377d9f3541"], ["created_at", "2017-10-25 17:09:50.802839"], ["updated_at", "2017-10-25 17:09:50.802839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -943475025 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -943475025], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:50.810477"], ["updated_at", "2017-10-25 17:09:50.810477"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -943475025 AND "openstax_accounts_groups"."id" != 13) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-943475025" for 127.0.0.1 at 2017-10-25 12:09:52 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-943475025", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660516282 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f1e5cb828c1cc59f1c89ed985389de0c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ad401c0-8475-404b-b63d-4d4bb0f59090' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1660516282], ["username", "f1e5cb828c1cc59f1c89ed985389de0c"], ["access_token", "80e80b03c9f4e657afae4ad7aa291c80"], ["uuid", "8ad401c0-8475-404b-b63d-4d4bb0f59090"], ["created_at", "2017-10-25 17:09:52.848629"], ["updated_at", "2017-10-25 17:09:52.848629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -151385593 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -151385593], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:52.851688"], ["updated_at", "2017-10-25 17:09:52.851688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-10-25 12:09:54 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1617357191 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'db77fe3647ebb9778a82c897f2d5ea91' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6f8ff99-3099-44a9-b42f-de220a4dc043' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1617357191], ["username", "db77fe3647ebb9778a82c897f2d5ea91"], ["access_token", "f4297667aada3ef3d04e33a9fd292b61"], ["uuid", "d6f8ff99-3099-44a9-b42f-de220a4dc043"], ["created_at", "2017-10-25 17:09:54.875525"], ["updated_at", "2017-10-25 17:09:54.875525"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1635813761 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1635813761], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:54.878909"], ["updated_at", "2017-10-25 17:09:54.878909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1635813761 AND "openstax_accounts_groups"."id" != 15) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-1635813761" for 127.0.0.1 at 2017-10-25 12:09:56 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-1635813761", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1213481188 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f7f909711d502587819b6b0974c10a6a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '73e3f043-e4a3-4583-9a05-e42317b99edc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1213481188], ["username", "f7f909711d502587819b6b0974c10a6a"], ["access_token", "6554dbb43d3f78db5d2814a3851e778a"], ["uuid", "73e3f043-e4a3-4583-9a05-e42317b99edc"], ["created_at", "2017-10-25 17:09:56.903500"], ["updated_at", "2017-10-25 17:09:56.903500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1877829258 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1877829258], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:56.916246"], ["updated_at", "2017-10-25 17:09:56.916246"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -271889625 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9391e214916270a5ca8d81c0dab288b6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd64c39f4-ecdd-401b-a4f3-1fb7fe4aae76' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -271889625], ["username", "9391e214916270a5ca8d81c0dab288b6"], ["access_token", "f963b41b035e591a62c712b933938f60"], ["uuid", "d64c39f4-ecdd-401b-a4f3-1fb7fe4aae76"], ["created_at", "2017-10-25 17:09:56.924030"], ["updated_at", "2017-10-25 17:09:56.924030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1877829258/members/-271889625" for 127.0.0.1 at 2017-10-25 12:09:58 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1877829258", "user_id"=>"-271889625", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -602277184 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '150961b7a5282181424e95d867693e84' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b64f449-c65b-4305-964b-a393424e5af4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -602277184], ["username", "150961b7a5282181424e95d867693e84"], ["access_token", "07509d38945fa31b84faf9f8c07c33d8"], ["uuid", "2b64f449-c65b-4305-964b-a393424e5af4"], ["created_at", "2017-10-25 17:09:58.953344"], ["updated_at", "2017-10-25 17:09:58.953344"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1569076719 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1569076719], ["name", "MyGroup"], ["created_at", "2017-10-25 17:09:58.956179"], ["updated_at", "2017-10-25 17:09:58.956179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030251791 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c94a438b87228e310e953df9f122b006' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9cd7135-95c4-4468-94a4-acde043ef183' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1030251791], ["username", "c94a438b87228e310e953df9f122b006"], ["access_token", "1f2a8af4379f03f56dbd416a30267e50"], ["uuid", "c9cd7135-95c4-4468-94a4-acde043ef183"], ["created_at", "2017-10-25 17:09:58.959730"], ["updated_at", "2017-10-25 17:09:58.959730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 321 AND "openstax_accounts_group_members"."group_id" = -1569076719) LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1569076719], ["user_id", -1030251791], ["created_at", "2017-10-25 17:09:58.962518"], ["updated_at", "2017-10-25 17:09:58.962518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1569076719/members/-1030251791" for 127.0.0.1 at 2017-10-25 12:10:00 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1569076719", "user_id"=>"-1030251791", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:10:00.989154"], ["updated_at", "2017-10-25 17:10:00.989154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:10:03 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-10-25 12:10:05 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:10:05.040775"], ["updated_at", "2017-10-25 17:10:05.040775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:10:07 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-10-25 12:10:09 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["created_at", "2017-10-25 17:10:09.087145"], ["updated_at", "2017-10-25 17:10:09.087145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:10:09 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:10:09 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:10:09 -0500  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:10:09 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:10:09 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:10:09 -0500  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:10:09 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:10:09 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:10:09 -0500  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30797537-ce5c-4e37-91cc-2d57e4a128eb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "82b3e6ecaf12322629d25ed7ee3ba4b2"], ["uuid", "30797537-ce5c-4e37-91cc-2d57e4a128eb"], ["created_at", "2017-10-25 17:10:09.143093"], ["updated_at", "2017-10-25 17:10:09.143093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 325], ["created_at", "2017-10-25 17:10:09.145098"], ["updated_at", "2017-10-25 17:10:09.145098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 325]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 325]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 325]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 325]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 325]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cfb0c36-8ac8-44b3-9141-33e9ee2a2bbc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "9db6781e28b31bc5ab89c23a50981705"], ["uuid", "7cfb0c36-8ac8-44b3-9141-33e9ee2a2bbc"], ["created_at", "2017-10-25 17:10:09.556071"], ["updated_at", "2017-10-25 17:10:09.556071"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 326], ["created_at", "2017-10-25 17:10:09.558115"], ["updated_at", "2017-10-25 17:10:09.558115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 326]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 326]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 326]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57e33542-a327-4a3f-b859-b16d5b935da7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "f3aa92207e9be82850a64e4ae3248627"], ["uuid", "57e33542-a327-4a3f-b859-b16d5b935da7"], ["created_at", "2017-10-25 17:10:09.985055"], ["updated_at", "2017-10-25 17:10:09.985055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 327], ["created_at", "2017-10-25 17:10:09.987069"], ["updated_at", "2017-10-25 17:10:09.987069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bffc58d-7b2d-4a61-ae3b-a059f04d1d47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "ba3bdb44e0b01667995a53c896134127"], ["uuid", "8bffc58d-7b2d-4a61-ae3b-a059f04d1d47"], ["created_at", "2017-10-25 17:10:10.413753"], ["updated_at", "2017-10-25 17:10:10.413753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 328], ["created_at", "2017-10-25 17:10:10.415893"], ["updated_at", "2017-10-25 17:10:10.415893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 328]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '54dd6254-8855-4caf-be8e-31c31b4c8075' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "d1f0b258e05464f4d977f5ecf1e8a5b1"], ["uuid", "54dd6254-8855-4caf-be8e-31c31b4c8075"], ["created_at", "2017-10-25 17:10:10.853136"], ["updated_at", "2017-10-25 17:10:10.853136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 329], ["created_at", "2017-10-25 17:10:10.855279"], ["updated_at", "2017-10-25 17:10:10.855279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 329]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -955599289 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad979604-56d2-4220-b323-fdb9e629a0f5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -955599289], ["username", "jstrav"], ["access_token", "10150e481e295a538252514b49483f41"], ["uuid", "ad979604-56d2-4220-b323-fdb9e629a0f5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:11.293572"], ["updated_at", "2017-10-25 17:10:11.293572"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -571985498 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7fd40295-1f47-4006-9a1c-b39caf3cf3f8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -571985498], ["username", "mary"], ["access_token", "5c53fba6b5e4899e8fdc052d477cf2fa"], ["uuid", "7fd40295-1f47-4006-9a1c-b39caf3cf3f8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:11.298766"], ["updated_at", "2017-10-25 17:10:11.298766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1701027918 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b20c9da-9cfb-4142-a260-905e5780c77b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1701027918], ["username", "jstead"], ["access_token", "1c7b3a16c13aab25e7a865478bffb93c"], ["uuid", "2b20c9da-9cfb-4142-a260-905e5780c77b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:11.303659"], ["updated_at", "2017-10-25 17:10:11.303659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1835395771 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1a7a569-feb0-4f32-9c81-58716a42cc77' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1835395771], ["username", "bigbear"], ["access_token", "52471b57fb9e0d3999191f592da89c4c"], ["uuid", "b1a7a569-feb0-4f32-9c81-58716a42cc77"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:11.308811"], ["updated_at", "2017-10-25 17:10:11.308811"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -62388636 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4decf9be-f6f4-4a9f-9a3e-f61a29848748' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -62388636], ["username", "jstrav"], ["access_token", "5265ed1b70e36dee8896b5b7ed8760d3"], ["uuid", "4decf9be-f6f4-4a9f-9a3e-f61a29848748"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:11.318910"], ["updated_at", "2017-10-25 17:10:11.318910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1531536740 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1bf3a779-22da-4543-9cfa-7f8125c5e690' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1531536740], ["username", "mary"], ["access_token", "55a026c7d048770b3c7153583ea1957f"], ["uuid", "1bf3a779-22da-4543-9cfa-7f8125c5e690"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:11.323794"], ["updated_at", "2017-10-25 17:10:11.323794"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -243886304 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a416c6b5-b631-4ad7-a0b1-809dd6d7e805' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -243886304], ["username", "jstead"], ["access_token", "e1e1786f31506c7c6039092bb90ff792"], ["uuid", "a416c6b5-b631-4ad7-a0b1-809dd6d7e805"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:11.328904"], ["updated_at", "2017-10-25 17:10:11.328904"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -630092688 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7120d7f8-7604-4a83-9f1c-f3ab6550a9b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -630092688], ["username", "bigbear"], ["access_token", "44af7b76f5fe14a110f7796d3779def8"], ["uuid", "7120d7f8-7604-4a83-9f1c-f3ab6550a9b8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:11.333742"], ["updated_at", "2017-10-25 17:10:11.333742"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -866009776 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af0c0d84-b1e2-4827-b485-5206cf930543' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -866009776], ["username", "jstrav"], ["access_token", "527f95f73247091737ba76551d9ec995"], ["uuid", "af0c0d84-b1e2-4827-b485-5206cf930543"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:11.342033"], ["updated_at", "2017-10-25 17:10:11.342033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2008856397 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28db4bfe-0fbc-41c9-9251-5241a443d364' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2008856397], ["username", "mary"], ["access_token", "7e7d019bafb284d1980ce941619b378d"], ["uuid", "28db4bfe-0fbc-41c9-9251-5241a443d364"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:11.346539"], ["updated_at", "2017-10-25 17:10:11.346539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -13141001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82a04aa4-4244-44a7-ae7a-2f93a90d44ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -13141001], ["username", "jstead"], ["access_token", "ab2e7359f0ca709ab9084de49d2f567f"], ["uuid", "82a04aa4-4244-44a7-ae7a-2f93a90d44ff"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:11.350721"], ["updated_at", "2017-10-25 17:10:11.350721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -735863618 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79c03006-6968-4b8d-875d-92e35d6be4bf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -735863618], ["username", "bigbear"], ["access_token", "1819a3272d95a317d85f4b92dbca9cf7"], ["uuid", "79c03006-6968-4b8d-875d-92e35d6be4bf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:11.354510"], ["updated_at", "2017-10-25 17:10:11.354510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -578696250 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7dc5892-59c1-4c7f-8298-0df6d7165f0f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -578696250], ["username", "jstrav"], ["access_token", "0078bde11078fa6cb76b807e6a99fd84"], ["uuid", "a7dc5892-59c1-4c7f-8298-0df6d7165f0f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:11.365634"], ["updated_at", "2017-10-25 17:10:11.365634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -484669901 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '650ce32d-42ca-4e89-9a67-75ab2b660ce8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -484669901], ["username", "mary"], ["access_token", "92b9ba6a8bfe28d289cbc9488b139522"], ["uuid", "650ce32d-42ca-4e89-9a67-75ab2b660ce8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:11.371432"], ["updated_at", "2017-10-25 17:10:11.371432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1828261414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66c7a695-60d6-42f8-8f9a-4532b20db80d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1828261414], ["username", "jstead"], ["access_token", "c18ae7d5ed56fbda7adecd65d1143978"], ["uuid", "66c7a695-60d6-42f8-8f9a-4532b20db80d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:11.377612"], ["updated_at", "2017-10-25 17:10:11.377612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987769352 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8428f4d4-89a3-4b79-9ea1-b9306dd00939' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -987769352], ["username", "bigbear"], ["access_token", "3996d363010d3c6ac782eb2c33139eda"], ["uuid", "8428f4d4-89a3-4b79-9ea1-b9306dd00939"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:11.383234"], ["updated_at", "2017-10-25 17:10:11.383234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1934163798 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a53bb430-efb4-40c2-a5a6-cb84cb19045a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1934163798], ["username", "jstrav"], ["access_token", "558f7d42b95ec34f78876652ad98a2cf"], ["uuid", "a53bb430-efb4-40c2-a5a6-cb84cb19045a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:11.393580"], ["updated_at", "2017-10-25 17:10:11.393580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1434636067 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89769072-95fd-4261-8706-4419f4dbde1f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1434636067], ["username", "mary"], ["access_token", "39fc936457ecb190f7a9f5553a3f9dfb"], ["uuid", "89769072-95fd-4261-8706-4419f4dbde1f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:11.398905"], ["updated_at", "2017-10-25 17:10:11.398905"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -128462061 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06c826cf-97a2-4377-8e0c-c079b945b7ee' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -128462061], ["username", "jstead"], ["access_token", "84d5d6f5090ecce62f9bb096bc93fa56"], ["uuid", "06c826cf-97a2-4377-8e0c-c079b945b7ee"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:11.403625"], ["updated_at", "2017-10-25 17:10:11.403625"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -111939641 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '503a0669-5e9b-457f-bb84-7849c4822324' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -111939641], ["username", "bigbear"], ["access_token", "d788e8996baec11298b0c87185c32251"], ["uuid", "503a0669-5e9b-457f-bb84-7849c4822324"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:11.411118"], ["updated_at", "2017-10-25 17:10:11.411118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -628160048 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9cfc58c-f034-45cf-9b94-02d6b047469d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -628160048], ["username", "jstrav"], ["access_token", "31011c38b9d32b8a0b0c2e743355f33f"], ["uuid", "e9cfc58c-f034-45cf-9b94-02d6b047469d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:11.422250"], ["updated_at", "2017-10-25 17:10:11.422250"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1798818883 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e53314cb-579c-4cb7-ad4b-3cd1abb8a241' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1798818883], ["username", "mary"], ["access_token", "96b3ecc3f20d815a6a8a3fb1908f388c"], ["uuid", "e53314cb-579c-4cb7-ad4b-3cd1abb8a241"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:11.428599"], ["updated_at", "2017-10-25 17:10:11.428599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1321322600 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a65dc7db-5ecb-4b38-9184-a90cc3f278f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1321322600], ["username", "jstead"], ["access_token", "7b90546e7bd6bf8956cd2d9be1eff0c0"], ["uuid", "a65dc7db-5ecb-4b38-9184-a90cc3f278f0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:11.435170"], ["updated_at", "2017-10-25 17:10:11.435170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1052807608 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eee98194-e48e-4179-a348-dcaee8cacb35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1052807608], ["username", "bigbear"], ["access_token", "7edaf29e2182e120d28a82255fc4a91e"], ["uuid", "eee98194-e48e-4179-a348-dcaee8cacb35"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:11.439606"], ["updated_at", "2017-10-25 17:10:11.439606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1961634183 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '629813ee-f600-4837-b8ae-dd5f6026cb36' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1961634183], ["username", "jstrav"], ["access_token", "33582238aa7a9292e6a750a1bd8157ca"], ["uuid", "629813ee-f600-4837-b8ae-dd5f6026cb36"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:11.454249"], ["updated_at", "2017-10-25 17:10:11.454249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1627909068 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00b02648-af9d-431f-a5fb-c91dd88da33a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1627909068], ["username", "mary"], ["access_token", "e6cd9e8e31f1c5cdd57ea78efdf8147a"], ["uuid", "00b02648-af9d-431f-a5fb-c91dd88da33a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:11.458710"], ["updated_at", "2017-10-25 17:10:11.458710"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -470189384 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '152a77a9-cfc0-4ec3-8dd8-9df44385b7c5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -470189384], ["username", "jstead"], ["access_token", "7ca3129f5f46161ba0dc90bbbe9c997f"], ["uuid", "152a77a9-cfc0-4ec3-8dd8-9df44385b7c5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:11.464561"], ["updated_at", "2017-10-25 17:10:11.464561"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525961769 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e17c2b27-e083-4f40-a878-a021da2dcc78' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1525961769], ["username", "bigbear"], ["access_token", "fcea9ce775c1feaff3ca928aa7f635f9"], ["uuid", "e17c2b27-e083-4f40-a878-a021da2dcc78"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:11.469440"], ["updated_at", "2017-10-25 17:10:11.469440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -261037215 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8a5960d-16de-4d83-a8f0-bcef32fd4133' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -261037215], ["username", "jstrav"], ["access_token", "568f81d78c1d53ce7914ae7d836d3b7f"], ["uuid", "c8a5960d-16de-4d83-a8f0-bcef32fd4133"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:11.477972"], ["updated_at", "2017-10-25 17:10:11.477972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1691097907 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0efd20fd-a808-454f-96d0-92ab2758bff2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1691097907], ["username", "mary"], ["access_token", "33fa972465f5e634e5580691af9f6738"], ["uuid", "0efd20fd-a808-454f-96d0-92ab2758bff2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:11.482452"], ["updated_at", "2017-10-25 17:10:11.482452"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -192729169 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a61e436-3caa-4179-aec8-2902e041e56a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -192729169], ["username", "jstead"], ["access_token", "ad8e036218549fd1e884ccd2d41cb90b"], ["uuid", "2a61e436-3caa-4179-aec8-2902e041e56a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:11.486701"], ["updated_at", "2017-10-25 17:10:11.486701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1520645877 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cfc7ea24-f966-44e1-abf0-b54d23f3860c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1520645877], ["username", "bigbear"], ["access_token", "a026cec55d37dd71f3a8d6161e2473ab"], ["uuid", "cfc7ea24-f966-44e1-abf0-b54d23f3860c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:11.491333"], ["updated_at", "2017-10-25 17:10:11.491333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1182035133 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20b27d05-2166-45e5-a9ad-dccf3873cf37' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1182035133], ["username", "jstrav"], ["access_token", "3343a3b762abea6ef7921ede331101fa"], ["uuid", "20b27d05-2166-45e5-a9ad-dccf3873cf37"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:11.500026"], ["updated_at", "2017-10-25 17:10:11.500026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1850112799 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8da0a074-6700-4e2e-b921-99e7d2db86d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1850112799], ["username", "mary"], ["access_token", "6f61eae3ac98cd56efdc7755f7e0d027"], ["uuid", "8da0a074-6700-4e2e-b921-99e7d2db86d0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:11.505449"], ["updated_at", "2017-10-25 17:10:11.505449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1074339393 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f24a9d9-4896-4f2f-9b0d-9a3efafd01a9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1074339393], ["username", "jstead"], ["access_token", "d53a4dd24597c26ca755abcb60495a8f"], ["uuid", "5f24a9d9-4896-4f2f-9b0d-9a3efafd01a9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:11.510558"], ["updated_at", "2017-10-25 17:10:11.510558"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1248848368 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4b0ca6f-4720-416b-b12c-37c27b55ca5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1248848368], ["username", "bigbear"], ["access_token", "fe8b9e9fa6cd6b3c4c6a36ac1da1d86b"], ["uuid", "d4b0ca6f-4720-416b-b12c-37c27b55ca5a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:11.514765"], ["updated_at", "2017-10-25 17:10:11.514765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378496607 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ab2bfce-877a-40bc-a9b9-8c6f877aabf6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1378496607], ["username", "jstrav"], ["access_token", "f43c084ccad62ca59de9d8d5a187c623"], ["uuid", "4ab2bfce-877a-40bc-a9b9-8c6f877aabf6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:11.523624"], ["updated_at", "2017-10-25 17:10:11.523624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1705689199 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9c0f213-fc64-4191-9787-08fed62f6f7b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1705689199], ["username", "mary"], ["access_token", "54d902c9c5d3b67cdb8b0cc316bc0a4e"], ["uuid", "c9c0f213-fc64-4191-9787-08fed62f6f7b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:11.527890"], ["updated_at", "2017-10-25 17:10:11.527890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348636477 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99046f9a-f452-4aa4-a5a0-660356b1a388' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1348636477], ["username", "jstead"], ["access_token", "bfca86864098d738e24c6056c20f43d3"], ["uuid", "99046f9a-f452-4aa4-a5a0-660356b1a388"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:11.532211"], ["updated_at", "2017-10-25 17:10:11.532211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -274098979 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c63bd79-ad8f-4982-9d81-788b5a4d2539' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -274098979], ["username", "bigbear"], ["access_token", "054a4ef1b7a8915369c550d5c10ee35f"], ["uuid", "7c63bd79-ad8f-4982-9d81-788b5a4d2539"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:11.536537"], ["updated_at", "2017-10-25 17:10:11.536537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1319369632 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '789cc624-b7a1-4419-9f04-0c531c5b435f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1319369632], ["username", "jstrav"], ["access_token", "a1ee394dc9152f185ad6e81f173d7211"], ["uuid", "789cc624-b7a1-4419-9f04-0c531c5b435f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:11.544757"], ["updated_at", "2017-10-25 17:10:11.544757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931137485 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c2929d3-8d8b-4c89-aecd-694b5416d302' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -931137485], ["username", "mary"], ["access_token", "822d432425c062f16e42e0aa9481d959"], ["uuid", "5c2929d3-8d8b-4c89-aecd-694b5416d302"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:11.548880"], ["updated_at", "2017-10-25 17:10:11.548880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1263528187 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'daaad953-082c-4341-8697-19302f54e110' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1263528187], ["username", "jstead"], ["access_token", "e6b6332cd15fbece2357047c8c1abbe9"], ["uuid", "daaad953-082c-4341-8697-19302f54e110"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:11.553016"], ["updated_at", "2017-10-25 17:10:11.553016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900335093 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91b25573-69ce-4b55-903e-7f0e06d75e9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1900335093], ["username", "bigbear"], ["access_token", "d6a62180fd63eceeffbfe0ce0921cdc2"], ["uuid", "91b25573-69ce-4b55-903e-7f0e06d75e9c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:11.556781"], ["updated_at", "2017-10-25 17:10:11.556781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851686107 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8efb22c-cd43-4f06-a44e-41065a72dc72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -851686107], ["username", "foo_bb"], ["access_token", "ae636576c739e09e867a0768ea491636"], ["uuid", "b8efb22c-cd43-4f06-a44e-41065a72dc72"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-10-25 17:10:11.560719"], ["updated_at", "2017-10-25 17:10:11.560719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -768796316 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5327bb43-ebdf-4abd-9a5d-19a7c0726345' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -768796316], ["username", "foo_bj"], ["access_token", "fc68d8f701311744a092b932aff9ff8a"], ["uuid", "5327bb43-ebdf-4abd-9a5d-19a7c0726345"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:10:11.565296"], ["updated_at", "2017-10-25 17:10:11.565296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -229638764 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10af3d83-59aa-4ed3-9e75-fadef26757f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -229638764], ["username", "foo_tj"], ["access_token", "8950be94ac1508587208255b3fb7c0e1"], ["uuid", "10af3d83-59aa-4ed3-9e75-fadef26757f7"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:10:11.569718"], ["updated_at", "2017-10-25 17:10:11.569718"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -555337478 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '703a92cb-6c43-43af-85f8-260c79f70a70' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -555337478], ["username", "jstrav"], ["access_token", "56dd0fe7d9fa1eeb1585a7e05d99b498"], ["uuid", "703a92cb-6c43-43af-85f8-260c79f70a70"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:11.580594"], ["updated_at", "2017-10-25 17:10:11.580594"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -56103995 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7aadf0cc-7678-47c5-a5da-32c91ad69a06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -56103995], ["username", "mary"], ["access_token", "31e2e44d8d406d13e0209264ece1d813"], ["uuid", "7aadf0cc-7678-47c5-a5da-32c91ad69a06"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:11.585061"], ["updated_at", "2017-10-25 17:10:11.585061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1426069609 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32cfa9e5-e9a4-487f-86c5-dbad3483f33d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1426069609], ["username", "jstead"], ["access_token", "9bb56456d3d2f40473777398d3c4b40e"], ["uuid", "32cfa9e5-e9a4-487f-86c5-dbad3483f33d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:11.589015"], ["updated_at", "2017-10-25 17:10:11.589015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718849038 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3233c7bb-ee37-43d8-8931-99cb9abca449' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -718849038], ["username", "bigbear"], ["access_token", "0883b70c77f43a070abb7ca85e5a63d2"], ["uuid", "3233c7bb-ee37-43d8-8931-99cb9abca449"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:11.592809"], ["updated_at", "2017-10-25 17:10:11.592809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1747278958 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3efa6bfd-f5c8-4292-ac39-b4932dea85ee' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1747278958], ["username", "billy_00"], ["access_token", "610559e78c5cf629f9fc4ce068806026"], ["uuid", "3efa6bfd-f5c8-4292-ac39-b4932dea85ee"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:10:11.596291"], ["updated_at", "2017-10-25 17:10:11.596291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -864890227 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f95aee90-06d5-41b9-b757-08cb23dab7e0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -864890227], ["username", "billy_01"], ["access_token", "3d635d85defa007d4d1c6e43ac163c57"], ["uuid", "f95aee90-06d5-41b9-b757-08cb23dab7e0"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:10:11.602067"], ["updated_at", "2017-10-25 17:10:11.602067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1258805308 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72bb14aa-29e1-46f8-b4b6-221bdc476d44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1258805308], ["username", "billy_02"], ["access_token", "b428b0a1cd705b2ffcd93dfd74258097"], ["uuid", "72bb14aa-29e1-46f8-b4b6-221bdc476d44"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:10:11.607364"], ["updated_at", "2017-10-25 17:10:11.607364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1476628741 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c05bbf7-8453-4a08-86b5-068a45bfc541' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1476628741], ["username", "billy_03"], ["access_token", "f454dcd5ef0b299dab6947c482142b8a"], ["uuid", "1c05bbf7-8453-4a08-86b5-068a45bfc541"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:10:11.611555"], ["updated_at", "2017-10-25 17:10:11.611555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -613125522 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45c2a604-b524-47d2-b20d-bb91e79d6342' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -613125522], ["username", "billy_04"], ["access_token", "f3d65660e2b9e2650c92b605e381def4"], ["uuid", "45c2a604-b524-47d2-b20d-bb91e79d6342"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:10:11.616154"], ["updated_at", "2017-10-25 17:10:11.616154"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507348686 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a6faadaa-19fe-4317-89b1-bb015140f5f5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1507348686], ["username", "billy_05"], ["access_token", "63ef1fad2475921ad4344990efea4c59"], ["uuid", "a6faadaa-19fe-4317-89b1-bb015140f5f5"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:10:11.620336"], ["updated_at", "2017-10-25 17:10:11.620336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1689327057 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '504212fe-cf61-4d45-9609-13c6de0cfd73' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1689327057], ["username", "billy_06"], ["access_token", "bfe01985ba4e5d110848200c7e22470d"], ["uuid", "504212fe-cf61-4d45-9609-13c6de0cfd73"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:10:11.624615"], ["updated_at", "2017-10-25 17:10:11.624615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -67172856 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '958e8b04-26b9-4f52-900f-84b046608ec3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -67172856], ["username", "billy_07"], ["access_token", "0c6402ea53023e019413a54ca6f8156b"], ["uuid", "958e8b04-26b9-4f52-900f-84b046608ec3"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:10:11.628325"], ["updated_at", "2017-10-25 17:10:11.628325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -459994627 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '314d73a8-a328-4327-8d12-00e64f75ba82' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -459994627], ["username", "billy_08"], ["access_token", "5991dc2155e06e7100f703c016c98aa8"], ["uuid", "314d73a8-a328-4327-8d12-00e64f75ba82"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:10:11.632298"], ["updated_at", "2017-10-25 17:10:11.632298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1728331117 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76ff185a-ac9d-46c9-bd8c-510a892dace6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1728331117], ["username", "billy_09"], ["access_token", "48f9b0a72c62aa0ac4fef9d68ad0dc6e"], ["uuid", "76ff185a-ac9d-46c9-bd8c-510a892dace6"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:10:11.636254"], ["updated_at", "2017-10-25 17:10:11.636254"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1505167534 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb065756-ebd2-4cd0-a838-463bb9037563' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1505167534], ["username", "billy_10"], ["access_token", "63e61b520d908f80c7b6caa4a44651b9"], ["uuid", "fb065756-ebd2-4cd0-a838-463bb9037563"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:10:11.642315"], ["updated_at", "2017-10-25 17:10:11.642315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1567439341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff1477c6-08ff-436b-bcdc-4dace0134980' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1567439341], ["username", "billy_11"], ["access_token", "53b1ae5acea0cb6148a41246ffce9f85"], ["uuid", "ff1477c6-08ff-436b-bcdc-4dace0134980"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:10:11.647129"], ["updated_at", "2017-10-25 17:10:11.647129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -244057052 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '658a7add-8cd5-4320-a02b-d238fa934e72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -244057052], ["username", "billy_12"], ["access_token", "a400c3ac6aa5dbd52c6682e8ed7bc247"], ["uuid", "658a7add-8cd5-4320-a02b-d238fa934e72"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:10:11.650959"], ["updated_at", "2017-10-25 17:10:11.650959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -877369919 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a71eaa6c-cacf-4952-9299-24eec4a998da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -877369919], ["username", "billy_13"], ["access_token", "28117f47c024a45deeb324ed1337bb86"], ["uuid", "a71eaa6c-cacf-4952-9299-24eec4a998da"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:10:11.662555"], ["updated_at", "2017-10-25 17:10:11.662555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1156754990 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce8ca2d6-baaf-4319-b322-f191da14e55b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1156754990], ["username", "billy_14"], ["access_token", "f9474554e237f78582b2ababbb99bc4a"], ["uuid", "ce8ca2d6-baaf-4319-b322-f191da14e55b"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:10:11.666207"], ["updated_at", "2017-10-25 17:10:11.666207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -694422367 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6d4872b-743f-4a19-87fe-cc48f77140ac' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -694422367], ["username", "billy_15"], ["access_token", "91a50af63ae195372ae53b945a0ef3a6"], ["uuid", "b6d4872b-743f-4a19-87fe-cc48f77140ac"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:10:11.670890"], ["updated_at", "2017-10-25 17:10:11.670890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -712281757 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0698766d-cbe9-4810-b4a6-2df93eba7cc6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -712281757], ["username", "billy_16"], ["access_token", "0d84bf9f12cc1060e7ce077720267947"], ["uuid", "0698766d-cbe9-4810-b4a6-2df93eba7cc6"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:10:11.675488"], ["updated_at", "2017-10-25 17:10:11.675488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657554825 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '633b5b5f-8ea7-44bd-a4de-00c4570d98a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -657554825], ["username", "billy_17"], ["access_token", "408efc908df8d938248f197c3b55d608"], ["uuid", "633b5b5f-8ea7-44bd-a4de-00c4570d98a8"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:10:11.679363"], ["updated_at", "2017-10-25 17:10:11.679363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -131262161 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0936d4f3-9133-4eeb-b096-ce604034f92a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -131262161], ["username", "billy_18"], ["access_token", "1b036db786b69339065d9eb2e401ebaa"], ["uuid", "0936d4f3-9133-4eeb-b096-ce604034f92a"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:10:11.683028"], ["updated_at", "2017-10-25 17:10:11.683028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -420766163 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32f66956-aa06-4b2b-b4d3-1e9d7145ca6a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -420766163], ["username", "billy_19"], ["access_token", "71149aeb6e03c99a39e0e7de1f71adef"], ["uuid", "32f66956-aa06-4b2b-b4d3-1e9d7145ca6a"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:10:11.686700"], ["updated_at", "2017-10-25 17:10:11.686700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1748648256 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8acb38e3-1ecf-440e-9554-cf6a80d13fe3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1748648256], ["username", "billy_20"], ["access_token", "9df5ceab7070b9a6ac08eebd890a2dac"], ["uuid", "8acb38e3-1ecf-440e-9554-cf6a80d13fe3"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:10:11.690303"], ["updated_at", "2017-10-25 17:10:11.690303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -975551911 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d1e81b6-4830-4f51-a884-deffaf2c6db4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -975551911], ["username", "billy_21"], ["access_token", "52b0b8735af25b934dbcc6e627d0eb6a"], ["uuid", "6d1e81b6-4830-4f51-a884-deffaf2c6db4"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:10:11.693804"], ["updated_at", "2017-10-25 17:10:11.693804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -137645179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47c04bfc-f4c9-4f31-ae50-849940fb55a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -137645179], ["username", "billy_22"], ["access_token", "349d4ebcbc792fcd47ccacca8675ffa4"], ["uuid", "47c04bfc-f4c9-4f31-ae50-849940fb55a8"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:10:11.697366"], ["updated_at", "2017-10-25 17:10:11.697366"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598676374 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a5852e70-4b7f-42a4-b603-987f24fc9a99' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -598676374], ["username", "billy_23"], ["access_token", "dd0ce0e2d388b9c9e0f55ff91c716f10"], ["uuid", "a5852e70-4b7f-42a4-b603-987f24fc9a99"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:10:11.700940"], ["updated_at", "2017-10-25 17:10:11.700940"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -30551735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '184d9e40-aa80-49fe-a5a9-d54fe554d651' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -30551735], ["username", "billy_24"], ["access_token", "422eab39c8786fdb283aadf88663fa77"], ["uuid", "184d9e40-aa80-49fe-a5a9-d54fe554d651"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:10:11.704592"], ["updated_at", "2017-10-25 17:10:11.704592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1476027166 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd12090de-d19e-494e-acbe-a7eb543f810b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1476027166], ["username", "billy_25"], ["access_token", "6f72c9419bad09af86a56b2564635f00"], ["uuid", "d12090de-d19e-494e-acbe-a7eb543f810b"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:10:11.708893"], ["updated_at", "2017-10-25 17:10:11.708893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -237267065 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9f58eeb-3cb5-4217-acea-5975059b0eab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -237267065], ["username", "billy_26"], ["access_token", "e49f61ef69e446d29d8cc2c82ada75f6"], ["uuid", "a9f58eeb-3cb5-4217-acea-5975059b0eab"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:10:11.713009"], ["updated_at", "2017-10-25 17:10:11.713009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -495289534 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4856923-009c-4f15-8557-0df090ea210c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -495289534], ["username", "billy_27"], ["access_token", "02abc352fdc4ebafca34c8f90e8863f2"], ["uuid", "b4856923-009c-4f15-8557-0df090ea210c"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:10:11.716902"], ["updated_at", "2017-10-25 17:10:11.716902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1103347364 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba054dbd-5286-4c77-bfde-7b076e184cab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1103347364], ["username", "billy_28"], ["access_token", "feba04e079059ef5f427fa664159265f"], ["uuid", "ba054dbd-5286-4c77-bfde-7b076e184cab"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:10:11.721137"], ["updated_at", "2017-10-25 17:10:11.721137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1479177129 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6835c6a2-f789-441a-af6c-c4f5dcaef0cf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1479177129], ["username", "billy_29"], ["access_token", "751df8f0bbea6679c4f0b54279de6fe1"], ["uuid", "6835c6a2-f789-441a-af6c-c4f5dcaef0cf"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:10:11.725820"], ["updated_at", "2017-10-25 17:10:11.725820"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1922577887 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0967726-61e2-43bd-8233-bbd93b85ec21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1922577887], ["username", "billy_30"], ["access_token", "fb834329d03262d54e3c11e4e156b5c8"], ["uuid", "c0967726-61e2-43bd-8233-bbd93b85ec21"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:10:11.731029"], ["updated_at", "2017-10-25 17:10:11.731029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -77344553 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc8156a4-b371-4cda-92ce-803a1d19ff25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -77344553], ["username", "billy_31"], ["access_token", "ae02e72e0727f184bf4d4d3af6d8792e"], ["uuid", "fc8156a4-b371-4cda-92ce-803a1d19ff25"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:10:11.735711"], ["updated_at", "2017-10-25 17:10:11.735711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -611883057 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8170bcbf-dc31-486f-a541-7f815cf7f95d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -611883057], ["username", "billy_32"], ["access_token", "d038696b3a95dcb26e99e7e07430d840"], ["uuid", "8170bcbf-dc31-486f-a541-7f815cf7f95d"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:10:11.740774"], ["updated_at", "2017-10-25 17:10:11.740774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2056749065 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13cbc5c8-1a37-4909-87a8-b476922fe0a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2056749065], ["username", "billy_33"], ["access_token", "7e9d72466a4bbac6a7da3df064e87671"], ["uuid", "13cbc5c8-1a37-4909-87a8-b476922fe0a4"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:10:11.744516"], ["updated_at", "2017-10-25 17:10:11.744516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1754520395 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64d6c8d5-9930-4097-b840-3c6cfb736869' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1754520395], ["username", "billy_34"], ["access_token", "a09bb7dc661e3a3abc53594e88b1bf43"], ["uuid", "64d6c8d5-9930-4097-b840-3c6cfb736869"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:10:11.748049"], ["updated_at", "2017-10-25 17:10:11.748049"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1189203425 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08e67985-e038-4fd7-b087-00e782632336' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1189203425], ["username", "billy_35"], ["access_token", "e3c1864d5be07a442b06f1150cd37456"], ["uuid", "08e67985-e038-4fd7-b087-00e782632336"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:10:11.751522"], ["updated_at", "2017-10-25 17:10:11.751522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897263623 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08bc4315-5fa0-45e9-8ad1-21654088823a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1897263623], ["username", "billy_36"], ["access_token", "57278c448dff0c55bbd6063aca10ba6a"], ["uuid", "08bc4315-5fa0-45e9-8ad1-21654088823a"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:10:11.755057"], ["updated_at", "2017-10-25 17:10:11.755057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -387368813 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d768ede-8502-4eae-b1b6-1843fb57c4e9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -387368813], ["username", "billy_37"], ["access_token", "3c80535ab2e084f40e1eac67bd0bf7a9"], ["uuid", "6d768ede-8502-4eae-b1b6-1843fb57c4e9"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:10:11.759070"], ["updated_at", "2017-10-25 17:10:11.759070"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1024358060 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2046667-5114-4f50-8f9e-1c39a7287a5d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1024358060], ["username", "billy_38"], ["access_token", "ee5f861da89f08e472671a1ff1847d7a"], ["uuid", "c2046667-5114-4f50-8f9e-1c39a7287a5d"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:10:11.765052"], ["updated_at", "2017-10-25 17:10:11.765052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1272379288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f555eba4-6677-4749-9b97-4329c3156c53' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1272379288], ["username", "billy_39"], ["access_token", "a606a4038ab8b8217f62f6eebeb59ce9"], ["uuid", "f555eba4-6677-4749-9b97-4329c3156c53"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:10:11.770180"], ["updated_at", "2017-10-25 17:10:11.770180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1472610954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a15f95d4-c4f8-421f-af02-4fccbd848038' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1472610954], ["username", "billy_40"], ["access_token", "50dd934e57b7df1e20cb4d52b886e74a"], ["uuid", "a15f95d4-c4f8-421f-af02-4fccbd848038"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:10:11.774235"], ["updated_at", "2017-10-25 17:10:11.774235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -450369384 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6dee370f-484d-4f13-b09e-c786f4544027' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -450369384], ["username", "billy_41"], ["access_token", "5f19592f596512a06d2e0f8b9f1db07f"], ["uuid", "6dee370f-484d-4f13-b09e-c786f4544027"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:10:11.778490"], ["updated_at", "2017-10-25 17:10:11.778490"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -156186960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '790d8e42-0fbe-43dd-9b21-fa74b60f63b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -156186960], ["username", "billy_42"], ["access_token", "fb2f8d66505a8695a88ad78ad380a907"], ["uuid", "790d8e42-0fbe-43dd-9b21-fa74b60f63b1"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:10:11.782266"], ["updated_at", "2017-10-25 17:10:11.782266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -468007149 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a4c8bb9-f2d2-4618-9aff-036cf4e0a6a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -468007149], ["username", "billy_43"], ["access_token", "6f481da4c7134a6f2755c3ffda88ddbc"], ["uuid", "4a4c8bb9-f2d2-4618-9aff-036cf4e0a6a8"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:10:11.786128"], ["updated_at", "2017-10-25 17:10:11.786128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -815684618 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b79f39bf-9d01-4a64-83f1-07ee5c8c893d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -815684618], ["username", "billy_44"], ["access_token", "1033252a8a1a3b163c6dd11ce27b46ed"], ["uuid", "b79f39bf-9d01-4a64-83f1-07ee5c8c893d"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:10:11.789872"], ["updated_at", "2017-10-25 17:10:11.789872"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1797733354 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47371405-d418-451b-9ec3-d6fc48298609' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1797733354], ["username", "billy_45"], ["access_token", "366410959531b0b72a24744b24586c73"], ["uuid", "47371405-d418-451b-9ec3-d6fc48298609"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:10:11.793607"], ["updated_at", "2017-10-25 17:10:11.793607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1690512912 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03d5436d-826d-412a-b530-2f3792977758' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1690512912], ["username", "jstrav"], ["access_token", "b6c3a2c571c625e6993a8581d6f6ab6c"], ["uuid", "03d5436d-826d-412a-b530-2f3792977758"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:11.803539"], ["updated_at", "2017-10-25 17:10:11.803539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42416175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '415b8234-a5fe-473a-9151-663ecb8fe487' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -42416175], ["username", "mary"], ["access_token", "ebbc4617746138690db6143ae843a143"], ["uuid", "415b8234-a5fe-473a-9151-663ecb8fe487"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:11.807384"], ["updated_at", "2017-10-25 17:10:11.807384"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169422211 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f539467-969e-46b5-883a-64876b35f3c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -169422211], ["username", "jstead"], ["access_token", "949c9a5e8e2e73c83754a0b76f308f25"], ["uuid", "7f539467-969e-46b5-883a-64876b35f3c1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:11.811159"], ["updated_at", "2017-10-25 17:10:11.811159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -842922791 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7b8bf63-f43d-42aa-a32e-edf9ad44fb8b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -842922791], ["username", "bigbear"], ["access_token", "9dbd5f9d4cba6d51fe62519d57372f10"], ["uuid", "d7b8bf63-f43d-42aa-a32e-edf9ad44fb8b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:11.814918"], ["updated_at", "2017-10-25 17:10:11.814918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -199133538 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5250a90c-fd8c-4111-93db-bee88560d539' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -199133538], ["username", "billy_00"], ["access_token", "db728337c90869cf3760a8ac66b8cc9a"], ["uuid", "5250a90c-fd8c-4111-93db-bee88560d539"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:10:11.818567"], ["updated_at", "2017-10-25 17:10:11.818567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -895861381 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '804e3d57-5b5c-4d87-8815-7255e3720853' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -895861381], ["username", "billy_01"], ["access_token", "1d8ff63607ece8ce3818c0540c816ab4"], ["uuid", "804e3d57-5b5c-4d87-8815-7255e3720853"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:10:11.822331"], ["updated_at", "2017-10-25 17:10:11.822331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1787257811 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5dbb7b43-4470-4bb8-bf2e-895501545682' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1787257811], ["username", "billy_02"], ["access_token", "625034fd8f9d4664f5c53db3d7905862"], ["uuid", "5dbb7b43-4470-4bb8-bf2e-895501545682"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:10:11.825818"], ["updated_at", "2017-10-25 17:10:11.825818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1448129049 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9007f942-6cf0-4bce-8d0f-eb1b1455fad2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1448129049], ["username", "billy_03"], ["access_token", "0d64829ec6ddcbd2de4963cf3beef893"], ["uuid", "9007f942-6cf0-4bce-8d0f-eb1b1455fad2"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:10:11.829407"], ["updated_at", "2017-10-25 17:10:11.829407"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1259308154 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2bc08d0-1c77-4ab6-b43f-b21e07c5cc78' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1259308154], ["username", "billy_04"], ["access_token", "e3ea47a105d992c57b6ae0abdd7a9a53"], ["uuid", "f2bc08d0-1c77-4ab6-b43f-b21e07c5cc78"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:10:11.833007"], ["updated_at", "2017-10-25 17:10:11.833007"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -244619710 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32abaa59-f0dd-4ed1-a33a-a966f2fc2cfd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -244619710], ["username", "billy_05"], ["access_token", "c9394115283c995afab1d6ae8986517e"], ["uuid", "32abaa59-f0dd-4ed1-a33a-a966f2fc2cfd"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:10:11.836854"], ["updated_at", "2017-10-25 17:10:11.836854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2128489153 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5cf832e-677c-4c78-ac81-901458a0aefa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2128489153], ["username", "billy_06"], ["access_token", "72896e944dae93332536e3bb7b75f9b8"], ["uuid", "f5cf832e-677c-4c78-ac81-901458a0aefa"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:10:11.842416"], ["updated_at", "2017-10-25 17:10:11.842416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -795048212 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a86dbdb4-f904-403a-9486-d166eddd839d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -795048212], ["username", "billy_07"], ["access_token", "2a0f3aa9dfd27ced003ec04b3d06eae6"], ["uuid", "a86dbdb4-f904-403a-9486-d166eddd839d"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:10:11.846340"], ["updated_at", "2017-10-25 17:10:11.846340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2143739811 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d623157-8ede-462f-9b0c-51000468a00a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2143739811], ["username", "billy_08"], ["access_token", "a9fd3b736449e4b44d00bb40f4324389"], ["uuid", "6d623157-8ede-462f-9b0c-51000468a00a"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:10:11.850331"], ["updated_at", "2017-10-25 17:10:11.850331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -226313887 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cfdf1435-1b64-4bdd-8f8f-6965f69434e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -226313887], ["username", "billy_09"], ["access_token", "f438c2a9c7f176f92f3dbe4b6c286a47"], ["uuid", "cfdf1435-1b64-4bdd-8f8f-6965f69434e9"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:10:11.853753"], ["updated_at", "2017-10-25 17:10:11.853753"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1566944541 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6fd104b9-1626-4753-8ef8-7d68f9876f78' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1566944541], ["username", "billy_10"], ["access_token", "966bfc2a7ad2ad230fa140318886c488"], ["uuid", "6fd104b9-1626-4753-8ef8-7d68f9876f78"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:10:11.858103"], ["updated_at", "2017-10-25 17:10:11.858103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -655348986 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '297bb93e-6d85-41a2-9251-bfbe4d34dcf5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -655348986], ["username", "billy_11"], ["access_token", "510342350c96609ee17cc6da4685ed1b"], ["uuid", "297bb93e-6d85-41a2-9251-bfbe4d34dcf5"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:10:11.861736"], ["updated_at", "2017-10-25 17:10:11.861736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1713618402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ace5f218-a59f-42c1-992b-c3f48349ce4a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1713618402], ["username", "billy_12"], ["access_token", "49bacc2d42f2a64bc730e8a51e795176"], ["uuid", "ace5f218-a59f-42c1-992b-c3f48349ce4a"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:10:11.865778"], ["updated_at", "2017-10-25 17:10:11.865778"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1515938569 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1f034e9-3e71-4a0b-a546-96460e68986b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1515938569], ["username", "billy_13"], ["access_token", "387caaba6573ccecffc375ef7c8e3468"], ["uuid", "d1f034e9-3e71-4a0b-a546-96460e68986b"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:10:11.869345"], ["updated_at", "2017-10-25 17:10:11.869345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1274052296 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '51103888-a41f-4bd0-9402-403cddb77c6b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1274052296], ["username", "billy_14"], ["access_token", "1367e4686f26a98c1b58904f61cafe4c"], ["uuid", "51103888-a41f-4bd0-9402-403cddb77c6b"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:10:11.873664"], ["updated_at", "2017-10-25 17:10:11.873664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -741353160 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16b78ae9-1425-42ce-ba9e-b3289913a1ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -741353160], ["username", "billy_15"], ["access_token", "dd48cb1490d6d5dcaa50f1069926a451"], ["uuid", "16b78ae9-1425-42ce-ba9e-b3289913a1ab"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:10:11.877509"], ["updated_at", "2017-10-25 17:10:11.877509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026321576 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b564a344-ecb9-42a2-9359-e8d7fbb32c63' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2026321576], ["username", "billy_16"], ["access_token", "312389650a03c05be6e287c296680117"], ["uuid", "b564a344-ecb9-42a2-9359-e8d7fbb32c63"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:10:11.881364"], ["updated_at", "2017-10-25 17:10:11.881364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407879928 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '974e4262-236e-43fc-a5c6-ee5436ba3fdf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -407879928], ["username", "billy_17"], ["access_token", "b987a66dc1aef96db38d2169b23044f2"], ["uuid", "974e4262-236e-43fc-a5c6-ee5436ba3fdf"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:10:11.885203"], ["updated_at", "2017-10-25 17:10:11.885203"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700005118 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4dd53f5f-a6eb-4f9d-b217-661b61bbd452' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -700005118], ["username", "billy_18"], ["access_token", "89289a7f48d554515f167b3c3be8cbe7"], ["uuid", "4dd53f5f-a6eb-4f9d-b217-661b61bbd452"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:10:11.889216"], ["updated_at", "2017-10-25 17:10:11.889216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -582212962 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b38ccf0-0221-4f67-9bbf-c8b06d506024' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -582212962], ["username", "billy_19"], ["access_token", "cae8ae67a87a28511cbda7cffbce6169"], ["uuid", "9b38ccf0-0221-4f67-9bbf-c8b06d506024"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:10:11.892861"], ["updated_at", "2017-10-25 17:10:11.892861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995555365 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca91f2b2-5e14-44a0-af45-0c4718fb8bd0' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -995555365], ["username", "billy_20"], ["access_token", "17979c27a882308fae63159a9bcf95c7"], ["uuid", "ca91f2b2-5e14-44a0-af45-0c4718fb8bd0"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:10:11.897814"], ["updated_at", "2017-10-25 17:10:11.897814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016943066 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95dc68ec-ad33-423a-95b1-6b7aef632a3e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1016943066], ["username", "billy_21"], ["access_token", "f923a3033f49873513d3e045f65589b3"], ["uuid", "95dc68ec-ad33-423a-95b1-6b7aef632a3e"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:10:11.903471"], ["updated_at", "2017-10-25 17:10:11.903471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1485905483 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62603841-5e74-4d43-bec9-8da35aafa28f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1485905483], ["username", "billy_22"], ["access_token", "10d9bcdd56820d0e1e07ce4e181c9a8a"], ["uuid", "62603841-5e74-4d43-bec9-8da35aafa28f"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:10:11.907992"], ["updated_at", "2017-10-25 17:10:11.907992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1535041294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ec7f42d-9342-4a1c-b143-62d9b3a213e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1535041294], ["username", "billy_23"], ["access_token", "b680d7d15212160ec35299003012596c"], ["uuid", "0ec7f42d-9342-4a1c-b143-62d9b3a213e1"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:10:11.911765"], ["updated_at", "2017-10-25 17:10:11.911765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1129172991 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cbc60913-c015-49e8-ac0c-3bda0b633d97' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1129172991], ["username", "billy_24"], ["access_token", "b0e32e3fcfe6ebf5d78da45b11fe693d"], ["uuid", "cbc60913-c015-49e8-ac0c-3bda0b633d97"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:10:11.915236"], ["updated_at", "2017-10-25 17:10:11.915236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1207876337 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c217a002-b043-4aca-b757-755de7c5dd7e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1207876337], ["username", "billy_25"], ["access_token", "705f66fbb447775178f41dfc79046c3c"], ["uuid", "c217a002-b043-4aca-b757-755de7c5dd7e"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:10:11.918715"], ["updated_at", "2017-10-25 17:10:11.918715"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -738283370 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1cd2fbd-e76f-4c16-99c0-0de75973a9c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -738283370], ["username", "billy_26"], ["access_token", "436cde3c40bb0c2c7f58dbfd188cd224"], ["uuid", "c1cd2fbd-e76f-4c16-99c0-0de75973a9c8"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:10:11.922339"], ["updated_at", "2017-10-25 17:10:11.922339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700082628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b7ee42f-934a-4b99-b92a-f49ee8442280' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -700082628], ["username", "billy_27"], ["access_token", "4e529bacc47cfe3cee1fd2253587f576"], ["uuid", "8b7ee42f-934a-4b99-b92a-f49ee8442280"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:10:11.925909"], ["updated_at", "2017-10-25 17:10:11.925909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -555097865 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a544225-a472-4ff3-b80e-81ef3f8a7f7f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -555097865], ["username", "billy_28"], ["access_token", "54b4033a8d1ff0cdcd6b9b4e9ee2af80"], ["uuid", "6a544225-a472-4ff3-b80e-81ef3f8a7f7f"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:10:11.929452"], ["updated_at", "2017-10-25 17:10:11.929452"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2060827558 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ba54ab7-d72c-446d-b08e-d9be1e2d3221' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2060827558], ["username", "billy_29"], ["access_token", "8f2a03aaeac7402b7e78abd5084e4555"], ["uuid", "0ba54ab7-d72c-446d-b08e-d9be1e2d3221"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:10:11.932918"], ["updated_at", "2017-10-25 17:10:11.932918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2106631306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b8098b3-e1f2-44b6-82df-6976caf6350a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2106631306], ["username", "billy_30"], ["access_token", "689b45f881163ffa2046b921425a3778"], ["uuid", "2b8098b3-e1f2-44b6-82df-6976caf6350a"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:10:11.936457"], ["updated_at", "2017-10-25 17:10:11.936457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1576600138 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'adff4a0c-99e5-400f-a466-cf5fc9ab0c26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1576600138], ["username", "billy_31"], ["access_token", "e0a13de19983b507a765aa0ea3498d51"], ["uuid", "adff4a0c-99e5-400f-a466-cf5fc9ab0c26"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:10:11.940018"], ["updated_at", "2017-10-25 17:10:11.940018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1947986871 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3fba62dd-5d9f-49b5-9e0b-bb332f62a3db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1947986871], ["username", "billy_32"], ["access_token", "edf905ec24c629449e4020988330eb0d"], ["uuid", "3fba62dd-5d9f-49b5-9e0b-bb332f62a3db"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:10:11.943799"], ["updated_at", "2017-10-25 17:10:11.943799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -215928769 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af7864d4-f4e9-49e8-8c20-8b145f92d4d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -215928769], ["username", "billy_33"], ["access_token", "f7890d168d71b840bce5da5c62484a17"], ["uuid", "af7864d4-f4e9-49e8-8c20-8b145f92d4d2"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:10:11.947305"], ["updated_at", "2017-10-25 17:10:11.947305"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1404383708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef511e87-065d-4e43-b487-5b9f684b7d7d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1404383708], ["username", "billy_34"], ["access_token", "4ab4ece12d949b428f6fb8a6aa2dbeef"], ["uuid", "ef511e87-065d-4e43-b487-5b9f684b7d7d"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:10:11.950884"], ["updated_at", "2017-10-25 17:10:11.950884"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1413224746 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e06ced6-59c7-42f9-af8c-b8bd3a6edb2b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1413224746], ["username", "billy_35"], ["access_token", "4e51f75f17816991c196523b3c8124df"], ["uuid", "2e06ced6-59c7-42f9-af8c-b8bd3a6edb2b"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:10:11.954612"], ["updated_at", "2017-10-25 17:10:11.954612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -500750986 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd74a550d-5e0f-48fb-a810-5b792195c748' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -500750986], ["username", "billy_36"], ["access_token", "b9219b2656f088ae962fba28e0cffa8c"], ["uuid", "d74a550d-5e0f-48fb-a810-5b792195c748"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:10:11.958219"], ["updated_at", "2017-10-25 17:10:11.958219"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688596789 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0551d3c8-0d9f-4957-83c9-53c566753eae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -688596789], ["username", "billy_37"], ["access_token", "53f0d0dfc9b94840f0aa652fc2ccde15"], ["uuid", "0551d3c8-0d9f-4957-83c9-53c566753eae"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:10:11.961784"], ["updated_at", "2017-10-25 17:10:11.961784"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1042367174 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b77fdd7-34cd-415f-a518-2aa33d7e2876' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1042367174], ["username", "billy_38"], ["access_token", "26b498746cafccf4001d129cd2b2518d"], ["uuid", "2b77fdd7-34cd-415f-a518-2aa33d7e2876"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:10:11.965363"], ["updated_at", "2017-10-25 17:10:11.965363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877222796 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b38ba86-06bf-42b2-ad61-23c404df8f91' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1877222796], ["username", "billy_39"], ["access_token", "ab18eb026d07dbe89c46c6ae6195d929"], ["uuid", "8b38ba86-06bf-42b2-ad61-23c404df8f91"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:10:11.968924"], ["updated_at", "2017-10-25 17:10:11.968924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2051910024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4d0f0c2-4022-4815-a7fb-5ee5e9b52631' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2051910024], ["username", "billy_40"], ["access_token", "c77d2daa595f99bcab2740bb6b826e95"], ["uuid", "f4d0f0c2-4022-4815-a7fb-5ee5e9b52631"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:10:11.972631"], ["updated_at", "2017-10-25 17:10:11.972631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1363426249 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0c0c9342-1950-4562-9ecc-5392ffdb9f15' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1363426249], ["username", "billy_41"], ["access_token", "f66faf9b26b0a9fd3648d6b5b24eb4c4"], ["uuid", "0c0c9342-1950-4562-9ecc-5392ffdb9f15"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:10:11.976307"], ["updated_at", "2017-10-25 17:10:11.976307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1307299101 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6bbd0039-190d-4178-86f1-54bf39e48b54' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1307299101], ["username", "billy_42"], ["access_token", "2dd8be162c758e451c6501f388fd913b"], ["uuid", "6bbd0039-190d-4178-86f1-54bf39e48b54"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:10:11.980087"], ["updated_at", "2017-10-25 17:10:11.980087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1099428034 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd594338-3a50-4a96-b2bc-d600ff6a11c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1099428034], ["username", "billy_43"], ["access_token", "47b86d60d9f2f1b0af524a64e9c319f5"], ["uuid", "fd594338-3a50-4a96-b2bc-d600ff6a11c8"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:10:11.983485"], ["updated_at", "2017-10-25 17:10:11.983485"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748982821 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a97ef935-9fdf-4aba-aa55-9e984cfdab94' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -748982821], ["username", "billy_44"], ["access_token", "11ae0c790f2d6b56e2f9d317a44e0a8e"], ["uuid", "a97ef935-9fdf-4aba-aa55-9e984cfdab94"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:10:11.987061"], ["updated_at", "2017-10-25 17:10:11.987061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897307130 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff1b6a6a-3cdf-49f2-aa7e-5e167bbd1bb2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1897307130], ["username", "billy_45"], ["access_token", "09fa38453f25ccfc6663c878facc3a8e"], ["uuid", "ff1b6a6a-3cdf-49f2-aa7e-5e167bbd1bb2"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:10:11.990767"], ["updated_at", "2017-10-25 17:10:11.990767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187539945 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16072cda-5676-4863-a471-0530be86d7d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1187539945], ["username", "jstrav"], ["access_token", "984bbf2a102d3898a73ddaf1f44e03d3"], ["uuid", "16072cda-5676-4863-a471-0530be86d7d4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:10:12.000522"], ["updated_at", "2017-10-25 17:10:12.000522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1575186967 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3dc2a08b-9582-423e-a913-15d66242e14d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1575186967], ["username", "mary"], ["access_token", "4d6e1814e7eceb462bdafa35cecb7bd8"], ["uuid", "3dc2a08b-9582-423e-a913-15d66242e14d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:10:12.004108"], ["updated_at", "2017-10-25 17:10:12.004108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806880974 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd9a73424-60b8-4f07-9b9e-0510df099a6c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1806880974], ["username", "jstead"], ["access_token", "ce5bac0fadd4976d32eb2a5b47fa5546"], ["uuid", "d9a73424-60b8-4f07-9b9e-0510df099a6c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:10:12.007535"], ["updated_at", "2017-10-25 17:10:12.007535"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -138840023 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38a04e49-4ec5-41c0-abc2-b48246e03198' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -138840023], ["username", "bigbear"], ["access_token", "4e6bb62777070fe83dba7bb3099ce349"], ["uuid", "38a04e49-4ec5-41c0-abc2-b48246e03198"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:10:12.011186"], ["updated_at", "2017-10-25 17:10:12.011186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423548062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '907b67c4-f289-4e76-901b-f8236fb0fac4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -423548062], ["username", "billy_00"], ["access_token", "f94e647522e6bb3557a9f0602c8639e2"], ["uuid", "907b67c4-f289-4e76-901b-f8236fb0fac4"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:10:12.014852"], ["updated_at", "2017-10-25 17:10:12.014852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1031665234 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba929937-f992-42af-9944-9bd088daf80f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1031665234], ["username", "billy_01"], ["access_token", "4eeee6f2b8e8581ce6f15ddcd206d840"], ["uuid", "ba929937-f992-42af-9944-9bd088daf80f"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:10:12.018489"], ["updated_at", "2017-10-25 17:10:12.018489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725285395 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30fa7ce0-bcc7-4624-afbe-1b05a0e8f7a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -725285395], ["username", "billy_02"], ["access_token", "31cefb63e251e9d1345062c1ce61dfaf"], ["uuid", "30fa7ce0-bcc7-4624-afbe-1b05a0e8f7a2"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:10:12.022215"], ["updated_at", "2017-10-25 17:10:12.022215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1314734478 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ddd20bd6-4b5c-406e-b742-fd7b68024a0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1314734478], ["username", "billy_03"], ["access_token", "bed33b2abaacac31e63e015275427cf9"], ["uuid", "ddd20bd6-4b5c-406e-b742-fd7b68024a0f"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:10:12.025785"], ["updated_at", "2017-10-25 17:10:12.025785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -165485945 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3bc0aca-8635-4416-bf20-9ed1e5002024' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -165485945], ["username", "billy_04"], ["access_token", "0353d66482c78dd2ba6b001d6f98d06d"], ["uuid", "b3bc0aca-8635-4416-bf20-9ed1e5002024"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:10:12.029377"], ["updated_at", "2017-10-25 17:10:12.029377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2139001906 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e66d49c9-35a7-4244-a513-4d487ed8ea69' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2139001906], ["username", "billy_05"], ["access_token", "391aecfb4b639ff493c8e9b78df9a324"], ["uuid", "e66d49c9-35a7-4244-a513-4d487ed8ea69"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:10:12.033346"], ["updated_at", "2017-10-25 17:10:12.033346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -363713564 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbaaae7e-6edb-4e61-8f47-fd362900834b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -363713564], ["username", "billy_06"], ["access_token", "f42fd370e5f4294c624476e93b93e140"], ["uuid", "fbaaae7e-6edb-4e61-8f47-fd362900834b"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:10:12.037572"], ["updated_at", "2017-10-25 17:10:12.037572"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1419801108 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '74571364-2a6c-4e08-b5ae-0ee124ef53c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1419801108], ["username", "billy_07"], ["access_token", "f54dfc4c61bd11c285f87eadeaecde22"], ["uuid", "74571364-2a6c-4e08-b5ae-0ee124ef53c0"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:10:12.041628"], ["updated_at", "2017-10-25 17:10:12.041628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1726093349 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'edcdbd15-b45b-4c17-95d9-642036de9f13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1726093349], ["username", "billy_08"], ["access_token", "066b5cf7ce28234df3bd99996a2836e9"], ["uuid", "edcdbd15-b45b-4c17-95d9-642036de9f13"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:10:12.045518"], ["updated_at", "2017-10-25 17:10:12.045518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848464639 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '889d6ad6-0743-4730-983d-20f7f2cf3f71' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -848464639], ["username", "billy_09"], ["access_token", "9e68bfd01a397b169c85b13126d6758e"], ["uuid", "889d6ad6-0743-4730-983d-20f7f2cf3f71"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:10:12.049479"], ["updated_at", "2017-10-25 17:10:12.049479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1317587769 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '457d526a-e3a1-4f16-8baf-6aa798241787' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1317587769], ["username", "billy_10"], ["access_token", "8f6f6d9d03175cb5e0313d4a88ed77ce"], ["uuid", "457d526a-e3a1-4f16-8baf-6aa798241787"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:10:12.053253"], ["updated_at", "2017-10-25 17:10:12.053253"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -648099435 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0a71ecc-17b8-402c-b1a6-f79292b55b6b' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -648099435], ["username", "billy_11"], ["access_token", "76c9e84f4d62b1423a113dd468f4bc75"], ["uuid", "b0a71ecc-17b8-402c-b1a6-f79292b55b6b"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:10:12.057086"], ["updated_at", "2017-10-25 17:10:12.057086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -610426788 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '386de0a0-4f6f-4fa0-b211-079bccc2b257' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -610426788], ["username", "billy_12"], ["access_token", "47f411cabe3f6e7e6938431ab6b2ed19"], ["uuid", "386de0a0-4f6f-4fa0-b211-079bccc2b257"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:10:12.061501"], ["updated_at", "2017-10-25 17:10:12.061501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2058656623 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a64850c6-da00-44b8-b041-e2c1498b02f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2058656623], ["username", "billy_13"], ["access_token", "4980f6e8f0d92163814f38103ea5ef7b"], ["uuid", "a64850c6-da00-44b8-b041-e2c1498b02f2"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:10:12.065449"], ["updated_at", "2017-10-25 17:10:12.065449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1951584006 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'abc9e88c-a1fb-4390-85c8-65bfc43662d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1951584006], ["username", "billy_14"], ["access_token", "ad13c5d2002e00256a16de6c8bf2e384"], ["uuid", "abc9e88c-a1fb-4390-85c8-65bfc43662d7"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:10:12.069648"], ["updated_at", "2017-10-25 17:10:12.069648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1600242212 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1caa1869-f3d0-4b09-a8b7-738472a6b2b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1600242212], ["username", "billy_15"], ["access_token", "9300fb7295fa0ee699afb7f46c378c19"], ["uuid", "1caa1869-f3d0-4b09-a8b7-738472a6b2b6"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:10:12.073642"], ["updated_at", "2017-10-25 17:10:12.073642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1613764019 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c661d33-bd2e-4373-947c-98a11b7d98f0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1613764019], ["username", "billy_16"], ["access_token", "330717bdeb694996167e4de9484dd306"], ["uuid", "1c661d33-bd2e-4373-947c-98a11b7d98f0"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:10:12.077536"], ["updated_at", "2017-10-25 17:10:12.077536"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1536159729 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'da60a1a5-6ac4-429d-9aa1-95f1ba1de967' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1536159729], ["username", "billy_17"], ["access_token", "fba6de407924a96488a7703ab54e3c78"], ["uuid", "da60a1a5-6ac4-429d-9aa1-95f1ba1de967"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:10:12.081714"], ["updated_at", "2017-10-25 17:10:12.081714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1487681894 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '249d070e-4946-40e5-bdc4-5002070cab1e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1487681894], ["username", "billy_18"], ["access_token", "4d00e1484ddaf090eb81338e5068dcb0"], ["uuid", "249d070e-4946-40e5-bdc4-5002070cab1e"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:10:12.086483"], ["updated_at", "2017-10-25 17:10:12.086483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1144026746 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '323f168b-fbfe-43ed-b3ea-ab5fe239d56f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1144026746], ["username", "billy_19"], ["access_token", "06299d92b1a97e0c947a865e36717271"], ["uuid", "323f168b-fbfe-43ed-b3ea-ab5fe239d56f"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:10:12.090136"], ["updated_at", "2017-10-25 17:10:12.090136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -572130561 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bcde4b7-c6fd-414a-89c5-44a86dce0efc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -572130561], ["username", "billy_20"], ["access_token", "9cbafadabb6be6919b093603aeeb348e"], ["uuid", "9bcde4b7-c6fd-414a-89c5-44a86dce0efc"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:10:12.093610"], ["updated_at", "2017-10-25 17:10:12.093610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1410624083 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b37b42cd-2b43-454c-8d08-9f437dee7999' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1410624083], ["username", "billy_21"], ["access_token", "d68be44b94d37916ba675e3d6e47302d"], ["uuid", "b37b42cd-2b43-454c-8d08-9f437dee7999"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:10:12.097035"], ["updated_at", "2017-10-25 17:10:12.097035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1204340671 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60d6ddb0-a8ab-46c1-8c2f-e390c1d4aaa6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1204340671], ["username", "billy_22"], ["access_token", "5fab08a6cb9cfaa4f1cb5c0b15d77818"], ["uuid", "60d6ddb0-a8ab-46c1-8c2f-e390c1d4aaa6"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:10:12.100739"], ["updated_at", "2017-10-25 17:10:12.100739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -88764405 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '714931a5-c5e4-4f42-8844-2a9a6447d494' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -88764405], ["username", "billy_23"], ["access_token", "2fa1100c0a23042125f0e300715ed3f4"], ["uuid", "714931a5-c5e4-4f42-8844-2a9a6447d494"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:10:12.104404"], ["updated_at", "2017-10-25 17:10:12.104404"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965585745 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25014186-569e-4dfc-a4af-54e779d213c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -965585745], ["username", "billy_24"], ["access_token", "06a5702e2d2511053dd7f7646ebd753d"], ["uuid", "25014186-569e-4dfc-a4af-54e779d213c7"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:10:12.108139"], ["updated_at", "2017-10-25 17:10:12.108139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1109217438 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c28f86c-11e4-46b3-a289-d7c0325a4445' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1109217438], ["username", "billy_25"], ["access_token", "56e07d54480cb68141be1325332bdf74"], ["uuid", "5c28f86c-11e4-46b3-a289-d7c0325a4445"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:10:12.111755"], ["updated_at", "2017-10-25 17:10:12.111755"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -651684500 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '398a8549-50f8-43db-990b-f257c5ea2454' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -651684500], ["username", "billy_26"], ["access_token", "d374c5724121e212b7426d219adb701f"], ["uuid", "398a8549-50f8-43db-990b-f257c5ea2454"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:10:12.116951"], ["updated_at", "2017-10-25 17:10:12.116951"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974072226 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a397bf2d-9c07-478e-ba2a-341b9168db30' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1974072226], ["username", "billy_27"], ["access_token", "8298615692ca1e239269b5adcd88cdd4"], ["uuid", "a397bf2d-9c07-478e-ba2a-341b9168db30"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:10:12.122478"], ["updated_at", "2017-10-25 17:10:12.122478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1057218403 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f47d78bf-0e20-4aea-ba89-6dfc50db0fe8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1057218403], ["username", "billy_28"], ["access_token", "dd35d76a6c66be73c3b07c2e4fe46905"], ["uuid", "f47d78bf-0e20-4aea-ba89-6dfc50db0fe8"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:10:12.126950"], ["updated_at", "2017-10-25 17:10:12.126950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1791232171 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14f79850-b8a2-4695-b9a1-e73db36f7656' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1791232171], ["username", "billy_29"], ["access_token", "9e7e4f42a71e55ae280497e0107e0878"], ["uuid", "14f79850-b8a2-4695-b9a1-e73db36f7656"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:10:12.130991"], ["updated_at", "2017-10-25 17:10:12.130991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1798245418 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef1c19c8-4e38-4a03-95eb-8b003f2f95e4' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1798245418], ["username", "billy_30"], ["access_token", "4d4fd6c2c718a3c51b27c3bb25a2af43"], ["uuid", "ef1c19c8-4e38-4a03-95eb-8b003f2f95e4"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:10:12.134566"], ["updated_at", "2017-10-25 17:10:12.134566"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507994005 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9530223e-ac7e-444f-b636-bf311b171cc2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1507994005], ["username", "billy_31"], ["access_token", "d1a92a54b886ca7f4105863fdaa8dfee"], ["uuid", "9530223e-ac7e-444f-b636-bf311b171cc2"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:10:12.138638"], ["updated_at", "2017-10-25 17:10:12.138638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2008384938 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d8b697f-535b-4081-9076-b7959e949f7f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2008384938], ["username", "billy_32"], ["access_token", "afb7b2283a4715a0487be20cfba243d8"], ["uuid", "7d8b697f-535b-4081-9076-b7959e949f7f"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:10:12.142192"], ["updated_at", "2017-10-25 17:10:12.142192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -194732437 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b374281-8349-453c-8f10-3676c9fcf696' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -194732437], ["username", "billy_33"], ["access_token", "88ae4ab49ad73ea161f4609cb553c2d0"], ["uuid", "7b374281-8349-453c-8f10-3676c9fcf696"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:10:12.146609"], ["updated_at", "2017-10-25 17:10:12.146609"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -550452652 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ec4d302-3b41-4e24-a298-5c1abbc3279a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -550452652], ["username", "billy_34"], ["access_token", "ce80337a2f5720e58bff8a23bf968342"], ["uuid", "3ec4d302-3b41-4e24-a298-5c1abbc3279a"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:10:12.151292"], ["updated_at", "2017-10-25 17:10:12.151292"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -684027120 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35980411-c5ff-4d4d-bcdd-ef5df2e4caeb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -684027120], ["username", "billy_35"], ["access_token", "a26c418bb093b8207df05bddf16dd8b6"], ["uuid", "35980411-c5ff-4d4d-bcdd-ef5df2e4caeb"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:10:12.156278"], ["updated_at", "2017-10-25 17:10:12.156278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2108796483 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cfea65f2-58d5-4954-8f48-504afe226737' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2108796483], ["username", "billy_36"], ["access_token", "0a441818ac942117746d8d42e44a3f79"], ["uuid", "cfea65f2-58d5-4954-8f48-504afe226737"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:10:12.161227"], ["updated_at", "2017-10-25 17:10:12.161227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -840142531 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b49e4bc-cadb-4da3-acdb-820260e70da6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -840142531], ["username", "billy_37"], ["access_token", "a248d467f4e193591ff657712632c60f"], ["uuid", "1b49e4bc-cadb-4da3-acdb-820260e70da6"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:10:12.165966"], ["updated_at", "2017-10-25 17:10:12.165966"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2116452295 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c552513f-81df-4007-baa8-5cbb3c67e9fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2116452295], ["username", "billy_38"], ["access_token", "5580ff1be1e25794e4551984a7645375"], ["uuid", "c552513f-81df-4007-baa8-5cbb3c67e9fe"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:10:12.170637"], ["updated_at", "2017-10-25 17:10:12.170637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542230398 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef739013-7b62-4a18-8071-61443fc47075' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -542230398], ["username", "billy_39"], ["access_token", "18247c5dbfa2a5e45e82f9211bb7b81b"], ["uuid", "ef739013-7b62-4a18-8071-61443fc47075"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:10:12.174894"], ["updated_at", "2017-10-25 17:10:12.174894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1948951752 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a80ec1af-58db-43a4-8578-a0c9c029df14' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1948951752], ["username", "billy_40"], ["access_token", "bfc9600adeb64ec9225c519d960a9591"], ["uuid", "a80ec1af-58db-43a4-8578-a0c9c029df14"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:10:12.179398"], ["updated_at", "2017-10-25 17:10:12.179398"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1929951292 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9c3f085-efa5-4e59-86c1-723259cadf6e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1929951292], ["username", "billy_41"], ["access_token", "c13b77c2fab0d51c87013f0bbbb88ae4"], ["uuid", "e9c3f085-efa5-4e59-86c1-723259cadf6e"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:10:12.183478"], ["updated_at", "2017-10-25 17:10:12.183478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1875795196 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'edd804aa-e5b0-42e0-9c22-943634ab46ad' LIMIT 1 SQL (7.9ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1875795196], ["username", "billy_42"], ["access_token", "55069a49c9ed9351349add41315e0aa8"], ["uuid", "edd804aa-e5b0-42e0-9c22-943634ab46ad"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:10:12.187417"], ["updated_at", "2017-10-25 17:10:12.187417"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -119676581 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '142798eb-3e2d-4b23-bd3b-a5ea7ebd9eb7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -119676581], ["username", "billy_43"], ["access_token", "d29303ea7cb8f2a4f86e3336dd7d8076"], ["uuid", "142798eb-3e2d-4b23-bd3b-a5ea7ebd9eb7"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:10:12.199798"], ["updated_at", "2017-10-25 17:10:12.199798"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -128588240 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88cd41d6-950f-4664-99ac-1d4febd21f95' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -128588240], ["username", "billy_44"], ["access_token", "a894c562423084a4d346678cf4ef55d1"], ["uuid", "88cd41d6-950f-4664-99ac-1d4febd21f95"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:10:12.204712"], ["updated_at", "2017-10-25 17:10:12.204712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -35077112 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a47cfbb7-0801-4b5e-866d-1252e5dcb543' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -35077112], ["username", "billy_45"], ["access_token", "995ad4b8b8b1d74a36ccf37c8ee26fb3"], ["uuid", "a47cfbb7-0801-4b5e-866d-1252e5dcb543"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:10:12.209782"], ["updated_at", "2017-10-25 17:10:12.209782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02bdf880-17a0-4055-b6c0-e269eeef84ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "4d1443da6952cf40f094e7bc90d222f2"], ["uuid", "02bdf880-17a0-4055-b6c0-e269eeef84ef"], ["created_at", "2017-10-25 17:10:12.232814"], ["updated_at", "2017-10-25 17:10:12.232814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 527]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:50534/logout Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72649f1f-dc93-4955-9e2c-566dc2376210' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ac794147e7069888243dff2c25b5a2d2"], ["uuid", "72649f1f-dc93-4955-9e2c-566dc2376210"], ["created_at", "2017-10-25 17:10:12.246052"], ["updated_at", "2017-10-25 17:10:12.246052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c08149b-8c00-477b-906c-e223818a61bc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "337256b436c6ab2255092b82dc4575bf"], ["uuid", "4c08149b-8c00-477b-906c-e223818a61bc"], ["created_at", "2017-10-25 17:10:12.260297"], ["updated_at", "2017-10-25 17:10:12.260297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a57298c-ffbf-40c4-87b7-4edcb03ff77c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "2f0bb98737d6304920737d7e6b010cdb"], ["uuid", "1a57298c-ffbf-40c4-87b7-4edcb03ff77c"], ["created_at", "2017-10-25 17:10:12.272976"], ["updated_at", "2017-10-25 17:10:12.272976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '505eaab9-a7d6-4d9e-b59b-95d99fffd4bd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a5d4c3ff4265c9983cefd7846f541b12"], ["uuid", "505eaab9-a7d6-4d9e-b59b-95d99fffd4bd"], ["created_at", "2017-10-25 17:10:12.286156"], ["updated_at", "2017-10-25 17:10:12.286156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb7b7e14-d470-46ea-858c-ff57253813d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "820153285507c8f98f870dd12c866f1c"], ["uuid", "eb7b7e14-d470-46ea-858c-ff57253813d3"], ["created_at", "2017-10-25 17:10:12.293425"], ["updated_at", "2017-10-25 17:10:12.293425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 532]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0af80787-3f93-42a6-8219-2c1b184654e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "8e8ed2f7498780bf3293ade4f144b810"], ["uuid", "0af80787-3f93-42a6-8219-2c1b184654e0"], ["created_at", "2017-10-25 17:10:12.304672"], ["updated_at", "2017-10-25 17:10:12.304672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (202.9ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (438.9ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.2ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (7.7ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto"  (4.2ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" character varying DEFAULT 'gen_random_uuid()' NOT NULL, "role" integer DEFAULT 0 NOT NULL)   (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (1.4ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (1.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (1.9ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.5ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.1ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (2.7ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.1ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "ffb226"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ffb226' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "b74278"]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b74278' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 SQL (1.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 18], ["username", "b74278"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["created_at", "2017-10-25 17:14:33.452307"], ["updated_at", "2017-10-25 17:14:33.452307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["created_at", "2017-10-25 17:14:33.465661"], ["updated_at", "2017-10-25 17:14:33.465661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["created_at", "2017-10-25 17:14:33.475252"], ["updated_at", "2017-10-25 17:14:33.475252"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9e00280-4ecf-4f5d-9c7b-0b39be98796e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "4969877c93089eb7265c9215a6f78a78"], ["uuid", "b9e00280-4ecf-4f5d-9c7b-0b39be98796e"], ["created_at", "2017-10-25 17:14:33.481693"], ["updated_at", "2017-10-25 17:14:33.481693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 4], ["created_at", "2017-10-25 17:14:33.490849"], ["updated_at", "2017-10-25 17:14:33.490849"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db5d67b5-0894-477e-bdc1-e04c5a6bd196' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "8b7e104655ba85d3b43101049c13a7cd"], ["uuid", "db5d67b5-0894-477e-bdc1-e04c5a6bd196"], ["created_at", "2017-10-25 17:14:33.931641"], ["updated_at", "2017-10-25 17:14:33.931641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 5], ["created_at", "2017-10-25 17:14:33.933746"], ["updated_at", "2017-10-25 17:14:33.933746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 5]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '340eff0d-c3be-4325-a9ff-070f4c99eb64' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "ae088f9ca890ef0ef3f146efed946eeb"], ["uuid", "340eff0d-c3be-4325-a9ff-070f4c99eb64"], ["created_at", "2017-10-25 17:14:34.369066"], ["updated_at", "2017-10-25 17:14:34.369066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 6], ["created_at", "2017-10-25 17:14:34.370988"], ["updated_at", "2017-10-25 17:14:34.370988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 6]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a3df224-9c0e-4711-a6c2-02edb5752386' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "0fb3bef5535c804296b687c98c2d57b8"], ["uuid", "8a3df224-9c0e-4711-a6c2-02edb5752386"], ["created_at", "2017-10-25 17:14:34.781532"], ["updated_at", "2017-10-25 17:14:34.781532"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 7], ["created_at", "2017-10-25 17:14:34.783534"], ["updated_at", "2017-10-25 17:14:34.783534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 7]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 7]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 7]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13492f18-1de9-4076-a0a9-6c3bc21b05e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "b8c4a505b69b619d98f62f152a40ca9d"], ["uuid", "13492f18-1de9-4076-a0a9-6c3bc21b05e6"], ["created_at", "2017-10-25 17:14:35.198456"], ["updated_at", "2017-10-25 17:14:35.198456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 8], ["created_at", "2017-10-25 17:14:35.200529"], ["updated_at", "2017-10-25 17:14:35.200529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 8]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 8]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 8]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 8]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-10-25 17:14:35.624637"], ["updated_at", "2017-10-25 17:14:35.624637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -922305885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6abfd3d678186737d026d5d9e83f9c9f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e0d510c-e0d3-4935-b666-2ef2e89b075b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -922305885], ["username", "6abfd3d678186737d026d5d9e83f9c9f"], ["access_token", "b322e39d7bfa278b9764913c5eca5e1e"], ["uuid", "4e0d510c-e0d3-4935-b666-2ef2e89b075b"], ["created_at", "2017-10-25 17:14:35.631775"], ["updated_at", "2017-10-25 17:14:35.631775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1144607103 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '447f9f3184c5182597467027f5b7d1b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df3bb49e-937b-43bb-a212-c3c232b5443c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1144607103], ["username", "447f9f3184c5182597467027f5b7d1b0"], ["access_token", "d8f9208f7eba7f542cc6957f677609f1"], ["uuid", "df3bb49e-937b-43bb-a212-c3c232b5443c"], ["created_at", "2017-10-25 17:14:35.637491"], ["updated_at", "2017-10-25 17:14:35.637491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -180408309 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -180408309], ["name", "MyGroup"], ["created_at", "2017-10-25 17:14:35.640760"], ["updated_at", "2017-10-25 17:14:35.640760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1086100313 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2d021e2c20562d16e27ac1ed03bf5e68' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5f6f4ac-f845-489d-a312-680260bcea63' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1086100313], ["username", "2d021e2c20562d16e27ac1ed03bf5e68"], ["access_token", "9765f44ad2ce8288497ac78c8738315c"], ["uuid", "b5f6f4ac-f845-489d-a312-680260bcea63"], ["created_at", "2017-10-25 17:14:35.645501"], ["updated_at", "2017-10-25 17:14:35.645501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -375672645 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -375672645], ["name", "MyGroup"], ["created_at", "2017-10-25 17:14:35.648622"], ["updated_at", "2017-10-25 17:14:35.648622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:14:35.653218"], ["updated_at", "2017-10-25 17:14:35.653218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:14:37 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-10-25 12:14:39 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2082822326 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6944561621c9444dc25cc5b4cfeb2d2c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46934552-1be4-4d0d-b64d-4dee5dbaf31f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2082822326], ["username", "6944561621c9444dc25cc5b4cfeb2d2c"], ["access_token", "1e9e8538e81f66b462657bd4f51e8254"], ["uuid", "46934552-1be4-4d0d-b64d-4dee5dbaf31f"], ["created_at", "2017-10-25 17:14:39.742991"], ["updated_at", "2017-10-25 17:14:39.742991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2030377594 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2030377594], ["name", "MyGroup"], ["created_at", "2017-10-25 17:14:39.753254"], ["updated_at", "2017-10-25 17:14:39.753254"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-10-25 12:14:41 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -379379472 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1f03a0cedbd733d48c2b58826bd8ea41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7082884-18a8-4cac-bcb5-7c6f8b30a4d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -379379472], ["username", "1f03a0cedbd733d48c2b58826bd8ea41"], ["access_token", "6881ba1f7a23c2d1ab7f0fd6f3d4d5f5"], ["uuid", "f7082884-18a8-4cac-bcb5-7c6f8b30a4d1"], ["created_at", "2017-10-25 17:14:41.797234"], ["updated_at", "2017-10-25 17:14:41.797234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1348050111 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1348050111], ["name", "MyGroup"], ["created_at", "2017-10-25 17:14:41.800051"], ["updated_at", "2017-10-25 17:14:41.800051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1348050111 AND "openstax_accounts_groups"."id" != 5) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-1348050111" for 127.0.0.1 at 2017-10-25 12:14:43 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-1348050111", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594858999 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '163c274302a2eb07e8f712b14e19301e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd97dfc5-18a7-4a1d-8686-81f5284dc0f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1594858999], ["username", "163c274302a2eb07e8f712b14e19301e"], ["access_token", "873911d0785fec2353057e870f70eacd"], ["uuid", "fd97dfc5-18a7-4a1d-8686-81f5284dc0f0"], ["created_at", "2017-10-25 17:14:43.826678"], ["updated_at", "2017-10-25 17:14:43.826678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -159355013 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -159355013], ["name", "MyGroup"], ["created_at", "2017-10-25 17:14:43.829557"], ["updated_at", "2017-10-25 17:14:43.829557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -159355013 AND "openstax_accounts_groups"."id" != 6) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-159355013" for 127.0.0.1 at 2017-10-25 12:14:45 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-159355013", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -284391341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '95627449f267e3a168489a67eefda774' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df6f2869-f40d-4682-a2d3-d364090294fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -284391341], ["username", "95627449f267e3a168489a67eefda774"], ["access_token", "9e2e0d7f25f42aa10b2d4ca5c01a511a"], ["uuid", "df6f2869-f40d-4682-a2d3-d364090294fa"], ["created_at", "2017-10-25 17:14:45.855698"], ["updated_at", "2017-10-25 17:14:45.855698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -143959951 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -143959951], ["name", "MyGroup"], ["created_at", "2017-10-25 17:14:45.867186"], ["updated_at", "2017-10-25 17:14:45.867186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -676912026 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ea9f58f5244e05c98a7c69e700f6c16c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '897ac6c4-1bca-484b-a5e7-603b4079b287' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -676912026], ["username", "ea9f58f5244e05c98a7c69e700f6c16c"], ["access_token", "b3d936b52d792775397055ad2bf57601"], ["uuid", "897ac6c4-1bca-484b-a5e7-603b4079b287"], ["created_at", "2017-10-25 17:14:45.873637"], ["updated_at", "2017-10-25 17:14:45.873637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-143959951/members/-676912026" for 127.0.0.1 at 2017-10-25 12:14:47 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-143959951", "user_id"=>"-676912026", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -159191975 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c68a12887892b9fe9549212130cf5693' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8420f32c-1179-40a9-bd4c-07689f2c576b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -159191975], ["username", "c68a12887892b9fe9549212130cf5693"], ["access_token", "c27567ba4645eddf913e3792f3ad279e"], ["uuid", "8420f32c-1179-40a9-bd4c-07689f2c576b"], ["created_at", "2017-10-25 17:14:47.900437"], ["updated_at", "2017-10-25 17:14:47.900437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2118364530 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2118364530], ["name", "MyGroup"], ["created_at", "2017-10-25 17:14:47.903317"], ["updated_at", "2017-10-25 17:14:47.903317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1851507667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'dde2bbffdc72380925084934f557ee6f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4be2f8b5-d734-4fec-8359-3ff184339311' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1851507667], ["username", "dde2bbffdc72380925084934f557ee6f"], ["access_token", "6ed791cb04ed7e5f00b44f9a17fc7e25"], ["uuid", "4be2f8b5-d734-4fec-8359-3ff184339311"], ["created_at", "2017-10-25 17:14:47.906954"], ["updated_at", "2017-10-25 17:14:47.906954"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 19 AND "openstax_accounts_group_members"."group_id" = -2118364530) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -2118364530], ["user_id", -1851507667], ["created_at", "2017-10-25 17:14:47.910971"], ["updated_at", "2017-10-25 17:14:47.910971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-2118364530/members/-1851507667" for 127.0.0.1 at 2017-10-25 12:14:49 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-2118364530", "user_id"=>"-1851507667", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -400602114 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd23e2e910a557d0a0aec471c24d09059' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc505b33-4fa6-4d43-8c38-177c852b655d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -400602114], ["username", "d23e2e910a557d0a0aec471c24d09059"], ["access_token", "e3688ec85c0965f0c3d0a4d64edb1fbe"], ["uuid", "fc505b33-4fa6-4d43-8c38-177c852b655d"], ["created_at", "2017-10-25 17:14:49.937717"], ["updated_at", "2017-10-25 17:14:49.937717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1408846934 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1408846934], ["name", "MyGroup"], ["created_at", "2017-10-25 17:14:49.948835"], ["updated_at", "2017-10-25 17:14:49.948835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1211637088 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1211637088], ["name", "MyGroup"], ["created_at", "2017-10-25 17:14:49.952687"], ["updated_at", "2017-10-25 17:14:49.952687"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1408846934/nestings/-1211637088" for 127.0.0.1 at 2017-10-25 12:14:51 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1408846934", "member_group_id"=>"-1211637088", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -798027291 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f600d33ad16bfcb377d9e35fb0508d74' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2452214-4a17-459c-930e-cf6c8e983557' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -798027291], ["username", "f600d33ad16bfcb377d9e35fb0508d74"], ["access_token", "c5e28e7d3689fa0fe60dd17424a91045"], ["uuid", "a2452214-4a17-459c-930e-cf6c8e983557"], ["created_at", "2017-10-25 17:14:51.982895"], ["updated_at", "2017-10-25 17:14:51.982895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -255301173 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -255301173], ["name", "MyGroup"], ["created_at", "2017-10-25 17:14:51.985739"], ["updated_at", "2017-10-25 17:14:51.985739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -425984962 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -425984962], ["name", "MyGroup"], ["created_at", "2017-10-25 17:14:51.988368"], ["updated_at", "2017-10-25 17:14:51.988368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 12 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 12]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575616628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ed276abf8edd47d952374b8bf85bf244' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf402959-ff63-415b-b25b-385f57033dde' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -575616628], ["username", "ed276abf8edd47d952374b8bf85bf244"], ["access_token", "b299e2632560a3f26a34ae775198bf09"], ["uuid", "bf402959-ff63-415b-b25b-385f57033dde"], ["created_at", "2017-10-25 17:14:52.002829"], ["updated_at", "2017-10-25 17:14:52.002829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:14:54 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-10-25 12:14:56 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1732406271 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1425058dc011e8a4be13413d74e46370' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93d2b871-5523-408c-b9b8-dc966bebc1fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1732406271], ["username", "1425058dc011e8a4be13413d74e46370"], ["access_token", "b2db0d845712625ca5156c9e4ba3853f"], ["uuid", "93d2b871-5523-408c-b9b8-dc966bebc1fc"], ["created_at", "2017-10-25 17:14:56.052366"], ["updated_at", "2017-10-25 17:14:56.052366"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-10-25 12:14:58 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"1425058dc011e8a4be13413d74e46370", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"1425058dc011e8a4be13413d74e46370", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488823367 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '76423bd0b923d13b98d4161f78562a75' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7023556-6c01-4e2f-9d60-039c8c9ef16e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -488823367], ["username", "76423bd0b923d13b98d4161f78562a75"], ["access_token", "80e6600b8b9284bfc93c5b961b38ae85"], ["uuid", "a7023556-6c01-4e2f-9d60-039c8c9ef16e"], ["created_at", "2017-10-25 17:14:58.076895"], ["updated_at", "2017-10-25 17:14:58.076895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:15:00 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-10-25 12:15:02 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1680307344 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7684ee634bc8bf0dd31b823b9f36b03f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52203fbc-f7eb-4fc5-a620-f23677f47b4c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1680307344], ["username", "7684ee634bc8bf0dd31b823b9f36b03f"], ["access_token", "f153bbf8722c94825b83b17a87757b95"], ["uuid", "52203fbc-f7eb-4fc5-a620-f23677f47b4c"], ["created_at", "2017-10-25 17:15:02.120337"], ["updated_at", "2017-10-25 17:15:02.120337"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:15:04 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-10-25 12:15:06 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:15:06.162208"], ["updated_at", "2017-10-25 17:15:06.162208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:15:08 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-10-25 12:15:10 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:15:10.208969"], ["updated_at", "2017-10-25 17:15:10.208969"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:15:12 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-10-25 12:15:14 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1914762082 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '139e2b6e8aba4f17c428ed6987e07e1f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef5b18f2-0753-4686-96be-afee8b1654d6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1914762082], ["username", "139e2b6e8aba4f17c428ed6987e07e1f"], ["access_token", "0283876b453ab5a71a09b41bbd7bbd84"], ["uuid", "ef5b18f2-0753-4686-96be-afee8b1654d6"], ["created_at", "2017-10-25 17:15:14.253203"], ["updated_at", "2017-10-25 17:15:14.253203"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1329351130 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1329351130], ["name", "MyGroup"], ["created_at", "2017-10-25 17:15:14.266158"], ["updated_at", "2017-10-25 17:15:14.266158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -711540368 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '594d4f9a3396366a1051c6dfeebe23e3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ee2d32d-37ec-4cb0-bc64-cf44aefe2f0a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -711540368], ["username", "594d4f9a3396366a1051c6dfeebe23e3"], ["access_token", "f92f87414e9d7ee1b5f8d0e4b92ddf8d"], ["uuid", "4ee2d32d-37ec-4cb0-bc64-cf44aefe2f0a"], ["created_at", "2017-10-25 17:15:14.272853"], ["updated_at", "2017-10-25 17:15:14.272853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 29 AND "openstax_accounts_group_owners"."group_id" = -1329351130) LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1329351130], ["user_id", -711540368], ["created_at", "2017-10-25 17:15:14.277760"], ["updated_at", "2017-10-25 17:15:14.277760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1329351130/owners/-711540368" for 127.0.0.1 at 2017-10-25 12:15:16 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1329351130", "user_id"=>"-711540368", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -584043902 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4644ea020c510b693c99dcb5a1c32d1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ad8ab9c-c242-420a-94c4-873076674fe6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -584043902], ["username", "4644ea020c510b693c99dcb5a1c32d1a"], ["access_token", "6cff51019dd9250043226976ad9f4e49"], ["uuid", "9ad8ab9c-c242-420a-94c4-873076674fe6"], ["created_at", "2017-10-25 17:15:16.303861"], ["updated_at", "2017-10-25 17:15:16.303861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1001724685 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1001724685], ["name", "MyGroup"], ["created_at", "2017-10-25 17:15:16.306798"], ["updated_at", "2017-10-25 17:15:16.306798"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -304276079 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1f95a02e008bfe1db4ffc003762e3a11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '507acdae-e632-4544-a53e-7e135eddc97b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -304276079], ["username", "1f95a02e008bfe1db4ffc003762e3a11"], ["access_token", "5874f6b3576e827ffbf19cf4614d7a06"], ["uuid", "507acdae-e632-4544-a53e-7e135eddc97b"], ["created_at", "2017-10-25 17:15:16.310672"], ["updated_at", "2017-10-25 17:15:16.310672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1001724685/owners/-304276079" for 127.0.0.1 at 2017-10-25 12:15:18 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1001724685", "user_id"=>"-304276079", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:15:18.334761"], ["updated_at", "2017-10-25 17:15:18.334761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:15:20 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2017-10-25 12:15:22 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:15:22.385653"], ["updated_at", "2017-10-25 17:15:22.385653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:15:24 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2017-10-25 12:15:26 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:15:26.430642"], ["updated_at", "2017-10-25 17:15:26.430642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:15:28 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:15:30 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:15:30.468883"], ["updated_at", "2017-10-25 17:15:30.468883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:15:32 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:15:34 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7aa3cc1-c9c0-4dfb-ad29-ad7c533c3c9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "f1b946e740d342b23cf2049ff2e59c81"], ["uuid", "e7aa3cc1-c9c0-4dfb-ad29-ad7c533c3c9f"], ["created_at", "2017-10-25 17:15:34.512908"], ["updated_at", "2017-10-25 17:15:34.512908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 36], ["created_at", "2017-10-25 17:15:34.515116"], ["updated_at", "2017-10-25 17:15:34.515116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2e1201b-572b-4db4-ac39-b1cd8ebd31fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "920f4b4d9edb19b8caa967f7bee4123f"], ["uuid", "b2e1201b-572b-4db4-ac39-b1cd8ebd31fa"], ["created_at", "2017-10-25 17:15:34.518663"], ["updated_at", "2017-10-25 17:15:34.518663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 37], ["created_at", "2017-10-25 17:15:34.520456"], ["updated_at", "2017-10-25 17:15:34.520456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1936269243 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1936269243], ["name", "MyGroup"], ["created_at", "2017-10-25 17:15:34.522821"], ["updated_at", "2017-10-25 17:15:34.522821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -386128084 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -386128084], ["name", "MyGroup"], ["created_at", "2017-10-25 17:15:34.525274"], ["updated_at", "2017-10-25 17:15:34.525274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 16 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 16]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3776058]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3776058 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4f6dd1d-cfb4-4478-933c-3fc360e28b96' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 3776058], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "b4f6dd1d-cfb4-4478-933c-3fc360e28b96"], ["created_at", "2017-10-25 17:15:34.561348"], ["updated_at", "2017-10-25 17:15:34.561348"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 3776058 AND "openstax_accounts_accounts"."id" != 38) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b4f6dd1d-cfb4-4478-933c-3fc360e28b96' AND "openstax_accounts_accounts"."id" != 38) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3091571]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3091571 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2aa61762-9c83-4ea9-a38f-261b45f2fd32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 3091571], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "2aa61762-9c83-4ea9-a38f-261b45f2fd32"], ["created_at", "2017-10-25 17:15:34.570141"], ["updated_at", "2017-10-25 17:15:34.570141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2754054]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2754054 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0c0144d9-30e4-477c-b272-50f5576dbd77' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 2754054], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "0c0144d9-30e4-477c-b272-50f5576dbd77"], ["created_at", "2017-10-25 17:15:34.577179"], ["updated_at", "2017-10-25 17:15:34.577179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1920662]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1920662 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be9b307d-b08f-4664-a552-0f65535079f0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 1920662], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["role", 2], ["uuid", "be9b307d-b08f-4664-a552-0f65535079f0"], ["created_at", "2017-10-25 17:15:34.584544"], ["updated_at", "2017-10-25 17:15:34.584544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3107960]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3107960 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0955c9df-ef88-4089-ab20-4991624c3a5d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 3107960], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "0955c9df-ef88-4089-ab20-4991624c3a5d"], ["created_at", "2017-10-25 17:15:34.593206"], ["updated_at", "2017-10-25 17:15:34.593206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 516556]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 516556 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'howdy_ho' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 516556], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "howdy_ho"], ["created_at", "2017-10-25 17:15:34.602266"], ["updated_at", "2017-10-25 17:15:34.602266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1173447994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2cfc55f4d35f7f227724c0dd0aad58df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5879d28d-cc8d-4bff-9a83-a5ebf4d9bf6a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1173447994], ["username", "2cfc55f4d35f7f227724c0dd0aad58df"], ["access_token", "01ac39fa2bd931bd9c957ae391be6d80"], ["uuid", "5879d28d-cc8d-4bff-9a83-a5ebf4d9bf6a"], ["created_at", "2017-10-25 17:15:34.607965"], ["updated_at", "2017-10-25 17:15:34.607965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -1173447994]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1173447994 AND "openstax_accounts_accounts"."id" != 44) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 44) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'yoyoma' AND "openstax_accounts_accounts"."id" != 44) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "first_name" = $2, "last_name" = $3, "title" = $4, "access_token" = $5, "faculty_status" = $6, "role" = $7, "uuid" = $8, "updated_at" = $9 WHERE "openstax_accounts_accounts"."id" = $10 [["username", "191919"], ["first_name", "1234"], ["last_name", "5678"], ["title", "900"], ["access_token", nil], ["faculty_status", 2], ["role", 2], ["uuid", "yoyoma"], ["updated_at", "2017-10-25 17:15:34.612557"], ["id", 44]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 44]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -468781547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4187ccdd-646c-4bf4-b182-0ec619e7dad6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -468781547], ["username", "jstrav"], ["access_token", "c84ac80fa52da6b0dda05cee2ab7f055"], ["uuid", "4187ccdd-646c-4bf4-b182-0ec619e7dad6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:34.620659"], ["updated_at", "2017-10-25 17:15:34.620659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2142512508 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd9c86aff-eafa-405d-89a6-09e70358c34f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2142512508], ["username", "mary"], ["access_token", "674c4011e37e0f38ca064654b52977b4"], ["uuid", "d9c86aff-eafa-405d-89a6-09e70358c34f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:34.624540"], ["updated_at", "2017-10-25 17:15:34.624540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -328688523 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a354cb3-1d6b-45e7-9e4c-3b845db1b49d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -328688523], ["username", "jstead"], ["access_token", "2dc0c8a802d12479fed3598a1660fb20"], ["uuid", "2a354cb3-1d6b-45e7-9e4c-3b845db1b49d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:34.628430"], ["updated_at", "2017-10-25 17:15:34.628430"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1869785063 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a67a303b-59b2-47b0-86d2-edca0f458f7d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1869785063], ["username", "bigbear"], ["access_token", "19084a78969446097de3ca76cbf63114"], ["uuid", "a67a303b-59b2-47b0-86d2-edca0f458f7d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:34.632210"], ["updated_at", "2017-10-25 17:15:34.632210"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.7ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -993955876 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9bbd6cc-0dc5-418f-8216-bd984e83a031' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -993955876], ["username", "jstrav"], ["access_token", "a478dd34628fdac72197a85a44572a04"], ["uuid", "f9bbd6cc-0dc5-418f-8216-bd984e83a031"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:34.641798"], ["updated_at", "2017-10-25 17:15:34.641798"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067374825 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22890912-b872-4d87-b5bf-0d63df5e02fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2067374825], ["username", "mary"], ["access_token", "e8847abab8c599bc87fd397326a3c209"], ["uuid", "22890912-b872-4d87-b5bf-0d63df5e02fb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:34.645888"], ["updated_at", "2017-10-25 17:15:34.645888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769001404 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1cc8cb76-3c9b-4f84-b92b-1d65a341ebb3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1769001404], ["username", "jstead"], ["access_token", "a3add8fd5c0e7995ebfaabf51bbf85bb"], ["uuid", "1cc8cb76-3c9b-4f84-b92b-1d65a341ebb3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:34.649701"], ["updated_at", "2017-10-25 17:15:34.649701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1569445803 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c89140a8-3ff9-439a-9025-31153ad5c5f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1569445803], ["username", "bigbear"], ["access_token", "09167d3cd449584c4b746b028c250a0f"], ["uuid", "c89140a8-3ff9-439a-9025-31153ad5c5f1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:34.653257"], ["updated_at", "2017-10-25 17:15:34.653257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -773546280 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4c31c6f-0d7a-4093-b526-d0cc5d079441' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -773546280], ["username", "jstrav"], ["access_token", "9825bb75b7bb3c056c31f27f1188f3a1"], ["uuid", "a4c31c6f-0d7a-4093-b526-d0cc5d079441"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:34.663085"], ["updated_at", "2017-10-25 17:15:34.663085"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -358113593 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3110c644-cbac-427f-af33-3a2b4a16c1ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -358113593], ["username", "mary"], ["access_token", "81057f7698c3823a33d8cbc7bba6330f"], ["uuid", "3110c644-cbac-427f-af33-3a2b4a16c1ff"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:34.667847"], ["updated_at", "2017-10-25 17:15:34.667847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2092161884 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bfa32f88-8869-405a-982e-446623c85e2e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2092161884], ["username", "jstead"], ["access_token", "016f0bede09b59d0fee09e72d9a5788e"], ["uuid", "bfa32f88-8869-405a-982e-446623c85e2e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:34.671703"], ["updated_at", "2017-10-25 17:15:34.671703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58496446 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '719ce38e-15a7-41c4-ac99-b4d72e81c687' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -58496446], ["username", "bigbear"], ["access_token", "2646fca97b95bcf16716160411bf7007"], ["uuid", "719ce38e-15a7-41c4-ac99-b4d72e81c687"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:34.675554"], ["updated_at", "2017-10-25 17:15:34.675554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1984425198 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dfd58c8e-d059-4da3-b110-076e48393529' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1984425198], ["username", "jstrav"], ["access_token", "0edc83e64e1f3f735bfadb928e00f7ab"], ["uuid", "dfd58c8e-d059-4da3-b110-076e48393529"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:34.682763"], ["updated_at", "2017-10-25 17:15:34.682763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2112578591 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd298e084-161b-4285-a0a3-c6a62d166a83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2112578591], ["username", "mary"], ["access_token", "1d331a50a3f42322a007eb89bb237ec7"], ["uuid", "d298e084-161b-4285-a0a3-c6a62d166a83"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:34.693804"], ["updated_at", "2017-10-25 17:15:34.693804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995710386 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8aac467f-ab3b-4dee-a1b1-12c5b933ad41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -995710386], ["username", "jstead"], ["access_token", "4e1a4f40df3435c8077a99a7aabc5e7d"], ["uuid", "8aac467f-ab3b-4dee-a1b1-12c5b933ad41"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:34.697867"], ["updated_at", "2017-10-25 17:15:34.697867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1834964417 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c300ba9-0678-4bc7-94e7-86910dd65995' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1834964417], ["username", "bigbear"], ["access_token", "ad9565ef07ae0c5d58e27e48dcea154c"], ["uuid", "9c300ba9-0678-4bc7-94e7-86910dd65995"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:34.701776"], ["updated_at", "2017-10-25 17:15:34.701776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -186924638 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bd85cfb-a3f4-4ede-bdf5-76725d4cfa5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -186924638], ["username", "jstrav"], ["access_token", "b0ea6416b3f36ba26460e74542a2a79a"], ["uuid", "9bd85cfb-a3f4-4ede-bdf5-76725d4cfa5a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:34.710044"], ["updated_at", "2017-10-25 17:15:34.710044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -464589678 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '478bd78f-aee5-4622-952d-121c2b369531' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -464589678], ["username", "mary"], ["access_token", "b1531720d22ae59dba04b8af95d094fe"], ["uuid", "478bd78f-aee5-4622-952d-121c2b369531"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:34.714530"], ["updated_at", "2017-10-25 17:15:34.714530"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065214708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1fcb7ad1-38d8-43d4-955a-4a59c55aa047' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2065214708], ["username", "jstead"], ["access_token", "3a361fa3c69589591f8b68c300eb8b74"], ["uuid", "1fcb7ad1-38d8-43d4-955a-4a59c55aa047"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:34.718732"], ["updated_at", "2017-10-25 17:15:34.718732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1090149364 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0420d00f-8cbc-4eb5-b41f-665b50cfa1ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1090149364], ["username", "bigbear"], ["access_token", "ec4b255dc1284baf0cdb190524f6b0d4"], ["uuid", "0420d00f-8cbc-4eb5-b41f-665b50cfa1ef"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:34.722749"], ["updated_at", "2017-10-25 17:15:34.722749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1637142837 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb7fc736-b36f-4246-bf61-a98ca3f64376' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1637142837], ["username", "jstrav"], ["access_token", "9064d0e7880e373cf2b5e852e725e3e0"], ["uuid", "bb7fc736-b36f-4246-bf61-a98ca3f64376"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:34.730827"], ["updated_at", "2017-10-25 17:15:34.730827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1219797482 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf0eb345-7f26-4c40-893c-c2036a92a2c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1219797482], ["username", "mary"], ["access_token", "ef2255f6730d1754c645c21b3daa93c8"], ["uuid", "cf0eb345-7f26-4c40-893c-c2036a92a2c5"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:34.734998"], ["updated_at", "2017-10-25 17:15:34.734998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -535152117 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5aeee345-0a1f-4a06-9335-cf96593e9c35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -535152117], ["username", "jstead"], ["access_token", "a2eddad417d3fc3e87a042a660f632f4"], ["uuid", "5aeee345-0a1f-4a06-9335-cf96593e9c35"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:34.738869"], ["updated_at", "2017-10-25 17:15:34.738869"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053679715 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1251309-00b7-4206-b62f-0ff96580ba25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2053679715], ["username", "bigbear"], ["access_token", "9aa391afdc7d40cc218fbc4b51d7d82f"], ["uuid", "d1251309-00b7-4206-b62f-0ff96580ba25"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:34.742706"], ["updated_at", "2017-10-25 17:15:34.742706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1142335637 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e43d68e9-e077-44a0-93c6-3da677518103' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1142335637], ["username", "jstrav"], ["access_token", "4dba86ec73ec7145a45604e20f90d7d4"], ["uuid", "e43d68e9-e077-44a0-93c6-3da677518103"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:34.750865"], ["updated_at", "2017-10-25 17:15:34.750865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -826793652 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c228f6f5-e524-44b3-be00-d93ef74d789b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -826793652], ["username", "mary"], ["access_token", "499ed9cb656f39a731d9e4e627e84c19"], ["uuid", "c228f6f5-e524-44b3-be00-d93ef74d789b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:34.754755"], ["updated_at", "2017-10-25 17:15:34.754755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2008958213 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3acdce11-7e04-4634-9c92-4ddd6e1cddde' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2008958213], ["username", "jstead"], ["access_token", "344e111103aef9356ecc1f5622fbf689"], ["uuid", "3acdce11-7e04-4634-9c92-4ddd6e1cddde"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:34.758568"], ["updated_at", "2017-10-25 17:15:34.758568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1928614351 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ae03bb4-ac28-425a-8ec2-f8709d13bf21' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1928614351], ["username", "bigbear"], ["access_token", "45be428bc99798ff429fd6f2c3d39e2e"], ["uuid", "2ae03bb4-ac28-425a-8ec2-f8709d13bf21"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:34.762312"], ["updated_at", "2017-10-25 17:15:34.762312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512548425 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d2377cc-b553-4193-a7d1-1ae6f4435545' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -512548425], ["username", "jstrav"], ["access_token", "86542299f61d2c019e306f02aa0e793c"], ["uuid", "4d2377cc-b553-4193-a7d1-1ae6f4435545"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:34.772109"], ["updated_at", "2017-10-25 17:15:34.772109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1304612416 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f6e27f5-1f03-4347-abec-6b54a32b7541' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1304612416], ["username", "mary"], ["access_token", "d3856bd22fdeebbaf8a720f77e9d80b5"], ["uuid", "4f6e27f5-1f03-4347-abec-6b54a32b7541"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:34.776190"], ["updated_at", "2017-10-25 17:15:34.776190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1657951720 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ff07887-504b-4981-9882-8bde38f2c62a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1657951720], ["username", "jstead"], ["access_token", "1763c2cf293c63efcc2e433ba1e8a8df"], ["uuid", "9ff07887-504b-4981-9882-8bde38f2c62a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:34.781883"], ["updated_at", "2017-10-25 17:15:34.781883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1320435261 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8583d28e-1b25-4165-b1c5-3087259549d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1320435261], ["username", "bigbear"], ["access_token", "c18449f867d5bee7eb5155d88d60ce5b"], ["uuid", "8583d28e-1b25-4165-b1c5-3087259549d7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:34.786014"], ["updated_at", "2017-10-25 17:15:34.786014"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1874073925 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9fa07ff-bc36-429a-b8eb-9aab25660997' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1874073925], ["username", "jstrav"], ["access_token", "5761fc5a4f134dd30b46139dd20737ed"], ["uuid", "a9fa07ff-bc36-429a-b8eb-9aab25660997"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:34.794148"], ["updated_at", "2017-10-25 17:15:34.794148"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1860713059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28e72a2d-468a-40f9-a3af-c532bc6f7bdb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1860713059], ["username", "mary"], ["access_token", "88815c81b27b34d3fcc3ec19c07dd931"], ["uuid", "28e72a2d-468a-40f9-a3af-c532bc6f7bdb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:34.798230"], ["updated_at", "2017-10-25 17:15:34.798230"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1620994569 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0eb9313d-844b-4daa-9918-a72655173d0a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1620994569], ["username", "jstead"], ["access_token", "5db202f565f308eeca1dac3d5452be8c"], ["uuid", "0eb9313d-844b-4daa-9918-a72655173d0a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:34.802282"], ["updated_at", "2017-10-25 17:15:34.802282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -485493762 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a7bee53-5000-409a-a267-619b26222070' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -485493762], ["username", "bigbear"], ["access_token", "89da1910a076beb1b37608c224c2633a"], ["uuid", "7a7bee53-5000-409a-a267-619b26222070"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:34.806480"], ["updated_at", "2017-10-25 17:15:34.806480"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1672884199 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1848bf13-86fe-456e-b649-fa8404d7b1ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1672884199], ["username", "jstrav"], ["access_token", "771ffda8145b24af82e9c3a900c0aa82"], ["uuid", "1848bf13-86fe-456e-b649-fa8404d7b1ef"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:34.814164"], ["updated_at", "2017-10-25 17:15:34.814164"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1433794787 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3a3d93f-a059-45b5-966c-15fd12b553b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1433794787], ["username", "mary"], ["access_token", "8090b42251463da1f522c9f8ab71a4f5"], ["uuid", "a3a3d93f-a059-45b5-966c-15fd12b553b8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:34.818160"], ["updated_at", "2017-10-25 17:15:34.818160"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1781235658 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8033559-bec0-45a8-a902-35286209e45d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1781235658], ["username", "jstead"], ["access_token", "84d2f930a5848e6ec3df20633b5b62d7"], ["uuid", "f8033559-bec0-45a8-a902-35286209e45d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:34.821999"], ["updated_at", "2017-10-25 17:15:34.821999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1380925320 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '927ef37c-d0e6-4c3c-9a0b-61d64c3bac29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1380925320], ["username", "bigbear"], ["access_token", "3088e55a7100e754013503f5ecb6c0f8"], ["uuid", "927ef37c-d0e6-4c3c-9a0b-61d64c3bac29"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:34.825753"], ["updated_at", "2017-10-25 17:15:34.825753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891748181 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e570e239-c458-4445-9753-2d881277c813' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -891748181], ["username", "jstrav"], ["access_token", "1e7f95016d2d43134c0888cdceeaeec5"], ["uuid", "e570e239-c458-4445-9753-2d881277c813"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:34.833858"], ["updated_at", "2017-10-25 17:15:34.833858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -360315691 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '921a543d-2ddb-4bb4-914c-b75ece5b492f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -360315691], ["username", "mary"], ["access_token", "07488990dabf878e2eaa78135e231ea2"], ["uuid", "921a543d-2ddb-4bb4-914c-b75ece5b492f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:34.837763"], ["updated_at", "2017-10-25 17:15:34.837763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1577220289 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1be7389b-2b26-4fa2-b534-6e22f350e1e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1577220289], ["username", "jstead"], ["access_token", "130fdbe5304e040bad5e153b54b61261"], ["uuid", "1be7389b-2b26-4fa2-b534-6e22f350e1e5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:34.841501"], ["updated_at", "2017-10-25 17:15:34.841501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -918256078 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8676c2e5-956c-4790-8936-d40fd92ade28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -918256078], ["username", "bigbear"], ["access_token", "1b82a76f7a4b44faaf8ec3b5693939a0"], ["uuid", "8676c2e5-956c-4790-8936-d40fd92ade28"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:34.845237"], ["updated_at", "2017-10-25 17:15:34.845237"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -767838426 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2dd6b859-8d29-434f-b61f-24707ced30ee' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -767838426], ["username", "billy_00"], ["access_token", "ccb12699ab01b05c47915f0b3122ab0f"], ["uuid", "2dd6b859-8d29-434f-b61f-24707ced30ee"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:15:34.850341"], ["updated_at", "2017-10-25 17:15:34.850341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1073896379 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6be887ac-a461-4c3b-8eee-f4193138674d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1073896379], ["username", "billy_01"], ["access_token", "2f163f3de86305db9c4f22109383fbb2"], ["uuid", "6be887ac-a461-4c3b-8eee-f4193138674d"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:15:34.855478"], ["updated_at", "2017-10-25 17:15:34.855478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -721788354 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '051b2b7f-6390-40e0-bf96-5c9b5628b8ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -721788354], ["username", "billy_02"], ["access_token", "f4f572e4efe53a7a17273f02a383cf0d"], ["uuid", "051b2b7f-6390-40e0-bf96-5c9b5628b8ff"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:15:34.859712"], ["updated_at", "2017-10-25 17:15:34.859712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1051533533 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d31ff4d-a6fa-4719-b832-ec0542cc5a8d' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1051533533], ["username", "billy_03"], ["access_token", "559027dc9b99b796cc552dcbe6ec8b59"], ["uuid", "1d31ff4d-a6fa-4719-b832-ec0542cc5a8d"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:15:34.863383"], ["updated_at", "2017-10-25 17:15:34.863383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1373865350 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32cce3d2-654f-4b89-9927-e506db1f0d6a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1373865350], ["username", "billy_04"], ["access_token", "efec20b027079912d4dadd10f0f89246"], ["uuid", "32cce3d2-654f-4b89-9927-e506db1f0d6a"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:15:34.867586"], ["updated_at", "2017-10-25 17:15:34.867586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -72990329 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f9656c5-02eb-4c2e-9e09-77280db7a70b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -72990329], ["username", "billy_05"], ["access_token", "0fc7f838f8c48ec8cacc17e5e8d7fcc2"], ["uuid", "8f9656c5-02eb-4c2e-9e09-77280db7a70b"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:15:34.873444"], ["updated_at", "2017-10-25 17:15:34.873444"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1269970311 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ad0c356-c4fb-4492-a14e-db797b87fb7e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1269970311], ["username", "billy_06"], ["access_token", "6b975d52722698b357ad258712815530"], ["uuid", "8ad0c356-c4fb-4492-a14e-db797b87fb7e"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:15:34.878615"], ["updated_at", "2017-10-25 17:15:34.878615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160433964 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b3bb7e4-b451-4bc7-87e6-fcd656c49138' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -160433964], ["username", "billy_07"], ["access_token", "1d9f5202b7f48028d7be084ccabfe44d"], ["uuid", "4b3bb7e4-b451-4bc7-87e6-fcd656c49138"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:15:34.882772"], ["updated_at", "2017-10-25 17:15:34.882772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -608634237 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a014d393-3ced-4889-82ff-fb69f138f37b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -608634237], ["username", "billy_08"], ["access_token", "e4eadf5fb6abae32eeac71162d06c20e"], ["uuid", "a014d393-3ced-4889-82ff-fb69f138f37b"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:15:34.886551"], ["updated_at", "2017-10-25 17:15:34.886551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1588382971 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed0e06b6-b699-42d4-bfdc-ab300939f95a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1588382971], ["username", "billy_09"], ["access_token", "0427f08545229f553c62a7c2cef98d1b"], ["uuid", "ed0e06b6-b699-42d4-bfdc-ab300939f95a"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:15:34.890266"], ["updated_at", "2017-10-25 17:15:34.890266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1881000713 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '476bd8e1-79f1-4b7c-ad67-fd26b0255b74' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1881000713], ["username", "billy_10"], ["access_token", "32baa94dfa557aff5bdd49dcc77a96b9"], ["uuid", "476bd8e1-79f1-4b7c-ad67-fd26b0255b74"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:15:34.893967"], ["updated_at", "2017-10-25 17:15:34.893967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1641294358 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d62303b-9572-4888-be83-14eaf0075eed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1641294358], ["username", "billy_11"], ["access_token", "381112e73d7164f6646fd398b7acfc95"], ["uuid", "4d62303b-9572-4888-be83-14eaf0075eed"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:15:34.898353"], ["updated_at", "2017-10-25 17:15:34.898353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592879431 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15b0dca0-8254-484b-bfb3-bcd974548ad8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -592879431], ["username", "billy_12"], ["access_token", "e23e33e3264db83074cd4af97532df54"], ["uuid", "15b0dca0-8254-484b-bfb3-bcd974548ad8"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:15:34.902519"], ["updated_at", "2017-10-25 17:15:34.902519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -785359342 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a65703bd-201a-400a-befe-cb318a63b2aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -785359342], ["username", "billy_13"], ["access_token", "1864a5ced9baf00b0080c140f2b01648"], ["uuid", "a65703bd-201a-400a-befe-cb318a63b2aa"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:15:34.906284"], ["updated_at", "2017-10-25 17:15:34.906284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -159606893 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '204e6249-341c-4969-9726-70007c5a117a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -159606893], ["username", "billy_14"], ["access_token", "e0124481d4705fd18913438f3ca0ea98"], ["uuid", "204e6249-341c-4969-9726-70007c5a117a"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:15:34.909997"], ["updated_at", "2017-10-25 17:15:34.909997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -904514688 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55d59866-2c61-433e-a3b7-4ac7ad21120e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -904514688], ["username", "billy_15"], ["access_token", "1ec86d55bb1d8ac1704569cec9d0a529"], ["uuid", "55d59866-2c61-433e-a3b7-4ac7ad21120e"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:15:34.913663"], ["updated_at", "2017-10-25 17:15:34.913663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -384797171 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ba6dfdf-60a4-47a5-a787-cfbc4c8465dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -384797171], ["username", "billy_16"], ["access_token", "9f10cc3bf9d87ada8c28ca0917b5b759"], ["uuid", "4ba6dfdf-60a4-47a5-a787-cfbc4c8465dd"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:15:34.917335"], ["updated_at", "2017-10-25 17:15:34.917335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -735580240 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b1ba1f6-b499-4d71-8ad8-88d8ca8ba78f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -735580240], ["username", "billy_17"], ["access_token", "6cea81d058964d30f47711d199d68525"], ["uuid", "8b1ba1f6-b499-4d71-8ad8-88d8ca8ba78f"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:15:34.921082"], ["updated_at", "2017-10-25 17:15:34.921082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1345090102 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b6c8d9c-dd51-4cb3-bf44-eadba9a735d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1345090102], ["username", "billy_18"], ["access_token", "6e9b4108cfcdd28e9fa6e3e3dbccdab9"], ["uuid", "7b6c8d9c-dd51-4cb3-bf44-eadba9a735d1"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:15:34.924781"], ["updated_at", "2017-10-25 17:15:34.924781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1110079572 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6fdf1101-eb96-420c-92ad-16b071cec678' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1110079572], ["username", "billy_19"], ["access_token", "e4d86bfe92a6ad8deada1ba5daf61d2e"], ["uuid", "6fdf1101-eb96-420c-92ad-16b071cec678"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:15:34.928551"], ["updated_at", "2017-10-25 17:15:34.928551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -43697301 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd3701fe-46a8-4b5d-8495-8e69064367e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -43697301], ["username", "billy_20"], ["access_token", "e0e6d3eac51b193f7faae7b7a69326fc"], ["uuid", "bd3701fe-46a8-4b5d-8495-8e69064367e5"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:15:34.932777"], ["updated_at", "2017-10-25 17:15:34.932777"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -150913352 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e6a3c2b-bd15-4499-b7e1-482b3296a7be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -150913352], ["username", "billy_21"], ["access_token", "59f50006dae24218ec7950fbb167d656"], ["uuid", "9e6a3c2b-bd15-4499-b7e1-482b3296a7be"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:15:34.937601"], ["updated_at", "2017-10-25 17:15:34.937601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1454956862 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7577b253-b3b2-4b0f-afb4-5990f09bf9a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1454956862], ["username", "billy_22"], ["access_token", "261acb9637b8d86a1703ff2c0d48610b"], ["uuid", "7577b253-b3b2-4b0f-afb4-5990f09bf9a6"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:15:34.942182"], ["updated_at", "2017-10-25 17:15:34.942182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1401883287 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4ab1f02-8c2f-4652-b92f-6bc1a6254550' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1401883287], ["username", "billy_23"], ["access_token", "4547ba8f84f83c1bfa0eff6e6ceeecd4"], ["uuid", "a4ab1f02-8c2f-4652-b92f-6bc1a6254550"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:15:34.946009"], ["updated_at", "2017-10-25 17:15:34.946009"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2112236990 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de217710-363a-4435-81ca-08f8ef5c93d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2112236990], ["username", "billy_24"], ["access_token", "0d132d022457a7778578be116f263892"], ["uuid", "de217710-363a-4435-81ca-08f8ef5c93d2"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:15:34.949809"], ["updated_at", "2017-10-25 17:15:34.949809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308503950 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46a7979e-6caf-4976-a1ad-da452f889934' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -308503950], ["username", "billy_25"], ["access_token", "40bcdfe8d8d11c20c6410baf0c80f550"], ["uuid", "46a7979e-6caf-4976-a1ad-da452f889934"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:15:34.953525"], ["updated_at", "2017-10-25 17:15:34.953525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1787258782 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '458f736c-0910-4dff-93c6-0fa9fb734c71' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1787258782], ["username", "billy_26"], ["access_token", "c5d5f7445a989ea8cb67c718f33f07fb"], ["uuid", "458f736c-0910-4dff-93c6-0fa9fb734c71"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:15:34.957285"], ["updated_at", "2017-10-25 17:15:34.957285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1692489177 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb0bcfc6-7062-4466-afb1-d3ef1e953747' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1692489177], ["username", "billy_27"], ["access_token", "d22f6629b848ea51cb472c386f371dca"], ["uuid", "eb0bcfc6-7062-4466-afb1-d3ef1e953747"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:15:34.960971"], ["updated_at", "2017-10-25 17:15:34.960971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -162243753 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d23fd3b-86e5-4b1d-89ea-0222d21aeac9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -162243753], ["username", "billy_28"], ["access_token", "9dc0a92f5d3dff4a74cb4ea8ebb9e1db"], ["uuid", "8d23fd3b-86e5-4b1d-89ea-0222d21aeac9"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:15:34.964724"], ["updated_at", "2017-10-25 17:15:34.964724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2090403150 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84930fbf-f2b0-4322-b547-8c10cefaadc5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2090403150], ["username", "billy_29"], ["access_token", "cfe16f9d29e41dd72a46c0b4a3057f36"], ["uuid", "84930fbf-f2b0-4322-b547-8c10cefaadc5"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:15:34.968610"], ["updated_at", "2017-10-25 17:15:34.968610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -327740707 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98d94cf7-de6a-49d1-8b00-18eb6a684219' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -327740707], ["username", "billy_30"], ["access_token", "fcf80a1e20efedb534017eb40b3efd50"], ["uuid", "98d94cf7-de6a-49d1-8b00-18eb6a684219"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:15:34.972397"], ["updated_at", "2017-10-25 17:15:34.972397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1320175445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75a59dcd-3aca-45ac-bc05-c143db879e39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1320175445], ["username", "billy_31"], ["access_token", "393f389fbb515aeaf1d2cce69f057035"], ["uuid", "75a59dcd-3aca-45ac-bc05-c143db879e39"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:15:34.976173"], ["updated_at", "2017-10-25 17:15:34.976173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220067224 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59aea300-9626-4d5f-adf3-039e7eb96c36' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1220067224], ["username", "billy_32"], ["access_token", "039480dffcc2e6ed95e07286a0ea4727"], ["uuid", "59aea300-9626-4d5f-adf3-039e7eb96c36"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:15:34.979818"], ["updated_at", "2017-10-25 17:15:34.979818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065758090 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa3a7f3c-b85a-41de-93bc-ddaa25b41c3f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2065758090], ["username", "billy_33"], ["access_token", "62fe86841b7ba48ce3a76ee2c15ecd71"], ["uuid", "fa3a7f3c-b85a-41de-93bc-ddaa25b41c3f"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:15:34.983549"], ["updated_at", "2017-10-25 17:15:34.983549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1984319360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fa36384-3156-4df9-9928-c9ad11073515' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1984319360], ["username", "billy_34"], ["access_token", "dba2201fa0b9b18865c51a6a6323d4ef"], ["uuid", "0fa36384-3156-4df9-9928-c9ad11073515"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:15:34.987290"], ["updated_at", "2017-10-25 17:15:34.987290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538968595 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3aa177cf-c824-450e-9b06-2ba7a74f04a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -538968595], ["username", "billy_35"], ["access_token", "b8106f1e99f26c5c84abb50a88b04520"], ["uuid", "3aa177cf-c824-450e-9b06-2ba7a74f04a8"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:15:34.991001"], ["updated_at", "2017-10-25 17:15:34.991001"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2103206885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '714f135e-3d94-474a-b82f-b24279fe07d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2103206885], ["username", "billy_36"], ["access_token", "ea0ff02390560e2ccb8cbd922e034911"], ["uuid", "714f135e-3d94-474a-b82f-b24279fe07d4"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:15:34.994712"], ["updated_at", "2017-10-25 17:15:34.994712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -141325779 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11862885-faec-4c63-b547-2caa8301173d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -141325779], ["username", "billy_37"], ["access_token", "b5bae67266d60b7c652dea6945be251d"], ["uuid", "11862885-faec-4c63-b547-2caa8301173d"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:15:34.998368"], ["updated_at", "2017-10-25 17:15:34.998368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -819492526 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f60da211-5915-49d6-915f-b6bd02a7a2e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -819492526], ["username", "billy_38"], ["access_token", "58f6d7a6461fa66371d0fae31bec04d8"], ["uuid", "f60da211-5915-49d6-915f-b6bd02a7a2e4"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:15:35.002122"], ["updated_at", "2017-10-25 17:15:35.002122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1075161201 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb182e13-75c7-4e15-8d42-1b4f99e57025' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1075161201], ["username", "billy_39"], ["access_token", "510a009660e8c956eaf52ea338059c58"], ["uuid", "fb182e13-75c7-4e15-8d42-1b4f99e57025"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:15:35.005814"], ["updated_at", "2017-10-25 17:15:35.005814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -329005154 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '451c0b79-355c-4cb1-be79-c03f1f285b89' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -329005154], ["username", "billy_40"], ["access_token", "b7de98f2430ecfa1064fc6371c45c789"], ["uuid", "451c0b79-355c-4cb1-be79-c03f1f285b89"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:15:35.009446"], ["updated_at", "2017-10-25 17:15:35.009446"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1042745589 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3848a0d6-17a0-417e-891f-1e51cc9e12cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1042745589], ["username", "billy_41"], ["access_token", "d785aa094dd872555a3b90a57d314915"], ["uuid", "3848a0d6-17a0-417e-891f-1e51cc9e12cc"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:15:35.013056"], ["updated_at", "2017-10-25 17:15:35.013056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1448637195 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '731a7f3e-696e-4a3c-aa72-d01cc60595a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1448637195], ["username", "billy_42"], ["access_token", "a9fab8ae28b500062d7161bd12578c32"], ["uuid", "731a7f3e-696e-4a3c-aa72-d01cc60595a7"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:15:35.016691"], ["updated_at", "2017-10-25 17:15:35.016691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -743825269 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44b07b3f-6129-4076-b7d5-5c67853a9e41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -743825269], ["username", "billy_43"], ["access_token", "3b4b343e6bfd3c9d94fa23a3a37653fe"], ["uuid", "44b07b3f-6129-4076-b7d5-5c67853a9e41"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:15:35.020382"], ["updated_at", "2017-10-25 17:15:35.020382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870831519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b9c5638-8dc6-4c62-99c7-69f9bb8cbdcf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1870831519], ["username", "billy_44"], ["access_token", "87336a71fa793ed0d721c1f5783582b7"], ["uuid", "2b9c5638-8dc6-4c62-99c7-69f9bb8cbdcf"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:15:35.024152"], ["updated_at", "2017-10-25 17:15:35.024152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313379397 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '23bb225b-fa04-4341-9e67-c55a16e3ccc4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -313379397], ["username", "billy_45"], ["access_token", "6f78b67abda475a14823a8753174719a"], ["uuid", "23bb225b-fa04-4341-9e67-c55a16e3ccc4"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:15:35.027866"], ["updated_at", "2017-10-25 17:15:35.027866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -132697617 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2978dd2c-3cf3-4a49-84b6-32a8e0ca54a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -132697617], ["username", "jstrav"], ["access_token", "b7e6bf738412f2575f9a7560c9fb8dfc"], ["uuid", "2978dd2c-3cf3-4a49-84b6-32a8e0ca54a1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:35.041183"], ["updated_at", "2017-10-25 17:15:35.041183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1035085178 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf7a4b16-6957-4312-aaf2-d46565c86bd7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1035085178], ["username", "mary"], ["access_token", "eb83f2b01b4e9b3dc5a407a9c9df9196"], ["uuid", "cf7a4b16-6957-4312-aaf2-d46565c86bd7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:35.045298"], ["updated_at", "2017-10-25 17:15:35.045298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510695755 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10ccf870-cfc7-4596-8826-dd5a5e599b49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1510695755], ["username", "jstead"], ["access_token", "2ca95a7c482383169edf198f5d32d779"], ["uuid", "10ccf870-cfc7-4596-8826-dd5a5e599b49"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:35.049336"], ["updated_at", "2017-10-25 17:15:35.049336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1811625257 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '224f4527-9c50-4a4b-b63e-f2dbf02b61e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1811625257], ["username", "bigbear"], ["access_token", "4a6a7fb56d63b2fee381b7ea875ac4bb"], ["uuid", "224f4527-9c50-4a4b-b63e-f2dbf02b61e1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:35.053170"], ["updated_at", "2017-10-25 17:15:35.053170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1149969466 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8998393-bdf4-4e37-b2af-59d5611d0656' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1149969466], ["username", "billy_00"], ["access_token", "4d6d030aae7817d8764a69c0b0fc5455"], ["uuid", "b8998393-bdf4-4e37-b2af-59d5611d0656"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:15:35.057059"], ["updated_at", "2017-10-25 17:15:35.057059"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1033014201 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b747b98-6595-4267-8b1f-31fad1d757ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1033014201], ["username", "billy_01"], ["access_token", "2a91a5dc45f69dedd720d30640066acb"], ["uuid", "6b747b98-6595-4267-8b1f-31fad1d757ad"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:15:35.060791"], ["updated_at", "2017-10-25 17:15:35.060791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1535996468 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6317f695-fd07-4c39-9cc1-65e9c7bef6f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1535996468], ["username", "billy_02"], ["access_token", "bb5b18181d4464e4aea7319e9188e595"], ["uuid", "6317f695-fd07-4c39-9cc1-65e9c7bef6f4"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:15:35.064571"], ["updated_at", "2017-10-25 17:15:35.064571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460917856 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8efbb7de-cdd1-4d85-b1a6-d101b447c965' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1460917856], ["username", "billy_03"], ["access_token", "9fe98b3832d99a953be9d6431c6ae34a"], ["uuid", "8efbb7de-cdd1-4d85-b1a6-d101b447c965"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:15:35.069911"], ["updated_at", "2017-10-25 17:15:35.069911"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1837779610 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7b05d06-af02-4671-8c0e-e5f4af170a57' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1837779610], ["username", "billy_04"], ["access_token", "554991dcbd8bf72567df57338c701be7"], ["uuid", "e7b05d06-af02-4671-8c0e-e5f4af170a57"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:15:35.075281"], ["updated_at", "2017-10-25 17:15:35.075281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1994136949 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '487e8fca-19e4-445e-9d23-0cbb448b4652' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1994136949], ["username", "billy_05"], ["access_token", "2ca6c07dd1b53c130e5808cdca48ba70"], ["uuid", "487e8fca-19e4-445e-9d23-0cbb448b4652"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:15:35.079635"], ["updated_at", "2017-10-25 17:15:35.079635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1731723600 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5786f27f-ea4f-4c0e-949a-497624773ce1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1731723600], ["username", "billy_06"], ["access_token", "5459f849a312aab06df73e4e4f8ee597"], ["uuid", "5786f27f-ea4f-4c0e-949a-497624773ce1"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:15:35.083805"], ["updated_at", "2017-10-25 17:15:35.083805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1113912472 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8369f44e-053c-4cf4-b04c-0bd1536bd679' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1113912472], ["username", "billy_07"], ["access_token", "c8831c3195ca3df2cf27b6bddd3773a9"], ["uuid", "8369f44e-053c-4cf4-b04c-0bd1536bd679"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:15:35.088698"], ["updated_at", "2017-10-25 17:15:35.088698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -336615441 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ec41494-5ff4-466b-827b-fb7da1ab8a7e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -336615441], ["username", "billy_08"], ["access_token", "f83b6ae18533d611250c05457463b129"], ["uuid", "8ec41494-5ff4-466b-827b-fb7da1ab8a7e"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:15:35.092737"], ["updated_at", "2017-10-25 17:15:35.092737"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -847592288 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27f90ada-c079-4729-9c64-fb0b4ec2d489' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -847592288], ["username", "billy_09"], ["access_token", "5762feeaef660dcc17748fa854f3f506"], ["uuid", "27f90ada-c079-4729-9c64-fb0b4ec2d489"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:15:35.098274"], ["updated_at", "2017-10-25 17:15:35.098274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -850197246 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c7c11bd-56a9-42af-a0f8-9bae3c57b700' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -850197246], ["username", "billy_10"], ["access_token", "7ac94c201a28f8dc2c76dd9954374504"], ["uuid", "2c7c11bd-56a9-42af-a0f8-9bae3c57b700"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:15:35.102847"], ["updated_at", "2017-10-25 17:15:35.102847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1028800698 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6dec53d-310a-483a-8a31-36ec73254bef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1028800698], ["username", "billy_11"], ["access_token", "8a9924cb96b2dab00003c40f08f0ff8a"], ["uuid", "f6dec53d-310a-483a-8a31-36ec73254bef"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:15:35.106631"], ["updated_at", "2017-10-25 17:15:35.106631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -663379802 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '092b7dcc-d92b-42b8-9ded-a90a8fc2487c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -663379802], ["username", "billy_12"], ["access_token", "e38ca9026f7cc536468a3aeaf2305e0a"], ["uuid", "092b7dcc-d92b-42b8-9ded-a90a8fc2487c"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:15:35.110421"], ["updated_at", "2017-10-25 17:15:35.110421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -196245345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd061da83-c431-492f-a9c5-58e494bb888f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -196245345], ["username", "billy_13"], ["access_token", "da56fe6afb6ad53259db51f23c4620b9"], ["uuid", "d061da83-c431-492f-a9c5-58e494bb888f"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:15:35.114460"], ["updated_at", "2017-10-25 17:15:35.114460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1520932502 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a38975cc-5c69-40f8-bd5d-c20d19e3e0a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1520932502], ["username", "billy_14"], ["access_token", "a727dd29060ddb3bedd5476ac5bbe226"], ["uuid", "a38975cc-5c69-40f8-bd5d-c20d19e3e0a4"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:15:35.118605"], ["updated_at", "2017-10-25 17:15:35.118605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -245800630 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8653080-9f67-4cfc-ad2a-a0ed96134bd9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -245800630], ["username", "billy_15"], ["access_token", "a4bf61c2cb56a9775359d66975c69726"], ["uuid", "a8653080-9f67-4cfc-ad2a-a0ed96134bd9"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:15:35.122497"], ["updated_at", "2017-10-25 17:15:35.122497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -693467973 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0b10e71-8a82-4980-9f8d-f3bc25b3f84a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -693467973], ["username", "billy_16"], ["access_token", "c88b45620722d315e972db7f351be31e"], ["uuid", "e0b10e71-8a82-4980-9f8d-f3bc25b3f84a"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:15:35.126342"], ["updated_at", "2017-10-25 17:15:35.126342"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2115974628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8eb4794a-5d6a-413e-9493-081c210f828f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2115974628], ["username", "billy_17"], ["access_token", "af90d9795f2add738e8855cda41c9e52"], ["uuid", "8eb4794a-5d6a-413e-9493-081c210f828f"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:15:35.130124"], ["updated_at", "2017-10-25 17:15:35.130124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1684818361 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '58b29a25-2bc5-4821-b181-1b1ced033157' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1684818361], ["username", "billy_18"], ["access_token", "f7589e6a28fd04ce0c9592ad5eb90aff"], ["uuid", "58b29a25-2bc5-4821-b181-1b1ced033157"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:15:35.133936"], ["updated_at", "2017-10-25 17:15:35.133936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -898586500 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66d61239-4b63-4f4f-af06-85b5948013ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -898586500], ["username", "billy_19"], ["access_token", "559546b6edcd154f06c6399092aa2e9b"], ["uuid", "66d61239-4b63-4f4f-af06-85b5948013ad"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:15:35.137844"], ["updated_at", "2017-10-25 17:15:35.137844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -871826326 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5d30223-accf-4f02-9240-5178e4d31df6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -871826326], ["username", "billy_20"], ["access_token", "8f4ce6d97d0b7148307e98cab1961009"], ["uuid", "f5d30223-accf-4f02-9240-5178e4d31df6"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:15:35.141641"], ["updated_at", "2017-10-25 17:15:35.141641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -284645794 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '955ebe69-2013-4cc0-994e-567ea099129c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -284645794], ["username", "billy_21"], ["access_token", "3ccaeda594ef8535a99fb05df850bae1"], ["uuid", "955ebe69-2013-4cc0-994e-567ea099129c"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:15:35.145431"], ["updated_at", "2017-10-25 17:15:35.145431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1381361579 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c73e86af-158d-4d11-8bf9-4c7c8c9ed637' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1381361579], ["username", "billy_22"], ["access_token", "87f1467c13368bd216ad03f84ee8440e"], ["uuid", "c73e86af-158d-4d11-8bf9-4c7c8c9ed637"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:15:35.149202"], ["updated_at", "2017-10-25 17:15:35.149202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -141692820 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2883e7c0-e575-4027-966a-2399692fd052' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -141692820], ["username", "billy_23"], ["access_token", "f2b437ec378a454ad542a30c78004ff7"], ["uuid", "2883e7c0-e575-4027-966a-2399692fd052"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:15:35.152919"], ["updated_at", "2017-10-25 17:15:35.152919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1744498828 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0059fd85-2c8e-4c44-9826-199d5b37b17d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1744498828], ["username", "billy_24"], ["access_token", "0b1ede860606ace7a346a9836a8640ed"], ["uuid", "0059fd85-2c8e-4c44-9826-199d5b37b17d"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:15:35.156670"], ["updated_at", "2017-10-25 17:15:35.156670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -287724259 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7510b80-d1a7-47f8-8ec5-48b1b4c4803f' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -287724259], ["username", "billy_25"], ["access_token", "000b969ae8860d242a94c14c03c218d9"], ["uuid", "b7510b80-d1a7-47f8-8ec5-48b1b4c4803f"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:15:35.160394"], ["updated_at", "2017-10-25 17:15:35.160394"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -759993300 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff9bb305-57a8-4437-a5e8-6d3c1263b9fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -759993300], ["username", "billy_26"], ["access_token", "a49418fabf06f03a90efb5ac8d9b8eeb"], ["uuid", "ff9bb305-57a8-4437-a5e8-6d3c1263b9fb"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:15:35.165364"], ["updated_at", "2017-10-25 17:15:35.165364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013994871 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b24fdd3f-b906-42d4-809c-5eef4d13af65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2013994871], ["username", "billy_27"], ["access_token", "b0fff7c72f76a9eb1b18d83a46487cdf"], ["uuid", "b24fdd3f-b906-42d4-809c-5eef4d13af65"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:15:35.170771"], ["updated_at", "2017-10-25 17:15:35.170771"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1285674546 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68393fd0-7765-4fb4-ad60-58a06cc4e0cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1285674546], ["username", "billy_28"], ["access_token", "92f77810b7189bdbabe3dabbc018ae7d"], ["uuid", "68393fd0-7765-4fb4-ad60-58a06cc4e0cd"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:15:35.174957"], ["updated_at", "2017-10-25 17:15:35.174957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -59096633 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b78af23-883e-4bf9-831a-a8466d18df1b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -59096633], ["username", "billy_29"], ["access_token", "6793f52b14db0d13306ccda83d7d6202"], ["uuid", "9b78af23-883e-4bf9-831a-a8466d18df1b"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:15:35.179972"], ["updated_at", "2017-10-25 17:15:35.179972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942169360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7bb0a95-f6e1-4e4d-82e7-245344932b70' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1942169360], ["username", "billy_30"], ["access_token", "3dfcfb28087e9b8e4e3be6cd77bc9823"], ["uuid", "e7bb0a95-f6e1-4e4d-82e7-245344932b70"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:15:35.184261"], ["updated_at", "2017-10-25 17:15:35.184261"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -819750076 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75ac018d-40bf-40b3-b807-e6424f063f67' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -819750076], ["username", "billy_31"], ["access_token", "7acac3e81a4f269af1053bfcd0335f04"], ["uuid", "75ac018d-40bf-40b3-b807-e6424f063f67"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:15:35.188026"], ["updated_at", "2017-10-25 17:15:35.188026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1481984956 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '587f89a5-9a3b-4204-a9cd-40512784d889' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1481984956], ["username", "billy_32"], ["access_token", "41ba866535e6c2ee339f57ca0b654592"], ["uuid", "587f89a5-9a3b-4204-a9cd-40512784d889"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:15:35.192133"], ["updated_at", "2017-10-25 17:15:35.192133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1702872514 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5e7e4d7-c004-45ab-9248-9c524c4ee731' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1702872514], ["username", "billy_33"], ["access_token", "0f4a049f26cc59d7637fa9359e677ed0"], ["uuid", "b5e7e4d7-c004-45ab-9248-9c524c4ee731"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:15:35.198180"], ["updated_at", "2017-10-25 17:15:35.198180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1712809437 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c048ff5-e681-4437-97a2-e033a5702ccf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1712809437], ["username", "billy_34"], ["access_token", "5c72dcf4ed59a5f16dbf592e03f1675e"], ["uuid", "4c048ff5-e681-4437-97a2-e033a5702ccf"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:15:35.202891"], ["updated_at", "2017-10-25 17:15:35.202891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -883149273 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '087304fc-bf57-4262-b0c3-2f17ac4196ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -883149273], ["username", "billy_35"], ["access_token", "241cc697caeb2a7cafb3e730b75b9907"], ["uuid", "087304fc-bf57-4262-b0c3-2f17ac4196ca"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:15:35.206942"], ["updated_at", "2017-10-25 17:15:35.206942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -925950758 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77e18a58-d097-470b-b95d-14a79923e466' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -925950758], ["username", "billy_36"], ["access_token", "bfb63b0977e304aaf0a16d96da428aa1"], ["uuid", "77e18a58-d097-470b-b95d-14a79923e466"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:15:35.210753"], ["updated_at", "2017-10-25 17:15:35.210753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1903732942 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '138f214c-1435-429f-8c6a-6ef8ce60f3fc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1903732942], ["username", "billy_37"], ["access_token", "c7abbe714adcd0d3480f307a0bdaa63a"], ["uuid", "138f214c-1435-429f-8c6a-6ef8ce60f3fc"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:15:35.214642"], ["updated_at", "2017-10-25 17:15:35.214642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1429458753 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2cfd355-0cea-4ec7-8d4a-7aa262d4a77a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1429458753], ["username", "billy_38"], ["access_token", "e85a55b05b2a8b1bc3edb5e43ab3769b"], ["uuid", "f2cfd355-0cea-4ec7-8d4a-7aa262d4a77a"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:15:35.218426"], ["updated_at", "2017-10-25 17:15:35.218426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1658598197 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bfb81bd6-231a-40bd-9891-1a0042f0b9ba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1658598197], ["username", "billy_39"], ["access_token", "7433ce83dedca85fc508e8bf2b18c492"], ["uuid", "bfb81bd6-231a-40bd-9891-1a0042f0b9ba"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:15:35.221953"], ["updated_at", "2017-10-25 17:15:35.221953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273033135 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32ff64c7-1f8b-46f6-956a-430e816d4a40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -273033135], ["username", "billy_40"], ["access_token", "91752bc2a446dcd39ac86772e326a360"], ["uuid", "32ff64c7-1f8b-46f6-956a-430e816d4a40"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:15:35.225521"], ["updated_at", "2017-10-25 17:15:35.225521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1615889450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e351bdc-6f2a-423e-bcf8-7f18e8eb8ffc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1615889450], ["username", "billy_41"], ["access_token", "dac9d410c3ed857d643e650c5ec4626b"], ["uuid", "9e351bdc-6f2a-423e-bcf8-7f18e8eb8ffc"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:15:35.229061"], ["updated_at", "2017-10-25 17:15:35.229061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -574226124 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0705ec50-b650-4bd3-a625-bb991261a3e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -574226124], ["username", "billy_42"], ["access_token", "2db3ccae3f754f2048f3cc7d55f9bff4"], ["uuid", "0705ec50-b650-4bd3-a625-bb991261a3e6"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:15:35.232694"], ["updated_at", "2017-10-25 17:15:35.232694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1543185667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c145503a-c713-46d0-8d14-0801e1cf66e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1543185667], ["username", "billy_43"], ["access_token", "3f1389b011f8f48a9eab870324f83698"], ["uuid", "c145503a-c713-46d0-8d14-0801e1cf66e8"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:15:35.236221"], ["updated_at", "2017-10-25 17:15:35.236221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1670348262 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6b8483d-5fa1-4cb0-b54b-85c441c13881' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1670348262], ["username", "billy_44"], ["access_token", "b072b80315af04a0324c08ec4c6a05db"], ["uuid", "b6b8483d-5fa1-4cb0-b54b-85c441c13881"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:15:35.239800"], ["updated_at", "2017-10-25 17:15:35.239800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1967631952 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b35e9c59-ab56-4bee-be85-c10b8488b0f8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1967631952], ["username", "billy_45"], ["access_token", "eb6345b5214bc2d989bec122ac137f15"], ["uuid", "b35e9c59-ab56-4bee-be85-c10b8488b0f8"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:15:35.243417"], ["updated_at", "2017-10-25 17:15:35.243417"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -468795910 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b91bbcf-6808-4126-b1e6-f5b18e281fa6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -468795910], ["username", "jstrav"], ["access_token", "d3c9938b12c09ead6586c3770f476426"], ["uuid", "3b91bbcf-6808-4126-b1e6-f5b18e281fa6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:35.252916"], ["updated_at", "2017-10-25 17:15:35.252916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -973872894 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '191574ca-107f-4118-878d-3a04ac1db7a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -973872894], ["username", "mary"], ["access_token", "fea06cb118339b78288bb1a8205f0122"], ["uuid", "191574ca-107f-4118-878d-3a04ac1db7a6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:35.256656"], ["updated_at", "2017-10-25 17:15:35.256656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776191588 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '995150f7-4b11-44ab-8e54-619858ae5cf9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -776191588], ["username", "jstead"], ["access_token", "2d8b4d1730f40115a99cca5ecbafbaa2"], ["uuid", "995150f7-4b11-44ab-8e54-619858ae5cf9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:35.266775"], ["updated_at", "2017-10-25 17:15:35.266775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -816444836 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a8d88d5-e861-49ea-8bf0-3362fd147960' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -816444836], ["username", "bigbear"], ["access_token", "15058876302ebf81501cc2f32016cd23"], ["uuid", "8a8d88d5-e861-49ea-8bf0-3362fd147960"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:35.271214"], ["updated_at", "2017-10-25 17:15:35.271214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -94665705 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '90646048-7ef8-4607-9415-89e3b5d7da1e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -94665705], ["username", "billy_00"], ["access_token", "085683f1468a1327c2fb2404196fc008"], ["uuid", "90646048-7ef8-4607-9415-89e3b5d7da1e"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:15:35.276268"], ["updated_at", "2017-10-25 17:15:35.276268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -935689183 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9565fcfc-134e-4b63-b637-52dbb9526ecd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -935689183], ["username", "billy_01"], ["access_token", "3143dfd5271691bd970c782d94a62d35"], ["uuid", "9565fcfc-134e-4b63-b637-52dbb9526ecd"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:15:35.281298"], ["updated_at", "2017-10-25 17:15:35.281298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -447488004 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31ff658b-d06e-4127-ad11-6aa6ce48c49f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -447488004], ["username", "billy_02"], ["access_token", "dea90a9fe3825d0042491579c8b9196b"], ["uuid", "31ff658b-d06e-4127-ad11-6aa6ce48c49f"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:15:35.285851"], ["updated_at", "2017-10-25 17:15:35.285851"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1418606198 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68296ade-d2a7-4436-9f35-5dcf406d9502' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1418606198], ["username", "billy_03"], ["access_token", "909836162f97d04bf760d15a4ef5caee"], ["uuid", "68296ade-d2a7-4436-9f35-5dcf406d9502"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:15:35.290178"], ["updated_at", "2017-10-25 17:15:35.290178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -487706527 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24b1cd3d-0749-4855-94f8-5c20414ef21e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -487706527], ["username", "billy_04"], ["access_token", "f67c15f97e6236a6821d46a4871a437d"], ["uuid", "24b1cd3d-0749-4855-94f8-5c20414ef21e"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:15:35.294375"], ["updated_at", "2017-10-25 17:15:35.294375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002934335 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbece42c-5e20-48ce-9fa8-a6d1372bd860' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2002934335], ["username", "billy_05"], ["access_token", "87f9155888278f7c84ea6e4fa14ee003"], ["uuid", "fbece42c-5e20-48ce-9fa8-a6d1372bd860"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:15:35.298649"], ["updated_at", "2017-10-25 17:15:35.298649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -595023105 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15d03290-b166-4afe-99e0-440ffba2525a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -595023105], ["username", "billy_06"], ["access_token", "b3ddcda0a74df997ef50e8262069780a"], ["uuid", "15d03290-b166-4afe-99e0-440ffba2525a"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:15:35.302663"], ["updated_at", "2017-10-25 17:15:35.302663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1078259596 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e5663e3-cf8b-4b3a-8d26-d9b5da5f6dc8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1078259596], ["username", "billy_07"], ["access_token", "23fd1f2819b59abd42043ba69149c74b"], ["uuid", "3e5663e3-cf8b-4b3a-8d26-d9b5da5f6dc8"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:15:35.306390"], ["updated_at", "2017-10-25 17:15:35.306390"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897459350 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e903e3f-0d5d-46d4-a0ab-87a00e8ef624' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1897459350], ["username", "billy_08"], ["access_token", "d15dc077dc73ca2fcc86d003e56ef1fb"], ["uuid", "4e903e3f-0d5d-46d4-a0ab-87a00e8ef624"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:15:35.310173"], ["updated_at", "2017-10-25 17:15:35.310173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1180321936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0428f17e-33c2-4d72-855f-b2f744ed2920' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1180321936], ["username", "billy_09"], ["access_token", "5ed3b30ca0f725ddc4dc31995480b7cf"], ["uuid", "0428f17e-33c2-4d72-855f-b2f744ed2920"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:15:35.313886"], ["updated_at", "2017-10-25 17:15:35.313886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488399936 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a7d4907-b5da-4afc-b9fb-36e65a624dd3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -488399936], ["username", "billy_10"], ["access_token", "dd4087c6751248cdcde986c95dd1842f"], ["uuid", "7a7d4907-b5da-4afc-b9fb-36e65a624dd3"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:15:35.318573"], ["updated_at", "2017-10-25 17:15:35.318573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -849409623 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3ae489f-53c4-42c1-9332-e5f36f3d84cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -849409623], ["username", "billy_11"], ["access_token", "ae753c2e246360d72e57395c47ddf6f1"], ["uuid", "a3ae489f-53c4-42c1-9332-e5f36f3d84cd"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:15:35.324118"], ["updated_at", "2017-10-25 17:15:35.324118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -692134334 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2697fafa-c618-4103-b016-002d385499b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -692134334], ["username", "billy_12"], ["access_token", "b53adceb4b53092bc69e8650f0a3206e"], ["uuid", "2697fafa-c618-4103-b016-002d385499b7"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:15:35.328505"], ["updated_at", "2017-10-25 17:15:35.328505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -380182272 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f89b9e55-66ca-48f9-8151-dee8067c49cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -380182272], ["username", "billy_13"], ["access_token", "443e741af62252afa470dce62d3318b5"], ["uuid", "f89b9e55-66ca-48f9-8151-dee8067c49cf"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:15:35.332299"], ["updated_at", "2017-10-25 17:15:35.332299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455572241 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb9316a4-4bce-4202-905a-be5284aa07c3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -455572241], ["username", "billy_14"], ["access_token", "c0f80b506f64570664325ddf15520d3c"], ["uuid", "fb9316a4-4bce-4202-905a-be5284aa07c3"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:15:35.335927"], ["updated_at", "2017-10-25 17:15:35.335927"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1248792814 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '184b8bcd-e2fb-4a36-8d42-9c1a52f069a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1248792814], ["username", "billy_15"], ["access_token", "d3cdcd6be1e15159a261732b07265cfc"], ["uuid", "184b8bcd-e2fb-4a36-8d42-9c1a52f069a1"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:15:35.339608"], ["updated_at", "2017-10-25 17:15:35.339608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -903493899 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59c926ce-294c-4b1b-95c0-efc8f563403a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -903493899], ["username", "billy_16"], ["access_token", "52c9d7df1e879506565e7edbbcf64101"], ["uuid", "59c926ce-294c-4b1b-95c0-efc8f563403a"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:15:35.343439"], ["updated_at", "2017-10-25 17:15:35.343439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -241563998 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05de166f-4ce3-427d-815f-ab58e496b840' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -241563998], ["username", "billy_17"], ["access_token", "eefbf25c3f27a636af5a93f0630fd080"], ["uuid", "05de166f-4ce3-427d-815f-ab58e496b840"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:15:35.347160"], ["updated_at", "2017-10-25 17:15:35.347160"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1504030808 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29d541c1-b8e8-4ec6-bf0b-ee5fdff86153' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1504030808], ["username", "billy_18"], ["access_token", "b8f4349561a911e2f59d50d044506c8d"], ["uuid", "29d541c1-b8e8-4ec6-bf0b-ee5fdff86153"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:15:35.350915"], ["updated_at", "2017-10-25 17:15:35.350915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2094965136 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7558689c-7a33-427a-827d-dac91e150a87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2094965136], ["username", "billy_19"], ["access_token", "f2d327d36a3f0dc622c8bfaa7bb44f36"], ["uuid", "7558689c-7a33-427a-827d-dac91e150a87"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:15:35.354713"], ["updated_at", "2017-10-25 17:15:35.354713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1995501613 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e4352cd1-29f0-461e-8907-0f22049d2329' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1995501613], ["username", "billy_20"], ["access_token", "99f99bcd1f773c8d7b15cc650235a401"], ["uuid", "e4352cd1-29f0-461e-8907-0f22049d2329"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:15:35.358364"], ["updated_at", "2017-10-25 17:15:35.358364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667085441 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b3f6c01-515b-4719-a72b-3ce4dbae73b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -667085441], ["username", "billy_21"], ["access_token", "a5f406103ad5044318cc3cb48c04a2eb"], ["uuid", "1b3f6c01-515b-4719-a72b-3ce4dbae73b2"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:15:35.362066"], ["updated_at", "2017-10-25 17:15:35.362066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1614960574 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3026f2b1-1381-4745-b88c-8f0bd0c35602' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1614960574], ["username", "billy_22"], ["access_token", "fef74b73a86e1395fb97bd51f25729c6"], ["uuid", "3026f2b1-1381-4745-b88c-8f0bd0c35602"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:15:35.365831"], ["updated_at", "2017-10-25 17:15:35.365831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1734680450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38a31f27-17ca-47f3-a2fb-7e382ff2522a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1734680450], ["username", "billy_23"], ["access_token", "efa1ee82c09c1a1d5b75217a108b22e4"], ["uuid", "38a31f27-17ca-47f3-a2fb-7e382ff2522a"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:15:35.369603"], ["updated_at", "2017-10-25 17:15:35.369603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1807192831 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '624fb930-f8f3-4bc1-b3dc-3c320c9a3b1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1807192831], ["username", "billy_24"], ["access_token", "6f15ee9125e9b3037e7c66c46d9ef350"], ["uuid", "624fb930-f8f3-4bc1-b3dc-3c320c9a3b1d"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:15:35.373270"], ["updated_at", "2017-10-25 17:15:35.373270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1139572345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '788e1ba6-0f8f-4abd-954d-bee8bd42aace' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1139572345], ["username", "billy_25"], ["access_token", "0dca54b741d3092affc9f79b74ea86b2"], ["uuid", "788e1ba6-0f8f-4abd-954d-bee8bd42aace"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:15:35.377019"], ["updated_at", "2017-10-25 17:15:35.377019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424796175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34c6b4fd-c677-4fd5-aa80-dee8d65b153f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -424796175], ["username", "billy_26"], ["access_token", "9c0bfc87e8792ab82a3db8f7e992e687"], ["uuid", "34c6b4fd-c677-4fd5-aa80-dee8d65b153f"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:15:35.380788"], ["updated_at", "2017-10-25 17:15:35.380788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1955941871 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c31e8214-7ce6-4a2e-a226-0f40604b5d11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1955941871], ["username", "billy_27"], ["access_token", "3029876dbcad9bd71667a289771a0974"], ["uuid", "c31e8214-7ce6-4a2e-a226-0f40604b5d11"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:15:35.384542"], ["updated_at", "2017-10-25 17:15:35.384542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575203982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa6af513-89b7-42bd-8285-522e28910835' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -575203982], ["username", "billy_28"], ["access_token", "4a5eada808ad32463cf6120badd892ad"], ["uuid", "aa6af513-89b7-42bd-8285-522e28910835"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:15:35.388264"], ["updated_at", "2017-10-25 17:15:35.388264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -159415983 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44429a3c-6caf-46b0-8dac-f65b6edba373' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -159415983], ["username", "billy_29"], ["access_token", "b8418c673914d43279ff8d85c543b185"], ["uuid", "44429a3c-6caf-46b0-8dac-f65b6edba373"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:15:35.391973"], ["updated_at", "2017-10-25 17:15:35.391973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -572624492 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba5d9c62-8b75-4492-b59b-e98cba92c646' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -572624492], ["username", "billy_30"], ["access_token", "de3c57a3e6924886e25ca570158f7193"], ["uuid", "ba5d9c62-8b75-4492-b59b-e98cba92c646"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:15:35.395697"], ["updated_at", "2017-10-25 17:15:35.395697"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -640214577 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a55378e9-5454-4cb5-806d-bb52f3314384' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -640214577], ["username", "billy_31"], ["access_token", "a27ff044628b0db2197370d9b42c73c4"], ["uuid", "a55378e9-5454-4cb5-806d-bb52f3314384"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:15:35.399460"], ["updated_at", "2017-10-25 17:15:35.399460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1105210026 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cea4422-49fb-435e-9b42-7c3d214da6fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1105210026], ["username", "billy_32"], ["access_token", "6330c4d832ba77e83c00accd0954b650"], ["uuid", "7cea4422-49fb-435e-9b42-7c3d214da6fa"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:15:35.403248"], ["updated_at", "2017-10-25 17:15:35.403248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870923307 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3ca1f12-76f7-4cbc-b70b-4493cdbe33a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1870923307], ["username", "billy_33"], ["access_token", "bb0db1ec85a070aa745c95486ae37599"], ["uuid", "c3ca1f12-76f7-4cbc-b70b-4493cdbe33a6"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:15:35.406855"], ["updated_at", "2017-10-25 17:15:35.406855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1830368971 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57a4f6b5-ac64-4f43-9c21-7593a70dca5e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1830368971], ["username", "billy_34"], ["access_token", "1469985a8f223a1438d2c96863eeb8e5"], ["uuid", "57a4f6b5-ac64-4f43-9c21-7593a70dca5e"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:15:35.410482"], ["updated_at", "2017-10-25 17:15:35.410482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108680861 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '128882f2-b57d-4966-a0fd-02d78e1ed8a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1108680861], ["username", "billy_35"], ["access_token", "f3096c6981950e8b58cff4df5b5945ac"], ["uuid", "128882f2-b57d-4966-a0fd-02d78e1ed8a2"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:15:35.414073"], ["updated_at", "2017-10-25 17:15:35.414073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074701643 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07b97f4a-6a56-43f0-83e0-4cfdefa90515' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2074701643], ["username", "billy_36"], ["access_token", "bf8da5d5906e857406104fd476765b9c"], ["uuid", "07b97f4a-6a56-43f0-83e0-4cfdefa90515"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:15:35.417822"], ["updated_at", "2017-10-25 17:15:35.417822"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1301940104 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd8402f64-edfa-44fc-8a14-00815ccddcba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1301940104], ["username", "billy_37"], ["access_token", "38f97d307fac71dee10211cf02ce9e4e"], ["uuid", "d8402f64-edfa-44fc-8a14-00815ccddcba"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:15:35.421517"], ["updated_at", "2017-10-25 17:15:35.421517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1887609171 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38aa2d1b-e808-4323-87d0-618bb71b5531' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1887609171], ["username", "billy_38"], ["access_token", "0c388d426e0132aee88a3ee9c56ce970"], ["uuid", "38aa2d1b-e808-4323-87d0-618bb71b5531"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:15:35.425255"], ["updated_at", "2017-10-25 17:15:35.425255"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2121257894 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5aae57b4-a03e-4582-85b8-89c2c0ed7b9d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2121257894], ["username", "billy_39"], ["access_token", "d99ba4b8823eaa8b167bb2256c36ce2e"], ["uuid", "5aae57b4-a03e-4582-85b8-89c2c0ed7b9d"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:15:35.429009"], ["updated_at", "2017-10-25 17:15:35.429009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195903465 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f593c8c-87b9-4c31-acc6-77e45b384de6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1195903465], ["username", "billy_40"], ["access_token", "269541f14d4f0394956a76db4cf8e0b7"], ["uuid", "9f593c8c-87b9-4c31-acc6-77e45b384de6"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:15:35.432732"], ["updated_at", "2017-10-25 17:15:35.432732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1688105933 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04c72648-ff31-4ac7-a336-7791e1c5fd57' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1688105933], ["username", "billy_41"], ["access_token", "1ad2a1bbe5cab6f041c7e3d52f7b1e8f"], ["uuid", "04c72648-ff31-4ac7-a336-7791e1c5fd57"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:15:35.436447"], ["updated_at", "2017-10-25 17:15:35.436447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -708869448 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04bfe88c-6d02-4960-be27-53bd4b20589c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -708869448], ["username", "billy_42"], ["access_token", "ab831d342ff364f4218b31c846854015"], ["uuid", "04bfe88c-6d02-4960-be27-53bd4b20589c"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:15:35.440095"], ["updated_at", "2017-10-25 17:15:35.440095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626437253 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4eb6a4f8-a5ae-4881-b2b1-fb602ffea0b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1626437253], ["username", "billy_43"], ["access_token", "9175e29f806fad478f596c4ff406d29b"], ["uuid", "4eb6a4f8-a5ae-4881-b2b1-fb602ffea0b8"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:15:35.443816"], ["updated_at", "2017-10-25 17:15:35.443816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -898444935 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee83b1c4-b1aa-41fb-824c-d3f157264890' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -898444935], ["username", "billy_44"], ["access_token", "4d7101f11e3b654ab6a5c52760d77597"], ["uuid", "ee83b1c4-b1aa-41fb-824c-d3f157264890"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:15:35.447634"], ["updated_at", "2017-10-25 17:15:35.447634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1728067775 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cf271cf-a1e0-4447-8a3a-dba4097c2c68' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1728067775], ["username", "billy_45"], ["access_token", "13733fa5948ea88aa19109d8688fdb29"], ["uuid", "7cf271cf-a1e0-4447-8a3a-dba4097c2c68"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:15:35.451373"], ["updated_at", "2017-10-25 17:15:35.451373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -642050246 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ebcc556-4184-48a0-a68d-a07a4f705ec1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -642050246], ["username", "jstrav"], ["access_token", "3df98733cdd0aeff30ba84200e5df6e3"], ["uuid", "9ebcc556-4184-48a0-a68d-a07a4f705ec1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:35.460859"], ["updated_at", "2017-10-25 17:15:35.460859"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -349891649 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a04305e-5fe6-40d9-abcf-edcfa7902961' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -349891649], ["username", "mary"], ["access_token", "6366be2fcf91967540b297eb235e8795"], ["uuid", "2a04305e-5fe6-40d9-abcf-edcfa7902961"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:35.464758"], ["updated_at", "2017-10-25 17:15:35.464758"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1464832170 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '749fae35-dd3b-4fb0-b927-3d5d2aa95c27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1464832170], ["username", "jstead"], ["access_token", "1bc70952cd5139b9443ce014ac101c3c"], ["uuid", "749fae35-dd3b-4fb0-b927-3d5d2aa95c27"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:35.468682"], ["updated_at", "2017-10-25 17:15:35.468682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1804593933 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a17f4d20-87e6-4b33-82d2-6e0e1f1f7ae6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1804593933], ["username", "bigbear"], ["access_token", "1dc602cc2a0cd169d52a6721fda24d0c"], ["uuid", "a17f4d20-87e6-4b33-82d2-6e0e1f1f7ae6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:35.472367"], ["updated_at", "2017-10-25 17:15:35.472367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1206700036 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7134cde1-0d8b-4462-b83e-4db9b665ce47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1206700036], ["username", "foo_bb"], ["access_token", "2951ff07a0bd1e8b86e8d78bc19593e0"], ["uuid", "7134cde1-0d8b-4462-b83e-4db9b665ce47"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-10-25 17:15:35.476102"], ["updated_at", "2017-10-25 17:15:35.476102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -710466110 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55cda2a3-aead-4f80-830c-f182d7b2a2b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -710466110], ["username", "foo_bj"], ["access_token", "6fa4c203244024d02f4fe33e6f743629"], ["uuid", "55cda2a3-aead-4f80-830c-f182d7b2a2b2"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:15:35.479855"], ["updated_at", "2017-10-25 17:15:35.479855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1655814755 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a774288-5033-4b9a-96c3-500bcbaca244' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1655814755], ["username", "foo_tj"], ["access_token", "ade80d878233ba0b90bcce3d4a2a9af4"], ["uuid", "3a774288-5033-4b9a-96c3-500bcbaca244"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:15:35.483593"], ["updated_at", "2017-10-25 17:15:35.483593"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700123687 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '85aae54fb489f1bbebc9a20a51727671' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27b340dc-e598-4b30-ad7b-f6231a29f040' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -700123687], ["username", "85aae54fb489f1bbebc9a20a51727671"], ["access_token", "b861fac3ccf504f16c6a2322b3d86a14"], ["uuid", "27b340dc-e598-4b30-ad7b-f6231a29f040"], ["created_at", "2017-10-25 17:15:35.494180"], ["updated_at", "2017-10-25 17:15:35.494180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 242 AND "openstax_accounts_group_owners"."group_id" = -1580013055) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -1580013055]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 242 AND "openstax_accounts_group_owners"."group_id" = -1580013055) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1580013055 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1580013055], ["created_at", "2017-10-25 17:15:35.509023"], ["updated_at", "2017-10-25 17:15:35.509023"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 242 AND "openstax_accounts_group_owners"."group_id" = -1580013055) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1580013055], ["user_id", -700123687], ["created_at", "2017-10-25 17:15:35.511773"], ["updated_at", "2017-10-25 17:15:35.511773"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1580013055]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -1580013055]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["created_at", "2017-10-25 17:15:35.528562"], ["updated_at", "2017-10-25 17:15:35.528562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897062016 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d25365a-b702-4452-8fe6-6a248b8003be' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -897062016], ["username", "jstrav"], ["access_token", "8a7b373fed6c28d8558c453eb679b5ba"], ["uuid", "9d25365a-b702-4452-8fe6-6a248b8003be"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:35.537080"], ["updated_at", "2017-10-25 17:15:35.537080"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -347058632 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1697708-3e01-49e4-9e02-9dbc86483d01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -347058632], ["username", "mary"], ["access_token", "80e504f53f53e8ed85e2cdee52914e6f"], ["uuid", "c1697708-3e01-49e4-9e02-9dbc86483d01"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:35.541173"], ["updated_at", "2017-10-25 17:15:35.541173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -847851079 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07fc810e-15ec-404d-ac8b-fb3ab2d0b551' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -847851079], ["username", "jstead"], ["access_token", "937fcaa01a3450913901ec479c2b5f2f"], ["uuid", "07fc810e-15ec-404d-ac8b-fb3ab2d0b551"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:35.545062"], ["updated_at", "2017-10-25 17:15:35.545062"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1180308560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4dc4f9e4-352e-4642-8728-8b6b7a8dc053' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1180308560], ["username", "bigbear"], ["access_token", "fba41884dfbb33dba5ab44a07fdc046a"], ["uuid", "4dc4f9e4-352e-4642-8728-8b6b7a8dc053"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:35.549062"], ["updated_at", "2017-10-25 17:15:35.549062"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -359323912 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f69ce67e-b5fd-4491-a95c-24a7b3d75ac5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -359323912], ["username", "billy_00"], ["access_token", "b009265d5ac6ea50cc6597e13cb692ab"], ["uuid", "f69ce67e-b5fd-4491-a95c-24a7b3d75ac5"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:15:35.552933"], ["updated_at", "2017-10-25 17:15:35.552933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -913793930 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27e5b913-1476-49c3-a32d-b0cca8312138' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -913793930], ["username", "billy_01"], ["access_token", "758e76b8462b1fe8751111b19bd57077"], ["uuid", "27e5b913-1476-49c3-a32d-b0cca8312138"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:15:35.556661"], ["updated_at", "2017-10-25 17:15:35.556661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -953620441 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac39f7e5-cc55-4d4f-ab80-f7e65cf9243d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -953620441], ["username", "billy_02"], ["access_token", "ee20814479692fe8270df167acd65cc0"], ["uuid", "ac39f7e5-cc55-4d4f-ab80-f7e65cf9243d"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:15:35.560733"], ["updated_at", "2017-10-25 17:15:35.560733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1427462957 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1128823e-a9f3-4b8f-ae7f-a869314705cd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1427462957], ["username", "billy_03"], ["access_token", "b0499f31f84071d175b55f6bcc7c560f"], ["uuid", "1128823e-a9f3-4b8f-ae7f-a869314705cd"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:15:35.565799"], ["updated_at", "2017-10-25 17:15:35.565799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719035584 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6695de7-e256-44b5-8cb9-9f2b8fa8dbf0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1719035584], ["username", "billy_04"], ["access_token", "f63adbbfcfbe8f1efadd718f769c0d31"], ["uuid", "c6695de7-e256-44b5-8cb9-9f2b8fa8dbf0"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:15:35.571475"], ["updated_at", "2017-10-25 17:15:35.571475"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912854031 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d595018-89f4-44e2-baef-8681427fc93c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1912854031], ["username", "billy_05"], ["access_token", "ee11da81083588950a71ef692d6a1b8c"], ["uuid", "1d595018-89f4-44e2-baef-8681427fc93c"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:15:35.575667"], ["updated_at", "2017-10-25 17:15:35.575667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088866409 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7903e701-8a2e-458e-aa10-2ffacd95a985' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1088866409], ["username", "billy_06"], ["access_token", "273b7eb5d30033dc87ddc4fe78e6121a"], ["uuid", "7903e701-8a2e-458e-aa10-2ffacd95a985"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:15:35.580298"], ["updated_at", "2017-10-25 17:15:35.580298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1723808678 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff19c91a-c663-48d0-9afb-32f8426b639d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1723808678], ["username", "billy_07"], ["access_token", "278950b5ad711f7ee54c89f1185f966e"], ["uuid", "ff19c91a-c663-48d0-9afb-32f8426b639d"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:15:35.584450"], ["updated_at", "2017-10-25 17:15:35.584450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404571250 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53bb008e-78e2-441b-8246-ae636f0527a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -404571250], ["username", "billy_08"], ["access_token", "dd0a63dc9f37e3cbad03b8a1dc28f983"], ["uuid", "53bb008e-78e2-441b-8246-ae636f0527a9"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:15:35.588693"], ["updated_at", "2017-10-25 17:15:35.588693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2021251284 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db469916-32fd-4cad-8921-2be46429faf1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2021251284], ["username", "billy_09"], ["access_token", "fa51e502e142ca9f22c16f7e0004107e"], ["uuid", "db469916-32fd-4cad-8921-2be46429faf1"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:15:35.592494"], ["updated_at", "2017-10-25 17:15:35.592494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455799028 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3821633-c0db-4302-8343-a498a76e0ba7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -455799028], ["username", "billy_10"], ["access_token", "aa6bdbdb18e11eb4a8d1a47a2524f513"], ["uuid", "f3821633-c0db-4302-8343-a498a76e0ba7"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:15:35.597280"], ["updated_at", "2017-10-25 17:15:35.597280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2139379175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85c7444e-5cbe-4aca-9764-d1aeb5b0ddd1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2139379175], ["username", "billy_11"], ["access_token", "94c7a0b033d546ec064ca042fa8fcb77"], ["uuid", "85c7444e-5cbe-4aca-9764-d1aeb5b0ddd1"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:15:35.601641"], ["updated_at", "2017-10-25 17:15:35.601641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -381297565 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d248ff6-eb28-4736-a9df-b2a11005c46d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -381297565], ["username", "billy_12"], ["access_token", "5c32edb2c4eca52bf19b6e552d470701"], ["uuid", "9d248ff6-eb28-4736-a9df-b2a11005c46d"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:15:35.605464"], ["updated_at", "2017-10-25 17:15:35.605464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -806387087 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c86166dc-6229-4568-b48d-e578d346c35e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -806387087], ["username", "billy_13"], ["access_token", "1fbc5aa8b9339bf9a2e648681522301a"], ["uuid", "c86166dc-6229-4568-b48d-e578d346c35e"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:15:35.609141"], ["updated_at", "2017-10-25 17:15:35.609141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2043570504 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00d4835b-dffe-4dca-86e4-84fedd824dd7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2043570504], ["username", "billy_14"], ["access_token", "cfc5074d43a7d91d22399c59bd6ed3f5"], ["uuid", "00d4835b-dffe-4dca-86e4-84fedd824dd7"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:15:35.614823"], ["updated_at", "2017-10-25 17:15:35.614823"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1200631001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '379cfa1c-1785-4f77-9707-111192dc8d1b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1200631001], ["username", "billy_15"], ["access_token", "518dec20cf5439ed175b837bfa44a381"], ["uuid", "379cfa1c-1785-4f77-9707-111192dc8d1b"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:15:35.619312"], ["updated_at", "2017-10-25 17:15:35.619312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597711256 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a80c065-d9e5-4eec-ac1d-3c224eb2604b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -597711256], ["username", "billy_16"], ["access_token", "01b23112e326ca5958bfecc9ee55394e"], ["uuid", "9a80c065-d9e5-4eec-ac1d-3c224eb2604b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:15:35.623171"], ["updated_at", "2017-10-25 17:15:35.623171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1122416635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1855254f-9f92-44cf-9033-03cebecd4bef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1122416635], ["username", "billy_17"], ["access_token", "aed411c2508ed06598f4353473bd7c3b"], ["uuid", "1855254f-9f92-44cf-9033-03cebecd4bef"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:15:35.626932"], ["updated_at", "2017-10-25 17:15:35.626932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -607155101 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79b5d39a-9fed-4094-851a-11714d7cc228' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -607155101], ["username", "billy_18"], ["access_token", "55bc0cc5002e681860687649f16e8760"], ["uuid", "79b5d39a-9fed-4094-851a-11714d7cc228"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:15:35.630648"], ["updated_at", "2017-10-25 17:15:35.630648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1787313832 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dee0748e-514f-49da-9c0b-46dca51f87cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1787313832], ["username", "billy_19"], ["access_token", "fc9730baa7e9fe6771305cb9d4059702"], ["uuid", "dee0748e-514f-49da-9c0b-46dca51f87cd"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:15:35.634286"], ["updated_at", "2017-10-25 17:15:35.634286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -428685027 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e988a4b-ce5c-46b6-8ddd-502c3f2ade0a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -428685027], ["username", "billy_20"], ["access_token", "393c67cc493cd8dcda0d98825eae446c"], ["uuid", "6e988a4b-ce5c-46b6-8ddd-502c3f2ade0a"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:15:35.637867"], ["updated_at", "2017-10-25 17:15:35.637867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1598905585 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '341a81a0-1033-4292-bbae-35ad06d66c35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1598905585], ["username", "billy_21"], ["access_token", "b1b6adab114c701205b4a74439d45723"], ["uuid", "341a81a0-1033-4292-bbae-35ad06d66c35"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:15:35.641473"], ["updated_at", "2017-10-25 17:15:35.641473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1218023235 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a495caf5-f3ee-4f20-b790-85ded03b03b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1218023235], ["username", "billy_22"], ["access_token", "118b46afbf1b3a8bec90baec112516a8"], ["uuid", "a495caf5-f3ee-4f20-b790-85ded03b03b7"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:15:35.645121"], ["updated_at", "2017-10-25 17:15:35.645121"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581993407 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6fce165d-81ad-4eda-bb9e-1c7b59249055' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1581993407], ["username", "billy_23"], ["access_token", "7ad8f2dc85e589dace069542bcf43803"], ["uuid", "6fce165d-81ad-4eda-bb9e-1c7b59249055"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:15:35.649594"], ["updated_at", "2017-10-25 17:15:35.649594"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -665352928 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67727a78-4795-4680-9ea9-503ff242023f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -665352928], ["username", "billy_24"], ["access_token", "f04c214b5b7f0c637627cdebfd8bc2ca"], ["uuid", "67727a78-4795-4680-9ea9-503ff242023f"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:15:35.654540"], ["updated_at", "2017-10-25 17:15:35.654540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -823901456 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e4a1744-ac27-4f79-b2de-32fbc30962d8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -823901456], ["username", "billy_25"], ["access_token", "57acf9df54900a7d57b5a8b97df85720"], ["uuid", "7e4a1744-ac27-4f79-b2de-32fbc30962d8"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:15:35.658559"], ["updated_at", "2017-10-25 17:15:35.658559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -507739051 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f3502a8-eb35-4083-ade4-6966eadc16e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -507739051], ["username", "billy_26"], ["access_token", "0c4108be6963ebc018fec14b37c65e21"], ["uuid", "5f3502a8-eb35-4083-ade4-6966eadc16e9"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:15:35.662381"], ["updated_at", "2017-10-25 17:15:35.662381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1983171844 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03ad2e9a-1787-4589-b648-d8e7194ab979' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1983171844], ["username", "billy_27"], ["access_token", "078e3bf589515e3d0826a151538f3ba0"], ["uuid", "03ad2e9a-1787-4589-b648-d8e7194ab979"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:15:35.666068"], ["updated_at", "2017-10-25 17:15:35.666068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -241111291 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '305353a2-0e7e-459b-a7f4-6858a2b608ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -241111291], ["username", "billy_28"], ["access_token", "fad4c46e58f8511d89c4b9f99c61ba6e"], ["uuid", "305353a2-0e7e-459b-a7f4-6858a2b608ab"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:15:35.670157"], ["updated_at", "2017-10-25 17:15:35.670157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1015441939 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2bb2329-81a8-4391-9e2a-0625d3117700' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1015441939], ["username", "billy_29"], ["access_token", "14ad3e65c2659ff052d561c98ec13035"], ["uuid", "b2bb2329-81a8-4391-9e2a-0625d3117700"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:15:35.673950"], ["updated_at", "2017-10-25 17:15:35.673950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -112216127 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d6900fb-3056-4cd6-9599-017e7432eef7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -112216127], ["username", "billy_30"], ["access_token", "43551af50c873bc0c60c4f595c7c7ccb"], ["uuid", "6d6900fb-3056-4cd6-9599-017e7432eef7"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:15:35.677755"], ["updated_at", "2017-10-25 17:15:35.677755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956235778 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95d16dc9-e1e7-458a-8f50-471e760f8a66' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -956235778], ["username", "billy_31"], ["access_token", "ca2e2391410a45e4a5c868ad4a29234e"], ["uuid", "95d16dc9-e1e7-458a-8f50-471e760f8a66"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:15:35.681477"], ["updated_at", "2017-10-25 17:15:35.681477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2055303163 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3bdcd10c-a398-49d0-8eff-9207f189022d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2055303163], ["username", "billy_32"], ["access_token", "ce7c2b3c794709d8eb1f346abc38f0ba"], ["uuid", "3bdcd10c-a398-49d0-8eff-9207f189022d"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:15:35.685212"], ["updated_at", "2017-10-25 17:15:35.685212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -917192214 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '445081e9-e37f-4af9-9567-2cb7296d6d8d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -917192214], ["username", "billy_33"], ["access_token", "81aaca799b3de701c02df21e7e54f5f2"], ["uuid", "445081e9-e37f-4af9-9567-2cb7296d6d8d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:15:35.688933"], ["updated_at", "2017-10-25 17:15:35.688933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1309071097 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '553ff064-24ad-4975-806b-779278bc9816' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1309071097], ["username", "billy_34"], ["access_token", "2bdf1f4e5b8a0d5448713c41d37062a3"], ["uuid", "553ff064-24ad-4975-806b-779278bc9816"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:15:35.692685"], ["updated_at", "2017-10-25 17:15:35.692685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1419870928 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57eacbf8-9c07-4324-8523-34ca3f4494b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1419870928], ["username", "billy_35"], ["access_token", "4f6627204d251c2b6f91a55bf76068f0"], ["uuid", "57eacbf8-9c07-4324-8523-34ca3f4494b8"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:15:35.696651"], ["updated_at", "2017-10-25 17:15:35.696651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29372048 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b00df931-5ed4-43d1-829a-8350a03cdcfe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -29372048], ["username", "billy_36"], ["access_token", "16d2c9330231a6c9c11dc403de25e1ea"], ["uuid", "b00df931-5ed4-43d1-829a-8350a03cdcfe"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:15:35.700516"], ["updated_at", "2017-10-25 17:15:35.700516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1657826508 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '240c0820-3646-4fe3-9a6b-20857b61c500' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1657826508], ["username", "billy_37"], ["access_token", "bb51c78c86b4486086006b0c5e9138e9"], ["uuid", "240c0820-3646-4fe3-9a6b-20857b61c500"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:15:35.704377"], ["updated_at", "2017-10-25 17:15:35.704377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1730911436 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07b091dc-e1b2-460e-942f-d120f98ee12d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1730911436], ["username", "billy_38"], ["access_token", "7df3fbb23178586bda21051f10c80a94"], ["uuid", "07b091dc-e1b2-460e-942f-d120f98ee12d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:15:35.708077"], ["updated_at", "2017-10-25 17:15:35.708077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -544326747 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca4c2f3f-0cfd-4f4e-a3a9-a28d8949967f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -544326747], ["username", "billy_39"], ["access_token", "1c371479883cffd17d012404de1406a5"], ["uuid", "ca4c2f3f-0cfd-4f4e-a3a9-a28d8949967f"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:15:35.711769"], ["updated_at", "2017-10-25 17:15:35.711769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -259589733 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22fc8498-9877-44bd-9d16-668d2f5aca44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -259589733], ["username", "billy_40"], ["access_token", "d1fbaf49286e7777376b7bbf848dcb20"], ["uuid", "22fc8498-9877-44bd-9d16-668d2f5aca44"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:15:35.715559"], ["updated_at", "2017-10-25 17:15:35.715559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2104061116 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31ca47dd-e75c-41e3-845b-8777bf1947e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2104061116], ["username", "billy_41"], ["access_token", "62f6a34e10b34c9a03f781394367da0a"], ["uuid", "31ca47dd-e75c-41e3-845b-8777bf1947e9"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:15:35.719283"], ["updated_at", "2017-10-25 17:15:35.719283"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -635141804 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '045e82f2-4aa7-4a08-a296-05a71a605eba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -635141804], ["username", "billy_42"], ["access_token", "5809dcf8facee66708b59f702e44244d"], ["uuid", "045e82f2-4aa7-4a08-a296-05a71a605eba"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:15:35.723078"], ["updated_at", "2017-10-25 17:15:35.723078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1113369500 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd6fae34-116b-4982-b0fe-0c96e06e2e34' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1113369500], ["username", "billy_43"], ["access_token", "32cab8b7fc98d677b4b6767b7b1af80c"], ["uuid", "dd6fae34-116b-4982-b0fe-0c96e06e2e34"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:15:35.726887"], ["updated_at", "2017-10-25 17:15:35.726887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1342239142 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e1986f66-421c-453c-a3fa-cdf56ed3b62b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1342239142], ["username", "billy_44"], ["access_token", "3ea7bc221817c966dd15693853ddaa24"], ["uuid", "e1986f66-421c-453c-a3fa-cdf56ed3b62b"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:15:35.730666"], ["updated_at", "2017-10-25 17:15:35.730666"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -695062719 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e06fa749-072c-41cf-8c7e-0d2fcc51c221' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -695062719], ["username", "billy_45"], ["access_token", "c4ef1065f753396d591a22d3ae0c27a6"], ["uuid", "e06fa749-072c-41cf-8c7e-0d2fcc51c221"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:15:35.734401"], ["updated_at", "2017-10-25 17:15:35.734401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -115585813 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fba5a7bb-52ad-41fd-b814-9580fc89299a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -115585813], ["username", "billy_46"], ["access_token", "18efb742b90964c2ded4caa27ecf544c"], ["uuid", "fba5a7bb-52ad-41fd-b814-9580fc89299a"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:15:35.738178"], ["updated_at", "2017-10-25 17:15:35.738178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1913681605 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5692890-f742-489c-b188-44677b6aef44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1913681605], ["username", "billy_47"], ["access_token", "c396fd750f3a6c5230f5aa2560087059"], ["uuid", "b5692890-f742-489c-b188-44677b6aef44"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:15:35.741970"], ["updated_at", "2017-10-25 17:15:35.741970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719186723 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac55efe1-03ee-4757-a7b2-4f897fab0c9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1719186723], ["username", "billy_48"], ["access_token", "d239515ce78322ef7e68ed8ed53b82b6"], ["uuid", "ac55efe1-03ee-4757-a7b2-4f897fab0c9c"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:15:35.745741"], ["updated_at", "2017-10-25 17:15:35.745741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -559067099 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67a06e75-71c3-485e-b47a-c7be7fe1bf8e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -559067099], ["username", "billy_49"], ["access_token", "54f9c68faa7f70c26468e5c4592a2e6b"], ["uuid", "67a06e75-71c3-485e-b47a-c7be7fe1bf8e"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:15:35.749560"], ["updated_at", "2017-10-25 17:15:35.749560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1245026346 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17d7ed9c-427c-4c0b-a14c-f022afccb72d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1245026346], ["username", "jstrav"], ["access_token", "60fa3fcab298cfd879906bd7f2273273"], ["uuid", "17d7ed9c-427c-4c0b-a14c-f022afccb72d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:35.759095"], ["updated_at", "2017-10-25 17:15:35.759095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070955203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36fc3e44-db5c-4b37-9a80-1c309e843cc0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2070955203], ["username", "mary"], ["access_token", "c26afe96a482a50f1334737846af8717"], ["uuid", "36fc3e44-db5c-4b37-9a80-1c309e843cc0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:35.763264"], ["updated_at", "2017-10-25 17:15:35.763264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170073639 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb1cc382-6dd6-4910-afd2-319aba43ad28' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1170073639], ["username", "jstead"], ["access_token", "1dd7b3f771a9fd7ca7b7357d2ab1e702"], ["uuid", "cb1cc382-6dd6-4910-afd2-319aba43ad28"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:35.767579"], ["updated_at", "2017-10-25 17:15:35.767579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -275390617 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f869efbe-b159-4ddb-8fa4-ddecc06f4719' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -275390617], ["username", "bigbear"], ["access_token", "f410d64762fe6cfe81f96451ba0ebc75"], ["uuid", "f869efbe-b159-4ddb-8fa4-ddecc06f4719"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:35.772066"], ["updated_at", "2017-10-25 17:15:35.772066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -470368017 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e54769e-fdeb-45c1-b1ae-f7a82a681e6d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -470368017], ["username", "billy_00"], ["access_token", "1a91d6c4dbd2c6f9327d71ab9974cece"], ["uuid", "5e54769e-fdeb-45c1-b1ae-f7a82a681e6d"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:15:35.776097"], ["updated_at", "2017-10-25 17:15:35.776097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053077343 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ba6d6fd-960a-46db-8e50-8d86d5758649' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2053077343], ["username", "billy_01"], ["access_token", "bd1c4899a3ed3410c0d8f236d352dc49"], ["uuid", "7ba6d6fd-960a-46db-8e50-8d86d5758649"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:15:35.779880"], ["updated_at", "2017-10-25 17:15:35.779880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217462143 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3328ce8-f53c-467d-a301-e9b29f65c6e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1217462143], ["username", "billy_02"], ["access_token", "339985b44eb97a925b049b6c8239edf6"], ["uuid", "b3328ce8-f53c-467d-a301-e9b29f65c6e6"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:15:35.783527"], ["updated_at", "2017-10-25 17:15:35.783527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1763477837 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '958d8d40-32d9-4e44-a525-8b634f996a9b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1763477837], ["username", "billy_03"], ["access_token", "30aae1d229e7d8892066b1e86024657f"], ["uuid", "958d8d40-32d9-4e44-a525-8b634f996a9b"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:15:35.787128"], ["updated_at", "2017-10-25 17:15:35.787128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -624712592 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '160254c4-e0c8-4ed7-bbca-0c46c25daef7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -624712592], ["username", "billy_04"], ["access_token", "7161d22746d4e471d62644d51a99d23a"], ["uuid", "160254c4-e0c8-4ed7-bbca-0c46c25daef7"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:15:35.791425"], ["updated_at", "2017-10-25 17:15:35.791425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -186293593 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45e24979-1296-4d70-b34c-006a4d0f33f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -186293593], ["username", "billy_05"], ["access_token", "a0960713a47a6db9a7d5845dac381a27"], ["uuid", "45e24979-1296-4d70-b34c-006a4d0f33f6"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:15:35.796811"], ["updated_at", "2017-10-25 17:15:35.796811"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1947837011 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76a75582-74ae-42a4-b830-18c52a5ee3bd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1947837011], ["username", "billy_06"], ["access_token", "ec1cb9f669ea482b4629e63dad580dde"], ["uuid", "76a75582-74ae-42a4-b830-18c52a5ee3bd"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:15:35.801135"], ["updated_at", "2017-10-25 17:15:35.801135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1838765943 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05a17c7e-5591-40ed-8114-9839ae8a62aa' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1838765943], ["username", "billy_07"], ["access_token", "d36d234742f3285490595b1e22c19aa5"], ["uuid", "05a17c7e-5591-40ed-8114-9839ae8a62aa"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:15:35.805646"], ["updated_at", "2017-10-25 17:15:35.805646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221365306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5ff239d-313e-43bd-be14-21eb63107d20' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -221365306], ["username", "billy_08"], ["access_token", "db21924b4ab546cd056d256beec010bd"], ["uuid", "d5ff239d-313e-43bd-be14-21eb63107d20"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:15:35.810221"], ["updated_at", "2017-10-25 17:15:35.810221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1176719520 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba9d891a-3561-46ca-ae9f-b492cc19f83a' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1176719520], ["username", "billy_09"], ["access_token", "2c46bc9970219671b0dd7171f0361736"], ["uuid", "ba9d891a-3561-46ca-ae9f-b492cc19f83a"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:15:35.821927"], ["updated_at", "2017-10-25 17:15:35.821927"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264603661 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6df4929e-5213-4202-8a91-0e098ce11e54' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -264603661], ["username", "billy_10"], ["access_token", "1282df0635a0c962a974b06cc37e0a4d"], ["uuid", "6df4929e-5213-4202-8a91-0e098ce11e54"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:15:35.826275"], ["updated_at", "2017-10-25 17:15:35.826275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581969920 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19661250-f5bb-4cf5-8eed-7acb77869c32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1581969920], ["username", "billy_11"], ["access_token", "6b14a5154d33758cf110c934eed9d9aa"], ["uuid", "19661250-f5bb-4cf5-8eed-7acb77869c32"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:15:35.830881"], ["updated_at", "2017-10-25 17:15:35.830881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1086227742 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8eff0d85-6b19-41ee-8dc3-6c5f52041572' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1086227742], ["username", "billy_12"], ["access_token", "647607ece673b72472c968c65d800a92"], ["uuid", "8eff0d85-6b19-41ee-8dc3-6c5f52041572"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:15:35.834724"], ["updated_at", "2017-10-25 17:15:35.834724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -610290202 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a428faf-c961-4e93-97d5-aa0b3ce8f72e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -610290202], ["username", "billy_13"], ["access_token", "17cdc8bd7ccf6746b69bf662f43d83df"], ["uuid", "8a428faf-c961-4e93-97d5-aa0b3ce8f72e"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:15:35.839811"], ["updated_at", "2017-10-25 17:15:35.839811"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -760997396 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a2e0d9e-f962-48d4-85ba-c68d847174a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -760997396], ["username", "billy_14"], ["access_token", "8e1ba96b2b3efa8cf4a546e19e4ce33b"], ["uuid", "5a2e0d9e-f962-48d4-85ba-c68d847174a8"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:15:35.845168"], ["updated_at", "2017-10-25 17:15:35.845168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1717898780 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8de0f79c-2c99-4746-8e3d-7df64ca45537' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1717898780], ["username", "billy_15"], ["access_token", "5051798cbbdd3ad499e0e492e5fc5fc9"], ["uuid", "8de0f79c-2c99-4746-8e3d-7df64ca45537"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:15:35.849956"], ["updated_at", "2017-10-25 17:15:35.849956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -54464399 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a5384211-6f8a-4d7c-8f3a-907dc677ba83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -54464399], ["username", "billy_16"], ["access_token", "337effac49deb56ddb85e03f8ac052a4"], ["uuid", "a5384211-6f8a-4d7c-8f3a-907dc677ba83"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:15:35.853885"], ["updated_at", "2017-10-25 17:15:35.853885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1968278369 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b34468a0-a3ce-4137-9502-d941ded8d145' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1968278369], ["username", "billy_17"], ["access_token", "a8c1e6a7d672ae8124a44ad5e6244670"], ["uuid", "b34468a0-a3ce-4137-9502-d941ded8d145"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:15:35.857748"], ["updated_at", "2017-10-25 17:15:35.857748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877394968 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2fdd9ad7-d900-4217-81fd-caa129168581' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1877394968], ["username", "billy_18"], ["access_token", "4e0454023b31cbaaae8bd29b09cd88c4"], ["uuid", "2fdd9ad7-d900-4217-81fd-caa129168581"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:15:35.861683"], ["updated_at", "2017-10-25 17:15:35.861683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1882311761 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '400addbd-970b-4909-9a13-42af93a24ade' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1882311761], ["username", "billy_19"], ["access_token", "40f2f373c159ad5189a037e2753e6bd9"], ["uuid", "400addbd-970b-4909-9a13-42af93a24ade"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:15:35.865494"], ["updated_at", "2017-10-25 17:15:35.865494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641548943 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24e52d25-1ce9-415c-9c69-83a191e80f03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -641548943], ["username", "billy_20"], ["access_token", "ce11706afba1fc78c770c30658eb6c31"], ["uuid", "24e52d25-1ce9-415c-9c69-83a191e80f03"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:15:35.869323"], ["updated_at", "2017-10-25 17:15:35.869323"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -692861919 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9646d6bf-b94e-42da-bb28-f1d2cd75392a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -692861919], ["username", "billy_21"], ["access_token", "4c011befc2913362e3ced1135bdfeb2a"], ["uuid", "9646d6bf-b94e-42da-bb28-f1d2cd75392a"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:15:35.872984"], ["updated_at", "2017-10-25 17:15:35.872984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1256818077 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0e8539f-d721-4843-85fe-76507edb1f61' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1256818077], ["username", "billy_22"], ["access_token", "499325253ba59e457047a8d3fe2df1df"], ["uuid", "a0e8539f-d721-4843-85fe-76507edb1f61"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:15:35.876577"], ["updated_at", "2017-10-25 17:15:35.876577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -299357350 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '168c9287-d660-4bac-9b3e-9f312fc19a03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -299357350], ["username", "billy_23"], ["access_token", "fda9ac5296384c399cb60c9645cf51b4"], ["uuid", "168c9287-d660-4bac-9b3e-9f312fc19a03"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:15:35.880469"], ["updated_at", "2017-10-25 17:15:35.880469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1798926924 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc97b26e-4ae9-4849-ab43-c2ae3629908d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1798926924], ["username", "billy_24"], ["access_token", "7b23dc03a0bd607c11cd866611b35e41"], ["uuid", "bc97b26e-4ae9-4849-ab43-c2ae3629908d"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:15:35.885265"], ["updated_at", "2017-10-25 17:15:35.885265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1979377202 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c427d375-53e8-4d68-a392-9e311f87005a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1979377202], ["username", "billy_25"], ["access_token", "24444f1ae667f31a6dfc2b482365150d"], ["uuid", "c427d375-53e8-4d68-a392-9e311f87005a"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:15:35.889327"], ["updated_at", "2017-10-25 17:15:35.889327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -379139391 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17127f59-bd09-41dd-8cf6-2815587a7196' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -379139391], ["username", "billy_26"], ["access_token", "ce0d4c77edb0d3807d72c4406ba00e13"], ["uuid", "17127f59-bd09-41dd-8cf6-2815587a7196"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:15:35.893039"], ["updated_at", "2017-10-25 17:15:35.893039"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -519826976 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dfcbbec0-bf69-4321-9482-db70a9d3eeb1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -519826976], ["username", "billy_27"], ["access_token", "f5bc6e28e48c95880b4a8e1f29982121"], ["uuid", "dfcbbec0-bf69-4321-9482-db70a9d3eeb1"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:15:35.897861"], ["updated_at", "2017-10-25 17:15:35.897861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -180185442 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '090b17a6-89b0-41cb-b6e3-fad9ad3a5ebe' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -180185442], ["username", "billy_28"], ["access_token", "e5120822401232641263d8079c9e9a45"], ["uuid", "090b17a6-89b0-41cb-b6e3-fad9ad3a5ebe"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:15:35.903124"], ["updated_at", "2017-10-25 17:15:35.903124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1488983094 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd292b9e3-b227-4103-b56c-411ac6affa49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1488983094], ["username", "billy_29"], ["access_token", "7104a44e4ddebfc65f1fccebb4edc5dd"], ["uuid", "d292b9e3-b227-4103-b56c-411ac6affa49"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:15:35.907432"], ["updated_at", "2017-10-25 17:15:35.907432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -17396657 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '61c724ec-1449-4cda-a044-5f6b3c7369eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -17396657], ["username", "billy_30"], ["access_token", "1ba28e4079a30c4bc2f0139294d97762"], ["uuid", "61c724ec-1449-4cda-a044-5f6b3c7369eb"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:15:35.911214"], ["updated_at", "2017-10-25 17:15:35.911214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1468058687 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'abeea0e4-cdd6-4923-87c9-2c4479cdca12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1468058687], ["username", "billy_31"], ["access_token", "6e59fb79ebd2d507a781ec459a458529"], ["uuid", "abeea0e4-cdd6-4923-87c9-2c4479cdca12"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:15:35.914893"], ["updated_at", "2017-10-25 17:15:35.914893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1531464404 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f302d64-5b9e-42ff-b4b9-6f35d9f1d237' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1531464404], ["username", "billy_32"], ["access_token", "4049abb4de60d5413b26014e00bdee1e"], ["uuid", "2f302d64-5b9e-42ff-b4b9-6f35d9f1d237"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:15:35.918534"], ["updated_at", "2017-10-25 17:15:35.918534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1696126063 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ea4eb56-b4a5-4176-be8e-9b3930099d87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1696126063], ["username", "billy_33"], ["access_token", "b863fdc90148a8cca2767be66c307bd2"], ["uuid", "7ea4eb56-b4a5-4176-be8e-9b3930099d87"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:15:35.922244"], ["updated_at", "2017-10-25 17:15:35.922244"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1889995042 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ae1c805-e620-4212-9d4b-9f541a2b6038' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1889995042], ["username", "billy_34"], ["access_token", "dfcb6e7e6f5448283a3d2939e628809a"], ["uuid", "3ae1c805-e620-4212-9d4b-9f541a2b6038"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:15:35.925923"], ["updated_at", "2017-10-25 17:15:35.925923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1440158293 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9621eb3e-8731-4c39-a8c8-e4fec362a6f5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1440158293], ["username", "billy_35"], ["access_token", "50d5f6bebc821c914e0c63c85ed19c7e"], ["uuid", "9621eb3e-8731-4c39-a8c8-e4fec362a6f5"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:15:35.929691"], ["updated_at", "2017-10-25 17:15:35.929691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1139743631 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ce5dca4-0974-4bf4-8bf2-e063799f4302' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1139743631], ["username", "billy_36"], ["access_token", "6f824a2046fa81a4b9da33587e8b5f62"], ["uuid", "2ce5dca4-0974-4bf4-8bf2-e063799f4302"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:15:35.933432"], ["updated_at", "2017-10-25 17:15:35.933432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1775448579 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37492a36-c3ac-41c2-8ebf-cce7fd5f7083' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1775448579], ["username", "billy_37"], ["access_token", "aaf387de09a06eefda4102bb2e067bf8"], ["uuid", "37492a36-c3ac-41c2-8ebf-cce7fd5f7083"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:15:35.937081"], ["updated_at", "2017-10-25 17:15:35.937081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2068646248 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '421f1d7a-76eb-4c43-ac63-31e8db679b73' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2068646248], ["username", "billy_38"], ["access_token", "38447bc6b66730af5f7012dda94e5603"], ["uuid", "421f1d7a-76eb-4c43-ac63-31e8db679b73"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:15:35.940731"], ["updated_at", "2017-10-25 17:15:35.940731"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1770262275 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '80405fb3-299e-4bc5-a7fd-fe85b54c1a4e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1770262275], ["username", "billy_39"], ["access_token", "11981eaf59009755ceeff3913bbc87dd"], ["uuid", "80405fb3-299e-4bc5-a7fd-fe85b54c1a4e"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:15:35.944453"], ["updated_at", "2017-10-25 17:15:35.944453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1490032618 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '594e56d8-f8a4-4372-8ea4-d73099fb924e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1490032618], ["username", "billy_40"], ["access_token", "08ef1fc5e352ecaf3f45e2e4c683951b"], ["uuid", "594e56d8-f8a4-4372-8ea4-d73099fb924e"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:15:35.948238"], ["updated_at", "2017-10-25 17:15:35.948238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045048470 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff48d50c-c9cc-4595-9c24-a8f4038b9dc1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2045048470], ["username", "billy_41"], ["access_token", "00587f9e3390a2cef6d3fef46d62b1c0"], ["uuid", "ff48d50c-c9cc-4595-9c24-a8f4038b9dc1"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:15:35.951999"], ["updated_at", "2017-10-25 17:15:35.951999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -564619023 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2cefca80-a58e-4c75-a83c-41a8d8051554' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -564619023], ["username", "billy_42"], ["access_token", "a9d6bb921a7451175979f7ec1627bded"], ["uuid", "2cefca80-a58e-4c75-a83c-41a8d8051554"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:15:35.955720"], ["updated_at", "2017-10-25 17:15:35.955720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674328326 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '300a2fb9-d1df-40d9-b4ef-41091694a0b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -674328326], ["username", "billy_43"], ["access_token", "5376985dfc7c2bd0b727c553f2343bd3"], ["uuid", "300a2fb9-d1df-40d9-b4ef-41091694a0b8"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:15:35.959713"], ["updated_at", "2017-10-25 17:15:35.959713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2101779943 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'efff0df4-1fa5-44f1-978d-686a00c1b94e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2101779943], ["username", "billy_44"], ["access_token", "c7c73f79956338916e9895dca5a0df51"], ["uuid", "efff0df4-1fa5-44f1-978d-686a00c1b94e"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:15:35.963493"], ["updated_at", "2017-10-25 17:15:35.963493"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -134245402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b43b5a20-9a46-4fd1-a127-05f2ca5f729e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -134245402], ["username", "billy_45"], ["access_token", "1329b03dd2f08825ae5d17ea3efb48d7"], ["uuid", "b43b5a20-9a46-4fd1-a127-05f2ca5f729e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:15:35.967223"], ["updated_at", "2017-10-25 17:15:35.967223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -684418164 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e93b96f7-fc98-43d7-a2bb-7260fae15b35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -684418164], ["username", "billy_46"], ["access_token", "06d2829dbe3dfdcb671012c13c680dbc"], ["uuid", "e93b96f7-fc98-43d7-a2bb-7260fae15b35"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:15:35.970962"], ["updated_at", "2017-10-25 17:15:35.970962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1853965456 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b873f5fa-e81e-426f-9d4b-7f8c41b4cb28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1853965456], ["username", "billy_47"], ["access_token", "da3ad35cf87f815dd1eb992e0dc53958"], ["uuid", "b873f5fa-e81e-426f-9d4b-7f8c41b4cb28"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:15:35.974693"], ["updated_at", "2017-10-25 17:15:35.974693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1031196591 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1e9c906-6cc0-470e-a551-75dba86d605a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1031196591], ["username", "billy_48"], ["access_token", "e0258f50f2b90ee72e319f9deb0cebcc"], ["uuid", "b1e9c906-6cc0-470e-a551-75dba86d605a"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:15:35.978341"], ["updated_at", "2017-10-25 17:15:35.978341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -445058907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e08f1e7-1107-47da-9125-c62b060eb223' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -445058907], ["username", "billy_49"], ["access_token", "cda2d09a6c45fb11f91cbb675d3e8f68"], ["uuid", "9e08f1e7-1107-47da-9125-c62b060eb223"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:15:35.982072"], ["updated_at", "2017-10-25 17:15:35.982072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1915541040 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '06651e4ea355c81ce58a9a8f650d9d60' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '729a9a7f-b200-4ab9-bea5-377c9a41f2ac' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1915541040], ["username", "06651e4ea355c81ce58a9a8f650d9d60"], ["access_token", "e850e63d8850bb880f3407889a091a8f"], ["uuid", "729a9a7f-b200-4ab9-bea5-377c9a41f2ac"], ["created_at", "2017-10-25 17:15:35.994514"], ["updated_at", "2017-10-25 17:15:35.994514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 352) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 352) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '729a9a7f-b200-4ab9-bea5-377c9a41f2ac' AND "openstax_accounts_accounts"."id" != 352) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-10-25 17:15:35.999856"], ["id", 352]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1543019552 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '065cd6bc14dbdfd75a9001b221f5864b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60b45f93-c29b-4c91-8896-fed6d7035984' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1543019552], ["username", "065cd6bc14dbdfd75a9001b221f5864b"], ["access_token", "4e9758fc904cd170df19a806f17c3230"], ["uuid", "60b45f93-c29b-4c91-8896-fed6d7035984"], ["created_at", "2017-10-25 17:15:36.007099"], ["updated_at", "2017-10-25 17:15:36.007099"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 353) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 353) LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '60b45f93-c29b-4c91-8896-fed6d7035984' AND "openstax_accounts_accounts"."id" != 353) LIMIT 1 SQL (0.5ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-10-25 17:15:36.013458"], ["id", 353]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1875180452 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd577f864bf206665ee93440ee9e63d68' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e52695cd-a890-4e89-9daa-2e58f3735c2c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1875180452], ["username", "d577f864bf206665ee93440ee9e63d68"], ["access_token", "2849960c6c2c502964565df11831587a"], ["uuid", "e52695cd-a890-4e89-9daa-2e58f3735c2c"], ["created_at", "2017-10-25 17:15:36.020123"], ["updated_at", "2017-10-25 17:15:36.020123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 354) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'e52695cd-a890-4e89-9daa-2e58f3735c2c' AND "openstax_accounts_accounts"."id" != 354) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-10-25 17:15:36.023499"], ["id", 354]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 354) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 354) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'e52695cd-a890-4e89-9daa-2e58f3735c2c' AND "openstax_accounts_accounts"."id" != 354) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-10-25 17:15:36.027502"], ["id", 354]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 354) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 354) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'e52695cd-a890-4e89-9daa-2e58f3735c2c' AND "openstax_accounts_accounts"."id" != 354) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-10-25 17:15:36.032277"], ["id", 354]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -519994959 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1951f1b632fa841ffab20272b349c324' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e2d092d-1768-4aef-a6d7-a2d410b39ae2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -519994959], ["username", "1951f1b632fa841ffab20272b349c324"], ["access_token", "89a3b8db5aa1e8da47ecb26d55f8bfe8"], ["uuid", "0e2d092d-1768-4aef-a6d7-a2d410b39ae2"], ["created_at", "2017-10-25 17:15:36.038098"], ["updated_at", "2017-10-25 17:15:36.038098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 355) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 355) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '0e2d092d-1768-4aef-a6d7-a2d410b39ae2' AND "openstax_accounts_accounts"."id" != 355) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-10-25 17:15:36.042253"], ["id", 355]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -504074294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ea84e915a3b6deefecc5f9a000305659' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8537aba-9200-4cf5-9e6f-61c93bb650ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -504074294], ["username", "ea84e915a3b6deefecc5f9a000305659"], ["access_token", "734d1b00cfde569e6a0756287139a7ed"], ["uuid", "c8537aba-9200-4cf5-9e6f-61c93bb650ca"], ["created_at", "2017-10-25 17:15:36.047418"], ["updated_at", "2017-10-25 17:15:36.047418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'ea84e915a3b6deefecc5f9a000305659' AND "openstax_accounts_accounts"."id" != 356) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c8537aba-9200-4cf5-9e6f-61c93bb650ca' AND "openstax_accounts_accounts"."id" != 356) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 356) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'ea84e915a3b6deefecc5f9a000305659' AND "openstax_accounts_accounts"."id" != 356) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c8537aba-9200-4cf5-9e6f-61c93bb650ca' AND "openstax_accounts_accounts"."id" != 356) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-10-25 17:15:36.052354"], ["id", 356]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3ee0ad1a0ca851099635f17a0d6fb5f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19cb9b8d-c730-4402-bacb-a622e3d68436' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1971494155 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b1fd45416f2d7275610c9bc7dc8ada69' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa411b8d-d830-4427-b63f-835508270b1f' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -966506134 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2cc24d47-7498-43f8-a94d-0a6aa8bbefb3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -966506134], ["access_token", "efc79653a32fe7ce851176103416e534"], ["uuid", "2cc24d47-7498-43f8-a94d-0a6aa8bbefb3"], ["created_at", "2017-10-25 17:15:36.063929"], ["updated_at", "2017-10-25 17:15:36.063929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -462520530 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a5d58ee8-17e1-4c57-8966-4472ceee4f9d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -462520530], ["access_token", "cb59852fb08ce74c242a66170db5ec7f"], ["uuid", "a5d58ee8-17e1-4c57-8966-4472ceee4f9d"], ["created_at", "2017-10-25 17:15:36.068118"], ["updated_at", "2017-10-25 17:15:36.068118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -265456123 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5302d504329c32e11753d0e16f4658f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8082496-50ef-4e11-abaa-e116e4c6c932' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -265456123], ["username", "5302d504329c32e11753d0e16f4658f0"], ["access_token", "fdec5e67fa306338b8500fe3d95c5eda"], ["uuid", "e8082496-50ef-4e11-abaa-e116e4c6c932"], ["created_at", "2017-10-25 17:15:36.073743"], ["updated_at", "2017-10-25 17:15:36.073743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53602647 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5302d504329c32e11753d0e16f4658f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5064ea35-8b3c-48eb-8b74-f0a0da983bcc' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1728414640 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '017eb75321e7ee20de858aa1505bcc04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8fa07264-f735-4887-badb-20d1fa64742b' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1728414640], ["username", "017eb75321e7ee20de858aa1505bcc04"], ["access_token", "03e4b1f6c752fa639dbc9c02c1f8f9aa"], ["uuid", "8fa07264-f735-4887-badb-20d1fa64742b"], ["created_at", "2017-10-25 17:15:36.083981"], ["updated_at", "2017-10-25 17:15:36.083981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1728414640 AND "openstax_accounts_accounts"."id" != 360) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '8fa07264-f735-4887-badb-20d1fa64742b' AND "openstax_accounts_accounts"."id" != 360) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:15:36 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 10ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:15:36 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:15:36 -0500  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:15:36 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:15:36 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:15:36 -0500  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:15:36 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:15:36 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:15:36 -0500  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["username", "u"], ["openstax_uid", 2], ["created_at", "2017-10-25 17:15:36.151877"], ["updated_at", "2017-10-25 17:15:36.151877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:15:38 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:15:40 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 361) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 361) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'booyah' AND "openstax_accounts_accounts"."id" != 361) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "role" = $3, "updated_at" = $4 WHERE "openstax_accounts_accounts"."id" = $5 [["username", "user"], ["uuid", "booyah"], ["role", 2], ["updated_at", "2017-10-25 17:15:40.203936"], ["id", 361]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2017-10-25 17:15:40.208338"], ["updated_at", "2017-10-25 17:15:40.208338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:15:42 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:15:44 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:15:46 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:15:48 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 361) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 361) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'booyah' AND "openstax_accounts_accounts"."id" != 361) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 362) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 362) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' AND "openstax_accounts_accounts"."id" != 362) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:15:50 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:15:52 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20fe6ec4-d883-4fd5-b2c8-86ca04c6bfad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "38daa472034c54004a398dfa976de777"], ["uuid", "20fe6ec4-d883-4fd5-b2c8-86ca04c6bfad"], ["created_at", "2017-10-25 17:15:52.343900"], ["updated_at", "2017-10-25 17:15:52.343900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64b5a479-376e-46cb-8d0a-743e6f4e55b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "77f222bb32b84803baba5b0a7b8c0673"], ["uuid", "64b5a479-376e-46cb-8d0a-743e6f4e55b8"], ["created_at", "2017-10-25 17:15:52.380567"], ["updated_at", "2017-10-25 17:15:52.380567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 364]] Redirected to http://test.host/ Completed 302 Found in 3ms (ActiveRecord: 0.7ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3e0c069-27ca-4ccf-9b09-ccd71bd37081' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "4060289212bf4649a7329a1c404c9f67"], ["uuid", "f3e0c069-27ca-4ccf-9b09-ccd71bd37081"], ["created_at", "2017-10-25 17:15:52.392242"], ["updated_at", "2017-10-25 17:15:52.392242"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60c6bc81-beca-46d4-893d-84385a0fbc03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "2ab140c6492c46a4fcc317c5e02576d5"], ["uuid", "60c6bc81-beca-46d4-893d-84385a0fbc03"], ["created_at", "2017-10-25 17:15:52.404009"], ["updated_at", "2017-10-25 17:15:52.404009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 366]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:50664/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67203ab5-1fb0-4fe3-8a07-b77fc45f16f7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "b497ed8ab18b2b09d8fe9c20e6ac5fe6"], ["uuid", "67203ab5-1fb0-4fe3-8a07-b77fc45f16f7"], ["created_at", "2017-10-25 17:15:52.415363"], ["updated_at", "2017-10-25 17:15:52.415363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1765376d-83df-487f-9b00-a599349d1bc2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "282399ada35d83fbbd747aaa32f55ca7"], ["uuid", "1765376d-83df-487f-9b00-a599349d1bc2"], ["created_at", "2017-10-25 17:15:52.426796"], ["updated_at", "2017-10-25 17:15:52.426796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24bbb31d-2b85-430e-9de8-ebc3aaf26a31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "d8164eeddfc6a83979523a0a21ac149c"], ["uuid", "24bbb31d-2b85-430e-9de8-ebc3aaf26a31"], ["created_at", "2017-10-25 17:15:52.431970"], ["updated_at", "2017-10-25 17:15:52.431970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82c2d08d-018e-4cd1-8182-c7cf649696bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "f1eb9b65f65bdacbd420b643338bdb44"], ["uuid", "82c2d08d-018e-4cd1-8182-c7cf649696bb"], ["created_at", "2017-10-25 17:15:52.443133"], ["updated_at", "2017-10-25 17:15:52.443133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 370]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '430746a1-4247-472f-b64f-d51cbf289593' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "903edfad05fe92d377b5ae3ef1047f45"], ["uuid", "430746a1-4247-472f-b64f-d51cbf289593"], ["created_at", "2017-10-25 17:15:52.453544"], ["updated_at", "2017-10-25 17:15:52.453544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1703164957 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b6dfb03-61c5-4a43-a475-5dee61e8e639' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1703164957], ["username", "jstrav"], ["access_token", "db00bba503356710ff44f42347cc0836"], ["uuid", "3b6dfb03-61c5-4a43-a475-5dee61e8e639"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:52.467166"], ["updated_at", "2017-10-25 17:15:52.467166"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1020448236 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '718813a3-f184-4185-9635-4c570bba57e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1020448236], ["username", "mary"], ["access_token", "28cbafdf6250920589a28c624b9564aa"], ["uuid", "718813a3-f184-4185-9635-4c570bba57e4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:52.473285"], ["updated_at", "2017-10-25 17:15:52.473285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361289140 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c64ee0e8-25d1-4864-9f03-a9125842333c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -361289140], ["username", "jstead"], ["access_token", "dd73da0f97cb46f721991a0525502266"], ["uuid", "c64ee0e8-25d1-4864-9f03-a9125842333c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:52.477919"], ["updated_at", "2017-10-25 17:15:52.477919"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -793317974 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2be3c619-d22d-48ab-b13b-ff72552bffae' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -793317974], ["username", "bigbear"], ["access_token", "704c1bb93006d6868a48a4a6c8bf59d5"], ["uuid", "2be3c619-d22d-48ab-b13b-ff72552bffae"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:52.482563"], ["updated_at", "2017-10-25 17:15:52.482563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -809942448 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab7b4d54-7c7f-441c-af25-1dce27589309' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -809942448], ["username", "billy_00"], ["access_token", "d2a0acb644a056b8da1f747902d5253c"], ["uuid", "ab7b4d54-7c7f-441c-af25-1dce27589309"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:15:52.487172"], ["updated_at", "2017-10-25 17:15:52.487172"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -838490672 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f707a80-bdaa-47c5-aa44-1daad91a7408' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -838490672], ["username", "billy_01"], ["access_token", "e39a672d67e02567403a73a7f6db6a12"], ["uuid", "3f707a80-bdaa-47c5-aa44-1daad91a7408"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:15:52.492309"], ["updated_at", "2017-10-25 17:15:52.492309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -484115185 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c032705a-a209-4fc3-ad3a-79b27477f504' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -484115185], ["username", "billy_02"], ["access_token", "b9402f09a5cc6a72baafd6818123f34f"], ["uuid", "c032705a-a209-4fc3-ad3a-79b27477f504"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:15:52.496374"], ["updated_at", "2017-10-25 17:15:52.496374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1238282858 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2cb0f66-fc74-4f81-929d-d7eb7aaefc74' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1238282858], ["username", "billy_03"], ["access_token", "d769588918ed58e56067fd050216bad5"], ["uuid", "c2cb0f66-fc74-4f81-929d-d7eb7aaefc74"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:15:52.500849"], ["updated_at", "2017-10-25 17:15:52.500849"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -333485306 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47e39a5c-0b83-4b74-96b4-cbcd6ee9c6a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -333485306], ["username", "billy_04"], ["access_token", "ae574508653f619244ba7a7a27d55d59"], ["uuid", "47e39a5c-0b83-4b74-96b4-cbcd6ee9c6a2"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:15:52.505567"], ["updated_at", "2017-10-25 17:15:52.505567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067344532 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3508b826-6998-46f8-8f0f-e0cc8de871e5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1067344532], ["username", "billy_05"], ["access_token", "d5784c6d95508d857044f2a3de09ff95"], ["uuid", "3508b826-6998-46f8-8f0f-e0cc8de871e5"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:15:52.510215"], ["updated_at", "2017-10-25 17:15:52.510215"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878369672 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0eb6fd01-4ca2-4a8d-9cea-ad1036a68275' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -878369672], ["username", "billy_06"], ["access_token", "1dea99dd2fe7a70ab71c4a7fe6ce84f7"], ["uuid", "0eb6fd01-4ca2-4a8d-9cea-ad1036a68275"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:15:52.515060"], ["updated_at", "2017-10-25 17:15:52.515060"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1989844745 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f787117c-195a-44b7-8c4c-ca5f37c96c34' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1989844745], ["username", "billy_07"], ["access_token", "97396cf7a004a89d426a481d44d596a8"], ["uuid", "f787117c-195a-44b7-8c4c-ca5f37c96c34"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:15:52.520899"], ["updated_at", "2017-10-25 17:15:52.520899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790544085 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2406f2b2-20c4-4e6f-b13c-28e5a1ecb5db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1790544085], ["username", "billy_08"], ["access_token", "f1d4d93b3a5afa5033fd0ddfa0d4bb35"], ["uuid", "2406f2b2-20c4-4e6f-b13c-28e5a1ecb5db"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:15:52.525355"], ["updated_at", "2017-10-25 17:15:52.525355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -205024008 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57489040-6c7a-44ef-8a75-617fdc4bbc75' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -205024008], ["username", "billy_09"], ["access_token", "6b050f7ce718a8179df625123f75f1c2"], ["uuid", "57489040-6c7a-44ef-8a75-617fdc4bbc75"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:15:52.529921"], ["updated_at", "2017-10-25 17:15:52.529921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1778894498 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0be017b-e4de-4f13-af12-b36ffce0b49e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1778894498], ["username", "billy_10"], ["access_token", "4e5f94d7cf914443ce3a1681466411f1"], ["uuid", "e0be017b-e4de-4f13-af12-b36ffce0b49e"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:15:52.536299"], ["updated_at", "2017-10-25 17:15:52.536299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -893309950 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9713912c-a930-4f04-b34a-d02ec894504d' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -893309950], ["username", "billy_11"], ["access_token", "4a29cf75746e7731642c1f61dd8cd888"], ["uuid", "9713912c-a930-4f04-b34a-d02ec894504d"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:15:52.540961"], ["updated_at", "2017-10-25 17:15:52.540961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -99741742 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e259e1f2-f49a-474f-a242-a16ccee528d7' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -99741742], ["username", "billy_12"], ["access_token", "fd89249dbbc25dd6b8aa64431ab870d8"], ["uuid", "e259e1f2-f49a-474f-a242-a16ccee528d7"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:15:52.545342"], ["updated_at", "2017-10-25 17:15:52.545342"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2113754754 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b2fc11f-ade9-4ba8-b95d-0859927d5d1a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2113754754], ["username", "billy_13"], ["access_token", "8fdbe6caab5dfa4422f6672a329c548d"], ["uuid", "7b2fc11f-ade9-4ba8-b95d-0859927d5d1a"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:15:52.559761"], ["updated_at", "2017-10-25 17:15:52.559761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1015639335 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac40e254-02f2-4261-b711-87c7c3912495' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1015639335], ["username", "billy_14"], ["access_token", "f413084cd68a13f4e3792984f1b58d52"], ["uuid", "ac40e254-02f2-4261-b711-87c7c3912495"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:15:52.564041"], ["updated_at", "2017-10-25 17:15:52.564041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -650354981 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee488cc9-a838-4075-9d84-f746ca302907' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -650354981], ["username", "billy_15"], ["access_token", "8046226c894675a2f57241ef1adb7284"], ["uuid", "ee488cc9-a838-4075-9d84-f746ca302907"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:15:52.569464"], ["updated_at", "2017-10-25 17:15:52.569464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043034047 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '511401b4-3272-4254-85f8-152a441d5f53' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1043034047], ["username", "billy_16"], ["access_token", "38714927a7dcf3c078d16796350bcdb6"], ["uuid", "511401b4-3272-4254-85f8-152a441d5f53"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:15:52.573744"], ["updated_at", "2017-10-25 17:15:52.573744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1455943240 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b2f69ce-97fc-4000-aa19-ce11960a7ac1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1455943240], ["username", "billy_17"], ["access_token", "e881c8e330e0457e83e3e3182508bcb7"], ["uuid", "2b2f69ce-97fc-4000-aa19-ce11960a7ac1"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:15:52.578191"], ["updated_at", "2017-10-25 17:15:52.578191"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -686556954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '609c59b6-e21c-4f87-a758-c86fc2c497d1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -686556954], ["username", "billy_18"], ["access_token", "e5bd9dfa9ca6a19a9ceba876abd6f68c"], ["uuid", "609c59b6-e21c-4f87-a758-c86fc2c497d1"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:15:52.582871"], ["updated_at", "2017-10-25 17:15:52.582871"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719083327 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2206bd4d-c8c0-4fcf-93c0-1a779a2818d6' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -719083327], ["username", "billy_19"], ["access_token", "3491fbcb3945797215f44b7b368a7b03"], ["uuid", "2206bd4d-c8c0-4fcf-93c0-1a779a2818d6"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:15:52.586990"], ["updated_at", "2017-10-25 17:15:52.586990"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2021725867 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71a9e7b9-7d4a-4ef0-a9ca-34881ad7f668' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2021725867], ["username", "billy_20"], ["access_token", "1deadeb448b88d3fd7c2bd2120eee212"], ["uuid", "71a9e7b9-7d4a-4ef0-a9ca-34881ad7f668"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:15:52.592557"], ["updated_at", "2017-10-25 17:15:52.592557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748518093 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e33b9018-ae93-45be-8faf-a3fd3ca42981' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -748518093], ["username", "billy_21"], ["access_token", "03c4f450c6d2e98fb875680da195abda"], ["uuid", "e33b9018-ae93-45be-8faf-a3fd3ca42981"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:15:52.597709"], ["updated_at", "2017-10-25 17:15:52.597709"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -122303595 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd83db364-97c3-4b5f-86dd-e9bc7c2808c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -122303595], ["username", "billy_22"], ["access_token", "0229e38ec5ee43979108fda841a40f4c"], ["uuid", "d83db364-97c3-4b5f-86dd-e9bc7c2808c2"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:15:52.602115"], ["updated_at", "2017-10-25 17:15:52.602115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1241115645 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7160ec34-66da-41ec-baf8-0509f9f92d1c' LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1241115645], ["username", "billy_23"], ["access_token", "5e543ef4a9ac24dc790440c11b198061"], ["uuid", "7160ec34-66da-41ec-baf8-0509f9f92d1c"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:15:52.606250"], ["updated_at", "2017-10-25 17:15:52.606250"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726529425 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc03702c-7d54-4428-a5e7-e728d463d27e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -726529425], ["username", "billy_24"], ["access_token", "6a4e01637913227a146591a868481a01"], ["uuid", "bc03702c-7d54-4428-a5e7-e728d463d27e"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:15:52.610749"], ["updated_at", "2017-10-25 17:15:52.610749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1804224294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb3a15c5-2971-4900-a703-c6af6a388419' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1804224294], ["username", "billy_25"], ["access_token", "2bec7bd02abff435bc575746b3bced6a"], ["uuid", "fb3a15c5-2971-4900-a703-c6af6a388419"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:15:52.614947"], ["updated_at", "2017-10-25 17:15:52.614947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -669798331 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad4cf7c0-67b4-43e4-8a8a-300304aa852b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -669798331], ["username", "billy_26"], ["access_token", "43f098666e182cc3c4c59cec6d2a62d5"], ["uuid", "ad4cf7c0-67b4-43e4-8a8a-300304aa852b"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:15:52.619278"], ["updated_at", "2017-10-25 17:15:52.619278"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1453584360 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12bed1be-6243-44cc-8d40-b4d4c43fb95e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1453584360], ["username", "billy_27"], ["access_token", "6da597ba8cc0ae30c4948b494fff1f28"], ["uuid", "12bed1be-6243-44cc-8d40-b4d4c43fb95e"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:15:52.624313"], ["updated_at", "2017-10-25 17:15:52.624313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -54850795 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1431e8b-f860-4a6b-b416-660b348dabac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -54850795], ["username", "billy_28"], ["access_token", "3ff33e59638276ad0581a21b05c84725"], ["uuid", "d1431e8b-f860-4a6b-b416-660b348dabac"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:15:52.628811"], ["updated_at", "2017-10-25 17:15:52.628811"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1337111620 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '783a1d6f-aef1-4743-ade8-2f2c0c975d7c' LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1337111620], ["username", "billy_29"], ["access_token", "f305d649f2bb89cf17267ab79f907a8c"], ["uuid", "783a1d6f-aef1-4743-ade8-2f2c0c975d7c"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:15:52.633247"], ["updated_at", "2017-10-25 17:15:52.633247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -6433835 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83492191-3846-4a0e-a0a5-a01308bf84dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -6433835], ["username", "billy_30"], ["access_token", "05417f9366d0b81581e78a2fbeafdff9"], ["uuid", "83492191-3846-4a0e-a0a5-a01308bf84dd"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:15:52.639257"], ["updated_at", "2017-10-25 17:15:52.639257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -968655300 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '193aac55-51cf-42ff-a436-3bddabe81029' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -968655300], ["username", "billy_31"], ["access_token", "2d1d17740c13a91cfa238d698d2cb5f1"], ["uuid", "193aac55-51cf-42ff-a436-3bddabe81029"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:15:52.643587"], ["updated_at", "2017-10-25 17:15:52.643587"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026762520 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f094ddd-0403-4c2c-9263-3d8e9d1eddfb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2026762520], ["username", "billy_32"], ["access_token", "864a4bb19cea625ab5e85bf87f5dd0c2"], ["uuid", "2f094ddd-0403-4c2c-9263-3d8e9d1eddfb"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:15:52.647916"], ["updated_at", "2017-10-25 17:15:52.647916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -639207186 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f00be921-b2f2-402f-a001-93cf4e8671de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -639207186], ["username", "billy_33"], ["access_token", "49f09eed5bd0860b6e3d2073df7379d3"], ["uuid", "f00be921-b2f2-402f-a001-93cf4e8671de"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:15:52.652541"], ["updated_at", "2017-10-25 17:15:52.652541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -881391693 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85330598-fd5b-4150-995d-57b16abcea29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -881391693], ["username", "billy_34"], ["access_token", "f0c7a89a208f1a14518394f22e845407"], ["uuid", "85330598-fd5b-4150-995d-57b16abcea29"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:15:52.656472"], ["updated_at", "2017-10-25 17:15:52.656472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1118122013 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9dfaee2c-d8fe-42d4-bcfb-085acd969c9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1118122013], ["username", "billy_35"], ["access_token", "21d899e84103268c3d4050510143e9d8"], ["uuid", "9dfaee2c-d8fe-42d4-bcfb-085acd969c9c"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:15:52.660361"], ["updated_at", "2017-10-25 17:15:52.660361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -225519509 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bee461ff-d301-4f99-a553-b8bbe6879734' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -225519509], ["username", "billy_36"], ["access_token", "f6422263d07a3d6d7453063779e5f183"], ["uuid", "bee461ff-d301-4f99-a553-b8bbe6879734"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:15:52.664214"], ["updated_at", "2017-10-25 17:15:52.664214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1541231450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c33df292-3c38-4d7e-b705-692d06c28bbf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1541231450], ["username", "billy_37"], ["access_token", "d4c92376a161b1e851f137a7ee5982c2"], ["uuid", "c33df292-3c38-4d7e-b705-692d06c28bbf"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:15:52.668526"], ["updated_at", "2017-10-25 17:15:52.668526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -3606342 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd646ff3a-2866-4c7a-95fd-a0fdb8e4fa33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -3606342], ["username", "billy_38"], ["access_token", "9e37e2a9030b01fe8b7291af3604af63"], ["uuid", "d646ff3a-2866-4c7a-95fd-a0fdb8e4fa33"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:15:52.672412"], ["updated_at", "2017-10-25 17:15:52.672412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2017583415 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a2de8d7-32bf-4229-aa91-92243d59b6ba' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2017583415], ["username", "billy_39"], ["access_token", "d2ee6a7e1f8d1091ab570a96401b65e9"], ["uuid", "8a2de8d7-32bf-4229-aa91-92243d59b6ba"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:15:52.676514"], ["updated_at", "2017-10-25 17:15:52.676514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1651882860 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22e1ad5b-5dba-4be0-82f8-82b96e57381a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1651882860], ["username", "billy_40"], ["access_token", "5dc4dd1a1c9472bcfb8fb6bb32330b20"], ["uuid", "22e1ad5b-5dba-4be0-82f8-82b96e57381a"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:15:52.680291"], ["updated_at", "2017-10-25 17:15:52.680291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987323118 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2a0a5c6-0647-4d3a-91ee-4d56deb2c043' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -987323118], ["username", "billy_41"], ["access_token", "9beae432d0cb5399a12a325d2111ea06"], ["uuid", "b2a0a5c6-0647-4d3a-91ee-4d56deb2c043"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:15:52.685036"], ["updated_at", "2017-10-25 17:15:52.685036"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410377548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9996a072-69bc-4d04-9117-14753da5f0d6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -410377548], ["username", "billy_42"], ["access_token", "ea88a1e1ce6d78dfb9ac1e3d4db503ef"], ["uuid", "9996a072-69bc-4d04-9117-14753da5f0d6"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:15:52.689036"], ["updated_at", "2017-10-25 17:15:52.689036"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1402996192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11948d78-518c-4e6b-b99f-9df07c18a924' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1402996192], ["username", "billy_43"], ["access_token", "f9c9d624ced53b27f63ce52c7fe2935b"], ["uuid", "11948d78-518c-4e6b-b99f-9df07c18a924"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:15:52.693021"], ["updated_at", "2017-10-25 17:15:52.693021"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1155329180 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a963e6d-b13a-4a24-ae5b-5720da344a23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1155329180], ["username", "billy_44"], ["access_token", "847ead9c15825b377ab8f7b8b49593d1"], ["uuid", "2a963e6d-b13a-4a24-ae5b-5720da344a23"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:15:52.696841"], ["updated_at", "2017-10-25 17:15:52.696841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1549952525 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee330b9a-a9f2-4886-b268-d730fadc048e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1549952525], ["username", "billy_45"], ["access_token", "63c2828187cd2273506c4e52ab95c62d"], ["uuid", "ee330b9a-a9f2-4886-b268-d730fadc048e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:15:52.701058"], ["updated_at", "2017-10-25 17:15:52.701058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1429991223 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f04f83bb-90c9-4e59-b480-b1c1916a8b54' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1429991223], ["username", "billy_46"], ["access_token", "6b217a99bb6b4be7223dc1f3edf0ff59"], ["uuid", "f04f83bb-90c9-4e59-b480-b1c1916a8b54"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:15:52.705686"], ["updated_at", "2017-10-25 17:15:52.705686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -248748142 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6bb82414-ac0a-4e63-995f-7fa879edefd0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -248748142], ["username", "billy_47"], ["access_token", "d9a79ba2f6acbf5a156499ab82efbaa7"], ["uuid", "6bb82414-ac0a-4e63-995f-7fa879edefd0"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:15:52.710565"], ["updated_at", "2017-10-25 17:15:52.710565"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -963140621 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f8d0a8f-0b06-4a24-8e1c-0a089c620b61' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -963140621], ["username", "billy_48"], ["access_token", "8d29491ff99e05d77d0d4566dfffaa98"], ["uuid", "5f8d0a8f-0b06-4a24-8e1c-0a089c620b61"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:15:52.714701"], ["updated_at", "2017-10-25 17:15:52.714701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -252654649 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13f3af63-1acd-4268-9b63-bda9188ac12e' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -252654649], ["username", "billy_49"], ["access_token", "a18831fb7b99e366b21aa581bb8d42f7"], ["uuid", "13f3af63-1acd-4268-9b63-bda9188ac12e"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:15:52.718937"], ["updated_at", "2017-10-25 17:15:52.718937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -957587853 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f977a7b-ba9e-483e-8804-8ecf6508e41c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -957587853], ["username", "jstrav"], ["access_token", "682267a8a7a3dce8b8cf5c0307a5061b"], ["uuid", "1f977a7b-ba9e-483e-8804-8ecf6508e41c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:52.725706"], ["updated_at", "2017-10-25 17:15:52.725706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -609284831 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '679922b6-9395-4226-a812-71c396815c85' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -609284831], ["username", "mary"], ["access_token", "4a3cc603f5f6c9dd1cd25a0a27c600b4"], ["uuid", "679922b6-9395-4226-a812-71c396815c85"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:52.729626"], ["updated_at", "2017-10-25 17:15:52.729626"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2035134702 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3472b27e-0b64-480e-89cc-b9b716529f2e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2035134702], ["username", "jstead"], ["access_token", "e400fedce100741dcf10d4c50d2ce1df"], ["uuid", "3472b27e-0b64-480e-89cc-b9b716529f2e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:52.733796"], ["updated_at", "2017-10-25 17:15:52.733796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348191123 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e14bc37d-876d-469a-96d1-bb5d2940a872' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1348191123], ["username", "bigbear"], ["access_token", "93943d0f473e4c477c54afb7fd04f244"], ["uuid", "e14bc37d-876d-469a-96d1-bb5d2940a872"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:52.737804"], ["updated_at", "2017-10-25 17:15:52.737804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1486327122 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e872b0a9-075b-4985-b916-b3c6574c3f5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1486327122], ["username", "billy_00"], ["access_token", "361b405f7680e90ef9e72fbf78da9b57"], ["uuid", "e872b0a9-075b-4985-b916-b3c6574c3f5a"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:15:52.741528"], ["updated_at", "2017-10-25 17:15:52.741528"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1663569740 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d443f78-5b91-4d4a-bfc4-b8d91666bd18' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1663569740], ["username", "billy_01"], ["access_token", "a10187a08d7cd41ec04c293f26a57b96"], ["uuid", "8d443f78-5b91-4d4a-bfc4-b8d91666bd18"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:15:52.746023"], ["updated_at", "2017-10-25 17:15:52.746023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956550698 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '48b30815-a6f9-4781-a1c1-a080e80fd079' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -956550698], ["username", "billy_02"], ["access_token", "506e74cf2640d1f2f46537c2cb3bf5f4"], ["uuid", "48b30815-a6f9-4781-a1c1-a080e80fd079"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:15:52.751275"], ["updated_at", "2017-10-25 17:15:52.751275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -899255402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39153961-86f8-42da-b6e7-46c73806cd85' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -899255402], ["username", "billy_03"], ["access_token", "ec5c0feeea637ac858d83cef221958b1"], ["uuid", "39153961-86f8-42da-b6e7-46c73806cd85"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:15:52.755895"], ["updated_at", "2017-10-25 17:15:52.755895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1725949449 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c49d10d-5ac7-47b4-bff8-c981c4833663' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1725949449], ["username", "billy_04"], ["access_token", "4ec722629b2b71e0d2a7d0abd055abd2"], ["uuid", "5c49d10d-5ac7-47b4-bff8-c981c4833663"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:15:52.760204"], ["updated_at", "2017-10-25 17:15:52.760204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1515801660 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f574a34-befe-42d4-bf2b-a5b8d71c6e7b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1515801660], ["username", "billy_05"], ["access_token", "9d459cd4a41c03a510b6b7a033b337d7"], ["uuid", "6f574a34-befe-42d4-bf2b-a5b8d71c6e7b"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:15:52.764015"], ["updated_at", "2017-10-25 17:15:52.764015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2109884870 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '61b5b950-2fbe-47e9-af7c-08e01d67be7c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2109884870], ["username", "billy_06"], ["access_token", "b1283a1e0b3f3ebf66b2fd20f2490b1a"], ["uuid", "61b5b950-2fbe-47e9-af7c-08e01d67be7c"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:15:52.768265"], ["updated_at", "2017-10-25 17:15:52.768265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829895728 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc0a7141-d8e4-4380-bd2f-79a1238e14eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1829895728], ["username", "billy_07"], ["access_token", "19945d59cae51c3cfaccee738ba6ea1e"], ["uuid", "bc0a7141-d8e4-4380-bd2f-79a1238e14eb"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:15:52.772539"], ["updated_at", "2017-10-25 17:15:52.772539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958107019 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf4523dc-8514-461d-a0d3-558c4e6ef9d8' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -958107019], ["username", "billy_08"], ["access_token", "e21b3a98c64d28c34a70c9ff19fb33d0"], ["uuid", "bf4523dc-8514-461d-a0d3-558c4e6ef9d8"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:15:52.777119"], ["updated_at", "2017-10-25 17:15:52.777119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619837779 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bec1e304-d369-4117-add5-311c20686206' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1619837779], ["username", "billy_09"], ["access_token", "4c899c347bf610b3111e337711d75c12"], ["uuid", "bec1e304-d369-4117-add5-311c20686206"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:15:52.783224"], ["updated_at", "2017-10-25 17:15:52.783224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1596184925 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6df8768-efc2-41d7-8a8c-e09f2ec95fe2' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1596184925], ["username", "billy_10"], ["access_token", "d89c9fb5ff38eca5b5acf42c21531bf2"], ["uuid", "c6df8768-efc2-41d7-8a8c-e09f2ec95fe2"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:15:52.788512"], ["updated_at", "2017-10-25 17:15:52.788512"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -242471386 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '940ce602-13fe-4c4c-b07c-1bd768e4f33f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -242471386], ["username", "billy_11"], ["access_token", "a567da048757b789fa4ec639b431dab0"], ["uuid", "940ce602-13fe-4c4c-b07c-1bd768e4f33f"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:15:52.793821"], ["updated_at", "2017-10-25 17:15:52.793821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1874516198 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a00402d1-bf27-4a27-bfec-8c5027ca8758' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1874516198], ["username", "billy_12"], ["access_token", "e49966c56c69d06d24bbfc56cfc19d42"], ["uuid", "a00402d1-bf27-4a27-bfec-8c5027ca8758"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:15:52.797972"], ["updated_at", "2017-10-25 17:15:52.797972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -471492012 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bdac08b-79a3-458d-b55d-cb06b43a3d54' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -471492012], ["username", "billy_13"], ["access_token", "2a3da127c9a3e18125ae8bbf0fb918d1"], ["uuid", "8bdac08b-79a3-458d-b55d-cb06b43a3d54"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:15:52.803793"], ["updated_at", "2017-10-25 17:15:52.803793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -670429204 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1eefbabb-eaad-49d4-ad14-da122ae8db2a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -670429204], ["username", "billy_14"], ["access_token", "d2dd1aa9b7d227c0f378f2cea8411a99"], ["uuid", "1eefbabb-eaad-49d4-ad14-da122ae8db2a"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:15:52.808073"], ["updated_at", "2017-10-25 17:15:52.808073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1052418090 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd2c0198-aa62-4245-ab3b-f82356a1f93f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1052418090], ["username", "billy_15"], ["access_token", "bb840cc57f1da5901cc212e890eb2c59"], ["uuid", "dd2c0198-aa62-4245-ab3b-f82356a1f93f"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:15:52.812150"], ["updated_at", "2017-10-25 17:15:52.812150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -251127701 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f42a005b-adc0-4a68-a86e-41fe7597880b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -251127701], ["username", "billy_16"], ["access_token", "7da5a2334b78588994ee878272b7cb71"], ["uuid", "f42a005b-adc0-4a68-a86e-41fe7597880b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:15:52.816264"], ["updated_at", "2017-10-25 17:15:52.816264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -522503438 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4acd4eb-d439-4c44-a77a-ddf4616dda50' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -522503438], ["username", "billy_17"], ["access_token", "49a3fcaea239385338132f569b9de222"], ["uuid", "f4acd4eb-d439-4c44-a77a-ddf4616dda50"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:15:52.821044"], ["updated_at", "2017-10-25 17:15:52.821044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -126007052 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c990034-70b1-4c62-8b15-a4e50fc055c0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -126007052], ["username", "billy_18"], ["access_token", "ab9a0539ed4e7ca04d6597d8886b9302"], ["uuid", "3c990034-70b1-4c62-8b15-a4e50fc055c0"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:15:52.826324"], ["updated_at", "2017-10-25 17:15:52.826324"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -988715285 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '622872da-24eb-48c5-ab18-4b6b4e189aaf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -988715285], ["username", "billy_19"], ["access_token", "2ee9f5e2467ff985aa5c4aacf6cb228b"], ["uuid", "622872da-24eb-48c5-ab18-4b6b4e189aaf"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:15:52.830793"], ["updated_at", "2017-10-25 17:15:52.830793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -652163341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0d5561d-b82f-4971-b9ab-27132f869e9a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -652163341], ["username", "billy_20"], ["access_token", "1720cd1f9969305a84e564cb76440424"], ["uuid", "d0d5561d-b82f-4971-b9ab-27132f869e9a"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:15:52.835064"], ["updated_at", "2017-10-25 17:15:52.835064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -565347190 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fead7608-d703-480c-9e0f-57642352208a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -565347190], ["username", "billy_21"], ["access_token", "cee9bd10f84baadafe5fd38d40bf704e"], ["uuid", "fead7608-d703-480c-9e0f-57642352208a"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:15:52.839164"], ["updated_at", "2017-10-25 17:15:52.839164"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1157005461 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7c092e5-7e72-492a-bca9-773a7e5eb784' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1157005461], ["username", "billy_22"], ["access_token", "47c3099a75eee4c633b30ee9467f3341"], ["uuid", "d7c092e5-7e72-492a-bca9-773a7e5eb784"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:15:52.843092"], ["updated_at", "2017-10-25 17:15:52.843092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -384534084 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20a6c94c-11a4-4f5b-9c86-1ae197e578f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -384534084], ["username", "billy_23"], ["access_token", "67cb26ceb301e86ea087fb734a208f58"], ["uuid", "20a6c94c-11a4-4f5b-9c86-1ae197e578f7"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:15:52.846986"], ["updated_at", "2017-10-25 17:15:52.846986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1387954264 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b562881d-50f5-4af4-84a1-e1905646ab91' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1387954264], ["username", "billy_24"], ["access_token", "05117908466b3cfd3ded68e4c3acb875"], ["uuid", "b562881d-50f5-4af4-84a1-e1905646ab91"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:15:52.851696"], ["updated_at", "2017-10-25 17:15:52.851696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1661177595 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30ff01eb-2cad-4963-941f-27e56e4600b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1661177595], ["username", "billy_25"], ["access_token", "2c12a91329d4ca7559c07ec0cb813666"], ["uuid", "30ff01eb-2cad-4963-941f-27e56e4600b9"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:15:52.856552"], ["updated_at", "2017-10-25 17:15:52.856552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1956717560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ab27685-e8f9-45b6-96f3-6854ebca7171' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1956717560], ["username", "billy_26"], ["access_token", "4ec1179c90fab9745009d0984f3afbb9"], ["uuid", "1ab27685-e8f9-45b6-96f3-6854ebca7171"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:15:52.860596"], ["updated_at", "2017-10-25 17:15:52.860596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -140493260 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31c69271-8f0c-4c6c-b799-7a284333c8c3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -140493260], ["username", "billy_27"], ["access_token", "e044511c4abe15cfa5f5c47b8c2b28c4"], ["uuid", "31c69271-8f0c-4c6c-b799-7a284333c8c3"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:15:52.864362"], ["updated_at", "2017-10-25 17:15:52.864362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1275706225 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49785436-6836-4687-8cc4-8b62feb0123a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1275706225], ["username", "billy_28"], ["access_token", "7a491720d619a852c8ff39124b7f55c4"], ["uuid", "49785436-6836-4687-8cc4-8b62feb0123a"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:15:52.868750"], ["updated_at", "2017-10-25 17:15:52.868750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -608075121 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ff8cd45-edac-4bfa-8aab-24c9f8eb06ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -608075121], ["username", "billy_29"], ["access_token", "50c90143c55ef847a210da13cf73946b"], ["uuid", "1ff8cd45-edac-4bfa-8aab-24c9f8eb06ec"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:15:52.873097"], ["updated_at", "2017-10-25 17:15:52.873097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -124722680 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e31daa81-0e04-4ce3-b5e5-8daa001532fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -124722680], ["username", "billy_30"], ["access_token", "8ceced6ad20e93bf1fcfaf8e0b6eb5a1"], ["uuid", "e31daa81-0e04-4ce3-b5e5-8daa001532fb"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:15:52.877154"], ["updated_at", "2017-10-25 17:15:52.877154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -888852177 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd89ac9b9-29cd-443e-afa8-740786465f94' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -888852177], ["username", "billy_31"], ["access_token", "477834bb8f2a83896b1ef9fd63c2495a"], ["uuid", "d89ac9b9-29cd-443e-afa8-740786465f94"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:15:52.880949"], ["updated_at", "2017-10-25 17:15:52.880949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1977488226 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '052a5433-dac0-4942-81b8-ae02e81e5710' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1977488226], ["username", "billy_32"], ["access_token", "6b357a6cb69658a8cd3acb46933cb451"], ["uuid", "052a5433-dac0-4942-81b8-ae02e81e5710"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:15:52.885343"], ["updated_at", "2017-10-25 17:15:52.885343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424149443 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e1122c74-dbe8-46c7-8ee6-230d2d5aee5f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -424149443], ["username", "billy_33"], ["access_token", "b1d76041d217171ebbfb579a04035479"], ["uuid", "e1122c74-dbe8-46c7-8ee6-230d2d5aee5f"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:15:52.889408"], ["updated_at", "2017-10-25 17:15:52.889408"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -863225281 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22964aee-dd03-49f1-a901-da6ff56b58ef' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -863225281], ["username", "billy_34"], ["access_token", "1d77beaa215cf319aa5e3a246e34cb3f"], ["uuid", "22964aee-dd03-49f1-a901-da6ff56b58ef"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:15:52.893589"], ["updated_at", "2017-10-25 17:15:52.893589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1013664733 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f140183-0a94-4986-8c19-35e69d111bf8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1013664733], ["username", "billy_35"], ["access_token", "f766be656e95199729d4b1658486ff63"], ["uuid", "5f140183-0a94-4986-8c19-35e69d111bf8"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:15:52.898858"], ["updated_at", "2017-10-25 17:15:52.898858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -132942450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '603c2fa0-1fdc-468b-b763-01dcafb59a19' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -132942450], ["username", "billy_36"], ["access_token", "5463864139064345d9c8cbf48b89734e"], ["uuid", "603c2fa0-1fdc-468b-b763-01dcafb59a19"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:15:52.903819"], ["updated_at", "2017-10-25 17:15:52.903819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -130174532 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '056379a0-dc20-48fa-9454-9ea9a10bd6f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -130174532], ["username", "billy_37"], ["access_token", "d27d86367b5dd662529136e11d29825f"], ["uuid", "056379a0-dc20-48fa-9454-9ea9a10bd6f2"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:15:52.907919"], ["updated_at", "2017-10-25 17:15:52.907919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -775577471 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07e5ae69-c05e-491d-ae74-d4d65ccdc805' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -775577471], ["username", "billy_38"], ["access_token", "8dca14a3285b164f68a03435525f6f80"], ["uuid", "07e5ae69-c05e-491d-ae74-d4d65ccdc805"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:15:52.911757"], ["updated_at", "2017-10-25 17:15:52.911757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1644839391 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ce8d0d6-3258-4325-9a0b-4ed1b39c37bd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1644839391], ["username", "billy_39"], ["access_token", "ba43e05b5b7305ea6f697116a37b5a92"], ["uuid", "8ce8d0d6-3258-4325-9a0b-4ed1b39c37bd"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:15:52.915484"], ["updated_at", "2017-10-25 17:15:52.915484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641078179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '334bba55-8b89-4350-9eed-5aa0cf5c6646' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -641078179], ["username", "billy_40"], ["access_token", "3ce82cb714069e5490590d5ee328754e"], ["uuid", "334bba55-8b89-4350-9eed-5aa0cf5c6646"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:15:52.920274"], ["updated_at", "2017-10-25 17:15:52.920274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1572529001 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc1c9d71-47f4-4766-b8b4-0bf752ae09c9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1572529001], ["username", "billy_41"], ["access_token", "c623afcba03aec87209ebcebbda411a2"], ["uuid", "cc1c9d71-47f4-4766-b8b4-0bf752ae09c9"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:15:52.924306"], ["updated_at", "2017-10-25 17:15:52.924306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1472592104 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0897da7-8a76-441b-a907-51424ee655c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1472592104], ["username", "billy_42"], ["access_token", "8f0eae2fa0faea551a52347c09d37fa3"], ["uuid", "d0897da7-8a76-441b-a907-51424ee655c2"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:15:52.928303"], ["updated_at", "2017-10-25 17:15:52.928303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -265986028 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '204ad68a-44f9-4c8a-af8b-030494020d55' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -265986028], ["username", "billy_43"], ["access_token", "4c9aeb9ef6062dc236ac873228a73a9e"], ["uuid", "204ad68a-44f9-4c8a-af8b-030494020d55"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:15:52.932190"], ["updated_at", "2017-10-25 17:15:52.932190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1627394411 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '239376ab-9930-4034-af00-3da398089ac5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1627394411], ["username", "billy_44"], ["access_token", "a064969bdb8c1fbc2e73c1168e9b5864"], ["uuid", "239376ab-9930-4034-af00-3da398089ac5"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:15:52.936446"], ["updated_at", "2017-10-25 17:15:52.936446"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812136417 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65729ace-a25d-4062-a803-39d4f6fa3e03' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1812136417], ["username", "billy_45"], ["access_token", "6e3b6ddf4944276641af5301b79b8f64"], ["uuid", "65729ace-a25d-4062-a803-39d4f6fa3e03"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:15:52.940554"], ["updated_at", "2017-10-25 17:15:52.940554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2081168298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2f7176e-7222-48f6-920f-5a619ff65bd5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2081168298], ["username", "billy_46"], ["access_token", "eb7dd35d8143ffb00123e25536b97617"], ["uuid", "d2f7176e-7222-48f6-920f-5a619ff65bd5"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:15:52.944666"], ["updated_at", "2017-10-25 17:15:52.944666"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1867084938 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb0ef996-d9a8-400b-975e-eb4bb49495ba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1867084938], ["username", "billy_47"], ["access_token", "fdebd08b2d04245b4450b27dc0722c09"], ["uuid", "fb0ef996-d9a8-400b-975e-eb4bb49495ba"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:15:52.948811"], ["updated_at", "2017-10-25 17:15:52.948811"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -507775773 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ee4e074-0703-4681-9965-fa5686a51ce9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -507775773], ["username", "billy_48"], ["access_token", "961e300195698d1d717146721cc2faa0"], ["uuid", "1ee4e074-0703-4681-9965-fa5686a51ce9"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:15:52.953083"], ["updated_at", "2017-10-25 17:15:52.953083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -224160658 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5b11ea2-3950-44e2-a197-c929a0872750' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -224160658], ["username", "billy_49"], ["access_token", "efdbc409b73a0c761a9b6e3fd0e78b7d"], ["uuid", "d5b11ea2-3950-44e2-a197-c929a0872750"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:15:52.957100"], ["updated_at", "2017-10-25 17:15:52.957100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2144017010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2c3f6d8-a46b-49b4-b44e-3f2a2c384de6' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2144017010], ["username", "jstrav"], ["access_token", "90ff42a96d0000bf85fb59aa4212aabc"], ["uuid", "f2c3f6d8-a46b-49b4-b44e-3f2a2c384de6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:15:52.965255"], ["updated_at", "2017-10-25 17:15:52.965255"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719310385 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c619511f-95fc-4fef-92fd-c0601ad82d26' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1719310385], ["username", "mary"], ["access_token", "20657c7bb83244d0bdb1079d089ad90e"], ["uuid", "c619511f-95fc-4fef-92fd-c0601ad82d26"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:15:52.970308"], ["updated_at", "2017-10-25 17:15:52.970308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -359250451 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6569e8e-d58b-4c07-8f56-93e3efbeca6b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -359250451], ["username", "jstead"], ["access_token", "64930226df4ca3a496b70ebc3d7c3801"], ["uuid", "f6569e8e-d58b-4c07-8f56-93e3efbeca6b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:15:52.974963"], ["updated_at", "2017-10-25 17:15:52.974963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1115938873 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8a2c8f7-f182-4c73-b7af-33ec97c5bbc1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1115938873], ["username", "bigbear"], ["access_token", "9af512236d1198cad7928fd86e824778"], ["uuid", "b8a2c8f7-f182-4c73-b7af-33ec97c5bbc1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:15:52.979185"], ["updated_at", "2017-10-25 17:15:52.979185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361584446 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9e7dc20-452b-43bf-a738-6c57e1411d70' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -361584446], ["username", "billy_00"], ["access_token", "afe6dfd18cc9493bf81c4358257f6599"], ["uuid", "a9e7dc20-452b-43bf-a738-6c57e1411d70"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:15:52.983168"], ["updated_at", "2017-10-25 17:15:52.983168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -585156192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f987b6e8-bb68-4a34-9f2c-276e49ad69c0' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -585156192], ["username", "billy_01"], ["access_token", "3fb419eee4d297029299ccdc546d673a"], ["uuid", "f987b6e8-bb68-4a34-9f2c-276e49ad69c0"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:15:52.987851"], ["updated_at", "2017-10-25 17:15:52.987851"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510033553 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0aeddb2a-cd12-4370-9733-1b1cc443001d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1510033553], ["username", "billy_02"], ["access_token", "3204d2e2ac95a2a81d928a818c171c4e"], ["uuid", "0aeddb2a-cd12-4370-9733-1b1cc443001d"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:15:52.993280"], ["updated_at", "2017-10-25 17:15:52.993280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -282307007 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc758cde-3958-4e95-8a2f-a526f930690c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -282307007], ["username", "billy_03"], ["access_token", "02fe44c58a587db4d82ee02efff02cfa"], ["uuid", "bc758cde-3958-4e95-8a2f-a526f930690c"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:15:52.998133"], ["updated_at", "2017-10-25 17:15:52.998133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812013202 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92f9a9df-8b74-4e37-9e28-678966cf735b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1812013202], ["username", "billy_04"], ["access_token", "9e204bb8af737914b549c716d16ead2b"], ["uuid", "92f9a9df-8b74-4e37-9e28-678966cf735b"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:15:53.002917"], ["updated_at", "2017-10-25 17:15:53.002917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2072825347 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35730352-3722-4334-819f-8c5c02cc99b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2072825347], ["username", "billy_05"], ["access_token", "9af491d57c234424c9a20c7af45885d1"], ["uuid", "35730352-3722-4334-819f-8c5c02cc99b9"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:15:53.007023"], ["updated_at", "2017-10-25 17:15:53.007023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -433115952 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9722b50-32eb-4cf8-bf2b-14df1d09c04a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -433115952], ["username", "billy_06"], ["access_token", "4f649cb269dea40c1a83a03300ff6e71"], ["uuid", "b9722b50-32eb-4cf8-bf2b-14df1d09c04a"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:15:53.011019"], ["updated_at", "2017-10-25 17:15:53.011019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1618927239 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bdf8e106-77e8-44e0-a2cd-fd302698d039' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1618927239], ["username", "billy_07"], ["access_token", "fb4ff60cd3368a480cbf46e89cf4eb97"], ["uuid", "bdf8e106-77e8-44e0-a2cd-fd302698d039"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:15:53.014839"], ["updated_at", "2017-10-25 17:15:53.014839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -6365072 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66a3140a-ba14-4c40-82fb-1c878978d319' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -6365072], ["username", "billy_08"], ["access_token", "97007e5c83d5925da7bc6d7421caddc4"], ["uuid", "66a3140a-ba14-4c40-82fb-1c878978d319"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:15:53.019102"], ["updated_at", "2017-10-25 17:15:53.019102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1505066775 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e6bdd466-3283-404e-838c-d23307ef13c3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1505066775], ["username", "billy_09"], ["access_token", "241cf6a32c5a1fb08ac3a79feca8142a"], ["uuid", "e6bdd466-3283-404e-838c-d23307ef13c3"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:15:53.022991"], ["updated_at", "2017-10-25 17:15:53.022991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1888079670 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e6714033-becc-41ab-ab57-068022568e63' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1888079670], ["username", "billy_10"], ["access_token", "bbb20723ebcafd5578f4db2183a8446d"], ["uuid", "e6714033-becc-41ab-ab57-068022568e63"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:15:53.026848"], ["updated_at", "2017-10-25 17:15:53.026848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1334257698 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '320ed812-05e8-4c00-bc82-d68408e5bfc1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1334257698], ["username", "billy_11"], ["access_token", "897a6ef3a041ac5e62573f72140c4de0"], ["uuid", "320ed812-05e8-4c00-bc82-d68408e5bfc1"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:15:53.032281"], ["updated_at", "2017-10-25 17:15:53.032281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1454136715 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66b6a86f-508f-46d2-89b9-16b5bcb0ca7a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1454136715], ["username", "billy_12"], ["access_token", "ef6820ec393d3dfadd4926adb5cbed64"], ["uuid", "66b6a86f-508f-46d2-89b9-16b5bcb0ca7a"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:15:53.038060"], ["updated_at", "2017-10-25 17:15:53.038060"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2100440002 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01bbbd90-27a4-4d40-af49-2d62bd221bac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2100440002], ["username", "billy_13"], ["access_token", "06a43ccdeedb7ea73bbd107ac8ebe4eb"], ["uuid", "01bbbd90-27a4-4d40-af49-2d62bd221bac"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:15:53.042721"], ["updated_at", "2017-10-25 17:15:53.042721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378263504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b170f71-8649-4c12-9fb7-87ac4ae050af' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -378263504], ["username", "billy_14"], ["access_token", "479e900b425ca3f006d19c1d11a5b4ba"], ["uuid", "8b170f71-8649-4c12-9fb7-87ac4ae050af"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:15:53.046586"], ["updated_at", "2017-10-25 17:15:53.046586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646527463 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21c9af15-9e0c-4e5c-b147-49dc70c6d17c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -646527463], ["username", "billy_15"], ["access_token", "1cedd817073691c541beb02577b017a8"], ["uuid", "21c9af15-9e0c-4e5c-b147-49dc70c6d17c"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:15:53.050643"], ["updated_at", "2017-10-25 17:15:53.050643"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1980579960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '168bc06e-f7d1-40a1-8ca6-011e9be81381' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1980579960], ["username", "billy_16"], ["access_token", "24dec9d3eca1f301712f5dd1ef6b25d3"], ["uuid", "168bc06e-f7d1-40a1-8ca6-011e9be81381"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:15:53.054645"], ["updated_at", "2017-10-25 17:15:53.054645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1267471426 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1276704e-c916-4845-bb32-42b01d07bd26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1267471426], ["username", "billy_17"], ["access_token", "ff549b42ba844cb7e44feaf0f23886b6"], ["uuid", "1276704e-c916-4845-bb32-42b01d07bd26"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:15:53.058307"], ["updated_at", "2017-10-25 17:15:53.058307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -269548154 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0bf0b332-95d1-43c4-bfd6-281db13d3713' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -269548154], ["username", "billy_18"], ["access_token", "d1f2083ce2b08417281ceb2ae2f071d0"], ["uuid", "0bf0b332-95d1-43c4-bfd6-281db13d3713"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:15:53.062007"], ["updated_at", "2017-10-25 17:15:53.062007"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -742359952 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4566031c-2cc9-4603-a05e-5eea7490b09d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -742359952], ["username", "billy_19"], ["access_token", "d8c3d83d4f214d2d35536f7e52f05840"], ["uuid", "4566031c-2cc9-4603-a05e-5eea7490b09d"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:15:53.065584"], ["updated_at", "2017-10-25 17:15:53.065584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -694620746 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ed0c65d-3d4b-411e-b881-d1a06b17324b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -694620746], ["username", "billy_20"], ["access_token", "4931d092a95fb5e01cf24976b33f6f9c"], ["uuid", "7ed0c65d-3d4b-411e-b881-d1a06b17324b"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:15:53.070918"], ["updated_at", "2017-10-25 17:15:53.070918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1926902686 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b02780d6-d952-4365-b974-279b9d238eed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1926902686], ["username", "billy_21"], ["access_token", "3242524a8ea54de93b2c1b51af75d398"], ["uuid", "b02780d6-d952-4365-b974-279b9d238eed"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:15:53.075153"], ["updated_at", "2017-10-25 17:15:53.075153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -484295479 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f610e079-5b47-4c75-b7aa-772a93357e50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -484295479], ["username", "billy_22"], ["access_token", "061931aed46b85ed53bae5bf09757fca"], ["uuid", "f610e079-5b47-4c75-b7aa-772a93357e50"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:15:53.079011"], ["updated_at", "2017-10-25 17:15:53.079011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1177507584 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77235481-3fd6-41b1-99bc-27b0231f62b0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1177507584], ["username", "billy_23"], ["access_token", "9ffce6d6fe99826a3cc9740bbed3592f"], ["uuid", "77235481-3fd6-41b1-99bc-27b0231f62b0"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:15:53.082814"], ["updated_at", "2017-10-25 17:15:53.082814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1235360019 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb79f715-40d7-40f1-8750-8c83222bf6ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1235360019], ["username", "billy_24"], ["access_token", "a33da8d3d902e3d9ce0781b8b5bd018a"], ["uuid", "fb79f715-40d7-40f1-8750-8c83222bf6ff"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:15:53.086916"], ["updated_at", "2017-10-25 17:15:53.086916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -936257703 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33368680-cf2c-41f1-8079-31722d5e6f01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -936257703], ["username", "billy_25"], ["access_token", "e7af3689bfcff05c0ab8ef45cc9483c6"], ["uuid", "33368680-cf2c-41f1-8079-31722d5e6f01"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:15:53.090874"], ["updated_at", "2017-10-25 17:15:53.090874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1339838062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52fc40a3-b729-402b-a904-04373c2b0457' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1339838062], ["username", "billy_26"], ["access_token", "3d6261ec3fafd70385a0d961da4489f6"], ["uuid", "52fc40a3-b729-402b-a904-04373c2b0457"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:15:53.094904"], ["updated_at", "2017-10-25 17:15:53.094904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -767510104 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f578c504-1226-4971-b7b5-8c6f5cc4865c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -767510104], ["username", "billy_27"], ["access_token", "a266a0f77f3dc6756ff2813d502d48d3"], ["uuid", "f578c504-1226-4971-b7b5-8c6f5cc4865c"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:15:53.098840"], ["updated_at", "2017-10-25 17:15:53.098840"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1453017675 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ef9eb13-0810-4b07-9a92-a6c0e445c34e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1453017675], ["username", "billy_28"], ["access_token", "da5bcad3ccd31b609bf70757b47efc00"], ["uuid", "7ef9eb13-0810-4b07-9a92-a6c0e445c34e"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:15:53.103261"], ["updated_at", "2017-10-25 17:15:53.103261"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1827978339 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4057725-a76f-4e1a-a916-198d89345bbd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1827978339], ["username", "billy_29"], ["access_token", "1c80ef2a77b1c29af87a866bcf7c6343"], ["uuid", "d4057725-a76f-4e1a-a916-198d89345bbd"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:15:53.108474"], ["updated_at", "2017-10-25 17:15:53.108474"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -558691376 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76553c8b-e431-42be-852c-1d2a95050679' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -558691376], ["username", "billy_30"], ["access_token", "7e3ae96107951dab408a62f168716d30"], ["uuid", "76553c8b-e431-42be-852c-1d2a95050679"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:15:53.112738"], ["updated_at", "2017-10-25 17:15:53.112738"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410554178 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64b84f24-87ac-4a9e-bec2-e28994170aa6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -410554178], ["username", "billy_31"], ["access_token", "5321685fa1aca78db820b38b73c22ff5"], ["uuid", "64b84f24-87ac-4a9e-bec2-e28994170aa6"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:15:53.117660"], ["updated_at", "2017-10-25 17:15:53.117660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952687339 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56402073-55ee-4d08-8297-faa7d9cdc715' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -952687339], ["username", "billy_32"], ["access_token", "0d6196c9e1aa7033f409feacd5526eee"], ["uuid", "56402073-55ee-4d08-8297-faa7d9cdc715"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:15:53.122614"], ["updated_at", "2017-10-25 17:15:53.122614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1828798549 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5408eba5-a0e0-4313-b931-1689575b5cad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1828798549], ["username", "billy_33"], ["access_token", "9c7e6a38108819017ba75310b402a30c"], ["uuid", "5408eba5-a0e0-4313-b931-1689575b5cad"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:15:53.126457"], ["updated_at", "2017-10-25 17:15:53.126457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1051619699 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d0485fe-112c-4ddb-ba35-dfa1d32c308a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1051619699], ["username", "billy_34"], ["access_token", "68ac6a75ee50d1707875eedefcf4f49b"], ["uuid", "9d0485fe-112c-4ddb-ba35-dfa1d32c308a"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:15:53.130750"], ["updated_at", "2017-10-25 17:15:53.130750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1389127167 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e688d16d-8d18-44ae-b689-56402d69d098' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1389127167], ["username", "billy_35"], ["access_token", "a8e1f18c246d1fc2a7ca985f6b382ce0"], ["uuid", "e688d16d-8d18-44ae-b689-56402d69d098"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:15:53.143595"], ["updated_at", "2017-10-25 17:15:53.143595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016240242 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '835caa51-73cd-4363-9559-e3a175c45138' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1016240242], ["username", "billy_36"], ["access_token", "1aba120b7e41245b796a920614dc0630"], ["uuid", "835caa51-73cd-4363-9559-e3a175c45138"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:15:53.148942"], ["updated_at", "2017-10-25 17:15:53.148942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1069157753 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93cc76be-da9c-415c-a60e-3e9231789ec5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1069157753], ["username", "billy_37"], ["access_token", "def974f0836936675b1dd325ba236d5e"], ["uuid", "93cc76be-da9c-415c-a60e-3e9231789ec5"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:15:53.153247"], ["updated_at", "2017-10-25 17:15:53.153247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2109059278 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0c780769-d8bb-418b-9b35-7166bfce5db3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2109059278], ["username", "billy_38"], ["access_token", "9a9c223fdba47e06a66182d02a20877c"], ["uuid", "0c780769-d8bb-418b-9b35-7166bfce5db3"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:15:53.157152"], ["updated_at", "2017-10-25 17:15:53.157152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1435270611 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5acbfc2e-247c-44c4-851c-4d5e21e73395' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1435270611], ["username", "billy_39"], ["access_token", "a7f852e09a6280760ed313e584bd604a"], ["uuid", "5acbfc2e-247c-44c4-851c-4d5e21e73395"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:15:53.161732"], ["updated_at", "2017-10-25 17:15:53.161732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -742772749 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '794848bb-fa2e-430a-81fb-c249e3277695' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -742772749], ["username", "billy_40"], ["access_token", "b095f66343937b7ec138e36ae297edea"], ["uuid", "794848bb-fa2e-430a-81fb-c249e3277695"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:15:53.166638"], ["updated_at", "2017-10-25 17:15:53.166638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1025178816 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '963fac73-778f-4ea3-bb53-765819a97e4f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1025178816], ["username", "billy_41"], ["access_token", "7261fb48de3c495504bdd0f021ac6be3"], ["uuid", "963fac73-778f-4ea3-bb53-765819a97e4f"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:15:53.170903"], ["updated_at", "2017-10-25 17:15:53.170903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -910637535 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '792e0559-9f73-43d1-8a44-fe562486d89e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -910637535], ["username", "billy_42"], ["access_token", "4082d77d85735161643a69d4cf715a95"], ["uuid", "792e0559-9f73-43d1-8a44-fe562486d89e"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:15:53.175006"], ["updated_at", "2017-10-25 17:15:53.175006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -412536199 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2cbae0bb-2950-4cab-a49b-00bf97a4cfc9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -412536199], ["username", "billy_43"], ["access_token", "0e463aa315b11800470a6e656949a707"], ["uuid", "2cbae0bb-2950-4cab-a49b-00bf97a4cfc9"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:15:53.179049"], ["updated_at", "2017-10-25 17:15:53.179049"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1370898028 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97892ba2-9cdf-4ce2-80ef-9c047dbc6f6c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1370898028], ["username", "billy_44"], ["access_token", "6c6bc34d5b7ac4fe601845e312eb9e97"], ["uuid", "97892ba2-9cdf-4ce2-80ef-9c047dbc6f6c"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:15:53.183030"], ["updated_at", "2017-10-25 17:15:53.183030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -274366952 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fee22e5a-1826-4fc7-add5-6d5a5a9f0e74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -274366952], ["username", "billy_45"], ["access_token", "cfa9e7b8d8e2bde4e5d51e76159f89e8"], ["uuid", "fee22e5a-1826-4fc7-add5-6d5a5a9f0e74"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:15:53.187088"], ["updated_at", "2017-10-25 17:15:53.187088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -821073588 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27db17c7-b991-4181-a170-c5fb9810ccd9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -821073588], ["username", "billy_46"], ["access_token", "7fd5b15d87f22d87ff7484f9caccfe55"], ["uuid", "27db17c7-b991-4181-a170-c5fb9810ccd9"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:15:53.191300"], ["updated_at", "2017-10-25 17:15:53.191300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -309897063 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cce30de-2367-4ab2-a589-e119b672d0fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -309897063], ["username", "billy_47"], ["access_token", "bc272a79702e98ad8af2881cc3f390ff"], ["uuid", "8cce30de-2367-4ab2-a589-e119b672d0fe"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:15:53.195387"], ["updated_at", "2017-10-25 17:15:53.195387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1880509130 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df4c2f14-b759-487b-9286-53de0c90a7f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1880509130], ["username", "billy_48"], ["access_token", "b95831a1219744884ed7cfa00f6281dc"], ["uuid", "df4c2f14-b759-487b-9286-53de0c90a7f6"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:15:53.200111"], ["updated_at", "2017-10-25 17:15:53.200111"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1457747329 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d2573ca-9cb1-411e-b182-56d14b182203' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1457747329], ["username", "billy_49"], ["access_token", "0eb920f3eb7e72ffa16935f26d24ea56"], ["uuid", "1d2573ca-9cb1-411e-b182-56d14b182203"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:15:53.204524"], ["updated_at", "2017-10-25 17:15:53.204524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (204.7ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (424.9ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.2ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (5.9ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto"  (5.2ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" character varying DEFAULT 'gen_random_uuid()' NOT NULL, "role" integer DEFAULT 0 NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (0.7ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (1.7ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (0.8ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (1.8ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.1ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.3ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.6ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (0.8ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.9ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (3.5ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (1.9ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1213584355 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4b7fedea134d927066b06737e16ed3af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '320c52db-2da3-4aa8-a050-7a2930532027' LIMIT 1 SQL (1.0ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1213584355], ["username", "4b7fedea134d927066b06737e16ed3af"], ["access_token", "1fb28ac4c131a600ad0bf547fde28628"], ["uuid", "320c52db-2da3-4aa8-a050-7a2930532027"], ["created_at", "2017-10-25 17:21:31.606305"], ["updated_at", "2017-10-25 17:21:31.606305"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -444141405 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -444141405], ["name", "MyGroup"], ["created_at", "2017-10-25 17:21:31.622757"], ["updated_at", "2017-10-25 17:21:31.622757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -388315635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '81251b0fb9d41c30acbe03a4c564c3fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67cafa5b-4a06-48eb-a67c-579a4791e62c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -388315635], ["username", "81251b0fb9d41c30acbe03a4c564c3fb"], ["access_token", "5e696554c0ed805ae54537dc6c089d75"], ["uuid", "67cafa5b-4a06-48eb-a67c-579a4791e62c"], ["created_at", "2017-10-25 17:21:31.629916"], ["updated_at", "2017-10-25 17:21:31.629916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -871674453 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -871674453], ["name", "MyGroup"], ["created_at", "2017-10-25 17:21:31.633297"], ["updated_at", "2017-10-25 17:21:31.633297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1420589903 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5823a38dd5b437d8d4347e35148e113d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ed603af-fda4-4693-9b93-66b4bf444aca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1420589903], ["username", "5823a38dd5b437d8d4347e35148e113d"], ["access_token", "82f8c5b01a70f2e7609c03e293167599"], ["uuid", "0ed603af-fda4-4693-9b93-66b4bf444aca"], ["created_at", "2017-10-25 17:21:31.637709"], ["updated_at", "2017-10-25 17:21:31.637709"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-10-25 17:21:31.648559"], ["updated_at", "2017-10-25 17:21:31.648559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:21:31 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 20ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:21:31 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:21:31 -0500  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:21:31 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:21:31 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:21:31 -0500  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:21:31 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:21:31 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:21:31 -0500  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -783877303 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4954496-d009-49fa-ad4d-7dac3579d156' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -783877303], ["username", "jstrav"], ["access_token", "0bdb9ba1657e6edb10c6537299ae06b3"], ["uuid", "b4954496-d009-49fa-ad4d-7dac3579d156"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:31.733940"], ["updated_at", "2017-10-25 17:21:31.733940"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -402313024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e548cc47-790d-4b9c-8808-3ef310cbfc25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -402313024], ["username", "mary"], ["access_token", "51623f7dea895418e5ff89ac614e643c"], ["uuid", "e548cc47-790d-4b9c-8808-3ef310cbfc25"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:31.738118"], ["updated_at", "2017-10-25 17:21:31.738118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -608193973 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ed84db0-1991-4a5c-b3a1-95108840c67a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -608193973], ["username", "jstead"], ["access_token", "ef51fe8308ec97ff609443cd2a522c53"], ["uuid", "9ed84db0-1991-4a5c-b3a1-95108840c67a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:31.741940"], ["updated_at", "2017-10-25 17:21:31.741940"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -312762982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc3ba006-3aba-4b65-b34a-019a887e2c99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -312762982], ["username", "bigbear"], ["access_token", "fd021a2968125bd2b2627b1de872be1e"], ["uuid", "dc3ba006-3aba-4b65-b34a-019a887e2c99"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:31.745680"], ["updated_at", "2017-10-25 17:21:31.745680"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -812875047 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89cdb3f8-d1e7-4103-bcaf-a0c4a389639c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -812875047], ["username", "jstrav"], ["access_token", "a93146b626395d24a4f25614393d9831"], ["uuid", "89cdb3f8-d1e7-4103-bcaf-a0c4a389639c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:31.754191"], ["updated_at", "2017-10-25 17:21:31.754191"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -576170118 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e067595-7bc6-4980-b3e6-06f027c8e04c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -576170118], ["username", "mary"], ["access_token", "22959c27d6c872e1604c36a355c8bca8"], ["uuid", "9e067595-7bc6-4980-b3e6-06f027c8e04c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:31.759834"], ["updated_at", "2017-10-25 17:21:31.759834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -162749208 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad0a8165-1167-4657-854c-0536cb206748' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -162749208], ["username", "jstead"], ["access_token", "54d1282802c5f39608695e279c8fc434"], ["uuid", "ad0a8165-1167-4657-854c-0536cb206748"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:31.764140"], ["updated_at", "2017-10-25 17:21:31.764140"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1478153959 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fa3afb9-23f8-41bd-b80d-1c08f10a5a3a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1478153959], ["username", "bigbear"], ["access_token", "8ba7b9c428d755241f2394631bf98af8"], ["uuid", "0fa3afb9-23f8-41bd-b80d-1c08f10a5a3a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:31.767842"], ["updated_at", "2017-10-25 17:21:31.767842"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -873853819 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'deb1062b-d0ea-4e74-8a6a-1661c718c25d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -873853819], ["username", "jstrav"], ["access_token", "53e73fa279445a3ad79a2aba989bff68"], ["uuid", "deb1062b-d0ea-4e74-8a6a-1661c718c25d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:31.776208"], ["updated_at", "2017-10-25 17:21:31.776208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -971506082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '823bf342-084a-4ce3-8ab8-b0c684eceb7a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -971506082], ["username", "mary"], ["access_token", "f79fdf6c19e959a29e16a2ccbbf230e4"], ["uuid", "823bf342-084a-4ce3-8ab8-b0c684eceb7a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:31.779896"], ["updated_at", "2017-10-25 17:21:31.779896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -340905026 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3aeaed6-482e-4245-acf6-f7609cd77ef6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -340905026], ["username", "jstead"], ["access_token", "6e4755e48e281dbf873b3d32888dc060"], ["uuid", "e3aeaed6-482e-4245-acf6-f7609cd77ef6"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:31.783787"], ["updated_at", "2017-10-25 17:21:31.783787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -398044829 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'acc70957-9eb9-4b1c-bc26-548ab5af0cd9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -398044829], ["username", "bigbear"], ["access_token", "b4a7f9f077454c33d12c50ba22b60df0"], ["uuid", "acc70957-9eb9-4b1c-bc26-548ab5af0cd9"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:31.788034"], ["updated_at", "2017-10-25 17:21:31.788034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2083097457 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '175c620b-fb93-4d36-8856-9ca398519b27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2083097457], ["username", "jstrav"], ["access_token", "5f4197d7f2ce07b225b52eec3732795d"], ["uuid", "175c620b-fb93-4d36-8856-9ca398519b27"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:31.795526"], ["updated_at", "2017-10-25 17:21:31.795526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1165450125 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '40c033e9-d894-47b7-9b45-8d457169ca89' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1165450125], ["username", "mary"], ["access_token", "86cd31b50208604d6be0c07364348e91"], ["uuid", "40c033e9-d894-47b7-9b45-8d457169ca89"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:31.799323"], ["updated_at", "2017-10-25 17:21:31.799323"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -506935976 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6fefefe3-354f-46f7-a901-d192d8c81361' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -506935976], ["username", "jstead"], ["access_token", "aac3e854fffe6795f17e974fa23e7cfd"], ["uuid", "6fefefe3-354f-46f7-a901-d192d8c81361"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:31.802970"], ["updated_at", "2017-10-25 17:21:31.802970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1927818266 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08bd99cf-6fbf-4664-86b7-4d2f310422db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1927818266], ["username", "bigbear"], ["access_token", "6c1631ce9d800a860ec08013533cdd00"], ["uuid", "08bd99cf-6fbf-4664-86b7-4d2f310422db"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:31.806539"], ["updated_at", "2017-10-25 17:21:31.806539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -279140691 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4848908d-3e15-4874-9600-0f2125c93e13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -279140691], ["username", "jstrav"], ["access_token", "8579f171813088196ec032520ad11791"], ["uuid", "4848908d-3e15-4874-9600-0f2125c93e13"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:31.813527"], ["updated_at", "2017-10-25 17:21:31.813527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626683666 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '296aaed3-9d13-4b9a-a839-cdbf59ebb855' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1626683666], ["username", "mary"], ["access_token", "196a8be3609091cc517cb55ad3970965"], ["uuid", "296aaed3-9d13-4b9a-a839-cdbf59ebb855"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:31.817162"], ["updated_at", "2017-10-25 17:21:31.817162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -870847226 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3535885e-6e43-4116-a417-bf7b00c0f3e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -870847226], ["username", "jstead"], ["access_token", "3c10adb9bedb5b9d76657d5f4356b8c9"], ["uuid", "3535885e-6e43-4116-a417-bf7b00c0f3e6"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:31.820696"], ["updated_at", "2017-10-25 17:21:31.820696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1023997445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bcb5430e-fac4-4865-a690-41469b48709c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1023997445], ["username", "bigbear"], ["access_token", "a588453ffa50cb2837d2d88e846dfcff"], ["uuid", "bcb5430e-fac4-4865-a690-41469b48709c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:31.824177"], ["updated_at", "2017-10-25 17:21:31.824177"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1399205979 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c8f5827-7e66-441a-8b5a-74306cf45e49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1399205979], ["username", "jstrav"], ["access_token", "dd18a5e391a7cf21c89682cedcbbb5a4"], ["uuid", "7c8f5827-7e66-441a-8b5a-74306cf45e49"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:31.831362"], ["updated_at", "2017-10-25 17:21:31.831362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1020201166 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03e2cd94-1348-4f9f-922a-9ec7e02932e2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1020201166], ["username", "mary"], ["access_token", "ae3bd05f5ba761ec9ee4ac3d8a2b75c1"], ["uuid", "03e2cd94-1348-4f9f-922a-9ec7e02932e2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:31.835059"], ["updated_at", "2017-10-25 17:21:31.835059"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1224825059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78cc1802-70f1-469a-b247-232d57adf7ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1224825059], ["username", "jstead"], ["access_token", "9e1a707bf1f069c6cb7b98119312d342"], ["uuid", "78cc1802-70f1-469a-b247-232d57adf7ca"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:31.838732"], ["updated_at", "2017-10-25 17:21:31.838732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1106735668 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1613c2cf-decb-4c2d-a7f2-30c2e7408bbb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1106735668], ["username", "bigbear"], ["access_token", "fe3984cff800530d118fae5953962f0e"], ["uuid", "1613c2cf-decb-4c2d-a7f2-30c2e7408bbb"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:31.842247"], ["updated_at", "2017-10-25 17:21:31.842247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -438363650 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a974935-1979-4977-9cea-299fba73bd52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -438363650], ["username", "jstrav"], ["access_token", "c8d6714dbb1096b9def7669d7c2ea99c"], ["uuid", "2a974935-1979-4977-9cea-299fba73bd52"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:31.849118"], ["updated_at", "2017-10-25 17:21:31.849118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -792610933 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '014a01c1-02bc-4bd8-9c81-2f34b37a4c7c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -792610933], ["username", "mary"], ["access_token", "11d79ad702bc19de0b1a907ae42bba2c"], ["uuid", "014a01c1-02bc-4bd8-9c81-2f34b37a4c7c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:31.865183"], ["updated_at", "2017-10-25 17:21:31.865183"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1134577452 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c01ec86-59f6-4f9e-b456-9db2d79383db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1134577452], ["username", "jstead"], ["access_token", "e7c80f7475d821ff01f7acba16fdf739"], ["uuid", "1c01ec86-59f6-4f9e-b456-9db2d79383db"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:31.870740"], ["updated_at", "2017-10-25 17:21:31.870740"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1273195200 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3dc151c-d161-482d-acf2-4f6de4ebacaa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1273195200], ["username", "bigbear"], ["access_token", "5fdabf0eb216152fe0f5d5aad36384f7"], ["uuid", "e3dc151c-d161-482d-acf2-4f6de4ebacaa"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:31.875257"], ["updated_at", "2017-10-25 17:21:31.875257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -363125759 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33521f6a-3be5-4605-ab2c-8a399277272d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -363125759], ["username", "jstrav"], ["access_token", "002da276be277bf11258f4daf6018d66"], ["uuid", "33521f6a-3be5-4605-ab2c-8a399277272d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:31.884313"], ["updated_at", "2017-10-25 17:21:31.884313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1589653069 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7065cbe6-2645-4820-a8b6-db3988f8a96b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1589653069], ["username", "mary"], ["access_token", "f51524cdf4112b2d21d15a8bee38830a"], ["uuid", "7065cbe6-2645-4820-a8b6-db3988f8a96b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:31.889722"], ["updated_at", "2017-10-25 17:21:31.889722"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589798179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '48fae19c-3721-4c40-b23b-2d69420bafd3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -589798179], ["username", "jstead"], ["access_token", "915ee3097bbe700e1adf9b7723ff42bf"], ["uuid", "48fae19c-3721-4c40-b23b-2d69420bafd3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:31.895665"], ["updated_at", "2017-10-25 17:21:31.895665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1400762912 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3cffed20-8941-45e0-8191-c9a86c9d6d7b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1400762912], ["username", "bigbear"], ["access_token", "8d891e7a32320a5263c3f2ffe0284606"], ["uuid", "3cffed20-8941-45e0-8191-c9a86c9d6d7b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:31.900123"], ["updated_at", "2017-10-25 17:21:31.900123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1853947895 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6bb9d69-f4ba-4e58-89ac-64b792d2e660' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1853947895], ["username", "jstrav"], ["access_token", "c6ac075408cd6bcf127b609476e8ec16"], ["uuid", "d6bb9d69-f4ba-4e58-89ac-64b792d2e660"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:31.907689"], ["updated_at", "2017-10-25 17:21:31.907689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1002077338 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ddb09a7e-c91b-48a9-ae33-627fc3c441b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1002077338], ["username", "mary"], ["access_token", "e541b31c30e3cbf033d8c1604e1c355d"], ["uuid", "ddb09a7e-c91b-48a9-ae33-627fc3c441b3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:31.911963"], ["updated_at", "2017-10-25 17:21:31.911963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1201565653 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '58f93e79-60d3-4886-a214-af12bd371344' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1201565653], ["username", "jstead"], ["access_token", "5209f0b51f768667a99ea6ab1232e118"], ["uuid", "58f93e79-60d3-4886-a214-af12bd371344"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:31.916115"], ["updated_at", "2017-10-25 17:21:31.916115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091046821 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24d9c8ba-2406-4d79-a592-92aca028e119' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2091046821], ["username", "bigbear"], ["access_token", "8832d9e5a3708270ecbddcdcdb9e6993"], ["uuid", "24d9c8ba-2406-4d79-a592-92aca028e119"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:31.919897"], ["updated_at", "2017-10-25 17:21:31.919897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1700516340 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '86c5c773-2fab-49e7-9961-c7f63f858bc2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1700516340], ["username", "jstrav"], ["access_token", "87f5f2385540bfd2fb0adc17e469ceee"], ["uuid", "86c5c773-2fab-49e7-9961-c7f63f858bc2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:31.927695"], ["updated_at", "2017-10-25 17:21:31.927695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1404433744 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c63dc579-e6ce-4b6d-9cfe-385788090696' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1404433744], ["username", "mary"], ["access_token", "e6a0599a5b28f283acb6eb17ea02c7ea"], ["uuid", "c63dc579-e6ce-4b6d-9cfe-385788090696"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:31.931627"], ["updated_at", "2017-10-25 17:21:31.931627"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -775854982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b98bd45b-256e-4053-9633-4adef28728c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -775854982], ["username", "jstead"], ["access_token", "24c1b14bb42f1ceaaf348bc643b0a238"], ["uuid", "b98bd45b-256e-4053-9633-4adef28728c4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:31.935377"], ["updated_at", "2017-10-25 17:21:31.935377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2042759462 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7b3ca75-478b-451e-a2ee-51875c262886' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2042759462], ["username", "bigbear"], ["access_token", "f3e200b615f98d839acaafffc1340723"], ["uuid", "c7b3ca75-478b-451e-a2ee-51875c262886"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:31.938972"], ["updated_at", "2017-10-25 17:21:31.938972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232094207 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2c35845-c975-43bb-b75a-742eec973fbc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1232094207], ["username", "jstrav"], ["access_token", "2b385c57b22893e8331e8a5bb4a3e2d0"], ["uuid", "f2c35845-c975-43bb-b75a-742eec973fbc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:31.947261"], ["updated_at", "2017-10-25 17:21:31.947261"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2117393987 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b9394a7-6322-4adb-b0eb-07c7067958d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2117393987], ["username", "mary"], ["access_token", "62191ebc07373dfb597df4c11e0ff60a"], ["uuid", "8b9394a7-6322-4adb-b0eb-07c7067958d5"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:31.951095"], ["updated_at", "2017-10-25 17:21:31.951095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195043206 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0447819b-5e92-4e8a-89c5-3042ac6c10ac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1195043206], ["username", "jstead"], ["access_token", "5a7e51ea4a47b35a863bd41cfc4d31d6"], ["uuid", "0447819b-5e92-4e8a-89c5-3042ac6c10ac"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:31.954996"], ["updated_at", "2017-10-25 17:21:31.954996"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -557897892 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa197fd1-a1a3-496f-882b-43b106988e6b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -557897892], ["username", "bigbear"], ["access_token", "5395b7d71c577c77bcf09669f6c54986"], ["uuid", "aa197fd1-a1a3-496f-882b-43b106988e6b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:31.959758"], ["updated_at", "2017-10-25 17:21:31.959758"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1906974780 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '86ab5da6-e482-4323-8d41-4855d76aa83a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1906974780], ["username", "foo_bb"], ["access_token", "701c7d869daaec436cef35ef6ca3e366"], ["uuid", "86ab5da6-e482-4323-8d41-4855d76aa83a"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-10-25 17:21:31.963536"], ["updated_at", "2017-10-25 17:21:31.963536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1166637490 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb96e8bc-b390-4fac-a0db-35712984e8cb' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1166637490], ["username", "foo_bj"], ["access_token", "0bf4faead504330761ba130ad255ee2d"], ["uuid", "cb96e8bc-b390-4fac-a0db-35712984e8cb"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:21:31.967147"], ["updated_at", "2017-10-25 17:21:31.967147"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -861728188 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6226067f-9aeb-41a5-aa07-a51122b0df20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -861728188], ["username", "foo_tj"], ["access_token", "fe4867d06b149588183ebedcbb6e6502"], ["uuid", "6226067f-9aeb-41a5-aa07-a51122b0df20"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:21:31.971042"], ["updated_at", "2017-10-25 17:21:31.971042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1122865509 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c10ebaa-352c-4ebe-8d18-7be3ba0fa758' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1122865509], ["username", "jstrav"], ["access_token", "b0d372fd6fd0ecaad6724c7400fd95af"], ["uuid", "1c10ebaa-352c-4ebe-8d18-7be3ba0fa758"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:31.983119"], ["updated_at", "2017-10-25 17:21:31.983119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120941891 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65ed971c-40fc-487f-ac5c-55c8e227fff7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2120941891], ["username", "mary"], ["access_token", "b24a2b7b98ad8aa09cebc5e561bdd41d"], ["uuid", "65ed971c-40fc-487f-ac5c-55c8e227fff7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:31.987707"], ["updated_at", "2017-10-25 17:21:31.987707"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1394692484 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af07d58d-ca2f-49c8-a67a-cc79f2a2ca3b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1394692484], ["username", "jstead"], ["access_token", "32bda52aba955fdbe80752326890c6de"], ["uuid", "af07d58d-ca2f-49c8-a67a-cc79f2a2ca3b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:31.992637"], ["updated_at", "2017-10-25 17:21:31.992637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1764372800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a75cec9-19d3-4c86-a9e1-c95fe91a7657' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1764372800], ["username", "bigbear"], ["access_token", "9ac234cd60534f65b7616e75391b39a0"], ["uuid", "0a75cec9-19d3-4c86-a9e1-c95fe91a7657"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:31.997100"], ["updated_at", "2017-10-25 17:21:31.997100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236330294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0bb4b9f3-e3b5-4d5e-954c-1c2b7c9f6176' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -236330294], ["username", "billy_00"], ["access_token", "157fa0361e79321939009dd9071630d0"], ["uuid", "0bb4b9f3-e3b5-4d5e-954c-1c2b7c9f6176"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:21:32.001063"], ["updated_at", "2017-10-25 17:21:32.001063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -915186091 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b1ba94d-b964-4ccf-9c52-74228bbe5b70' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -915186091], ["username", "billy_01"], ["access_token", "f54d727ac7acd045a71a0c6077cb4899"], ["uuid", "9b1ba94d-b964-4ccf-9c52-74228bbe5b70"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:21:32.004825"], ["updated_at", "2017-10-25 17:21:32.004825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1073127661 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45fbeb50-01a1-45d3-90b9-2958a95e30f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1073127661], ["username", "billy_02"], ["access_token", "a42922b38c993c0f28ea2c860bbf49c3"], ["uuid", "45fbeb50-01a1-45d3-90b9-2958a95e30f2"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:21:32.008499"], ["updated_at", "2017-10-25 17:21:32.008499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -906478914 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a219f4af-f711-4181-ad84-0b05f48c34c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -906478914], ["username", "billy_03"], ["access_token", "455c17fef2a44c4514e384d327fbd66c"], ["uuid", "a219f4af-f711-4181-ad84-0b05f48c34c8"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:21:32.012076"], ["updated_at", "2017-10-25 17:21:32.012076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1172328296 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e881f6eb-c817-47f9-8e56-e190063f705a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1172328296], ["username", "billy_04"], ["access_token", "ede1736648606ebd38bb839cacf91b00"], ["uuid", "e881f6eb-c817-47f9-8e56-e190063f705a"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:21:32.015659"], ["updated_at", "2017-10-25 17:21:32.015659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1413817037 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a46aa44-e236-4ec2-b5c0-9e1397e6abcb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1413817037], ["username", "billy_05"], ["access_token", "1735578286e4b713ed02d0a414190db1"], ["uuid", "9a46aa44-e236-4ec2-b5c0-9e1397e6abcb"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:21:32.019309"], ["updated_at", "2017-10-25 17:21:32.019309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1261448612 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5337140b-386a-430f-b83e-1a21d05d0f66' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1261448612], ["username", "billy_06"], ["access_token", "361b673f8e89746fb94449d1c2bb0c6f"], ["uuid", "5337140b-386a-430f-b83e-1a21d05d0f66"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:21:32.022964"], ["updated_at", "2017-10-25 17:21:32.022964"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -866924752 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '844bcde2-150b-4726-959d-450999ee26dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -866924752], ["username", "billy_07"], ["access_token", "f84e12f25b17f241c80d9c68aaa3517d"], ["uuid", "844bcde2-150b-4726-959d-450999ee26dc"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:21:32.026570"], ["updated_at", "2017-10-25 17:21:32.026570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -174788870 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47fb4468-f6e2-43ac-b0ec-81047c905cda' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -174788870], ["username", "billy_08"], ["access_token", "9b2c6966ac3ce06f222e87630ebd6027"], ["uuid", "47fb4468-f6e2-43ac-b0ec-81047c905cda"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:21:32.030185"], ["updated_at", "2017-10-25 17:21:32.030185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -436941106 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd52c46ba-9f11-453a-a05d-077b2368c66d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -436941106], ["username", "billy_09"], ["access_token", "ac357ebaf5393f9d8478d7a9ead92995"], ["uuid", "d52c46ba-9f11-453a-a05d-077b2368c66d"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:21:32.033751"], ["updated_at", "2017-10-25 17:21:32.033751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -353999731 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3921047-fb5e-4b62-8c36-b60ea1865649' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -353999731], ["username", "billy_10"], ["access_token", "14b47c51237190f080c5f2d8f33ded0b"], ["uuid", "a3921047-fb5e-4b62-8c36-b60ea1865649"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:21:32.037302"], ["updated_at", "2017-10-25 17:21:32.037302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1260722000 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2af45d5b-b021-4d95-b334-bba1f6b87a24' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1260722000], ["username", "billy_11"], ["access_token", "14d2159a8e540acc3d1525a988ca3717"], ["uuid", "2af45d5b-b021-4d95-b334-bba1f6b87a24"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:21:32.040972"], ["updated_at", "2017-10-25 17:21:32.040972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1416084849 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '964e0ced-0fef-4e47-a2e8-b938c1d4961f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1416084849], ["username", "billy_12"], ["access_token", "eade1baea051e564c99c13789bdbf6d8"], ["uuid", "964e0ced-0fef-4e47-a2e8-b938c1d4961f"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:21:32.044562"], ["updated_at", "2017-10-25 17:21:32.044562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943164784 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d2b4f9e-6e48-48e9-a6d6-599e4324f350' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -943164784], ["username", "billy_13"], ["access_token", "4ca3a9777d9fdf4c138fa7fbf66c04c3"], ["uuid", "7d2b4f9e-6e48-48e9-a6d6-599e4324f350"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:21:32.048125"], ["updated_at", "2017-10-25 17:21:32.048125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1714008984 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '110d299f-1f03-428c-89be-fb23a3bcf6f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1714008984], ["username", "billy_14"], ["access_token", "276534e5a60af4294fb5190f02428089"], ["uuid", "110d299f-1f03-428c-89be-fb23a3bcf6f1"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:21:32.051605"], ["updated_at", "2017-10-25 17:21:32.051605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1593373476 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2b51c99-772c-48f4-9d7f-13adbdb1cffe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1593373476], ["username", "billy_15"], ["access_token", "3dec6961b760ada387e5254627b5fcce"], ["uuid", "b2b51c99-772c-48f4-9d7f-13adbdb1cffe"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:21:32.055185"], ["updated_at", "2017-10-25 17:21:32.055185"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2048814758 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '90c3c36e-46dc-4319-a89a-b2b95b6a9347' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2048814758], ["username", "billy_16"], ["access_token", "a678869805257b16aa6bebc8d25b2226"], ["uuid", "90c3c36e-46dc-4319-a89a-b2b95b6a9347"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:21:32.058958"], ["updated_at", "2017-10-25 17:21:32.058958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -35617967 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '397a4316-ca30-4c14-809f-ba9a3b44c7eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -35617967], ["username", "billy_17"], ["access_token", "abafeec798a9c4e5053db65d6183b1e3"], ["uuid", "397a4316-ca30-4c14-809f-ba9a3b44c7eb"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:21:32.063630"], ["updated_at", "2017-10-25 17:21:32.063630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -453991234 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f095c3f3-4165-4bca-9a60-67991585886a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -453991234], ["username", "billy_18"], ["access_token", "23d8632046146b58ef3150a3fff5c5e8"], ["uuid", "f095c3f3-4165-4bca-9a60-67991585886a"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:21:32.067852"], ["updated_at", "2017-10-25 17:21:32.067852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1673677757 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bb6f3f5-5918-4c39-9a2b-d519c7c590fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1673677757], ["username", "billy_19"], ["access_token", "c78d875117eb218f5aa6f3572a9a9bb2"], ["uuid", "9bb6f3f5-5918-4c39-9a2b-d519c7c590fa"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:21:32.071475"], ["updated_at", "2017-10-25 17:21:32.071475"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1264271427 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ceae9027-63dc-42cb-b420-e46c9ccbffb8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1264271427], ["username", "billy_20"], ["access_token", "3f913725a202a9493eaa0686004fbca1"], ["uuid", "ceae9027-63dc-42cb-b420-e46c9ccbffb8"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:21:32.075018"], ["updated_at", "2017-10-25 17:21:32.075018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1260091736 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '575ca87c-7286-44d9-8fde-f29a8ecef431' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1260091736], ["username", "billy_21"], ["access_token", "f72cd59b1d5a7910f9b034825155d4ea"], ["uuid", "575ca87c-7286-44d9-8fde-f29a8ecef431"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:21:32.078541"], ["updated_at", "2017-10-25 17:21:32.078541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050030311 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20baee28-2a24-4da5-a438-8a7265d2ea4b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2050030311], ["username", "billy_22"], ["access_token", "3f0e00c6f79fb87f068ea3b287649ecb"], ["uuid", "20baee28-2a24-4da5-a438-8a7265d2ea4b"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:21:32.082123"], ["updated_at", "2017-10-25 17:21:32.082123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581639039 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7373cdb4-23e3-47a6-8552-dd742f3629d6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1581639039], ["username", "billy_23"], ["access_token", "b11b29b962ad3d8cf7912b20c4251e62"], ["uuid", "7373cdb4-23e3-47a6-8552-dd742f3629d6"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:21:32.085685"], ["updated_at", "2017-10-25 17:21:32.085685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -24155541 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f38bc64a-5748-4b7c-b506-5a96fae24e7e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -24155541], ["username", "billy_24"], ["access_token", "a70c02ef14af2f4741a522489d2c24a8"], ["uuid", "f38bc64a-5748-4b7c-b506-5a96fae24e7e"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:21:32.089214"], ["updated_at", "2017-10-25 17:21:32.089214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1060525780 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecace6fb-ed4a-4109-a5af-0021058e63d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1060525780], ["username", "billy_25"], ["access_token", "ea16bfe3ce51dc21ccbc2d82fe00dc94"], ["uuid", "ecace6fb-ed4a-4109-a5af-0021058e63d5"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:21:32.092775"], ["updated_at", "2017-10-25 17:21:32.092775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -951826776 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e4f6d483-0884-44d1-a047-218a20172a75' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -951826776], ["username", "billy_26"], ["access_token", "7a0519a26434eb32d825b718570e6e0b"], ["uuid", "e4f6d483-0884-44d1-a047-218a20172a75"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:21:32.096423"], ["updated_at", "2017-10-25 17:21:32.096423"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1194276355 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6811b53a-f6ce-4a45-b859-265c594d1d22' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1194276355], ["username", "billy_27"], ["access_token", "aba280127a72bd50761887566f02916b"], ["uuid", "6811b53a-f6ce-4a45-b859-265c594d1d22"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:21:32.099948"], ["updated_at", "2017-10-25 17:21:32.099948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1890309703 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be6217c3-d99a-484a-96ac-93adba38bd20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1890309703], ["username", "billy_28"], ["access_token", "38ef875113d88b3a0fc1bf7cdfb3afc9"], ["uuid", "be6217c3-d99a-484a-96ac-93adba38bd20"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:21:32.103486"], ["updated_at", "2017-10-25 17:21:32.103486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1483684289 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea275c60-36d9-442b-be5a-63c49a3efe92' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1483684289], ["username", "billy_29"], ["access_token", "1ef866c36598a2d9678e8d031f447cda"], ["uuid", "ea275c60-36d9-442b-be5a-63c49a3efe92"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:21:32.107104"], ["updated_at", "2017-10-25 17:21:32.107104"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -778910641 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a6880b2e-5450-44fe-9b50-8c00281b36fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -778910641], ["username", "billy_30"], ["access_token", "296d7638f3ce4927f742168a0b6ad1f3"], ["uuid", "a6880b2e-5450-44fe-9b50-8c00281b36fb"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:21:32.110721"], ["updated_at", "2017-10-25 17:21:32.110721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1645525851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8da17bb3-45b7-4f7b-bdfb-b437b38ae87c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1645525851], ["username", "billy_31"], ["access_token", "5e12f07db4deff41f0fee932342bc335"], ["uuid", "8da17bb3-45b7-4f7b-bdfb-b437b38ae87c"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:21:32.114325"], ["updated_at", "2017-10-25 17:21:32.114325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -565657883 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e9292cd-35cd-4907-b88b-45a74f2f5974' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -565657883], ["username", "billy_32"], ["access_token", "3d3b8787505360503aa6914257332a6c"], ["uuid", "9e9292cd-35cd-4907-b88b-45a74f2f5974"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:21:32.117826"], ["updated_at", "2017-10-25 17:21:32.117826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -338254471 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b2e58f9-ab8f-4b65-9826-26c740a92059' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -338254471], ["username", "billy_33"], ["access_token", "042fdf042d5b1147e4cfecda05c19d82"], ["uuid", "6b2e58f9-ab8f-4b65-9826-26c740a92059"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:21:32.121333"], ["updated_at", "2017-10-25 17:21:32.121333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1404178529 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '462f09d1-f65f-41f7-aebc-0333ea779e7b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1404178529], ["username", "billy_34"], ["access_token", "7a488dbcda83bdbbb5c7388285239154"], ["uuid", "462f09d1-f65f-41f7-aebc-0333ea779e7b"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:21:32.124866"], ["updated_at", "2017-10-25 17:21:32.124866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1936855003 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a58e890f-b228-432c-bc71-c0ebac41be07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1936855003], ["username", "billy_35"], ["access_token", "5952844e95ff363c3e6b576bc7026e20"], ["uuid", "a58e890f-b228-432c-bc71-c0ebac41be07"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:21:32.128394"], ["updated_at", "2017-10-25 17:21:32.128394"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -583703017 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '810285bc-06a5-45b8-99ca-dd0b2db8476d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -583703017], ["username", "billy_36"], ["access_token", "094d79008aa30acea52a556d42afcaa6"], ["uuid", "810285bc-06a5-45b8-99ca-dd0b2db8476d"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:21:32.131995"], ["updated_at", "2017-10-25 17:21:32.131995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1977879346 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0d6850b-c7d5-48c2-994c-7a27763d8ee9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1977879346], ["username", "billy_37"], ["access_token", "6b5583825756d6e8aff611b3c4feecae"], ["uuid", "c0d6850b-c7d5-48c2-994c-7a27763d8ee9"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:21:32.135583"], ["updated_at", "2017-10-25 17:21:32.135583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -311999948 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20d23c9c-954a-4114-9ed8-6d6c2ee46cf8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -311999948], ["username", "billy_38"], ["access_token", "3fb45bb93e43d750b7b0a49ed9e2ab15"], ["uuid", "20d23c9c-954a-4114-9ed8-6d6c2ee46cf8"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:21:32.139169"], ["updated_at", "2017-10-25 17:21:32.139169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -180566865 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4653c877-ebc1-48d1-83f0-f2fc8abbba47' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -180566865], ["username", "billy_39"], ["access_token", "19de32371bd70a3402c1864f67566a3e"], ["uuid", "4653c877-ebc1-48d1-83f0-f2fc8abbba47"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:21:32.142694"], ["updated_at", "2017-10-25 17:21:32.142694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2098284033 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5ded13c-f4f7-4b40-bc7f-b2cf53e40bc4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2098284033], ["username", "billy_40"], ["access_token", "0e897e72ab77766db86b35306a92872e"], ["uuid", "d5ded13c-f4f7-4b40-bc7f-b2cf53e40bc4"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:21:32.148306"], ["updated_at", "2017-10-25 17:21:32.148306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024998684 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93c7743f-8206-4fb3-a0fe-4bafd88f91f7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2024998684], ["username", "billy_41"], ["access_token", "c9d94347a35ba81280730907d6124316"], ["uuid", "93c7743f-8206-4fb3-a0fe-4bafd88f91f7"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:21:32.153097"], ["updated_at", "2017-10-25 17:21:32.153097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -186328408 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c0146ba-4614-4ad3-be02-965c58c19f83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -186328408], ["username", "billy_42"], ["access_token", "cfa29d4018d249976c95dc298daa4092"], ["uuid", "9c0146ba-4614-4ad3-be02-965c58c19f83"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:21:32.157192"], ["updated_at", "2017-10-25 17:21:32.157192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605759409 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8efad2bd-a815-4a89-8262-42d768d4dace' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1605759409], ["username", "billy_43"], ["access_token", "4061088cd5b35f373e80224be6faba41"], ["uuid", "8efad2bd-a815-4a89-8262-42d768d4dace"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:21:32.160843"], ["updated_at", "2017-10-25 17:21:32.160843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1362266635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '065c8785-4744-4135-95f4-0cce0a9cbac7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1362266635], ["username", "billy_44"], ["access_token", "9021ed5ed5d240d97ec0e58c6f048411"], ["uuid", "065c8785-4744-4135-95f4-0cce0a9cbac7"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:21:32.164484"], ["updated_at", "2017-10-25 17:21:32.164484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -809272046 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4459b81b-07de-4ff9-b2d6-df3155175d6a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -809272046], ["username", "billy_45"], ["access_token", "c60629dcb054cc8373c153795c3c2270"], ["uuid", "4459b81b-07de-4ff9-b2d6-df3155175d6a"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:21:32.168077"], ["updated_at", "2017-10-25 17:21:32.168077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -150262812 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '311d909d-0966-47c9-a8de-4e4360b545bc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -150262812], ["username", "jstrav"], ["access_token", "f584a74590ec1dbf63b1c2fb563ef66b"], ["uuid", "311d909d-0966-47c9-a8de-4e4360b545bc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:32.182874"], ["updated_at", "2017-10-25 17:21:32.182874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1066460628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d66555b-c00b-4840-ba7e-df292a285380' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1066460628], ["username", "mary"], ["access_token", "1d163ef7d2220efdf10be843bfefc8cb"], ["uuid", "3d66555b-c00b-4840-ba7e-df292a285380"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:32.186807"], ["updated_at", "2017-10-25 17:21:32.186807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1092463149 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7313eb1a-0665-495a-9d45-5713ab0d2ffd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1092463149], ["username", "jstead"], ["access_token", "a1c2f9c12fe081407f4eaadb54395500"], ["uuid", "7313eb1a-0665-495a-9d45-5713ab0d2ffd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:32.190627"], ["updated_at", "2017-10-25 17:21:32.190627"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1140231775 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '887a3bf5-e431-4400-a9dd-5641cf0cf604' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1140231775], ["username", "bigbear"], ["access_token", "8829bc7ea0c50877aeadd1478f75aa93"], ["uuid", "887a3bf5-e431-4400-a9dd-5641cf0cf604"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:32.194215"], ["updated_at", "2017-10-25 17:21:32.194215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -676497237 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e89993b-d5ca-4be0-9562-c90e3704529e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -676497237], ["username", "billy_00"], ["access_token", "c11ee48f2fd14bf36f81c0509efd33df"], ["uuid", "0e89993b-d5ca-4be0-9562-c90e3704529e"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:21:32.197943"], ["updated_at", "2017-10-25 17:21:32.197943"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1093667350 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd34bccb4-45c0-457b-9099-d959622ccb90' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1093667350], ["username", "billy_01"], ["access_token", "d2beab7a1858835eec99f4551dec42de"], ["uuid", "d34bccb4-45c0-457b-9099-d959622ccb90"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:21:32.201684"], ["updated_at", "2017-10-25 17:21:32.201684"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -802519649 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae16a8c8-5a61-4183-becf-f3caf9d572b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -802519649], ["username", "billy_02"], ["access_token", "8183675a7174f40d6f30a206ffc2fbcd"], ["uuid", "ae16a8c8-5a61-4183-becf-f3caf9d572b2"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:21:32.205418"], ["updated_at", "2017-10-25 17:21:32.205418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -154317755 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59af2687-b5eb-492f-99fb-995a60cc88a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -154317755], ["username", "billy_03"], ["access_token", "b991a721a003d60e15e6292c9b22bdfb"], ["uuid", "59af2687-b5eb-492f-99fb-995a60cc88a3"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:21:32.209142"], ["updated_at", "2017-10-25 17:21:32.209142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1045820241 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b1788fa-215a-4ca8-baed-b5c443f5d56e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1045820241], ["username", "billy_04"], ["access_token", "d7c94de51166e471696155b0cdea3c36"], ["uuid", "9b1788fa-215a-4ca8-baed-b5c443f5d56e"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:21:32.212877"], ["updated_at", "2017-10-25 17:21:32.212877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -618095044 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99688ffc-4db9-445f-acec-98f7d777249f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -618095044], ["username", "billy_05"], ["access_token", "05c0a57450eaee550ff4fe85c1e81d2c"], ["uuid", "99688ffc-4db9-445f-acec-98f7d777249f"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:21:32.216561"], ["updated_at", "2017-10-25 17:21:32.216561"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -205489913 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f971aed3-5ef1-42f6-91a8-8398e5671ff9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -205489913], ["username", "billy_06"], ["access_token", "4194c6621167e79f504114641eadb299"], ["uuid", "f971aed3-5ef1-42f6-91a8-8398e5671ff9"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:21:32.220138"], ["updated_at", "2017-10-25 17:21:32.220138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -393470020 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1758a05f-c8b4-450c-a6ff-46c1538c65fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -393470020], ["username", "billy_07"], ["access_token", "b2d2b44fbaf1a3484447e8861f1f6d27"], ["uuid", "1758a05f-c8b4-450c-a6ff-46c1538c65fc"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:21:32.223650"], ["updated_at", "2017-10-25 17:21:32.223650"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883816809 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e6de8b2e-ea3f-4682-af2b-51dde29f18ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1883816809], ["username", "billy_08"], ["access_token", "22287ceb9ffc46e91123beec25e2c75b"], ["uuid", "e6de8b2e-ea3f-4682-af2b-51dde29f18ae"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:21:32.227133"], ["updated_at", "2017-10-25 17:21:32.227133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1440575371 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30c549ce-5009-4cf2-a5b2-a095feb95c69' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1440575371], ["username", "billy_09"], ["access_token", "1ae3feb9cf260e0d1d0bda56fdf2a793"], ["uuid", "30c549ce-5009-4cf2-a5b2-a095feb95c69"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:21:32.230656"], ["updated_at", "2017-10-25 17:21:32.230656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409487746 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '867c0eda-cfd5-4013-ae16-fa4dbacf4881' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1409487746], ["username", "billy_10"], ["access_token", "370a822472bf063d3d877b1e497fbb20"], ["uuid", "867c0eda-cfd5-4013-ae16-fa4dbacf4881"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:21:32.234204"], ["updated_at", "2017-10-25 17:21:32.234204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1610588582 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a923f150-5ec3-4f5e-b14b-5fabe916e99d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1610588582], ["username", "billy_11"], ["access_token", "f0d1bb2663fa2a7a1ecc9ddd7fcda0a3"], ["uuid", "a923f150-5ec3-4f5e-b14b-5fabe916e99d"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:21:32.237762"], ["updated_at", "2017-10-25 17:21:32.237762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -23438593 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9cbbc835-364c-4d74-bed4-6175a4e29d6c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -23438593], ["username", "billy_12"], ["access_token", "d96d9d65530ad845878991fb117f7b38"], ["uuid", "9cbbc835-364c-4d74-bed4-6175a4e29d6c"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:21:32.241382"], ["updated_at", "2017-10-25 17:21:32.241382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1303646459 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3de55015-db61-4c27-862d-e48727a75000' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1303646459], ["username", "billy_13"], ["access_token", "67a7530ad8e312ade1cfc7774d4f026d"], ["uuid", "3de55015-db61-4c27-862d-e48727a75000"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:21:32.245142"], ["updated_at", "2017-10-25 17:21:32.245142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -837331414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'afcdfa03-c63e-4bbc-86f2-8a15c9024647' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -837331414], ["username", "billy_14"], ["access_token", "668e06319f1fe9186a4376b67c7c3c5e"], ["uuid", "afcdfa03-c63e-4bbc-86f2-8a15c9024647"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:21:32.248759"], ["updated_at", "2017-10-25 17:21:32.248759"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1264988973 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7431c3a0-2d52-49d8-8a23-0c5a51186250' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1264988973], ["username", "billy_15"], ["access_token", "07c99c4b9c9e7a487bb1ebc67d764fbd"], ["uuid", "7431c3a0-2d52-49d8-8a23-0c5a51186250"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:21:32.252340"], ["updated_at", "2017-10-25 17:21:32.252340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2035597681 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c59f1e2-850c-4c81-ab33-d8960045b74b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2035597681], ["username", "billy_16"], ["access_token", "12667869c7a914b4dc628411e97c32b3"], ["uuid", "3c59f1e2-850c-4c81-ab33-d8960045b74b"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:21:32.256181"], ["updated_at", "2017-10-25 17:21:32.256181"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -705852588 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6870c715-843d-4033-b13c-b215ddbcdaea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -705852588], ["username", "billy_17"], ["access_token", "b4ba8d3fd8865b451c5eab6729f00a70"], ["uuid", "6870c715-843d-4033-b13c-b215ddbcdaea"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:21:32.261156"], ["updated_at", "2017-10-25 17:21:32.261156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1467326513 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '519f1e47-8a3e-4394-a0de-329fe48473cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1467326513], ["username", "billy_18"], ["access_token", "2159a66ba9f9fde014ef41f27dfbfb1c"], ["uuid", "519f1e47-8a3e-4394-a0de-329fe48473cd"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:21:32.265298"], ["updated_at", "2017-10-25 17:21:32.265298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1902159366 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68fd880f-5f45-42ed-a44e-960f4eb78354' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1902159366], ["username", "billy_19"], ["access_token", "77e73177c0b917e161b9212f6c050fcd"], ["uuid", "68fd880f-5f45-42ed-a44e-960f4eb78354"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:21:32.269020"], ["updated_at", "2017-10-25 17:21:32.269020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -850597874 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '48298aee-3049-45e6-98e7-517a5c67cf1f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -850597874], ["username", "billy_20"], ["access_token", "2d2e3eecc20dad5639433c2d7f312476"], ["uuid", "48298aee-3049-45e6-98e7-517a5c67cf1f"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:21:32.272694"], ["updated_at", "2017-10-25 17:21:32.272694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -130391573 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8919ae48-d1c0-4621-8b7f-98722ea24787' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -130391573], ["username", "billy_21"], ["access_token", "514bd7108edccbb1078c7aee380eea3b"], ["uuid", "8919ae48-d1c0-4621-8b7f-98722ea24787"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:21:32.276310"], ["updated_at", "2017-10-25 17:21:32.276310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -330344057 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b3c68f8-aab6-459f-a0a1-464e7c8ccb3f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -330344057], ["username", "billy_22"], ["access_token", "370bf9f24c2435de7570949cdc0de00e"], ["uuid", "0b3c68f8-aab6-459f-a0a1-464e7c8ccb3f"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:21:32.279985"], ["updated_at", "2017-10-25 17:21:32.279985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2086316162 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5330b4c8-b201-4274-ba42-a2d35d8af10d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2086316162], ["username", "billy_23"], ["access_token", "8a4b94f39a2413d879d40aa857fb77b4"], ["uuid", "5330b4c8-b201-4274-ba42-a2d35d8af10d"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:21:32.283647"], ["updated_at", "2017-10-25 17:21:32.283647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1541629669 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e1ac1d8-1a43-4f95-87aa-ada8320097e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1541629669], ["username", "billy_24"], ["access_token", "f33e2c4ca0051978c481592d332e12fb"], ["uuid", "9e1ac1d8-1a43-4f95-87aa-ada8320097e5"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:21:32.287303"], ["updated_at", "2017-10-25 17:21:32.287303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661378662 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2cc31896-d4a5-4495-abd3-55720b09533d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -661378662], ["username", "billy_25"], ["access_token", "3495943f886482cb49ad7ef383ac6f2e"], ["uuid", "2cc31896-d4a5-4495-abd3-55720b09533d"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:21:32.292737"], ["updated_at", "2017-10-25 17:21:32.292737"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -359384172 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6964b0dd-13d7-46d1-904c-153573c5b03a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -359384172], ["username", "billy_26"], ["access_token", "bb54f61afa17e01619e39ada79ee669f"], ["uuid", "6964b0dd-13d7-46d1-904c-153573c5b03a"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:21:32.297774"], ["updated_at", "2017-10-25 17:21:32.297774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1559475179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '057d6198-9c25-4e1f-9927-2a3cc291123e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1559475179], ["username", "billy_27"], ["access_token", "7c887fbd56c771a628d949a236cb93df"], ["uuid", "057d6198-9c25-4e1f-9927-2a3cc291123e"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:21:32.301934"], ["updated_at", "2017-10-25 17:21:32.301934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1917185928 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f77b3ef6-8417-4431-9ebb-e1c0c7a025b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1917185928], ["username", "billy_28"], ["access_token", "c21c9c2c223f1edc633111d0a3643c9f"], ["uuid", "f77b3ef6-8417-4431-9ebb-e1c0c7a025b9"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:21:32.305807"], ["updated_at", "2017-10-25 17:21:32.305807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -140267809 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b60cf77-e133-4677-9364-8135ea68a6dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -140267809], ["username", "billy_29"], ["access_token", "d0106db72e886c4a82a5b08703987def"], ["uuid", "7b60cf77-e133-4677-9364-8135ea68a6dc"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:21:32.309711"], ["updated_at", "2017-10-25 17:21:32.309711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1020069316 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2cabb64b-2e54-4a97-855b-34484d9d2dba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1020069316], ["username", "billy_30"], ["access_token", "f50ad4eda85f3947d055c8da437568ff"], ["uuid", "2cabb64b-2e54-4a97-855b-34484d9d2dba"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:21:32.313825"], ["updated_at", "2017-10-25 17:21:32.313825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -994908661 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f0e4f58-7126-4ed3-8429-07d32a964730' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -994908661], ["username", "billy_31"], ["access_token", "df3b763888daf9b49fd35b00725b4963"], ["uuid", "1f0e4f58-7126-4ed3-8429-07d32a964730"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:21:32.317688"], ["updated_at", "2017-10-25 17:21:32.317688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1230495550 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84fc5457-f648-438a-aa7a-284f0b17ebe7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1230495550], ["username", "billy_32"], ["access_token", "e8078aa634aebe86794e4285a05a2600"], ["uuid", "84fc5457-f648-438a-aa7a-284f0b17ebe7"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:21:32.321343"], ["updated_at", "2017-10-25 17:21:32.321343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1756712585 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6ade2d2-7d9a-4ef0-a842-7ddbfa31c9da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1756712585], ["username", "billy_33"], ["access_token", "5855f596c9c26674b763574b8f9233ed"], ["uuid", "d6ade2d2-7d9a-4ef0-a842-7ddbfa31c9da"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:21:32.324972"], ["updated_at", "2017-10-25 17:21:32.324972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2034901136 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4c5ca6f-2bf0-4ead-b515-c96878445985' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2034901136], ["username", "billy_34"], ["access_token", "9b3e476977903f3294c34dd1072e6b68"], ["uuid", "b4c5ca6f-2bf0-4ead-b515-c96878445985"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:21:32.328435"], ["updated_at", "2017-10-25 17:21:32.328435"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573066067 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2403df00-91d0-455a-9a20-97ee08083786' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1573066067], ["username", "billy_35"], ["access_token", "7264baa706215fde61842c0a170f61b3"], ["uuid", "2403df00-91d0-455a-9a20-97ee08083786"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:21:32.331867"], ["updated_at", "2017-10-25 17:21:32.331867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688463686 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a280bda1-0b2b-42fd-99a8-c80e42e038b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -688463686], ["username", "billy_36"], ["access_token", "a4abb2e06c5de1cf2bef34300349c36f"], ["uuid", "a280bda1-0b2b-42fd-99a8-c80e42e038b6"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:21:32.335270"], ["updated_at", "2017-10-25 17:21:32.335270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -320007101 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db9b649c-d68f-4319-957d-b7d0c76ecdf8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -320007101], ["username", "billy_37"], ["access_token", "34d261eba08451d23144c208049f1eb5"], ["uuid", "db9b649c-d68f-4319-957d-b7d0c76ecdf8"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:21:32.338663"], ["updated_at", "2017-10-25 17:21:32.338663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -573642130 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3afc099b-1a6e-4302-b461-a5e04397f3fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -573642130], ["username", "billy_38"], ["access_token", "aa90afc93865d1f30157e870e69e2429"], ["uuid", "3afc099b-1a6e-4302-b461-a5e04397f3fe"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:21:32.342118"], ["updated_at", "2017-10-25 17:21:32.342118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1788357997 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3dd84cd-6420-4bc8-8e3f-809da8e114a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1788357997], ["username", "billy_39"], ["access_token", "74b814f60f0740d9da666cff2e76aea0"], ["uuid", "b3dd84cd-6420-4bc8-8e3f-809da8e114a2"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:21:32.345616"], ["updated_at", "2017-10-25 17:21:32.345616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -8420053 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d07a200-419a-4400-9b2f-84caac25e982' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -8420053], ["username", "billy_40"], ["access_token", "15ec5245cf6d0c453a17547d1c2d2156"], ["uuid", "1d07a200-419a-4400-9b2f-84caac25e982"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:21:32.349039"], ["updated_at", "2017-10-25 17:21:32.349039"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894237585 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4d49621-4d14-4a98-b452-b43b8075365b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1894237585], ["username", "billy_41"], ["access_token", "d01e7c654f7b8cae40002b389441f2f3"], ["uuid", "a4d49621-4d14-4a98-b452-b43b8075365b"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:21:32.352546"], ["updated_at", "2017-10-25 17:21:32.352546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1634904036 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd80bf1cb-578b-410a-88c6-95fd23e46302' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1634904036], ["username", "billy_42"], ["access_token", "f994f53abfa365c871538c0c7dc85022"], ["uuid", "d80bf1cb-578b-410a-88c6-95fd23e46302"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:21:32.356049"], ["updated_at", "2017-10-25 17:21:32.356049"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1400438565 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e4127caf-18a8-438c-93c6-4d28e0a88e1a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1400438565], ["username", "billy_43"], ["access_token", "b1ff8bd8ec06c73c30e00b17c37dd3f1"], ["uuid", "e4127caf-18a8-438c-93c6-4d28e0a88e1a"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:21:32.359597"], ["updated_at", "2017-10-25 17:21:32.359597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1910100217 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98c93c78-3c19-4358-87f5-556c53540b9d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1910100217], ["username", "billy_44"], ["access_token", "57155ac79c81f5b729c08d9cef3691e5"], ["uuid", "98c93c78-3c19-4358-87f5-556c53540b9d"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:21:32.363061"], ["updated_at", "2017-10-25 17:21:32.363061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -331253107 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '220a5cb4-3d94-42af-a3a2-b410a0340f12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -331253107], ["username", "billy_45"], ["access_token", "581206dcb89be9dc650f624ce864c526"], ["uuid", "220a5cb4-3d94-42af-a3a2-b410a0340f12"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:21:32.366447"], ["updated_at", "2017-10-25 17:21:32.366447"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894237036 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '601bd220-ad75-4ef6-9b79-80d0fc197466' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1894237036], ["username", "jstrav"], ["access_token", "8fcf7f9678ca8a78aee6f88edd167e3a"], ["uuid", "601bd220-ad75-4ef6-9b79-80d0fc197466"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:32.375666"], ["updated_at", "2017-10-25 17:21:32.375666"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2041778559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2455deb-789f-4336-aca0-c85109c65e59' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2041778559], ["username", "mary"], ["access_token", "e56b2f859d10fcc4b38f6f2c101f5d99"], ["uuid", "c2455deb-789f-4336-aca0-c85109c65e59"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:32.379310"], ["updated_at", "2017-10-25 17:21:32.379310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1654434489 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3291ef11-6b87-48ef-bf70-a2e6fe8932e7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1654434489], ["username", "jstead"], ["access_token", "6d2cffe26da6affb435a784bfce5e122"], ["uuid", "3291ef11-6b87-48ef-bf70-a2e6fe8932e7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:32.382799"], ["updated_at", "2017-10-25 17:21:32.382799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -625816644 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e49c178-405f-45d2-ab95-156bac1fa07e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -625816644], ["username", "bigbear"], ["access_token", "9b5b50797ba185e914a388f92ca731bf"], ["uuid", "9e49c178-405f-45d2-ab95-156bac1fa07e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:32.386236"], ["updated_at", "2017-10-25 17:21:32.386236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -295178531 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d1b756c-26fa-4955-84b7-94c3a16dfac5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -295178531], ["username", "billy_00"], ["access_token", "46359ae932dec18fdbd9e5ee16d6f0c4"], ["uuid", "4d1b756c-26fa-4955-84b7-94c3a16dfac5"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:21:32.389701"], ["updated_at", "2017-10-25 17:21:32.389701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674429966 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cf3e162-1264-4172-9b02-86e7dbbd2986' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -674429966], ["username", "billy_01"], ["access_token", "1ba5f5e4c5dcde89b278fc75c38c9ec9"], ["uuid", "7cf3e162-1264-4172-9b02-86e7dbbd2986"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:21:32.393134"], ["updated_at", "2017-10-25 17:21:32.393134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -746117348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e4e7b39-151d-4677-a542-8b03559f4b19' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -746117348], ["username", "billy_02"], ["access_token", "233c505396b8c341c7c6032dec6741c2"], ["uuid", "7e4e7b39-151d-4677-a542-8b03559f4b19"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:21:32.396597"], ["updated_at", "2017-10-25 17:21:32.396597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591398721 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b228923-8562-4df3-963e-322402ca2a2c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -591398721], ["username", "billy_03"], ["access_token", "c013a53fafa925b97eac758d0ae94d78"], ["uuid", "2b228923-8562-4df3-963e-322402ca2a2c"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:21:32.400314"], ["updated_at", "2017-10-25 17:21:32.400314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1154779556 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f48b8db1-bf38-4308-899b-d1fbed29fdf8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1154779556], ["username", "billy_04"], ["access_token", "49ff1bc75cff808cd549312feae08612"], ["uuid", "f48b8db1-bf38-4308-899b-d1fbed29fdf8"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:21:32.403801"], ["updated_at", "2017-10-25 17:21:32.403801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -328806081 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '842945ae-8f13-4a29-991f-22772a14c729' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -328806081], ["username", "billy_05"], ["access_token", "820dae7863a3450cab81d27b4a83d3fe"], ["uuid", "842945ae-8f13-4a29-991f-22772a14c729"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:21:32.407464"], ["updated_at", "2017-10-25 17:21:32.407464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1019355660 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9235164b-96c7-43ec-aaff-8720569ad392' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1019355660], ["username", "billy_06"], ["access_token", "b3eb6992955225e9dccf30571e7e4e58"], ["uuid", "9235164b-96c7-43ec-aaff-8720569ad392"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:21:32.411078"], ["updated_at", "2017-10-25 17:21:32.411078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525586635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f8e3e59-5556-4eb6-8055-eef029374203' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1525586635], ["username", "billy_07"], ["access_token", "d8924bf999a7a4b4da0e99ff6dbd4f6e"], ["uuid", "3f8e3e59-5556-4eb6-8055-eef029374203"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:21:32.421313"], ["updated_at", "2017-10-25 17:21:32.421313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -860216156 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f3660eb-0db1-49d9-8b6f-277fb63b60d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -860216156], ["username", "billy_08"], ["access_token", "2550f9c0cbbb4d0819a61ec5b341c50c"], ["uuid", "0f3660eb-0db1-49d9-8b6f-277fb63b60d2"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:21:32.425024"], ["updated_at", "2017-10-25 17:21:32.425024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1152900833 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5663103d-be03-46e0-98b9-034d51143aea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1152900833], ["username", "billy_09"], ["access_token", "a719d600b8224f3626330e2152ccaefe"], ["uuid", "5663103d-be03-46e0-98b9-034d51143aea"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:21:32.428684"], ["updated_at", "2017-10-25 17:21:32.428684"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -631918210 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '667299d2-9713-435e-822d-9644bbde55d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -631918210], ["username", "billy_10"], ["access_token", "9441be6289792323ecd8282d479fe11e"], ["uuid", "667299d2-9713-435e-822d-9644bbde55d1"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:21:32.432350"], ["updated_at", "2017-10-25 17:21:32.432350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1737575713 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2594fa8c-143c-4ab5-825b-ddeeb954c0ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1737575713], ["username", "billy_11"], ["access_token", "c14820eb0fa15ad63cc950ac32e15bbd"], ["uuid", "2594fa8c-143c-4ab5-825b-ddeeb954c0ef"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:21:32.436128"], ["updated_at", "2017-10-25 17:21:32.436128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1441684750 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6fc14b8c-f206-47f5-94e6-c6e492049fa1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1441684750], ["username", "billy_12"], ["access_token", "26278ae0bb5db6af6d6d992bcfe0f088"], ["uuid", "6fc14b8c-f206-47f5-94e6-c6e492049fa1"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:21:32.440048"], ["updated_at", "2017-10-25 17:21:32.440048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2087447199 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8dfed1e0-0a7c-4000-850e-6e4ffdf360e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2087447199], ["username", "billy_13"], ["access_token", "d83fc8faf3f0d4a633550388c5f58675"], ["uuid", "8dfed1e0-0a7c-4000-850e-6e4ffdf360e4"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:21:32.443812"], ["updated_at", "2017-10-25 17:21:32.443812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -919044941 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9311dc66-198a-4bb6-8c32-1a9d08c4ca41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -919044941], ["username", "billy_14"], ["access_token", "f090b7b3ee0d94f32518d149d7cf10f4"], ["uuid", "9311dc66-198a-4bb6-8c32-1a9d08c4ca41"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:21:32.447438"], ["updated_at", "2017-10-25 17:21:32.447438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -199781076 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4cc438e-ba19-440f-a11e-94c907975eab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -199781076], ["username", "billy_15"], ["access_token", "44602d5a60363e1fde11de7641b16bd7"], ["uuid", "b4cc438e-ba19-440f-a11e-94c907975eab"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:21:32.451094"], ["updated_at", "2017-10-25 17:21:32.451094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1045888781 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ffa5721-fe12-42f1-bfb3-b2fe27112bbd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1045888781], ["username", "billy_16"], ["access_token", "988d5f39e2e5de72854913fcb1f3fbed"], ["uuid", "7ffa5721-fe12-42f1-bfb3-b2fe27112bbd"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:21:32.455190"], ["updated_at", "2017-10-25 17:21:32.455190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1584794183 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37b13e31-0736-4c8e-833a-22e0d499a341' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1584794183], ["username", "billy_17"], ["access_token", "497ac70e3deb35df4a3bb7fc92e33ad2"], ["uuid", "37b13e31-0736-4c8e-833a-22e0d499a341"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:21:32.459563"], ["updated_at", "2017-10-25 17:21:32.459563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1938048937 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '849991c3-a93a-4165-bb2f-1da8ee178a15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1938048937], ["username", "billy_18"], ["access_token", "28ae88c98aef7fa47a1b8e3dafa88f06"], ["uuid", "849991c3-a93a-4165-bb2f-1da8ee178a15"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:21:32.463736"], ["updated_at", "2017-10-25 17:21:32.463736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -20829704 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '48016290-e7c7-452b-9763-d42f427f2138' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -20829704], ["username", "billy_19"], ["access_token", "2dd1e1476951a061179666dab452290e"], ["uuid", "48016290-e7c7-452b-9763-d42f427f2138"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:21:32.467626"], ["updated_at", "2017-10-25 17:21:32.467626"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -708360768 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '432685e0-c610-4ae9-ab38-789fe9e042ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -708360768], ["username", "billy_20"], ["access_token", "bdf868f8953f64b893fca025e7a93400"], ["uuid", "432685e0-c610-4ae9-ab38-789fe9e042ef"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:21:32.471472"], ["updated_at", "2017-10-25 17:21:32.471472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1783321205 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a02fffb-2e28-4a16-86e4-754296f865a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1783321205], ["username", "billy_21"], ["access_token", "1a51a4fc016a651dc04d1f26141a5669"], ["uuid", "1a02fffb-2e28-4a16-86e4-754296f865a0"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:21:32.475338"], ["updated_at", "2017-10-25 17:21:32.475338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -728212546 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b1fb941-5931-4878-a604-8972b88b0daf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -728212546], ["username", "billy_22"], ["access_token", "ddb69ee433a98adad9cb1b1dc13856b8"], ["uuid", "8b1fb941-5931-4878-a604-8972b88b0daf"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:21:32.479260"], ["updated_at", "2017-10-25 17:21:32.479260"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1236578429 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '138013d9-3ccb-4c8c-b843-7cb7e06b5b33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1236578429], ["username", "billy_23"], ["access_token", "5c59b68fce7460f3f945cca55f52065d"], ["uuid", "138013d9-3ccb-4c8c-b843-7cb7e06b5b33"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:21:32.482992"], ["updated_at", "2017-10-25 17:21:32.482992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1796581406 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'efd630d5-506b-4b05-8271-6d6c26ea9b2e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1796581406], ["username", "billy_24"], ["access_token", "083006eec3d3b3bc994ff0839da8e721"], ["uuid", "efd630d5-506b-4b05-8271-6d6c26ea9b2e"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:21:32.486582"], ["updated_at", "2017-10-25 17:21:32.486582"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -119831200 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c9c3173-c825-4689-9c5c-ab06862991c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -119831200], ["username", "billy_25"], ["access_token", "98d6820674d8fe465846db896b091af5"], ["uuid", "1c9c3173-c825-4689-9c5c-ab06862991c2"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:21:32.490248"], ["updated_at", "2017-10-25 17:21:32.490248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1207748911 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9176853f-4ca0-4aa5-bc77-e282f077d3b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1207748911], ["username", "billy_26"], ["access_token", "e625822f5e492f368dd9b26bf38f162e"], ["uuid", "9176853f-4ca0-4aa5-bc77-e282f077d3b5"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:21:32.493880"], ["updated_at", "2017-10-25 17:21:32.493880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1052329139 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed9e91fb-3fcf-4ad4-8e5d-4935ad63af8c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1052329139], ["username", "billy_27"], ["access_token", "747b89fcd179623ca9b802f6b4a04670"], ["uuid", "ed9e91fb-3fcf-4ad4-8e5d-4935ad63af8c"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:21:32.497522"], ["updated_at", "2017-10-25 17:21:32.497522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -998267552 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0495afdf-2f1e-479c-a195-e0c3cee23028' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -998267552], ["username", "billy_28"], ["access_token", "d43a14e3465d7118d4d9c57036754095"], ["uuid", "0495afdf-2f1e-479c-a195-e0c3cee23028"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:21:32.501163"], ["updated_at", "2017-10-25 17:21:32.501163"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -266814783 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac360cae-d901-458f-bdde-2de83c0710e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -266814783], ["username", "billy_29"], ["access_token", "1d174de636487f93fc21887bdbc5b02f"], ["uuid", "ac360cae-d901-458f-bdde-2de83c0710e0"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:21:32.504757"], ["updated_at", "2017-10-25 17:21:32.504757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -640346633 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19f5cb09-ae8f-49fd-9bd5-8274c3da83c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -640346633], ["username", "billy_30"], ["access_token", "651c3e841d321dc5326cac9a4aebcdd4"], ["uuid", "19f5cb09-ae8f-49fd-9bd5-8274c3da83c5"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:21:32.508399"], ["updated_at", "2017-10-25 17:21:32.508399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1080717569 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e367f72-2fef-4a36-a29d-e9b2fb4f917e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1080717569], ["username", "billy_31"], ["access_token", "2937d5f2f9acea6cc883c624d8f9d7e6"], ["uuid", "4e367f72-2fef-4a36-a29d-e9b2fb4f917e"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:21:32.512070"], ["updated_at", "2017-10-25 17:21:32.512070"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -599179678 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52c0cff0-30f5-454d-9bb7-505ce30b7578' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -599179678], ["username", "billy_32"], ["access_token", "5d8e5a37080cf784496e331e33f51c00"], ["uuid", "52c0cff0-30f5-454d-9bb7-505ce30b7578"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:21:32.515748"], ["updated_at", "2017-10-25 17:21:32.515748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1085707763 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79603a81-9253-484f-9d57-b6869047e54d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1085707763], ["username", "billy_33"], ["access_token", "3be774c8a7073e3550310b5225cb1618"], ["uuid", "79603a81-9253-484f-9d57-b6869047e54d"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:21:32.519489"], ["updated_at", "2017-10-25 17:21:32.519489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -515530100 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52a582b0-91d7-4291-872b-5e86b018034a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -515530100], ["username", "billy_34"], ["access_token", "2f50bcadeb72eb27092d2397192c47e2"], ["uuid", "52a582b0-91d7-4291-872b-5e86b018034a"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:21:32.523168"], ["updated_at", "2017-10-25 17:21:32.523168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1355767623 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ea00092-38df-4b5c-85d6-69a0f707ce1b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1355767623], ["username", "billy_35"], ["access_token", "9efb589548aeed87576ccce511503692"], ["uuid", "0ea00092-38df-4b5c-85d6-69a0f707ce1b"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:21:32.526900"], ["updated_at", "2017-10-25 17:21:32.526900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1627526587 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7268b131-ea52-43f0-930c-3b162387b622' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1627526587], ["username", "billy_36"], ["access_token", "72ca53ef4288cadcbd5ff1398da29907"], ["uuid", "7268b131-ea52-43f0-930c-3b162387b622"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:21:32.530601"], ["updated_at", "2017-10-25 17:21:32.530601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -813753427 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c43753d2-9208-4431-894a-1dc03fa094df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -813753427], ["username", "billy_37"], ["access_token", "151f4f0798b2dc16034686acb4722b77"], ["uuid", "c43753d2-9208-4431-894a-1dc03fa094df"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:21:32.534248"], ["updated_at", "2017-10-25 17:21:32.534248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -624706775 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f454c4a-00a4-4a23-939d-0da61083f64f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -624706775], ["username", "billy_38"], ["access_token", "af38d0d07f6c9254416f5844a4de53f1"], ["uuid", "1f454c4a-00a4-4a23-939d-0da61083f64f"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:21:32.537918"], ["updated_at", "2017-10-25 17:21:32.537918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -751655652 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '271003c6-a520-45c6-a56e-55ea0be74aaf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -751655652], ["username", "billy_39"], ["access_token", "30b1d0fc1780e8e18e258c13a555a37c"], ["uuid", "271003c6-a520-45c6-a56e-55ea0be74aaf"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:21:32.541518"], ["updated_at", "2017-10-25 17:21:32.541518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478347050 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7f8f0b1-9431-4b8a-9b01-9f6aa77947f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -478347050], ["username", "billy_40"], ["access_token", "90fd7320551ab3ca680850500f926f39"], ["uuid", "e7f8f0b1-9431-4b8a-9b01-9f6aa77947f3"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:21:32.545068"], ["updated_at", "2017-10-25 17:21:32.545068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -414234609 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7272d3c3-d9f2-4458-b4b4-3abf0d1751f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -414234609], ["username", "billy_41"], ["access_token", "7725a82548449ada7872093ede2fd629"], ["uuid", "7272d3c3-d9f2-4458-b4b4-3abf0d1751f7"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:21:32.548697"], ["updated_at", "2017-10-25 17:21:32.548697"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1755511021 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83dae17e-5a3f-473f-b896-ad927354114f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1755511021], ["username", "billy_42"], ["access_token", "bb5b4ae8263a332cf6550662d25e0d7c"], ["uuid", "83dae17e-5a3f-473f-b896-ad927354114f"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:21:32.552272"], ["updated_at", "2017-10-25 17:21:32.552272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1166309029 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec9f1f59-69d8-480c-adaa-f24105a304cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1166309029], ["username", "billy_43"], ["access_token", "ee9f110811d0ec5cc1ffe1eaa94a65a7"], ["uuid", "ec9f1f59-69d8-480c-adaa-f24105a304cf"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:21:32.555980"], ["updated_at", "2017-10-25 17:21:32.555980"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1317592265 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b91b44d-82bd-4fb4-90f6-2e9031bae11a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1317592265], ["username", "billy_44"], ["access_token", "da69842a8b5b332b4f96a7395b0ff6af"], ["uuid", "0b91b44d-82bd-4fb4-90f6-2e9031bae11a"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:21:32.559700"], ["updated_at", "2017-10-25 17:21:32.559700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1219825428 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bdef1b15-fd88-4a36-8fba-340559da8ba6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1219825428], ["username", "billy_45"], ["access_token", "e37832902c42ce10358d54fbd80e88ad"], ["uuid", "bdef1b15-fd88-4a36-8fba-340559da8ba6"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:21:32.563402"], ["updated_at", "2017-10-25 17:21:32.563402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6736727]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6736727 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e021c65-3521-440a-b1ba-667dea132ec1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 6736727], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "1e021c65-3521-440a-b1ba-667dea132ec1"], ["created_at", "2017-10-25 17:21:32.573415"], ["updated_at", "2017-10-25 17:21:32.573415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8183151]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8183151 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35157c50-c943-493d-9675-f368c752c93f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 8183151], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "35157c50-c943-493d-9675-f368c752c93f"], ["created_at", "2017-10-25 17:21:32.579511"], ["updated_at", "2017-10-25 17:21:32.579511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 8183151 AND "openstax_accounts_accounts"."id" != 202) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '35157c50-c943-493d-9675-f368c752c93f' AND "openstax_accounts_accounts"."id" != 202) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 5629704]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5629704 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cbf51dfd-8fa7-4e31-96d9-762e509f3514' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 5629704], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "cbf51dfd-8fa7-4e31-96d9-762e509f3514"], ["created_at", "2017-10-25 17:21:32.587882"], ["updated_at", "2017-10-25 17:21:32.587882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8828049]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8828049 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05384905-ebbb-460e-bc89-e23c85b9c741' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 8828049], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["role", 2], ["uuid", "05384905-ebbb-460e-bc89-e23c85b9c741"], ["created_at", "2017-10-25 17:21:32.594377"], ["updated_at", "2017-10-25 17:21:32.594377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 5736313]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5736313 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b43704f-aeeb-49ab-bf22-78453ed93d28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 5736313], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "4b43704f-aeeb-49ab-bf22-78453ed93d28"], ["created_at", "2017-10-25 17:21:32.600814"], ["updated_at", "2017-10-25 17:21:32.600814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9839706]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9839706 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'howdy_ho' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 9839706], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "howdy_ho"], ["created_at", "2017-10-25 17:21:32.607408"], ["updated_at", "2017-10-25 17:21:32.607408"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1059690473 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '604787f713877537939d3885edeeffc8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ce02a7b-df6f-4b70-a8f0-bdb2b624e2e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1059690473], ["username", "604787f713877537939d3885edeeffc8"], ["access_token", "d4bca8ed514adaefd99c2ed59a1e238f"], ["uuid", "9ce02a7b-df6f-4b70-a8f0-bdb2b624e2e3"], ["created_at", "2017-10-25 17:21:32.613443"], ["updated_at", "2017-10-25 17:21:32.613443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -1059690473]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1059690473 AND "openstax_accounts_accounts"."id" != 207) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 207) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'yoyoma' AND "openstax_accounts_accounts"."id" != 207) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "first_name" = $2, "last_name" = $3, "title" = $4, "access_token" = $5, "faculty_status" = $6, "role" = $7, "uuid" = $8, "updated_at" = $9 WHERE "openstax_accounts_accounts"."id" = $10 [["username", "191919"], ["first_name", "1234"], ["last_name", "5678"], ["title", "900"], ["access_token", nil], ["faculty_status", 2], ["role", 2], ["uuid", "yoyoma"], ["updated_at", "2017-10-25 17:21:32.618293"], ["id", 207]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 207]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8d0785e-319a-4061-b551-cd1183e77d15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "c45c7155ad0e888c3fcca0f84556b007"], ["uuid", "b8d0785e-319a-4061-b551-cd1183e77d15"], ["created_at", "2017-10-25 17:21:32.626332"], ["updated_at", "2017-10-25 17:21:32.626332"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 208]] Redirected to http://test.host/ Completed 302 Found in 4ms (ActiveRecord: 1.4ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0c02e1e8-3a85-46c2-b4cd-517238e7d301' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "aa2a26d51d4b52ba0943438dcacdcb44"], ["uuid", "0c02e1e8-3a85-46c2-b4cd-517238e7d301"], ["created_at", "2017-10-25 17:21:32.641732"], ["updated_at", "2017-10-25 17:21:32.641732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 23ms (Views: 23.3ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '23f007ae-426b-4ae6-983f-99d2d6483c44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "bb4b1b0f9c21d91271b68d4f8b007e06"], ["uuid", "23f007ae-426b-4ae6-983f-99d2d6483c44"], ["created_at", "2017-10-25 17:21:32.674635"], ["updated_at", "2017-10-25 17:21:32.674635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 210], ["created_at", "2017-10-25 17:21:32.681980"], ["updated_at", "2017-10-25 17:21:32.681980"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5aa5bdc7-3f0e-466f-b224-9ea307e080f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "35930e16e4fcf5a6dff69f54c226f41c"], ["uuid", "5aa5bdc7-3f0e-466f-b224-9ea307e080f4"], ["created_at", "2017-10-25 17:21:33.095516"], ["updated_at", "2017-10-25 17:21:33.095516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 211], ["created_at", "2017-10-25 17:21:33.097457"], ["updated_at", "2017-10-25 17:21:33.097457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 211]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27552e8d-b99d-4ad8-890a-63a290687529' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "7f5bac6cef2c5f6d7dc4166621e9ee4f"], ["uuid", "27552e8d-b99d-4ad8-890a-63a290687529"], ["created_at", "2017-10-25 17:21:33.523538"], ["updated_at", "2017-10-25 17:21:33.523538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 212], ["created_at", "2017-10-25 17:21:33.525689"], ["updated_at", "2017-10-25 17:21:33.525689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 212]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72e5fb54-5ab9-4ac4-a4b5-07eeb274f9d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "0703e77d3632c5352035dd75b9b3742f"], ["uuid", "72e5fb54-5ab9-4ac4-a4b5-07eeb274f9d2"], ["created_at", "2017-10-25 17:21:33.960116"], ["updated_at", "2017-10-25 17:21:33.960116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 213], ["created_at", "2017-10-25 17:21:33.962241"], ["updated_at", "2017-10-25 17:21:33.962241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 213]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 213]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 213]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 213]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 213]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9599c8f3-fb35-4d97-95b6-c234f5286e6c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "0cc496ec11ee5a44032f6053d75b6b1a"], ["uuid", "9599c8f3-fb35-4d97-95b6-c234f5286e6c"], ["created_at", "2017-10-25 17:21:34.375470"], ["updated_at", "2017-10-25 17:21:34.375470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 214], ["created_at", "2017-10-25 17:21:34.377482"], ["updated_at", "2017-10-25 17:21:34.377482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 214]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 214]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 214]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e5c7635-01ba-413d-94ba-6f1660f19f12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "eece4d264de4dde1b308e4c2b176ff88"], ["uuid", "7e5c7635-01ba-413d-94ba-6f1660f19f12"], ["created_at", "2017-10-25 17:21:34.819995"], ["updated_at", "2017-10-25 17:21:34.819995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21c477a0-37b5-4862-89a5-ba60fa414bc3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "c00644a6718c570eeac06ddb5ecadb10"], ["uuid", "21c477a0-37b5-4862-89a5-ba60fa414bc3"], ["created_at", "2017-10-25 17:21:34.834258"], ["updated_at", "2017-10-25 17:21:34.834258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 216]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:50787/logout Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cb30566-4109-437e-9d2e-48a7520a17f9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "c479b5f9a2482c40eea7f8edfceda5d8"], ["uuid", "7cb30566-4109-437e-9d2e-48a7520a17f9"], ["created_at", "2017-10-25 17:21:34.844272"], ["updated_at", "2017-10-25 17:21:34.844272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 217]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '54ac9ffc-f669-461f-987a-2313a9719541' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "edc7ddfa5bd0153b47e787853d506ee8"], ["uuid", "54ac9ffc-f669-461f-987a-2313a9719541"], ["created_at", "2017-10-25 17:21:34.853924"], ["updated_at", "2017-10-25 17:21:34.853924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56f506b1-2d64-4203-a1b2-e005b05ad5c7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ebd1133c92d7f5a981c1342962fe846c"], ["uuid", "56f506b1-2d64-4203-a1b2-e005b05ad5c7"], ["created_at", "2017-10-25 17:21:34.865682"], ["updated_at", "2017-10-25 17:21:34.865682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc0e31ff-f0cd-4d93-a0b6-fbfa34e2178b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "1228fa80b9e666d06d635a23e58cd643"], ["uuid", "fc0e31ff-f0cd-4d93-a0b6-fbfa34e2178b"], ["created_at", "2017-10-25 17:21:34.878640"], ["updated_at", "2017-10-25 17:21:34.878640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08242904-06c7-4cfe-ad08-c5ffbe9e0e27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "e006405ed22116f2ef7e38a916d6b673"], ["uuid", "08242904-06c7-4cfe-ad08-c5ffbe9e0e27"], ["created_at", "2017-10-25 17:21:34.883882"], ["updated_at", "2017-10-25 17:21:34.883882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["created_at", "2017-10-25 17:21:34.908515"], ["updated_at", "2017-10-25 17:21:34.908515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "9704df"]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9704df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 18], ["username", "9704df"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["created_at", "2017-10-25 17:21:34.934127"], ["updated_at", "2017-10-25 17:21:34.934127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["created_at", "2017-10-25 17:21:34.946094"], ["updated_at", "2017-10-25 17:21:34.946094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["created_at", "2017-10-25 17:21:34.955976"], ["updated_at", "2017-10-25 17:21:34.955976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "e15a44"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e15a44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1110276554 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc3e1089-8a43-43f0-8ca8-264844f7c1e0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1110276554], ["username", "jstrav"], ["access_token", "59bed83d6fa78d748f0828b41470b732"], ["uuid", "cc3e1089-8a43-43f0-8ca8-264844f7c1e0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:34.968728"], ["updated_at", "2017-10-25 17:21:34.968728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217934235 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d49509e-06f0-4826-97bb-3302c33321d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1217934235], ["username", "mary"], ["access_token", "04b05efcc6472cb741b7472917929dda"], ["uuid", "8d49509e-06f0-4826-97bb-3302c33321d0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:34.972929"], ["updated_at", "2017-10-25 17:21:34.972929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1323206460 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '490e3f94-8310-452f-9402-3e8a2dd7af0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1323206460], ["username", "jstead"], ["access_token", "dc66ceafb38b3d82925809981017a330"], ["uuid", "490e3f94-8310-452f-9402-3e8a2dd7af0f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:34.976768"], ["updated_at", "2017-10-25 17:21:34.976768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1072882392 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43a6d868-a840-465b-a623-a02edb4eaaae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1072882392], ["username", "bigbear"], ["access_token", "f081af32bc69b7d6558b4e3c99d18daf"], ["uuid", "43a6d868-a840-465b-a623-a02edb4eaaae"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:34.980642"], ["updated_at", "2017-10-25 17:21:34.980642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -617614868 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd2b8819-0500-4985-a2dc-8fd9e856feb9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -617614868], ["username", "billy_00"], ["access_token", "0d036ad6662d099f7daf9dc96445a58e"], ["uuid", "dd2b8819-0500-4985-a2dc-8fd9e856feb9"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:21:34.984429"], ["updated_at", "2017-10-25 17:21:34.984429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -942102659 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4575ee37-bf62-4f47-96a4-5df88499aef8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -942102659], ["username", "billy_01"], ["access_token", "0891f1ada3f0cefd27d72c9a87ded6c2"], ["uuid", "4575ee37-bf62-4f47-96a4-5df88499aef8"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:21:34.988191"], ["updated_at", "2017-10-25 17:21:34.988191"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1708368273 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b153298-7dc0-41d1-b548-b34e507461b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1708368273], ["username", "billy_02"], ["access_token", "eeab9e5598c0bbd886652a6c852d45e4"], ["uuid", "5b153298-7dc0-41d1-b548-b34e507461b1"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:21:34.991928"], ["updated_at", "2017-10-25 17:21:34.991928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -245458123 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '124929dd-ab6f-4651-b187-c7ac7fea85c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -245458123], ["username", "billy_03"], ["access_token", "34296261ffd8c17b22b5874672f4baed"], ["uuid", "124929dd-ab6f-4651-b187-c7ac7fea85c6"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:21:34.995696"], ["updated_at", "2017-10-25 17:21:34.995696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -148700025 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'edb2a1fb-8146-4023-8c29-02e5ef6ff06c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -148700025], ["username", "billy_04"], ["access_token", "b236d29a562d41ad16fde53f552e4aa0"], ["uuid", "edb2a1fb-8146-4023-8c29-02e5ef6ff06c"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:21:34.999413"], ["updated_at", "2017-10-25 17:21:34.999413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -838479959 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36a438d2-ce24-416e-8d8b-d29660f2a42c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -838479959], ["username", "billy_05"], ["access_token", "49f5865a31022487f844455c252d7215"], ["uuid", "36a438d2-ce24-416e-8d8b-d29660f2a42c"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:21:35.003147"], ["updated_at", "2017-10-25 17:21:35.003147"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -130338976 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f611c646-ff1e-43e0-9d88-8b6471ae70a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -130338976], ["username", "billy_06"], ["access_token", "acb4f6a85e7b34f4c8a93b878534368f"], ["uuid", "f611c646-ff1e-43e0-9d88-8b6471ae70a2"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:21:35.006856"], ["updated_at", "2017-10-25 17:21:35.006856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -127674912 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea85f908-3f78-48aa-bf7f-331bd44132a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -127674912], ["username", "billy_07"], ["access_token", "e1e95e94e6740665df26c5a55791b37c"], ["uuid", "ea85f908-3f78-48aa-bf7f-331bd44132a9"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:21:35.010564"], ["updated_at", "2017-10-25 17:21:35.010564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486441181 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3c10347-34b5-44b2-ac5d-195854a7cbd5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -486441181], ["username", "billy_08"], ["access_token", "97dee2ed3deefcf0e273cdf5d47c6841"], ["uuid", "b3c10347-34b5-44b2-ac5d-195854a7cbd5"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:21:35.014403"], ["updated_at", "2017-10-25 17:21:35.014403"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1375011739 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7eebd0e3-2a3f-40e7-a3fe-0217544339c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1375011739], ["username", "billy_09"], ["access_token", "e66f379a1c1ec200dcc228d61f80271f"], ["uuid", "7eebd0e3-2a3f-40e7-a3fe-0217544339c0"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:21:35.018211"], ["updated_at", "2017-10-25 17:21:35.018211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -845955597 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9691fa6-968f-48f2-bced-0e508db3d40e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -845955597], ["username", "billy_10"], ["access_token", "c8989801a80ed5e6c68ec874b5ce0e02"], ["uuid", "c9691fa6-968f-48f2-bced-0e508db3d40e"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:21:35.021896"], ["updated_at", "2017-10-25 17:21:35.021896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -713623168 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95f58b10-7e77-4be3-a8c0-b7d20da6c8d2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -713623168], ["username", "billy_11"], ["access_token", "31cd2b8b40cffc1193f6bcd579c5c43a"], ["uuid", "95f58b10-7e77-4be3-a8c0-b7d20da6c8d2"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:21:35.025625"], ["updated_at", "2017-10-25 17:21:35.025625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974148858 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5f8a9a9-2813-41cd-9e5e-22f0ff1e8734' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1974148858], ["username", "billy_12"], ["access_token", "66aefae2d8dda567523ac7afdaa81ff2"], ["uuid", "e5f8a9a9-2813-41cd-9e5e-22f0ff1e8734"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:21:35.029420"], ["updated_at", "2017-10-25 17:21:35.029420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -973078241 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07aef064-01a5-4bad-acb9-4af914ae6fcd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -973078241], ["username", "billy_13"], ["access_token", "a77cbb683d7a9fb607f578b9a69db655"], ["uuid", "07aef064-01a5-4bad-acb9-4af914ae6fcd"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:21:35.033228"], ["updated_at", "2017-10-25 17:21:35.033228"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -207195643 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8597f45-5ef3-4b77-9e7d-d3273bde6b15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -207195643], ["username", "billy_14"], ["access_token", "14079b6823a2d17d60acf6ff21adfead"], ["uuid", "c8597f45-5ef3-4b77-9e7d-d3273bde6b15"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:21:35.036987"], ["updated_at", "2017-10-25 17:21:35.036987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1055999909 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec3b0f24-c472-4661-8ec0-e09058f3e4ff' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1055999909], ["username", "billy_15"], ["access_token", "0173dda4e1745f2084b847bf35520c70"], ["uuid", "ec3b0f24-c472-4661-8ec0-e09058f3e4ff"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:21:35.040929"], ["updated_at", "2017-10-25 17:21:35.040929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -358208987 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa2b9136-d9c8-4fda-9daa-11a1745962c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -358208987], ["username", "billy_16"], ["access_token", "7c129a08d81153feedf8a8c8e99a94b5"], ["uuid", "fa2b9136-d9c8-4fda-9daa-11a1745962c2"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:21:35.044912"], ["updated_at", "2017-10-25 17:21:35.044912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -306144904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ce2c3b1-066b-4eec-b155-74d69e081d5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -306144904], ["username", "billy_17"], ["access_token", "dfaafeb6834888a2dbd43da7d1a41a3f"], ["uuid", "3ce2c3b1-066b-4eec-b155-74d69e081d5a"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:21:35.048612"], ["updated_at", "2017-10-25 17:21:35.048612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1340388898 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b4b89c2-11c6-48cc-a719-053f4d070da2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1340388898], ["username", "billy_18"], ["access_token", "cc14d99bd3e31f8d98ee7d3528c9ab84"], ["uuid", "1b4b89c2-11c6-48cc-a719-053f4d070da2"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:21:35.052344"], ["updated_at", "2017-10-25 17:21:35.052344"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -350230380 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12d95e31-2d9a-4be9-bf4a-196f2718bd50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -350230380], ["username", "billy_19"], ["access_token", "b6a8265c82cd4be46dd5f2a6b0a62c93"], ["uuid", "12d95e31-2d9a-4be9-bf4a-196f2718bd50"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:21:35.055972"], ["updated_at", "2017-10-25 17:21:35.055972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -312803236 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a2c934d-68ee-457e-823b-8cc545424c66' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -312803236], ["username", "billy_20"], ["access_token", "b99784f87102f2b5fe7bb5a5b564ddbd"], ["uuid", "6a2c934d-68ee-457e-823b-8cc545424c66"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:21:35.059487"], ["updated_at", "2017-10-25 17:21:35.059487"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2095594027 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0144c987-2aeb-4191-84df-4eff3df0836e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2095594027], ["username", "billy_21"], ["access_token", "be7736db1fa9c307b62df9a44a7550eb"], ["uuid", "0144c987-2aeb-4191-84df-4eff3df0836e"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:21:35.063017"], ["updated_at", "2017-10-25 17:21:35.063017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1720930888 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65f72803-c622-4818-b659-facc6d04983e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1720930888], ["username", "billy_22"], ["access_token", "2dc97f362716b5cb3554d4538340507a"], ["uuid", "65f72803-c622-4818-b659-facc6d04983e"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:21:35.066440"], ["updated_at", "2017-10-25 17:21:35.066440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904443515 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bdc2210-363e-49fb-bea4-e71a2a3a65c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1904443515], ["username", "billy_23"], ["access_token", "90ee26ef9cacbbb9f71fe5a8320cdc0f"], ["uuid", "9bdc2210-363e-49fb-bea4-e71a2a3a65c5"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:21:35.070413"], ["updated_at", "2017-10-25 17:21:35.070413"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -740362725 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5904679b-e405-4867-a6f4-7bc8af9af372' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -740362725], ["username", "billy_24"], ["access_token", "496a0b337507353e1dd4df1436b394b4"], ["uuid", "5904679b-e405-4867-a6f4-7bc8af9af372"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:21:35.074159"], ["updated_at", "2017-10-25 17:21:35.074159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -811229985 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea42ae1f-7b10-4d56-92ff-7e4cb3e61748' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -811229985], ["username", "billy_25"], ["access_token", "8ac2179a3120d88289e168845771acad"], ["uuid", "ea42ae1f-7b10-4d56-92ff-7e4cb3e61748"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:21:35.077621"], ["updated_at", "2017-10-25 17:21:35.077621"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573848423 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13eef089-315b-4626-be74-a302206616f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1573848423], ["username", "billy_26"], ["access_token", "f92e988144d3c422d55eaf42518dbe42"], ["uuid", "13eef089-315b-4626-be74-a302206616f4"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:21:35.080981"], ["updated_at", "2017-10-25 17:21:35.080981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021837650 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '257ac5b9-8142-4025-a4bb-996de0218bb5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1021837650], ["username", "billy_27"], ["access_token", "b298e0f74e3e85f1a7ec8ca2f635c54c"], ["uuid", "257ac5b9-8142-4025-a4bb-996de0218bb5"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:21:35.084413"], ["updated_at", "2017-10-25 17:21:35.084413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1976324136 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63a59cb8-0d38-45d7-93c2-84ecdd0b9b4d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1976324136], ["username", "billy_28"], ["access_token", "c5f48b92cad6470bc303c3385a05d076"], ["uuid", "63a59cb8-0d38-45d7-93c2-84ecdd0b9b4d"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:21:35.087926"], ["updated_at", "2017-10-25 17:21:35.087926"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1838557630 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09584003-d376-4e29-ae27-1e27633af59b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1838557630], ["username", "billy_29"], ["access_token", "56ff4ef2ddb9bd658bc8f35b7d1026e8"], ["uuid", "09584003-d376-4e29-ae27-1e27633af59b"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:21:35.091789"], ["updated_at", "2017-10-25 17:21:35.091789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -767229549 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '333462f6-43e2-42a3-834b-6204bb74f297' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -767229549], ["username", "billy_30"], ["access_token", "78d14b760b94586c3db0c806dceecc24"], ["uuid", "333462f6-43e2-42a3-834b-6204bb74f297"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:21:35.095436"], ["updated_at", "2017-10-25 17:21:35.095436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660868626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e86f919-3708-485e-8efc-98f50eb96ecd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1660868626], ["username", "billy_31"], ["access_token", "a655c338476bc92c1ee8e62e652b72c6"], ["uuid", "8e86f919-3708-485e-8efc-98f50eb96ecd"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:21:35.098862"], ["updated_at", "2017-10-25 17:21:35.098862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1076564153 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '919c7a23-1eae-48df-87dc-a6d8892943bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1076564153], ["username", "billy_32"], ["access_token", "b798937318927383545c9660f1f5a4c2"], ["uuid", "919c7a23-1eae-48df-87dc-a6d8892943bf"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:21:35.102259"], ["updated_at", "2017-10-25 17:21:35.102259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1394149656 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9da838c5-5ca3-46be-a1c5-57f8a6443fa7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1394149656], ["username", "billy_33"], ["access_token", "3e344d0136b78deb4840a2348b63e421"], ["uuid", "9da838c5-5ca3-46be-a1c5-57f8a6443fa7"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:21:35.105895"], ["updated_at", "2017-10-25 17:21:35.105895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -281649564 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83578fe9-4dcc-4185-934f-8606b918de47' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -281649564], ["username", "billy_34"], ["access_token", "c2438e674ed17f8d723b73bc48d0d8ae"], ["uuid", "83578fe9-4dcc-4185-934f-8606b918de47"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:21:35.109442"], ["updated_at", "2017-10-25 17:21:35.109442"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2099633770 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '493d0016-3df5-4f32-9e10-8307aaee0cd6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2099633770], ["username", "billy_35"], ["access_token", "fe1e215c60b54fe91f3b3832efe3689c"], ["uuid", "493d0016-3df5-4f32-9e10-8307aaee0cd6"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:21:35.121994"], ["updated_at", "2017-10-25 17:21:35.121994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1771143297 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0cbfb78c-4713-4f30-9f1d-4a52c3e95fc9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1771143297], ["username", "billy_36"], ["access_token", "7785a2d0da596c29b7a133cf33db05b6"], ["uuid", "0cbfb78c-4713-4f30-9f1d-4a52c3e95fc9"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:21:35.125795"], ["updated_at", "2017-10-25 17:21:35.125795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1926864388 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae655a2d-43c8-49aa-9e3e-d1db79ab44a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1926864388], ["username", "billy_37"], ["access_token", "d8b97fc15bfaa51be81b2604b28604b1"], ["uuid", "ae655a2d-43c8-49aa-9e3e-d1db79ab44a0"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:21:35.129538"], ["updated_at", "2017-10-25 17:21:35.129538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -520951950 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecdc5678-8162-4558-9362-f615176ae338' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -520951950], ["username", "billy_38"], ["access_token", "ec569a25e33445554cdcb3dce6a784d4"], ["uuid", "ecdc5678-8162-4558-9362-f615176ae338"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:21:35.133159"], ["updated_at", "2017-10-25 17:21:35.133159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2189900 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1861f82-7793-4adf-86eb-967ef9447cd3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2189900], ["username", "billy_39"], ["access_token", "bd6c92d867378a3c85b405caabb89a8c"], ["uuid", "f1861f82-7793-4adf-86eb-967ef9447cd3"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:21:35.136859"], ["updated_at", "2017-10-25 17:21:35.136859"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324631901 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a41034ac-4ff2-4d7b-a76a-91e7d55eda5b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1324631901], ["username", "billy_40"], ["access_token", "92ef34b128280801d4828f9794a28175"], ["uuid", "a41034ac-4ff2-4d7b-a76a-91e7d55eda5b"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:21:35.140585"], ["updated_at", "2017-10-25 17:21:35.140585"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668192594 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6822fbdc-b4d0-4060-bffe-81528707d186' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1668192594], ["username", "billy_41"], ["access_token", "d5a70e25276eea774a63adcd47c76406"], ["uuid", "6822fbdc-b4d0-4060-bffe-81528707d186"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:21:35.144277"], ["updated_at", "2017-10-25 17:21:35.144277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -712815115 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27b865ef-be08-4d41-aa8c-fcf9a29c3ca9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -712815115], ["username", "billy_42"], ["access_token", "df213200aa2953b43d2895c8f698bb63"], ["uuid", "27b865ef-be08-4d41-aa8c-fcf9a29c3ca9"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:21:35.147965"], ["updated_at", "2017-10-25 17:21:35.147965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1201114583 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05dcb638-7467-416b-abc7-6b162a2e25a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1201114583], ["username", "billy_43"], ["access_token", "a9cb195c5509a014285a9fe0dd14db3f"], ["uuid", "05dcb638-7467-416b-abc7-6b162a2e25a4"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:21:35.151641"], ["updated_at", "2017-10-25 17:21:35.151641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -911294158 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e2c5c89-dd11-4b5a-bf9e-ccae58fa3637' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -911294158], ["username", "billy_44"], ["access_token", "0f4bb410739643dd2d8b9e0a6ffe6e6a"], ["uuid", "2e2c5c89-dd11-4b5a-bf9e-ccae58fa3637"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:21:35.155380"], ["updated_at", "2017-10-25 17:21:35.155380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -656168604 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6dcc0e9e-28dd-4af9-abf5-289af663ab29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -656168604], ["username", "billy_45"], ["access_token", "8036a112058332a72d1a925b6ba0d755"], ["uuid", "6dcc0e9e-28dd-4af9-abf5-289af663ab29"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:21:35.159095"], ["updated_at", "2017-10-25 17:21:35.159095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -67629294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1bdd3757-972a-4169-8cf1-7c9a09eb7d3d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -67629294], ["username", "billy_46"], ["access_token", "1b579c11fd9636190b6a367ff8ad8419"], ["uuid", "1bdd3757-972a-4169-8cf1-7c9a09eb7d3d"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:21:35.162796"], ["updated_at", "2017-10-25 17:21:35.162796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2079064851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2d054ab-0278-4750-bb20-1ca3bd8bf3d6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2079064851], ["username", "billy_47"], ["access_token", "313614055b795373d0a22fa863adbb9e"], ["uuid", "d2d054ab-0278-4750-bb20-1ca3bd8bf3d6"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:21:35.166477"], ["updated_at", "2017-10-25 17:21:35.166477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -144529585 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1d6e312-a913-46c7-93b6-d304f18d95ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -144529585], ["username", "billy_48"], ["access_token", "43a5a715e2f98f881e5ac8d8e1baedd6"], ["uuid", "b1d6e312-a913-46c7-93b6-d304f18d95ae"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:21:35.170099"], ["updated_at", "2017-10-25 17:21:35.170099"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -757098423 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ab5c340-6b9b-40d1-b274-042b4cfd3861' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -757098423], ["username", "billy_49"], ["access_token", "4ccc3db9aee3f17a1bd7f3be9878ec90"], ["uuid", "6ab5c340-6b9b-40d1-b274-042b4cfd3861"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:21:35.173936"], ["updated_at", "2017-10-25 17:21:35.173936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1296789983 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e297cdb-cf18-42ce-9151-f7758c70d362' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1296789983], ["username", "jstrav"], ["access_token", "faa51abedf6a4855eb78277ab04be166"], ["uuid", "4e297cdb-cf18-42ce-9151-f7758c70d362"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:35.182290"], ["updated_at", "2017-10-25 17:21:35.182290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -919601115 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3260ac10-4571-4bd4-998f-cfe7c2fcda99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -919601115], ["username", "mary"], ["access_token", "28c202341288e6d0af806acc8bb20e74"], ["uuid", "3260ac10-4571-4bd4-998f-cfe7c2fcda99"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:35.186200"], ["updated_at", "2017-10-25 17:21:35.186200"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -409240159 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '989de2c8-a55d-46e3-ba37-0aeaab52aa1b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -409240159], ["username", "jstead"], ["access_token", "8de21cc009390d7da186c043d58b6c4a"], ["uuid", "989de2c8-a55d-46e3-ba37-0aeaab52aa1b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:35.189847"], ["updated_at", "2017-10-25 17:21:35.189847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -839620102 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '291386b5-fd41-4b01-90f2-e2fcaaa7bd22' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -839620102], ["username", "bigbear"], ["access_token", "ab7fa73b7c7d6633154a447be88fb312"], ["uuid", "291386b5-fd41-4b01-90f2-e2fcaaa7bd22"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:35.193555"], ["updated_at", "2017-10-25 17:21:35.193555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1413533432 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6de88334-b2ae-4d71-b64d-cac3414867c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1413533432], ["username", "billy_00"], ["access_token", "11273c16ac9d18d97afccac891e065a7"], ["uuid", "6de88334-b2ae-4d71-b64d-cac3414867c1"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:21:35.197203"], ["updated_at", "2017-10-25 17:21:35.197203"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -194717506 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '51079443-41e4-496b-b808-54de8f8376b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -194717506], ["username", "billy_01"], ["access_token", "2c31f22d14b147482c0d6c58e07f9c54"], ["uuid", "51079443-41e4-496b-b808-54de8f8376b3"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:21:35.200937"], ["updated_at", "2017-10-25 17:21:35.200937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -371932821 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '688e7120-7a0e-422a-8a74-f1c702c6f5b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -371932821], ["username", "billy_02"], ["access_token", "7f1dde6607d2ba1821ae718fcef2a3d1"], ["uuid", "688e7120-7a0e-422a-8a74-f1c702c6f5b2"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:21:35.204621"], ["updated_at", "2017-10-25 17:21:35.204621"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -599458429 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5668480b-545a-4512-af54-d1011816e268' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -599458429], ["username", "billy_03"], ["access_token", "2a768f069669babc1328084d36506688"], ["uuid", "5668480b-545a-4512-af54-d1011816e268"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:21:35.208279"], ["updated_at", "2017-10-25 17:21:35.208279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1957783476 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c899d483-777e-43c6-a585-6f6f3cacdadb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1957783476], ["username", "billy_04"], ["access_token", "972213c303f38be6340eb9429f9a0e4c"], ["uuid", "c899d483-777e-43c6-a585-6f6f3cacdadb"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:21:35.211909"], ["updated_at", "2017-10-25 17:21:35.211909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581254657 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4c26052-6633-4381-8984-da4d3ef7d6f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -581254657], ["username", "billy_05"], ["access_token", "780ed8149f39e76a8a3034b2b7360d09"], ["uuid", "d4c26052-6633-4381-8984-da4d3ef7d6f3"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:21:35.215669"], ["updated_at", "2017-10-25 17:21:35.215669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357339654 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '26d0672f-6267-4111-ad10-603fc4c5d561' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1357339654], ["username", "billy_06"], ["access_token", "443c86f851ca8ff2b203f87245d5d4b6"], ["uuid", "26d0672f-6267-4111-ad10-603fc4c5d561"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:21:35.219354"], ["updated_at", "2017-10-25 17:21:35.219354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1361012883 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4dbcb27f-ee34-4217-bfaa-6e6ca7a6ec9b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1361012883], ["username", "billy_07"], ["access_token", "148ab3284ef5f1607b68d98ee3554a28"], ["uuid", "4dbcb27f-ee34-4217-bfaa-6e6ca7a6ec9b"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:21:35.222939"], ["updated_at", "2017-10-25 17:21:35.222939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -758662004 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed14aca6-c88c-4f0e-8fa8-12917fd0ea11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -758662004], ["username", "billy_08"], ["access_token", "1179a128dec94c3777e6d0802acf106e"], ["uuid", "ed14aca6-c88c-4f0e-8fa8-12917fd0ea11"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:21:35.226551"], ["updated_at", "2017-10-25 17:21:35.226551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1256440807 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1329f3a-8754-46c9-a1c2-71cf1263c1d6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1256440807], ["username", "billy_09"], ["access_token", "d229c8c28c124707a867ef533e54384f"], ["uuid", "f1329f3a-8754-46c9-a1c2-71cf1263c1d6"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:21:35.230144"], ["updated_at", "2017-10-25 17:21:35.230144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591066456 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ebb3895a-7a59-49a2-8c80-b824c5801fef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -591066456], ["username", "billy_10"], ["access_token", "1f8f55c201e477e41e94df67ee7f3a01"], ["uuid", "ebb3895a-7a59-49a2-8c80-b824c5801fef"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:21:35.233723"], ["updated_at", "2017-10-25 17:21:35.233723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088317407 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5059082f-5b48-4b23-8ab0-de05d4477544' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1088317407], ["username", "billy_11"], ["access_token", "1b0c65e7fe17fbd3905ede3e596a911e"], ["uuid", "5059082f-5b48-4b23-8ab0-de05d4477544"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:21:35.237355"], ["updated_at", "2017-10-25 17:21:35.237355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -77571247 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa25c091-2c8d-416a-af4d-5d066847bdd8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -77571247], ["username", "billy_12"], ["access_token", "2bac053f7499622acfd5fabd67527a36"], ["uuid", "fa25c091-2c8d-416a-af4d-5d066847bdd8"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:21:35.241129"], ["updated_at", "2017-10-25 17:21:35.241129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -37919620 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e1a2f2d6-b582-4ee9-ab4e-7f1b0c32cb04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -37919620], ["username", "billy_13"], ["access_token", "cb1b2f86f9d071c6cb9bf7cfeda899a5"], ["uuid", "e1a2f2d6-b582-4ee9-ab4e-7f1b0c32cb04"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:21:35.244741"], ["updated_at", "2017-10-25 17:21:35.244741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -86592639 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3be21bf-b6b0-47aa-97b6-99be34d16ad5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -86592639], ["username", "billy_14"], ["access_token", "e1e80538f184d56f090050da994ad686"], ["uuid", "f3be21bf-b6b0-47aa-97b6-99be34d16ad5"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:21:35.248330"], ["updated_at", "2017-10-25 17:21:35.248330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1733944446 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b90ce6f8-94d4-4f49-acc5-e2f956d342ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1733944446], ["username", "billy_15"], ["access_token", "e57d9c56c904e7525db4cd0047ac74bd"], ["uuid", "b90ce6f8-94d4-4f49-acc5-e2f956d342ab"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:21:35.251874"], ["updated_at", "2017-10-25 17:21:35.251874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1555770297 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6206ca8a-95cb-4064-ad8d-b825cc677dee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1555770297], ["username", "billy_16"], ["access_token", "c8348fc4b89bf5cf905a636f61beedfc"], ["uuid", "6206ca8a-95cb-4064-ad8d-b825cc677dee"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:21:35.255438"], ["updated_at", "2017-10-25 17:21:35.255438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -644550288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '252833cb-f95f-430d-b66c-8b2e06225ee8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -644550288], ["username", "billy_17"], ["access_token", "b202231b5cd6f85be75799cee0dc67e5"], ["uuid", "252833cb-f95f-430d-b66c-8b2e06225ee8"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:21:35.259177"], ["updated_at", "2017-10-25 17:21:35.259177"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -147585317 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8fb16a0-37a3-4cbc-b1b6-4a65c3f78206' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -147585317], ["username", "billy_18"], ["access_token", "85d730fa2688e9f52a28d4ad928967c9"], ["uuid", "c8fb16a0-37a3-4cbc-b1b6-4a65c3f78206"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:21:35.262824"], ["updated_at", "2017-10-25 17:21:35.262824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2061894163 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a822b58-c885-426b-bd5c-ed4201caf65a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2061894163], ["username", "billy_19"], ["access_token", "393c163776038c1beacd2c4c01828f1f"], ["uuid", "8a822b58-c885-426b-bd5c-ed4201caf65a"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:21:35.266470"], ["updated_at", "2017-10-25 17:21:35.266470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1474567952 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d551441-f169-4e5d-ab38-ae8a7f34fe42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1474567952], ["username", "billy_20"], ["access_token", "9e0a1a025b96f80273f1bb6eea7ca177"], ["uuid", "0d551441-f169-4e5d-ab38-ae8a7f34fe42"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:21:35.270095"], ["updated_at", "2017-10-25 17:21:35.270095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -648720265 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83a676cb-3074-4a16-b02b-39bb4473023b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -648720265], ["username", "billy_21"], ["access_token", "f6fe899588b94c52c454d287905a8bb7"], ["uuid", "83a676cb-3074-4a16-b02b-39bb4473023b"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:21:35.273779"], ["updated_at", "2017-10-25 17:21:35.273779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1675500139 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ebd06e54-d09b-499a-842e-4aba1d7801b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1675500139], ["username", "billy_22"], ["access_token", "1bec138b2d715264604658a5f5b468a2"], ["uuid", "ebd06e54-d09b-499a-842e-4aba1d7801b7"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:21:35.277503"], ["updated_at", "2017-10-25 17:21:35.277503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2131730925 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bbf9039-d159-475f-9a91-19b41e74518b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2131730925], ["username", "billy_23"], ["access_token", "a825c5f8861ebaeb281f398048c2f89e"], ["uuid", "5bbf9039-d159-475f-9a91-19b41e74518b"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:21:35.281252"], ["updated_at", "2017-10-25 17:21:35.281252"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -984304909 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30561c4e-4fa6-48e4-8c6f-536f7de843fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -984304909], ["username", "billy_24"], ["access_token", "6d57e50019db00114c1bf0d49d7a80f2"], ["uuid", "30561c4e-4fa6-48e4-8c6f-536f7de843fd"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:21:35.284949"], ["updated_at", "2017-10-25 17:21:35.284949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -565028795 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b94978f7-3ba0-4651-a9bc-d3dbc842d8f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -565028795], ["username", "billy_25"], ["access_token", "415f77b7a02e0ff615e82b70fd8c1cda"], ["uuid", "b94978f7-3ba0-4651-a9bc-d3dbc842d8f7"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:21:35.288698"], ["updated_at", "2017-10-25 17:21:35.288698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -658366560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16164ebe-dc51-48c4-902e-e27e71092657' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -658366560], ["username", "billy_26"], ["access_token", "d8aaea2a3b2226b1009bc7ffa913334e"], ["uuid", "16164ebe-dc51-48c4-902e-e27e71092657"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:21:35.292343"], ["updated_at", "2017-10-25 17:21:35.292343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2069769928 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d004fe5-ee37-46e3-8071-a5cc10e7fb2b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2069769928], ["username", "billy_27"], ["access_token", "1813b750f93314f5ce644b4b2ac419e9"], ["uuid", "5d004fe5-ee37-46e3-8071-a5cc10e7fb2b"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:21:35.296016"], ["updated_at", "2017-10-25 17:21:35.296016"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2027715696 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e447033-f325-4806-8cf5-0d1bc1756728' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2027715696], ["username", "billy_28"], ["access_token", "7664b917933c525da573c88790e5f85c"], ["uuid", "4e447033-f325-4806-8cf5-0d1bc1756728"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:21:35.299642"], ["updated_at", "2017-10-25 17:21:35.299642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1956596055 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa13b0f4-06b1-4f4b-bdee-5881c1c5cd50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1956596055], ["username", "billy_29"], ["access_token", "8abf78d22294355239445336dcbca62c"], ["uuid", "aa13b0f4-06b1-4f4b-bdee-5881c1c5cd50"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:21:35.303214"], ["updated_at", "2017-10-25 17:21:35.303214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -394323635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '26c4f166-5be2-469e-b472-3e7a8835b065' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -394323635], ["username", "billy_30"], ["access_token", "3cdc6d325fad1ce214078455029d6665"], ["uuid", "26c4f166-5be2-469e-b472-3e7a8835b065"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:21:35.306970"], ["updated_at", "2017-10-25 17:21:35.306970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021294268 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a55d8b2-26a5-4bff-acb0-53d70e9f0012' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1021294268], ["username", "billy_31"], ["access_token", "3dd10d9dc1161ffca5003ffda707d597"], ["uuid", "5a55d8b2-26a5-4bff-acb0-53d70e9f0012"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:21:35.310742"], ["updated_at", "2017-10-25 17:21:35.310742"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -740123487 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a09aefe-8d12-4237-ad10-0f1ae6013206' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -740123487], ["username", "billy_32"], ["access_token", "a4e4a113e68aef2188a90eed6f00a8c5"], ["uuid", "7a09aefe-8d12-4237-ad10-0f1ae6013206"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:21:35.314789"], ["updated_at", "2017-10-25 17:21:35.314789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -358503156 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e80de77f-578f-402e-b0f7-447210ac280b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -358503156], ["username", "billy_33"], ["access_token", "270af3c9e508bc5731d38a7d664f34e4"], ["uuid", "e80de77f-578f-402e-b0f7-447210ac280b"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:21:35.318436"], ["updated_at", "2017-10-25 17:21:35.318436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -104670439 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42aba3fc-0794-48cd-9b60-ef16996c2995' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -104670439], ["username", "billy_34"], ["access_token", "91eb2ae9238756c39f686175eb0878ef"], ["uuid", "42aba3fc-0794-48cd-9b60-ef16996c2995"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:21:35.322035"], ["updated_at", "2017-10-25 17:21:35.322035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1072281399 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9e6a6d2-f400-4c67-abd2-5732872bd1fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1072281399], ["username", "billy_35"], ["access_token", "a6c15a39db72146b7e20296ccddfe6e9"], ["uuid", "e9e6a6d2-f400-4c67-abd2-5732872bd1fd"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:21:35.325766"], ["updated_at", "2017-10-25 17:21:35.325766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1793893339 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0369ac1b-d2dc-4cce-9876-bd8f2a0a1f4c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1793893339], ["username", "billy_36"], ["access_token", "7baa071edb9923eb53a9c9a652c9c3f6"], ["uuid", "0369ac1b-d2dc-4cce-9876-bd8f2a0a1f4c"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:21:35.329357"], ["updated_at", "2017-10-25 17:21:35.329357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -196062458 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98321252-3916-4b75-95ff-e87a881a5d12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -196062458], ["username", "billy_37"], ["access_token", "132b5d9cf1d00cd8502a157250b3f90b"], ["uuid", "98321252-3916-4b75-95ff-e87a881a5d12"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:21:35.333040"], ["updated_at", "2017-10-25 17:21:35.333040"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1560067923 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '586f6966-fd80-441e-90cb-0e581effc33d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1560067923], ["username", "billy_38"], ["access_token", "acb33d368e01db2408beea232930cd49"], ["uuid", "586f6966-fd80-441e-90cb-0e581effc33d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:21:35.336729"], ["updated_at", "2017-10-25 17:21:35.336729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -261448486 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae34e265-02f9-41df-900b-a514bd865d85' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -261448486], ["username", "billy_39"], ["access_token", "da8b28a44efd8b6d2263fa0e035b5c22"], ["uuid", "ae34e265-02f9-41df-900b-a514bd865d85"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:21:35.340328"], ["updated_at", "2017-10-25 17:21:35.340328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232688161 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1eef927e-0436-49d1-963e-2334a39d4331' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1232688161], ["username", "billy_40"], ["access_token", "000932f4142efa257d8fa411949c282f"], ["uuid", "1eef927e-0436-49d1-963e-2334a39d4331"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:21:35.343979"], ["updated_at", "2017-10-25 17:21:35.343979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -855390449 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '193c01ed-af9e-435a-8ecb-ea0e8738214e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -855390449], ["username", "billy_41"], ["access_token", "b2fe10e3f157cccd31e827e136008036"], ["uuid", "193c01ed-af9e-435a-8ecb-ea0e8738214e"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:21:35.347625"], ["updated_at", "2017-10-25 17:21:35.347625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -769214322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e1bbb5e2-f09e-4365-b4de-dfdd1815fe25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -769214322], ["username", "billy_42"], ["access_token", "d00ab34b3459c168bd54b08b6e5a5bad"], ["uuid", "e1bbb5e2-f09e-4365-b4de-dfdd1815fe25"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:21:35.351326"], ["updated_at", "2017-10-25 17:21:35.351326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512828128 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bbef9c9f-736f-41a1-a38d-f0f287d3da7d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -512828128], ["username", "billy_43"], ["access_token", "c2168388a3e5778d6a1de12f4749a18a"], ["uuid", "bbef9c9f-736f-41a1-a38d-f0f287d3da7d"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:21:35.354928"], ["updated_at", "2017-10-25 17:21:35.354928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -93794267 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '599e7d1f-4c29-4d7c-98f5-0d541682369c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -93794267], ["username", "billy_44"], ["access_token", "8cd81dd07713bebd0fddce82610268b5"], ["uuid", "599e7d1f-4c29-4d7c-98f5-0d541682369c"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:21:35.358605"], ["updated_at", "2017-10-25 17:21:35.358605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1096609692 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '987c5915-622c-48fc-9b39-2afdac8143df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1096609692], ["username", "billy_45"], ["access_token", "5d67e45c4dc967a2bb42d5a43ed45b84"], ["uuid", "987c5915-622c-48fc-9b39-2afdac8143df"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:21:35.362277"], ["updated_at", "2017-10-25 17:21:35.362277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -479121559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0682761-aa64-493a-b872-5312d95724c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -479121559], ["username", "billy_46"], ["access_token", "03522d7acd91761eab8a5e4f5f46cc98"], ["uuid", "e0682761-aa64-493a-b872-5312d95724c7"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:21:35.365915"], ["updated_at", "2017-10-25 17:21:35.365915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -938225545 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5da5a51b-f002-47c6-bc34-9d66bfcffb98' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -938225545], ["username", "billy_47"], ["access_token", "d21c29559a4fce31861d9da464be6653"], ["uuid", "5da5a51b-f002-47c6-bc34-9d66bfcffb98"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:21:35.369525"], ["updated_at", "2017-10-25 17:21:35.369525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1145728774 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '002da25c-7f16-4ca3-80e8-125afbf6d201' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1145728774], ["username", "billy_48"], ["access_token", "c56f35f9b011303fbe52baaff263fe5c"], ["uuid", "002da25c-7f16-4ca3-80e8-125afbf6d201"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:21:35.373192"], ["updated_at", "2017-10-25 17:21:35.373192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -872905844 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e2c5cae-0111-437c-89f4-eafca6e30909' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -872905844], ["username", "billy_49"], ["access_token", "6ca9a8051849f9b966aecfbc156bd20e"], ["uuid", "6e2c5cae-0111-437c-89f4-eafca6e30909"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:21:35.376842"], ["updated_at", "2017-10-25 17:21:35.376842"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -291284509 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f8f7f92-09d9-4842-b776-80564fdc1c52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -291284509], ["username", "jstrav"], ["access_token", "8660a7b9d25f366c6c73b3bf7992f8fd"], ["uuid", "5f8f7f92-09d9-4842-b776-80564fdc1c52"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:35.383103"], ["updated_at", "2017-10-25 17:21:35.383103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1412704335 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c11e7617-026b-4009-9ea7-2a8434f7cc3a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1412704335], ["username", "mary"], ["access_token", "c5d1378e8370065d97188265bf9b81d0"], ["uuid", "c11e7617-026b-4009-9ea7-2a8434f7cc3a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:35.387290"], ["updated_at", "2017-10-25 17:21:35.387290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674563074 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df36712f-4f19-40ff-b46c-94dcedb96415' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -674563074], ["username", "jstead"], ["access_token", "2f905e04e7ab0ca798549dafcebb052d"], ["uuid", "df36712f-4f19-40ff-b46c-94dcedb96415"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:35.391118"], ["updated_at", "2017-10-25 17:21:35.391118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1608605215 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4e0b856-8542-44ed-86bc-45bb25a1623d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1608605215], ["username", "bigbear"], ["access_token", "96607726ec6c5f818f98844a150440a9"], ["uuid", "d4e0b856-8542-44ed-86bc-45bb25a1623d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:35.394780"], ["updated_at", "2017-10-25 17:21:35.394780"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1754253070 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '024f1f5b-0da9-485a-82de-8905632d4632' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1754253070], ["username", "billy_00"], ["access_token", "a78245d33be1afac716c326af0e1e553"], ["uuid", "024f1f5b-0da9-485a-82de-8905632d4632"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:21:35.398540"], ["updated_at", "2017-10-25 17:21:35.398540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -871995312 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6fce1dab-f8bf-411c-85cc-2027da130eb4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -871995312], ["username", "billy_01"], ["access_token", "a5acbfdda24a5828906a8a457238fbf6"], ["uuid", "6fce1dab-f8bf-411c-85cc-2027da130eb4"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:21:35.402206"], ["updated_at", "2017-10-25 17:21:35.402206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1356702065 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1754c584-d1ee-40d9-9ee7-450a76e62a42' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1356702065], ["username", "billy_02"], ["access_token", "85d5535cdad264f7b0d9780d47cf4de7"], ["uuid", "1754c584-d1ee-40d9-9ee7-450a76e62a42"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:21:35.405872"], ["updated_at", "2017-10-25 17:21:35.405872"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -938514245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14c78dab-482a-462a-a149-b0b53b4c14b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -938514245], ["username", "billy_03"], ["access_token", "958929c4595128185e6909e9d63842b5"], ["uuid", "14c78dab-482a-462a-a149-b0b53b4c14b3"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:21:35.409670"], ["updated_at", "2017-10-25 17:21:35.409670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1394372705 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81424c5c-9af4-48cc-a663-ff44f2e2461e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1394372705], ["username", "billy_04"], ["access_token", "21ee4876382d91d7a31f09f6f76224e9"], ["uuid", "81424c5c-9af4-48cc-a663-ff44f2e2461e"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:21:35.413497"], ["updated_at", "2017-10-25 17:21:35.413497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719633858 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e4d017a-2dac-4f36-8489-23d72e5ebef6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1719633858], ["username", "billy_05"], ["access_token", "c3aee390d66b97f45c96935724be6edb"], ["uuid", "7e4d017a-2dac-4f36-8489-23d72e5ebef6"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:21:35.418304"], ["updated_at", "2017-10-25 17:21:35.418304"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -540891406 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a98e88c2-73dc-4fba-a504-c973feba9891' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -540891406], ["username", "billy_06"], ["access_token", "806e742be3f447674e4a05b73cb3f7f4"], ["uuid", "a98e88c2-73dc-4fba-a504-c973feba9891"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:21:35.423263"], ["updated_at", "2017-10-25 17:21:35.423263"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -767895731 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f82fd7b-d318-4e7d-912b-761013d4bff7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -767895731], ["username", "billy_07"], ["access_token", "d58bd0c61537c57bfb7e3758ac8e6346"], ["uuid", "5f82fd7b-d318-4e7d-912b-761013d4bff7"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:21:35.427319"], ["updated_at", "2017-10-25 17:21:35.427319"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478541595 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55b79661-525e-40f5-878b-e1e60f2db37c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -478541595], ["username", "billy_08"], ["access_token", "2bf1e912619ecfa137f65c204d40a19a"], ["uuid", "55b79661-525e-40f5-878b-e1e60f2db37c"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:21:35.431019"], ["updated_at", "2017-10-25 17:21:35.431019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1821562094 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02ab8d59-6fa4-4c68-83d5-08abf66f777b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1821562094], ["username", "billy_09"], ["access_token", "34af2350c3f6711f1d642bf916c94f95"], ["uuid", "02ab8d59-6fa4-4c68-83d5-08abf66f777b"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:21:35.434727"], ["updated_at", "2017-10-25 17:21:35.434727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1347778446 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd242249b-2891-4974-ac78-2c8fef8d13da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1347778446], ["username", "billy_10"], ["access_token", "95d608fa73e0a59a038c441a36d90f6d"], ["uuid", "d242249b-2891-4974-ac78-2c8fef8d13da"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:21:35.438409"], ["updated_at", "2017-10-25 17:21:35.438409"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -607590959 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49eb0af4-13a2-4101-afe4-5cf0870d1863' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -607590959], ["username", "billy_11"], ["access_token", "103012f274b511e095ea05d674cc6da3"], ["uuid", "49eb0af4-13a2-4101-afe4-5cf0870d1863"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:21:35.442130"], ["updated_at", "2017-10-25 17:21:35.442130"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2075208628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67c4281d-2f34-4352-957d-e513307e43e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2075208628], ["username", "billy_12"], ["access_token", "82aec028a94c7466590550032b2ced1c"], ["uuid", "67c4281d-2f34-4352-957d-e513307e43e9"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:21:35.445829"], ["updated_at", "2017-10-25 17:21:35.445829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -600328424 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60265fd1-1ef3-415f-ace8-b12f6934938a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -600328424], ["username", "billy_13"], ["access_token", "50b2cecde7c60cf0abab1499dd3c8b31"], ["uuid", "60265fd1-1ef3-415f-ace8-b12f6934938a"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:21:35.449431"], ["updated_at", "2017-10-25 17:21:35.449431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1237630345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69b8ce26-5e6d-4df7-8766-1fce12f950df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1237630345], ["username", "billy_14"], ["access_token", "302f6451bbbe499d0081b75af2043c1a"], ["uuid", "69b8ce26-5e6d-4df7-8766-1fce12f950df"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:21:35.453089"], ["updated_at", "2017-10-25 17:21:35.453089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2005452828 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c28aa505-23d4-4774-b6ab-9c29a0d04e03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2005452828], ["username", "billy_15"], ["access_token", "46957fcb27c054a024bbfdd99298ab78"], ["uuid", "c28aa505-23d4-4774-b6ab-9c29a0d04e03"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:21:35.456884"], ["updated_at", "2017-10-25 17:21:35.456884"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1863848496 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50a39948-02fa-41ff-b8e3-5639e6996f12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1863848496], ["username", "billy_16"], ["access_token", "fb832b13bc2aa87cf26abf9a1debfb45"], ["uuid", "50a39948-02fa-41ff-b8e3-5639e6996f12"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:21:35.460646"], ["updated_at", "2017-10-25 17:21:35.460646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1425895126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecacbb3e-c4f3-4684-b107-c249f3ec2760' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1425895126], ["username", "billy_17"], ["access_token", "8f062f1de474ab54ed651cea4cff305a"], ["uuid", "ecacbb3e-c4f3-4684-b107-c249f3ec2760"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:21:35.464302"], ["updated_at", "2017-10-25 17:21:35.464302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1138218017 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '033a289a-fe37-44ea-b0ef-5a9efaf548a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1138218017], ["username", "billy_18"], ["access_token", "556b1b6a7b5901b62ded6055d6c7a714"], ["uuid", "033a289a-fe37-44ea-b0ef-5a9efaf548a3"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:21:35.468051"], ["updated_at", "2017-10-25 17:21:35.468051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1109920914 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a084f2e-e010-4961-b022-50eb34ce1c93' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1109920914], ["username", "billy_19"], ["access_token", "5585b3de100d87cf9bb29d2d8147e183"], ["uuid", "0a084f2e-e010-4961-b022-50eb34ce1c93"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:21:35.471950"], ["updated_at", "2017-10-25 17:21:35.471950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1148222186 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec433481-92b3-45be-bca8-e0308d88ea8e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1148222186], ["username", "billy_20"], ["access_token", "9697e998b7c0ec4f421e0f7e35bb3bf7"], ["uuid", "ec433481-92b3-45be-bca8-e0308d88ea8e"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:21:35.475611"], ["updated_at", "2017-10-25 17:21:35.475611"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1917019365 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bde043e-60a9-474b-bb62-a0ffc8c68988' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1917019365], ["username", "billy_21"], ["access_token", "888eb0cde29350cdeca9628518da63c7"], ["uuid", "4bde043e-60a9-474b-bb62-a0ffc8c68988"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:21:35.479316"], ["updated_at", "2017-10-25 17:21:35.479316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -171067569 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d63063d-89b9-4aca-bc70-f1d70bbfb6ba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -171067569], ["username", "billy_22"], ["access_token", "996bfddc39f777df5dec7e22c1f88c4e"], ["uuid", "7d63063d-89b9-4aca-bc70-f1d70bbfb6ba"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:21:35.483015"], ["updated_at", "2017-10-25 17:21:35.483015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -469201345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f21ae7d6-fdcc-4ceb-9434-75a0c2712ff5' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -469201345], ["username", "billy_23"], ["access_token", "18f6d909539284f8e372886ca324a652"], ["uuid", "f21ae7d6-fdcc-4ceb-9434-75a0c2712ff5"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:21:35.486751"], ["updated_at", "2017-10-25 17:21:35.486751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1494317778 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21cd40fa-1a3e-4d1b-b710-22dd83a50566' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1494317778], ["username", "billy_24"], ["access_token", "78c92011a29d85cf0161393da46bf214"], ["uuid", "21cd40fa-1a3e-4d1b-b710-22dd83a50566"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:21:35.491355"], ["updated_at", "2017-10-25 17:21:35.491355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -86659463 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2218f79-af32-4ea7-bb68-383398cc3c30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -86659463], ["username", "billy_25"], ["access_token", "d36e131417cef00119f959c5fb58026e"], ["uuid", "b2218f79-af32-4ea7-bb68-383398cc3c30"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:21:35.495369"], ["updated_at", "2017-10-25 17:21:35.495369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1689315099 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb2ce57c-1fdd-42e6-b701-0996d206acab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1689315099], ["username", "billy_26"], ["access_token", "e8a78c5536d7649b66b6520c5a448e2f"], ["uuid", "eb2ce57c-1fdd-42e6-b701-0996d206acab"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:21:35.499140"], ["updated_at", "2017-10-25 17:21:35.499140"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -95623800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3877d907-3d26-4121-b84c-5698eb6e50b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -95623800], ["username", "billy_27"], ["access_token", "fa5b39f4ac109e5520250c9e7221ccd1"], ["uuid", "3877d907-3d26-4121-b84c-5698eb6e50b6"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:21:35.502861"], ["updated_at", "2017-10-25 17:21:35.502861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -243916389 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09be22f3-a248-474a-8dca-b54fe4bfd2b3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -243916389], ["username", "billy_28"], ["access_token", "c756fca164dd811b2662fc3ff5b39a71"], ["uuid", "09be22f3-a248-474a-8dca-b54fe4bfd2b3"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:21:35.507183"], ["updated_at", "2017-10-25 17:21:35.507183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -131997211 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5e82063-f8b4-4961-ae5d-4805cc484a15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -131997211], ["username", "billy_29"], ["access_token", "f7e4184540fcf0e2db6c1aec12d7dfe6"], ["uuid", "f5e82063-f8b4-4961-ae5d-4805cc484a15"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:21:35.512873"], ["updated_at", "2017-10-25 17:21:35.512873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2039045684 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d359e3f-8cf3-4f11-99bf-da0e14ce1de8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2039045684], ["username", "billy_30"], ["access_token", "dfb6bf1c78ddf072a6d6c90543a58915"], ["uuid", "8d359e3f-8cf3-4f11-99bf-da0e14ce1de8"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:21:35.517607"], ["updated_at", "2017-10-25 17:21:35.517607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2033788083 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ab5ea27-2b24-417e-a635-6aca30938d02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2033788083], ["username", "billy_31"], ["access_token", "0b7122657d7a067776148325db060c0b"], ["uuid", "4ab5ea27-2b24-417e-a635-6aca30938d02"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:21:35.521594"], ["updated_at", "2017-10-25 17:21:35.521594"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1788010201 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4a39932-b20a-4e29-b3cb-2518e3ff0b89' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1788010201], ["username", "billy_32"], ["access_token", "6838b8e1567445726f58ec9d8e8290ce"], ["uuid", "f4a39932-b20a-4e29-b3cb-2518e3ff0b89"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:21:35.525311"], ["updated_at", "2017-10-25 17:21:35.525311"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1522261518 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6d82f57-0989-46b0-8002-2c4ec0454736' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1522261518], ["username", "billy_33"], ["access_token", "a0cefc151d6af1de390354184449d70e"], ["uuid", "d6d82f57-0989-46b0-8002-2c4ec0454736"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:21:35.529065"], ["updated_at", "2017-10-25 17:21:35.529065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -151307054 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0feae7a-0eb4-4654-8df5-4bc54d822d9a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -151307054], ["username", "billy_34"], ["access_token", "d4f3eae33ef15c776cfbb3a4700439af"], ["uuid", "a0feae7a-0eb4-4654-8df5-4bc54d822d9a"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:21:35.532722"], ["updated_at", "2017-10-25 17:21:35.532722"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -840248855 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7122272c-e718-40a7-a9c9-3530a49a9c80' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -840248855], ["username", "billy_35"], ["access_token", "1e1ad5f1ebce09521f1b73cdc798210a"], ["uuid", "7122272c-e718-40a7-a9c9-3530a49a9c80"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:21:35.536449"], ["updated_at", "2017-10-25 17:21:35.536449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1707993043 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a987378f-a6c3-4801-bec3-a38254d57fbb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1707993043], ["username", "billy_36"], ["access_token", "4918afd6865c0e4beb055a69c17fc6e8"], ["uuid", "a987378f-a6c3-4801-bec3-a38254d57fbb"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:21:35.540120"], ["updated_at", "2017-10-25 17:21:35.540120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -433199643 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31417775-a84d-40f0-a391-01658911e1ad' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -433199643], ["username", "billy_37"], ["access_token", "8909965fa9b2af58940a2a4e7d80c4c7"], ["uuid", "31417775-a84d-40f0-a391-01658911e1ad"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:21:35.544829"], ["updated_at", "2017-10-25 17:21:35.544829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -710646194 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13ea6554-16dd-4725-a82d-e0cfb3df0f0f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -710646194], ["username", "billy_38"], ["access_token", "4849ef9892e3c74d5288ce247cc4bbf4"], ["uuid", "13ea6554-16dd-4725-a82d-e0cfb3df0f0f"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:21:35.550314"], ["updated_at", "2017-10-25 17:21:35.550314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -599567080 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa191ec9-784c-432d-b2e1-aca2b116a7b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -599567080], ["username", "billy_39"], ["access_token", "5c44379ec1feef8e6aa8a747eb5a1178"], ["uuid", "aa191ec9-784c-432d-b2e1-aca2b116a7b5"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:21:35.554685"], ["updated_at", "2017-10-25 17:21:35.554685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1196555712 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd901192a-af79-44bf-a441-a9a4eb938714' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1196555712], ["username", "billy_40"], ["access_token", "6e68a2a5fddaa25f7f7d5abca19449d9"], ["uuid", "d901192a-af79-44bf-a441-a9a4eb938714"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:21:35.558583"], ["updated_at", "2017-10-25 17:21:35.558583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -899892068 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2fef7ec5-0c82-407a-b56c-c220e97e6e28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -899892068], ["username", "billy_41"], ["access_token", "860bcc90521bbadfab6dc36817295a5b"], ["uuid", "2fef7ec5-0c82-407a-b56c-c220e97e6e28"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:21:35.562344"], ["updated_at", "2017-10-25 17:21:35.562344"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -338977180 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '158e636c-8f4c-4238-8df9-959de7e38fc9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -338977180], ["username", "billy_42"], ["access_token", "ab015db477f2e2bc3c33ae236ca75d42"], ["uuid", "158e636c-8f4c-4238-8df9-959de7e38fc9"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:21:35.566016"], ["updated_at", "2017-10-25 17:21:35.566016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641900792 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '80fd7f65-9621-4e27-a39d-8ec48476a1aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -641900792], ["username", "billy_43"], ["access_token", "2cd73d83023677d2e4ebf17abd96b9cd"], ["uuid", "80fd7f65-9621-4e27-a39d-8ec48476a1aa"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:21:35.569688"], ["updated_at", "2017-10-25 17:21:35.569688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -403579775 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '922d4d33-b97a-4014-a418-139cf16580f9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -403579775], ["username", "billy_44"], ["access_token", "3d66f515ab1e093f35cd6a31a2290c1b"], ["uuid", "922d4d33-b97a-4014-a418-139cf16580f9"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:21:35.573421"], ["updated_at", "2017-10-25 17:21:35.573421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -25685350 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84c376f9-6544-4171-9dce-85e6aa547eeb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -25685350], ["username", "billy_45"], ["access_token", "1b8ff4a84a3347990837de528763a3c0"], ["uuid", "84c376f9-6544-4171-9dce-85e6aa547eeb"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:21:35.577147"], ["updated_at", "2017-10-25 17:21:35.577147"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1751101745 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3fbadc20-d4b2-4c5c-9420-00a93aad5bad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1751101745], ["username", "billy_46"], ["access_token", "0feec8cad9502381fe6420c7df004cb5"], ["uuid", "3fbadc20-d4b2-4c5c-9420-00a93aad5bad"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:21:35.580955"], ["updated_at", "2017-10-25 17:21:35.580955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -813247668 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7591e176-7ddd-4975-8395-3048be2b4478' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -813247668], ["username", "billy_47"], ["access_token", "84a75dfb65ff3922183523d42525c428"], ["uuid", "7591e176-7ddd-4975-8395-3048be2b4478"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:21:35.584759"], ["updated_at", "2017-10-25 17:21:35.584759"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574754159 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7646a915-6efe-438e-a4f2-d69ab06a51ad' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1574754159], ["username", "billy_48"], ["access_token", "877b1952df7a183d0b612d2354bb1b86"], ["uuid", "7646a915-6efe-438e-a4f2-d69ab06a51ad"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:21:35.588509"], ["updated_at", "2017-10-25 17:21:35.588509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550095504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d3506ca-8592-4219-8a2c-7bfcc8950ef4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1550095504], ["username", "billy_49"], ["access_token", "6c258edd0fead3fdef54d40590bd297c"], ["uuid", "8d3506ca-8592-4219-8a2c-7bfcc8950ef4"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:21:35.592634"], ["updated_at", "2017-10-25 17:21:35.592634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -963878801 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41f49d1f-dd2a-46ce-96d0-5d80dcc7c986' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -963878801], ["username", "jstrav"], ["access_token", "3917942ecc0a941eb3e0551ce72a4de3"], ["uuid", "41f49d1f-dd2a-46ce-96d0-5d80dcc7c986"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:35.607454"], ["updated_at", "2017-10-25 17:21:35.607454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1845289115 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '495a0bfa-0112-41ab-b2cd-3989fe7d9654' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1845289115], ["username", "mary"], ["access_token", "c48bb9144495ed7112eb8e3ca56d251a"], ["uuid", "495a0bfa-0112-41ab-b2cd-3989fe7d9654"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:35.611505"], ["updated_at", "2017-10-25 17:21:35.611505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1234527886 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47958160-375b-4e47-bd31-81d15b44f286' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1234527886], ["username", "jstead"], ["access_token", "74f8d4bf827c663bd231dcf11b0c9d22"], ["uuid", "47958160-375b-4e47-bd31-81d15b44f286"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:35.615399"], ["updated_at", "2017-10-25 17:21:35.615399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221053206 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1fa6db0-7fb7-485c-a094-242bec279a77' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -221053206], ["username", "bigbear"], ["access_token", "03e91452e0ace00976c36f5b26a948a0"], ["uuid", "f1fa6db0-7fb7-485c-a094-242bec279a77"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:35.619146"], ["updated_at", "2017-10-25 17:21:35.619146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030990195 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47bd6366-f0e5-4f34-ad09-8c97f8311190' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1030990195], ["username", "billy_00"], ["access_token", "4192ad6ca5007ce2170472d97d313614"], ["uuid", "47bd6366-f0e5-4f34-ad09-8c97f8311190"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:21:35.622903"], ["updated_at", "2017-10-25 17:21:35.622903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1121978710 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '784dbbd1-a40f-4413-bd3c-17219cc412fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1121978710], ["username", "billy_01"], ["access_token", "9e7e074fcc7e984894efae4676824a4f"], ["uuid", "784dbbd1-a40f-4413-bd3c-17219cc412fc"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:21:35.626696"], ["updated_at", "2017-10-25 17:21:35.626696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529143907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75230f5f-d00b-4b10-af84-de2fea8abd0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -529143907], ["username", "billy_02"], ["access_token", "67586cba3b3e091b9c2c2159ecd6d809"], ["uuid", "75230f5f-d00b-4b10-af84-de2fea8abd0e"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:21:35.630229"], ["updated_at", "2017-10-25 17:21:35.630229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965625569 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '260e657f-7c11-4e1e-a907-da57a5e35fab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -965625569], ["username", "billy_03"], ["access_token", "6f1570fb79e4974cfb29ff3ebc5b98c8"], ["uuid", "260e657f-7c11-4e1e-a907-da57a5e35fab"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:21:35.633736"], ["updated_at", "2017-10-25 17:21:35.633736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1197722590 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db8343c6-fe1a-4597-9d06-c786bd464805' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1197722590], ["username", "billy_04"], ["access_token", "12563dea8e590f467203d448a2599c70"], ["uuid", "db8343c6-fe1a-4597-9d06-c786bd464805"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:21:35.637236"], ["updated_at", "2017-10-25 17:21:35.637236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -858924464 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a8a3c01-2f47-4c56-b1f8-f8e57875b158' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -858924464], ["username", "billy_05"], ["access_token", "83290ccc6e05db8a463a57d43f6fa5c0"], ["uuid", "2a8a3c01-2f47-4c56-b1f8-f8e57875b158"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:21:35.640882"], ["updated_at", "2017-10-25 17:21:35.640882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444535749 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d9c936f-d6ea-4b9f-a617-a6168177d995' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -444535749], ["username", "billy_06"], ["access_token", "a9b8c4e03c5034fdf8d5e936e457f17a"], ["uuid", "0d9c936f-d6ea-4b9f-a617-a6168177d995"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:21:35.651710"], ["updated_at", "2017-10-25 17:21:35.651710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415800355 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eedaf8f6-9e8b-4738-bdfd-8a5f19d0ed44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -415800355], ["username", "billy_07"], ["access_token", "6a19ba06c41d9ac24379c146a2cdf22b"], ["uuid", "eedaf8f6-9e8b-4738-bdfd-8a5f19d0ed44"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:21:35.655366"], ["updated_at", "2017-10-25 17:21:35.655366"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -78731430 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2829ee1-d92f-4b83-8432-7b8b4ec492d9' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -78731430], ["username", "billy_08"], ["access_token", "dbf4b2de2c2cf6ed84de1be7bfc3e202"], ["uuid", "d2829ee1-d92f-4b83-8432-7b8b4ec492d9"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:21:35.659183"], ["updated_at", "2017-10-25 17:21:35.659183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045448150 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb2a9636-d286-4468-b8ae-d8335018cb39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2045448150], ["username", "billy_09"], ["access_token", "afa34217774d2e3c4695df230d5357d1"], ["uuid", "fb2a9636-d286-4468-b8ae-d8335018cb39"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:21:35.663028"], ["updated_at", "2017-10-25 17:21:35.663028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1695474830 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c7b2ce0-1175-4616-a8fe-56fcb76da42a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1695474830], ["username", "billy_10"], ["access_token", "4f58567dd12ca51f0d4451e1f5259d5b"], ["uuid", "1c7b2ce0-1175-4616-a8fe-56fcb76da42a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:21:35.666733"], ["updated_at", "2017-10-25 17:21:35.666733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1649268830 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '285519d4-8eb4-4e93-9002-1461f359ab4b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1649268830], ["username", "billy_11"], ["access_token", "46d5e366a600b7dd73b1a8e75724dd9f"], ["uuid", "285519d4-8eb4-4e93-9002-1461f359ab4b"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:21:35.670574"], ["updated_at", "2017-10-25 17:21:35.670574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2043658954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c38f0a78-4a99-4c57-81c3-6f4017d4c052' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2043658954], ["username", "billy_12"], ["access_token", "411594330b755ce9523b3074810fdbd6"], ["uuid", "c38f0a78-4a99-4c57-81c3-6f4017d4c052"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:21:35.674416"], ["updated_at", "2017-10-25 17:21:35.674416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -216207021 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '986ba8d9-0002-431b-b0a2-cff02059bbcc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -216207021], ["username", "billy_13"], ["access_token", "c80cf2cb3871ba12c701b28eefdd0880"], ["uuid", "986ba8d9-0002-431b-b0a2-cff02059bbcc"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:21:35.678072"], ["updated_at", "2017-10-25 17:21:35.678072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -226202192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3ebeaaf-f047-4a2e-8d2b-b7ce8830754f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -226202192], ["username", "billy_14"], ["access_token", "a03034927874389ba0d1bbada0fd5b55"], ["uuid", "a3ebeaaf-f047-4a2e-8d2b-b7ce8830754f"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:21:35.682113"], ["updated_at", "2017-10-25 17:21:35.682113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -108019094 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '239085d7-dd84-4951-a83a-47e879ee1665' LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -108019094], ["username", "billy_15"], ["access_token", "8658d5d218aba329355da6e300de7c33"], ["uuid", "239085d7-dd84-4951-a83a-47e879ee1665"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:21:35.686260"], ["updated_at", "2017-10-25 17:21:35.686260"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -526664814 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f987810-0224-4cb1-880a-60a8a721377f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -526664814], ["username", "billy_16"], ["access_token", "81daf75750e7181b82ddc6ead074b6e8"], ["uuid", "1f987810-0224-4cb1-880a-60a8a721377f"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:21:35.690544"], ["updated_at", "2017-10-25 17:21:35.690544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1671572727 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f41becf4-0e79-48c3-8465-e77133058a11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1671572727], ["username", "billy_17"], ["access_token", "e01e75712f8f6dddef80e5951498503b"], ["uuid", "f41becf4-0e79-48c3-8465-e77133058a11"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:21:35.694257"], ["updated_at", "2017-10-25 17:21:35.694257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -78784105 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '026d6298-188e-49c9-8109-d872f7632208' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -78784105], ["username", "billy_18"], ["access_token", "01c7240b9b08068cd49f88334c3e7c2f"], ["uuid", "026d6298-188e-49c9-8109-d872f7632208"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:21:35.697999"], ["updated_at", "2017-10-25 17:21:35.697999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -228223548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4558400f-cfc8-4ab5-9305-95137f9910ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -228223548], ["username", "billy_19"], ["access_token", "1c0065c9cf41d5f41f0d5276b33e92a8"], ["uuid", "4558400f-cfc8-4ab5-9305-95137f9910ce"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:21:35.701702"], ["updated_at", "2017-10-25 17:21:35.701702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1981652527 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34b42d78-2ee7-4a42-99ab-b878468a7b61' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1981652527], ["username", "billy_20"], ["access_token", "14d8ec327fc358d449b11926a17a576a"], ["uuid", "34b42d78-2ee7-4a42-99ab-b878468a7b61"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:21:35.705497"], ["updated_at", "2017-10-25 17:21:35.705497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -895360626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95d6c857-8bd3-4a9e-9559-d228421dfc29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -895360626], ["username", "billy_21"], ["access_token", "febf9b526a904363c1e9a74d4ab1acf5"], ["uuid", "95d6c857-8bd3-4a9e-9559-d228421dfc29"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:21:35.709216"], ["updated_at", "2017-10-25 17:21:35.709216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1458271414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91a9807b-6fbc-4ea0-9402-d1559d0ea6ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1458271414], ["username", "billy_22"], ["access_token", "7fc0f60ba0f6bfcb0227d81c42d13ee1"], ["uuid", "91a9807b-6fbc-4ea0-9402-d1559d0ea6ec"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:21:35.712915"], ["updated_at", "2017-10-25 17:21:35.712915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1117046377 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d5b1612-b62d-4461-9a40-e38153866197' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1117046377], ["username", "billy_23"], ["access_token", "355c3afd2b7256f744e6ecb44a36116d"], ["uuid", "6d5b1612-b62d-4461-9a40-e38153866197"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:21:35.716581"], ["updated_at", "2017-10-25 17:21:35.716581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1782838000 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '400ef13b-483e-43b3-ad6d-18226943f83b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1782838000], ["username", "billy_24"], ["access_token", "def6c9e21d9ea5685b5fa0e5e2b4fd31"], ["uuid", "400ef13b-483e-43b3-ad6d-18226943f83b"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:21:35.720167"], ["updated_at", "2017-10-25 17:21:35.720167"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947609072 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bb89ccd-c761-4566-9575-0d072bb3fbd6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -947609072], ["username", "billy_25"], ["access_token", "92ee00a77a3e62e62721a3154b0cde85"], ["uuid", "9bb89ccd-c761-4566-9575-0d072bb3fbd6"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:21:35.723913"], ["updated_at", "2017-10-25 17:21:35.723913"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2103394069 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '377249ed-5221-4fc7-83b4-589738e5022a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2103394069], ["username", "billy_26"], ["access_token", "ed73e6d58feef4abe9f03cdd52c215c9"], ["uuid", "377249ed-5221-4fc7-83b4-589738e5022a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:21:35.727600"], ["updated_at", "2017-10-25 17:21:35.727600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2116174905 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd91c646b-00c7-4d8a-ae63-7954245ea098' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2116174905], ["username", "billy_27"], ["access_token", "04c67a335547b3334c382f57b457209b"], ["uuid", "d91c646b-00c7-4d8a-ae63-7954245ea098"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:21:35.731205"], ["updated_at", "2017-10-25 17:21:35.731205"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1208735910 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8a51c56-4849-45e1-ba6a-db3fc7a808c4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1208735910], ["username", "billy_28"], ["access_token", "dcfdd9561295343c0889593e6d977b78"], ["uuid", "a8a51c56-4849-45e1-ba6a-db3fc7a808c4"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:21:35.735030"], ["updated_at", "2017-10-25 17:21:35.735030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -857125669 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3722aeec-a4f3-4241-81c1-0aef7524668c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -857125669], ["username", "billy_29"], ["access_token", "51cc33cd0e08bf12cb9635abe4b28254"], ["uuid", "3722aeec-a4f3-4241-81c1-0aef7524668c"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:21:35.738723"], ["updated_at", "2017-10-25 17:21:35.738723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1199124387 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5dd9a39c-5149-48a8-a911-d66187ca0305' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1199124387], ["username", "billy_30"], ["access_token", "165d6098570b13c712ed024d354554d6"], ["uuid", "5dd9a39c-5149-48a8-a911-d66187ca0305"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:21:35.742348"], ["updated_at", "2017-10-25 17:21:35.742348"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1640352083 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2279824-c4a5-4402-ba06-8b37802026c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1640352083], ["username", "billy_31"], ["access_token", "6d813035dbc12cc3d7eb1ff0bffcdd1a"], ["uuid", "f2279824-c4a5-4402-ba06-8b37802026c0"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:21:35.745953"], ["updated_at", "2017-10-25 17:21:35.745953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1273945330 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4470297c-3e8e-4471-a135-9f4a77875420' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1273945330], ["username", "billy_32"], ["access_token", "b55bb7b95ef2c19e2d8565942d03263b"], ["uuid", "4470297c-3e8e-4471-a135-9f4a77875420"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:21:35.749550"], ["updated_at", "2017-10-25 17:21:35.749550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407465345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14cef553-703e-4561-b1b5-41d24e181b3d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -407465345], ["username", "billy_33"], ["access_token", "9863839ab90757abc77a102cbd2f593c"], ["uuid", "14cef553-703e-4561-b1b5-41d24e181b3d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:21:35.753150"], ["updated_at", "2017-10-25 17:21:35.753150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -631639684 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a39c190-0913-46f2-96ff-092dca587951' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -631639684], ["username", "billy_34"], ["access_token", "25bd21b1636dc5add8aa01e3dce9d04f"], ["uuid", "5a39c190-0913-46f2-96ff-092dca587951"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:21:35.756921"], ["updated_at", "2017-10-25 17:21:35.756921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -505741495 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dafb812e-5e9c-4d73-8843-04f30ddd7f3b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -505741495], ["username", "billy_35"], ["access_token", "bc504ecad56090b12c9975832876632e"], ["uuid", "dafb812e-5e9c-4d73-8843-04f30ddd7f3b"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:21:35.760591"], ["updated_at", "2017-10-25 17:21:35.760591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1780355747 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '977e2770-e4e3-472f-b37d-8a8806edd14b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1780355747], ["username", "billy_36"], ["access_token", "9b5c4535497cc08ad9d8a0d5032b8fa2"], ["uuid", "977e2770-e4e3-472f-b37d-8a8806edd14b"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:21:35.764236"], ["updated_at", "2017-10-25 17:21:35.764236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221683917 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df3305e9-9f61-4e36-884d-cee4ab50f1de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -221683917], ["username", "billy_37"], ["access_token", "d41efe34a31a1fef0c4ebf22ec000588"], ["uuid", "df3305e9-9f61-4e36-884d-cee4ab50f1de"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:21:35.767827"], ["updated_at", "2017-10-25 17:21:35.767827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -135476737 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec7e6d59-1dfe-4625-b216-f00506ab24af' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -135476737], ["username", "billy_38"], ["access_token", "b858a7a111a7dd524ab83ed97f3626d5"], ["uuid", "ec7e6d59-1dfe-4625-b216-f00506ab24af"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:21:35.771543"], ["updated_at", "2017-10-25 17:21:35.771543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726475866 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2506f052-c8bb-4b32-95f9-1a1e7bbfa2f5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -726475866], ["username", "billy_39"], ["access_token", "59fbd70453f0d1500bfe5c61bf319622"], ["uuid", "2506f052-c8bb-4b32-95f9-1a1e7bbfa2f5"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:21:35.775185"], ["updated_at", "2017-10-25 17:21:35.775185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -307822203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd62f520-9d42-4a27-832a-6fbb2a8211ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -307822203], ["username", "billy_40"], ["access_token", "1aa2528e5e0d294010ec90e84f140dcd"], ["uuid", "fd62f520-9d42-4a27-832a-6fbb2a8211ff"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:21:35.778806"], ["updated_at", "2017-10-25 17:21:35.778806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2110926927 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14765ae1-000b-436c-b625-c485be0d3fd3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2110926927], ["username", "billy_41"], ["access_token", "d940ba7fe4ed6e40a610858fea64bc79"], ["uuid", "14765ae1-000b-436c-b625-c485be0d3fd3"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:21:35.782973"], ["updated_at", "2017-10-25 17:21:35.782973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -950931843 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab779fde-f354-4fa0-9888-e9b9d5c43ebc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -950931843], ["username", "billy_42"], ["access_token", "2cebec8f28c8161d027aa7b81f5f52a9"], ["uuid", "ab779fde-f354-4fa0-9888-e9b9d5c43ebc"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:21:35.786842"], ["updated_at", "2017-10-25 17:21:35.786842"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605933794 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ea08f50-369b-4b89-8b12-74160b275e47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1605933794], ["username", "billy_43"], ["access_token", "44a04576c578c514ac7a9baee8122380"], ["uuid", "2ea08f50-369b-4b89-8b12-74160b275e47"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:21:35.790646"], ["updated_at", "2017-10-25 17:21:35.790646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -648990397 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '886d73ba-ace5-42b1-9b79-cdccb5c237cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -648990397], ["username", "billy_44"], ["access_token", "8e1179c263ccca2a1c990e125cd2d213"], ["uuid", "886d73ba-ace5-42b1-9b79-cdccb5c237cc"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:21:35.794405"], ["updated_at", "2017-10-25 17:21:35.794405"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -847022466 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cabaabe0-ff5a-4189-9f41-3de7835e88d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -847022466], ["username", "billy_45"], ["access_token", "8caf4ac8b15c84494bafe6d9f78da24f"], ["uuid", "cabaabe0-ff5a-4189-9f41-3de7835e88d3"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:21:35.798062"], ["updated_at", "2017-10-25 17:21:35.798062"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322564338 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0815559c-3ff8-42d1-be2f-81c45fcc3c37' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -322564338], ["username", "billy_46"], ["access_token", "a2643bb5b8a0034d160b5ba9089aeca9"], ["uuid", "0815559c-3ff8-42d1-be2f-81c45fcc3c37"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:21:35.801670"], ["updated_at", "2017-10-25 17:21:35.801670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -345957068 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a57d578b-6fd4-420a-9578-2141ce371984' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -345957068], ["username", "billy_47"], ["access_token", "c787c69c8077275173230515398cc0dc"], ["uuid", "a57d578b-6fd4-420a-9578-2141ce371984"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:21:35.805229"], ["updated_at", "2017-10-25 17:21:35.805229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -102733792 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94277ce9-6939-4b2b-a908-a0c2d97c9845' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -102733792], ["username", "billy_48"], ["access_token", "e0a3ff89ffb790299d13624e6b9a2bae"], ["uuid", "94277ce9-6939-4b2b-a908-a0c2d97c9845"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:21:35.808948"], ["updated_at", "2017-10-25 17:21:35.808948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -706304858 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47254f21-055e-40b4-83cd-50517b5bd216' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -706304858], ["username", "billy_49"], ["access_token", "b68ed5ca09c077e0213f112fef8a64e2"], ["uuid", "47254f21-055e-40b4-83cd-50517b5bd216"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:21:35.812748"], ["updated_at", "2017-10-25 17:21:35.812748"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -91079916 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01335e25-7e54-4414-a6dd-2972ae7f3696' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -91079916], ["username", "jstrav"], ["access_token", "e250e5c7b9f6af6efba355c8e713da6e"], ["uuid", "01335e25-7e54-4414-a6dd-2972ae7f3696"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:21:35.821933"], ["updated_at", "2017-10-25 17:21:35.821933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067038088 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06dcc375-06e2-4d88-a0fd-33bc2b30b891' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2067038088], ["username", "mary"], ["access_token", "82c3a26e6a1db78f37c111342147d606"], ["uuid", "06dcc375-06e2-4d88-a0fd-33bc2b30b891"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:21:35.825764"], ["updated_at", "2017-10-25 17:21:35.825764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -565239004 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63fe5730-b5c3-4814-ad4e-4ef0b8bac319' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -565239004], ["username", "jstead"], ["access_token", "4573ebfd7a56387c1425d687e78ef7fe"], ["uuid", "63fe5730-b5c3-4814-ad4e-4ef0b8bac319"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:21:35.829542"], ["updated_at", "2017-10-25 17:21:35.829542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1183389059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d8b80b0-148b-45e2-8799-6c79c8ee5802' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1183389059], ["username", "bigbear"], ["access_token", "421092d78470e2b057f8d0f83ef3e273"], ["uuid", "5d8b80b0-148b-45e2-8799-6c79c8ee5802"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:21:35.833249"], ["updated_at", "2017-10-25 17:21:35.833249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1423052357 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0e01abe-433a-4117-a768-390a81ed2164' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1423052357], ["username", "billy_00"], ["access_token", "470df98a80bbef6c95c06830fd69745c"], ["uuid", "c0e01abe-433a-4117-a768-390a81ed2164"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:21:35.836923"], ["updated_at", "2017-10-25 17:21:35.836923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1033082681 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c75558a-9684-43b0-80b0-504c6ceb20a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1033082681], ["username", "billy_01"], ["access_token", "df4dcf790d67f330293fb3a0a50499a9"], ["uuid", "6c75558a-9684-43b0-80b0-504c6ceb20a7"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:21:35.840608"], ["updated_at", "2017-10-25 17:21:35.840608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1252265626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ddf29e47-6866-44c4-b0f3-32202606b4bd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1252265626], ["username", "billy_02"], ["access_token", "4adb4f992adb7c07bd9034af6db40723"], ["uuid", "ddf29e47-6866-44c4-b0f3-32202606b4bd"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:21:35.844208"], ["updated_at", "2017-10-25 17:21:35.844208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1512510339 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0476983c-26ef-43f1-ab8f-5c91d2d53662' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1512510339], ["username", "billy_03"], ["access_token", "e11bfd77644ab7e60059500724316391"], ["uuid", "0476983c-26ef-43f1-ab8f-5c91d2d53662"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:21:35.847802"], ["updated_at", "2017-10-25 17:21:35.847802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020905627 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb861446-917a-4e7d-ad1d-d01c96517743' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2020905627], ["username", "billy_04"], ["access_token", "660da5a880083298269009fecb82daf7"], ["uuid", "fb861446-917a-4e7d-ad1d-d01c96517743"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:21:35.851527"], ["updated_at", "2017-10-25 17:21:35.851527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -330267918 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7dda022e-4a5b-4530-a6d3-fd2574f6cebb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -330267918], ["username", "billy_05"], ["access_token", "1aa5c82c6b58762448841b608d5c3a51"], ["uuid", "7dda022e-4a5b-4530-a6d3-fd2574f6cebb"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:21:35.855188"], ["updated_at", "2017-10-25 17:21:35.855188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -248961850 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be6623b4-6379-4017-909a-d4b66120b0e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -248961850], ["username", "billy_06"], ["access_token", "c0810af12850bf1d8672a7f069d90d23"], ["uuid", "be6623b4-6379-4017-909a-d4b66120b0e4"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:21:35.858982"], ["updated_at", "2017-10-25 17:21:35.858982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1540957967 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36098bf7-2494-47e9-8de9-e6f2fd03f4a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1540957967], ["username", "billy_07"], ["access_token", "694ebf6879a7f87140228e8099e54d03"], ["uuid", "36098bf7-2494-47e9-8de9-e6f2fd03f4a2"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:21:35.862614"], ["updated_at", "2017-10-25 17:21:35.862614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -814478462 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6106bcc6-0644-4b40-83f1-fd6882d21295' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -814478462], ["username", "billy_08"], ["access_token", "d1d45a1f643d9f5c1ae7eb5dee7d4123"], ["uuid", "6106bcc6-0644-4b40-83f1-fd6882d21295"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:21:35.866320"], ["updated_at", "2017-10-25 17:21:35.866320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1916711968 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee66cce7-26df-488c-a9de-96e34ee79fc9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1916711968], ["username", "billy_09"], ["access_token", "21eb58a201abc80c279e489938fd5cf2"], ["uuid", "ee66cce7-26df-488c-a9de-96e34ee79fc9"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:21:35.869990"], ["updated_at", "2017-10-25 17:21:35.869990"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -116150243 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46d4e388-47eb-4e17-9763-350a17999974' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -116150243], ["username", "billy_10"], ["access_token", "4217d56b62da55fca19f1c86533c9ead"], ["uuid", "46d4e388-47eb-4e17-9763-350a17999974"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:21:35.873597"], ["updated_at", "2017-10-25 17:21:35.873597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2111257948 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c748c2bc-87e0-4bd5-8391-23a564a2126f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2111257948], ["username", "billy_11"], ["access_token", "b0cdb0fc4ac59f788727f020beba6b4d"], ["uuid", "c748c2bc-87e0-4bd5-8391-23a564a2126f"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:21:35.877274"], ["updated_at", "2017-10-25 17:21:35.877274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -870802616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99ed40fc-bae3-4487-bb18-6793b590fa3a' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -870802616], ["username", "billy_12"], ["access_token", "c54ff3d06d350043dd82dcbf33b8cc04"], ["uuid", "99ed40fc-bae3-4487-bb18-6793b590fa3a"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:21:35.881061"], ["updated_at", "2017-10-25 17:21:35.881061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -821822789 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85836f48-3580-4f33-b0c9-05ed2b8f450d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -821822789], ["username", "billy_13"], ["access_token", "da34267f3b1b41a77fc5fe6f1a928f89"], ["uuid", "85836f48-3580-4f33-b0c9-05ed2b8f450d"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:21:35.886918"], ["updated_at", "2017-10-25 17:21:35.886918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878174723 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f6bdd72-7dd8-4701-b9bc-d09472a0f711' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -878174723], ["username", "billy_14"], ["access_token", "00a1c39017b45f5d3f7cdc2c10e31e27"], ["uuid", "2f6bdd72-7dd8-4701-b9bc-d09472a0f711"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:21:35.892177"], ["updated_at", "2017-10-25 17:21:35.892177"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -214034553 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '486a005b-850b-43c4-9965-aff994735205' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -214034553], ["username", "billy_15"], ["access_token", "07ce7a6d56c92af930ccfa9c7ca0f0eb"], ["uuid", "486a005b-850b-43c4-9965-aff994735205"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:21:35.896528"], ["updated_at", "2017-10-25 17:21:35.896528"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -767437312 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '958ddfca-7ea8-4e1e-929b-5fc162c6aee9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -767437312], ["username", "billy_16"], ["access_token", "70260599310ceeaff62c61e25f744028"], ["uuid", "958ddfca-7ea8-4e1e-929b-5fc162c6aee9"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:21:35.900237"], ["updated_at", "2017-10-25 17:21:35.900237"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2118868346 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f97cac4-232e-41df-8fbd-11e9a5d2ace7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2118868346], ["username", "billy_17"], ["access_token", "ee57c1179659d9bc2a35be546b37442e"], ["uuid", "3f97cac4-232e-41df-8fbd-11e9a5d2ace7"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:21:35.903916"], ["updated_at", "2017-10-25 17:21:35.903916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1228656001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d4b1b30-415c-40bf-acb9-c831188c3ee0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1228656001], ["username", "billy_18"], ["access_token", "2184dc156b3f62b9d0a751c9f1fcf55b"], ["uuid", "5d4b1b30-415c-40bf-acb9-c831188c3ee0"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:21:35.907729"], ["updated_at", "2017-10-25 17:21:35.907729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619494665 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fb0cb5f-a107-49b9-ae01-d0ed31c76549' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1619494665], ["username", "billy_19"], ["access_token", "df1614065deb1ecafaae2cbe4ed7b492"], ["uuid", "0fb0cb5f-a107-49b9-ae01-d0ed31c76549"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:21:35.912509"], ["updated_at", "2017-10-25 17:21:35.912509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1771901780 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14c5faee-f22b-44aa-9cfe-7d38ef308ca4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1771901780], ["username", "billy_20"], ["access_token", "b48674754d3009ecf1d4f575c0b1af4d"], ["uuid", "14c5faee-f22b-44aa-9cfe-7d38ef308ca4"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:21:35.917937"], ["updated_at", "2017-10-25 17:21:35.917937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -567851392 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef639ff7-5d35-44fa-acd9-ad43aff18f64' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -567851392], ["username", "billy_21"], ["access_token", "be4924cfa1ec8c79d4b310b94607f890"], ["uuid", "ef639ff7-5d35-44fa-acd9-ad43aff18f64"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:21:35.922327"], ["updated_at", "2017-10-25 17:21:35.922327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989842116 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f258317-b734-41a3-b723-6dd1272298ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -989842116], ["username", "billy_22"], ["access_token", "1fe77e9ec5730afb8c4e30a9ea13ddef"], ["uuid", "1f258317-b734-41a3-b723-6dd1272298ff"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:21:35.926155"], ["updated_at", "2017-10-25 17:21:35.926155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -534948803 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7ffbc39-03c7-487e-b264-ff41ef3e474e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -534948803], ["username", "billy_23"], ["access_token", "9c60964cd816a631fbf6514e8582e4a9"], ["uuid", "b7ffbc39-03c7-487e-b264-ff41ef3e474e"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:21:35.929787"], ["updated_at", "2017-10-25 17:21:35.929787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2116599529 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42cd02da-0258-473f-89c4-e272761d0ea9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2116599529], ["username", "billy_24"], ["access_token", "de7212604d0e6d3b09e61205721302eb"], ["uuid", "42cd02da-0258-473f-89c4-e272761d0ea9"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:21:35.933492"], ["updated_at", "2017-10-25 17:21:35.933492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1804034794 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17ca72b9-adb4-477a-b683-385d83f2372e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1804034794], ["username", "billy_25"], ["access_token", "0f2baf112638370f987d66188f5ccfb7"], ["uuid", "17ca72b9-adb4-477a-b683-385d83f2372e"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:21:35.937173"], ["updated_at", "2017-10-25 17:21:35.937173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945027469 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08d38f98-9b06-42a9-98f9-fd3ca62a8fcd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -945027469], ["username", "billy_26"], ["access_token", "d0e2137b9fbc8009cea064a8577f5fa3"], ["uuid", "08d38f98-9b06-42a9-98f9-fd3ca62a8fcd"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:21:35.940803"], ["updated_at", "2017-10-25 17:21:35.940803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2008926226 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0d6657c-c5ed-407a-8564-a84ce00b25df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2008926226], ["username", "billy_27"], ["access_token", "054c4e8d82c8a55eb320c5b64b86f9b8"], ["uuid", "b0d6657c-c5ed-407a-8564-a84ce00b25df"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:21:35.944575"], ["updated_at", "2017-10-25 17:21:35.944575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -13335422 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84901572-413f-403a-a1b0-1c52202de6c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -13335422], ["username", "billy_28"], ["access_token", "9e9ee0aea43b5e9e925414990ad74d7d"], ["uuid", "84901572-413f-403a-a1b0-1c52202de6c9"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:21:35.948241"], ["updated_at", "2017-10-25 17:21:35.948241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525024851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e45e734e-7927-4974-b61c-e0a5092a8c88' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1525024851], ["username", "billy_29"], ["access_token", "8bce52fadcf3a1a448be1729f73905a5"], ["uuid", "e45e734e-7927-4974-b61c-e0a5092a8c88"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:21:35.951928"], ["updated_at", "2017-10-25 17:21:35.951928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1372704069 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8782aa9-f369-4415-a749-0d51fb7ea104' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1372704069], ["username", "billy_30"], ["access_token", "796f402c0da2a13c93119455ae35a795"], ["uuid", "c8782aa9-f369-4415-a749-0d51fb7ea104"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:21:35.955669"], ["updated_at", "2017-10-25 17:21:35.955669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19345881 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e974b5f-0072-4f71-a9ec-e6fc30723e65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -19345881], ["username", "billy_31"], ["access_token", "c43f3a8d107fb3269f65583cd010afdd"], ["uuid", "5e974b5f-0072-4f71-a9ec-e6fc30723e65"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:21:35.959504"], ["updated_at", "2017-10-25 17:21:35.959504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2140122369 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f3e6405-070a-4181-ad3d-77a1657838f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2140122369], ["username", "billy_32"], ["access_token", "bfb6b3368a90d4b8fcee7ffaf3db784a"], ["uuid", "3f3e6405-070a-4181-ad3d-77a1657838f1"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:21:35.963275"], ["updated_at", "2017-10-25 17:21:35.963275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178635945 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5fa03148-5e74-4f13-83de-3f5be3652310' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -178635945], ["username", "billy_33"], ["access_token", "2162d51230469859fc59971cab93b98f"], ["uuid", "5fa03148-5e74-4f13-83de-3f5be3652310"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:21:35.966985"], ["updated_at", "2017-10-25 17:21:35.966985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -127754042 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c79f503-a5b3-4789-8ece-0582df6bf4cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -127754042], ["username", "billy_34"], ["access_token", "9e9145755872223f25e791f965ca46aa"], ["uuid", "3c79f503-a5b3-4789-8ece-0582df6bf4cf"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:21:35.970735"], ["updated_at", "2017-10-25 17:21:35.970735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -224816626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d971e2e-67b6-4880-ac4f-f420bbccab60' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -224816626], ["username", "billy_35"], ["access_token", "dacf2b2ecddb2484146b8ee98119fb6f"], ["uuid", "3d971e2e-67b6-4880-ac4f-f420bbccab60"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:21:35.974413"], ["updated_at", "2017-10-25 17:21:35.974413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -476124310 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba656ef3-6d91-4e87-bf26-87c2123dbaba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -476124310], ["username", "billy_36"], ["access_token", "dfd17d39f08447b9c5136a562a4274e4"], ["uuid", "ba656ef3-6d91-4e87-bf26-87c2123dbaba"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:21:35.978033"], ["updated_at", "2017-10-25 17:21:35.978033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -57912052 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9c199d3-7dbe-4307-be73-ae814cbc6254' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -57912052], ["username", "billy_37"], ["access_token", "5afc5f00c2e53d2e50cefa1382eaa29f"], ["uuid", "b9c199d3-7dbe-4307-be73-ae814cbc6254"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:21:35.981711"], ["updated_at", "2017-10-25 17:21:35.981711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538817396 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a299ad7-c36d-4085-8b02-29514e6444a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -538817396], ["username", "billy_38"], ["access_token", "ff67109bb13f2f6352befcab42ffa5a0"], ["uuid", "2a299ad7-c36d-4085-8b02-29514e6444a2"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:21:35.985400"], ["updated_at", "2017-10-25 17:21:35.985400"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1729475925 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2363aadc-eed6-45d4-9fef-187985575067' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1729475925], ["username", "billy_39"], ["access_token", "42bbb90d45babd9f323d8f015e00ae8c"], ["uuid", "2363aadc-eed6-45d4-9fef-187985575067"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:21:35.989180"], ["updated_at", "2017-10-25 17:21:35.989180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2121498199 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '23567a71-ab3b-40fc-a651-97ecd934b2cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2121498199], ["username", "billy_40"], ["access_token", "afeb8605637e6c2461425062069d5dcd"], ["uuid", "23567a71-ab3b-40fc-a651-97ecd934b2cd"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:21:35.993075"], ["updated_at", "2017-10-25 17:21:35.993075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -315184303 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a52f212f-e7c3-4c0b-8103-95a32bc8518d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -315184303], ["username", "billy_41"], ["access_token", "d291848de8d8465a75ceb175f54a00fc"], ["uuid", "a52f212f-e7c3-4c0b-8103-95a32bc8518d"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:21:35.996852"], ["updated_at", "2017-10-25 17:21:35.996852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -261434886 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2f3ee8e-501c-4223-ab74-9ae111419b95' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -261434886], ["username", "billy_42"], ["access_token", "7fb57c23d550810a453dcda94b8637ef"], ["uuid", "c2f3ee8e-501c-4223-ab74-9ae111419b95"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:21:36.001234"], ["updated_at", "2017-10-25 17:21:36.001234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -806809066 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f46a2042-7ca2-41fa-90af-2b7c2e859b35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -806809066], ["username", "billy_43"], ["access_token", "604a1939f102dffa273e9d412dd6b49e"], ["uuid", "f46a2042-7ca2-41fa-90af-2b7c2e859b35"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:21:36.005238"], ["updated_at", "2017-10-25 17:21:36.005238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137369709 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92963a1b-ed99-413b-a3b3-9bbb8e664fda' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2137369709], ["username", "billy_44"], ["access_token", "7ed46df00a99b65faa33ec95bc0264ee"], ["uuid", "92963a1b-ed99-413b-a3b3-9bbb8e664fda"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:21:36.009699"], ["updated_at", "2017-10-25 17:21:36.009699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1414850372 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d927451-f9e3-454f-95f3-9a04ea5eb176' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1414850372], ["username", "billy_45"], ["access_token", "750f841d7fddf883d1b4380b37ad8c26"], ["uuid", "9d927451-f9e3-454f-95f3-9a04ea5eb176"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:21:36.015105"], ["updated_at", "2017-10-25 17:21:36.015105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -838964292 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34c96363-dc13-41c7-80b0-9252e3646c25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -838964292], ["username", "billy_46"], ["access_token", "bd02e1beed77a876350903a11f55dc38"], ["uuid", "34c96363-dc13-41c7-80b0-9252e3646c25"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:21:36.019533"], ["updated_at", "2017-10-25 17:21:36.019533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -363031853 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0c19548f-314c-4aee-865b-d467c3e0c2aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -363031853], ["username", "billy_47"], ["access_token", "fc1fa408a9b0702d6bcdeda7a72e4c5c"], ["uuid", "0c19548f-314c-4aee-865b-d467c3e0c2aa"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:21:36.023644"], ["updated_at", "2017-10-25 17:21:36.023644"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2048063534 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19c11a7d-6413-40f9-9a7a-77c3e6a751de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2048063534], ["username", "billy_48"], ["access_token", "a1236bfd73162b03967c9a9d04621dd5"], ["uuid", "19c11a7d-6413-40f9-9a7a-77c3e6a751de"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:21:36.027571"], ["updated_at", "2017-10-25 17:21:36.027571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1715245140 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1fb2dbd7-f5b2-40ba-85a6-0dce79c48a89' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1715245140], ["username", "billy_49"], ["access_token", "372e64f09f8968dd0bd986866f15c906"], ["uuid", "1fb2dbd7-f5b2-40ba-85a6-0dce79c48a89"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:21:36.031811"], ["updated_at", "2017-10-25 17:21:36.031811"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -382524484 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '992aa7d68e7dc230e3c1f11624c62ed0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d836d79-f863-4468-aeda-0d77bfa5734d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -382524484], ["username", "992aa7d68e7dc230e3c1f11624c62ed0"], ["access_token", "02a755a2e62e5c919f0f30f5261e415a"], ["uuid", "2d836d79-f863-4468-aeda-0d77bfa5734d"], ["created_at", "2017-10-25 17:21:36.043701"], ["updated_at", "2017-10-25 17:21:36.043701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 496 AND "openstax_accounts_group_owners"."group_id" = -1819277773) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -1819277773]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 496 AND "openstax_accounts_group_owners"."group_id" = -1819277773) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1819277773 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1819277773], ["created_at", "2017-10-25 17:21:36.064502"], ["updated_at", "2017-10-25 17:21:36.064502"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 496 AND "openstax_accounts_group_owners"."group_id" = -1819277773) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1819277773], ["user_id", -382524484], ["created_at", "2017-10-25 17:21:36.067519"], ["updated_at", "2017-10-25 17:21:36.067519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1819277773]] OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -1819277773]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:21:36.101582"], ["updated_at", "2017-10-25 17:21:36.101582"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:21:38 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-10-25 12:21:40 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -118758195 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '934d758395711126a7168e67cdae0a6c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0b67c47-609a-4137-af64-a53f558352e3' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -118758195], ["username", "934d758395711126a7168e67cdae0a6c"], ["access_token", "7b6e0dcda2871e323d57562b71f59e54"], ["uuid", "b0b67c47-609a-4137-af64-a53f558352e3"], ["created_at", "2017-10-25 17:21:40.170964"], ["updated_at", "2017-10-25 17:21:40.170964"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1442958552 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1442958552], ["name", "MyGroup"], ["created_at", "2017-10-25 17:21:40.180431"], ["updated_at", "2017-10-25 17:21:40.180431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-10-25 12:21:42 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1763094170 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '34e8eff73cc4ee05b07dca9e5f198428' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1421263d-4c54-4c10-a48d-85f2033f61c3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1763094170], ["username", "34e8eff73cc4ee05b07dca9e5f198428"], ["access_token", "0b96fabacf519f4200173092e416f0eb"], ["uuid", "1421263d-4c54-4c10-a48d-85f2033f61c3"], ["created_at", "2017-10-25 17:21:42.207929"], ["updated_at", "2017-10-25 17:21:42.207929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1717537411 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1717537411], ["name", "MyGroup"], ["created_at", "2017-10-25 17:21:42.210655"], ["updated_at", "2017-10-25 17:21:42.210655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1717537411 AND "openstax_accounts_groups"."id" != 6) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-1717537411" for 127.0.0.1 at 2017-10-25 12:21:44 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-1717537411", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -144499099 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6590d156d15e213681cc1cc204c75149' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cfefab0b-c4c3-406c-b493-e20874fbb27e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -144499099], ["username", "6590d156d15e213681cc1cc204c75149"], ["access_token", "242656773c61de44c1b63d7f227f319c"], ["uuid", "cfefab0b-c4c3-406c-b493-e20874fbb27e"], ["created_at", "2017-10-25 17:21:44.238494"], ["updated_at", "2017-10-25 17:21:44.238494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -357856116 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -357856116], ["name", "MyGroup"], ["created_at", "2017-10-25 17:21:44.241606"], ["updated_at", "2017-10-25 17:21:44.241606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -357856116 AND "openstax_accounts_groups"."id" != 7) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-357856116" for 127.0.0.1 at 2017-10-25 12:21:46 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-357856116", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:21:46.274737"], ["updated_at", "2017-10-25 17:21:46.274737"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:21:48 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:21:50 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:21:50.318611"], ["updated_at", "2017-10-25 17:21:50.318611"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:21:52 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2017-10-25 12:21:54 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:21:54.360230"], ["updated_at", "2017-10-25 17:21:54.360230"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:21:56 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2017-10-25 12:21:58 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:21:58.401693"], ["updated_at", "2017-10-25 17:21:58.401693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:22:00 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:22:02 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1751105346 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '77aa6db528e45ea2de13dbaf0d46e6b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd541f640-bcc8-4ad0-bd3e-218dbdd4060f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1751105346], ["username", "77aa6db528e45ea2de13dbaf0d46e6b3"], ["access_token", "57391744d4484af2eddcf160f8adc425"], ["uuid", "d541f640-bcc8-4ad0-bd3e-218dbdd4060f"], ["created_at", "2017-10-25 17:22:02.449275"], ["updated_at", "2017-10-25 17:22:02.449275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1853566838 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1853566838], ["name", "MyGroup"], ["created_at", "2017-10-25 17:22:02.460542"], ["updated_at", "2017-10-25 17:22:02.460542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1436456297 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1436456297], ["name", "MyGroup"], ["created_at", "2017-10-25 17:22:02.464317"], ["updated_at", "2017-10-25 17:22:02.464317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 9 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 9]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -1436456297 SQL (0.3ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1436456297 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 9]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 8]] OpenStax::Accounts::Group Load (0.6ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1853566838 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1853566838 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 8]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1436456297 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1853566838 SQL (0.6ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -1853566838], ["member_group_id", -1436456297], ["created_at", "2017-10-25 17:22:02.470498"], ["updated_at", "2017-10-25 17:22:02.470498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1853566838/nestings/-1436456297" for 127.0.0.1 at 2017-10-25 12:22:04 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1853566838", "member_group_id"=>"-1436456297", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1910872007 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '404f099d4406d50f213e20a23b0d0ebe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5073f1f8-9773-4acd-871f-ab6a2ec7d46c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1910872007], ["username", "404f099d4406d50f213e20a23b0d0ebe"], ["access_token", "f1d07908125111d729b1bfee9d2119fa"], ["uuid", "5073f1f8-9773-4acd-871f-ab6a2ec7d46c"], ["created_at", "2017-10-25 17:22:04.512714"], ["updated_at", "2017-10-25 17:22:04.512714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1245417719 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1245417719], ["name", "MyGroup"], ["created_at", "2017-10-25 17:22:04.515926"], ["updated_at", "2017-10-25 17:22:04.515926"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1929597805 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1929597805], ["name", "MyGroup"], ["created_at", "2017-10-25 17:22:04.518386"], ["updated_at", "2017-10-25 17:22:04.518386"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1245417719/nestings/-1929597805" for 127.0.0.1 at 2017-10-25 12:22:06 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1245417719", "member_group_id"=>"-1929597805", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:22:06.539325"], ["updated_at", "2017-10-25 17:22:06.539325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:22:08 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-10-25 12:22:10 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:22:10.597304"], ["updated_at", "2017-10-25 17:22:10.597304"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:22:12 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-10-25 12:22:14 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "application_group"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -768778734 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '14cf5f79e73b93d6416b47062f791be7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '117f5275-6e87-4a63-834e-7e610787a1b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -768778734], ["username", "14cf5f79e73b93d6416b47062f791be7"], ["access_token", "a755bbba396dcba11b374e4a97269319"], ["uuid", "117f5275-6e87-4a63-834e-7e610787a1b6"], ["created_at", "2017-10-25 17:22:14.646879"], ["updated_at", "2017-10-25 17:22:14.646879"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -111774837 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -111774837], ["name", "MyGroup"], ["created_at", "2017-10-25 17:22:14.660087"], ["updated_at", "2017-10-25 17:22:14.660087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1506054873 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1205032173d898e2ff5fc48450c42c09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36a80e19-e647-463f-bcf0-4a1a71f61dea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1506054873], ["username", "1205032173d898e2ff5fc48450c42c09"], ["access_token", "01eaa5c73d8045828768a6f3bf3c4811"], ["uuid", "36a80e19-e647-463f-bcf0-4a1a71f61dea"], ["created_at", "2017-10-25 17:22:14.666258"], ["updated_at", "2017-10-25 17:22:14.666258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 510 AND "openstax_accounts_group_members"."group_id" = -111774837) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -111774837], ["user_id", -1506054873], ["created_at", "2017-10-25 17:22:14.670269"], ["updated_at", "2017-10-25 17:22:14.670269"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-111774837/members/-1506054873" for 127.0.0.1 at 2017-10-25 12:22:16 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-111774837", "user_id"=>"-1506054873", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -698462885 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '92ea931d667c170d6be5c8f217d9470b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '74e5f932-5cab-4ea3-8ad4-becd1c50e132' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -698462885], ["username", "92ea931d667c170d6be5c8f217d9470b"], ["access_token", "cdc1c5e52763d3fd3eaf7e748e0fdbb0"], ["uuid", "74e5f932-5cab-4ea3-8ad4-becd1c50e132"], ["created_at", "2017-10-25 17:22:16.696407"], ["updated_at", "2017-10-25 17:22:16.696407"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1136785559 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1136785559], ["name", "MyGroup"], ["created_at", "2017-10-25 17:22:16.699617"], ["updated_at", "2017-10-25 17:22:16.699617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2094508015 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '778d354d20781681f97ebf1ad738ad7d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8446f8df-8c78-42c8-844c-cfd1a2363060' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2094508015], ["username", "778d354d20781681f97ebf1ad738ad7d"], ["access_token", "79a90f251dd2b249ff1a511594e7b44b"], ["uuid", "8446f8df-8c78-42c8-844c-cfd1a2363060"], ["created_at", "2017-10-25 17:22:16.703463"], ["updated_at", "2017-10-25 17:22:16.703463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1136785559/members/-2094508015" for 127.0.0.1 at 2017-10-25 12:22:18 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1136785559", "user_id"=>"-2094508015", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -426110260 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ac83a0aabd6d77d4f3f015ce962d9cdb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3efd28c7-2ea2-4467-b9e3-25533267f97e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -426110260], ["username", "ac83a0aabd6d77d4f3f015ce962d9cdb"], ["access_token", "681e8a851d684e11d561c9a0a7f6b93f"], ["uuid", "3efd28c7-2ea2-4467-b9e3-25533267f97e"], ["created_at", "2017-10-25 17:22:18.727864"], ["updated_at", "2017-10-25 17:22:18.727864"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:22:20 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-10-25 12:22:22 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995821130 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '49b6ad99dac69e0241adb6bde19ae5e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f66510f2-a479-4864-97dc-a3c225893a0c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -995821130], ["username", "49b6ad99dac69e0241adb6bde19ae5e8"], ["access_token", "066bafa7eb2d4290b5c3c186fa27cc6c"], ["uuid", "f66510f2-a479-4864-97dc-a3c225893a0c"], ["created_at", "2017-10-25 17:22:22.781855"], ["updated_at", "2017-10-25 17:22:22.781855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:22:24 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-10-25 12:22:26 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -543761772 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6c723dbb8e1b81ee790d0436b4749236' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae88fe3b-8232-47e8-b12d-453f460939db' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -543761772], ["username", "6c723dbb8e1b81ee790d0436b4749236"], ["access_token", "976dece30e8a6dc4343d2b5785995846"], ["uuid", "ae88fe3b-8232-47e8-b12d-453f460939db"], ["created_at", "2017-10-25 17:22:26.821488"], ["updated_at", "2017-10-25 17:22:26.821488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:22:28 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-10-25 12:22:30 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2105166302 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'adedc1caed479ad8812f4ba216c9abc8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be11f368-8568-42c2-9e06-acdebe75743c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2105166302], ["username", "adedc1caed479ad8812f4ba216c9abc8"], ["access_token", "7b8818b279c4a67b5cb68de233382f73"], ["uuid", "be11f368-8568-42c2-9e06-acdebe75743c"], ["created_at", "2017-10-25 17:22:30.864723"], ["updated_at", "2017-10-25 17:22:30.864723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-10-25 12:22:32 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"adedc1caed479ad8812f4ba216c9abc8", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"adedc1caed479ad8812f4ba216c9abc8", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -560576428 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4d512c9c2c1fa150e06497ee20f29179' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28ad8e31-2f56-4e06-995c-8bb2eab01687' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -560576428], ["username", "4d512c9c2c1fa150e06497ee20f29179"], ["access_token", "b903375ae7ab28f94202178cac8ed705"], ["uuid", "28ad8e31-2f56-4e06-995c-8bb2eab01687"], ["created_at", "2017-10-25 17:22:32.889630"], ["updated_at", "2017-10-25 17:22:32.889630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -734331716 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -734331716], ["name", "MyGroup"], ["created_at", "2017-10-25 17:22:32.898119"], ["updated_at", "2017-10-25 17:22:32.898119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1015821078 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fec94ae86022c7080fc163557dcf98d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ec7b7bc-b361-4139-8fbe-f0089703458a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1015821078], ["username", "fec94ae86022c7080fc163557dcf98d3"], ["access_token", "95c15fc361b67e1cbfb9fb753fb9b9b6"], ["uuid", "1ec7b7bc-b361-4139-8fbe-f0089703458a"], ["created_at", "2017-10-25 17:22:32.901903"], ["updated_at", "2017-10-25 17:22:32.901903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 518 AND "openstax_accounts_group_owners"."group_id" = -734331716) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -734331716], ["user_id", -1015821078], ["created_at", "2017-10-25 17:22:32.904436"], ["updated_at", "2017-10-25 17:22:32.904436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-734331716/owners/-1015821078" for 127.0.0.1 at 2017-10-25 12:22:34 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-734331716", "user_id"=>"-1015821078", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1024606995 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8b4ec76a1358cc8f49cada6f1c93eb65' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0976d3c5-b60f-4386-b008-3d0cfab0f4cd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1024606995], ["username", "8b4ec76a1358cc8f49cada6f1c93eb65"], ["access_token", "861e57347a28d2e9fb6df353ef36d2bd"], ["uuid", "0976d3c5-b60f-4386-b008-3d0cfab0f4cd"], ["created_at", "2017-10-25 17:22:34.929653"], ["updated_at", "2017-10-25 17:22:34.929653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -409188154 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -409188154], ["name", "MyGroup"], ["created_at", "2017-10-25 17:22:34.932712"], ["updated_at", "2017-10-25 17:22:34.932712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1759972776 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd556f8ca2638d983da88394e5a398b63' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf81ad62-ae67-41bd-97e8-f8a8800f5ec1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1759972776], ["username", "d556f8ca2638d983da88394e5a398b63"], ["access_token", "5f3b05ac5603e089e228bafeb52838c0"], ["uuid", "cf81ad62-ae67-41bd-97e8-f8a8800f5ec1"], ["created_at", "2017-10-25 17:22:34.936461"], ["updated_at", "2017-10-25 17:22:34.936461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-409188154/owners/-1759972776" for 127.0.0.1 at 2017-10-25 12:22:36 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-409188154", "user_id"=>"-1759972776", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["username", "u"], ["openstax_uid", 2], ["created_at", "2017-10-25 17:22:36.962859"], ["updated_at", "2017-10-25 17:22:36.962859"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:22:38 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:22:41 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'booyah' AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "role" = $3, "updated_at" = $4 WHERE "openstax_accounts_accounts"."id" = $5 [["username", "user"], ["uuid", "booyah"], ["role", 2], ["updated_at", "2017-10-25 17:22:41.015906"], ["id", 521]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2017-10-25 17:22:41.021676"], ["updated_at", "2017-10-25 17:22:41.021676"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:22:43 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:22:45 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:22:47 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:22:49 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'booyah' AND "openstax_accounts_accounts"."id" != 521) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 522) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 522) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' AND "openstax_accounts_accounts"."id" != 522) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:22:51 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:22:53 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd092ef5-893e-42b5-a0da-f8726e73145d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "c3cbb016cc253de32f7112ca7048dbf3"], ["uuid", "dd092ef5-893e-42b5-a0da-f8726e73145d"], ["created_at", "2017-10-25 17:22:53.157806"], ["updated_at", "2017-10-25 17:22:53.157806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 523], ["created_at", "2017-10-25 17:22:53.159852"], ["updated_at", "2017-10-25 17:22:53.159852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0376f339-ded9-4b49-b975-510d69be004e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "94f6e7af9e8ef3919c1b0acaecbca871"], ["uuid", "0376f339-ded9-4b49-b975-510d69be004e"], ["created_at", "2017-10-25 17:22:53.163893"], ["updated_at", "2017-10-25 17:22:53.163893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 524], ["created_at", "2017-10-25 17:22:53.165715"], ["updated_at", "2017-10-25 17:22:53.165715"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -504649563 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -504649563], ["name", "MyGroup"], ["created_at", "2017-10-25 17:22:53.168144"], ["updated_at", "2017-10-25 17:22:53.168144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -826288484 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -826288484], ["name", "MyGroup"], ["created_at", "2017-10-25 17:22:53.177020"], ["updated_at", "2017-10-25 17:22:53.177020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 17 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 17]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -826288484 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -826288484 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 17]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 16]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -504649563 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -504649563 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 16]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -826288484 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -504649563 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -504649563], ["member_group_id", -826288484], ["created_at", "2017-10-25 17:22:53.180597"], ["updated_at", "2017-10-25 17:22:53.180597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 523 AND "openstax_accounts_group_members"."group_id" = -826288484) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 523 AND "openstax_accounts_group_members"."group_id" = -826288484) LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -826288484], ["user_id", 1], ["created_at", "2017-10-25 17:22:53.194016"], ["updated_at", "2017-10-25 17:22:53.194016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 523 AND "openstax_accounts_group_members"."id" != 2 AND "openstax_accounts_group_members"."group_id" = -826288484) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.4ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.6ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 523]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 17]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -826288484 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -826288484 - -504649563 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 17]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-826288484, -504649563) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 7], ["owner_type", "User"], ["created_at", "2017-10-25 17:22:53.225855"], ["updated_at", "2017-10-25 17:22:53.225855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 523]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-826288484, -504649563) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 6], ["owner_type", "User"], ["created_at", "2017-10-25 17:22:53.236008"], ["updated_at", "2017-10-25 17:22:53.236008"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 523]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-826288484, -504649563) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 17], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-10-25 17:22:53.242651"], ["updated_at", "2017-10-25 17:22:53.242651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 523]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-826288484, -504649563) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-826288484, -504649563) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 16], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-10-25 17:22:53.251593"], ["updated_at", "2017-10-25 17:22:53.251593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 523]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-826288484, -504649563) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-826288484, -504649563) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-826288484, -504649563) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -116261877 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4cba655c1058aeb8b02c9119a5698e82' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd222937f-2551-4207-9068-718bc0e21a08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -116261877], ["username", "4cba655c1058aeb8b02c9119a5698e82"], ["access_token", "22782097766f0db401645ff64be1335d"], ["uuid", "d222937f-2551-4207-9068-718bc0e21a08"], ["created_at", "2017-10-25 17:22:53.269580"], ["updated_at", "2017-10-25 17:22:53.269580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '4cba655c1058aeb8b02c9119a5698e82' AND "openstax_accounts_accounts"."id" != 525) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'd222937f-2551-4207-9068-718bc0e21a08' AND "openstax_accounts_accounts"."id" != 525) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 525) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '4cba655c1058aeb8b02c9119a5698e82' AND "openstax_accounts_accounts"."id" != 525) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'd222937f-2551-4207-9068-718bc0e21a08' AND "openstax_accounts_accounts"."id" != 525) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-10-25 17:22:53.274635"], ["id", 525]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e712d2ccc68e837e8d4c749a5c39196a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c717f8e4-91a6-4346-8bd4-d3ad44525e8d' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1051741704 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c3b137c-b037-4d87-b42e-08147f5fd610' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -1051741704], ["access_token", "98fc35d479c79943d3275e68b1196416"], ["uuid", "5c3b137c-b037-4d87-b42e-08147f5fd610"], ["created_at", "2017-10-25 17:22:53.281805"], ["updated_at", "2017-10-25 17:22:53.281805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2092430623 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57d791b9-155c-44ff-b76c-3bee1a756554' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -2092430623], ["access_token", "f2512e9b858be4bc1cdab50c34d07182"], ["uuid", "57d791b9-155c-44ff-b76c-3bee1a756554"], ["created_at", "2017-10-25 17:22:53.285137"], ["updated_at", "2017-10-25 17:22:53.285137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -395085602 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4db07d67cf124f85ce8204100b17bc2b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e4dcf58-0c35-4e76-828a-719823faa9eb' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660990014 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f7b1344e74717cecf6281bdf7cd80bb3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b930f8f9-a33a-4b35-9d85-9d4f315aa218' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1660990014], ["username", "f7b1344e74717cecf6281bdf7cd80bb3"], ["access_token", "76e576dce2d298c69a458d2f2fe10f63"], ["uuid", "b930f8f9-a33a-4b35-9d85-9d4f315aa218"], ["created_at", "2017-10-25 17:22:53.294281"], ["updated_at", "2017-10-25 17:22:53.294281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1660990014 AND "openstax_accounts_accounts"."id" != 528) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b930f8f9-a33a-4b35-9d85-9d4f315aa218' AND "openstax_accounts_accounts"."id" != 528) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1988617162 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3824f9dc78da763690fd4c9a75c683af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a49636b-badf-4d68-816c-35bf301a99aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1988617162], ["username", "3824f9dc78da763690fd4c9a75c683af"], ["access_token", "c791cc810c5caeec19ca641683e1a4d2"], ["uuid", "6a49636b-badf-4d68-816c-35bf301a99aa"], ["created_at", "2017-10-25 17:22:53.301180"], ["updated_at", "2017-10-25 17:22:53.301180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1303246410 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3824f9dc78da763690fd4c9a75c683af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '61c2f023-5bb7-4b1d-a325-a33a7db8cecf' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -187160786 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd838ae73fa43ebde6d1d24699ac5caa7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09e52af4-5218-4818-99ce-3a54c74c7d67' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -187160786], ["username", "d838ae73fa43ebde6d1d24699ac5caa7"], ["access_token", "8210f1b8275c107e4e253f24e0a0ccc5"], ["uuid", "09e52af4-5218-4818-99ce-3a54c74c7d67"], ["created_at", "2017-10-25 17:22:53.312462"], ["updated_at", "2017-10-25 17:22:53.312462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 530) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 530) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '09e52af4-5218-4818-99ce-3a54c74c7d67' AND "openstax_accounts_accounts"."id" != 530) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-10-25 17:22:53.316875"], ["id", 530]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -276886953 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9557e3072f79686f0a804e55002c0e47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b1fdb98-3f5d-4754-8662-20984273b805' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -276886953], ["username", "9557e3072f79686f0a804e55002c0e47"], ["access_token", "2fa45d70ae85f0f63850994781d68f69"], ["uuid", "0b1fdb98-3f5d-4754-8662-20984273b805"], ["created_at", "2017-10-25 17:22:53.322112"], ["updated_at", "2017-10-25 17:22:53.322112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 531) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '0b1fdb98-3f5d-4754-8662-20984273b805' AND "openstax_accounts_accounts"."id" != 531) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-10-25 17:22:53.325429"], ["id", 531]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 531) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 531) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '0b1fdb98-3f5d-4754-8662-20984273b805' AND "openstax_accounts_accounts"."id" != 531) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-10-25 17:22:53.328785"], ["id", 531]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 531) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 531) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '0b1fdb98-3f5d-4754-8662-20984273b805' AND "openstax_accounts_accounts"."id" != 531) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-10-25 17:22:53.331866"], ["id", 531]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1091097453 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd8e0db05e4d96d83d3ad5c4836da074b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6e268c1-921c-4de1-8c03-d52e3cd79423' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1091097453], ["username", "d8e0db05e4d96d83d3ad5c4836da074b"], ["access_token", "3c6e8b6a92f36e35e996989c6405f0f0"], ["uuid", "c6e268c1-921c-4de1-8c03-d52e3cd79423"], ["created_at", "2017-10-25 17:22:53.336916"], ["updated_at", "2017-10-25 17:22:53.336916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 532) LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 532) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c6e268c1-921c-4de1-8c03-d52e3cd79423' AND "openstax_accounts_accounts"."id" != 532) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-10-25 17:22:53.343930"], ["id", 532]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1134718610 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '60db30aef52c42ce0ac88254501c3422' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6239dd60-7dc9-4bb0-ad96-6af8d2d3ec55' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1134718610], ["username", "60db30aef52c42ce0ac88254501c3422"], ["access_token", "8b665b8fe4ccd44c8f8b9fb2b64eecfb"], ["uuid", "6239dd60-7dc9-4bb0-ad96-6af8d2d3ec55"], ["created_at", "2017-10-25 17:22:53.350238"], ["updated_at", "2017-10-25 17:22:53.350238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 533) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 533) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '6239dd60-7dc9-4bb0-ad96-6af8d2d3ec55' AND "openstax_accounts_accounts"."id" != 533) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-10-25 17:22:53.354629"], ["id", 533]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (204.1ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (435.2ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.2ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (6.1ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto"  (4.3ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" character varying DEFAULT 'gen_random_uuid()' NOT NULL, "role" integer DEFAULT 0 NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (1.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (2.0ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.2ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (4.2ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.2ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (3.8ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.3ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.4ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a506bc0-1df0-47d4-8540-f513d2d30eee' LIMIT 1 SQL (1.0ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "2f990bcdf8324051e51383d3b7a483c7"], ["uuid", "4a506bc0-1df0-47d4-8540-f513d2d30eee"], ["created_at", "2017-10-25 17:23:31.929686"], ["updated_at", "2017-10-25 17:23:31.929686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 1], ["created_at", "2017-10-25 17:23:31.939759"], ["updated_at", "2017-10-25 17:23:31.939759"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e31c8946-faac-4f32-9adf-a00364f6a87a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "2f58e59c96a0652a15c2dd84743be058"], ["uuid", "e31c8946-faac-4f32-9adf-a00364f6a87a"], ["created_at", "2017-10-25 17:23:31.944503"], ["updated_at", "2017-10-25 17:23:31.944503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 2], ["created_at", "2017-10-25 17:23:31.947013"], ["updated_at", "2017-10-25 17:23:31.947013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1990141647 LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1990141647], ["name", "MyGroup"], ["created_at", "2017-10-25 17:23:31.959279"], ["updated_at", "2017-10-25 17:23:31.959279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -260414721 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -260414721], ["name", "MyGroup"], ["created_at", "2017-10-25 17:23:31.963467"], ["updated_at", "2017-10-25 17:23:31.963467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -260414721 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -260414721 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 1]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1990141647 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1990141647 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 1]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -260414721 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1990141647 SQL (0.4ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -1990141647], ["member_group_id", -260414721], ["created_at", "2017-10-25 17:23:31.970261"], ["updated_at", "2017-10-25 17:23:31.970261"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -260414721) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -260414721) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -260414721], ["user_id", 1], ["created_at", "2017-10-25 17:23:31.994903"], ["updated_at", "2017-10-25 17:23:31.994903"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -260414721) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -260414721 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -260414721 - -1990141647 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-260414721, -1990141647) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "User"], ["created_at", "2017-10-25 17:23:32.029157"], ["updated_at", "2017-10-25 17:23:32.029157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-260414721, -1990141647) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "User"], ["created_at", "2017-10-25 17:23:32.036373"], ["updated_at", "2017-10-25 17:23:32.036373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-260414721, -1990141647) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-10-25 17:23:32.043514"], ["updated_at", "2017-10-25 17:23:32.043514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-260414721, -1990141647) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-260414721, -1990141647) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-10-25 17:23:32.051936"], ["updated_at", "2017-10-25 17:23:32.051936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-260414721, -1990141647) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-260414721, -1990141647) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-260414721, -1990141647) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:23:32.066285"], ["updated_at", "2017-10-25 17:23:32.066285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:23:34 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-10-25 12:23:36 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -325671790 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b750d0818652d9394ed438f805211e53' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b141121-8aa7-45d0-b0a1-e29e7e9f56f5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -325671790], ["username", "b750d0818652d9394ed438f805211e53"], ["access_token", "a3350fb4c46f5826af7645febe462b54"], ["uuid", "4b141121-8aa7-45d0-b0a1-e29e7e9f56f5"], ["created_at", "2017-10-25 17:23:36.157921"], ["updated_at", "2017-10-25 17:23:36.157921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1482655954 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1482655954], ["name", "MyGroup"], ["created_at", "2017-10-25 17:23:36.167314"], ["updated_at", "2017-10-25 17:23:36.167314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1482655954 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1482655954" for 127.0.0.1 at 2017-10-25 12:23:38 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1482655954", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -774377028 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '229c7c151f2b08731985e9feb9bd1165' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22f3d83d-8df7-4d2f-b6dc-ba47405ae750' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -774377028], ["username", "229c7c151f2b08731985e9feb9bd1165"], ["access_token", "f9939a91fb84031b575a376834f9af41"], ["uuid", "22f3d83d-8df7-4d2f-b6dc-ba47405ae750"], ["created_at", "2017-10-25 17:23:38.194352"], ["updated_at", "2017-10-25 17:23:38.194352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -471148174 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -471148174], ["name", "MyGroup"], ["created_at", "2017-10-25 17:23:38.196930"], ["updated_at", "2017-10-25 17:23:38.196930"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -471148174 AND "openstax_accounts_groups"."id" != 4) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-471148174" for 127.0.0.1 at 2017-10-25 12:23:40 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-471148174", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195235495 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f3b1633f86cf6827b71f49fdddee873d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22581948-0d5c-4f8f-98d0-01715e6d5e64' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1195235495], ["username", "f3b1633f86cf6827b71f49fdddee873d"], ["access_token", "d20307b00b84212a86a4ac0a1d15c37d"], ["uuid", "22581948-0d5c-4f8f-98d0-01715e6d5e64"], ["created_at", "2017-10-25 17:23:40.234458"], ["updated_at", "2017-10-25 17:23:40.234458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1810831284 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1810831284], ["name", "MyGroup"], ["created_at", "2017-10-25 17:23:40.237265"], ["updated_at", "2017-10-25 17:23:40.237265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-10-25 12:23:42 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1667712372 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5fd3e23f1f491a2dbc7c009689d76aaa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '075873bc-c8ef-40bb-a570-9769710a1938' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1667712372], ["username", "5fd3e23f1f491a2dbc7c009689d76aaa"], ["access_token", "ebf1c9b9d73fc308998703f3f2be8c86"], ["uuid", "075873bc-c8ef-40bb-a570-9769710a1938"], ["created_at", "2017-10-25 17:23:42.267500"], ["updated_at", "2017-10-25 17:23:42.267500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1613105198 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1613105198], ["name", "MyGroup"], ["created_at", "2017-10-25 17:23:42.277130"], ["updated_at", "2017-10-25 17:23:42.277130"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831541838 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b491f8ba68caf94f57ec3fc3c81e5095' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01883fee-12f8-4fc6-b401-f14c32391ac2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1831541838], ["username", "b491f8ba68caf94f57ec3fc3c81e5095"], ["access_token", "2eff2c326bd1ff790165f4c399402a81"], ["uuid", "01883fee-12f8-4fc6-b401-f14c32391ac2"], ["created_at", "2017-10-25 17:23:42.281190"], ["updated_at", "2017-10-25 17:23:42.281190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1613105198/members/-1831541838" for 127.0.0.1 at 2017-10-25 12:23:44 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1613105198", "user_id"=>"-1831541838", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -474083915 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7545e4899d78c036c53d6f132e130d68' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f1e65b3-c2fb-485b-a78b-afad7ba3711f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -474083915], ["username", "7545e4899d78c036c53d6f132e130d68"], ["access_token", "ccab567ae6e3b88172d4378719875722"], ["uuid", "9f1e65b3-c2fb-485b-a78b-afad7ba3711f"], ["created_at", "2017-10-25 17:23:44.307471"], ["updated_at", "2017-10-25 17:23:44.307471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -623530202 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -623530202], ["name", "MyGroup"], ["created_at", "2017-10-25 17:23:44.310915"], ["updated_at", "2017-10-25 17:23:44.310915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1153374891 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4e09e4036692ceb91f0d3b98d30ce92b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6cdfafb-f8f1-43aa-a9a4-3f00dbe24faa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1153374891], ["username", "4e09e4036692ceb91f0d3b98d30ce92b"], ["access_token", "16b253b0f8e050d23ec54a596487e490"], ["uuid", "d6cdfafb-f8f1-43aa-a9a4-3f00dbe24faa"], ["created_at", "2017-10-25 17:23:44.314741"], ["updated_at", "2017-10-25 17:23:44.314741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 10 AND "openstax_accounts_group_members"."group_id" = -623530202) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -623530202], ["user_id", -1153374891], ["created_at", "2017-10-25 17:23:44.318379"], ["updated_at", "2017-10-25 17:23:44.318379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-623530202/members/-1153374891" for 127.0.0.1 at 2017-10-25 12:23:46 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-623530202", "user_id"=>"-1153374891", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1304305888 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '78bb79d5ea81f92bd251ad8a55d0d2aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cfa05cc7-2515-4c08-86f5-b4a3226e2203' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1304305888], ["username", "78bb79d5ea81f92bd251ad8a55d0d2aa"], ["access_token", "058f62fb5343338a685f9d34189d234e"], ["uuid", "cfa05cc7-2515-4c08-86f5-b4a3226e2203"], ["created_at", "2017-10-25 17:23:46.344280"], ["updated_at", "2017-10-25 17:23:46.344280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-10-25 12:23:48 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"78bb79d5ea81f92bd251ad8a55d0d2aa", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"78bb79d5ea81f92bd251ad8a55d0d2aa", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1104315293 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c79dffa83313cb9479c8708a0f9d97e5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2314246-cd57-4dcf-821b-278030360118' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1104315293], ["username", "c79dffa83313cb9479c8708a0f9d97e5"], ["access_token", "3908f2960f3daf21e8b4edb05e56e219"], ["uuid", "d2314246-cd57-4dcf-821b-278030360118"], ["created_at", "2017-10-25 17:23:48.375135"], ["updated_at", "2017-10-25 17:23:48.375135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:23:50 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-10-25 12:23:51 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -605912441 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8a8d076d46b47b2d08276a62b0d9dda0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16ccfff3-cde8-49c4-9f04-a7ac87917c9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -605912441], ["username", "8a8d076d46b47b2d08276a62b0d9dda0"], ["access_token", "7b6176e9d37e27b0fcdd4fb18c70e096"], ["uuid", "16ccfff3-cde8-49c4-9f04-a7ac87917c9c"], ["created_at", "2017-10-25 17:23:51.417868"], ["updated_at", "2017-10-25 17:23:51.417868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:23:53 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-10-25 12:23:55 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -316188312 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '92ee78d0ffdda7c316717de697956be1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97fb87f9-3eaf-4f37-9cc7-503cb2c2af60' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -316188312], ["username", "92ee78d0ffdda7c316717de697956be1"], ["access_token", "7db53434a5a697a0a04189add7e2f0de"], ["uuid", "97fb87f9-3eaf-4f37-9cc7-503cb2c2af60"], ["created_at", "2017-10-25 17:23:55.458819"], ["updated_at", "2017-10-25 17:23:55.458819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:23:57 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-10-25 12:23:59 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:23:59.497837"], ["updated_at", "2017-10-25 17:23:59.497837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:24:01 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-10-25 12:24:03 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:24:03.546769"], ["updated_at", "2017-10-25 17:24:03.546769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:24:04 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-10-25 12:24:06 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1304930782 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bb8a874395793df322a958ac828df29d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce03352c-24ab-41b6-8bd1-4c51b9938263' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1304930782], ["username", "bb8a874395793df322a958ac828df29d"], ["access_token", "85ce0fe5317a16558d8ce147de3fb2f8"], ["uuid", "ce03352c-24ab-41b6-8bd1-4c51b9938263"], ["created_at", "2017-10-25 17:24:06.587886"], ["updated_at", "2017-10-25 17:24:06.587886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -266772932 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -266772932], ["name", "MyGroup"], ["created_at", "2017-10-25 17:24:06.599601"], ["updated_at", "2017-10-25 17:24:06.599601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1689818600 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5a47bc182a497ecb9c09e55ba542b634' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2358ade7-6677-41bb-8c8c-4d24d0368b2f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1689818600], ["username", "5a47bc182a497ecb9c09e55ba542b634"], ["access_token", "db519f81645a4abd99936aab3dfa3743"], ["uuid", "2358ade7-6677-41bb-8c8c-4d24d0368b2f"], ["created_at", "2017-10-25 17:24:06.604557"], ["updated_at", "2017-10-25 17:24:06.604557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-266772932/owners/-1689818600" for 127.0.0.1 at 2017-10-25 12:24:08 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-266772932", "user_id"=>"-1689818600", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -653384125 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a0c42d23dc77b211f8dc1626d6f2da98' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc010faa-9bfd-4f7d-8e47-548883bf9f21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -653384125], ["username", "a0c42d23dc77b211f8dc1626d6f2da98"], ["access_token", "11fffc9f9df6d4586a1af67a9ea44501"], ["uuid", "cc010faa-9bfd-4f7d-8e47-548883bf9f21"], ["created_at", "2017-10-25 17:24:08.629762"], ["updated_at", "2017-10-25 17:24:08.629762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -489692087 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -489692087], ["name", "MyGroup"], ["created_at", "2017-10-25 17:24:08.632648"], ["updated_at", "2017-10-25 17:24:08.632648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1418699883 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b4f5aa3a38426eaedd4bfa8355dd29e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3f5c77b-fc4e-4287-be1d-cc4718328058' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1418699883], ["username", "b4f5aa3a38426eaedd4bfa8355dd29e1"], ["access_token", "14bf9b62b810b5f2bfe7e4831dd81fdc"], ["uuid", "c3f5c77b-fc4e-4287-be1d-cc4718328058"], ["created_at", "2017-10-25 17:24:08.636305"], ["updated_at", "2017-10-25 17:24:08.636305"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 20 AND "openstax_accounts_group_owners"."group_id" = -489692087) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -489692087], ["user_id", -1418699883], ["created_at", "2017-10-25 17:24:08.640201"], ["updated_at", "2017-10-25 17:24:08.640201"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-489692087/owners/-1418699883" for 127.0.0.1 at 2017-10-25 12:24:10 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-489692087", "user_id"=>"-1418699883", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:24:10.665737"], ["updated_at", "2017-10-25 17:24:10.665737"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:24:12 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:24:14 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:24:14.711324"], ["updated_at", "2017-10-25 17:24:14.711324"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:24:16 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:24:18 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:24:18.754763"], ["updated_at", "2017-10-25 17:24:18.754763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:24:20 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2017-10-25 12:24:22 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:24:22.806468"], ["updated_at", "2017-10-25 17:24:22.806468"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:24:24 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2017-10-25 12:24:26 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2082185884 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd99cb73b7986a0d8b1343c7174d8a396' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '763e5394-d34d-4630-a4ba-51367546b76f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2082185884], ["username", "d99cb73b7986a0d8b1343c7174d8a396"], ["access_token", "0fdafdf62ceb66aca579d4320933440e"], ["uuid", "763e5394-d34d-4630-a4ba-51367546b76f"], ["created_at", "2017-10-25 17:24:26.850808"], ["updated_at", "2017-10-25 17:24:26.850808"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -413565272 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -413565272], ["name", "MyGroup"], ["created_at", "2017-10-25 17:24:26.859125"], ["updated_at", "2017-10-25 17:24:26.859125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -322677417 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -322677417], ["name", "MyGroup"], ["created_at", "2017-10-25 17:24:26.861555"], ["updated_at", "2017-10-25 17:24:26.861555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 11 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 11]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -322677417 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -322677417 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 11]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 10]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -413565272 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -413565272 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 10]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -322677417 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -413565272 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -413565272], ["member_group_id", -322677417], ["created_at", "2017-10-25 17:24:26.863879"], ["updated_at", "2017-10-25 17:24:26.863879"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-413565272/nestings/-322677417" for 127.0.0.1 at 2017-10-25 12:24:28 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-413565272", "member_group_id"=>"-322677417", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -828558641 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b4326ff1c431cdfb05d36337eb1d6dda' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'efdffe33-99c0-46ee-81d8-3f63d8e26f47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -828558641], ["username", "b4326ff1c431cdfb05d36337eb1d6dda"], ["access_token", "1405a6ec4508540983ba44e817cd568b"], ["uuid", "efdffe33-99c0-46ee-81d8-3f63d8e26f47"], ["created_at", "2017-10-25 17:24:28.894343"], ["updated_at", "2017-10-25 17:24:28.894343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -157627648 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -157627648], ["name", "MyGroup"], ["created_at", "2017-10-25 17:24:28.897375"], ["updated_at", "2017-10-25 17:24:28.897375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1553784001 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1553784001], ["name", "MyGroup"], ["created_at", "2017-10-25 17:24:28.899813"], ["updated_at", "2017-10-25 17:24:28.899813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-157627648/nestings/-1553784001" for 127.0.0.1 at 2017-10-25 12:24:30 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-157627648", "member_group_id"=>"-1553784001", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["created_at", "2017-10-25 17:24:30.932041"], ["updated_at", "2017-10-25 17:24:30.932041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 5ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8bec185-f7db-4811-aa49-86abd1a6bb1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "9186a49153c7d1ba3987c6adcd46d8fa"], ["uuid", "c8bec185-f7db-4811-aa49-86abd1a6bb1c"], ["created_at", "2017-10-25 17:24:30.960083"], ["updated_at", "2017-10-25 17:24:30.960083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72a44ff4-1000-4502-879c-d8cb6316849c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "99ee0ccec56fa0fb70835647369978b7"], ["uuid", "72a44ff4-1000-4502-879c-d8cb6316849c"], ["created_at", "2017-10-25 17:24:30.978671"], ["updated_at", "2017-10-25 17:24:30.978671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f28edd00-efca-48cf-9df4-3b696a642904' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "18ef10a3bccca504eaeea49a47dfc2f6"], ["uuid", "f28edd00-efca-48cf-9df4-3b696a642904"], ["created_at", "2017-10-25 17:24:30.985555"], ["updated_at", "2017-10-25 17:24:30.985555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28ba23eb-0900-459d-af44-5f6ae7aa7796' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "0fd9e41e9259565f93fe2ed00ac2307d"], ["uuid", "28ba23eb-0900-459d-af44-5f6ae7aa7796"], ["created_at", "2017-10-25 17:24:31.002116"], ["updated_at", "2017-10-25 17:24:31.002116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 31]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:50914/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad73977c-6efc-4e9b-a668-3476ce8a4c2f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "28927c2f9ee9851cbebb93b21e3082b9"], ["uuid", "ad73977c-6efc-4e9b-a668-3476ce8a4c2f"], ["created_at", "2017-10-25 17:24:31.022125"], ["updated_at", "2017-10-25 17:24:31.022125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb4c4c81-32f5-4955-b2ad-3c9e7e8e277a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "83745e5e483aca5ae2876809b966e9a4"], ["uuid", "eb4c4c81-32f5-4955-b2ad-3c9e7e8e277a"], ["created_at", "2017-10-25 17:24:31.036709"], ["updated_at", "2017-10-25 17:24:31.036709"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 33]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d7cd822-ef25-46a3-abab-8a9d9a2927be' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "888393c86df7dd57933f848a6108ca8f"], ["uuid", "1d7cd822-ef25-46a3-abab-8a9d9a2927be"], ["created_at", "2017-10-25 17:24:31.047965"], ["updated_at", "2017-10-25 17:24:31.047965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af84af7e-3d88-4951-98c6-996c7a0ae8be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "61dc9b0e83a698159e7f4d83265cb08a"], ["uuid", "af84af7e-3d88-4951-98c6-996c7a0ae8be"], ["created_at", "2017-10-25 17:24:31.059251"], ["updated_at", "2017-10-25 17:24:31.059251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 35], ["created_at", "2017-10-25 17:24:31.061247"], ["updated_at", "2017-10-25 17:24:31.061247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 35]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c276e5c-b2bf-4cbd-b01c-463bccd6504e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "386ab4dbe3fb41e2300ff59a00e064b4"], ["uuid", "4c276e5c-b2bf-4cbd-b01c-463bccd6504e"], ["created_at", "2017-10-25 17:24:31.472691"], ["updated_at", "2017-10-25 17:24:31.472691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 36], ["created_at", "2017-10-25 17:24:31.474984"], ["updated_at", "2017-10-25 17:24:31.474984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 36]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4b0667e-2821-498b-8972-ec2bece34d04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "0274f84701f0043b921b26e4a2e59569"], ["uuid", "b4b0667e-2821-498b-8972-ec2bece34d04"], ["created_at", "2017-10-25 17:24:31.884986"], ["updated_at", "2017-10-25 17:24:31.884986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 37], ["created_at", "2017-10-25 17:24:31.887077"], ["updated_at", "2017-10-25 17:24:31.887077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5bc56f7-87ed-4f62-b8b0-ce0ac39ab625' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "250bac6eb3e579444a5ae13861a9d49f"], ["uuid", "d5bc56f7-87ed-4f62-b8b0-ce0ac39ab625"], ["created_at", "2017-10-25 17:24:32.315271"], ["updated_at", "2017-10-25 17:24:32.315271"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 38], ["created_at", "2017-10-25 17:24:32.317378"], ["updated_at", "2017-10-25 17:24:32.317378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 38]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 38]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 38]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '796f4cdf-63af-47e3-a53c-4482558b90c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "e4d8e20ae008cebef74c4748ee057a1e"], ["uuid", "796f4cdf-63af-47e3-a53c-4482558b90c4"], ["created_at", "2017-10-25 17:24:32.729700"], ["updated_at", "2017-10-25 17:24:32.729700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 39], ["created_at", "2017-10-25 17:24:32.731649"], ["updated_at", "2017-10-25 17:24:32.731649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 39]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 39]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 39]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 39]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 39]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1597263418 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b3e02c236276976208af1130da086055' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b93d16e1-af96-4a92-9056-bb3a6b914c75' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1597263418], ["username", "b3e02c236276976208af1130da086055"], ["access_token", "fb04895e864b094af7e25562ac3a9dd2"], ["uuid", "b93d16e1-af96-4a92-9056-bb3a6b914c75"], ["created_at", "2017-10-25 17:24:33.140109"], ["updated_at", "2017-10-25 17:24:33.140109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 40) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 40) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b93d16e1-af96-4a92-9056-bb3a6b914c75' AND "openstax_accounts_accounts"."id" != 40) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-10-25 17:24:33.143903"], ["id", 40]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1570501400 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9c694fa6aecf7560ec52b867219fbcb9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68017981-52cb-4f5c-b5af-ef3cc3b6edae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1570501400], ["username", "9c694fa6aecf7560ec52b867219fbcb9"], ["access_token", "9e2ed563631b2f9148f3588dda2830ff"], ["uuid", "68017981-52cb-4f5c-b5af-ef3cc3b6edae"], ["created_at", "2017-10-25 17:24:33.149541"], ["updated_at", "2017-10-25 17:24:33.149541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 41) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '68017981-52cb-4f5c-b5af-ef3cc3b6edae' AND "openstax_accounts_accounts"."id" != 41) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-10-25 17:24:33.152652"], ["id", 41]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 41) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 41) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '68017981-52cb-4f5c-b5af-ef3cc3b6edae' AND "openstax_accounts_accounts"."id" != 41) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-10-25 17:24:33.155989"], ["id", 41]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 41) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 41) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '68017981-52cb-4f5c-b5af-ef3cc3b6edae' AND "openstax_accounts_accounts"."id" != 41) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-10-25 17:24:33.159063"], ["id", 41]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1745320601 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ecc5627a19c47bf3d1ee783f9dc7215e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '40790800-239a-46b0-90f0-02eadbfab694' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1745320601], ["username", "ecc5627a19c47bf3d1ee783f9dc7215e"], ["access_token", "850e093d6df5863d0566a534886616b0"], ["uuid", "40790800-239a-46b0-90f0-02eadbfab694"], ["created_at", "2017-10-25 17:24:33.163572"], ["updated_at", "2017-10-25 17:24:33.163572"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 42) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 42) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '40790800-239a-46b0-90f0-02eadbfab694' AND "openstax_accounts_accounts"."id" != 42) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-10-25 17:24:33.167288"], ["id", 42]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -705809450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2f2c9539e4f17207e44300777c2cfcc1' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1639a265-d465-41a8-8783-5f6d8e8e6f3e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -705809450], ["username", "2f2c9539e4f17207e44300777c2cfcc1"], ["access_token", "19e16dc0b32c745fdf797bf7fc62a596"], ["uuid", "1639a265-d465-41a8-8783-5f6d8e8e6f3e"], ["created_at", "2017-10-25 17:24:33.179210"], ["updated_at", "2017-10-25 17:24:33.179210"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 43) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 43) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '1639a265-d465-41a8-8783-5f6d8e8e6f3e' AND "openstax_accounts_accounts"."id" != 43) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-10-25 17:24:33.183113"], ["id", 43]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -120232272 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd1ca4bdd93b60d11b0c3c3162ea57242' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88c4762e-8f6c-49fc-b053-ee56c9052f31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -120232272], ["username", "d1ca4bdd93b60d11b0c3c3162ea57242"], ["access_token", "e93c0301328c4d69267e6ac879437b95"], ["uuid", "88c4762e-8f6c-49fc-b053-ee56c9052f31"], ["created_at", "2017-10-25 17:24:33.188948"], ["updated_at", "2017-10-25 17:24:33.188948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -134745952 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd1ca4bdd93b60d11b0c3c3162ea57242' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b2481e8-7c1c-495e-9ab0-7c8f881d3248' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -556310014 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7461c9ad-9e2b-452d-beb2-1a16a1cce65b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -556310014], ["access_token", "3f9dd2b3d5ee6e227541d5d1f9ea557c"], ["uuid", "7461c9ad-9e2b-452d-beb2-1a16a1cce65b"], ["created_at", "2017-10-25 17:24:33.196887"], ["updated_at", "2017-10-25 17:24:33.196887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -806884910 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e06611b-a7c1-4e91-a9f3-dd12c5efb7b6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -806884910], ["access_token", "d6b8fdd639f0f829f215bb01a24295cb"], ["uuid", "6e06611b-a7c1-4e91-a9f3-dd12c5efb7b6"], ["created_at", "2017-10-25 17:24:33.201220"], ["updated_at", "2017-10-25 17:24:33.201220"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2042747382 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3e48912a6b6bcec946fb6b9f89a75f6b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5a996a4-6f18-4ba0-a326-8459f767950f' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1122168947 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '516ab29fda382c7bdd05b438b5a3e991' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7d833e6-5413-4291-9663-002df6c80ad3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1122168947], ["username", "516ab29fda382c7bdd05b438b5a3e991"], ["access_token", "ace742eb3fa4d97e38b0231143bcf40a"], ["uuid", "a7d833e6-5413-4291-9663-002df6c80ad3"], ["created_at", "2017-10-25 17:24:33.212729"], ["updated_at", "2017-10-25 17:24:33.212729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '516ab29fda382c7bdd05b438b5a3e991' AND "openstax_accounts_accounts"."id" != 47) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'a7d833e6-5413-4291-9663-002df6c80ad3' AND "openstax_accounts_accounts"."id" != 47) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 47) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '516ab29fda382c7bdd05b438b5a3e991' AND "openstax_accounts_accounts"."id" != 47) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'a7d833e6-5413-4291-9663-002df6c80ad3' AND "openstax_accounts_accounts"."id" != 47) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-10-25 17:24:33.217513"], ["id", 47]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '96d64690481287451a05939a34292569' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d15813c-98f3-42ce-8254-782dea050459' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -28339488 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '55dd616cee0e52b59690b8e3c91ba3ac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77c0d1bf-9c89-455d-a40d-be431903706d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -28339488], ["username", "55dd616cee0e52b59690b8e3c91ba3ac"], ["access_token", "8917a632abea92220e809094ef3c2225"], ["uuid", "77c0d1bf-9c89-455d-a40d-be431903706d"], ["created_at", "2017-10-25 17:24:33.226243"], ["updated_at", "2017-10-25 17:24:33.226243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -28339488 AND "openstax_accounts_accounts"."id" != 48) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '77c0d1bf-9c89-455d-a40d-be431903706d' AND "openstax_accounts_accounts"."id" != 48) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1483039712 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '87090304fdc598f231e36d0310222a1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc8011e7-fccc-4eac-8228-badc13d0b366' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1483039712], ["username", "87090304fdc598f231e36d0310222a1c"], ["access_token", "76ff4f670274c2d8b76054d386c0e196"], ["uuid", "bc8011e7-fccc-4eac-8228-badc13d0b366"], ["created_at", "2017-10-25 17:24:33.232446"], ["updated_at", "2017-10-25 17:24:33.232446"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 49 AND "openstax_accounts_group_owners"."group_id" = -835311919) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -835311919]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 49 AND "openstax_accounts_group_owners"."group_id" = -835311919) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -835311919 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -835311919], ["created_at", "2017-10-25 17:24:33.240431"], ["updated_at", "2017-10-25 17:24:33.240431"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 49 AND "openstax_accounts_group_owners"."group_id" = -835311919) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -835311919], ["user_id", -1483039712], ["created_at", "2017-10-25 17:24:33.243072"], ["updated_at", "2017-10-25 17:24:33.243072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -835311919]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -835311919]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -990108898 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf06d0a1-cefe-453b-8520-8100f5b416ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -990108898], ["username", "jstrav"], ["access_token", "5ce8fb4d1ba064037f7c43a3dc071656"], ["uuid", "bf06d0a1-cefe-453b-8520-8100f5b416ed"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:33.254970"], ["updated_at", "2017-10-25 17:24:33.254970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542708940 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff69fa60-0cb1-4716-ae49-4bae0596440f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -542708940], ["username", "mary"], ["access_token", "a168e734c949068272329e5e3736540e"], ["uuid", "ff69fa60-0cb1-4716-ae49-4bae0596440f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:33.259562"], ["updated_at", "2017-10-25 17:24:33.259562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -145816187 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5cff073-eac0-497f-a911-d5db9af5dc32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -145816187], ["username", "jstead"], ["access_token", "b92c96f0d259f377669290f2bbd6db36"], ["uuid", "b5cff073-eac0-497f-a911-d5db9af5dc32"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:33.263628"], ["updated_at", "2017-10-25 17:24:33.263628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1229907014 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b53e9a0-76e5-45aa-90cd-9f450ed15887' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1229907014], ["username", "bigbear"], ["access_token", "45ce066950e525ade5ed81ab8b62929c"], ["uuid", "5b53e9a0-76e5-45aa-90cd-9f450ed15887"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:33.267392"], ["updated_at", "2017-10-25 17:24:33.267392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1969280227 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '74b1a53a-298f-4cbc-a523-0beedc7beaf7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1969280227], ["username", "billy_00"], ["access_token", "04b34d5ab0907c5b9335029e6f23739d"], ["uuid", "74b1a53a-298f-4cbc-a523-0beedc7beaf7"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:24:33.273628"], ["updated_at", "2017-10-25 17:24:33.273628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1295207361 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d679c38-e242-40ee-80ff-75d1d21227ae' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1295207361], ["username", "billy_01"], ["access_token", "0c20bf10b881ce286ebb5c308b523307"], ["uuid", "7d679c38-e242-40ee-80ff-75d1d21227ae"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:24:33.278381"], ["updated_at", "2017-10-25 17:24:33.278381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1353108402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fea9102a-98d5-47a8-838e-e58b864a9839' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1353108402], ["username", "billy_02"], ["access_token", "35a88b71ac56118087f0a3b7cc696cd6"], ["uuid", "fea9102a-98d5-47a8-838e-e58b864a9839"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:24:33.282610"], ["updated_at", "2017-10-25 17:24:33.282610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1734220634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5276559-7c01-4e82-8905-9a6b8f71f3ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1734220634], ["username", "billy_03"], ["access_token", "b6989a42d03bd9c565433e2f1868ccef"], ["uuid", "b5276559-7c01-4e82-8905-9a6b8f71f3ce"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:24:33.286612"], ["updated_at", "2017-10-25 17:24:33.286612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1657923197 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22267380-58be-4e68-990f-83602a6b8a1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1657923197], ["username", "billy_04"], ["access_token", "810862451ebf3c2a90dd2686b08b815a"], ["uuid", "22267380-58be-4e68-990f-83602a6b8a1d"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:24:33.290477"], ["updated_at", "2017-10-25 17:24:33.290477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1791469568 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05c5eeb8-3074-4b15-aebc-b64bdbd9d31f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1791469568], ["username", "billy_05"], ["access_token", "72c29708945755e4afef6cbf896cac8c"], ["uuid", "05c5eeb8-3074-4b15-aebc-b64bdbd9d31f"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:24:33.294272"], ["updated_at", "2017-10-25 17:24:33.294272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -88937156 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab188b4b-3b4c-4311-8356-9441f682dfb9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -88937156], ["username", "billy_06"], ["access_token", "596ca45e42eb00d514e4e984571ef991"], ["uuid", "ab188b4b-3b4c-4311-8356-9441f682dfb9"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:24:33.297903"], ["updated_at", "2017-10-25 17:24:33.297903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1872567725 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d88d61b-4685-49bd-8d74-9bfcad226b5c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1872567725], ["username", "billy_07"], ["access_token", "e9649d48edda02a6fe184668f63ca5da"], ["uuid", "7d88d61b-4685-49bd-8d74-9bfcad226b5c"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:24:33.301567"], ["updated_at", "2017-10-25 17:24:33.301567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -425961886 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7e36384-d52a-465b-919e-480d3392d027' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -425961886], ["username", "billy_08"], ["access_token", "ecbde0f8f696015aed58ad34efcdc1cb"], ["uuid", "a7e36384-d52a-465b-919e-480d3392d027"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:24:33.305238"], ["updated_at", "2017-10-25 17:24:33.305238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1302154962 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a222029d-5bcd-482a-b79d-3cb77582d3df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1302154962], ["username", "billy_09"], ["access_token", "f06f157f8eac2bd33139dce5c3fb0906"], ["uuid", "a222029d-5bcd-482a-b79d-3cb77582d3df"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:24:33.308875"], ["updated_at", "2017-10-25 17:24:33.308875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444563369 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '143e0339-4c70-4c3a-8239-f8d3513f1354' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -444563369], ["username", "billy_10"], ["access_token", "3f8f7c2d66358ed8e36da0d15d4dd62d"], ["uuid", "143e0339-4c70-4c3a-8239-f8d3513f1354"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:24:33.312652"], ["updated_at", "2017-10-25 17:24:33.312652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -483537188 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d7b84c9-5097-44b2-9a1d-0cc2c9542d0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -483537188], ["username", "billy_11"], ["access_token", "b155cf642845b94c825172745af97840"], ["uuid", "8d7b84c9-5097-44b2-9a1d-0cc2c9542d0f"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:24:33.316290"], ["updated_at", "2017-10-25 17:24:33.316290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -21440611 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa7fef69-bf8b-405d-8ee6-8c3d55e686f8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -21440611], ["username", "billy_12"], ["access_token", "6df9e6fe527a9792bdf466a50dfdfd53"], ["uuid", "aa7fef69-bf8b-405d-8ee6-8c3d55e686f8"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:24:33.319866"], ["updated_at", "2017-10-25 17:24:33.319866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1194182464 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '027679ed-2c59-4b9e-8d27-d83cf5631a69' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1194182464], ["username", "billy_13"], ["access_token", "f4c5152044829595a0616c88f6af03dd"], ["uuid", "027679ed-2c59-4b9e-8d27-d83cf5631a69"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:24:33.323501"], ["updated_at", "2017-10-25 17:24:33.323501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -559013881 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '088c6aba-dc73-4470-879c-f0e31689ef8c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -559013881], ["username", "billy_14"], ["access_token", "8ea0ede4b52634de0a8a922c3318adf9"], ["uuid", "088c6aba-dc73-4470-879c-f0e31689ef8c"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:24:33.327089"], ["updated_at", "2017-10-25 17:24:33.327089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1079134913 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5890c24e-1510-47fd-88d2-c37178751d0c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1079134913], ["username", "billy_15"], ["access_token", "b00c665b1d46ac56cdfc1a9cd02a5059"], ["uuid", "5890c24e-1510-47fd-88d2-c37178751d0c"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:24:33.330701"], ["updated_at", "2017-10-25 17:24:33.330701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2075662098 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a6d55ff-15b9-47b0-9435-4e7954ad6971' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2075662098], ["username", "billy_16"], ["access_token", "37bc712e071b942a87679d5bf4534214"], ["uuid", "0a6d55ff-15b9-47b0-9435-4e7954ad6971"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:24:33.334297"], ["updated_at", "2017-10-25 17:24:33.334297"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1111287642 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab7e6397-995a-4ba9-a7bc-3ee66b1ee03e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1111287642], ["username", "billy_17"], ["access_token", "b7312af88dd573342c384dde96d18b6d"], ["uuid", "ab7e6397-995a-4ba9-a7bc-3ee66b1ee03e"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:24:33.337971"], ["updated_at", "2017-10-25 17:24:33.337971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1423863421 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de2493bd-4222-4e32-9098-44bef6694ee0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1423863421], ["username", "billy_18"], ["access_token", "6514b4ab35275b9230ff58dd31981202"], ["uuid", "de2493bd-4222-4e32-9098-44bef6694ee0"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:24:33.341579"], ["updated_at", "2017-10-25 17:24:33.341579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -441223846 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7acf8e37-3eca-4df6-9654-6851a1e8ec26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -441223846], ["username", "billy_19"], ["access_token", "6cead03bbe23c116afda3a6e2d959bd4"], ["uuid", "7acf8e37-3eca-4df6-9654-6851a1e8ec26"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:24:33.345162"], ["updated_at", "2017-10-25 17:24:33.345162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1874444213 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03fadf58-a7d0-4e5f-9f3e-8cb278c4acba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1874444213], ["username", "billy_20"], ["access_token", "a310f4bb2ca5dcb431e4160d393e6977"], ["uuid", "03fadf58-a7d0-4e5f-9f3e-8cb278c4acba"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:24:33.348830"], ["updated_at", "2017-10-25 17:24:33.348830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -881996726 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94f0f43e-9f19-407e-81f3-65cf434ca83f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -881996726], ["username", "billy_21"], ["access_token", "ec8ca886e57b088aaaf29f72aaac98d4"], ["uuid", "94f0f43e-9f19-407e-81f3-65cf434ca83f"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:24:33.352644"], ["updated_at", "2017-10-25 17:24:33.352644"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -809447317 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '478768f0-36d4-47a5-9e2c-6cfa25492a57' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -809447317], ["username", "billy_22"], ["access_token", "b6e9f7119f5c13f1f8bd1f039fc0f3cf"], ["uuid", "478768f0-36d4-47a5-9e2c-6cfa25492a57"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:24:33.356261"], ["updated_at", "2017-10-25 17:24:33.356261"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1375851640 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd292c3c-acac-449c-b6d2-2eea5ac9b928' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1375851640], ["username", "billy_23"], ["access_token", "ee6c49de6f307ce238d8256e3451e94f"], ["uuid", "bd292c3c-acac-449c-b6d2-2eea5ac9b928"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:24:33.359863"], ["updated_at", "2017-10-25 17:24:33.359863"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220324337 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64cfcbd3-d999-42c4-a0e6-5062cafe6eec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1220324337], ["username", "billy_24"], ["access_token", "5379f1ce770052c60395263e3b032639"], ["uuid", "64cfcbd3-d999-42c4-a0e6-5062cafe6eec"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:24:33.363524"], ["updated_at", "2017-10-25 17:24:33.363524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1053556192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a60b833-fd4b-491c-99f6-836debe3068f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1053556192], ["username", "billy_25"], ["access_token", "f8e6baaa67f916294d5ff344977b0abe"], ["uuid", "5a60b833-fd4b-491c-99f6-836debe3068f"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:24:33.367182"], ["updated_at", "2017-10-25 17:24:33.367182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -583998951 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4e36e54-23cf-4044-b256-6f08e75c8b67' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -583998951], ["username", "billy_26"], ["access_token", "f4bd03804c45ff02e7271ab5ab52cc2c"], ["uuid", "b4e36e54-23cf-4044-b256-6f08e75c8b67"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:24:33.370861"], ["updated_at", "2017-10-25 17:24:33.370861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891259869 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a58c0c14-8abc-4195-bae5-4c511de3e8ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -891259869], ["username", "billy_27"], ["access_token", "4d9df3053ce30c3a3168a7235ccc9e95"], ["uuid", "a58c0c14-8abc-4195-bae5-4c511de3e8ad"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:24:33.374438"], ["updated_at", "2017-10-25 17:24:33.374438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -607718354 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e584e8dd-53ca-4603-94ae-7ccc052feadc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -607718354], ["username", "billy_28"], ["access_token", "8e698508f06b7c618c3bf10af8b9f471"], ["uuid", "e584e8dd-53ca-4603-94ae-7ccc052feadc"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:24:33.378001"], ["updated_at", "2017-10-25 17:24:33.378001"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1787583877 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0672dee-512f-45e5-ac4f-0a2bb2953f67' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1787583877], ["username", "billy_29"], ["access_token", "89bac537b736665fabe647079b808c22"], ["uuid", "e0672dee-512f-45e5-ac4f-0a2bb2953f67"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:24:33.381650"], ["updated_at", "2017-10-25 17:24:33.381650"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -881782228 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c13f8eb0-7949-4266-9fef-1dd7c29e0173' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -881782228], ["username", "billy_30"], ["access_token", "b45962d0d79123b83da510a35d51bcdc"], ["uuid", "c13f8eb0-7949-4266-9fef-1dd7c29e0173"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:24:33.385559"], ["updated_at", "2017-10-25 17:24:33.385559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -392022956 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba2f54bc-d034-4656-966f-913fd4c04929' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -392022956], ["username", "billy_31"], ["access_token", "8257ddd7939976cd284d6c444e94be62"], ["uuid", "ba2f54bc-d034-4656-966f-913fd4c04929"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:24:33.390175"], ["updated_at", "2017-10-25 17:24:33.390175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026957348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c14a9736-3e45-4179-84e1-dee70ef9a6c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2026957348], ["username", "billy_32"], ["access_token", "0179b4eeda2266cded16f108d517ed98"], ["uuid", "c14a9736-3e45-4179-84e1-dee70ef9a6c4"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:24:33.394769"], ["updated_at", "2017-10-25 17:24:33.394769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1022733838 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0061981d-d1ba-40b4-84c1-cf1c1d3b87bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1022733838], ["username", "billy_33"], ["access_token", "bdda4be47901b03646752e8e1827ca7c"], ["uuid", "0061981d-d1ba-40b4-84c1-cf1c1d3b87bb"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:24:33.398415"], ["updated_at", "2017-10-25 17:24:33.398415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1977273545 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e58f4e9-d285-40c9-9a44-070e57cba396' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1977273545], ["username", "billy_34"], ["access_token", "5f64a4018bd9d70ab0bb5d73e743ed1a"], ["uuid", "8e58f4e9-d285-40c9-9a44-070e57cba396"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:24:33.402209"], ["updated_at", "2017-10-25 17:24:33.402209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1317550508 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba5843e6-0c60-41f0-adea-cc78efee1e4f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1317550508], ["username", "billy_35"], ["access_token", "d4ce7c62fc2e5eaca0154edbd1692c6f"], ["uuid", "ba5843e6-0c60-41f0-adea-cc78efee1e4f"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:24:33.405867"], ["updated_at", "2017-10-25 17:24:33.405867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -888996944 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16b57935-5645-46e1-a213-d768ee15460f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -888996944], ["username", "billy_36"], ["access_token", "51cb6651744aad1f0d0ff685dbb56235"], ["uuid", "16b57935-5645-46e1-a213-d768ee15460f"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:24:33.409440"], ["updated_at", "2017-10-25 17:24:33.409440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -926523633 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7127c2e-0d28-4ccd-aac4-be380d43665d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -926523633], ["username", "billy_37"], ["access_token", "37368de77d087720d50c5fe308a4a6ed"], ["uuid", "b7127c2e-0d28-4ccd-aac4-be380d43665d"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:24:33.413000"], ["updated_at", "2017-10-25 17:24:33.413000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -991844744 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b0e9b95-be7b-43b2-a3b5-8618589e420a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -991844744], ["username", "billy_38"], ["access_token", "ff23dddb2f7449190118ba19a1d2ec70"], ["uuid", "7b0e9b95-be7b-43b2-a3b5-8618589e420a"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:24:33.416526"], ["updated_at", "2017-10-25 17:24:33.416526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880190395 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75c399ce-1b57-4b03-95d3-742480df0c4b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -880190395], ["username", "billy_39"], ["access_token", "98ee49cf6ed801b43725276f4c2bd840"], ["uuid", "75c399ce-1b57-4b03-95d3-742480df0c4b"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:24:33.420158"], ["updated_at", "2017-10-25 17:24:33.420158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -557983282 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'befabfde-d65f-44bd-be8e-75dba5de41d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -557983282], ["username", "billy_40"], ["access_token", "2b2eaf0357082138795924d71fa2df0d"], ["uuid", "befabfde-d65f-44bd-be8e-75dba5de41d7"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:24:33.423792"], ["updated_at", "2017-10-25 17:24:33.423792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -935720169 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37222aba-8224-4251-bf06-6dea324a9428' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -935720169], ["username", "billy_41"], ["access_token", "3e4ab9d2026fb2ae670d8e947ddf393f"], ["uuid", "37222aba-8224-4251-bf06-6dea324a9428"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:24:33.427336"], ["updated_at", "2017-10-25 17:24:33.427336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19450059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a7ad360-5c01-4f72-b7a7-de3d3c37b4f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -19450059], ["username", "billy_42"], ["access_token", "a4e88ae8e8297043b5296ddb5679e76d"], ["uuid", "8a7ad360-5c01-4f72-b7a7-de3d3c37b4f7"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:24:33.430928"], ["updated_at", "2017-10-25 17:24:33.430928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1339203331 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3caee17-3f2f-41ba-8e39-8ae9dd3df6b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1339203331], ["username", "billy_43"], ["access_token", "23e23b59bfb0bb073a80222c44b60993"], ["uuid", "f3caee17-3f2f-41ba-8e39-8ae9dd3df6b2"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:24:33.434481"], ["updated_at", "2017-10-25 17:24:33.434481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1707063966 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d6481d6-acd6-4bb8-993c-2f98ac70200b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1707063966], ["username", "billy_44"], ["access_token", "a0d67c839d6ee157c09a910a3be56a40"], ["uuid", "4d6481d6-acd6-4bb8-993c-2f98ac70200b"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:24:33.438125"], ["updated_at", "2017-10-25 17:24:33.438125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1989369116 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '994b72b3-08b3-46e5-8d33-ba1f0f3a15b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1989369116], ["username", "billy_45"], ["access_token", "ad6e99b818aac62991b6dad6efcb72c1"], ["uuid", "994b72b3-08b3-46e5-8d33-ba1f0f3a15b4"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:24:33.442074"], ["updated_at", "2017-10-25 17:24:33.442074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1921231701 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66537e69-51b7-4cd5-9ed5-427d249fa5b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1921231701], ["username", "billy_46"], ["access_token", "bf6a69c9bb942b468823e7f13ca373fd"], ["uuid", "66537e69-51b7-4cd5-9ed5-427d249fa5b7"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:24:33.445689"], ["updated_at", "2017-10-25 17:24:33.445689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -564272168 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd9dbf221-5ee6-4e97-98ad-9685b1ba5c1b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -564272168], ["username", "billy_47"], ["access_token", "cc3666347e1642ea5947b3527a0c51b2"], ["uuid", "d9dbf221-5ee6-4e97-98ad-9685b1ba5c1b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:24:33.449383"], ["updated_at", "2017-10-25 17:24:33.449383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -921683064 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d910b87-cb36-4523-8c22-41b735da73ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -921683064], ["username", "billy_48"], ["access_token", "1ec113d3a44dd4974bba93843ad4dedc"], ["uuid", "0d910b87-cb36-4523-8c22-41b735da73ad"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:24:33.453198"], ["updated_at", "2017-10-25 17:24:33.453198"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -922897170 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3294460e-927c-4ee5-891f-02462acfcb48' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -922897170], ["username", "billy_49"], ["access_token", "3fe677159e900584139949c45b77d457"], ["uuid", "3294460e-927c-4ee5-891f-02462acfcb48"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:24:33.456881"], ["updated_at", "2017-10-25 17:24:33.456881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904917919 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2208ad4a-2800-4b09-974b-11e4c0b7b342' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1904917919], ["username", "jstrav"], ["access_token", "1ac3cb9e2091fba2b4e30833e5037395"], ["uuid", "2208ad4a-2800-4b09-974b-11e4c0b7b342"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:33.465958"], ["updated_at", "2017-10-25 17:24:33.465958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1063482852 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac28a9d8-ae0d-49aa-92bb-7a72f4ead240' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1063482852], ["username", "mary"], ["access_token", "42841bde09824556a3f5db206fd9c89c"], ["uuid", "ac28a9d8-ae0d-49aa-92bb-7a72f4ead240"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:33.469929"], ["updated_at", "2017-10-25 17:24:33.469929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1611997936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82fbc1cf-ad69-4740-9262-3dd19ad38279' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1611997936], ["username", "jstead"], ["access_token", "48acd05041b762c43f841f3b57f77e45"], ["uuid", "82fbc1cf-ad69-4740-9262-3dd19ad38279"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:33.473810"], ["updated_at", "2017-10-25 17:24:33.473810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -796171750 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd91720d5-31ea-471f-a72d-32549f6e6dbf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -796171750], ["username", "bigbear"], ["access_token", "f2dc0cb29866bad978bbe6cc00b260d7"], ["uuid", "d91720d5-31ea-471f-a72d-32549f6e6dbf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:33.477592"], ["updated_at", "2017-10-25 17:24:33.477592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -565022909 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4863f328-99a9-4b6d-b33e-9f7fc8de115a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -565022909], ["username", "billy_00"], ["access_token", "7878f2b4164b7223a3a8065ce9482d90"], ["uuid", "4863f328-99a9-4b6d-b33e-9f7fc8de115a"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:24:33.481320"], ["updated_at", "2017-10-25 17:24:33.481320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2078986758 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd97bb836-2d33-46eb-bd0a-b32df411d9bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2078986758], ["username", "billy_01"], ["access_token", "2f8e970746fd6ebd41eac4ec227145fe"], ["uuid", "d97bb836-2d33-46eb-bd0a-b32df411d9bf"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:24:33.485034"], ["updated_at", "2017-10-25 17:24:33.485034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -499321982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee6f8698-447f-4a51-b26c-f80356c5dd02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -499321982], ["username", "billy_02"], ["access_token", "1cc754875395791deae5179e61ba729b"], ["uuid", "ee6f8698-447f-4a51-b26c-f80356c5dd02"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:24:33.488949"], ["updated_at", "2017-10-25 17:24:33.488949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1329079694 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6054c9a1-f458-4c40-b16b-b2343e8cfba4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1329079694], ["username", "billy_03"], ["access_token", "9514b3dac5205ad8843ae638dee5bafc"], ["uuid", "6054c9a1-f458-4c40-b16b-b2343e8cfba4"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:24:33.492644"], ["updated_at", "2017-10-25 17:24:33.492644"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1267497907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5bb0635-c5d5-43eb-a995-c151616e6811' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1267497907], ["username", "billy_04"], ["access_token", "cae1742268c5a5ca2307356315fa4f6b"], ["uuid", "d5bb0635-c5d5-43eb-a995-c151616e6811"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:24:33.496196"], ["updated_at", "2017-10-25 17:24:33.496196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1387399576 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '86c15fce-a0e2-42c1-b733-47f5b40ed9ae' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1387399576], ["username", "billy_05"], ["access_token", "71c631bdb2475cb8dd2913f11e1bcecd"], ["uuid", "86c15fce-a0e2-42c1-b733-47f5b40ed9ae"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:24:33.501072"], ["updated_at", "2017-10-25 17:24:33.501072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366810009 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63606240-9595-4890-8e49-a3489920ebff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -366810009], ["username", "billy_06"], ["access_token", "17d46c8447bf30478d15faddb7bff51c"], ["uuid", "63606240-9595-4890-8e49-a3489920ebff"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:24:33.505465"], ["updated_at", "2017-10-25 17:24:33.505465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -194012837 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b49f511b-ef67-4545-9b4a-a7964371d578' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -194012837], ["username", "billy_07"], ["access_token", "2c21933696ec4e5b24bf66a9adf5c272"], ["uuid", "b49f511b-ef67-4545-9b4a-a7964371d578"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:24:33.509184"], ["updated_at", "2017-10-25 17:24:33.509184"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1077021674 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9727c470-76aa-4e07-a6a7-d634f4f8e51b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1077021674], ["username", "billy_08"], ["access_token", "8d787cc4cbfb9aaf3a2dbfa84f5f5bcd"], ["uuid", "9727c470-76aa-4e07-a6a7-d634f4f8e51b"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:24:33.512937"], ["updated_at", "2017-10-25 17:24:33.512937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141143885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2b136ba-6242-455d-b317-a89e029bf63a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2141143885], ["username", "billy_09"], ["access_token", "fa1ea3b9309fc32ba737f678925a8046"], ["uuid", "a2b136ba-6242-455d-b317-a89e029bf63a"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:24:33.516585"], ["updated_at", "2017-10-25 17:24:33.516585"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018671987 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2922e2a4-feef-4a80-bb77-f8e6f9097131' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1018671987], ["username", "billy_10"], ["access_token", "8a168082e8a137dbf593f85f16676b95"], ["uuid", "2922e2a4-feef-4a80-bb77-f8e6f9097131"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:24:33.520302"], ["updated_at", "2017-10-25 17:24:33.520302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1474465473 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b2e4b1c-0b8c-4000-b869-770f1cbba0e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1474465473], ["username", "billy_11"], ["access_token", "4017feafcc95b751f265f7f553568585"], ["uuid", "9b2e4b1c-0b8c-4000-b869-770f1cbba0e8"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:24:33.524063"], ["updated_at", "2017-10-25 17:24:33.524063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1958030459 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fddd440c-8488-42d4-8cf5-bece37beefb4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1958030459], ["username", "billy_12"], ["access_token", "8170ffc4388b4998fb6b882b654fa932"], ["uuid", "fddd440c-8488-42d4-8cf5-bece37beefb4"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:24:33.527734"], ["updated_at", "2017-10-25 17:24:33.527734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -111662149 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3a19bd5-edfd-44c9-8f13-ac1ab8f7db1e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -111662149], ["username", "billy_13"], ["access_token", "2115ae78f9e072805a4d2af784f17d84"], ["uuid", "e3a19bd5-edfd-44c9-8f13-ac1ab8f7db1e"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:24:33.531452"], ["updated_at", "2017-10-25 17:24:33.531452"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -525745456 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '362bc4b9-2030-49aa-8e75-b9f75ebe1134' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -525745456], ["username", "billy_14"], ["access_token", "931f39ce8fc13d6e174936215f8ddd26"], ["uuid", "362bc4b9-2030-49aa-8e75-b9f75ebe1134"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:24:33.535107"], ["updated_at", "2017-10-25 17:24:33.535107"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -295200361 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35ff2ab3-b5e9-4a17-91bb-f117f57d0bb2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -295200361], ["username", "billy_15"], ["access_token", "8ba91c03b424f0bb4f5d8c498ac3f501"], ["uuid", "35ff2ab3-b5e9-4a17-91bb-f117f57d0bb2"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:24:33.538748"], ["updated_at", "2017-10-25 17:24:33.538748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1538746988 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '989ef027-a606-4ec5-a4d5-a3e2b4b7331b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1538746988], ["username", "billy_16"], ["access_token", "3cc0113a1e485f15e227c6d359653d88"], ["uuid", "989ef027-a606-4ec5-a4d5-a3e2b4b7331b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:24:33.542362"], ["updated_at", "2017-10-25 17:24:33.542362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1549158460 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df359fc4-ad79-4952-9b80-a9330813f874' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1549158460], ["username", "billy_17"], ["access_token", "b14cc638d00dc258e3e2a4972f09ee9a"], ["uuid", "df359fc4-ad79-4952-9b80-a9330813f874"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:24:33.546004"], ["updated_at", "2017-10-25 17:24:33.546004"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -780341158 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '253a00ad-0880-4f4f-ad0f-2df1a07dadfa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -780341158], ["username", "billy_18"], ["access_token", "666de52feac49ca99b3a3e485396bfdf"], ["uuid", "253a00ad-0880-4f4f-ad0f-2df1a07dadfa"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:24:33.549639"], ["updated_at", "2017-10-25 17:24:33.549639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1155691321 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '449ad410-01c1-49c2-a53c-8e1afcde255e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1155691321], ["username", "billy_19"], ["access_token", "c73439840d95a9eb52aeab750cd459c1"], ["uuid", "449ad410-01c1-49c2-a53c-8e1afcde255e"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:24:33.553462"], ["updated_at", "2017-10-25 17:24:33.553462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2095788143 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '23dfe596-59eb-469b-9d2c-9ef130238ad7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2095788143], ["username", "billy_20"], ["access_token", "af2791373c71f9732ac7761344e47dfa"], ["uuid", "23dfe596-59eb-469b-9d2c-9ef130238ad7"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:24:33.557210"], ["updated_at", "2017-10-25 17:24:33.557210"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -121902284 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1ecc4bf-401d-4a86-874d-50fd3b7c09fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -121902284], ["username", "billy_21"], ["access_token", "b9eb5882810bf22aedb1aaacf3559478"], ["uuid", "a1ecc4bf-401d-4a86-874d-50fd3b7c09fa"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:24:33.560896"], ["updated_at", "2017-10-25 17:24:33.560896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -578933518 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '149d973d-276b-4853-b162-98d8fb9b31ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -578933518], ["username", "billy_22"], ["access_token", "2cbcfe447557dbc89da5ca825ba6bf84"], ["uuid", "149d973d-276b-4853-b162-98d8fb9b31ee"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:24:33.564587"], ["updated_at", "2017-10-25 17:24:33.564587"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -7277417 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '523b370f-78f8-4fa9-962c-e1cee0d2f96c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -7277417], ["username", "billy_23"], ["access_token", "e481f3335f6dd4bbfc35359154cb67c2"], ["uuid", "523b370f-78f8-4fa9-962c-e1cee0d2f96c"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:24:33.568289"], ["updated_at", "2017-10-25 17:24:33.568289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -631984043 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2025185e-0b13-4c29-b7a5-15e23d7b53ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -631984043], ["username", "billy_24"], ["access_token", "98696819b9a73799a67945230a66566c"], ["uuid", "2025185e-0b13-4c29-b7a5-15e23d7b53ad"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:24:33.571991"], ["updated_at", "2017-10-25 17:24:33.571991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1361878233 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2be4eb80-8e27-4a22-94fe-c751ef8009f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1361878233], ["username", "billy_25"], ["access_token", "44aba0ecb3d06437a8ee91d9b6683937"], ["uuid", "2be4eb80-8e27-4a22-94fe-c751ef8009f7"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:24:33.575581"], ["updated_at", "2017-10-25 17:24:33.575581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1089323186 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '131ebdf7-9806-4771-9548-09969606e641' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1089323186], ["username", "billy_26"], ["access_token", "4cdfbfa58d51c013da1c5dd9647e92c5"], ["uuid", "131ebdf7-9806-4771-9548-09969606e641"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:24:33.579218"], ["updated_at", "2017-10-25 17:24:33.579218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1291335074 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62af78a6-ac4a-44b1-9dd2-e50e21b21685' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1291335074], ["username", "billy_27"], ["access_token", "01664e50417711d092a419c529e70585"], ["uuid", "62af78a6-ac4a-44b1-9dd2-e50e21b21685"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:24:33.582906"], ["updated_at", "2017-10-25 17:24:33.582906"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1174451519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd4cd7a4-fe72-4653-bb8b-8f454953b7b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1174451519], ["username", "billy_28"], ["access_token", "ea0ab0a7208697b703b82b485780e155"], ["uuid", "dd4cd7a4-fe72-4653-bb8b-8f454953b7b1"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:24:33.586577"], ["updated_at", "2017-10-25 17:24:33.586577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1360205199 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd634c0e6-6c3a-49b0-972a-003a4b5174b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1360205199], ["username", "billy_29"], ["access_token", "58c3dc40dd2f6f6396355c567ec34bc9"], ["uuid", "d634c0e6-6c3a-49b0-972a-003a4b5174b5"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:24:33.590382"], ["updated_at", "2017-10-25 17:24:33.590382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -637722823 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1d4b44b-0b40-4cf4-a2c9-3f6b28833b05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -637722823], ["username", "billy_30"], ["access_token", "313d87a89943c03fda8bc6bfc0af84a9"], ["uuid", "f1d4b44b-0b40-4cf4-a2c9-3f6b28833b05"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:24:33.594144"], ["updated_at", "2017-10-25 17:24:33.594144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975151425 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '80ad2aa5-2b84-444f-9e49-e35214404585' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1975151425], ["username", "billy_31"], ["access_token", "58c4a6a76799a8b7226f05cd2371ad68"], ["uuid", "80ad2aa5-2b84-444f-9e49-e35214404585"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:24:33.597937"], ["updated_at", "2017-10-25 17:24:33.597937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -896392992 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df835dae-dddb-47bf-a95d-ade15176dbc4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -896392992], ["username", "billy_32"], ["access_token", "9f11e369dcb080378b573a6f9d7314f2"], ["uuid", "df835dae-dddb-47bf-a95d-ade15176dbc4"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:24:33.601745"], ["updated_at", "2017-10-25 17:24:33.601745"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -93752954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b75b2099-2509-4f38-bc9c-cee4bc32b0ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -93752954], ["username", "billy_33"], ["access_token", "1062c0b77557739f37a40c3e065ce215"], ["uuid", "b75b2099-2509-4f38-bc9c-cee4bc32b0ee"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:24:33.605515"], ["updated_at", "2017-10-25 17:24:33.605515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407576668 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7fa5b830-d577-412e-9fb9-469fa518e00f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1407576668], ["username", "billy_34"], ["access_token", "d2175150352b03f88aade7834862cc5a"], ["uuid", "7fa5b830-d577-412e-9fb9-469fa518e00f"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:24:33.609178"], ["updated_at", "2017-10-25 17:24:33.609178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2021088959 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '533a0c7f-831c-4ccb-8e4a-3bef7b420100' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2021088959], ["username", "billy_35"], ["access_token", "96bfb90ced3606fe3d643a03df7fa72a"], ["uuid", "533a0c7f-831c-4ccb-8e4a-3bef7b420100"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:24:33.612841"], ["updated_at", "2017-10-25 17:24:33.612841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220523546 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c4ff633-f7a7-4f88-b0ad-b1466997a9a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1220523546], ["username", "billy_36"], ["access_token", "891d11f6d25d7925c2b0d4c2de31d07a"], ["uuid", "7c4ff633-f7a7-4f88-b0ad-b1466997a9a7"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:24:33.616523"], ["updated_at", "2017-10-25 17:24:33.616523"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1785915256 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8db6948f-2994-4839-86e2-b86d0b96ecc8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1785915256], ["username", "billy_37"], ["access_token", "ea34a0cec0f9182e5aac584d8d583232"], ["uuid", "8db6948f-2994-4839-86e2-b86d0b96ecc8"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:24:33.620265"], ["updated_at", "2017-10-25 17:24:33.620265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -79035264 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd707c169-abb2-4d32-819a-0b0782be8821' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -79035264], ["username", "billy_38"], ["access_token", "7865cbc0349c4e42c14141982f049b22"], ["uuid", "d707c169-abb2-4d32-819a-0b0782be8821"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:24:33.623938"], ["updated_at", "2017-10-25 17:24:33.623938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -231642369 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf57b80d-ac42-49b2-ad2d-c3a4224ef969' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -231642369], ["username", "billy_39"], ["access_token", "a7222c382cc71f7fefa532c079f41608"], ["uuid", "cf57b80d-ac42-49b2-ad2d-c3a4224ef969"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:24:33.627551"], ["updated_at", "2017-10-25 17:24:33.627551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1991958975 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95ae8bad-08fd-43fb-b0dc-fe81cc00dd22' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1991958975], ["username", "billy_40"], ["access_token", "76746f151cd98994c92a01632cfc113f"], ["uuid", "95ae8bad-08fd-43fb-b0dc-fe81cc00dd22"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:24:33.631268"], ["updated_at", "2017-10-25 17:24:33.631268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -231650848 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd4262fa-6268-49b1-838e-c49af162f9a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -231650848], ["username", "billy_41"], ["access_token", "b7262c434dbd263931b8389601f41f03"], ["uuid", "cd4262fa-6268-49b1-838e-c49af162f9a7"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:24:33.634875"], ["updated_at", "2017-10-25 17:24:33.634875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -237135207 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd03ef665-5588-471e-8c14-13a213fef64c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -237135207], ["username", "billy_42"], ["access_token", "1568be18768f320e18923829945ced98"], ["uuid", "d03ef665-5588-471e-8c14-13a213fef64c"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:24:33.638595"], ["updated_at", "2017-10-25 17:24:33.638595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -585819064 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b595ce25-c11c-4d08-9621-138b3571e3a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -585819064], ["username", "billy_43"], ["access_token", "104bcbd48a5d5334fbd02c19e2d5c91a"], ["uuid", "b595ce25-c11c-4d08-9621-138b3571e3a5"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:24:33.642217"], ["updated_at", "2017-10-25 17:24:33.642217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1215420190 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67305d1c-91c9-4d8a-932d-36cb136a5422' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1215420190], ["username", "billy_44"], ["access_token", "e6146b7af5b2185c28e5bf9359965ba4"], ["uuid", "67305d1c-91c9-4d8a-932d-36cb136a5422"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:24:33.645836"], ["updated_at", "2017-10-25 17:24:33.645836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262302167 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27d65c4c-4404-4fca-adbb-9f5ae48aefcd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -262302167], ["username", "billy_45"], ["access_token", "2f52b6bf486ad9596875b3eac6a8f248"], ["uuid", "27d65c4c-4404-4fca-adbb-9f5ae48aefcd"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:24:33.649663"], ["updated_at", "2017-10-25 17:24:33.649663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024551751 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93d15df3-f704-43c7-99b7-bf4fada1961c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2024551751], ["username", "billy_46"], ["access_token", "a6d3a5f2af4ea2699c75c1ef8761fb78"], ["uuid", "93d15df3-f704-43c7-99b7-bf4fada1961c"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:24:33.654032"], ["updated_at", "2017-10-25 17:24:33.654032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1075469718 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c207735-4067-4145-ad5d-ea6e0cb87eaf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1075469718], ["username", "billy_47"], ["access_token", "c19b508b3828fd8b7dbcc8b84408c797"], ["uuid", "3c207735-4067-4145-ad5d-ea6e0cb87eaf"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:24:33.659000"], ["updated_at", "2017-10-25 17:24:33.659000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1515519106 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '269fb01b-972a-4bf3-b380-0d5e5235c09d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1515519106], ["username", "billy_48"], ["access_token", "3a45b4c055ed0a100305bd7829402000"], ["uuid", "269fb01b-972a-4bf3-b380-0d5e5235c09d"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:24:33.662821"], ["updated_at", "2017-10-25 17:24:33.662821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1121613930 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0374dee9-c78d-43d9-ad4e-0273ed045f87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1121613930], ["username", "billy_49"], ["access_token", "c548201aa4844ea713728ab86a139cb0"], ["uuid", "0374dee9-c78d-43d9-ad4e-0273ed045f87"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:24:33.666555"], ["updated_at", "2017-10-25 17:24:33.666555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -608504035 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06045b3f-0f53-4c78-a1fd-c22961161a3a' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -608504035], ["username", "jstrav"], ["access_token", "3735fb28f0dd16f9d478205e36259824"], ["uuid", "06045b3f-0f53-4c78-a1fd-c22961161a3a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:33.672527"], ["updated_at", "2017-10-25 17:24:33.672527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -111999185 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11ca7a39-2765-418f-a638-675c60b2bdc6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -111999185], ["username", "mary"], ["access_token", "2ee1fa5cf26da419a7069a21d80c1494"], ["uuid", "11ca7a39-2765-418f-a638-675c60b2bdc6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:33.676640"], ["updated_at", "2017-10-25 17:24:33.676640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1893742377 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1fd92505-9390-41e6-9e76-37c0615a0cbb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1893742377], ["username", "jstead"], ["access_token", "84135940e31a43741b8ee72ca17651a3"], ["uuid", "1fd92505-9390-41e6-9e76-37c0615a0cbb"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:33.680717"], ["updated_at", "2017-10-25 17:24:33.680717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1464568547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38d096fb-c672-4844-a135-a2b2ccf03c99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1464568547], ["username", "bigbear"], ["access_token", "e11eabc449dd1daa34b247c7f7ead7b9"], ["uuid", "38d096fb-c672-4844-a135-a2b2ccf03c99"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:33.684445"], ["updated_at", "2017-10-25 17:24:33.684445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1007201729 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59c1dc1c-fb1c-4952-a7dc-e2f1c6b9927c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1007201729], ["username", "billy_00"], ["access_token", "339b0d2a9bcda1f6c99386596421fcab"], ["uuid", "59c1dc1c-fb1c-4952-a7dc-e2f1c6b9927c"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:24:33.688257"], ["updated_at", "2017-10-25 17:24:33.688257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1565131454 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aed3b553-f196-4bc9-8cc5-1ebb90f9c16e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1565131454], ["username", "billy_01"], ["access_token", "d356d532f088a365efcf69c6959b63cf"], ["uuid", "aed3b553-f196-4bc9-8cc5-1ebb90f9c16e"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:24:33.692079"], ["updated_at", "2017-10-25 17:24:33.692079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1919076190 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '170d972b-c174-4e7b-8744-ef715e10d60b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1919076190], ["username", "billy_02"], ["access_token", "15a6ff9971fef29748e0faaf93be7a0e"], ["uuid", "170d972b-c174-4e7b-8744-ef715e10d60b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:24:33.696288"], ["updated_at", "2017-10-25 17:24:33.696288"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -91376182 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ae38b88-e439-4e51-acf7-13c30e4f751c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -91376182], ["username", "billy_03"], ["access_token", "31236faca6da6096b49103d19d4d8004"], ["uuid", "2ae38b88-e439-4e51-acf7-13c30e4f751c"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:24:33.699959"], ["updated_at", "2017-10-25 17:24:33.699959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018480205 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62f420e2-0b72-42a1-9c22-f53828cd9301' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1018480205], ["username", "billy_04"], ["access_token", "59f8b3bcd552f7f13e7c1465d120f88b"], ["uuid", "62f420e2-0b72-42a1-9c22-f53828cd9301"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:24:33.703471"], ["updated_at", "2017-10-25 17:24:33.703471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -873144659 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '514e2fb5-829c-4598-9717-abb97316a87b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -873144659], ["username", "billy_05"], ["access_token", "84fb766e0a60e6008230a07dbf83bfa8"], ["uuid", "514e2fb5-829c-4598-9717-abb97316a87b"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:24:33.707319"], ["updated_at", "2017-10-25 17:24:33.707319"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573475540 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c280ebd3-18fe-4672-969e-286eb10de178' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1573475540], ["username", "billy_06"], ["access_token", "c8d8f6841d07e91b305b6bbde8139f56"], ["uuid", "c280ebd3-18fe-4672-969e-286eb10de178"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:24:33.710912"], ["updated_at", "2017-10-25 17:24:33.710912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -108913478 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a9f5756-cb7c-4186-9cdd-66e8b5eb0ae7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -108913478], ["username", "billy_07"], ["access_token", "8a44c0e920e9bbfeaf7c04bd3d8ab60a"], ["uuid", "5a9f5756-cb7c-4186-9cdd-66e8b5eb0ae7"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:24:33.714623"], ["updated_at", "2017-10-25 17:24:33.714623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -505536951 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ad4d415-e4c4-46f8-90b4-5a15286ffc59' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -505536951], ["username", "billy_08"], ["access_token", "b146a400337325047e451856c9b66a00"], ["uuid", "9ad4d415-e4c4-46f8-90b4-5a15286ffc59"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:24:33.719189"], ["updated_at", "2017-10-25 17:24:33.719189"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1570642918 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95d27270-4c87-4f43-a663-c10943fa2390' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1570642918], ["username", "billy_09"], ["access_token", "af270c26a3d5caefa6c494e309faa527"], ["uuid", "95d27270-4c87-4f43-a663-c10943fa2390"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:24:33.723065"], ["updated_at", "2017-10-25 17:24:33.723065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1566619270 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbb9a1e6-7217-47eb-96df-53bd2a41e89a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1566619270], ["username", "billy_10"], ["access_token", "739d5840d846f18e45b6e78ba30202d7"], ["uuid", "fbb9a1e6-7217-47eb-96df-53bd2a41e89a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:24:33.732968"], ["updated_at", "2017-10-25 17:24:33.732968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1618783183 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bb2aeb8-01aa-4c08-9997-4364347a9c2c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1618783183], ["username", "billy_11"], ["access_token", "08fa4bc60c2ee35aa1cee6008865f578"], ["uuid", "4bb2aeb8-01aa-4c08-9997-4364347a9c2c"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:24:33.736792"], ["updated_at", "2017-10-25 17:24:33.736792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848723054 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0900d1aa-f950-4922-b599-73d4dbddad3d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -848723054], ["username", "billy_12"], ["access_token", "161b422a52bd95ca4e74ef9d87caf76a"], ["uuid", "0900d1aa-f950-4922-b599-73d4dbddad3d"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:24:33.740618"], ["updated_at", "2017-10-25 17:24:33.740618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2128203829 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b06b24ee-d5fa-4db4-b42b-af7ef8da8977' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2128203829], ["username", "billy_13"], ["access_token", "0e60301996d2088c443b0ac9c911448a"], ["uuid", "b06b24ee-d5fa-4db4-b42b-af7ef8da8977"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:24:33.744618"], ["updated_at", "2017-10-25 17:24:33.744618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -373493018 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75fe64ca-4d79-4dcb-abc9-6f69679ddf39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -373493018], ["username", "billy_14"], ["access_token", "6922cdb28978735ff9293c01ffc99405"], ["uuid", "75fe64ca-4d79-4dcb-abc9-6f69679ddf39"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:24:33.748428"], ["updated_at", "2017-10-25 17:24:33.748428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1442992897 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7def5f8b-51c8-41a1-85ca-1b675035a129' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1442992897], ["username", "billy_15"], ["access_token", "2a11d2fd80bf52a271f7209801ab3088"], ["uuid", "7def5f8b-51c8-41a1-85ca-1b675035a129"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:24:33.752654"], ["updated_at", "2017-10-25 17:24:33.752654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1244417227 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8da39c99-faaa-4798-bf04-48deaa69b8f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1244417227], ["username", "billy_16"], ["access_token", "6a6c7af0ad0cc6367e66ade4f514515e"], ["uuid", "8da39c99-faaa-4798-bf04-48deaa69b8f3"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:24:33.756553"], ["updated_at", "2017-10-25 17:24:33.756553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1657303111 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69a4369d-6d97-43f0-99cf-105d297a55fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1657303111], ["username", "billy_17"], ["access_token", "298cad2340b347e27da1b5293ae5f6ba"], ["uuid", "69a4369d-6d97-43f0-99cf-105d297a55fb"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:24:33.760288"], ["updated_at", "2017-10-25 17:24:33.760288"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1028590535 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9c97dc5-7b3b-44a2-9402-a5db399dc898' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1028590535], ["username", "billy_18"], ["access_token", "3c2d2bfa56c4d0a617884a58aa630bd0"], ["uuid", "c9c97dc5-7b3b-44a2-9402-a5db399dc898"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:24:33.764104"], ["updated_at", "2017-10-25 17:24:33.764104"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1828257366 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44ce1ff6-e260-4222-8c89-ae6a6972aac7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1828257366], ["username", "billy_19"], ["access_token", "527408a59aacf4e154f72a9bc1a36890"], ["uuid", "44ce1ff6-e260-4222-8c89-ae6a6972aac7"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:24:33.767755"], ["updated_at", "2017-10-25 17:24:33.767755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657041673 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b115539-9e31-4aea-876d-f6397362c093' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -657041673], ["username", "billy_20"], ["access_token", "a4fb43bd6f7f84e9f7738fe33dcf1e41"], ["uuid", "4b115539-9e31-4aea-876d-f6397362c093"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:24:33.771443"], ["updated_at", "2017-10-25 17:24:33.771443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1236330806 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eeda8607-e957-47b7-b878-02e30aaf35f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1236330806], ["username", "billy_21"], ["access_token", "2a3e13165337d53fc3bb1af28babd170"], ["uuid", "eeda8607-e957-47b7-b878-02e30aaf35f3"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:24:33.774982"], ["updated_at", "2017-10-25 17:24:33.774982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1964468475 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8cbf294-3a4b-4507-b38b-f0464368d7e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1964468475], ["username", "billy_22"], ["access_token", "677397eb2adf0446001b3d9b014caf8e"], ["uuid", "a8cbf294-3a4b-4507-b38b-f0464368d7e9"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:24:33.778664"], ["updated_at", "2017-10-25 17:24:33.778664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -505565356 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3bafc124-e382-4676-98f1-b895e396cc29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -505565356], ["username", "billy_23"], ["access_token", "5b978e38023cf163facced4354fa963b"], ["uuid", "3bafc124-e382-4676-98f1-b895e396cc29"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:24:33.782271"], ["updated_at", "2017-10-25 17:24:33.782271"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1362026894 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4de1a0a3-2666-4bf9-a35e-ebd733d2764d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1362026894], ["username", "billy_24"], ["access_token", "2ce91bf64b9e986edc76eb00b8c6f468"], ["uuid", "4de1a0a3-2666-4bf9-a35e-ebd733d2764d"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:24:33.785897"], ["updated_at", "2017-10-25 17:24:33.785897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -544458956 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b438505-dba6-467d-97c4-0ea63f3ba1fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -544458956], ["username", "billy_25"], ["access_token", "298a1138a51c604d62ddb99a6ee849ab"], ["uuid", "0b438505-dba6-467d-97c4-0ea63f3ba1fd"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:24:33.789661"], ["updated_at", "2017-10-25 17:24:33.789661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2118915347 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '465f55d5-058f-4e12-8375-34abfe1ff4d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2118915347], ["username", "billy_26"], ["access_token", "c625095f15e7c9afa6cab2016a3c70f5"], ["uuid", "465f55d5-058f-4e12-8375-34abfe1ff4d7"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:24:33.793318"], ["updated_at", "2017-10-25 17:24:33.793318"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1023850897 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95b62bad-fc87-4d67-96fa-120106b67775' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1023850897], ["username", "billy_27"], ["access_token", "109b6a320b672761d2adbb038ec9f65d"], ["uuid", "95b62bad-fc87-4d67-96fa-120106b67775"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:24:33.797011"], ["updated_at", "2017-10-25 17:24:33.797011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687419145 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e0d7035-db4a-471f-a201-a646c5f4683e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1687419145], ["username", "billy_28"], ["access_token", "ecf204b54e594ae1de5246b5ba4a4f19"], ["uuid", "6e0d7035-db4a-471f-a201-a646c5f4683e"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:24:33.800602"], ["updated_at", "2017-10-25 17:24:33.800602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1288271858 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f23caadc-7c65-434d-93e1-067b952a143d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1288271858], ["username", "billy_29"], ["access_token", "13035ae8f5e28c67e8515f1f40d4e3ca"], ["uuid", "f23caadc-7c65-434d-93e1-067b952a143d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:24:33.804257"], ["updated_at", "2017-10-25 17:24:33.804257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2027969123 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1eca7be6-a36a-44ba-8494-78d416366252' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2027969123], ["username", "billy_30"], ["access_token", "f0f5678670740af0518d68453cf63817"], ["uuid", "1eca7be6-a36a-44ba-8494-78d416366252"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:24:33.807880"], ["updated_at", "2017-10-25 17:24:33.807880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1306921360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5567119-1158-4482-8af3-8bb58573dd87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1306921360], ["username", "billy_31"], ["access_token", "71765f540bd4cd861852a35adcf48a49"], ["uuid", "d5567119-1158-4482-8af3-8bb58573dd87"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:24:33.811481"], ["updated_at", "2017-10-25 17:24:33.811481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2110162286 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae260af1-4b05-44ef-af6f-bb6c55d79f2c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2110162286], ["username", "billy_32"], ["access_token", "488d321c0dff947162e2cfdaa3c51a7d"], ["uuid", "ae260af1-4b05-44ef-af6f-bb6c55d79f2c"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:24:33.815074"], ["updated_at", "2017-10-25 17:24:33.815074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1881674032 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8777f5e2-c591-4223-b788-bb7984138be9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1881674032], ["username", "billy_33"], ["access_token", "9f912a333d3a07786aabdb8deaee5a95"], ["uuid", "8777f5e2-c591-4223-b788-bb7984138be9"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:24:33.818749"], ["updated_at", "2017-10-25 17:24:33.818749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1106207535 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'faa3db04-9a25-4b3f-836e-cc9c1f9fd322' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1106207535], ["username", "billy_34"], ["access_token", "d601cbc8c8b5585a0646256b4c6b04cb"], ["uuid", "faa3db04-9a25-4b3f-836e-cc9c1f9fd322"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:24:33.822402"], ["updated_at", "2017-10-25 17:24:33.822402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1672475977 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3624e868-3cdb-4f11-ba60-95545d8e3148' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1672475977], ["username", "billy_35"], ["access_token", "faaafef36b2603e3605633335164037f"], ["uuid", "3624e868-3cdb-4f11-ba60-95545d8e3148"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:24:33.826041"], ["updated_at", "2017-10-25 17:24:33.826041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1954350007 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a56a56e-12da-445c-b484-97a3189421cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1954350007], ["username", "billy_36"], ["access_token", "6f112abb6e4e28aa362f85958b1a374b"], ["uuid", "6a56a56e-12da-445c-b484-97a3189421cf"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:24:33.829656"], ["updated_at", "2017-10-25 17:24:33.829656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1855132637 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df63dca7-06c3-4369-b097-47094999f011' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1855132637], ["username", "billy_37"], ["access_token", "0937d87f0e5915d7e22d3777f732470d"], ["uuid", "df63dca7-06c3-4369-b097-47094999f011"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:24:33.833247"], ["updated_at", "2017-10-25 17:24:33.833247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -887678405 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d31c438-a973-46e7-876d-2e80454055c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -887678405], ["username", "billy_38"], ["access_token", "ac3482e5aaae400c5001e7f52887ffba"], ["uuid", "6d31c438-a973-46e7-876d-2e80454055c2"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:24:33.836804"], ["updated_at", "2017-10-25 17:24:33.836804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -70860215 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18f73c12-8489-434d-ba6c-a06e7f2a9761' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -70860215], ["username", "billy_39"], ["access_token", "4a0f328f3d73f40df7d436be61c42cba"], ["uuid", "18f73c12-8489-434d-ba6c-a06e7f2a9761"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:24:33.840405"], ["updated_at", "2017-10-25 17:24:33.840405"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -772717953 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc3c76cb-addd-4b4d-a62a-f98a1898b0b0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -772717953], ["username", "billy_40"], ["access_token", "7538d79307c0b99dc64e8fc9f079f09e"], ["uuid", "bc3c76cb-addd-4b4d-a62a-f98a1898b0b0"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:24:33.844018"], ["updated_at", "2017-10-25 17:24:33.844018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -412955306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '158489eb-31ff-4382-b14b-62b09ddae3ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -412955306], ["username", "billy_41"], ["access_token", "0aee3a9fccec46728e79c3939a7f963b"], ["uuid", "158489eb-31ff-4382-b14b-62b09ddae3ea"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:24:33.847644"], ["updated_at", "2017-10-25 17:24:33.847644"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220294844 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c72f9b93-655f-45b1-9534-fc960a8852f5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1220294844], ["username", "billy_42"], ["access_token", "760dd411df01c91e04c07131094d6b28"], ["uuid", "c72f9b93-655f-45b1-9534-fc960a8852f5"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:24:33.851347"], ["updated_at", "2017-10-25 17:24:33.851347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1418312757 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b788d9f0-0747-4a23-8a46-e5d5f6e6c094' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1418312757], ["username", "billy_43"], ["access_token", "4d8403147931f87b759ea465b40c8377"], ["uuid", "b788d9f0-0747-4a23-8a46-e5d5f6e6c094"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:24:33.854982"], ["updated_at", "2017-10-25 17:24:33.854982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -961768841 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83f8f248-1c5a-4307-9bdb-731a64e73a6c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -961768841], ["username", "billy_44"], ["access_token", "ed7e1453dba981827749ba251860881d"], ["uuid", "83f8f248-1c5a-4307-9bdb-731a64e73a6c"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:24:33.858626"], ["updated_at", "2017-10-25 17:24:33.858626"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -199795447 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '23ef5c59-3410-4122-baab-aa2e3bf48f99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -199795447], ["username", "billy_45"], ["access_token", "66d73a7aa51017ffc9be9a92c21a1072"], ["uuid", "23ef5c59-3410-4122-baab-aa2e3bf48f99"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:24:33.862231"], ["updated_at", "2017-10-25 17:24:33.862231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1068703936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd869a17-4f02-49a4-a787-22026f4ff53d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1068703936], ["username", "billy_46"], ["access_token", "014a24f006dce5a664771249be7a60f9"], ["uuid", "cd869a17-4f02-49a4-a787-22026f4ff53d"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:24:33.865779"], ["updated_at", "2017-10-25 17:24:33.865779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -596148139 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e738ffd-e052-4ac9-87f3-eec355505be0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -596148139], ["username", "billy_47"], ["access_token", "b5a784fd4daaa2475e584cd3e8c78f3e"], ["uuid", "9e738ffd-e052-4ac9-87f3-eec355505be0"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:24:33.869402"], ["updated_at", "2017-10-25 17:24:33.869402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1791665532 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27f84923-5f06-4b26-beca-c4fee929ff99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1791665532], ["username", "billy_48"], ["access_token", "4abff06f19f4a0b4a04d2e50187398fb"], ["uuid", "27f84923-5f06-4b26-beca-c4fee929ff99"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:24:33.872961"], ["updated_at", "2017-10-25 17:24:33.872961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -485649066 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db65819b-ceec-4aeb-bca0-36acf86ec013' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -485649066], ["username", "billy_49"], ["access_token", "7447a77f15693a546b99a165fdee7f9d"], ["uuid", "db65819b-ceec-4aeb-bca0-36acf86ec013"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:24:33.876541"], ["updated_at", "2017-10-25 17:24:33.876541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "39270d"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '39270d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 18], ["username", "39270d"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["created_at", "2017-10-25 17:24:33.897726"], ["updated_at", "2017-10-25 17:24:33.897726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["created_at", "2017-10-25 17:24:33.908947"], ["updated_at", "2017-10-25 17:24:33.908947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["created_at", "2017-10-25 17:24:33.919443"], ["updated_at", "2017-10-25 17:24:33.919443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "6789bf"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6789bf' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "salesforce_contact_id", "faculty_status", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["openstax_uid", 1], ["username", "6789bf"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["salesforce_contact_id", "b0b"], ["faculty_status", 3], ["role", 2], ["uuid", nil], ["created_at", "2017-10-25 17:24:33.927906"], ["updated_at", "2017-10-25 17:24:33.927906"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:24:33 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:24:33 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:24:33 -0500  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:24:33 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:24:33 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:24:33 -0500  (0.4ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:24:33 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:24:33 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:24:33 -0500  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1c568e6-5fb2-4125-8161-7f61e13410a8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "cc07cb324a1f6d1c4a81e46837c48695"], ["uuid", "b1c568e6-5fb2-4125-8161-7f61e13410a8"], ["created_at", "2017-10-25 17:24:33.984271"], ["updated_at", "2017-10-25 17:24:33.984271"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 24ms (Views: 24.0ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c1f6852-e34b-474d-9ee1-1955e650b19e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ba257b39ddcd461fa8f806e9abbbd516"], ["uuid", "8c1f6852-e34b-474d-9ee1-1955e650b19e"], ["created_at", "2017-10-25 17:24:34.019484"], ["updated_at", "2017-10-25 17:24:34.019484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 217]] Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1134065147 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '17e573211961ebabfc4c83be0d51db0f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '61c85ce1-edef-46ed-9f67-35aa8c561c81' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1134065147], ["username", "17e573211961ebabfc4c83be0d51db0f"], ["access_token", "778facf1af9924553999ea4c1569c112"], ["uuid", "61c85ce1-edef-46ed-9f67-35aa8c561c81"], ["created_at", "2017-10-25 17:24:34.030741"], ["updated_at", "2017-10-25 17:24:34.030741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -1134065147]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1134065147 AND "openstax_accounts_accounts"."id" != 218) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 218) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'yoyoma' AND "openstax_accounts_accounts"."id" != 218) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "first_name" = $2, "last_name" = $3, "title" = $4, "access_token" = $5, "faculty_status" = $6, "role" = $7, "uuid" = $8, "updated_at" = $9 WHERE "openstax_accounts_accounts"."id" = $10 [["username", "191919"], ["first_name", "1234"], ["last_name", "5678"], ["title", "900"], ["access_token", nil], ["faculty_status", 2], ["role", 2], ["uuid", "yoyoma"], ["updated_at", "2017-10-25 17:24:34.037610"], ["id", 218]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 218]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9697088]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9697088 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '54c71187-67bd-4e6a-936f-6924a9ed06fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 9697088], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "54c71187-67bd-4e6a-936f-6924a9ed06fd"], ["created_at", "2017-10-25 17:24:34.046919"], ["updated_at", "2017-10-25 17:24:34.046919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 7920773]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 7920773 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83348619-48eb-4088-b220-2d0b411d9e21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 7920773], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "83348619-48eb-4088-b220-2d0b411d9e21"], ["created_at", "2017-10-25 17:24:34.053878"], ["updated_at", "2017-10-25 17:24:34.053878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 7920773 AND "openstax_accounts_accounts"."id" != 220) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '83348619-48eb-4088-b220-2d0b411d9e21' AND "openstax_accounts_accounts"."id" != 220) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 7669793]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 7669793 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '73eebe47-e34b-4b9b-9496-d59f70e607d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 7669793], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "73eebe47-e34b-4b9b-9496-d59f70e607d1"], ["created_at", "2017-10-25 17:24:34.062787"], ["updated_at", "2017-10-25 17:24:34.062787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 7306680]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 7306680 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c714a7a8-13a7-476d-a1bb-bb68a78d4a31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 7306680], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["role", 2], ["uuid", "c714a7a8-13a7-476d-a1bb-bb68a78d4a31"], ["created_at", "2017-10-25 17:24:34.069160"], ["updated_at", "2017-10-25 17:24:34.069160"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9885631]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9885631 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a6e8fc7-fea7-4488-9f62-1fd94e7fdeaf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 9885631], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "9a6e8fc7-fea7-4488-9f62-1fd94e7fdeaf"], ["created_at", "2017-10-25 17:24:34.076016"], ["updated_at", "2017-10-25 17:24:34.076016"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6938838]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6938838 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'howdy_ho' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 6938838], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "howdy_ho"], ["created_at", "2017-10-25 17:24:34.083025"], ["updated_at", "2017-10-25 17:24:34.083025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["username", "u"], ["openstax_uid", 2], ["created_at", "2017-10-25 17:24:34.091541"], ["updated_at", "2017-10-25 17:24:34.091541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:24:36 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:24:38 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 225) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 225) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'booyah' AND "openstax_accounts_accounts"."id" != 225) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "role" = $3, "updated_at" = $4 WHERE "openstax_accounts_accounts"."id" = $5 [["username", "user"], ["uuid", "booyah"], ["role", 2], ["updated_at", "2017-10-25 17:24:38.145134"], ["id", 225]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2017-10-25 17:24:38.149404"], ["updated_at", "2017-10-25 17:24:38.149404"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:24:40 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:24:42 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:24:44 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:24:46 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 225) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 225) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'booyah' AND "openstax_accounts_accounts"."id" != 225) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 226) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 226) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' AND "openstax_accounts_accounts"."id" != 226) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:24:48 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:24:50 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-10-25 17:24:50.286680"], ["updated_at", "2017-10-25 17:24:50.286680"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -573746764 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2a009ea6cbdda14d7e2c3e0042a0273a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cbda1124-2065-4cf4-a60f-38ee22db54b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -573746764], ["username", "2a009ea6cbdda14d7e2c3e0042a0273a"], ["access_token", "1e3837cdf9635cc3d4c30af478760394"], ["uuid", "cbda1124-2065-4cf4-a60f-38ee22db54b9"], ["created_at", "2017-10-25 17:24:50.293116"], ["updated_at", "2017-10-25 17:24:50.293116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1133926114 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '46938377b0bb7b89a81e9ec374cea6c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f7e3ae0-3ac9-4fef-83cb-0ca22944831e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1133926114], ["username", "46938377b0bb7b89a81e9ec374cea6c7"], ["access_token", "f3f67a59cd11bb3475bb8fee22071f02"], ["uuid", "7f7e3ae0-3ac9-4fef-83cb-0ca22944831e"], ["created_at", "2017-10-25 17:24:50.298693"], ["updated_at", "2017-10-25 17:24:50.298693"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -865613318 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -865613318], ["name", "MyGroup"], ["created_at", "2017-10-25 17:24:50.302141"], ["updated_at", "2017-10-25 17:24:50.302141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -94426871 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9b8d88457b1158b50d8c37a3c5d18628' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f6d71c0-34a1-4d50-a28c-3c6f63d82b25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -94426871], ["username", "9b8d88457b1158b50d8c37a3c5d18628"], ["access_token", "cd50ec9af08a4c8dc2726d3583fa9cb1"], ["uuid", "0f6d71c0-34a1-4d50-a28c-3c6f63d82b25"], ["created_at", "2017-10-25 17:24:50.306720"], ["updated_at", "2017-10-25 17:24:50.306720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -561887230 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -561887230], ["name", "MyGroup"], ["created_at", "2017-10-25 17:24:50.310023"], ["updated_at", "2017-10-25 17:24:50.310023"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2007581493 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eceb4fc1-c5f8-4f4a-b667-01932e48e5cd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2007581493], ["username", "jstrav"], ["access_token", "f2ca3306d1c15f9ec5cdcfe5a8a4fea9"], ["uuid", "eceb4fc1-c5f8-4f4a-b667-01932e48e5cd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:50.317143"], ["updated_at", "2017-10-25 17:24:50.317143"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1264336803 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5af7fb3-f599-4b0c-b985-395c51ef4624' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1264336803], ["username", "mary"], ["access_token", "bd62c1fa7ead8e68e52dadff0ff70f8e"], ["uuid", "e5af7fb3-f599-4b0c-b985-395c51ef4624"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:50.322487"], ["updated_at", "2017-10-25 17:24:50.322487"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -979769559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de17451e-1447-45b6-ac32-65b797df438f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -979769559], ["username", "jstead"], ["access_token", "ffb347f52e3fe86dcd13d7d43527bc69"], ["uuid", "de17451e-1447-45b6-ac32-65b797df438f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:50.326502"], ["updated_at", "2017-10-25 17:24:50.326502"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -316893313 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16cbfc2a-05ed-4c27-9340-f809284dc2e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -316893313], ["username", "bigbear"], ["access_token", "f06702df3700a475aee0a87cd1f65515"], ["uuid", "16cbfc2a-05ed-4c27-9340-f809284dc2e0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:50.330199"], ["updated_at", "2017-10-25 17:24:50.330199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2015657300 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '48b5b63d-688e-4797-af51-7d7574be1abf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2015657300], ["username", "billy_00"], ["access_token", "dcdbd34c632dfdabf5b566819bcfbf43"], ["uuid", "48b5b63d-688e-4797-af51-7d7574be1abf"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:24:50.334051"], ["updated_at", "2017-10-25 17:24:50.334051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1167280126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a61b35b-8267-4371-abb0-47cadcf6989a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1167280126], ["username", "billy_01"], ["access_token", "55a9e0bb5fca62ead22cad7204e3acd7"], ["uuid", "0a61b35b-8267-4371-abb0-47cadcf6989a"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:24:50.339019"], ["updated_at", "2017-10-25 17:24:50.339019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -757981234 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '697eabd1-dfa6-4cbb-9d55-eb1c079fde77' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -757981234], ["username", "billy_02"], ["access_token", "c0ea3c57d78a63c1f95e99b1b1faf88c"], ["uuid", "697eabd1-dfa6-4cbb-9d55-eb1c079fde77"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:24:50.342671"], ["updated_at", "2017-10-25 17:24:50.342671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -401561408 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55b43af2-09db-4c2c-a848-cca2924eab7a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -401561408], ["username", "billy_03"], ["access_token", "70f2634b5861712dd3a332301913b184"], ["uuid", "55b43af2-09db-4c2c-a848-cca2924eab7a"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:24:50.346329"], ["updated_at", "2017-10-25 17:24:50.346329"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1188738588 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9599fe75-72ac-4f1d-868e-8cfbf187d2a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1188738588], ["username", "billy_04"], ["access_token", "aa16558e50c2c283b5d6adcf3cf8e0a2"], ["uuid", "9599fe75-72ac-4f1d-868e-8cfbf187d2a4"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:24:50.350087"], ["updated_at", "2017-10-25 17:24:50.350087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2040173583 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f352cbb9-b6c0-4251-9d34-79f15ff63306' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2040173583], ["username", "billy_05"], ["access_token", "d38cbc9387331ca2fb83377e5a50612b"], ["uuid", "f352cbb9-b6c0-4251-9d34-79f15ff63306"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:24:50.354380"], ["updated_at", "2017-10-25 17:24:50.354380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -835143787 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d29bd86-cfbd-4231-855c-6bbaa5aeccb1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -835143787], ["username", "billy_06"], ["access_token", "a4b0bb329ff1f8c2f4c080b29201b8aa"], ["uuid", "9d29bd86-cfbd-4231-855c-6bbaa5aeccb1"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:24:50.358507"], ["updated_at", "2017-10-25 17:24:50.358507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -634222170 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e1a94f1-40ee-40da-b5b4-1e4484cc0d39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -634222170], ["username", "billy_07"], ["access_token", "be338e1c5c153176bcb25bf57833ceaa"], ["uuid", "0e1a94f1-40ee-40da-b5b4-1e4484cc0d39"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:24:50.362298"], ["updated_at", "2017-10-25 17:24:50.362298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1471463139 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b0b736d-9c9b-4bdc-8ccc-4cdec7a363f9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1471463139], ["username", "billy_08"], ["access_token", "5fedf071d68305dec0b880b5c46dd9c5"], ["uuid", "6b0b736d-9c9b-4bdc-8ccc-4cdec7a363f9"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:24:50.365995"], ["updated_at", "2017-10-25 17:24:50.365995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2088236378 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc06c22d-6553-4978-a101-85101afd91a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2088236378], ["username", "billy_09"], ["access_token", "b0cec71fec4d88e014e7268da9b2f249"], ["uuid", "bc06c22d-6553-4978-a101-85101afd91a5"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:24:50.369877"], ["updated_at", "2017-10-25 17:24:50.369877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524148109 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e090cfd-1e11-4d0a-a1c0-f81ccabdd9ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1524148109], ["username", "billy_10"], ["access_token", "80beec06eae2f937341354c76546ec49"], ["uuid", "6e090cfd-1e11-4d0a-a1c0-f81ccabdd9ef"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:24:50.373696"], ["updated_at", "2017-10-25 17:24:50.373696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -373643434 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb45720d-ff09-48e2-a8a4-43087d85a499' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -373643434], ["username", "billy_11"], ["access_token", "c10f538120961315146c4506414a3bef"], ["uuid", "cb45720d-ff09-48e2-a8a4-43087d85a499"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:24:50.377544"], ["updated_at", "2017-10-25 17:24:50.377544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846442555 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c074559-d47c-44f1-86bd-a069419a55c9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1846442555], ["username", "billy_12"], ["access_token", "5c1bca4608995a02eba6253c2b473be7"], ["uuid", "4c074559-d47c-44f1-86bd-a069419a55c9"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:24:50.381144"], ["updated_at", "2017-10-25 17:24:50.381144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -750438171 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e272beaa-c48a-4af9-a56b-24db00d08778' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -750438171], ["username", "billy_13"], ["access_token", "3d52a5fd036d2432872ae1c2fc190217"], ["uuid", "e272beaa-c48a-4af9-a56b-24db00d08778"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:24:50.384692"], ["updated_at", "2017-10-25 17:24:50.384692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1426868944 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '306792b8-a945-4e9c-9c0f-66a4c615dba4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1426868944], ["username", "billy_14"], ["access_token", "d9036eeb98d82f6dc684502fc8df6490"], ["uuid", "306792b8-a945-4e9c-9c0f-66a4c615dba4"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:24:50.395676"], ["updated_at", "2017-10-25 17:24:50.395676"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -845927397 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd49c5622-390f-4faa-bad3-7760d8d7501b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -845927397], ["username", "billy_15"], ["access_token", "984a097a6f4609f3c2e1c9923fbdc058"], ["uuid", "d49c5622-390f-4faa-bad3-7760d8d7501b"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:24:50.399387"], ["updated_at", "2017-10-25 17:24:50.399387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897987378 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '54a4acf8-9245-470a-94e1-823c7dd22310' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -897987378], ["username", "billy_16"], ["access_token", "08cd2d1859ecddba58a2d44c54db7342"], ["uuid", "54a4acf8-9245-470a-94e1-823c7dd22310"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:24:50.402992"], ["updated_at", "2017-10-25 17:24:50.402992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1887609016 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea74aae4-319c-4e1f-b803-a4add22e3e33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1887609016], ["username", "billy_17"], ["access_token", "8daaccb285737517180bf001f8d25ecc"], ["uuid", "ea74aae4-319c-4e1f-b803-a4add22e3e33"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:24:50.406610"], ["updated_at", "2017-10-25 17:24:50.406610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1789234547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e792529c-9f91-461a-9682-9f19ec2a1b6f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1789234547], ["username", "billy_18"], ["access_token", "82253bfc42283b9d546ac87fb8f1a04b"], ["uuid", "e792529c-9f91-461a-9682-9f19ec2a1b6f"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:24:50.410183"], ["updated_at", "2017-10-25 17:24:50.410183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2000809353 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14128d97-31bc-45c3-af4c-a2fe0978a4fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2000809353], ["username", "billy_19"], ["access_token", "39b721eafe925849cdc45e4267568755"], ["uuid", "14128d97-31bc-45c3-af4c-a2fe0978a4fb"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:24:50.413775"], ["updated_at", "2017-10-25 17:24:50.413775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2116302904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f793da82-91a3-4b89-b224-29d748740270' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2116302904], ["username", "billy_20"], ["access_token", "f9e805145da690bb944681c77da6eb6e"], ["uuid", "f793da82-91a3-4b89-b224-29d748740270"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:24:50.417362"], ["updated_at", "2017-10-25 17:24:50.417362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -480630766 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33dac481-45cd-450b-bdbd-bc0827778fb8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -480630766], ["username", "billy_21"], ["access_token", "78626f6d7549daea3de0030aee531576"], ["uuid", "33dac481-45cd-450b-bdbd-bc0827778fb8"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:24:50.421066"], ["updated_at", "2017-10-25 17:24:50.421066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1148578026 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff42f293-eb92-43af-ae64-a636febc1507' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1148578026], ["username", "billy_22"], ["access_token", "397937529854cef97057444b0afda245"], ["uuid", "ff42f293-eb92-43af-ae64-a636febc1507"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:24:50.424750"], ["updated_at", "2017-10-25 17:24:50.424750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1792614319 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0806ccc-99b0-4e06-adcb-59bc5d3fe46a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1792614319], ["username", "billy_23"], ["access_token", "3b73d17c9dff10ccc4ae01fe3c359d04"], ["uuid", "a0806ccc-99b0-4e06-adcb-59bc5d3fe46a"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:24:50.428278"], ["updated_at", "2017-10-25 17:24:50.428278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2147251261 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b7e1cde-3792-405e-a398-627f05369a60' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2147251261], ["username", "billy_24"], ["access_token", "cee597fe92835d1a0b765aeb03430926"], ["uuid", "9b7e1cde-3792-405e-a398-627f05369a60"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:24:50.431861"], ["updated_at", "2017-10-25 17:24:50.431861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -875251817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed75e26f-23da-4447-ab92-b94f2df578d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -875251817], ["username", "billy_25"], ["access_token", "12f7c7c645ebbb4e2cfde78a3941a126"], ["uuid", "ed75e26f-23da-4447-ab92-b94f2df578d3"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:24:50.435453"], ["updated_at", "2017-10-25 17:24:50.435453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1225035590 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2568cdf-624a-4a69-9d34-27ceb19ce385' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1225035590], ["username", "billy_26"], ["access_token", "608dd9cbab0caaf0ce52cf36fd8dea0f"], ["uuid", "c2568cdf-624a-4a69-9d34-27ceb19ce385"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:24:50.439002"], ["updated_at", "2017-10-25 17:24:50.439002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -913483757 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49237897-4784-4f28-ad5f-56aaf1be7c46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -913483757], ["username", "billy_27"], ["access_token", "83da71730293f3d71c59ae941bb7c39b"], ["uuid", "49237897-4784-4f28-ad5f-56aaf1be7c46"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:24:50.442540"], ["updated_at", "2017-10-25 17:24:50.442540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -788882722 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c31c419a-52c9-4d0e-9ef6-9b99a942e68f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -788882722], ["username", "billy_28"], ["access_token", "ab589a1b4787794446d24d03727e9c47"], ["uuid", "c31c419a-52c9-4d0e-9ef6-9b99a942e68f"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:24:50.446081"], ["updated_at", "2017-10-25 17:24:50.446081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -4662001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ae50b36-e402-4c5d-9451-7ac60612cb03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -4662001], ["username", "billy_29"], ["access_token", "98b826353eb29600411b804b69632272"], ["uuid", "1ae50b36-e402-4c5d-9451-7ac60612cb03"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:24:50.449693"], ["updated_at", "2017-10-25 17:24:50.449693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -666787619 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49755624-e028-43f1-8504-4b1f8e244cf2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -666787619], ["username", "billy_30"], ["access_token", "f95be0553544b88f7e186bfc704282ba"], ["uuid", "49755624-e028-43f1-8504-4b1f8e244cf2"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:24:50.453810"], ["updated_at", "2017-10-25 17:24:50.453810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324325975 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f6863f3-f851-4719-9b0b-b2c3d88189da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -324325975], ["username", "billy_31"], ["access_token", "f489e0901738a06e01b67a83c881f9a9"], ["uuid", "0f6863f3-f851-4719-9b0b-b2c3d88189da"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:24:50.457562"], ["updated_at", "2017-10-25 17:24:50.457562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -571165722 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3715b7fe-20fe-4096-a9d9-8e8f5e3bacbb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -571165722], ["username", "billy_32"], ["access_token", "a2c692e56f5ec2842d107a8ebf78d497"], ["uuid", "3715b7fe-20fe-4096-a9d9-8e8f5e3bacbb"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:24:50.461974"], ["updated_at", "2017-10-25 17:24:50.461974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952181601 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '062c1787-d586-41a7-9de6-57dfa4b80eca' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -952181601], ["username", "billy_33"], ["access_token", "13d0e96dcc867ea09a1c3c9c6a8b11ab"], ["uuid", "062c1787-d586-41a7-9de6-57dfa4b80eca"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:24:50.466937"], ["updated_at", "2017-10-25 17:24:50.466937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -31497268 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'efd58288-9157-4012-bb9b-8fbcd338f9ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -31497268], ["username", "billy_34"], ["access_token", "59b2ab939ff042d652aa6bd48f7781f9"], ["uuid", "efd58288-9157-4012-bb9b-8fbcd338f9ed"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:24:50.470992"], ["updated_at", "2017-10-25 17:24:50.470992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2025121805 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c5d6734-dbf0-4ba8-8d9f-7943f1ef25fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2025121805], ["username", "billy_35"], ["access_token", "cc8f8a26eacdb27578777585886945b9"], ["uuid", "2c5d6734-dbf0-4ba8-8d9f-7943f1ef25fd"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:24:50.474702"], ["updated_at", "2017-10-25 17:24:50.474702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1655715847 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4a014df-58dd-4dec-a416-3b2458fa4a55' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1655715847], ["username", "billy_36"], ["access_token", "23c96e25b8b1d213ec07b402e0728e2b"], ["uuid", "f4a014df-58dd-4dec-a416-3b2458fa4a55"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:24:50.478453"], ["updated_at", "2017-10-25 17:24:50.478453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1504671925 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14106c22-3f00-489d-970c-8c84c598aa04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1504671925], ["username", "billy_37"], ["access_token", "322bd4c9ab40a9858c4499556864afb6"], ["uuid", "14106c22-3f00-489d-970c-8c84c598aa04"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:24:50.482350"], ["updated_at", "2017-10-25 17:24:50.482350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020916333 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf78f46d-452b-405a-a076-b435dc1b3eab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2020916333], ["username", "billy_38"], ["access_token", "ec68c0233e762d4ec9ae4ca25ba938d0"], ["uuid", "cf78f46d-452b-405a-a076-b435dc1b3eab"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:24:50.486329"], ["updated_at", "2017-10-25 17:24:50.486329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1288388386 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b0711e8-8a17-4f54-811d-786f5ab762f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1288388386], ["username", "billy_39"], ["access_token", "eed21eaa011fe95a1a7ce6396b511350"], ["uuid", "4b0711e8-8a17-4f54-811d-786f5ab762f7"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:24:50.489995"], ["updated_at", "2017-10-25 17:24:50.489995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221573942 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e62f2cf7-a75e-4c81-91d8-f46335031175' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -221573942], ["username", "billy_40"], ["access_token", "6602a9c2fac7f9fd76f655ab7aa115ea"], ["uuid", "e62f2cf7-a75e-4c81-91d8-f46335031175"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:24:50.493640"], ["updated_at", "2017-10-25 17:24:50.493640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -785696917 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '271b5a60-df3f-485e-858f-3645741f4464' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -785696917], ["username", "billy_41"], ["access_token", "9cffb2797a1c8d6c661491c04950a195"], ["uuid", "271b5a60-df3f-485e-858f-3645741f4464"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:24:50.497468"], ["updated_at", "2017-10-25 17:24:50.497468"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1987777117 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65ecfb4d-d457-4079-84be-5b5a346fe3dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1987777117], ["username", "billy_42"], ["access_token", "eab157ee2901af812d75f85413bf34ce"], ["uuid", "65ecfb4d-d457-4079-84be-5b5a346fe3dd"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:24:50.501157"], ["updated_at", "2017-10-25 17:24:50.501157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1174098280 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15d8ae53-a8d0-4278-8aff-c8248c5abf71' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1174098280], ["username", "billy_43"], ["access_token", "485280c6ed99c7e5c352d19a1406b32d"], ["uuid", "15d8ae53-a8d0-4278-8aff-c8248c5abf71"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:24:50.504860"], ["updated_at", "2017-10-25 17:24:50.504860"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -563092032 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '930937fb-5d8f-4b3b-b2fc-5893db9db19d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -563092032], ["username", "billy_44"], ["access_token", "66b8cbea01372c0d4216a6ec697cdee1"], ["uuid", "930937fb-5d8f-4b3b-b2fc-5893db9db19d"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:24:50.508432"], ["updated_at", "2017-10-25 17:24:50.508432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1778929375 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dafe4d03-2bba-44b0-8105-83596fbc9cf9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1778929375], ["username", "billy_45"], ["access_token", "eba669ffd8d15b9b9a5ef9b858181634"], ["uuid", "dafe4d03-2bba-44b0-8105-83596fbc9cf9"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:24:50.512169"], ["updated_at", "2017-10-25 17:24:50.512169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1498303472 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b71bc7fb-e5cf-4e19-8433-2cc4db430e56' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1498303472], ["username", "billy_46"], ["access_token", "2fa7ed50f8249a6b4a55dc9f005f8bc4"], ["uuid", "b71bc7fb-e5cf-4e19-8433-2cc4db430e56"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:24:50.515792"], ["updated_at", "2017-10-25 17:24:50.515792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1156805980 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c17a6f12-5d3f-4f4b-8ea3-9e9b74bbc142' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1156805980], ["username", "billy_47"], ["access_token", "4ee88d33b27427192e1f3c942d8d8224"], ["uuid", "c17a6f12-5d3f-4f4b-8ea3-9e9b74bbc142"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:24:50.519362"], ["updated_at", "2017-10-25 17:24:50.519362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -926825258 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5583d293-eb2c-40cb-9dcf-6107536f4c46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -926825258], ["username", "billy_48"], ["access_token", "899cfe1b8f7bf3503cb207a59d072a99"], ["uuid", "5583d293-eb2c-40cb-9dcf-6107536f4c46"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:24:50.522995"], ["updated_at", "2017-10-25 17:24:50.522995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1623874372 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '392d8629-ec74-471c-a812-2a1e30bb94cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1623874372], ["username", "billy_49"], ["access_token", "b54d691ac8b21ca67728b3cd2df1be64"], ["uuid", "392d8629-ec74-471c-a812-2a1e30bb94cc"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:24:50.526586"], ["updated_at", "2017-10-25 17:24:50.526586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1211453445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4415b43b-95a6-4ee8-bf0f-ac58e338afa0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1211453445], ["username", "jstrav"], ["access_token", "fcf7ff23d61a828607c4ca9f82e2c1ae"], ["uuid", "4415b43b-95a6-4ee8-bf0f-ac58e338afa0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:50.536992"], ["updated_at", "2017-10-25 17:24:50.536992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -782354439 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c74b4d8b-f9de-459d-a883-e8a8ac0a0d70' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -782354439], ["username", "mary"], ["access_token", "d17fc0dd3969273f503ff8345b85de10"], ["uuid", "c74b4d8b-f9de-459d-a883-e8a8ac0a0d70"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:50.540882"], ["updated_at", "2017-10-25 17:24:50.540882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -795516976 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b6d5ef1-6e46-446b-bc39-1e68515ff7da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -795516976], ["username", "jstead"], ["access_token", "f8d93d5540c803170e83393635b4bb25"], ["uuid", "1b6d5ef1-6e46-446b-bc39-1e68515ff7da"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:50.544619"], ["updated_at", "2017-10-25 17:24:50.544619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1390681451 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04315827-4c69-4cde-9e69-2de214639cee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1390681451], ["username", "bigbear"], ["access_token", "dd76be97ce8a6d67cdfd91d9a6680591"], ["uuid", "04315827-4c69-4cde-9e69-2de214639cee"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:50.548264"], ["updated_at", "2017-10-25 17:24:50.548264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1144316618 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '87a77521-c89c-4466-ada2-dcdd0ce23884' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1144316618], ["username", "billy_00"], ["access_token", "0b631ee74f14aa9d02cb872cfb3708eb"], ["uuid", "87a77521-c89c-4466-ada2-dcdd0ce23884"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:24:50.552002"], ["updated_at", "2017-10-25 17:24:50.552002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2022306814 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4db5fd4-7cd6-43e2-a18a-40dfbbb84412' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2022306814], ["username", "billy_01"], ["access_token", "e5f99beb53737f6a35b5c95bfc9ba356"], ["uuid", "b4db5fd4-7cd6-43e2-a18a-40dfbbb84412"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:24:50.555643"], ["updated_at", "2017-10-25 17:24:50.555643"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1858869858 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4ec55eb-b19d-40c2-9d8e-43142bc8c24f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1858869858], ["username", "billy_02"], ["access_token", "02d864bdadd175d81acedaf46a5e2c10"], ["uuid", "a4ec55eb-b19d-40c2-9d8e-43142bc8c24f"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:24:50.559257"], ["updated_at", "2017-10-25 17:24:50.559257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -680050477 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '655f7604-003e-4f10-8dcd-71a5548962a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -680050477], ["username", "billy_03"], ["access_token", "acc0f455af82624ad7144958a4764ca7"], ["uuid", "655f7604-003e-4f10-8dcd-71a5548962a4"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:24:50.562947"], ["updated_at", "2017-10-25 17:24:50.562947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -316470710 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7865e530-6dc1-45ce-8be6-eee49087cb70' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -316470710], ["username", "billy_04"], ["access_token", "ad437c5017b0c8c039fda4acae20b9e7"], ["uuid", "7865e530-6dc1-45ce-8be6-eee49087cb70"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:24:50.566799"], ["updated_at", "2017-10-25 17:24:50.566799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1629495206 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14e1dd7d-17aa-495b-95f4-f52328871723' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1629495206], ["username", "billy_05"], ["access_token", "497c3136864f513f69ead57288ad2a9c"], ["uuid", "14e1dd7d-17aa-495b-95f4-f52328871723"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:24:50.570864"], ["updated_at", "2017-10-25 17:24:50.570864"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -412856572 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72e53b4a-927f-41e9-b627-7215d3e54e38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -412856572], ["username", "billy_06"], ["access_token", "78c3cfee565b5aefabd1cb1412761439"], ["uuid", "72e53b4a-927f-41e9-b627-7215d3e54e38"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:24:50.574702"], ["updated_at", "2017-10-25 17:24:50.574702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -893492964 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '050b922a-c841-4048-8164-40841e331e43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -893492964], ["username", "billy_07"], ["access_token", "9d6f700f22cc15e995476defb93c5a8e"], ["uuid", "050b922a-c841-4048-8164-40841e331e43"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:24:50.578455"], ["updated_at", "2017-10-25 17:24:50.578455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308839458 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a5d19b6-a258-4496-9612-c802b3fa2a8e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -308839458], ["username", "billy_08"], ["access_token", "2ad79b079770b19d743b4a0ac771f807"], ["uuid", "0a5d19b6-a258-4496-9612-c802b3fa2a8e"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:24:50.582133"], ["updated_at", "2017-10-25 17:24:50.582133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195911582 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee02603c-1420-4547-8a5a-25f6958c2003' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1195911582], ["username", "billy_09"], ["access_token", "f841001664fc8879b048b714bc0659f2"], ["uuid", "ee02603c-1420-4547-8a5a-25f6958c2003"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:24:50.586618"], ["updated_at", "2017-10-25 17:24:50.586618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524993251 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2dd3b2f-de27-42df-92c3-7732dc099f7d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1524993251], ["username", "billy_10"], ["access_token", "d688e662e5d40dd7e3ce39976abb9187"], ["uuid", "a2dd3b2f-de27-42df-92c3-7732dc099f7d"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:24:50.590393"], ["updated_at", "2017-10-25 17:24:50.590393"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343867240 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea8f1192-6271-452f-a3b9-01c21f6f93e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -343867240], ["username", "billy_11"], ["access_token", "685fa81e428b36850dc5fec5b02fade7"], ["uuid", "ea8f1192-6271-452f-a3b9-01c21f6f93e3"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:24:50.593971"], ["updated_at", "2017-10-25 17:24:50.593971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1388640222 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10e9db08-2367-48e5-a894-b87396db295e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1388640222], ["username", "billy_12"], ["access_token", "411a3fa4bba248a7eb270635582fc2d3"], ["uuid", "10e9db08-2367-48e5-a894-b87396db295e"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:24:50.597526"], ["updated_at", "2017-10-25 17:24:50.597526"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -580414152 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '61850cc6-9ea6-4f66-8f0d-35f9d756addf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -580414152], ["username", "billy_13"], ["access_token", "4ad7f3b5d2d2f06a6d991c15ad3f4c01"], ["uuid", "61850cc6-9ea6-4f66-8f0d-35f9d756addf"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:24:50.601190"], ["updated_at", "2017-10-25 17:24:50.601190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1289032644 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a652570-e3c8-4143-8615-a6b552b07d8c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1289032644], ["username", "billy_14"], ["access_token", "404abcbce771770747772892dff3e7af"], ["uuid", "4a652570-e3c8-4143-8615-a6b552b07d8c"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:24:50.604829"], ["updated_at", "2017-10-25 17:24:50.604829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1303058805 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '587005f6-1d66-4439-8df2-b619737a1f20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1303058805], ["username", "billy_15"], ["access_token", "443a7c22886cf803e49e5b4dc4178340"], ["uuid", "587005f6-1d66-4439-8df2-b619737a1f20"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:24:50.608542"], ["updated_at", "2017-10-25 17:24:50.608542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1126312441 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e507f307-2114-4d78-be76-914bbe74b092' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1126312441], ["username", "billy_16"], ["access_token", "e0bf53e14e447b6babf3a671a02d392c"], ["uuid", "e507f307-2114-4d78-be76-914bbe74b092"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:24:50.612249"], ["updated_at", "2017-10-25 17:24:50.612249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -752145197 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '494d06a2-2e5d-48fb-b411-e754ada9473f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -752145197], ["username", "billy_17"], ["access_token", "7aedb9d5940058f698b94022890806dc"], ["uuid", "494d06a2-2e5d-48fb-b411-e754ada9473f"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:24:50.615843"], ["updated_at", "2017-10-25 17:24:50.615843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1613581924 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd55f8aab-6c40-4d7b-ad21-c531fcd28e6d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1613581924], ["username", "billy_18"], ["access_token", "c335f146d7f761fd9e0da1273247c868"], ["uuid", "d55f8aab-6c40-4d7b-ad21-c531fcd28e6d"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:24:50.619499"], ["updated_at", "2017-10-25 17:24:50.619499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1704167987 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6cd98772-379d-44c9-8f9e-54ae7e1ec1c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1704167987], ["username", "billy_19"], ["access_token", "127de54370bae41e4145a6b2769e7e75"], ["uuid", "6cd98772-379d-44c9-8f9e-54ae7e1ec1c5"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:24:50.623163"], ["updated_at", "2017-10-25 17:24:50.623163"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -939349663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83b182e8-ac6f-4b89-bd95-756f378b9cb6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -939349663], ["username", "billy_20"], ["access_token", "241627fd61f3d225a0276157a03d347e"], ["uuid", "83b182e8-ac6f-4b89-bd95-756f378b9cb6"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:24:50.626884"], ["updated_at", "2017-10-25 17:24:50.626884"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1685146825 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'addb748c-b4aa-4496-a5bd-51f6b4af6f6b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1685146825], ["username", "billy_21"], ["access_token", "a4b7ff552ceb75f313dce34eade47501"], ["uuid", "addb748c-b4aa-4496-a5bd-51f6b4af6f6b"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:24:50.630461"], ["updated_at", "2017-10-25 17:24:50.630461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1276055426 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a205b846-c2f1-41e6-952f-e97b12746e2e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1276055426], ["username", "billy_22"], ["access_token", "9836da620302b6ad1e780d793ca0e124"], ["uuid", "a205b846-c2f1-41e6-952f-e97b12746e2e"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:24:50.634021"], ["updated_at", "2017-10-25 17:24:50.634021"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -875842252 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12c63d8c-d207-408a-aa76-98cb6af3c80d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -875842252], ["username", "billy_23"], ["access_token", "737160d70929d131411f26b15d2bc201"], ["uuid", "12c63d8c-d207-408a-aa76-98cb6af3c80d"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:24:50.637701"], ["updated_at", "2017-10-25 17:24:50.637701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -314656646 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71628ae0-dda2-409f-b39f-94c208b36bc3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -314656646], ["username", "billy_24"], ["access_token", "387f374fdac47b99896922e09f47af69"], ["uuid", "71628ae0-dda2-409f-b39f-94c208b36bc3"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:24:50.641350"], ["updated_at", "2017-10-25 17:24:50.641350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1103417300 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c257e60-9f17-422d-8661-74086a0b2b99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1103417300], ["username", "billy_25"], ["access_token", "74303c07b9b0e2dd68dda220f4cdf321"], ["uuid", "7c257e60-9f17-422d-8661-74086a0b2b99"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:24:50.644953"], ["updated_at", "2017-10-25 17:24:50.644953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1992140297 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5cbddb9e-0e02-4990-9729-673bac879661' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1992140297], ["username", "billy_26"], ["access_token", "4d5b6cb4eac589459e1da9fcc418f791"], ["uuid", "5cbddb9e-0e02-4990-9729-673bac879661"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:24:50.648686"], ["updated_at", "2017-10-25 17:24:50.648686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -854904825 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21fe2c7a-195b-4da2-8a32-c9f193c777b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -854904825], ["username", "billy_27"], ["access_token", "c36eb5f5d1b93ad66be99b0ad0ef17fb"], ["uuid", "21fe2c7a-195b-4da2-8a32-c9f193c777b8"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:24:50.652460"], ["updated_at", "2017-10-25 17:24:50.652460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1123602090 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d08f4c6-60c8-407e-8742-bd4edb5a47f9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1123602090], ["username", "billy_28"], ["access_token", "0cefa28979a8408bdb6a6461435844e2"], ["uuid", "6d08f4c6-60c8-407e-8742-bd4edb5a47f9"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:24:50.656045"], ["updated_at", "2017-10-25 17:24:50.656045"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -138786436 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e23ec4bc-674a-45e8-9b79-d9702b4a72a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -138786436], ["username", "billy_29"], ["access_token", "651363d303aa8b718c115a1143efa5bc"], ["uuid", "e23ec4bc-674a-45e8-9b79-d9702b4a72a0"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:24:50.659659"], ["updated_at", "2017-10-25 17:24:50.659659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1875849544 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '664a53dd-5c74-460e-b8e6-405a50cb257e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1875849544], ["username", "billy_30"], ["access_token", "7af5dadab5834fe4948ef24b0910cf8c"], ["uuid", "664a53dd-5c74-460e-b8e6-405a50cb257e"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:24:50.663161"], ["updated_at", "2017-10-25 17:24:50.663161"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1173183999 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3bb5248-d7e4-4d20-aac3-bdc0352cedd0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1173183999], ["username", "billy_31"], ["access_token", "fd038af80b1b42cfe847d2712e5b24ad"], ["uuid", "d3bb5248-d7e4-4d20-aac3-bdc0352cedd0"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:24:50.666672"], ["updated_at", "2017-10-25 17:24:50.666672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1415187778 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb300388-e87f-42ea-b767-3428a5a09a11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1415187778], ["username", "billy_32"], ["access_token", "87c344921ad210d494e573a2a52013cf"], ["uuid", "bb300388-e87f-42ea-b767-3428a5a09a11"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:24:50.670318"], ["updated_at", "2017-10-25 17:24:50.670318"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1326082063 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64098f2b-89de-422b-bb6c-c399d30597d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1326082063], ["username", "billy_33"], ["access_token", "ec1116ffd357d57ab22bd079e78afac0"], ["uuid", "64098f2b-89de-422b-bb6c-c399d30597d7"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:24:50.674009"], ["updated_at", "2017-10-25 17:24:50.674009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1965047833 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa984e70-94f0-4d9a-8379-bec064bb0071' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1965047833], ["username", "billy_34"], ["access_token", "aeb8b6a484b19025aa03a59297e1b784"], ["uuid", "fa984e70-94f0-4d9a-8379-bec064bb0071"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:24:50.677764"], ["updated_at", "2017-10-25 17:24:50.677764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -32031906 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e9f6c1c-658d-4a84-9fdf-77fad2e8d45b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -32031906], ["username", "billy_35"], ["access_token", "91cb57e2f6ff37cc460fdb04b32d3f3f"], ["uuid", "3e9f6c1c-658d-4a84-9fdf-77fad2e8d45b"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:24:50.681909"], ["updated_at", "2017-10-25 17:24:50.681909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1396556814 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42e03e4c-441f-4ed5-9772-87bc9861b37c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1396556814], ["username", "billy_36"], ["access_token", "901fdf39838983fbf64e253d3996fdae"], ["uuid", "42e03e4c-441f-4ed5-9772-87bc9861b37c"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:24:50.685851"], ["updated_at", "2017-10-25 17:24:50.685851"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1784912440 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34d29f1d-9be3-462d-99e2-66996f2346bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1784912440], ["username", "billy_37"], ["access_token", "3402a94cd179455e65bef5caee45182c"], ["uuid", "34d29f1d-9be3-462d-99e2-66996f2346bf"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:24:50.689535"], ["updated_at", "2017-10-25 17:24:50.689535"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -9596033 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1e32fa3-6af5-4ccf-90c5-6351f6328f73' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -9596033], ["username", "billy_38"], ["access_token", "8975b1483feec821ef8997f98ffd73a5"], ["uuid", "a1e32fa3-6af5-4ccf-90c5-6351f6328f73"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:24:50.693358"], ["updated_at", "2017-10-25 17:24:50.693358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1288270977 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ead91491-6217-4df0-bf7f-c2b519d17552' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1288270977], ["username", "billy_39"], ["access_token", "bce49feddb86e6c4b6204cd3a0525e12"], ["uuid", "ead91491-6217-4df0-bf7f-c2b519d17552"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:24:50.697142"], ["updated_at", "2017-10-25 17:24:50.697142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003850220 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2601b434-03b2-4a5b-bccb-9a4edef8cf25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1003850220], ["username", "billy_40"], ["access_token", "be0b8621590b2e0aa4b57c6e614d858c"], ["uuid", "2601b434-03b2-4a5b-bccb-9a4edef8cf25"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:24:50.700812"], ["updated_at", "2017-10-25 17:24:50.700812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1286039838 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca64a918-f26d-4757-b785-4a6dfb379269' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1286039838], ["username", "billy_41"], ["access_token", "b9d55210fbc65f4bb06cf92ed0e1bebf"], ["uuid", "ca64a918-f26d-4757-b785-4a6dfb379269"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:24:50.704484"], ["updated_at", "2017-10-25 17:24:50.704484"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1356992215 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7e98566-97bf-4db7-b880-f4f7565089f9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1356992215], ["username", "billy_42"], ["access_token", "e8ac5c680da8561fb36becd3ea5e9bda"], ["uuid", "e7e98566-97bf-4db7-b880-f4f7565089f9"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:24:50.708289"], ["updated_at", "2017-10-25 17:24:50.708289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -403065130 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ee828de-9731-4456-abd2-5cafe4198707' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -403065130], ["username", "billy_43"], ["access_token", "bdf1a9f2ec58b69d035d43efef03c987"], ["uuid", "0ee828de-9731-4456-abd2-5cafe4198707"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:24:50.711917"], ["updated_at", "2017-10-25 17:24:50.711917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -471057968 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '701e4939-ff98-4185-8a42-4003f23c90d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -471057968], ["username", "billy_44"], ["access_token", "e96e637c44662fca1bdc7d555b0e173c"], ["uuid", "701e4939-ff98-4185-8a42-4003f23c90d3"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:24:50.715448"], ["updated_at", "2017-10-25 17:24:50.715448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -913264415 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fffc4a1-80d6-4dc8-a63c-93dd7844e906' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -913264415], ["username", "billy_45"], ["access_token", "385a629c2f79448a2bc269c0450b644c"], ["uuid", "0fffc4a1-80d6-4dc8-a63c-93dd7844e906"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:24:50.719072"], ["updated_at", "2017-10-25 17:24:50.719072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -192622830 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa3b0cd2-32a2-4009-8c87-091c5eb357e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -192622830], ["username", "billy_46"], ["access_token", "993216c29f0e215d6cf8fb521950c144"], ["uuid", "fa3b0cd2-32a2-4009-8c87-091c5eb357e0"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:24:50.722683"], ["updated_at", "2017-10-25 17:24:50.722683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1961910184 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38266446-9d30-48c9-8f37-11a7795ab01b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1961910184], ["username", "billy_47"], ["access_token", "e374061963d8375e79d83704618bee7d"], ["uuid", "38266446-9d30-48c9-8f37-11a7795ab01b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:24:50.726379"], ["updated_at", "2017-10-25 17:24:50.726379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -470706616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89adeb4e-8b17-49ce-bb68-6712cbcdf6d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -470706616], ["username", "billy_48"], ["access_token", "f63ba89d40bf034ee6ee5bbc1e5b9d0e"], ["uuid", "89adeb4e-8b17-49ce-bb68-6712cbcdf6d7"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:24:50.729966"], ["updated_at", "2017-10-25 17:24:50.729966"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -827463191 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d3895df-c6c2-41d8-a87d-3c31eb6f49ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -827463191], ["username", "billy_49"], ["access_token", "3addb124179c82c5a3645e46327d0f7d"], ["uuid", "2d3895df-c6c2-41d8-a87d-3c31eb6f49ec"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:24:50.733548"], ["updated_at", "2017-10-25 17:24:50.733548"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1924935491 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f0509b1-5261-41ac-ab50-2695344e04e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1924935491], ["username", "jstrav"], ["access_token", "2342b2b4067b82e70772537b5e6ca82b"], ["uuid", "3f0509b1-5261-41ac-ab50-2695344e04e9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:50.748626"], ["updated_at", "2017-10-25 17:24:50.748626"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -492603861 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '025fc5dd-9af7-4363-92c0-411637629f32' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -492603861], ["username", "mary"], ["access_token", "c8e723276a744ab12cddc59683e04088"], ["uuid", "025fc5dd-9af7-4363-92c0-411637629f32"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:50.754188"], ["updated_at", "2017-10-25 17:24:50.754188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995075507 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6732e64-ec4d-4c53-b0c2-a50b3778532c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -995075507], ["username", "jstead"], ["access_token", "2f99b8c5dd5334564534fb8a5bf6109b"], ["uuid", "c6732e64-ec4d-4c53-b0c2-a50b3778532c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:50.759315"], ["updated_at", "2017-10-25 17:24:50.759315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1064767159 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6540090-9ae3-41b5-a962-161cabff7eea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1064767159], ["username", "bigbear"], ["access_token", "6bff08cb4446d0673baaa7a235bba307"], ["uuid", "c6540090-9ae3-41b5-a962-161cabff7eea"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:50.763467"], ["updated_at", "2017-10-25 17:24:50.763467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2001731491 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae29d914-571c-4e8c-b27e-62ddc6f311ac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2001731491], ["username", "jstrav"], ["access_token", "e8b19efeaba971bf3ae410f7e1f5953a"], ["uuid", "ae29d914-571c-4e8c-b27e-62ddc6f311ac"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:50.771026"], ["updated_at", "2017-10-25 17:24:50.771026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153370075 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9edab831-74c7-4e0a-91cc-a3da88190231' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -153370075], ["username", "mary"], ["access_token", "2913e6c1bf946407f5a14fa000d8b510"], ["uuid", "9edab831-74c7-4e0a-91cc-a3da88190231"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:50.775585"], ["updated_at", "2017-10-25 17:24:50.775585"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1888357633 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bccf69ed-d62f-41f5-b0f6-5f34cddd67ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1888357633], ["username", "jstead"], ["access_token", "4a24922d7917be9cce8923d7d883c86e"], ["uuid", "bccf69ed-d62f-41f5-b0f6-5f34cddd67ce"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:50.779647"], ["updated_at", "2017-10-25 17:24:50.779647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -112222689 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd28f561c-f360-4eb0-beae-7956848d9fa5' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -112222689], ["username", "bigbear"], ["access_token", "8d7bde509f6c2d4cc3279dd85a6e4770"], ["uuid", "d28f561c-f360-4eb0-beae-7956848d9fa5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:50.783400"], ["updated_at", "2017-10-25 17:24:50.783400"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -622176398 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf1b9a08-a236-4a97-9fc8-e05c714f2d79' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -622176398], ["username", "jstrav"], ["access_token", "b1fc482a874b9ed67096e57524eb90c9"], ["uuid", "bf1b9a08-a236-4a97-9fc8-e05c714f2d79"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:50.793932"], ["updated_at", "2017-10-25 17:24:50.793932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -95247708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28d481ee-fbed-47ae-9d30-9bfb7c57c4b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -95247708], ["username", "mary"], ["access_token", "fbe268488e9941daf9739eef4cd7f72d"], ["uuid", "28d481ee-fbed-47ae-9d30-9bfb7c57c4b4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:50.798269"], ["updated_at", "2017-10-25 17:24:50.798269"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2126556178 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cdbfeba-e085-42b4-8587-794ba85c83d2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2126556178], ["username", "jstead"], ["access_token", "6751c9d311985fc4e0488a94d0091132"], ["uuid", "7cdbfeba-e085-42b4-8587-794ba85c83d2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:50.802748"], ["updated_at", "2017-10-25 17:24:50.802748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1706563130 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29f1e66d-b629-43ef-9e8b-9fe899ada174' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1706563130], ["username", "bigbear"], ["access_token", "6015cbfe06ca6d568c4df2eeb336940a"], ["uuid", "29f1e66d-b629-43ef-9e8b-9fe899ada174"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:50.808409"], ["updated_at", "2017-10-25 17:24:50.808409"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1180800962 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8d1a0d7-8793-4f92-9536-eea2c3b8312d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1180800962], ["username", "jstrav"], ["access_token", "2c8d0787822fc084d171833766a012fe"], ["uuid", "a8d1a0d7-8793-4f92-9536-eea2c3b8312d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:50.817355"], ["updated_at", "2017-10-25 17:24:50.817355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1277915168 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24b5ff3c-e960-4363-9a90-cec4fee9516e' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1277915168], ["username", "mary"], ["access_token", "3447a0140a57bb1eb7398bff9ec4b9cd"], ["uuid", "24b5ff3c-e960-4363-9a90-cec4fee9516e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:50.821378"], ["updated_at", "2017-10-25 17:24:50.821378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1398445177 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dabcd24f-23f7-4964-9df4-65cceb3a07b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1398445177], ["username", "jstead"], ["access_token", "ac5d2d9677e3204e5a9a5e128253aa79"], ["uuid", "dabcd24f-23f7-4964-9df4-65cceb3a07b8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:50.825420"], ["updated_at", "2017-10-25 17:24:50.825420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1209364300 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0280abdc-e30e-44c1-af04-ee4f59f754c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1209364300], ["username", "bigbear"], ["access_token", "8ce9c441c421e7ded967cd08ae29eaf0"], ["uuid", "0280abdc-e30e-44c1-af04-ee4f59f754c2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:50.829608"], ["updated_at", "2017-10-25 17:24:50.829608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424184629 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '370dbdeb-6a84-4a1f-8256-040bb01f1fc0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -424184629], ["username", "jstrav"], ["access_token", "338edd7e3658a5e4637404f66bb10503"], ["uuid", "370dbdeb-6a84-4a1f-8256-040bb01f1fc0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:50.839217"], ["updated_at", "2017-10-25 17:24:50.839217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -138841273 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '86ed8c42-d699-4ae2-9e89-49912f927492' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -138841273], ["username", "mary"], ["access_token", "41ab9be4fae08704e75806755828dace"], ["uuid", "86ed8c42-d699-4ae2-9e89-49912f927492"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:50.843074"], ["updated_at", "2017-10-25 17:24:50.843074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366862360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9633ddab-aa47-4328-839c-572f6be40cd9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -366862360], ["username", "jstead"], ["access_token", "fde3b96278ade561383970c532d96868"], ["uuid", "9633ddab-aa47-4328-839c-572f6be40cd9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:50.846835"], ["updated_at", "2017-10-25 17:24:50.846835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1805072669 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '440129d8-4f13-4691-8519-84101deae962' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1805072669], ["username", "bigbear"], ["access_token", "a508cef4acbe30af05b5e70f58415dcb"], ["uuid", "440129d8-4f13-4691-8519-84101deae962"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:50.850706"], ["updated_at", "2017-10-25 17:24:50.850706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1907915637 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '737a5e1a-e260-4a88-8335-fcf94c500e0a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1907915637], ["username", "jstrav"], ["access_token", "09fa8b95d0f47694de7c9f959cc06391"], ["uuid", "737a5e1a-e260-4a88-8335-fcf94c500e0a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:50.858503"], ["updated_at", "2017-10-25 17:24:50.858503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1360694494 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3cd9a691-8e74-4a54-9159-25f0ec67243b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1360694494], ["username", "mary"], ["access_token", "45725d82481192cd7b85f086b4fa2f16"], ["uuid", "3cd9a691-8e74-4a54-9159-25f0ec67243b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:50.862437"], ["updated_at", "2017-10-25 17:24:50.862437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010871670 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2af5e53-3072-4d82-90f1-91abbadc6630' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1010871670], ["username", "jstead"], ["access_token", "137074dbe0b38a0d8935e77ff5249284"], ["uuid", "b2af5e53-3072-4d82-90f1-91abbadc6630"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:50.866194"], ["updated_at", "2017-10-25 17:24:50.866194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1827731682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41cb8ada-2f10-45fb-9382-fcb71a039c27' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1827731682], ["username", "bigbear"], ["access_token", "aec9a97f15ee69ca39962333fe92cc0d"], ["uuid", "41cb8ada-2f10-45fb-9382-fcb71a039c27"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:50.869831"], ["updated_at", "2017-10-25 17:24:50.869831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (1.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -261683636 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30296d9f-4b39-407a-add6-f1d591efc695' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -261683636], ["username", "jstrav"], ["access_token", "e59d74875e185aca476a7b17e87c282f"], ["uuid", "30296d9f-4b39-407a-add6-f1d591efc695"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:50.879953"], ["updated_at", "2017-10-25 17:24:50.879953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -199150507 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7db626b9-49af-47c1-81b3-ac10a62bcaf1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -199150507], ["username", "mary"], ["access_token", "c6519279a18d3c90dd91fd9261c65bc9"], ["uuid", "7db626b9-49af-47c1-81b3-ac10a62bcaf1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:50.884093"], ["updated_at", "2017-10-25 17:24:50.884093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1720013008 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0f39ba4-8e6e-4bc7-acf8-bd7cd5e85f0b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1720013008], ["username", "jstead"], ["access_token", "0d3e3ebfb59d55f75457231fbcdd855a"], ["uuid", "e0f39ba4-8e6e-4bc7-acf8-bd7cd5e85f0b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:50.887952"], ["updated_at", "2017-10-25 17:24:50.887952"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -367402784 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93f593f9-e64b-44e4-9d43-01c8631a4b14' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -367402784], ["username", "bigbear"], ["access_token", "bca399ce883671baa5f52081dc8e2de3"], ["uuid", "93f593f9-e64b-44e4-9d43-01c8631a4b14"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:50.891600"], ["updated_at", "2017-10-25 17:24:50.891600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2073389329 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a65f8f7-dcc4-49f9-83a5-c18e9c955e60' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2073389329], ["username", "jstrav"], ["access_token", "0a631209ebbb7e42aeb56a4a52f5693a"], ["uuid", "7a65f8f7-dcc4-49f9-83a5-c18e9c955e60"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:50.899310"], ["updated_at", "2017-10-25 17:24:50.899310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404583723 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e996a91f-f599-4b68-aaad-6cee475ec2b4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -404583723], ["username", "mary"], ["access_token", "217df26f401c7e504a9b28b6979cf421"], ["uuid", "e996a91f-f599-4b68-aaad-6cee475ec2b4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:50.904397"], ["updated_at", "2017-10-25 17:24:50.904397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -164469666 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab64013f-fe25-4b69-9ff5-24071f342db0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -164469666], ["username", "jstead"], ["access_token", "7f8207a48d5efa0266f2343d3aab5e1a"], ["uuid", "ab64013f-fe25-4b69-9ff5-24071f342db0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:50.909069"], ["updated_at", "2017-10-25 17:24:50.909069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -651465041 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7719a3ee-9657-43f4-941a-2c81712061b5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -651465041], ["username", "bigbear"], ["access_token", "2a38aa39b3049595e5608a07df9fb622"], ["uuid", "7719a3ee-9657-43f4-941a-2c81712061b5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:50.913378"], ["updated_at", "2017-10-25 17:24:50.913378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1674187212 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3e8ce28-b727-4c1b-9628-833cf4c309bd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1674187212], ["username", "jstrav"], ["access_token", "abd7ed5a684b0a854b26fb980793105a"], ["uuid", "d3e8ce28-b727-4c1b-9628-833cf4c309bd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:50.923629"], ["updated_at", "2017-10-25 17:24:50.923629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -576703720 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a59df48-a62e-49b8-b5d1-95ac4a00bc1f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -576703720], ["username", "mary"], ["access_token", "fbfa8743f9b2db3e71eb5df9dc60025c"], ["uuid", "8a59df48-a62e-49b8-b5d1-95ac4a00bc1f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:50.928813"], ["updated_at", "2017-10-25 17:24:50.928813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -3391360 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3b6309b-58b0-4a85-960d-e872aa96cabf' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -3391360], ["username", "jstead"], ["access_token", "50e7bbc2c1bc3a332f0796327457acfe"], ["uuid", "b3b6309b-58b0-4a85-960d-e872aa96cabf"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:50.941954"], ["updated_at", "2017-10-25 17:24:50.941954"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -541606790 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed894d97-722a-45b8-9ba8-7a406a084284' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -541606790], ["username", "bigbear"], ["access_token", "5fec0e9c7d383e1ab41ff3481893d0b4"], ["uuid", "ed894d97-722a-45b8-9ba8-7a406a084284"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:50.946681"], ["updated_at", "2017-10-25 17:24:50.946681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1891470595 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac94fe8d-81cf-4fa6-8a54-7e12feaf31ee' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1891470595], ["username", "jstrav"], ["access_token", "53306995b0a9cd43aa78fa0b3c4af04e"], ["uuid", "ac94fe8d-81cf-4fa6-8a54-7e12feaf31ee"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:50.956339"], ["updated_at", "2017-10-25 17:24:50.956339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1484826737 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9428ce70-9703-460e-be36-9e817fc66d31' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1484826737], ["username", "mary"], ["access_token", "827b8281acb2f239d2f2e21996a0e016"], ["uuid", "9428ce70-9703-460e-be36-9e817fc66d31"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:50.961103"], ["updated_at", "2017-10-25 17:24:50.961103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -179791147 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52ab254a-9339-434a-a869-c8f6409c3833' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -179791147], ["username", "jstead"], ["access_token", "c526633eabe3ef83495e9626a23625d6"], ["uuid", "52ab254a-9339-434a-a869-c8f6409c3833"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:50.965047"], ["updated_at", "2017-10-25 17:24:50.965047"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592780729 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ce11e68-7f3e-4225-8fb4-526d2d1f102e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -592780729], ["username", "bigbear"], ["access_token", "16c5fdd79a635e62583bb5eab98c73ce"], ["uuid", "6ce11e68-7f3e-4225-8fb4-526d2d1f102e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:50.969517"], ["updated_at", "2017-10-25 17:24:50.969517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -138319298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6acb3a4-0ce0-49c1-a19c-033d1a566d81' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -138319298], ["username", "jstrav"], ["access_token", "166aa4fbeb47541d038672f781a32a94"], ["uuid", "d6acb3a4-0ce0-49c1-a19c-033d1a566d81"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:50.977856"], ["updated_at", "2017-10-25 17:24:50.977856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1778048838 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de35bcf7-b4da-4b5e-b43f-e72e9cccd3d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1778048838], ["username", "mary"], ["access_token", "347a6917068dca82bb6326cc9679642f"], ["uuid", "de35bcf7-b4da-4b5e-b43f-e72e9cccd3d7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:50.981505"], ["updated_at", "2017-10-25 17:24:50.981505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -85410476 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3fb59920-85fb-4dd9-8672-e0e344eae8d7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -85410476], ["username", "jstead"], ["access_token", "f677ddc0c9f25854c015dc4e3deae3d4"], ["uuid", "3fb59920-85fb-4dd9-8672-e0e344eae8d7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:50.985594"], ["updated_at", "2017-10-25 17:24:50.985594"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409945998 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1c4c5b1-0ca2-4ad0-a18f-bd793a540e0a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1409945998], ["username", "bigbear"], ["access_token", "419417a362c3321ba6d711d519449a64"], ["uuid", "f1c4c5b1-0ca2-4ad0-a18f-bd793a540e0a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:50.991251"], ["updated_at", "2017-10-25 17:24:50.991251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -890846026 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb1ee5b6-ed6a-4ce3-bf43-d9cfcff41fa0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -890846026], ["username", "billy_00"], ["access_token", "ced256725eaeadc709059a430c553176"], ["uuid", "fb1ee5b6-ed6a-4ce3-bf43-d9cfcff41fa0"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:24:50.995908"], ["updated_at", "2017-10-25 17:24:50.995908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -358557958 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'abcbcaf0-bf6b-45e4-aff4-9ce2a9f02ca5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -358557958], ["username", "billy_01"], ["access_token", "795338d1ecccc5d7281ec274141e451c"], ["uuid", "abcbcaf0-bf6b-45e4-aff4-9ce2a9f02ca5"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:24:50.999716"], ["updated_at", "2017-10-25 17:24:50.999716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -550839597 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ceb2bee-0026-4d7e-ab47-73249e6513df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -550839597], ["username", "billy_02"], ["access_token", "0555e2677f646d07e031bf8b781ce929"], ["uuid", "5ceb2bee-0026-4d7e-ab47-73249e6513df"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:24:51.003319"], ["updated_at", "2017-10-25 17:24:51.003319"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -451443449 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c9502f1-50ed-4c0e-9001-31ccfee53e06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -451443449], ["username", "billy_03"], ["access_token", "9bf23d07fa1d8c10d8a2ab37bcc95d11"], ["uuid", "3c9502f1-50ed-4c0e-9001-31ccfee53e06"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:24:51.006915"], ["updated_at", "2017-10-25 17:24:51.006915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659852808 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93be0b38-db93-457a-bf59-95f181cff099' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1659852808], ["username", "billy_04"], ["access_token", "7efcfe9c2ec0f6e2724cc2531a9da22b"], ["uuid", "93be0b38-db93-457a-bf59-95f181cff099"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:24:51.010869"], ["updated_at", "2017-10-25 17:24:51.010869"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016306883 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e188ec9-f274-4997-9834-ff8561fa737a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1016306883], ["username", "billy_05"], ["access_token", "5c507ab11806be026692107c947dab26"], ["uuid", "2e188ec9-f274-4997-9834-ff8561fa737a"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:24:51.014631"], ["updated_at", "2017-10-25 17:24:51.014631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1331746696 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '247fb225-09e7-4c27-8881-6d9bd1a5bec4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1331746696], ["username", "billy_06"], ["access_token", "2ce21c9684c44125d693ee7a49763b73"], ["uuid", "247fb225-09e7-4c27-8881-6d9bd1a5bec4"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:24:51.018900"], ["updated_at", "2017-10-25 17:24:51.018900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1489018335 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '973e2d41-da9c-485c-abd2-a1bfac39f7a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1489018335], ["username", "billy_07"], ["access_token", "9aeeaf8b0a9cb87f0a94e568336c605a"], ["uuid", "973e2d41-da9c-485c-abd2-a1bfac39f7a3"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:24:51.022762"], ["updated_at", "2017-10-25 17:24:51.022762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160605747 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08a1fd04-1eb7-4207-bae4-648585cb199a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -160605747], ["username", "billy_08"], ["access_token", "84fd6baa0e3a896d609e50b8630e26e1"], ["uuid", "08a1fd04-1eb7-4207-bae4-648585cb199a"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:24:51.026399"], ["updated_at", "2017-10-25 17:24:51.026399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -740353796 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a5618dcc-b695-4f77-9f90-027084a63f37' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -740353796], ["username", "billy_09"], ["access_token", "96f7570e87b4ac3788620ebd4de25d1b"], ["uuid", "a5618dcc-b695-4f77-9f90-027084a63f37"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:24:51.029986"], ["updated_at", "2017-10-25 17:24:51.029986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1431365851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34021452-9b73-40cb-ab00-a77433a5ee03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1431365851], ["username", "billy_10"], ["access_token", "d61cbfb7c3daf46c5b1c35fb150f9711"], ["uuid", "34021452-9b73-40cb-ab00-a77433a5ee03"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:24:51.033800"], ["updated_at", "2017-10-25 17:24:51.033800"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1356268903 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2419453e-6374-45c0-ab73-43ea2b4b8cba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1356268903], ["username", "billy_11"], ["access_token", "790a52fc0d070808aeceae1d731b9e37"], ["uuid", "2419453e-6374-45c0-ab73-43ea2b4b8cba"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:24:51.037610"], ["updated_at", "2017-10-25 17:24:51.037610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1110578851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0cf8caf2-2ac1-4d14-9efb-6c4971f30e45' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1110578851], ["username", "billy_12"], ["access_token", "ce348d980d144b7c6a8d6c19a227d0cf"], ["uuid", "0cf8caf2-2ac1-4d14-9efb-6c4971f30e45"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:24:51.041254"], ["updated_at", "2017-10-25 17:24:51.041254"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1593466125 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9cf77dd2-ca54-4c22-9b41-8121471596a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1593466125], ["username", "billy_13"], ["access_token", "c4d75bdc88a6e7dfccfd38302e6fc8b7"], ["uuid", "9cf77dd2-ca54-4c22-9b41-8121471596a9"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:24:51.045085"], ["updated_at", "2017-10-25 17:24:51.045085"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -510497482 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e6e3654-783f-48da-aa2f-5caf64f19311' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -510497482], ["username", "billy_14"], ["access_token", "0e1fdbd3d819dcee71f5e121b4fce562"], ["uuid", "8e6e3654-783f-48da-aa2f-5caf64f19311"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:24:51.048754"], ["updated_at", "2017-10-25 17:24:51.048754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2112534748 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d949495-851b-4ead-bb64-a89ce61f471f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2112534748], ["username", "billy_15"], ["access_token", "20f91890343b69203488ccd1124be2a7"], ["uuid", "5d949495-851b-4ead-bb64-a89ce61f471f"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:24:51.052569"], ["updated_at", "2017-10-25 17:24:51.052569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2057092923 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac82a0d8-23ba-4ffa-a698-dd21d7f9ee5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2057092923], ["username", "billy_16"], ["access_token", "6e4040fa76cd6b1086d48f2978b59a20"], ["uuid", "ac82a0d8-23ba-4ffa-a698-dd21d7f9ee5a"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:24:51.056213"], ["updated_at", "2017-10-25 17:24:51.056213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1347642073 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1048f538-1755-427d-a47c-762077e21446' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1347642073], ["username", "billy_17"], ["access_token", "5ba06dedff19642a5001489b40a77ca3"], ["uuid", "1048f538-1755-427d-a47c-762077e21446"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:24:51.059781"], ["updated_at", "2017-10-25 17:24:51.059781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1598329098 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c53a723-1d44-4ae9-b009-f127e642c5f4' LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1598329098], ["username", "billy_18"], ["access_token", "b251cf785987a127f92fc389a8917119"], ["uuid", "2c53a723-1d44-4ae9-b009-f127e642c5f4"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:24:51.063279"], ["updated_at", "2017-10-25 17:24:51.063279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -993149075 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aaaff4e8-4ac2-4b9a-b8e6-7555452a3c4b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -993149075], ["username", "billy_19"], ["access_token", "5a2decadb2f7b9b15ed315b0df9b9e82"], ["uuid", "aaaff4e8-4ac2-4b9a-b8e6-7555452a3c4b"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:24:51.067280"], ["updated_at", "2017-10-25 17:24:51.067280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1204651285 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab6829d1-aea8-4972-95bf-3a461fd0b121' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1204651285], ["username", "billy_20"], ["access_token", "8cb587b6495ea8ab53c30ce6867de807"], ["uuid", "ab6829d1-aea8-4972-95bf-3a461fd0b121"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:24:51.070988"], ["updated_at", "2017-10-25 17:24:51.070988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -384840172 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89d903bc-9ce3-4519-9b06-025f661bbe9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -384840172], ["username", "billy_21"], ["access_token", "a044d263db3182dd9116e100a17acf6c"], ["uuid", "89d903bc-9ce3-4519-9b06-025f661bbe9f"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:24:51.074937"], ["updated_at", "2017-10-25 17:24:51.074937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -198555323 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10c9d0c6-7196-4a4c-8e22-f729211d7645' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -198555323], ["username", "billy_22"], ["access_token", "a261fd4086c177bb192727866ba9fdbe"], ["uuid", "10c9d0c6-7196-4a4c-8e22-f729211d7645"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:24:51.078735"], ["updated_at", "2017-10-25 17:24:51.078735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1710188370 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0475d7f-731f-4adb-8d39-30647a74e35a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1710188370], ["username", "billy_23"], ["access_token", "225fdbfe4e7e3ee6e0dbc8618521e8e1"], ["uuid", "b0475d7f-731f-4adb-8d39-30647a74e35a"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:24:51.082981"], ["updated_at", "2017-10-25 17:24:51.082981"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -532601948 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8564327-1fcb-4d3f-b6f2-8ffe7b125ffa' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -532601948], ["username", "billy_24"], ["access_token", "c856b64dfef077703122c74eaacd6b10"], ["uuid", "b8564327-1fcb-4d3f-b6f2-8ffe7b125ffa"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:24:51.089097"], ["updated_at", "2017-10-25 17:24:51.089097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1214671755 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '86742334-a348-416c-bf78-dbe3cccf3e2b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1214671755], ["username", "billy_25"], ["access_token", "ec757ce7cac9859cc8fa6793fbe1cbcf"], ["uuid", "86742334-a348-416c-bf78-dbe3cccf3e2b"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:24:51.093951"], ["updated_at", "2017-10-25 17:24:51.093951"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -212030969 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b44305ec-8bfa-4e0a-b828-610acfdca8e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -212030969], ["username", "billy_26"], ["access_token", "f86105b600fa25de416be199592b505c"], ["uuid", "b44305ec-8bfa-4e0a-b828-610acfdca8e8"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:24:51.097995"], ["updated_at", "2017-10-25 17:24:51.097995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -295993479 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7ca279e-b1fe-417c-b34f-77757798860e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -295993479], ["username", "billy_27"], ["access_token", "249855cd474ee8d221d62bb4c11395eb"], ["uuid", "b7ca279e-b1fe-417c-b34f-77757798860e"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:24:51.101917"], ["updated_at", "2017-10-25 17:24:51.101917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1928650184 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8daa9bd6-b548-4379-a50c-b6cc7303ac9d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1928650184], ["username", "billy_28"], ["access_token", "5dc254ad04f35ffb649bbab9b7cd783f"], ["uuid", "8daa9bd6-b548-4379-a50c-b6cc7303ac9d"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:24:51.105645"], ["updated_at", "2017-10-25 17:24:51.105645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1537376679 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef350c91-4f0b-4152-843b-b104489160ac' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1537376679], ["username", "billy_29"], ["access_token", "2fa17003155a91bfe0789e5540b83664"], ["uuid", "ef350c91-4f0b-4152-843b-b104489160ac"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:24:51.109376"], ["updated_at", "2017-10-25 17:24:51.109376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -910308061 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7320ca54-5311-40db-89d6-d3daae7e00b6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -910308061], ["username", "billy_30"], ["access_token", "40125930c9dacb0f6ba5d1ab92e89220"], ["uuid", "7320ca54-5311-40db-89d6-d3daae7e00b6"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:24:51.114369"], ["updated_at", "2017-10-25 17:24:51.114369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1205603003 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f93a884-ddc4-41c1-8b88-0c6ed8191550' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1205603003], ["username", "billy_31"], ["access_token", "097ebad65fa1da924e838471859382c8"], ["uuid", "9f93a884-ddc4-41c1-8b88-0c6ed8191550"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:24:51.119906"], ["updated_at", "2017-10-25 17:24:51.119906"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -631655756 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cde1b740-aec7-4953-9b7a-3cf3997f9704' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -631655756], ["username", "billy_32"], ["access_token", "b4f622d620e5d453f103a08114ae9c39"], ["uuid", "cde1b740-aec7-4953-9b7a-3cf3997f9704"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:24:51.125138"], ["updated_at", "2017-10-25 17:24:51.125138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410734697 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecfa7d2c-d726-4c33-a0a8-8ed8110174b2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -410734697], ["username", "billy_33"], ["access_token", "cf027144bbe508a8454efdb1f3289dd6"], ["uuid", "ecfa7d2c-d726-4c33-a0a8-8ed8110174b2"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:24:51.129315"], ["updated_at", "2017-10-25 17:24:51.129315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -941804669 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9dd78e4-f06c-4ead-a073-67fbf6bb2e38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -941804669], ["username", "billy_34"], ["access_token", "b592bcd720578ea0af891dbbd21b7c74"], ["uuid", "b9dd78e4-f06c-4ead-a073-67fbf6bb2e38"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:24:51.132998"], ["updated_at", "2017-10-25 17:24:51.132998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1781195965 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2f81230-4339-49cd-8535-5f6ff3345a33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1781195965], ["username", "billy_35"], ["access_token", "13524674eb0abe4d6e8ad14f57495510"], ["uuid", "e2f81230-4339-49cd-8535-5f6ff3345a33"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:24:51.136730"], ["updated_at", "2017-10-25 17:24:51.136730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1192758397 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10138263-d217-4cca-9c04-df49af31e30f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1192758397], ["username", "billy_36"], ["access_token", "505c19e29e43764480f9b5463baf2d21"], ["uuid", "10138263-d217-4cca-9c04-df49af31e30f"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:24:51.140399"], ["updated_at", "2017-10-25 17:24:51.140399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -73735270 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a0b186c-716b-4066-8d06-3df29333097e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -73735270], ["username", "billy_37"], ["access_token", "4840464645156e0e4a4334d87b32189e"], ["uuid", "8a0b186c-716b-4066-8d06-3df29333097e"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:24:51.144064"], ["updated_at", "2017-10-25 17:24:51.144064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1119004647 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11c5eda2-559e-4af1-bb4e-ca7992620fc0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1119004647], ["username", "billy_38"], ["access_token", "7527f0cc05602ee2d8d195fdc1a96e69"], ["uuid", "11c5eda2-559e-4af1-bb4e-ca7992620fc0"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:24:51.147720"], ["updated_at", "2017-10-25 17:24:51.147720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -549492935 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb152534-e972-4837-802f-9aab7be2d8af' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -549492935], ["username", "billy_39"], ["access_token", "d14fd606db225c2887886bd55a7b75e0"], ["uuid", "bb152534-e972-4837-802f-9aab7be2d8af"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:24:51.151851"], ["updated_at", "2017-10-25 17:24:51.151851"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1800357288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'deb8dd94-8fe2-4885-96f5-0495843b93ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1800357288], ["username", "billy_40"], ["access_token", "0066a3d1eeaf7541b2534afcf456dc06"], ["uuid", "deb8dd94-8fe2-4885-96f5-0495843b93ee"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:24:51.155830"], ["updated_at", "2017-10-25 17:24:51.155830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488810499 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '552e028f-2d68-4b63-9d37-0c166c216803' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -488810499], ["username", "billy_41"], ["access_token", "1edd1811c561e391e33112329798565a"], ["uuid", "552e028f-2d68-4b63-9d37-0c166c216803"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:24:51.159497"], ["updated_at", "2017-10-25 17:24:51.159497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1173961563 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '40bb2def-df97-46b1-a593-6a9890764199' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1173961563], ["username", "billy_42"], ["access_token", "a917e732ecc5196f341e19c1cae8ffe4"], ["uuid", "40bb2def-df97-46b1-a593-6a9890764199"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:24:51.163161"], ["updated_at", "2017-10-25 17:24:51.163161"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657650677 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '719ad118-5ea0-4866-9095-fc0753c05743' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -657650677], ["username", "billy_43"], ["access_token", "9b58dce3231484d90bd622e3d19ced43"], ["uuid", "719ad118-5ea0-4866-9095-fc0753c05743"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:24:51.166832"], ["updated_at", "2017-10-25 17:24:51.166832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -974937179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b859cba8-7ffd-43d0-8355-d56a58949d63' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -974937179], ["username", "billy_44"], ["access_token", "e65db382f0582ff91577fa363d3a8758"], ["uuid", "b859cba8-7ffd-43d0-8355-d56a58949d63"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:24:51.170529"], ["updated_at", "2017-10-25 17:24:51.170529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1024829768 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2e4a249-e181-4d79-8bf0-06470ab767cb' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1024829768], ["username", "billy_45"], ["access_token", "b7c359a2fa08d4a1bbf8707e0a1a7aec"], ["uuid", "f2e4a249-e181-4d79-8bf0-06470ab767cb"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:24:51.174200"], ["updated_at", "2017-10-25 17:24:51.174200"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1243463058 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '730b0755-c0cb-4777-8ec3-78cccdc45770' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1243463058], ["username", "jstrav"], ["access_token", "c1023d506b917c82adb41766595cb81d"], ["uuid", "730b0755-c0cb-4777-8ec3-78cccdc45770"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:51.185698"], ["updated_at", "2017-10-25 17:24:51.185698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1203937294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4293786-8282-4198-96a2-187d2922f67e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1203937294], ["username", "mary"], ["access_token", "3d08574d477c479aaafde5a4bc479e5d"], ["uuid", "a4293786-8282-4198-96a2-187d2922f67e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:51.189696"], ["updated_at", "2017-10-25 17:24:51.189696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1683096756 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b653fc2-97ac-4333-b3c9-e1ec523fb36e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1683096756], ["username", "jstead"], ["access_token", "5b3783d29eed01b6d87d9029b0ddd0ab"], ["uuid", "5b653fc2-97ac-4333-b3c9-e1ec523fb36e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:51.193357"], ["updated_at", "2017-10-25 17:24:51.193357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2142235149 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3135810-331a-4f7a-b14d-02733104ff21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2142235149], ["username", "bigbear"], ["access_token", "bef9441cd4fa8de23f1e0acd1886a135"], ["uuid", "e3135810-331a-4f7a-b14d-02733104ff21"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:51.196935"], ["updated_at", "2017-10-25 17:24:51.196935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1655688129 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '971ad37a-33f6-461d-98aa-94b6093ccf73' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1655688129], ["username", "billy_00"], ["access_token", "b2768bbaf73472970a8c6dae30c7586d"], ["uuid", "971ad37a-33f6-461d-98aa-94b6093ccf73"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:24:51.200577"], ["updated_at", "2017-10-25 17:24:51.200577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -972400600 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c738f08-65a8-47c4-b6ff-c9db6d663595' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -972400600], ["username", "billy_01"], ["access_token", "204412840802f2b4ff84c5d7097e69fc"], ["uuid", "8c738f08-65a8-47c4-b6ff-c9db6d663595"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:24:51.204298"], ["updated_at", "2017-10-25 17:24:51.204298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987947848 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '964506c1-086f-472f-bb67-5f46d10a29e1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -987947848], ["username", "billy_02"], ["access_token", "efb0a7f33fe45aef5e3cbba39093f8d8"], ["uuid", "964506c1-086f-472f-bb67-5f46d10a29e1"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:24:51.207912"], ["updated_at", "2017-10-25 17:24:51.207912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -633883728 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09ba2b7e-240a-46de-8354-14b01ecbe470' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -633883728], ["username", "billy_03"], ["access_token", "60f101135db4cb06bfecbf7ed5cb04f8"], ["uuid", "09ba2b7e-240a-46de-8354-14b01ecbe470"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:24:51.211609"], ["updated_at", "2017-10-25 17:24:51.211609"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1575551205 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18d8f957-14f1-4109-9fc7-8abd1b6c7cc7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1575551205], ["username", "billy_04"], ["access_token", "9c3626e9ba2de29dfe000059142fc37b"], ["uuid", "18d8f957-14f1-4109-9fc7-8abd1b6c7cc7"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:24:51.215246"], ["updated_at", "2017-10-25 17:24:51.215246"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -118754234 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '73e5ac61-8fb9-4285-98cc-d2753e082148' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -118754234], ["username", "billy_05"], ["access_token", "39205911b6a65937d01154dba5172608"], ["uuid", "73e5ac61-8fb9-4285-98cc-d2753e082148"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:24:51.219453"], ["updated_at", "2017-10-25 17:24:51.219453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -655501960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7854a71-287c-4e30-b42c-5156faf3d79d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -655501960], ["username", "billy_06"], ["access_token", "e40661eafcb26204e62785d8b5d38f33"], ["uuid", "b7854a71-287c-4e30-b42c-5156faf3d79d"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:24:51.224601"], ["updated_at", "2017-10-25 17:24:51.224601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -35928481 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc35cf3a-a16b-451d-9743-d9f35a231585' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -35928481], ["username", "billy_07"], ["access_token", "e72a15bb5a756b75d16741d2b57a5dea"], ["uuid", "bc35cf3a-a16b-451d-9743-d9f35a231585"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:24:51.228295"], ["updated_at", "2017-10-25 17:24:51.228295"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -37294662 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '977aa719-b21c-4502-b8e6-79c4aa7ca14e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -37294662], ["username", "billy_08"], ["access_token", "abd46fde9fed4e8215258467caf433da"], ["uuid", "977aa719-b21c-4502-b8e6-79c4aa7ca14e"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:24:51.231882"], ["updated_at", "2017-10-25 17:24:51.231882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -420280134 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c084bb8d-b285-4554-8fb7-8901517dec70' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -420280134], ["username", "billy_09"], ["access_token", "f48dee8a96dde6f000be84d67d774f9e"], ["uuid", "c084bb8d-b285-4554-8fb7-8901517dec70"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:24:51.235795"], ["updated_at", "2017-10-25 17:24:51.235795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -633329313 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '526d1d87-fe17-4fe2-a937-3d32ace8c6dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -633329313], ["username", "billy_10"], ["access_token", "10df4a8e7ea71bf7333703b91ab0400e"], ["uuid", "526d1d87-fe17-4fe2-a937-3d32ace8c6dc"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:24:51.240486"], ["updated_at", "2017-10-25 17:24:51.240486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1795284788 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca6dc7f6-ce12-4bc7-8892-453c680e7cdc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1795284788], ["username", "billy_11"], ["access_token", "fb56c3dd04568987833d51bcd3da866b"], ["uuid", "ca6dc7f6-ce12-4bc7-8892-453c680e7cdc"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:24:51.244377"], ["updated_at", "2017-10-25 17:24:51.244377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -247223211 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc5f6da9-a2d0-4664-a131-4e03880c0e89' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -247223211], ["username", "billy_12"], ["access_token", "abc8faee3b42d7836cc0a5cd24d8ed4e"], ["uuid", "cc5f6da9-a2d0-4664-a131-4e03880c0e89"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:24:51.248076"], ["updated_at", "2017-10-25 17:24:51.248076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2144779919 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e4455618-206c-4511-9e92-c3ceb727b99e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2144779919], ["username", "billy_13"], ["access_token", "676a2334935e008fa9655e7017bf1b87"], ["uuid", "e4455618-206c-4511-9e92-c3ceb727b99e"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:24:51.251919"], ["updated_at", "2017-10-25 17:24:51.251919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -155335337 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7afe207e-380f-42f0-a8f2-ba98c52f5d9a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -155335337], ["username", "billy_14"], ["access_token", "50df8371d15d11881ba1cab17f44b0a7"], ["uuid", "7afe207e-380f-42f0-a8f2-ba98c52f5d9a"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:24:51.255585"], ["updated_at", "2017-10-25 17:24:51.255585"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2060859453 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1cc7957-c39e-4091-aa2c-82609f7db389' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2060859453], ["username", "billy_15"], ["access_token", "7fa84b697b24e3a6ff613fa2ea8b5f25"], ["uuid", "a1cc7957-c39e-4091-aa2c-82609f7db389"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:24:51.259285"], ["updated_at", "2017-10-25 17:24:51.259285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1082672409 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bdc96494-8a61-4732-8dc3-0e2e423a3d30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1082672409], ["username", "billy_16"], ["access_token", "0f0a73c800a139d668f63275b470c75c"], ["uuid", "bdc96494-8a61-4732-8dc3-0e2e423a3d30"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:24:51.262973"], ["updated_at", "2017-10-25 17:24:51.262973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1055828358 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df7bd11a-78c3-4a22-88b9-b6c6167ec270' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1055828358], ["username", "billy_17"], ["access_token", "d360c5b75c0e23f4522723b7388c3692"], ["uuid", "df7bd11a-78c3-4a22-88b9-b6c6167ec270"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:24:51.266645"], ["updated_at", "2017-10-25 17:24:51.266645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -331831779 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bcdde206-522e-4da9-af63-da7b5cbc0eb0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -331831779], ["username", "billy_18"], ["access_token", "787f4ef65693ea4c5f899af5111ece50"], ["uuid", "bcdde206-522e-4da9-af63-da7b5cbc0eb0"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:24:51.270330"], ["updated_at", "2017-10-25 17:24:51.270330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -43445815 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50cea40f-0509-4002-bbf2-6cec80938786' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -43445815], ["username", "billy_19"], ["access_token", "ecd2db9733f3b2e569e39766fa8a5b37"], ["uuid", "50cea40f-0509-4002-bbf2-6cec80938786"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:24:51.274058"], ["updated_at", "2017-10-25 17:24:51.274058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1739666928 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c756c64-2b36-4d71-a892-0a7bb9f394fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1739666928], ["username", "billy_20"], ["access_token", "bc555f3f2b798b4d456368065831a5d3"], ["uuid", "4c756c64-2b36-4d71-a892-0a7bb9f394fb"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:24:51.277780"], ["updated_at", "2017-10-25 17:24:51.277780"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -466234236 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e02f5f0-7a25-4df2-b65f-973e0529153d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -466234236], ["username", "billy_21"], ["access_token", "f00ff70c4d7ac29b7992c46b9a0bba63"], ["uuid", "6e02f5f0-7a25-4df2-b65f-973e0529153d"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:24:51.281855"], ["updated_at", "2017-10-25 17:24:51.281855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -675584522 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24b5cab2-f07c-431f-b3a8-392db75dcc4c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -675584522], ["username", "billy_22"], ["access_token", "fa50fb227cc68f82dd0d4d1e854cdf73"], ["uuid", "24b5cab2-f07c-431f-b3a8-392db75dcc4c"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:24:51.285551"], ["updated_at", "2017-10-25 17:24:51.285551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -554128294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e9935b4-ba62-4082-973e-a2d64f723b7d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -554128294], ["username", "billy_23"], ["access_token", "79c36551b051c2c09945d84e4fb3b0f3"], ["uuid", "3e9935b4-ba62-4082-973e-a2d64f723b7d"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:24:51.289186"], ["updated_at", "2017-10-25 17:24:51.289186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -771870104 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68d7e20a-fe6b-4eec-aa21-e6606a234e58' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -771870104], ["username", "billy_24"], ["access_token", "27973b6256c4cb22e92d5dc3c97b9cfd"], ["uuid", "68d7e20a-fe6b-4eec-aa21-e6606a234e58"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:24:51.292863"], ["updated_at", "2017-10-25 17:24:51.292863"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1008282058 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '733f6737-2001-43a4-979d-bb03a92fc108' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1008282058], ["username", "billy_25"], ["access_token", "4b753a46296069ba544a56e852ec4983"], ["uuid", "733f6737-2001-43a4-979d-bb03a92fc108"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:24:51.296489"], ["updated_at", "2017-10-25 17:24:51.296489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1692869093 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69945747-e67a-42c9-b454-c70e953b82d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1692869093], ["username", "billy_26"], ["access_token", "62bcc906c94ac8e981c11f7b7f05adb3"], ["uuid", "69945747-e67a-42c9-b454-c70e953b82d3"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:24:51.300093"], ["updated_at", "2017-10-25 17:24:51.300093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -295053673 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd40873c3-7657-4b15-95a0-2aefb8dac64e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -295053673], ["username", "billy_27"], ["access_token", "fb92c26d23b6e320af409ba82cbc0efc"], ["uuid", "d40873c3-7657-4b15-95a0-2aefb8dac64e"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:24:51.303693"], ["updated_at", "2017-10-25 17:24:51.303693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626781548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e814092f-b718-47e6-9824-57469ead363b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1626781548], ["username", "billy_28"], ["access_token", "51893788d26eb29ea6031f1d7e2a9836"], ["uuid", "e814092f-b718-47e6-9824-57469ead363b"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:24:51.307285"], ["updated_at", "2017-10-25 17:24:51.307285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -355911431 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ebce1770-bfaf-45a9-85f2-222e4f0506c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -355911431], ["username", "billy_29"], ["access_token", "1ebc124124d3b2cb97e8c6819140dd83"], ["uuid", "ebce1770-bfaf-45a9-85f2-222e4f0506c2"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:24:51.311054"], ["updated_at", "2017-10-25 17:24:51.311054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1484051874 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '104c845b-d568-4e7d-8576-5e52766e5f65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1484051874], ["username", "billy_30"], ["access_token", "b73860a83ff39930a3cb9c172b64272e"], ["uuid", "104c845b-d568-4e7d-8576-5e52766e5f65"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:24:51.314723"], ["updated_at", "2017-10-25 17:24:51.314723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -523376751 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6aca8ac6-183a-48d5-8b80-3361c0d054d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -523376751], ["username", "billy_31"], ["access_token", "2c4eced691cf241ed924e6a1a63e91ec"], ["uuid", "6aca8ac6-183a-48d5-8b80-3361c0d054d7"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:24:51.318379"], ["updated_at", "2017-10-25 17:24:51.318379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -371092133 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96d4580e-6db9-4e60-b86e-4b99c8ecdec2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -371092133], ["username", "billy_32"], ["access_token", "2f302a5f260041c19542f7befe5bb5c7"], ["uuid", "96d4580e-6db9-4e60-b86e-4b99c8ecdec2"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:24:51.322340"], ["updated_at", "2017-10-25 17:24:51.322340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217247314 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '673ad557-aec5-41d5-8f77-8aa5f6419c0a' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1217247314], ["username", "billy_33"], ["access_token", "4abb0bc24d22c3293ceb24b8f3dd3d16"], ["uuid", "673ad557-aec5-41d5-8f77-8aa5f6419c0a"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:24:51.325894"], ["updated_at", "2017-10-25 17:24:51.325894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067367812 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88d39868-0db6-4cc2-a35f-9e0e512ceb1a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2067367812], ["username", "billy_34"], ["access_token", "99b4ffe20d937ff3c1479766e1fd2ea4"], ["uuid", "88d39868-0db6-4cc2-a35f-9e0e512ceb1a"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:24:51.330388"], ["updated_at", "2017-10-25 17:24:51.330388"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -937951868 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f65c319c-fe9a-486d-a5b8-4718ab22297a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -937951868], ["username", "billy_35"], ["access_token", "c5af65f705101080258dd5ffe778bf03"], ["uuid", "f65c319c-fe9a-486d-a5b8-4718ab22297a"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:24:51.335330"], ["updated_at", "2017-10-25 17:24:51.335330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -951980726 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0fc3506-231a-42a8-a0cb-6f4fc0005efd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -951980726], ["username", "billy_36"], ["access_token", "328be8c319d014d6a39d3b72d9aac50d"], ["uuid", "d0fc3506-231a-42a8-a0cb-6f4fc0005efd"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:24:51.339505"], ["updated_at", "2017-10-25 17:24:51.339505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -326936509 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2bece817-b460-49b1-96e0-154cb86f746a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -326936509], ["username", "billy_37"], ["access_token", "520da255a4b0dc787bc1762124868965"], ["uuid", "2bece817-b460-49b1-96e0-154cb86f746a"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:24:51.343161"], ["updated_at", "2017-10-25 17:24:51.343161"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1944386459 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03821958-8787-46f2-9e46-40c62f666a65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1944386459], ["username", "billy_38"], ["access_token", "e7a96b38b687c32eb6a80213f56a9929"], ["uuid", "03821958-8787-46f2-9e46-40c62f666a65"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:24:51.346795"], ["updated_at", "2017-10-25 17:24:51.346795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1518588071 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e1fb780-3896-4905-a7ba-89f0c88e272a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1518588071], ["username", "billy_39"], ["access_token", "761306202b406054771e6341603723a9"], ["uuid", "6e1fb780-3896-4905-a7ba-89f0c88e272a"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:24:51.350507"], ["updated_at", "2017-10-25 17:24:51.350507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -355257352 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '256c21a2-7916-4208-b1dd-2a9603714e65' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -355257352], ["username", "billy_40"], ["access_token", "96a99102f84bd1302fd0fb1126109d69"], ["uuid", "256c21a2-7916-4208-b1dd-2a9603714e65"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:24:51.354227"], ["updated_at", "2017-10-25 17:24:51.354227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -97353502 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '365b1499-4d5e-4b8c-9bf8-3dea8755f039' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -97353502], ["username", "billy_41"], ["access_token", "460ef546bc51790930aca10e8329f2bd"], ["uuid", "365b1499-4d5e-4b8c-9bf8-3dea8755f039"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:24:51.357920"], ["updated_at", "2017-10-25 17:24:51.357920"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -276769451 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e104ac15-8b6e-44fe-b576-e62e8a463228' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -276769451], ["username", "billy_42"], ["access_token", "05fcacaa865b043cbe4de4dcd5c0fbd7"], ["uuid", "e104ac15-8b6e-44fe-b576-e62e8a463228"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:24:51.361569"], ["updated_at", "2017-10-25 17:24:51.361569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1469595720 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '410f518c-14b1-4a31-b2ab-f6da9442cb5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1469595720], ["username", "billy_43"], ["access_token", "f0ecdd85a5b78b9dfab42f164d4778c7"], ["uuid", "410f518c-14b1-4a31-b2ab-f6da9442cb5a"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:24:51.365148"], ["updated_at", "2017-10-25 17:24:51.365148"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -971137513 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bc41829-3833-47c3-b1dc-b030abd0b356' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -971137513], ["username", "billy_44"], ["access_token", "47618a254930f1fb218af423aa8eddfc"], ["uuid", "4bc41829-3833-47c3-b1dc-b030abd0b356"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:24:51.368863"], ["updated_at", "2017-10-25 17:24:51.368863"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -905767379 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '853cd27a-3d17-4e78-bab8-8b8ab47d38c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -905767379], ["username", "billy_45"], ["access_token", "3dad3c5883874136423437767a871376"], ["uuid", "853cd27a-3d17-4e78-bab8-8b8ab47d38c0"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:24:51.372521"], ["updated_at", "2017-10-25 17:24:51.372521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -524604639 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14a169df-bee9-4fc9-8332-2b6659da6b02' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -524604639], ["username", "jstrav"], ["access_token", "b7644e0867b6b2a1deeb5d8fd7669460"], ["uuid", "14a169df-bee9-4fc9-8332-2b6659da6b02"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:51.381526"], ["updated_at", "2017-10-25 17:24:51.381526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -540068600 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a08b85a3-e94c-4f9c-b5e7-7b92d580a4e5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -540068600], ["username", "mary"], ["access_token", "732402cdfea7175cabf3af7ed245f7df"], ["uuid", "a08b85a3-e94c-4f9c-b5e7-7b92d580a4e5"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:51.385775"], ["updated_at", "2017-10-25 17:24:51.385775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2136964578 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3232c4fe-be57-4b78-8683-b373c2707f8f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2136964578], ["username", "jstead"], ["access_token", "516d7360503d79e7a81c2ef8d9016ec9"], ["uuid", "3232c4fe-be57-4b78-8683-b373c2707f8f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:51.389801"], ["updated_at", "2017-10-25 17:24:51.389801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19836010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8557a39e-f6cf-4200-999c-273e3977282e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -19836010], ["username", "bigbear"], ["access_token", "44f7b634ebf55c85e9cc404d99f6f6a4"], ["uuid", "8557a39e-f6cf-4200-999c-273e3977282e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:51.393524"], ["updated_at", "2017-10-25 17:24:51.393524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045656239 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2bd6043a-3b72-43db-a4e5-46a43af865e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2045656239], ["username", "billy_00"], ["access_token", "94943d0fea8903c6a634adb315109e9e"], ["uuid", "2bd6043a-3b72-43db-a4e5-46a43af865e0"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:24:51.397309"], ["updated_at", "2017-10-25 17:24:51.397309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1209598688 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e77d53e1-de8f-49f9-834d-587c664cb752' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1209598688], ["username", "billy_01"], ["access_token", "41fab908d8e917f32037eca806de9c4e"], ["uuid", "e77d53e1-de8f-49f9-834d-587c664cb752"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:24:51.400982"], ["updated_at", "2017-10-25 17:24:51.400982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -193863612 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c902518a-4b46-40bc-8273-a946db89a1c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -193863612], ["username", "billy_02"], ["access_token", "3d350eed5ca5a1a5b990527186132779"], ["uuid", "c902518a-4b46-40bc-8273-a946db89a1c2"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:24:51.404653"], ["updated_at", "2017-10-25 17:24:51.404653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1515179369 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0fbeacb-e4ed-4c9c-b06b-635f101ceb9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1515179369], ["username", "billy_03"], ["access_token", "645f6289fa366020bc140f3984441fa5"], ["uuid", "b0fbeacb-e4ed-4c9c-b06b-635f101ceb9c"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:24:51.408387"], ["updated_at", "2017-10-25 17:24:51.408387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1527834800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52b6afa4-06aa-43a4-b5c7-2a731c7967e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1527834800], ["username", "billy_04"], ["access_token", "e2848c2702691041ea45b1e6af7784ff"], ["uuid", "52b6afa4-06aa-43a4-b5c7-2a731c7967e9"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:24:51.412106"], ["updated_at", "2017-10-25 17:24:51.412106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1813894484 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eba28abb-aaee-47a1-aac1-fbfe38c1e4bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1813894484], ["username", "billy_05"], ["access_token", "024e13151bb00314e6ea6e7d9dccb931"], ["uuid", "eba28abb-aaee-47a1-aac1-fbfe38c1e4bf"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:24:51.416223"], ["updated_at", "2017-10-25 17:24:51.416223"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1520986818 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3a778ef-1e7f-4872-8bc5-4d3cbd7f247d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1520986818], ["username", "billy_06"], ["access_token", "e47f26224ea67860ee24bdb727b81d9f"], ["uuid", "a3a778ef-1e7f-4872-8bc5-4d3cbd7f247d"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:24:51.421276"], ["updated_at", "2017-10-25 17:24:51.421276"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1150482988 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8627b61-8339-45e7-9021-bf50088e735c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1150482988], ["username", "billy_07"], ["access_token", "acc1435a04a7759465bc8d7a385c3054"], ["uuid", "c8627b61-8339-45e7-9021-bf50088e735c"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:24:51.425363"], ["updated_at", "2017-10-25 17:24:51.425363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931446767 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b1c361e-5066-4cdf-9994-7bad2338e4dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -931446767], ["username", "billy_08"], ["access_token", "6eb85ec750727585a380738dfbda3f60"], ["uuid", "1b1c361e-5066-4cdf-9994-7bad2338e4dc"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:24:51.429145"], ["updated_at", "2017-10-25 17:24:51.429145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1669418085 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f61434bd-4723-4757-9fd0-bd0ee35c1b9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1669418085], ["username", "billy_09"], ["access_token", "5eb10917461f1738c6ccde70a6cf3233"], ["uuid", "f61434bd-4723-4757-9fd0-bd0ee35c1b9f"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:24:51.432848"], ["updated_at", "2017-10-25 17:24:51.432848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1689540924 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28eeb45d-968d-4080-8520-d625e56a3921' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1689540924], ["username", "billy_10"], ["access_token", "fad00e9842e63f28022e6bcd87583101"], ["uuid", "28eeb45d-968d-4080-8520-d625e56a3921"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:24:51.436629"], ["updated_at", "2017-10-25 17:24:51.436629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1826689859 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a294ccb-5984-4f72-888c-169b61a8cc0c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1826689859], ["username", "billy_11"], ["access_token", "0e58a960e5cfc8332337dc59cd8b38e6"], ["uuid", "2a294ccb-5984-4f72-888c-169b61a8cc0c"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:24:51.440391"], ["updated_at", "2017-10-25 17:24:51.440391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -422697678 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d437d3b-6397-4bcf-b4c9-8a75a4b5c115' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -422697678], ["username", "billy_12"], ["access_token", "5f30ecc7d9d13ab825cd4d950bba11c0"], ["uuid", "7d437d3b-6397-4bcf-b4c9-8a75a4b5c115"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:24:51.444284"], ["updated_at", "2017-10-25 17:24:51.444284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1746812558 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75a5348e-27bb-4c04-9ad3-8657909f8682' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1746812558], ["username", "billy_13"], ["access_token", "8439949fa8b9f19830c34617165d8edc"], ["uuid", "75a5348e-27bb-4c04-9ad3-8657909f8682"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:24:51.448138"], ["updated_at", "2017-10-25 17:24:51.448138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1661351226 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7f78217-e2d1-445c-a1db-6db4f15a5307' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1661351226], ["username", "billy_14"], ["access_token", "e0f8995ac9e42f38cb1a71d7c9564c09"], ["uuid", "b7f78217-e2d1-445c-a1db-6db4f15a5307"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:24:51.452234"], ["updated_at", "2017-10-25 17:24:51.452234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -723899429 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ffcec932-90ef-4dd7-a032-5b7c62ba36f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -723899429], ["username", "billy_15"], ["access_token", "dfe32296a006a6d9a8f90be7ba00a110"], ["uuid", "ffcec932-90ef-4dd7-a032-5b7c62ba36f4"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:24:51.456006"], ["updated_at", "2017-10-25 17:24:51.456006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1762534823 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0421085-1eac-4b1d-94ef-49ab620229a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1762534823], ["username", "billy_16"], ["access_token", "9ed7c4432dbfe65ad2621ec33c2e5057"], ["uuid", "e0421085-1eac-4b1d-94ef-49ab620229a9"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:24:51.459758"], ["updated_at", "2017-10-25 17:24:51.459758"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1569536228 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4faee52-ff6f-476a-937c-d444812d0be4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1569536228], ["username", "billy_17"], ["access_token", "c50922fc0811969877bc28c9e37f0bbc"], ["uuid", "d4faee52-ff6f-476a-937c-d444812d0be4"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:24:51.463608"], ["updated_at", "2017-10-25 17:24:51.463608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -691528663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '512ecc6a-5030-40e0-a959-8df9f3552f55' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -691528663], ["username", "billy_18"], ["access_token", "18622721bf2cd564e71e92d05dd16925"], ["uuid", "512ecc6a-5030-40e0-a959-8df9f3552f55"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:24:51.467440"], ["updated_at", "2017-10-25 17:24:51.467440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1796755731 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25e8abcd-3189-40da-afbb-726ba6963d03' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1796755731], ["username", "billy_19"], ["access_token", "c155b8b37c73da2c6a17b491f7364eea"], ["uuid", "25e8abcd-3189-40da-afbb-726ba6963d03"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:24:51.478485"], ["updated_at", "2017-10-25 17:24:51.478485"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -567983949 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e7508a4-3c87-44a7-b14b-cbef78d6afaf' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -567983949], ["username", "billy_20"], ["access_token", "89182d77032a0f3bae2b91d0c2646a84"], ["uuid", "7e7508a4-3c87-44a7-b14b-cbef78d6afaf"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:24:51.482862"], ["updated_at", "2017-10-25 17:24:51.482862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725734969 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb7e571d-0426-4b73-b20d-ac733145c449' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -725734969], ["username", "billy_21"], ["access_token", "2e5bd3bcfe7d80d30df4788907c6194a"], ["uuid", "cb7e571d-0426-4b73-b20d-ac733145c449"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:24:51.489002"], ["updated_at", "2017-10-25 17:24:51.489002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -375978752 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1eea1929-e5cd-4ba6-afb3-bbf9ab051a09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -375978752], ["username", "billy_22"], ["access_token", "ea9204ed11adc0836b3be10af6b77028"], ["uuid", "1eea1929-e5cd-4ba6-afb3-bbf9ab051a09"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:24:51.494093"], ["updated_at", "2017-10-25 17:24:51.494093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -97571605 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d34b7d4-0af8-4801-abb3-adcf8017a299' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -97571605], ["username", "billy_23"], ["access_token", "45ebd66b83f60a3d7ed7df7eb821a39a"], ["uuid", "8d34b7d4-0af8-4801-abb3-adcf8017a299"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:24:51.498232"], ["updated_at", "2017-10-25 17:24:51.498232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1686468603 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3ba60b2-f53f-41d9-88b6-a172e25edba6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1686468603], ["username", "billy_24"], ["access_token", "862e438b910cde257c2fcbfa070a7a47"], ["uuid", "f3ba60b2-f53f-41d9-88b6-a172e25edba6"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:24:51.502128"], ["updated_at", "2017-10-25 17:24:51.502128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2058436395 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55a8a917-4937-498e-b933-5d6c190ff4b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2058436395], ["username", "billy_25"], ["access_token", "6898a3c29165851e0e52a5d3326efac6"], ["uuid", "55a8a917-4937-498e-b933-5d6c190ff4b8"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:24:51.505930"], ["updated_at", "2017-10-25 17:24:51.505930"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1929585600 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc8efe98-927d-43ac-a7bd-db2a648bef72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1929585600], ["username", "billy_26"], ["access_token", "b0e3471e802dfb0afb0762397d1b51ff"], ["uuid", "dc8efe98-927d-43ac-a7bd-db2a648bef72"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:24:51.509827"], ["updated_at", "2017-10-25 17:24:51.509827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -213150475 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9eb2257-c1c2-41ce-a921-35c40a2bd2b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -213150475], ["username", "billy_27"], ["access_token", "43821c813a5c3ba59fae47357761313d"], ["uuid", "b9eb2257-c1c2-41ce-a921-35c40a2bd2b7"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:24:51.513789"], ["updated_at", "2017-10-25 17:24:51.513789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187266665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5c7ab3b-e63d-4579-9b2b-e41704bcbef7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1187266665], ["username", "billy_28"], ["access_token", "2fe293483bc2d0006b169e6e2fbf7e38"], ["uuid", "c5c7ab3b-e63d-4579-9b2b-e41704bcbef7"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:24:51.517755"], ["updated_at", "2017-10-25 17:24:51.517755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -15428107 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1a4010d-8d2c-4908-92ca-405cdc26a9e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -15428107], ["username", "billy_29"], ["access_token", "d11c5ed365c4e1ea5d14f908d842f69d"], ["uuid", "c1a4010d-8d2c-4908-92ca-405cdc26a9e1"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:24:51.521616"], ["updated_at", "2017-10-25 17:24:51.521616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -984464667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96cb9d1b-2c30-472e-8008-7ec9216ad0d3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -984464667], ["username", "billy_30"], ["access_token", "dfb2e92db8eeb7b55809bf4c3101d38d"], ["uuid", "96cb9d1b-2c30-472e-8008-7ec9216ad0d3"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:24:51.525448"], ["updated_at", "2017-10-25 17:24:51.525448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1184637020 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b183bcd4-bac6-44be-bf15-906c70d2a42f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1184637020], ["username", "billy_31"], ["access_token", "ba58876cec5629c13ab829ab380a41d0"], ["uuid", "b183bcd4-bac6-44be-bf15-906c70d2a42f"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:24:51.529357"], ["updated_at", "2017-10-25 17:24:51.529357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -231240614 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd142b5eb-6e36-4d54-829b-704a47962577' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -231240614], ["username", "billy_32"], ["access_token", "2d51196971037d8c56152efea6ce751e"], ["uuid", "d142b5eb-6e36-4d54-829b-704a47962577"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:24:51.533248"], ["updated_at", "2017-10-25 17:24:51.533248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718837939 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13edab66-5469-4050-b9fe-659169f909ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -718837939], ["username", "billy_33"], ["access_token", "8be4737768d9ff2628f1bbd35a0ae566"], ["uuid", "13edab66-5469-4050-b9fe-659169f909ef"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:24:51.537082"], ["updated_at", "2017-10-25 17:24:51.537082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1425540803 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '631b5ebb-902d-4284-8e3f-12a0e60dda43' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1425540803], ["username", "billy_34"], ["access_token", "a813e537616a91b1b02df57e45a20805"], ["uuid", "631b5ebb-902d-4284-8e3f-12a0e60dda43"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:24:51.540822"], ["updated_at", "2017-10-25 17:24:51.540822"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1953043801 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ee5d6e7-c1ac-48af-8bee-8630346c13b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1953043801], ["username", "billy_35"], ["access_token", "fd84833a2bab9fc886acebe4e1400ed3"], ["uuid", "3ee5d6e7-c1ac-48af-8bee-8630346c13b2"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:24:51.544765"], ["updated_at", "2017-10-25 17:24:51.544765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2061651117 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20229750-a6c1-4429-8068-968fe32a8f3e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2061651117], ["username", "billy_36"], ["access_token", "53af9243e62fcc07163d058ec95b79ea"], ["uuid", "20229750-a6c1-4429-8068-968fe32a8f3e"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:24:51.548612"], ["updated_at", "2017-10-25 17:24:51.548612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -379666822 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '892d66d1-314c-499a-8028-02d107b3756a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -379666822], ["username", "billy_37"], ["access_token", "e29f8386c2cd4bfae73ef51fb7d63fbc"], ["uuid", "892d66d1-314c-499a-8028-02d107b3756a"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:24:51.552674"], ["updated_at", "2017-10-25 17:24:51.552674"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -737465329 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e53ddf55-e6c1-4614-99f3-1e44629d0514' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -737465329], ["username", "billy_38"], ["access_token", "6ba8c471fe0f16502575181a4870cdd8"], ["uuid", "e53ddf55-e6c1-4614-99f3-1e44629d0514"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:24:51.556615"], ["updated_at", "2017-10-25 17:24:51.556615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -32292842 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c3d911d-f3c9-417c-99af-c903ad797032' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -32292842], ["username", "billy_39"], ["access_token", "8cc446e212e35ef5673c593555e31bce"], ["uuid", "7c3d911d-f3c9-417c-99af-c903ad797032"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:24:51.560457"], ["updated_at", "2017-10-25 17:24:51.560457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -642799770 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e1cf3025-7367-46ef-8f9f-78d996f08837' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -642799770], ["username", "billy_40"], ["access_token", "36a45d808e261cd7799eac09d9d308aa"], ["uuid", "e1cf3025-7367-46ef-8f9f-78d996f08837"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:24:51.564414"], ["updated_at", "2017-10-25 17:24:51.564414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1210851590 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f951075e-fe24-4715-b544-b6452a7b3f7d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1210851590], ["username", "billy_41"], ["access_token", "fb62878f7119e581710dedcc352463ef"], ["uuid", "f951075e-fe24-4715-b544-b6452a7b3f7d"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:24:51.568283"], ["updated_at", "2017-10-25 17:24:51.568283"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -177075715 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '274d85cf-6663-40bd-807d-0e1e33ed11d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -177075715], ["username", "billy_42"], ["access_token", "214ade29bb0cebc08634164287e21d02"], ["uuid", "274d85cf-6663-40bd-807d-0e1e33ed11d0"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:24:51.572073"], ["updated_at", "2017-10-25 17:24:51.572073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1313311931 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7520f297-90d3-4095-b767-761dada79314' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1313311931], ["username", "billy_43"], ["access_token", "5af7257cfd516a3fe7a66c27c6ac0ec0"], ["uuid", "7520f297-90d3-4095-b767-761dada79314"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:24:51.575855"], ["updated_at", "2017-10-25 17:24:51.575855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674305383 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf721b4d-7330-4f1f-bf6a-cff68ab47eca' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -674305383], ["username", "billy_44"], ["access_token", "f99e56eaf07ebe01a81561b85f9518f0"], ["uuid", "cf721b4d-7330-4f1f-bf6a-cff68ab47eca"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:24:51.579593"], ["updated_at", "2017-10-25 17:24:51.579593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -57436348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be6dfd75-b70a-47bb-814a-973b4a3f3205' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -57436348], ["username", "billy_45"], ["access_token", "9fba0a61dd59efaf64f53a337d5d5442"], ["uuid", "be6dfd75-b70a-47bb-814a-973b4a3f3205"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:24:51.583598"], ["updated_at", "2017-10-25 17:24:51.583598"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1932621991 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f23c335c-fb5e-4a07-99e4-d6b330c3a6db' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1932621991], ["username", "jstrav"], ["access_token", "99b4836ff55a46811ca8098cd2578d37"], ["uuid", "f23c335c-fb5e-4a07-99e4-d6b330c3a6db"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:24:51.594009"], ["updated_at", "2017-10-25 17:24:51.594009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1922660035 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a232402e-4b92-4647-8506-5a32c97f5cfa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1922660035], ["username", "mary"], ["access_token", "3971ec94484da5d6994adf7fcc8abf40"], ["uuid", "a232402e-4b92-4647-8506-5a32c97f5cfa"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:24:51.598316"], ["updated_at", "2017-10-25 17:24:51.598316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1081159283 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cdb8d00c-8d61-413b-bc87-809fa6fec379' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1081159283], ["username", "jstead"], ["access_token", "de116818a8c62dfd1daec2f968a3c8dd"], ["uuid", "cdb8d00c-8d61-413b-bc87-809fa6fec379"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:24:51.602310"], ["updated_at", "2017-10-25 17:24:51.602310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1838877469 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f64b94d-4f2e-4b24-b780-1595c430fb59' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1838877469], ["username", "bigbear"], ["access_token", "daa2d327e1881d6fd43830d3a8d2a43a"], ["uuid", "8f64b94d-4f2e-4b24-b780-1595c430fb59"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:24:51.606416"], ["updated_at", "2017-10-25 17:24:51.606416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1971209957 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f356deff-b83d-4b39-a5e1-7109d4768d40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1971209957], ["username", "foo_bb"], ["access_token", "5e81d083967ca1ce4f1153b1a4e592e3"], ["uuid", "f356deff-b83d-4b39-a5e1-7109d4768d40"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-10-25 17:24:51.610215"], ["updated_at", "2017-10-25 17:24:51.610215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1560656519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b59ea5c-03ef-41a8-876e-e48e1b615b80' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1560656519], ["username", "foo_bj"], ["access_token", "4bf5978e13e327b3a203c1af6aa5176f"], ["uuid", "9b59ea5c-03ef-41a8-876e-e48e1b615b80"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:24:51.614086"], ["updated_at", "2017-10-25 17:24:51.614086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529431954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11272569-79e2-42f2-b3e9-316abdbea895' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -529431954], ["username", "foo_tj"], ["access_token", "68228f18b86161c2dd0cac4c6881e907"], ["uuid", "11272569-79e2-42f2-b3e9-316abdbea895"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:24:51.617967"], ["updated_at", "2017-10-25 17:24:51.617967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["created_at", "2017-10-25 17:25:19.941277"], ["updated_at", "2017-10-25 17:25:19.941277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'gen_random_uuid()' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 535]]  (195.7ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (441.6ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (5.9ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto"  (4.8ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (2.1ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (1.9ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.1ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (2.8ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (2.7ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (1.9ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c1a2bf4-f8df-45a8-bfd0-576fe1247ec2' LIMIT 1 SQL (1.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "99bd6ee0ecfb3b38056c6948e6f07a5d"], ["uuid", "7c1a2bf4-f8df-45a8-bfd0-576fe1247ec2"], ["created_at", "2017-10-25 17:32:22.933614"], ["updated_at", "2017-10-25 17:32:22.933614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 1], ["created_at", "2017-10-25 17:32:22.946555"], ["updated_at", "2017-10-25 17:32:22.946555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '353c015b-79fc-4223-835a-5059df8122c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "0160dae47e13e98c767ee9ec8fcc6fed"], ["uuid", "353c015b-79fc-4223-835a-5059df8122c0"], ["created_at", "2017-10-25 17:32:22.952116"], ["updated_at", "2017-10-25 17:32:22.952116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 2], ["created_at", "2017-10-25 17:32:22.953984"], ["updated_at", "2017-10-25 17:32:22.953984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -394244021 LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -394244021], ["name", "MyGroup"], ["created_at", "2017-10-25 17:32:22.965897"], ["updated_at", "2017-10-25 17:32:22.965897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1001762761 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1001762761], ["name", "MyGroup"], ["created_at", "2017-10-25 17:32:22.971395"], ["updated_at", "2017-10-25 17:32:22.971395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -1001762761 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1001762761 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 1]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -394244021 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -394244021 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 1]] SQL (0.3ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1001762761 SQL (0.3ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -394244021 SQL (0.5ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -394244021], ["member_group_id", -1001762761], ["created_at", "2017-10-25 17:32:22.978329"], ["updated_at", "2017-10-25 17:32:22.978329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1001762761) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1001762761) LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1001762761], ["user_id", 1], ["created_at", "2017-10-25 17:32:23.005716"], ["updated_at", "2017-10-25 17:32:23.005716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -1001762761) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1001762761 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1001762761 - -394244021 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1001762761, -394244021) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "User"], ["created_at", "2017-10-25 17:32:23.041448"], ["updated_at", "2017-10-25 17:32:23.041448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1001762761, -394244021) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "User"], ["created_at", "2017-10-25 17:32:23.049311"], ["updated_at", "2017-10-25 17:32:23.049311"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1001762761, -394244021) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-10-25 17:32:23.057167"], ["updated_at", "2017-10-25 17:32:23.057167"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1001762761, -394244021) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1001762761, -394244021) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-10-25 17:32:23.066022"], ["updated_at", "2017-10-25 17:32:23.066022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1001762761, -394244021) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1001762761, -394244021) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1001762761, -394244021) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:32:23 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 19ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:32:23 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:32:23 -0500  (0.6ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:32:23 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:32:23 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:32:23 -0500  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:32:23 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:32:23 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:32:23 -0500  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1572098532 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3e5fc0b-c4ad-45ce-9396-01279e9f93c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1572098532], ["username", "jstrav"], ["access_token", "d4c5137c34f3dc5506c06cc19a73a82f"], ["uuid", "e3e5fc0b-c4ad-45ce-9396-01279e9f93c1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:23.154122"], ["updated_at", "2017-10-25 17:32:23.154122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -576437419 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55c89471-007e-411c-8203-a48e27e8d7e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -576437419], ["username", "mary"], ["access_token", "07b7af289ebf6a354b6aa9fcbe2f4baf"], ["uuid", "55c89471-007e-411c-8203-a48e27e8d7e9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:23.159157"], ["updated_at", "2017-10-25 17:32:23.159157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -79714185 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53186bb6-705b-458f-aba3-f41b7730e78a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -79714185], ["username", "jstead"], ["access_token", "e63555ef569e5940ae083150b635a818"], ["uuid", "53186bb6-705b-458f-aba3-f41b7730e78a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:23.163614"], ["updated_at", "2017-10-25 17:32:23.163614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1131521925 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd19ef99c-1883-472c-9f7b-4f2608df5e0a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1131521925], ["username", "bigbear"], ["access_token", "2f3765794af2a8044d7108261cffa1c8"], ["uuid", "d19ef99c-1883-472c-9f7b-4f2608df5e0a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:23.167483"], ["updated_at", "2017-10-25 17:32:23.167483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1498710042 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1129d8e0-c2af-436d-8ab8-d2c60931b3aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1498710042], ["username", "billy_00"], ["access_token", "7d267d8a07d8c6ad08267358a594ce57"], ["uuid", "1129d8e0-c2af-436d-8ab8-d2c60931b3aa"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:32:23.171281"], ["updated_at", "2017-10-25 17:32:23.171281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1843411906 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5f3dd3e-e0b6-47f0-a273-7716dbbca034' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1843411906], ["username", "billy_01"], ["access_token", "16be888b0082cf3b4aa92ce28979e168"], ["uuid", "d5f3dd3e-e0b6-47f0-a273-7716dbbca034"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:32:23.188233"], ["updated_at", "2017-10-25 17:32:23.188233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -596190316 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8533d0c-ebff-4362-abd2-528738406eb4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -596190316], ["username", "billy_02"], ["access_token", "4f34385b078e8229405efe9f23f4cf76"], ["uuid", "a8533d0c-ebff-4362-abd2-528738406eb4"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:32:23.192331"], ["updated_at", "2017-10-25 17:32:23.192331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1966763785 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3b5ba7a-6220-422d-be1c-5c23e322281a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1966763785], ["username", "billy_03"], ["access_token", "3cce25b3782fa26a357f23bbd1c6841b"], ["uuid", "a3b5ba7a-6220-422d-be1c-5c23e322281a"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:32:23.196078"], ["updated_at", "2017-10-25 17:32:23.196078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1257303015 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '246a1c4e-3548-4c7f-8970-6bb9142d21bc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1257303015], ["username", "billy_04"], ["access_token", "a9f900e395bda710d29c75e4477825ba"], ["uuid", "246a1c4e-3548-4c7f-8970-6bb9142d21bc"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:32:23.199805"], ["updated_at", "2017-10-25 17:32:23.199805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1813134960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aaa71170-5170-4b57-ba03-a4dc0a5cb800' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1813134960], ["username", "billy_05"], ["access_token", "fa8c6f3a67a4a7315a1e9c873110f210"], ["uuid", "aaa71170-5170-4b57-ba03-a4dc0a5cb800"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:32:23.203564"], ["updated_at", "2017-10-25 17:32:23.203564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1631536068 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b29de7f2-4f91-4872-b4dd-5f9183c03936' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1631536068], ["username", "billy_06"], ["access_token", "b4f96eeaa4b1c958dc9a77264ae7866c"], ["uuid", "b29de7f2-4f91-4872-b4dd-5f9183c03936"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:32:23.207961"], ["updated_at", "2017-10-25 17:32:23.207961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846355479 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb203d64-ce3c-4152-beee-27ed8f525ff8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1846355479], ["username", "billy_07"], ["access_token", "aa1dbe9f8b6fd0117b1f95d11f8be1fd"], ["uuid", "eb203d64-ce3c-4152-beee-27ed8f525ff8"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:32:23.212027"], ["updated_at", "2017-10-25 17:32:23.212027"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2014445537 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b876344-8996-4d93-b7a8-eb704cf4b45c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2014445537], ["username", "billy_08"], ["access_token", "0986bb554b51ff3ad17e7ead412de2bf"], ["uuid", "5b876344-8996-4d93-b7a8-eb704cf4b45c"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:32:23.215921"], ["updated_at", "2017-10-25 17:32:23.215921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1086805328 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e038af8-9acc-4eb3-8d6e-d7c59f11610f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1086805328], ["username", "billy_09"], ["access_token", "5ac50fe2c39fe9189df80becdb802473"], ["uuid", "4e038af8-9acc-4eb3-8d6e-d7c59f11610f"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:32:23.219778"], ["updated_at", "2017-10-25 17:32:23.219778"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1698851354 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a312f63-e9e2-4e86-bc90-d25bd598e2d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1698851354], ["username", "billy_10"], ["access_token", "cff28fc83d20490828cbd84b8e896200"], ["uuid", "9a312f63-e9e2-4e86-bc90-d25bd598e2d5"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:32:23.223544"], ["updated_at", "2017-10-25 17:32:23.223544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529110512 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31adbca3-bbd2-47eb-ba1a-1c936d59257c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -529110512], ["username", "billy_11"], ["access_token", "17122503bebf42a1ac35a993df8e2086"], ["uuid", "31adbca3-bbd2-47eb-ba1a-1c936d59257c"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:32:23.227298"], ["updated_at", "2017-10-25 17:32:23.227298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -523210911 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5371e2c6-523f-40d4-88eb-2f322c4fddac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -523210911], ["username", "billy_12"], ["access_token", "7100201ee86bdde9608f52cb4538b80c"], ["uuid", "5371e2c6-523f-40d4-88eb-2f322c4fddac"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:32:23.230881"], ["updated_at", "2017-10-25 17:32:23.230881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1906191737 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57112467-c4c3-4749-8b55-e304f3ebfaae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1906191737], ["username", "billy_13"], ["access_token", "bf32cd2df2d97b66f90f729df3209840"], ["uuid", "57112467-c4c3-4749-8b55-e304f3ebfaae"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:32:23.234591"], ["updated_at", "2017-10-25 17:32:23.234591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1546334024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '611579be-4274-4c1a-9a0a-49bc0c86ea2e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1546334024], ["username", "billy_14"], ["access_token", "a791e1f0d68727a062500f324457acd1"], ["uuid", "611579be-4274-4c1a-9a0a-49bc0c86ea2e"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:32:23.238946"], ["updated_at", "2017-10-25 17:32:23.238946"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -90155144 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ced1feb-125c-45b7-b237-85c307da34c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -90155144], ["username", "billy_15"], ["access_token", "7f88b6005ffffd959af6aed68670ccab"], ["uuid", "0ced1feb-125c-45b7-b237-85c307da34c1"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:32:23.243855"], ["updated_at", "2017-10-25 17:32:23.243855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1721086982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77bb22d1-4b11-46a6-a4ac-3f542e476476' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1721086982], ["username", "billy_16"], ["access_token", "671762ed745553f01a3b217c6ffccc53"], ["uuid", "77bb22d1-4b11-46a6-a4ac-3f542e476476"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:32:23.247763"], ["updated_at", "2017-10-25 17:32:23.247763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1469125588 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30703cb8-4a35-4e08-a6a2-a3aa77ee9037' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1469125588], ["username", "billy_17"], ["access_token", "1860d0d27c15ac605658f66fa68704e2"], ["uuid", "30703cb8-4a35-4e08-a6a2-a3aa77ee9037"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:32:23.251412"], ["updated_at", "2017-10-25 17:32:23.251412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2007491786 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b1efd24-3d13-4f64-9a17-4ba4393d0608' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2007491786], ["username", "billy_18"], ["access_token", "61021952318dca23c788519e6e1f2c20"], ["uuid", "7b1efd24-3d13-4f64-9a17-4ba4393d0608"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:32:23.255017"], ["updated_at", "2017-10-25 17:32:23.255017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -445385515 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '360b4579-d32f-4a2b-85f6-bdf7ee44a296' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -445385515], ["username", "billy_19"], ["access_token", "cbd6e8bd26497969cfff46c9790e5122"], ["uuid", "360b4579-d32f-4a2b-85f6-bdf7ee44a296"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:32:23.258835"], ["updated_at", "2017-10-25 17:32:23.258835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -579652772 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '034b7519-5b81-4fbd-a2b4-1592241ae615' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -579652772], ["username", "billy_20"], ["access_token", "c3d1c106c6a32e01c01c49abd00e4c81"], ["uuid", "034b7519-5b81-4fbd-a2b4-1592241ae615"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:32:23.262691"], ["updated_at", "2017-10-25 17:32:23.262691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1879950063 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '378ff015-589e-431b-ba4c-aa47f9df5628' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1879950063], ["username", "billy_21"], ["access_token", "e03c534e2fb1a80e478cfd3510500478"], ["uuid", "378ff015-589e-431b-ba4c-aa47f9df5628"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:32:23.266374"], ["updated_at", "2017-10-25 17:32:23.266374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1367099941 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f08000ba-f522-48fa-b894-b75c054608c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1367099941], ["username", "billy_22"], ["access_token", "bf9646ee52df870becaac79a533d2fc0"], ["uuid", "f08000ba-f522-48fa-b894-b75c054608c1"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:32:23.269929"], ["updated_at", "2017-10-25 17:32:23.269929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1328294478 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad0656f7-1fbe-449a-9d8e-23591f78d0bc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1328294478], ["username", "billy_23"], ["access_token", "ee287c4b471c9569d764d0ca8ccb062d"], ["uuid", "ad0656f7-1fbe-449a-9d8e-23591f78d0bc"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:32:23.273382"], ["updated_at", "2017-10-25 17:32:23.273382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566725567 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ee5258b-f2a7-4fa3-8062-9269cda13ac1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -566725567], ["username", "billy_24"], ["access_token", "821c74e9b1a36b55186c170624a75ac8"], ["uuid", "2ee5258b-f2a7-4fa3-8062-9269cda13ac1"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:32:23.277955"], ["updated_at", "2017-10-25 17:32:23.277955"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1802189456 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c29d030d-3e73-40f6-abdb-461ce28adb16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1802189456], ["username", "billy_25"], ["access_token", "34a469006a2b0a11b91473741503b382"], ["uuid", "c29d030d-3e73-40f6-abdb-461ce28adb16"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:32:23.283461"], ["updated_at", "2017-10-25 17:32:23.283461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -691132648 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '137c2d9d-23ec-4ef8-ae00-73e537f4d6f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -691132648], ["username", "billy_26"], ["access_token", "e3c829954b9fec2fe6b65827ee6d0eda"], ["uuid", "137c2d9d-23ec-4ef8-ae00-73e537f4d6f4"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:32:23.287771"], ["updated_at", "2017-10-25 17:32:23.287771"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2017863518 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13e3d3b7-a4ac-43ab-8e1a-a6b86c666482' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2017863518], ["username", "billy_27"], ["access_token", "79b34170b32f5517a0280acb56097a7f"], ["uuid", "13e3d3b7-a4ac-43ab-8e1a-a6b86c666482"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:32:23.291667"], ["updated_at", "2017-10-25 17:32:23.291667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -506051331 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c926e93a-ed39-41e7-82bf-19de438545fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -506051331], ["username", "billy_28"], ["access_token", "4bcd3f272eff1a95650c1d12b010ac91"], ["uuid", "c926e93a-ed39-41e7-82bf-19de438545fd"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:32:23.295361"], ["updated_at", "2017-10-25 17:32:23.295361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283865355 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f0fd9b6-96c8-4715-9673-28da19a0806d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1283865355], ["username", "billy_29"], ["access_token", "3881ffef949614bcc7a6509a2c270fdb"], ["uuid", "1f0fd9b6-96c8-4715-9673-28da19a0806d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:32:23.299091"], ["updated_at", "2017-10-25 17:32:23.299091"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -790792173 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8267dc7-295a-4144-b750-b31b9ce0b516' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -790792173], ["username", "billy_30"], ["access_token", "0b548796ca0e01c0b8ff0e8e6c084ec6"], ["uuid", "e8267dc7-295a-4144-b750-b31b9ce0b516"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:32:23.303343"], ["updated_at", "2017-10-25 17:32:23.303343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -342636395 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '585bf592-18cd-4520-aecf-53836e35dc9d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -342636395], ["username", "billy_31"], ["access_token", "e011ab1c63e3bd8b2a59ba45fd75d0d9"], ["uuid", "585bf592-18cd-4520-aecf-53836e35dc9d"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:32:23.307049"], ["updated_at", "2017-10-25 17:32:23.307049"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239517647 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b6c72bb-bd7c-4d7f-a724-255960078778' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -239517647], ["username", "billy_32"], ["access_token", "09dc9ef5878c8471799739055934be96"], ["uuid", "7b6c72bb-bd7c-4d7f-a724-255960078778"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:32:23.311173"], ["updated_at", "2017-10-25 17:32:23.311173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1520874495 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3df5b2e1-4554-491a-b873-b60548997534' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1520874495], ["username", "billy_33"], ["access_token", "9be7c77ace39c0e36bd71c649c8ec78c"], ["uuid", "3df5b2e1-4554-491a-b873-b60548997534"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:32:23.315423"], ["updated_at", "2017-10-25 17:32:23.315423"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2061939016 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd4f3cfd-e66d-4007-8c5c-5689f41b2712' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2061939016], ["username", "billy_34"], ["access_token", "7298537e992809083cc9d9ef2e510bff"], ["uuid", "bd4f3cfd-e66d-4007-8c5c-5689f41b2712"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:32:23.319257"], ["updated_at", "2017-10-25 17:32:23.319257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1688861261 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '373194f4-c03d-4179-9f77-695c1016a4c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1688861261], ["username", "billy_35"], ["access_token", "fc84aeb379322c4615ff782ee0793171"], ["uuid", "373194f4-c03d-4179-9f77-695c1016a4c5"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:32:23.322888"], ["updated_at", "2017-10-25 17:32:23.322888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2014723847 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1f78f58-fe5f-4ec2-bcd4-2cb09766247d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2014723847], ["username", "billy_36"], ["access_token", "cd090aee0e29199ec98e2363310cceca"], ["uuid", "a1f78f58-fe5f-4ec2-bcd4-2cb09766247d"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:32:23.326508"], ["updated_at", "2017-10-25 17:32:23.326508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1499134705 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '267a0d4b-1584-4656-9671-09b685629194' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1499134705], ["username", "billy_37"], ["access_token", "c3919c8788ce8b43f6c925868a126218"], ["uuid", "267a0d4b-1584-4656-9671-09b685629194"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:32:23.330193"], ["updated_at", "2017-10-25 17:32:23.330193"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -678592169 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c949e094-7aa3-4141-a1a5-2a31ae34dcce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -678592169], ["username", "billy_38"], ["access_token", "e7ba52232f15e24e96123ee34e44b380"], ["uuid", "c949e094-7aa3-4141-a1a5-2a31ae34dcce"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:32:23.334600"], ["updated_at", "2017-10-25 17:32:23.334600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1791813037 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89c5effd-3f26-496f-a475-9c3bec957915' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1791813037], ["username", "billy_39"], ["access_token", "99a8ed2fc7f3ff8085e22544b90ee8b9"], ["uuid", "89c5effd-3f26-496f-a475-9c3bec957915"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:32:23.338870"], ["updated_at", "2017-10-25 17:32:23.338870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1123451287 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0cb7a72e-a736-4ac2-9970-88d4c62abfb1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1123451287], ["username", "billy_40"], ["access_token", "1abb89533cf13740cf29f03ad8f7bb4d"], ["uuid", "0cb7a72e-a736-4ac2-9970-88d4c62abfb1"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:32:23.342472"], ["updated_at", "2017-10-25 17:32:23.342472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -127075852 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84752497-3cd9-4053-9d25-c95aa9123a18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -127075852], ["username", "billy_41"], ["access_token", "54d09f2aa608022b93337aab73b1b718"], ["uuid", "84752497-3cd9-4053-9d25-c95aa9123a18"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:32:23.345912"], ["updated_at", "2017-10-25 17:32:23.345912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170143283 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd03ce8ad-ccf9-4383-97e7-d3b740cb9ac0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1170143283], ["username", "billy_42"], ["access_token", "af69bd7dd482414d9758ebfedd71d07e"], ["uuid", "d03ce8ad-ccf9-4383-97e7-d3b740cb9ac0"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:32:23.349366"], ["updated_at", "2017-10-25 17:32:23.349366"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1642112428 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55c7da22-c9fe-49e5-9dbe-e6ebd127d608' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1642112428], ["username", "billy_43"], ["access_token", "fd05bcbc83e70af1862834d2e8a2a15c"], ["uuid", "55c7da22-c9fe-49e5-9dbe-e6ebd127d608"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:32:23.352919"], ["updated_at", "2017-10-25 17:32:23.352919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1163386161 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f99ac725-3964-4030-985e-421455a7eabe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1163386161], ["username", "billy_44"], ["access_token", "e8059dacb954a74a7bb30bb7d8a912ce"], ["uuid", "f99ac725-3964-4030-985e-421455a7eabe"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:32:23.356459"], ["updated_at", "2017-10-25 17:32:23.356459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429703020 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ddc21e7-5efb-4fad-b2a8-d257a412009c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -429703020], ["username", "billy_45"], ["access_token", "38709d95a50ca4746929395646f4b34c"], ["uuid", "8ddc21e7-5efb-4fad-b2a8-d257a412009c"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:32:23.360026"], ["updated_at", "2017-10-25 17:32:23.360026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -746610979 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43dbd9a4-dba6-4cc0-80e1-34c1bea6c2e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -746610979], ["username", "billy_46"], ["access_token", "c568bdda76d06ee64995c1b413a5577b"], ["uuid", "43dbd9a4-dba6-4cc0-80e1-34c1bea6c2e0"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:32:23.363714"], ["updated_at", "2017-10-25 17:32:23.363714"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1754377901 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5f44367-cd57-47db-9e77-1d591c17314f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1754377901], ["username", "billy_47"], ["access_token", "dfd3391ef2ca097f45793a953a88ee68"], ["uuid", "d5f44367-cd57-47db-9e77-1d591c17314f"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:32:23.368002"], ["updated_at", "2017-10-25 17:32:23.368002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -195477873 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc04cd92-e6fd-44a1-8cc1-75a576f37868' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -195477873], ["username", "billy_48"], ["access_token", "aa3863fb78df65b5be03de95a2c18f2d"], ["uuid", "fc04cd92-e6fd-44a1-8cc1-75a576f37868"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:32:23.372318"], ["updated_at", "2017-10-25 17:32:23.372318"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1041989930 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e1a7a12-ff55-4733-bcd3-94de6de4d9ec' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1041989930], ["username", "billy_49"], ["access_token", "6f685832d02cf881a5af15479629d0e0"], ["uuid", "7e1a7a12-ff55-4733-bcd3-94de6de4d9ec"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:32:23.376183"], ["updated_at", "2017-10-25 17:32:23.376183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -562336267 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f6ef9c4-d0a4-4b95-b4d5-2e936dd03379' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -562336267], ["username", "jstrav"], ["access_token", "2c436ad84eb23515b8febb26d15065db"], ["uuid", "9f6ef9c4-d0a4-4b95-b4d5-2e936dd03379"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:23.386656"], ["updated_at", "2017-10-25 17:32:23.386656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -484754920 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15c57d28-a336-420b-b9cb-9252da878499' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -484754920], ["username", "mary"], ["access_token", "ea3753b5d6676c3d8e6d57d2ad6cc5f3"], ["uuid", "15c57d28-a336-420b-b9cb-9252da878499"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:23.390628"], ["updated_at", "2017-10-25 17:32:23.390628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1531862373 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dab38b52-ae85-41aa-8b7f-bf33ab0f615c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1531862373], ["username", "jstead"], ["access_token", "0f38c3115f3fd6c1472d3fecf90380a1"], ["uuid", "dab38b52-ae85-41aa-8b7f-bf33ab0f615c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:23.394303"], ["updated_at", "2017-10-25 17:32:23.394303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815340620 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd33d4ff1-d38a-4a2c-8be6-5ad5ee582264' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1815340620], ["username", "bigbear"], ["access_token", "164523ee472fc02f494fd552ec45eaad"], ["uuid", "d33d4ff1-d38a-4a2c-8be6-5ad5ee582264"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:23.397843"], ["updated_at", "2017-10-25 17:32:23.397843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -568569958 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97df31e0-e584-45ed-9c28-33b5e1814ccb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -568569958], ["username", "billy_00"], ["access_token", "dc1fb636e33bf43600471930c1b69a82"], ["uuid", "97df31e0-e584-45ed-9c28-33b5e1814ccb"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:32:23.401316"], ["updated_at", "2017-10-25 17:32:23.401316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -247141849 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fdd9040b-9409-4130-a972-d425841653af' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -247141849], ["username", "billy_01"], ["access_token", "310402f13e0177b4f6cb73875bc5aced"], ["uuid", "fdd9040b-9409-4130-a972-d425841653af"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:32:23.404795"], ["updated_at", "2017-10-25 17:32:23.404795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361895575 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '805dab0a-e736-4755-a28b-c1e89762846b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -361895575], ["username", "billy_02"], ["access_token", "caad8a80a904beaf1b11f2ba4cb148ba"], ["uuid", "805dab0a-e736-4755-a28b-c1e89762846b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:32:23.408354"], ["updated_at", "2017-10-25 17:32:23.408354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1776797521 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc3b67f1-76d3-44ea-9ca9-272377a7baf2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1776797521], ["username", "billy_03"], ["access_token", "e429021362b95212a3e4158e4950cf41"], ["uuid", "dc3b67f1-76d3-44ea-9ca9-272377a7baf2"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:32:23.411897"], ["updated_at", "2017-10-25 17:32:23.411897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1554431531 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8365cc83-1a3c-4170-b4e4-da97772b11d7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1554431531], ["username", "billy_04"], ["access_token", "2c5c62bfb93328c968f8c2a8bfefde43"], ["uuid", "8365cc83-1a3c-4170-b4e4-da97772b11d7"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:32:23.415584"], ["updated_at", "2017-10-25 17:32:23.415584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945173197 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4af057a4-47aa-4c42-a6fd-8e3be7d9aa94' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -945173197], ["username", "billy_05"], ["access_token", "43599b9ec04ae0f39eecb3526a3f4afc"], ["uuid", "4af057a4-47aa-4c42-a6fd-8e3be7d9aa94"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:32:23.420375"], ["updated_at", "2017-10-25 17:32:23.420375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1953563251 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '187b1c39-b254-4b3f-8281-d1a53790d9d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1953563251], ["username", "billy_06"], ["access_token", "f2fce53d1def78e3388f8afc6decd9fa"], ["uuid", "187b1c39-b254-4b3f-8281-d1a53790d9d2"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:32:23.424121"], ["updated_at", "2017-10-25 17:32:23.424121"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -567978107 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e57abb33-2425-4565-b259-792c765ff702' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -567978107], ["username", "billy_07"], ["access_token", "e27c016f6acda49b985d3624b49c36c6"], ["uuid", "e57abb33-2425-4565-b259-792c765ff702"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:32:23.428479"], ["updated_at", "2017-10-25 17:32:23.428479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1709018377 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bbc5834-a19f-4488-adf6-32f44b0882a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1709018377], ["username", "billy_08"], ["access_token", "dfd6c768befb90781dc07be49cfe1d8a"], ["uuid", "9bbc5834-a19f-4488-adf6-32f44b0882a8"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:32:23.432290"], ["updated_at", "2017-10-25 17:32:23.432290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1882178475 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c858bcd6-2b6d-4ab0-a9bc-1d68d9dddb81' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1882178475], ["username", "billy_09"], ["access_token", "c024c3ec2cadf9ad0547d2e72125dc89"], ["uuid", "c858bcd6-2b6d-4ab0-a9bc-1d68d9dddb81"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:32:23.435745"], ["updated_at", "2017-10-25 17:32:23.435745"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -565307904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1e3cc2a-0e12-4f55-8c18-80b663e0b850' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -565307904], ["username", "billy_10"], ["access_token", "ac9d99f75b112045568a96acb374d8fa"], ["uuid", "a1e3cc2a-0e12-4f55-8c18-80b663e0b850"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:32:23.439252"], ["updated_at", "2017-10-25 17:32:23.439252"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1540447488 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e758b3d3-bf19-4315-ae57-0916b4ea3264' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1540447488], ["username", "billy_11"], ["access_token", "46e880ba017c4c4ff99f87bca7cefb3b"], ["uuid", "e758b3d3-bf19-4315-ae57-0916b4ea3264"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:32:23.442804"], ["updated_at", "2017-10-25 17:32:23.442804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1020541424 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7f8d7b4-13fb-445d-af89-b9dee6317645' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1020541424], ["username", "billy_12"], ["access_token", "e07fa7dce0e81d5f07bf89a8c3a382cf"], ["uuid", "c7f8d7b4-13fb-445d-af89-b9dee6317645"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:32:23.446267"], ["updated_at", "2017-10-25 17:32:23.446267"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1664477912 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b65de48-777e-4fbe-94c3-c18b7c68a831' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1664477912], ["username", "billy_13"], ["access_token", "dab53c7409e93f605ca48889e7732a23"], ["uuid", "8b65de48-777e-4fbe-94c3-c18b7c68a831"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:32:23.449735"], ["updated_at", "2017-10-25 17:32:23.449735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1096402923 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d3eff23-fdac-4f89-aa34-8b6de693d547' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1096402923], ["username", "billy_14"], ["access_token", "49d7156fefe8e2e6c6fc332997e3a8b1"], ["uuid", "0d3eff23-fdac-4f89-aa34-8b6de693d547"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:32:23.453378"], ["updated_at", "2017-10-25 17:32:23.453378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -562004201 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1546c4d2-5516-4e1c-9662-deb409a465cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -562004201], ["username", "billy_15"], ["access_token", "884083f4ea38a6fde8ea54dce1e042ee"], ["uuid", "1546c4d2-5516-4e1c-9662-deb409a465cd"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:32:23.456981"], ["updated_at", "2017-10-25 17:32:23.456981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1109878405 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c4d98d7d-b999-4eef-8e9d-11ca006c676a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1109878405], ["username", "billy_16"], ["access_token", "5785264e2d5fbde9b018f713df37cc0e"], ["uuid", "c4d98d7d-b999-4eef-8e9d-11ca006c676a"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:32:23.460562"], ["updated_at", "2017-10-25 17:32:23.460562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -524970443 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '918e1bff-6bfc-434f-ad03-469741fc33f5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -524970443], ["username", "billy_17"], ["access_token", "8b3c874084bd5cb45f847e4c71fc654a"], ["uuid", "918e1bff-6bfc-434f-ad03-469741fc33f5"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:32:23.464300"], ["updated_at", "2017-10-25 17:32:23.464300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -294281940 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb5eea43-b0bc-4a16-8cd4-66e81650238d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -294281940], ["username", "billy_18"], ["access_token", "c8bc35b20d7d2197239f9bdae0a6dfd8"], ["uuid", "fb5eea43-b0bc-4a16-8cd4-66e81650238d"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:32:23.467995"], ["updated_at", "2017-10-25 17:32:23.467995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1538080838 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '369400db-1524-4f93-a39e-957f41e725e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1538080838], ["username", "billy_19"], ["access_token", "bba6abe5f1adc69d0834de381336fa85"], ["uuid", "369400db-1524-4f93-a39e-957f41e725e1"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:32:23.471664"], ["updated_at", "2017-10-25 17:32:23.471664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -861483678 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dffc8a80-4b89-4ba7-a593-22df1c4dfde6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -861483678], ["username", "billy_20"], ["access_token", "0bbbccce3789fc229795f51482f2d7e7"], ["uuid", "dffc8a80-4b89-4ba7-a593-22df1c4dfde6"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:32:23.475171"], ["updated_at", "2017-10-25 17:32:23.475171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -677667674 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22d33c5c-151f-4f14-8d95-313c679c0ceb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -677667674], ["username", "billy_21"], ["access_token", "1bb3680ba60b30b3d4f12d4370c142e6"], ["uuid", "22d33c5c-151f-4f14-8d95-313c679c0ceb"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:32:23.478660"], ["updated_at", "2017-10-25 17:32:23.478660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -68968334 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb783a62-6f86-4dab-8d68-f815de0e27c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -68968334], ["username", "billy_22"], ["access_token", "533cc4720facaab4ca9a6abb8d1e672c"], ["uuid", "fb783a62-6f86-4dab-8d68-f815de0e27c1"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:32:23.482214"], ["updated_at", "2017-10-25 17:32:23.482214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1174903454 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13bc52a4-2846-488e-9bdd-7c770931cc25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1174903454], ["username", "billy_23"], ["access_token", "cc8c47fb7883d5491cdb928d9f92d6db"], ["uuid", "13bc52a4-2846-488e-9bdd-7c770931cc25"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:32:23.485815"], ["updated_at", "2017-10-25 17:32:23.485815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -550485708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a847d11-ee72-4b0c-b6cf-d3c5fc85b646' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -550485708], ["username", "billy_24"], ["access_token", "51e2f5077cee2ae019342f664c5bae32"], ["uuid", "2a847d11-ee72-4b0c-b6cf-d3c5fc85b646"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:32:23.489418"], ["updated_at", "2017-10-25 17:32:23.489418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1123494489 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63389c1e-4b2a-4895-aaf4-28904da26c5b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1123494489], ["username", "billy_25"], ["access_token", "3297a249eabf125f931f0d659d240363"], ["uuid", "63389c1e-4b2a-4895-aaf4-28904da26c5b"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:32:23.493667"], ["updated_at", "2017-10-25 17:32:23.493667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1761776807 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9359d5a1-a3d4-4199-9b23-c16e2c91188d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1761776807], ["username", "billy_26"], ["access_token", "11d8a32b75027fbba45818d64428ec9d"], ["uuid", "9359d5a1-a3d4-4199-9b23-c16e2c91188d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:32:23.497449"], ["updated_at", "2017-10-25 17:32:23.497449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169829896 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f17dfdff-f7c4-4ce4-beae-bb2cf68f1fb0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -169829896], ["username", "billy_27"], ["access_token", "7a59aab62a41e8cfb8678755e6fcb147"], ["uuid", "f17dfdff-f7c4-4ce4-beae-bb2cf68f1fb0"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:32:23.501111"], ["updated_at", "2017-10-25 17:32:23.501111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488346414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e7fa1dd-dc05-43aa-a9b5-bcc8dc1ba375' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -488346414], ["username", "billy_28"], ["access_token", "a0e12a67d63b350d3788aea994624184"], ["uuid", "0e7fa1dd-dc05-43aa-a9b5-bcc8dc1ba375"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:32:23.504767"], ["updated_at", "2017-10-25 17:32:23.504767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1732115055 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f54bd745-ca0a-4a2d-ab48-0ea588573119' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1732115055], ["username", "billy_29"], ["access_token", "78e68b0fdf81e48d3be2c4711fa94435"], ["uuid", "f54bd745-ca0a-4a2d-ab48-0ea588573119"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:32:23.508371"], ["updated_at", "2017-10-25 17:32:23.508371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -929361416 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bdabe00e-8e58-4b8e-8029-a4487d21da7f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -929361416], ["username", "billy_30"], ["access_token", "404c2def98a0152a8ddf05a81b4f9217"], ["uuid", "bdabe00e-8e58-4b8e-8029-a4487d21da7f"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:32:23.512031"], ["updated_at", "2017-10-25 17:32:23.512031"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1329299873 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a6d119a-6581-49d4-96bb-90fbde229af1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1329299873], ["username", "billy_31"], ["access_token", "2febfc12e573ebb576466dc2301a37f4"], ["uuid", "3a6d119a-6581-49d4-96bb-90fbde229af1"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:32:23.515662"], ["updated_at", "2017-10-25 17:32:23.515662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1825736191 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd41f588a-589f-475b-b8c7-c73114884ab9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1825736191], ["username", "billy_32"], ["access_token", "acf6b58d9f9617b641653a7b98818aad"], ["uuid", "d41f588a-589f-475b-b8c7-c73114884ab9"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:32:23.519278"], ["updated_at", "2017-10-25 17:32:23.519278"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1532514675 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0dbe350b-35c9-4ed9-b5f9-64835ea40974' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1532514675], ["username", "billy_33"], ["access_token", "b61b2040490f89ca5ca213de569dd92b"], ["uuid", "0dbe350b-35c9-4ed9-b5f9-64835ea40974"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:32:23.524357"], ["updated_at", "2017-10-25 17:32:23.524357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2105654432 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e4dad7c-15cf-4ed2-8365-586d61d0e5cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2105654432], ["username", "billy_34"], ["access_token", "6555bf89ca3e9ec713183d7497f8baff"], ["uuid", "7e4dad7c-15cf-4ed2-8365-586d61d0e5cf"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:32:23.528540"], ["updated_at", "2017-10-25 17:32:23.528540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010980909 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1212bc81-0c6a-464e-ba20-3040944cf8a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1010980909], ["username", "billy_35"], ["access_token", "1f938dc4e8a5a14463a676f0c7749812"], ["uuid", "1212bc81-0c6a-464e-ba20-3040944cf8a6"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:32:23.532361"], ["updated_at", "2017-10-25 17:32:23.532361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1718580270 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63396eea-e1c7-4183-b864-e34735b13c89' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1718580270], ["username", "billy_36"], ["access_token", "32fa094671b5c5ace8d2718d5bfecbfd"], ["uuid", "63396eea-e1c7-4183-b864-e34735b13c89"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:32:23.536085"], ["updated_at", "2017-10-25 17:32:23.536085"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806532843 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ade25c43-1509-4a01-82ad-002eb5505a1b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1806532843], ["username", "billy_37"], ["access_token", "720099caf340862f11773f0a3308a366"], ["uuid", "ade25c43-1509-4a01-82ad-002eb5505a1b"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:32:23.541264"], ["updated_at", "2017-10-25 17:32:23.541264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1943840863 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b1b724b-443c-42ad-af83-f34a4927894f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1943840863], ["username", "billy_38"], ["access_token", "c94e59a0e9431224de11eb480c527ff1"], ["uuid", "6b1b724b-443c-42ad-af83-f34a4927894f"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:32:23.546062"], ["updated_at", "2017-10-25 17:32:23.546062"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424823598 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c94429d-5c9e-41fe-8031-aff7f61dce3f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -424823598], ["username", "billy_39"], ["access_token", "97082a8e46bcf96f1c54e84ee256b86a"], ["uuid", "7c94429d-5c9e-41fe-8031-aff7f61dce3f"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:32:23.549950"], ["updated_at", "2017-10-25 17:32:23.549950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1662944721 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65ca2a4e-aa4a-48e1-8f9f-4d415b04ca42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1662944721], ["username", "billy_40"], ["access_token", "b86c7736fb67bfa661b4326150875d40"], ["uuid", "65ca2a4e-aa4a-48e1-8f9f-4d415b04ca42"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:32:23.553883"], ["updated_at", "2017-10-25 17:32:23.553883"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -701656197 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5348756-d71f-4e40-ba36-3a76611cc4ba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -701656197], ["username", "billy_41"], ["access_token", "47db4615772e8be6cf2bd9d1d7bbf0a0"], ["uuid", "d5348756-d71f-4e40-ba36-3a76611cc4ba"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:32:23.557686"], ["updated_at", "2017-10-25 17:32:23.557686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1836899110 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bfd8ad65-9a9d-4f09-875e-42b37bc5ac3c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1836899110], ["username", "billy_42"], ["access_token", "400446ea1dee933f42cc127c3a53f44f"], ["uuid", "bfd8ad65-9a9d-4f09-875e-42b37bc5ac3c"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:32:23.561279"], ["updated_at", "2017-10-25 17:32:23.561279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1229244703 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fdb480c7-6d00-427a-bdbf-8ccd6950a919' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1229244703], ["username", "billy_43"], ["access_token", "6c85e6c575b8dea2513331943b83569f"], ["uuid", "fdb480c7-6d00-427a-bdbf-8ccd6950a919"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:32:23.564929"], ["updated_at", "2017-10-25 17:32:23.564929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1263554114 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'adfd2503-a6cb-4625-bc2c-5bcd1c1cd71b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1263554114], ["username", "billy_44"], ["access_token", "5fe2b9e3d3d922510172ca1d5550ec29"], ["uuid", "adfd2503-a6cb-4625-bc2c-5bcd1c1cd71b"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:32:23.568714"], ["updated_at", "2017-10-25 17:32:23.568714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1494867397 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45d1e1c8-4d2e-4f36-b4f2-b52d7e7a69fb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1494867397], ["username", "billy_45"], ["access_token", "362288577ebcd41f92a8510694c8d996"], ["uuid", "45d1e1c8-4d2e-4f36-b4f2-b52d7e7a69fb"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:32:23.574562"], ["updated_at", "2017-10-25 17:32:23.574562"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829194023 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '74bf9e91-e2a6-4dcd-a966-c34d5f948986' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1829194023], ["username", "billy_46"], ["access_token", "dbfe74e8e1dc69d53f0a2822d0ef14d7"], ["uuid", "74bf9e91-e2a6-4dcd-a966-c34d5f948986"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:32:23.580506"], ["updated_at", "2017-10-25 17:32:23.580506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1965778893 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b163ca5d-81a0-47ca-a998-6f341a1e4dd0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1965778893], ["username", "billy_47"], ["access_token", "483d00e535db733ad868facbb7662914"], ["uuid", "b163ca5d-81a0-47ca-a998-6f341a1e4dd0"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:32:23.585410"], ["updated_at", "2017-10-25 17:32:23.585410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -686693240 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '40d309fc-c2dd-4324-9f00-3b7a6d069c4c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -686693240], ["username", "billy_48"], ["access_token", "d01ed5fce2f271eb6ac4bf22e9b8c33f"], ["uuid", "40d309fc-c2dd-4324-9f00-3b7a6d069c4c"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:32:23.589525"], ["updated_at", "2017-10-25 17:32:23.589525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -768846380 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e97f3404-95f9-4838-9383-d2b7820d4f23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -768846380], ["username", "billy_49"], ["access_token", "2c72bdfe3688875aa7e0553b5afa46b5"], ["uuid", "e97f3404-95f9-4838-9383-d2b7820d4f23"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:32:23.593104"], ["updated_at", "2017-10-25 17:32:23.593104"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2085881547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ad68b11-9efb-44f3-a850-7f7d6c61f2b7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2085881547], ["username", "jstrav"], ["access_token", "11588be7051bf836d85c1e47d71fac7e"], ["uuid", "8ad68b11-9efb-44f3-a850-7f7d6c61f2b7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:23.601484"], ["updated_at", "2017-10-25 17:32:23.601484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647879638 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89164cbe-de2f-4442-b8a9-dd86be53977e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1647879638], ["username", "mary"], ["access_token", "49febacce9ac866dd4d4f543124620d5"], ["uuid", "89164cbe-de2f-4442-b8a9-dd86be53977e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:23.605410"], ["updated_at", "2017-10-25 17:32:23.605410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1372199228 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f086c6ad-1b61-4c4f-a849-9caf3db0f527' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1372199228], ["username", "jstead"], ["access_token", "66b976703235146871ed5b0938ff72c5"], ["uuid", "f086c6ad-1b61-4c4f-a849-9caf3db0f527"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:23.609027"], ["updated_at", "2017-10-25 17:32:23.609027"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1634425806 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca49d0f6-a13f-4a49-abc8-5a131612cfbc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1634425806], ["username", "bigbear"], ["access_token", "189e82484fb79d7cfdff59e182338a7a"], ["uuid", "ca49d0f6-a13f-4a49-abc8-5a131612cfbc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:23.612657"], ["updated_at", "2017-10-25 17:32:23.612657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794343718 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '295e0b36-155b-46cf-bc9f-5fad62fa6625' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -794343718], ["username", "billy_00"], ["access_token", "03f09fb4bd81e958c37e1d4a66d929cf"], ["uuid", "295e0b36-155b-46cf-bc9f-5fad62fa6625"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:32:23.616449"], ["updated_at", "2017-10-25 17:32:23.616449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1254995278 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '699080a2-37cd-46af-8816-72c9ae07b2ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1254995278], ["username", "billy_01"], ["access_token", "f434674d1c0e41c3509f2da3fb97480f"], ["uuid", "699080a2-37cd-46af-8816-72c9ae07b2ad"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:32:23.620126"], ["updated_at", "2017-10-25 17:32:23.620126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -802265682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a6151d56-0102-405d-a67e-674ba68bbe71' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -802265682], ["username", "billy_02"], ["access_token", "d8034232c378e6ae0fbbf2f75fd3c4d7"], ["uuid", "a6151d56-0102-405d-a67e-674ba68bbe71"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:32:23.623797"], ["updated_at", "2017-10-25 17:32:23.623797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -314445069 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '740ed76a-bc2c-473c-9168-22417aabf854' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -314445069], ["username", "billy_03"], ["access_token", "2cbaef2b6dd77951e9714a4ed1250f76"], ["uuid", "740ed76a-bc2c-473c-9168-22417aabf854"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:32:23.627802"], ["updated_at", "2017-10-25 17:32:23.627802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -354534285 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f41ce3de-6bb1-4744-8679-046cadc5d4a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -354534285], ["username", "billy_04"], ["access_token", "d5792faf232338dff88461c7e362b393"], ["uuid", "f41ce3de-6bb1-4744-8679-046cadc5d4a4"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:32:23.631714"], ["updated_at", "2017-10-25 17:32:23.631714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29904784 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ef113cd-1226-44a1-b816-e7821d3e8314' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -29904784], ["username", "billy_05"], ["access_token", "98e10d439a4827a8b32419f6354a3528"], ["uuid", "2ef113cd-1226-44a1-b816-e7821d3e8314"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:32:23.635985"], ["updated_at", "2017-10-25 17:32:23.635985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736775107 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7165410-b5db-4602-b0d1-14f61b8e53ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1736775107], ["username", "billy_06"], ["access_token", "48324db907cbdb023690a74befbabe46"], ["uuid", "e7165410-b5db-4602-b0d1-14f61b8e53ae"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:32:23.640132"], ["updated_at", "2017-10-25 17:32:23.640132"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1608018459 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2cc64c19-3775-44c9-bcd8-521af63cabe9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1608018459], ["username", "billy_07"], ["access_token", "934c13b7467f7f223ec4537dbf41b480"], ["uuid", "2cc64c19-3775-44c9-bcd8-521af63cabe9"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:32:23.644385"], ["updated_at", "2017-10-25 17:32:23.644385"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931431211 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b6e1028-4c9d-433a-a14d-416bb1060c72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -931431211], ["username", "billy_08"], ["access_token", "77dd28e64c0559feebdae5f159707118"], ["uuid", "1b6e1028-4c9d-433a-a14d-416bb1060c72"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:32:23.648494"], ["updated_at", "2017-10-25 17:32:23.648494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -791719594 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49d08d28-3ada-4b48-a7bb-55ac407d366d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -791719594], ["username", "billy_09"], ["access_token", "d9f4fc8402be61ca32619d5b36c3d12b"], ["uuid", "49d08d28-3ada-4b48-a7bb-55ac407d366d"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:32:23.652140"], ["updated_at", "2017-10-25 17:32:23.652140"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2014716799 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c08643c7-d572-4059-b5d6-dcd70de1f907' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2014716799], ["username", "billy_10"], ["access_token", "a13fed9aaa2d686f8ae6679d190fa828"], ["uuid", "c08643c7-d572-4059-b5d6-dcd70de1f907"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:32:23.655805"], ["updated_at", "2017-10-25 17:32:23.655805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378294621 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a31adb64-a659-42ac-9653-a5630d483c05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -378294621], ["username", "billy_11"], ["access_token", "fca07c2d64410aad73d9e3d16cdc5e8f"], ["uuid", "a31adb64-a659-42ac-9653-a5630d483c05"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:32:23.659461"], ["updated_at", "2017-10-25 17:32:23.659461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308278293 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1d8a711-7fcf-4b2a-9576-326d837c65db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -308278293], ["username", "billy_12"], ["access_token", "6227890fd6ddf2819910f5d17c6a28a8"], ["uuid", "c1d8a711-7fcf-4b2a-9576-326d837c65db"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:32:23.663361"], ["updated_at", "2017-10-25 17:32:23.663361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2133064589 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c63717f3-b6a2-443c-a15e-5f5d281be069' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2133064589], ["username", "billy_13"], ["access_token", "2a1417968b01f646e7d8d228d0caa8b4"], ["uuid", "c63717f3-b6a2-443c-a15e-5f5d281be069"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:32:23.667268"], ["updated_at", "2017-10-25 17:32:23.667268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010021381 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c992f733-529d-4a5e-be98-ccbbd2b8f2df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1010021381], ["username", "billy_14"], ["access_token", "fea7ac7277d8b771d693fc14fa1755d3"], ["uuid", "c992f733-529d-4a5e-be98-ccbbd2b8f2df"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:32:23.671353"], ["updated_at", "2017-10-25 17:32:23.671353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1970693214 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '712afa1c-d000-4966-8df2-2c89f9eb8e90' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1970693214], ["username", "billy_15"], ["access_token", "193a4761912b2c509a47b2e3a7b13127"], ["uuid", "712afa1c-d000-4966-8df2-2c89f9eb8e90"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:32:23.675007"], ["updated_at", "2017-10-25 17:32:23.675007"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2000984611 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce7a66b4-5b02-4659-8a6c-32ac5453b133' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2000984611], ["username", "billy_16"], ["access_token", "2e42a1a78df597ca56a29b5530c4cbac"], ["uuid", "ce7a66b4-5b02-4659-8a6c-32ac5453b133"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:32:23.678420"], ["updated_at", "2017-10-25 17:32:23.678420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1190657526 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f64fb021-b839-4c2f-bb58-10cd51ac7f3c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1190657526], ["username", "billy_17"], ["access_token", "822328e790dd7d425b9049cfdea85e8d"], ["uuid", "f64fb021-b839-4c2f-bb58-10cd51ac7f3c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:32:23.681868"], ["updated_at", "2017-10-25 17:32:23.681868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -3232343 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b2dbd33-be42-4909-83c6-85ef9db86b1f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -3232343], ["username", "billy_18"], ["access_token", "5c5a7797d282b16e7c860a94946007be"], ["uuid", "2b2dbd33-be42-4909-83c6-85ef9db86b1f"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:32:23.685355"], ["updated_at", "2017-10-25 17:32:23.685355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1994918707 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71984f2e-5af1-4a02-92c5-a00f0ef3ca22' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1994918707], ["username", "billy_19"], ["access_token", "14167d3cf9c2e3e7cce8600c3957c4d7"], ["uuid", "71984f2e-5af1-4a02-92c5-a00f0ef3ca22"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:32:23.688848"], ["updated_at", "2017-10-25 17:32:23.688848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2058133546 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d6ee43b-436d-4aa1-9890-2fb2fc4ecb23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2058133546], ["username", "billy_20"], ["access_token", "a98489e3ba0912985b414f565fe6bd89"], ["uuid", "1d6ee43b-436d-4aa1-9890-2fb2fc4ecb23"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:32:23.692391"], ["updated_at", "2017-10-25 17:32:23.692391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -872738949 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc216535-1386-4fd6-b0af-8a680cab11e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -872738949], ["username", "billy_21"], ["access_token", "fbd6c4ef80cf471ac4b6e3918d6bd9f7"], ["uuid", "cc216535-1386-4fd6-b0af-8a680cab11e4"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:32:23.695986"], ["updated_at", "2017-10-25 17:32:23.695986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -861784083 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56d3c8ef-a88f-4b89-89ff-bf8cb8040940' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -861784083], ["username", "billy_22"], ["access_token", "b74335f5426c9c6211c774fb9c5c8713"], ["uuid", "56d3c8ef-a88f-4b89-89ff-bf8cb8040940"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:32:23.699780"], ["updated_at", "2017-10-25 17:32:23.699780"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -59498031 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae4c4bcd-8c3a-4626-88d4-0cb922570f8b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -59498031], ["username", "billy_23"], ["access_token", "603515fb9d08c5da7e12e5750833e0f9"], ["uuid", "ae4c4bcd-8c3a-4626-88d4-0cb922570f8b"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:32:23.703501"], ["updated_at", "2017-10-25 17:32:23.703501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1400001635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '134e2d8b-05a1-4e59-b2e7-9e56ab169e8e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1400001635], ["username", "billy_24"], ["access_token", "f3d050071f5cef9d69025280ffaa1c3d"], ["uuid", "134e2d8b-05a1-4e59-b2e7-9e56ab169e8e"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:32:23.707004"], ["updated_at", "2017-10-25 17:32:23.707004"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1358817326 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f349222-5f00-41f0-b417-3ca1bdb3818d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1358817326], ["username", "billy_25"], ["access_token", "d817cdb6709eb483fdb25183f8e6a73f"], ["uuid", "4f349222-5f00-41f0-b417-3ca1bdb3818d"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:32:23.710449"], ["updated_at", "2017-10-25 17:32:23.710449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1210745758 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f42b66f7-c68c-4616-a5ca-4fd8e01e7443' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1210745758], ["username", "billy_26"], ["access_token", "fe7e21f46ce1a3f65ca9c5420f7346a6"], ["uuid", "f42b66f7-c68c-4616-a5ca-4fd8e01e7443"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:32:23.714153"], ["updated_at", "2017-10-25 17:32:23.714153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -151549465 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af233485-d7d2-49b4-bfe2-8b1846cd7ea4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -151549465], ["username", "billy_27"], ["access_token", "b760a3082f617fe6104e5364069c2dda"], ["uuid", "af233485-d7d2-49b4-bfe2-8b1846cd7ea4"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:32:23.717677"], ["updated_at", "2017-10-25 17:32:23.717677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -211846329 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6436d12d-0491-4eb1-b698-15dd71aade46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -211846329], ["username", "billy_28"], ["access_token", "776e9e0cc6728023c1eba917a13040b8"], ["uuid", "6436d12d-0491-4eb1-b698-15dd71aade46"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:32:23.721188"], ["updated_at", "2017-10-25 17:32:23.721188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2051826601 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e57eb80-37fc-4229-8293-9f44a51abc73' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2051826601], ["username", "billy_29"], ["access_token", "5a3bb22b8adf0b85cdcff60977fa8ace"], ["uuid", "7e57eb80-37fc-4229-8293-9f44a51abc73"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:32:23.724615"], ["updated_at", "2017-10-25 17:32:23.724615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1646484523 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0559e5a6-8ffe-4897-bf3d-829889fdc1e1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1646484523], ["username", "billy_30"], ["access_token", "8613bdce099561ad2c7cbcba476be113"], ["uuid", "0559e5a6-8ffe-4897-bf3d-829889fdc1e1"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:32:23.728439"], ["updated_at", "2017-10-25 17:32:23.728439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574676204 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '352c3145-6efb-4127-bdf9-ef9a77a2df3b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1574676204], ["username", "billy_31"], ["access_token", "f25277872e412728f625483e5bcc0f62"], ["uuid", "352c3145-6efb-4127-bdf9-ef9a77a2df3b"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:32:23.740072"], ["updated_at", "2017-10-25 17:32:23.740072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -837870803 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22352698-80c4-4a44-871d-d8fed55eafcc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -837870803], ["username", "billy_32"], ["access_token", "00857a6b3db618e1bcb5d514eb599412"], ["uuid", "22352698-80c4-4a44-871d-d8fed55eafcc"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:32:23.743962"], ["updated_at", "2017-10-25 17:32:23.743962"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2128548813 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75ab2bc7-53aa-49e3-a620-b3d7dcf409dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2128548813], ["username", "billy_33"], ["access_token", "4718ecf4a0fc2132705c2a6ca49dbd89"], ["uuid", "75ab2bc7-53aa-49e3-a620-b3d7dcf409dc"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:32:23.748143"], ["updated_at", "2017-10-25 17:32:23.748143"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719545346 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8225c9c8-e1dd-406c-92eb-c8ea3f27191f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1719545346], ["username", "billy_34"], ["access_token", "6dceacfac173b2c8cd96c936c70271a9"], ["uuid", "8225c9c8-e1dd-406c-92eb-c8ea3f27191f"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:32:23.752337"], ["updated_at", "2017-10-25 17:32:23.752337"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1880695664 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '655a1549-fbef-4595-92dd-6f0063855bb7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1880695664], ["username", "billy_35"], ["access_token", "d8b677baf9ac964140b0e7f8c9045804"], ["uuid", "655a1549-fbef-4595-92dd-6f0063855bb7"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:32:23.758194"], ["updated_at", "2017-10-25 17:32:23.758194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -900715103 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e79e893-21dd-4965-bd6d-b00c948aca4a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -900715103], ["username", "billy_36"], ["access_token", "107b6a30ceb7cdaa5996faa7bd1c752d"], ["uuid", "3e79e893-21dd-4965-bd6d-b00c948aca4a"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:32:23.762861"], ["updated_at", "2017-10-25 17:32:23.762861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -685062492 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec7eb813-b6e4-48de-8fc7-3567fcc88c0c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -685062492], ["username", "billy_37"], ["access_token", "426042ddd18cf51ae278dbe0a6c198b8"], ["uuid", "ec7eb813-b6e4-48de-8fc7-3567fcc88c0c"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:32:23.766894"], ["updated_at", "2017-10-25 17:32:23.766894"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -464582584 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e517339e-5ba3-4981-ac30-1e65ecf1c102' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -464582584], ["username", "billy_38"], ["access_token", "a49afefb6d753413fcfcec9606909eeb"], ["uuid", "e517339e-5ba3-4981-ac30-1e65ecf1c102"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:32:23.770982"], ["updated_at", "2017-10-25 17:32:23.770982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1673296322 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c0c521e-f6c1-400b-a5a9-b6db9bff13c3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1673296322], ["username", "billy_39"], ["access_token", "f53f6f631ce809592c1655e2993329e9"], ["uuid", "6c0c521e-f6c1-400b-a5a9-b6db9bff13c3"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:32:23.776733"], ["updated_at", "2017-10-25 17:32:23.776733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1793373175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59a02bed-8715-470b-ab5f-a0ee582621b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1793373175], ["username", "billy_40"], ["access_token", "9e58bf5ffe02839c6fc9d93076849069"], ["uuid", "59a02bed-8715-470b-ab5f-a0ee582621b7"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:32:23.781427"], ["updated_at", "2017-10-25 17:32:23.781427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160610573 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05c88a63-cd14-4e5b-a67b-21f539d6ed6a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -160610573], ["username", "billy_41"], ["access_token", "f1e73db0085b90ee48a19375017b7a81"], ["uuid", "05c88a63-cd14-4e5b-a67b-21f539d6ed6a"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:32:23.785322"], ["updated_at", "2017-10-25 17:32:23.785322"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024026900 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4493deb-3edb-412f-bdf5-f7128e1dd95e' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2024026900], ["username", "billy_42"], ["access_token", "a1a60b3dff039df681bab7392ce4d30c"], ["uuid", "a4493deb-3edb-412f-bdf5-f7128e1dd95e"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:32:23.788998"], ["updated_at", "2017-10-25 17:32:23.788998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -784669952 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45fa4d9d-eb0f-4790-9109-fd1e14e6ded2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -784669952], ["username", "billy_43"], ["access_token", "59ede4c01c01a7ce800aaf2a4123d89c"], ["uuid", "45fa4d9d-eb0f-4790-9109-fd1e14e6ded2"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:32:23.792833"], ["updated_at", "2017-10-25 17:32:23.792833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1808967180 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c925bed9-c8e3-44ac-ba38-761aae0aa39a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1808967180], ["username", "billy_44"], ["access_token", "89c478433b7ba9bd689e9c443551d058"], ["uuid", "c925bed9-c8e3-44ac-ba38-761aae0aa39a"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:32:23.796471"], ["updated_at", "2017-10-25 17:32:23.796471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891164709 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce5fb763-c462-4a45-b32b-1f4ac0c75a9e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -891164709], ["username", "billy_45"], ["access_token", "a97aeeb825c1587ec867bc8ff51d1f60"], ["uuid", "ce5fb763-c462-4a45-b32b-1f4ac0c75a9e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:32:23.800122"], ["updated_at", "2017-10-25 17:32:23.800122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1310255526 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ff954c1-5006-4d48-9e5d-cd6aeb9d5273' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1310255526], ["username", "billy_46"], ["access_token", "a898b218f95c30af45e06ea7141da607"], ["uuid", "3ff954c1-5006-4d48-9e5d-cd6aeb9d5273"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:32:23.803764"], ["updated_at", "2017-10-25 17:32:23.803764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -68139409 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7233d28-dc70-46b3-8441-c017857bb32e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -68139409], ["username", "billy_47"], ["access_token", "46e716a83528a1911e430187f984ef12"], ["uuid", "e7233d28-dc70-46b3-8441-c017857bb32e"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:32:23.807392"], ["updated_at", "2017-10-25 17:32:23.807392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -278877837 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa89ff30-e1ff-4f82-8b6b-a0d989d08d28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -278877837], ["username", "billy_48"], ["access_token", "9a8975fe657a3a5733dfbdd69d37f4b7"], ["uuid", "fa89ff30-e1ff-4f82-8b6b-a0d989d08d28"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:32:23.810974"], ["updated_at", "2017-10-25 17:32:23.810974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1680518678 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb8043d5-8d86-4289-8c8f-1fcc7f718b94' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1680518678], ["username", "billy_49"], ["access_token", "d8c08a164bfcc2615d1f6d91d7bdebc6"], ["uuid", "cb8043d5-8d86-4289-8c8f-1fcc7f718b94"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:32:23.814633"], ["updated_at", "2017-10-25 17:32:23.814633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591678454 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd005a9e-869b-4370-a9c4-9d31163b5311' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1591678454], ["username", "jstrav"], ["access_token", "e6fa8c33313a32c52c64c4f040183af9"], ["uuid", "cd005a9e-869b-4370-a9c4-9d31163b5311"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:23.820692"], ["updated_at", "2017-10-25 17:32:23.820692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -195547051 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc2b1f2b-f4d9-4a69-917d-a55646d8594a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -195547051], ["username", "mary"], ["access_token", "6dbadbb46fe034ba5ef10a259541b66e"], ["uuid", "bc2b1f2b-f4d9-4a69-917d-a55646d8594a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:23.824465"], ["updated_at", "2017-10-25 17:32:23.824465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -984586258 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'abe10dd6-b49e-4542-9279-85dd01a6c366' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -984586258], ["username", "jstead"], ["access_token", "3d34a8e900a79808da303831270e2f19"], ["uuid", "abe10dd6-b49e-4542-9279-85dd01a6c366"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:23.828306"], ["updated_at", "2017-10-25 17:32:23.828306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -489774389 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '234e762d-11d4-421a-b413-ef7c1c5d6b20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -489774389], ["username", "bigbear"], ["access_token", "1399dca89362409a26a945dd24f5b54e"], ["uuid", "234e762d-11d4-421a-b413-ef7c1c5d6b20"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:23.832017"], ["updated_at", "2017-10-25 17:32:23.832017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -209579985 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa4ae94d-a65c-4387-b0c4-7b2d4ea7cc87' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -209579985], ["username", "billy_00"], ["access_token", "cca803632213717b4d84ae325fc4bf02"], ["uuid", "fa4ae94d-a65c-4387-b0c4-7b2d4ea7cc87"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:32:23.836200"], ["updated_at", "2017-10-25 17:32:23.836200"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -172668664 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4e4dcaf-d01f-4423-bc98-686fd552e007' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -172668664], ["username", "billy_01"], ["access_token", "2c4142fc66718a488e220c2b80ea347f"], ["uuid", "b4e4dcaf-d01f-4423-bc98-686fd552e007"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:32:23.840518"], ["updated_at", "2017-10-25 17:32:23.840518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1906852506 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd961a114-dde6-4f21-ad5f-ea0bbdbe167b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1906852506], ["username", "billy_02"], ["access_token", "52fbe80512aaca48b0761408aef02c94"], ["uuid", "d961a114-dde6-4f21-ad5f-ea0bbdbe167b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:32:23.844357"], ["updated_at", "2017-10-25 17:32:23.844357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1118380701 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b892e14-1e64-4592-82e4-2a896c65247b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1118380701], ["username", "billy_03"], ["access_token", "abb1ea6ab8b772fe9566f4e6a76a80ae"], ["uuid", "4b892e14-1e64-4592-82e4-2a896c65247b"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:32:23.848055"], ["updated_at", "2017-10-25 17:32:23.848055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1688867851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27712227-bc2f-4831-9135-b3654ac5d4df' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1688867851], ["username", "billy_04"], ["access_token", "5e0a88c873b4da3a6ae0607ed325822b"], ["uuid", "27712227-bc2f-4831-9135-b3654ac5d4df"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:32:23.851718"], ["updated_at", "2017-10-25 17:32:23.851718"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2095216085 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c926524d-643b-458b-8287-4dd70f4e9576' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2095216085], ["username", "billy_05"], ["access_token", "c1e38f2d7eb73fba223dc364a34cf361"], ["uuid", "c926524d-643b-458b-8287-4dd70f4e9576"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:32:23.857461"], ["updated_at", "2017-10-25 17:32:23.857461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1793500528 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f717db5-2bdf-4f8e-b75e-48628d8da508' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1793500528], ["username", "billy_06"], ["access_token", "3c511fef16c1444de695ca486bc64b80"], ["uuid", "2f717db5-2bdf-4f8e-b75e-48628d8da508"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:32:23.863228"], ["updated_at", "2017-10-25 17:32:23.863228"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -545753798 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3570754b-37a4-49bd-9c4e-30fb24e1961f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -545753798], ["username", "billy_07"], ["access_token", "6ea3ccfc1f77d1440c9be26f2173e175"], ["uuid", "3570754b-37a4-49bd-9c4e-30fb24e1961f"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:32:23.867513"], ["updated_at", "2017-10-25 17:32:23.867513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1327979698 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '964bff1b-46a8-421d-8620-0a4f8a2b4826' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1327979698], ["username", "billy_08"], ["access_token", "f2efae8e465065ceef17f98063b58131"], ["uuid", "964bff1b-46a8-421d-8620-0a4f8a2b4826"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:32:23.871241"], ["updated_at", "2017-10-25 17:32:23.871241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2060192992 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f40a27fa-b8a6-4104-8c93-6fa18666f4c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2060192992], ["username", "billy_09"], ["access_token", "c9c891df6d968cf238b9d84520227b9b"], ["uuid", "f40a27fa-b8a6-4104-8c93-6fa18666f4c2"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:32:23.874836"], ["updated_at", "2017-10-25 17:32:23.874836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -562043869 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49ad082c-e053-450e-a2c1-def3c22f7129' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -562043869], ["username", "billy_10"], ["access_token", "66f13a4f11882ef26f5e88f7098c2271"], ["uuid", "49ad082c-e053-450e-a2c1-def3c22f7129"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:32:23.878356"], ["updated_at", "2017-10-25 17:32:23.878356"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170905499 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3247fff7-183f-4b9e-ae8a-cc6d81daa0d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1170905499], ["username", "billy_11"], ["access_token", "6a3b93b777a105f68ad6949a4d885523"], ["uuid", "3247fff7-183f-4b9e-ae8a-cc6d81daa0d4"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:32:23.881943"], ["updated_at", "2017-10-25 17:32:23.881943"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1693053637 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac0f6a9e-03e8-4a1c-a674-431862e3717f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1693053637], ["username", "billy_12"], ["access_token", "71dda6a42d55b6453dd567ad49436118"], ["uuid", "ac0f6a9e-03e8-4a1c-a674-431862e3717f"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:32:23.885685"], ["updated_at", "2017-10-25 17:32:23.885685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1538012146 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9ddc1a4-2f4b-4238-bce4-097412593ada' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1538012146], ["username", "billy_13"], ["access_token", "3a00c5b2ba0360d0a0df4928162aa426"], ["uuid", "c9ddc1a4-2f4b-4238-bce4-097412593ada"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:32:23.889386"], ["updated_at", "2017-10-25 17:32:23.889386"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1384226829 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22871f08-ba99-488a-8339-340d738f9cc5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1384226829], ["username", "billy_14"], ["access_token", "967cb815216936a49b077821fe6eb1ec"], ["uuid", "22871f08-ba99-488a-8339-340d738f9cc5"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:32:23.893129"], ["updated_at", "2017-10-25 17:32:23.893129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091185201 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b454f27-f3c1-44f3-8808-44d6e84cc665' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2091185201], ["username", "billy_15"], ["access_token", "239b788fd95bdfd3706872a96efb0b92"], ["uuid", "3b454f27-f3c1-44f3-8808-44d6e84cc665"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:32:23.896768"], ["updated_at", "2017-10-25 17:32:23.896768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66856731 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bfb15de-f7c6-429f-858e-d0ea8c3787f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -66856731], ["username", "billy_16"], ["access_token", "3997e8e627ab5ea34382dc38bb5800bb"], ["uuid", "5bfb15de-f7c6-429f-858e-d0ea8c3787f4"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:32:23.900373"], ["updated_at", "2017-10-25 17:32:23.900373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455209350 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '805deb12-b5e9-4854-a203-05a9e4a47588' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -455209350], ["username", "billy_17"], ["access_token", "c76c7918b7c3eea9c620eff505935e46"], ["uuid", "805deb12-b5e9-4854-a203-05a9e4a47588"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:32:23.903955"], ["updated_at", "2017-10-25 17:32:23.903955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -62846054 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6895b12a-3489-496d-b6f5-b5fd896e9cc0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -62846054], ["username", "billy_18"], ["access_token", "c60e9b028923845e71d55bf1779c3279"], ["uuid", "6895b12a-3489-496d-b6f5-b5fd896e9cc0"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:32:23.907645"], ["updated_at", "2017-10-25 17:32:23.907645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239978205 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29b15c4a-4fdb-4a70-bd13-492945761470' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -239978205], ["username", "billy_19"], ["access_token", "88075176fdef872007ee149da5c867f5"], ["uuid", "29b15c4a-4fdb-4a70-bd13-492945761470"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:32:23.911235"], ["updated_at", "2017-10-25 17:32:23.911235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1089503751 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e95c8aa-fd74-49d4-8798-1e7d7642027b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1089503751], ["username", "billy_20"], ["access_token", "c9346a77dfcf305fbc38c85cdf69522d"], ["uuid", "6e95c8aa-fd74-49d4-8798-1e7d7642027b"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:32:23.914820"], ["updated_at", "2017-10-25 17:32:23.914820"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1743118219 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a7375eb-ded4-4a9a-87c1-c4df871d9508' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1743118219], ["username", "billy_21"], ["access_token", "1b147b6b6df600e9657253729550f8a2"], ["uuid", "4a7375eb-ded4-4a9a-87c1-c4df871d9508"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:32:23.918408"], ["updated_at", "2017-10-25 17:32:23.918408"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -23569743 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c4c46e3-67a2-4f98-b317-5bf0bd019ef1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -23569743], ["username", "billy_22"], ["access_token", "cdb9386d5a914ba08fe121f9f5ed84fa"], ["uuid", "8c4c46e3-67a2-4f98-b317-5bf0bd019ef1"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:32:23.922029"], ["updated_at", "2017-10-25 17:32:23.922029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -56032910 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b4fc73a-a9d8-4268-88f3-3a46bf802d38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -56032910], ["username", "billy_23"], ["access_token", "83ae6c8f7bf29b070ae5538278044ff7"], ["uuid", "5b4fc73a-a9d8-4268-88f3-3a46bf802d38"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:32:23.925628"], ["updated_at", "2017-10-25 17:32:23.925628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1255182344 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f297bc3-f997-4671-a386-12f02906bad2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1255182344], ["username", "billy_24"], ["access_token", "e42bdeff76c28b5dfc87972b3df018c7"], ["uuid", "0f297bc3-f997-4671-a386-12f02906bad2"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:32:23.929220"], ["updated_at", "2017-10-25 17:32:23.929220"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -30191199 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4490e6ff-fc98-44b6-8198-a1eaaa8fa655' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -30191199], ["username", "billy_25"], ["access_token", "628736b78061f90cebb6db35fbe7983b"], ["uuid", "4490e6ff-fc98-44b6-8198-a1eaaa8fa655"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:32:23.932987"], ["updated_at", "2017-10-25 17:32:23.932987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1447702016 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '824c8fbe-388a-4d49-81de-a4449e25238a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1447702016], ["username", "billy_26"], ["access_token", "e574c16306ad5af652599b420d2f1be6"], ["uuid", "824c8fbe-388a-4d49-81de-a4449e25238a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:32:23.936749"], ["updated_at", "2017-10-25 17:32:23.936749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -171708675 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef752ff9-08b3-4356-b955-f8056eb02632' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -171708675], ["username", "billy_27"], ["access_token", "382e8258b1120262c79ee0b53e92ba07"], ["uuid", "ef752ff9-08b3-4356-b955-f8056eb02632"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:32:23.940860"], ["updated_at", "2017-10-25 17:32:23.940860"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024620972 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cafad7c0-e5ae-4d61-98c7-9fd1d6a2be76' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2024620972], ["username", "billy_28"], ["access_token", "782a174111a1f5aac482f97d0ce5310e"], ["uuid", "cafad7c0-e5ae-4d61-98c7-9fd1d6a2be76"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:32:23.944622"], ["updated_at", "2017-10-25 17:32:23.944622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1393605871 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef51cb8f-5946-47a5-a785-f35bdac408c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1393605871], ["username", "billy_29"], ["access_token", "0cbc3a56a5f38814bbc347ee3454f7cd"], ["uuid", "ef51cb8f-5946-47a5-a785-f35bdac408c6"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:32:23.948282"], ["updated_at", "2017-10-25 17:32:23.948282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2028617318 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05fa6724-9914-4681-9a8f-58312b150940' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2028617318], ["username", "billy_30"], ["access_token", "f5525760d837224e3858c00df7d4fe80"], ["uuid", "05fa6724-9914-4681-9a8f-58312b150940"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:32:23.951933"], ["updated_at", "2017-10-25 17:32:23.951933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -461264525 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bbadd14b-9ee8-4343-a21c-f756a7dcdb12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -461264525], ["username", "billy_31"], ["access_token", "796bff0af5f40e57073e116c052cd3c2"], ["uuid", "bbadd14b-9ee8-4343-a21c-f756a7dcdb12"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:32:23.955605"], ["updated_at", "2017-10-25 17:32:23.955605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -736760025 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5f4c451-4257-4317-9b60-f586293d117c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -736760025], ["username", "billy_32"], ["access_token", "7fcc3a60489e855ea101b58d52e44873"], ["uuid", "d5f4c451-4257-4317-9b60-f586293d117c"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:32:23.959266"], ["updated_at", "2017-10-25 17:32:23.959266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -328387057 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db696e85-8f00-4f53-b89a-b924a1a6a068' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -328387057], ["username", "billy_33"], ["access_token", "4aa0b3a508f1747985786a3f5a9a87de"], ["uuid", "db696e85-8f00-4f53-b89a-b924a1a6a068"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:32:23.962927"], ["updated_at", "2017-10-25 17:32:23.962927"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1998023205 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a1d14fb-4ba1-4435-bd4e-8fed12332e6d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1998023205], ["username", "billy_34"], ["access_token", "ef2570b2a0d85fa069e4dbfd6178c69d"], ["uuid", "8a1d14fb-4ba1-4435-bd4e-8fed12332e6d"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:32:23.966628"], ["updated_at", "2017-10-25 17:32:23.966628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -41733003 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc12c05c-6ef2-452c-a640-de14a189760b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -41733003], ["username", "billy_35"], ["access_token", "ac2888a1f3c42cc6e5d15de996abd8db"], ["uuid", "bc12c05c-6ef2-452c-a640-de14a189760b"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:32:23.970328"], ["updated_at", "2017-10-25 17:32:23.970328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -39768377 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e60dc142-86ce-48c5-bbf1-5a7cc9f07b91' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -39768377], ["username", "billy_36"], ["access_token", "77bd186aa0de659c0ae9fca0392a5dc7"], ["uuid", "e60dc142-86ce-48c5-bbf1-5a7cc9f07b91"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:32:23.974187"], ["updated_at", "2017-10-25 17:32:23.974187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -955736708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77b19aee-feb1-4fa1-b6a8-e23eb0dddff5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -955736708], ["username", "billy_37"], ["access_token", "3cce69decebe708873abc717f5355409"], ["uuid", "77b19aee-feb1-4fa1-b6a8-e23eb0dddff5"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:32:23.977908"], ["updated_at", "2017-10-25 17:32:23.977908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1665435519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c85289eb-46c9-4c36-9e9f-5411a29c1381' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1665435519], ["username", "billy_38"], ["access_token", "215c1a985afe42827f253af4843133d5"], ["uuid", "c85289eb-46c9-4c36-9e9f-5411a29c1381"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:32:23.981584"], ["updated_at", "2017-10-25 17:32:23.981584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -259451009 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e0539d9-2a3d-47d1-bc6c-83ce395d77e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -259451009], ["username", "billy_39"], ["access_token", "2639ab0d8f55b33f98a8b05758ddd1ec"], ["uuid", "2e0539d9-2a3d-47d1-bc6c-83ce395d77e5"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:32:23.985270"], ["updated_at", "2017-10-25 17:32:23.985270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1249905613 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a546905e-c74c-4ca4-81f5-106efe615abc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1249905613], ["username", "billy_40"], ["access_token", "556c18e3e56b5f9c7c53363ea4a851d3"], ["uuid", "a546905e-c74c-4ca4-81f5-106efe615abc"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:32:23.988951"], ["updated_at", "2017-10-25 17:32:23.988951"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1707821670 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b86d052-afb0-4b62-89d4-10b40ee80156' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1707821670], ["username", "billy_41"], ["access_token", "64c81b1c263168c82664a6dc736459ef"], ["uuid", "7b86d052-afb0-4b62-89d4-10b40ee80156"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:32:23.992561"], ["updated_at", "2017-10-25 17:32:23.992561"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997065881 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50d80a74-0ae8-4a06-be97-09cb9c583a62' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1997065881], ["username", "billy_42"], ["access_token", "54c5103180596de7f9d6609fa46ec552"], ["uuid", "50d80a74-0ae8-4a06-be97-09cb9c583a62"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:32:23.996165"], ["updated_at", "2017-10-25 17:32:23.996165"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1828501339 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9537a6af-1af5-4ed4-a443-93b13d82d6f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1828501339], ["username", "billy_43"], ["access_token", "44f47410dcf6e00395851842ba5c153c"], ["uuid", "9537a6af-1af5-4ed4-a443-93b13d82d6f0"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:32:23.999862"], ["updated_at", "2017-10-25 17:32:23.999862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530931562 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b579f2f-1b98-494b-b76f-b50cee29f022' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1530931562], ["username", "billy_44"], ["access_token", "2cdb90b867e23efba637eaa195b9006a"], ["uuid", "2b579f2f-1b98-494b-b76f-b50cee29f022"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:32:24.003554"], ["updated_at", "2017-10-25 17:32:24.003554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1169039229 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84ece989-ad4c-46bf-8e16-922a2c9a5f7f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1169039229], ["username", "billy_45"], ["access_token", "910f6911c23b7b7c435ce57a52556859"], ["uuid", "84ece989-ad4c-46bf-8e16-922a2c9a5f7f"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:32:24.007198"], ["updated_at", "2017-10-25 17:32:24.007198"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -286486886 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3204a1d6-eb13-4f3c-8921-e916491cfe86' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -286486886], ["username", "billy_46"], ["access_token", "ac4055e53f6fc56e0c861a2c3586a7e9"], ["uuid", "3204a1d6-eb13-4f3c-8921-e916491cfe86"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:32:24.010831"], ["updated_at", "2017-10-25 17:32:24.010831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1553211202 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff59245a-b1bb-4b95-8f7f-8ad12cc62535' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1553211202], ["username", "billy_47"], ["access_token", "8e1812010fbfd2fab776ddac17bb6bbf"], ["uuid", "ff59245a-b1bb-4b95-8f7f-8ad12cc62535"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:32:24.014538"], ["updated_at", "2017-10-25 17:32:24.014538"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -567562729 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ce601a9-2cf4-4416-846c-66dff4204c5d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -567562729], ["username", "billy_48"], ["access_token", "3adcabbfa60475123374298a32b07585"], ["uuid", "6ce601a9-2cf4-4416-846c-66dff4204c5d"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:32:24.018199"], ["updated_at", "2017-10-25 17:32:24.018199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1281238680 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '011dd404-59b6-47df-aaeb-6754561a3cf2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1281238680], ["username", "billy_49"], ["access_token", "a5acdfd3dfd117efed532a9acfdfef4c"], ["uuid", "011dd404-59b6-47df-aaeb-6754561a3cf2"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:32:24.021837"], ["updated_at", "2017-10-25 17:32:24.021837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1366842324 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06114003-7260-4967-9a4a-c9c1d0def594' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1366842324], ["username", "jstrav"], ["access_token", "6c9c6b38c6729729a3ac72aa270e6d9c"], ["uuid", "06114003-7260-4967-9a4a-c9c1d0def594"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.032159"], ["updated_at", "2017-10-25 17:32:24.032159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1861114406 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a9454eb-6043-4278-a5c0-d6d55f87c486' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1861114406], ["username", "mary"], ["access_token", "0ebca84035d7c9fd40d2da815b869c3f"], ["uuid", "3a9454eb-6043-4278-a5c0-d6d55f87c486"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.036110"], ["updated_at", "2017-10-25 17:32:24.036110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1785257540 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cbe80ace-b0f4-43d6-80ad-61df9d8ca2d4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1785257540], ["username", "jstead"], ["access_token", "54ba4318568dddfe3756f8c86d8dbb80"], ["uuid", "cbe80ace-b0f4-43d6-80ad-61df9d8ca2d4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.040067"], ["updated_at", "2017-10-25 17:32:24.040067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -686322070 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30e38657-7ff3-40ce-ad02-c4e0740202c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -686322070], ["username", "bigbear"], ["access_token", "175dd6c407ca604c3f6e707222275329"], ["uuid", "30e38657-7ff3-40ce-ad02-c4e0740202c0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.044167"], ["updated_at", "2017-10-25 17:32:24.044167"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1046309390 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fadc9ce8-5e06-4abf-9eba-9948e9870e40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1046309390], ["username", "billy_00"], ["access_token", "42819569d9d9397b830f3d631ee8cd65"], ["uuid", "fadc9ce8-5e06-4abf-9eba-9948e9870e40"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:32:24.047957"], ["updated_at", "2017-10-25 17:32:24.047957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436498424 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b9d1bdb-5333-42f2-951b-d8adc3ee967c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1436498424], ["username", "billy_01"], ["access_token", "a306e5ea9c393764060305c8fe6901c3"], ["uuid", "6b9d1bdb-5333-42f2-951b-d8adc3ee967c"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:32:24.051637"], ["updated_at", "2017-10-25 17:32:24.051637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -553049075 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '58bc5781-cc71-4b99-8950-ac6d5b1187db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -553049075], ["username", "billy_02"], ["access_token", "d21aed030d50548a1984456d5217ed04"], ["uuid", "58bc5781-cc71-4b99-8950-ac6d5b1187db"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:32:24.055344"], ["updated_at", "2017-10-25 17:32:24.055344"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -151917008 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa20db9c-2f1e-442d-98fb-281205432578' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -151917008], ["username", "billy_03"], ["access_token", "466384fcab839a5215f624738eb080d9"], ["uuid", "aa20db9c-2f1e-442d-98fb-281205432578"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:32:24.059125"], ["updated_at", "2017-10-25 17:32:24.059125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -128116522 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4e37f16-5c68-4b4e-90e0-701f358c08a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -128116522], ["username", "billy_04"], ["access_token", "3608b3cb5df50f83ad4391cd2ed88067"], ["uuid", "d4e37f16-5c68-4b4e-90e0-701f358c08a1"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:32:24.062839"], ["updated_at", "2017-10-25 17:32:24.062839"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -864136300 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f259148d-887f-4ea1-813c-26d78b7c903e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -864136300], ["username", "billy_05"], ["access_token", "0e54f34d1547cc8313a018595fab5be1"], ["uuid", "f259148d-887f-4ea1-813c-26d78b7c903e"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:32:24.068552"], ["updated_at", "2017-10-25 17:32:24.068552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -708619258 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c10a0059-8e1b-42c3-97a1-940eb02aacb6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -708619258], ["username", "billy_06"], ["access_token", "41f69c4d0af062f769a024c820ebee6b"], ["uuid", "c10a0059-8e1b-42c3-97a1-940eb02aacb6"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:32:24.073595"], ["updated_at", "2017-10-25 17:32:24.073595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -124884927 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bb2247b-29a3-4991-8682-46e2d8b674d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -124884927], ["username", "billy_07"], ["access_token", "2b0f3ee090f30c912ba36ddb1222a541"], ["uuid", "4bb2247b-29a3-4991-8682-46e2d8b674d0"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:32:24.078622"], ["updated_at", "2017-10-25 17:32:24.078622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2130017027 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50959688-fc6b-4727-827d-590de56a868e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2130017027], ["username", "billy_08"], ["access_token", "0ae8d776f813374b6935e5588072dd1a"], ["uuid", "50959688-fc6b-4727-827d-590de56a868e"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:32:24.082529"], ["updated_at", "2017-10-25 17:32:24.082529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -368557527 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b00bfac4-9518-4f8b-8937-1941e012d309' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -368557527], ["username", "billy_09"], ["access_token", "5882fb49afbf28dc944914cf9f7d5230"], ["uuid", "b00bfac4-9518-4f8b-8937-1941e012d309"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:32:24.086176"], ["updated_at", "2017-10-25 17:32:24.086176"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1126414884 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9f92e29-d2d5-43be-96bf-2c4f88a7ad01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1126414884], ["username", "billy_10"], ["access_token", "c0f78e757ca776a62a2c916eebfdc980"], ["uuid", "f9f92e29-d2d5-43be-96bf-2c4f88a7ad01"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:32:24.089812"], ["updated_at", "2017-10-25 17:32:24.089812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -545417211 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eba87807-9abc-464e-8f41-71348f4946fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -545417211], ["username", "billy_11"], ["access_token", "f90baf44e0f35d021ec771761b4048c6"], ["uuid", "eba87807-9abc-464e-8f41-71348f4946fd"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:32:24.093634"], ["updated_at", "2017-10-25 17:32:24.093634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1298621655 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f903fb6d-37e5-4032-abef-e1b00dad9a8e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1298621655], ["username", "billy_12"], ["access_token", "dc102a2c7362286621e19bc03505652e"], ["uuid", "f903fb6d-37e5-4032-abef-e1b00dad9a8e"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:32:24.097449"], ["updated_at", "2017-10-25 17:32:24.097449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1495124433 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5263b9d7-f702-4ccf-976d-86b86b5457f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1495124433], ["username", "billy_13"], ["access_token", "9ed68e7bd4ae881969143d4c0591b9d3"], ["uuid", "5263b9d7-f702-4ccf-976d-86b86b5457f3"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:32:24.101491"], ["updated_at", "2017-10-25 17:32:24.101491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120318698 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72250330-075e-4539-93ed-e0c9675aac0b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2120318698], ["username", "billy_14"], ["access_token", "657e2e5f7fe6886cbf1114b7fca68224"], ["uuid", "72250330-075e-4539-93ed-e0c9675aac0b"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:32:24.105253"], ["updated_at", "2017-10-25 17:32:24.105253"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1930966400 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a057e1e-78ec-4eac-ba74-d5676b8a92f6' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1930966400], ["username", "billy_15"], ["access_token", "47c433cd9cea74e1eec1d85cadcfe527"], ["uuid", "9a057e1e-78ec-4eac-ba74-d5676b8a92f6"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:32:24.109574"], ["updated_at", "2017-10-25 17:32:24.109574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -470520459 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa8927fd-09b8-48a2-aa72-bf97ff88222f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -470520459], ["username", "billy_16"], ["access_token", "8dae33d3c7e423df95189ee65116f759"], ["uuid", "aa8927fd-09b8-48a2-aa72-bf97ff88222f"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:32:24.115409"], ["updated_at", "2017-10-25 17:32:24.115409"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1163408732 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f4368cc-b47c-489a-b98e-84121c2bbe26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1163408732], ["username", "billy_17"], ["access_token", "f9b53e8fb84fe00d2b37d4f88b9c152c"], ["uuid", "8f4368cc-b47c-489a-b98e-84121c2bbe26"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:32:24.119992"], ["updated_at", "2017-10-25 17:32:24.119992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1403238855 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd8b406d1-ce63-4791-b735-4c20ff0c3091' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1403238855], ["username", "billy_18"], ["access_token", "a765a97deabb4995dd5277acf9ce8a3a"], ["uuid", "d8b406d1-ce63-4791-b735-4c20ff0c3091"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:32:24.123836"], ["updated_at", "2017-10-25 17:32:24.123836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -677368692 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69d672d1-dbfa-4545-9213-1114d46851d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -677368692], ["username", "billy_19"], ["access_token", "7757378623640352c5bed15437265b79"], ["uuid", "69d672d1-dbfa-4545-9213-1114d46851d2"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:32:24.127516"], ["updated_at", "2017-10-25 17:32:24.127516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -792924889 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '612a69a1-1242-452b-b1f7-2b7eb9aa7851' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -792924889], ["username", "billy_20"], ["access_token", "b6ef9a2714a1e75c1e041ef3affb0576"], ["uuid", "612a69a1-1242-452b-b1f7-2b7eb9aa7851"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:32:24.131684"], ["updated_at", "2017-10-25 17:32:24.131684"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406895584 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b9f8a3e-b25f-42e3-a078-89f83985430b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -406895584], ["username", "billy_21"], ["access_token", "aebb7b5eb9d30e754bb4dfe9c6a916ba"], ["uuid", "9b9f8a3e-b25f-42e3-a078-89f83985430b"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:32:24.135504"], ["updated_at", "2017-10-25 17:32:24.135504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1745503011 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '70e3386f-1509-476a-a7c9-a688b97e368b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1745503011], ["username", "billy_22"], ["access_token", "2447a9f4468088421d2dc72565ddca87"], ["uuid", "70e3386f-1509-476a-a7c9-a688b97e368b"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:32:24.139883"], ["updated_at", "2017-10-25 17:32:24.139883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1038241188 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62bc20b0-e028-492f-8c39-7bf4fb71596a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1038241188], ["username", "billy_23"], ["access_token", "15aae0e861fc13b11178955ac741413b"], ["uuid", "62bc20b0-e028-492f-8c39-7bf4fb71596a"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:32:24.143849"], ["updated_at", "2017-10-25 17:32:24.143849"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -56418964 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '437ced52-4fa9-4276-8dab-97528be3f368' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -56418964], ["username", "billy_24"], ["access_token", "77c6f3c61a962c6ea073e1a263b4a246"], ["uuid", "437ced52-4fa9-4276-8dab-97528be3f368"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:32:24.147909"], ["updated_at", "2017-10-25 17:32:24.147909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -168904600 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '794f0242-0a01-4b29-98c1-c06ee9acd273' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -168904600], ["username", "billy_25"], ["access_token", "aa9710ff96bc783c1dd0e7e5c968255e"], ["uuid", "794f0242-0a01-4b29-98c1-c06ee9acd273"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:32:24.151769"], ["updated_at", "2017-10-25 17:32:24.151769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1785281345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43103089-7177-441d-ae5c-80528ffdea91' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1785281345], ["username", "billy_26"], ["access_token", "6724f5212b6c0453cb7e625197308676"], ["uuid", "43103089-7177-441d-ae5c-80528ffdea91"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:32:24.155560"], ["updated_at", "2017-10-25 17:32:24.155560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -811757376 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab144f5b-5b00-413e-8d9b-40a59c9dead9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -811757376], ["username", "billy_27"], ["access_token", "d93efe5509ebe824ca48207f7853f6fe"], ["uuid", "ab144f5b-5b00-413e-8d9b-40a59c9dead9"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:32:24.159303"], ["updated_at", "2017-10-25 17:32:24.159303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -824117725 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '509af3cb-f29a-4d1f-b5ba-1c176db74c65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -824117725], ["username", "billy_28"], ["access_token", "9fb5468829a691df31ac32b8d6dd9821"], ["uuid", "509af3cb-f29a-4d1f-b5ba-1c176db74c65"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:32:24.163092"], ["updated_at", "2017-10-25 17:32:24.163092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1800970949 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dcaf3493-ead7-4be5-b85c-477acf7dcaba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1800970949], ["username", "billy_29"], ["access_token", "4b8b45104c092b39d0dda9273d3b55b9"], ["uuid", "dcaf3493-ead7-4be5-b85c-477acf7dcaba"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:32:24.166879"], ["updated_at", "2017-10-25 17:32:24.166879"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975384189 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25607c35-1dde-4eb7-b87d-810a91d82c77' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1975384189], ["username", "billy_30"], ["access_token", "1d63d3f62024ae247716354709f43962"], ["uuid", "25607c35-1dde-4eb7-b87d-810a91d82c77"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:32:24.170590"], ["updated_at", "2017-10-25 17:32:24.170590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -685637761 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69e96692-9d8d-4a67-a0c3-57a21c386882' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -685637761], ["username", "billy_31"], ["access_token", "78098d6e67c55038d73e96cb91dd1e9c"], ["uuid", "69e96692-9d8d-4a67-a0c3-57a21c386882"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:32:24.174437"], ["updated_at", "2017-10-25 17:32:24.174437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1879988652 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33954fb3-fcba-4d21-8bbf-6215e867f26c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1879988652], ["username", "billy_32"], ["access_token", "5272504601132385697f374c9f329cb0"], ["uuid", "33954fb3-fcba-4d21-8bbf-6215e867f26c"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:32:24.178420"], ["updated_at", "2017-10-25 17:32:24.178420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -560689120 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '626b4614-f0ef-4c7f-b29c-66047e951d58' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -560689120], ["username", "billy_33"], ["access_token", "5b90547f337233879efde870e2676908"], ["uuid", "626b4614-f0ef-4c7f-b29c-66047e951d58"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:32:24.182139"], ["updated_at", "2017-10-25 17:32:24.182139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -172078687 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12fa3ef0-7d8d-4fab-b783-f96fe569304d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -172078687], ["username", "billy_34"], ["access_token", "0bad31c54faef0670a33b907914d3a8a"], ["uuid", "12fa3ef0-7d8d-4fab-b783-f96fe569304d"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:32:24.185902"], ["updated_at", "2017-10-25 17:32:24.185902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1458470349 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf39bf95-0a41-4d76-af09-30253113321c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1458470349], ["username", "billy_35"], ["access_token", "e029eb3460605f830e378bcb3156242a"], ["uuid", "cf39bf95-0a41-4d76-af09-30253113321c"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:32:24.189655"], ["updated_at", "2017-10-25 17:32:24.189655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2094587830 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5a38f8e-44be-4776-a25b-6903f19eb44c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2094587830], ["username", "billy_36"], ["access_token", "8534ef23db43659064f945b198cbbd60"], ["uuid", "c5a38f8e-44be-4776-a25b-6903f19eb44c"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:32:24.193355"], ["updated_at", "2017-10-25 17:32:24.193355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1285176936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f46fb34-4b88-480d-b173-2db47f94bab9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1285176936], ["username", "billy_37"], ["access_token", "996aaaffc7aa21e7bc6272e8fcdbee1c"], ["uuid", "5f46fb34-4b88-480d-b173-2db47f94bab9"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:32:24.197054"], ["updated_at", "2017-10-25 17:32:24.197054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1865103761 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76ac2cd5-f3ee-437c-9e84-e52dbb6a0f8d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1865103761], ["username", "billy_38"], ["access_token", "76a74670645d00692caebfba98ca63f7"], ["uuid", "76ac2cd5-f3ee-437c-9e84-e52dbb6a0f8d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:32:24.200742"], ["updated_at", "2017-10-25 17:32:24.200742"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405580298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33f689a7-2c31-4b6f-9b02-394a4addeaf6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -405580298], ["username", "billy_39"], ["access_token", "9fb67f437f35221d63b9ded1bdb7e7c4"], ["uuid", "33f689a7-2c31-4b6f-9b02-394a4addeaf6"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:32:24.204440"], ["updated_at", "2017-10-25 17:32:24.204440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1255243396 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1fcacc7-cb05-4fbc-ae84-432cc19be14f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1255243396], ["username", "billy_40"], ["access_token", "2c75deff9666a4eb72d057307d6eaab5"], ["uuid", "f1fcacc7-cb05-4fbc-ae84-432cc19be14f"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:32:24.208090"], ["updated_at", "2017-10-25 17:32:24.208090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -400845054 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b14b172-9df0-424c-8b76-069b50c2baf2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -400845054], ["username", "billy_41"], ["access_token", "e45cf0575b16a83adab6fae4b8fb7666"], ["uuid", "7b14b172-9df0-424c-8b76-069b50c2baf2"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:32:24.211814"], ["updated_at", "2017-10-25 17:32:24.211814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2027059630 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43e15e9e-6687-454c-bb27-1be52d004786' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2027059630], ["username", "billy_42"], ["access_token", "eb03d6bf8802112b751f7f0e6569bab9"], ["uuid", "43e15e9e-6687-454c-bb27-1be52d004786"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:32:24.215523"], ["updated_at", "2017-10-25 17:32:24.215523"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -791535576 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e069e2fa-ef71-4358-aa53-854621b32b60' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -791535576], ["username", "billy_43"], ["access_token", "16572bfb1f8772fc35c13ad288e1ed9f"], ["uuid", "e069e2fa-ef71-4358-aa53-854621b32b60"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:32:24.219223"], ["updated_at", "2017-10-25 17:32:24.219223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -350957817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5759e19c-72c9-4c7b-ae77-59260ac23ce6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -350957817], ["username", "billy_44"], ["access_token", "7ccead437674cc5145809faa27813949"], ["uuid", "5759e19c-72c9-4c7b-ae77-59260ac23ce6"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:32:24.223000"], ["updated_at", "2017-10-25 17:32:24.223000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1802963607 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ad04e9b-aafa-42da-ae58-e71e8709d3e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1802963607], ["username", "billy_45"], ["access_token", "08a81f40a11632ff5ffc13d648d5719d"], ["uuid", "1ad04e9b-aafa-42da-ae58-e71e8709d3e1"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:32:24.226739"], ["updated_at", "2017-10-25 17:32:24.226739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2115662024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd6611ca-68b5-4e57-a663-fe2cbda46fee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2115662024], ["username", "billy_46"], ["access_token", "6de01046d0f3f63d56a590e5c141d6e9"], ["uuid", "dd6611ca-68b5-4e57-a663-fe2cbda46fee"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:32:24.230447"], ["updated_at", "2017-10-25 17:32:24.230447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -627717516 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b44609a-79aa-4153-907e-33fa6ddb0dd1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -627717516], ["username", "billy_47"], ["access_token", "515a923a0a86b99cbfee3d2df2a5cbc1"], ["uuid", "5b44609a-79aa-4153-907e-33fa6ddb0dd1"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:32:24.234205"], ["updated_at", "2017-10-25 17:32:24.234205"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1472672750 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2cc59f08-bc0d-4903-b958-c81dc39f619b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1472672750], ["username", "billy_48"], ["access_token", "cab23df65ac9953f9cd489a64e93d2db"], ["uuid", "2cc59f08-bc0d-4903-b958-c81dc39f619b"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:32:24.238016"], ["updated_at", "2017-10-25 17:32:24.238016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -523600805 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '680be793-0206-4be5-a905-344be5376144' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -523600805], ["username", "billy_49"], ["access_token", "c0d2bc1cd841184aaceff0a0a755813f"], ["uuid", "680be793-0206-4be5-a905-344be5376144"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:32:24.241881"], ["updated_at", "2017-10-25 17:32:24.241881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -934729937 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'efeefda4ffe7c9a62bc860d4d6bfa025' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72f95826-6b16-4b41-bcef-9be48646ebfc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -934729937], ["username", "efeefda4ffe7c9a62bc860d4d6bfa025"], ["access_token", "e95ffcb49a9c75239c440274a8a675c8"], ["uuid", "72f95826-6b16-4b41-bcef-9be48646ebfc"], ["created_at", "2017-10-25 17:32:24.263859"], ["updated_at", "2017-10-25 17:32:24.263859"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -685666817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'dc016da0f154f0fc6659d20ddce37b0a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2dd1eed6-6bb7-4a86-a177-4c1dc400856f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -685666817], ["username", "dc016da0f154f0fc6659d20ddce37b0a"], ["access_token", "31d9e799e86ca81ff5de8d0687ca1bd3"], ["uuid", "2dd1eed6-6bb7-4a86-a177-4c1dc400856f"], ["created_at", "2017-10-25 17:32:24.283122"], ["updated_at", "2017-10-25 17:32:24.283122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -483762161 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -483762161], ["name", "MyGroup"], ["created_at", "2017-10-25 17:32:24.286911"], ["updated_at", "2017-10-25 17:32:24.286911"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -472739873 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fd9b26541c9f65f7de333e995868b982' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5661510f-92ca-40dc-9f6a-99a7d1df79f8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -472739873], ["username", "fd9b26541c9f65f7de333e995868b982"], ["access_token", "523eda6a532012fc4b979d9fccf401d3"], ["uuid", "5661510f-92ca-40dc-9f6a-99a7d1df79f8"], ["created_at", "2017-10-25 17:32:24.291658"], ["updated_at", "2017-10-25 17:32:24.291658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -371542870 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -371542870], ["name", "MyGroup"], ["created_at", "2017-10-25 17:32:24.295957"], ["updated_at", "2017-10-25 17:32:24.295957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-10-25 17:32:24.307991"], ["updated_at", "2017-10-25 17:32:24.307991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8709889]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8709889 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3771ba13-2e32-41a3-8bb5-f02338a327b2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 8709889], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "3771ba13-2e32-41a3-8bb5-f02338a327b2"], ["created_at", "2017-10-25 17:32:24.315770"], ["updated_at", "2017-10-25 17:32:24.315770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9938938]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9938938 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dbabf270-9eba-45d4-a4fb-c6f96e630d9d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 9938938], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "dbabf270-9eba-45d4-a4fb-c6f96e630d9d"], ["created_at", "2017-10-25 17:32:24.322168"], ["updated_at", "2017-10-25 17:32:24.322168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 9938938 AND "openstax_accounts_accounts"."id" != 277) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'dbabf270-9eba-45d4-a4fb-c6f96e630d9d' AND "openstax_accounts_accounts"."id" != 277) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8547138]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8547138 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '942b6e27-4519-4b58-853d-f82796cc0481' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 8547138], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "942b6e27-4519-4b58-853d-f82796cc0481"], ["created_at", "2017-10-25 17:32:24.331845"], ["updated_at", "2017-10-25 17:32:24.331845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6859502]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6859502 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6256327]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6256327 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50909e7b-c779-4e6c-92be-240f7e42dec3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 6256327], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "50909e7b-c779-4e6c-92be-240f7e42dec3"], ["created_at", "2017-10-25 17:32:24.361784"], ["updated_at", "2017-10-25 17:32:24.361784"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6318885]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6318885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0258ab40-a58a-48f8-a1a5-f108f745c079' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 6318885], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["role", 2], ["uuid", "0258ab40-a58a-48f8-a1a5-f108f745c079"], ["created_at", "2017-10-25 17:32:24.370770"], ["updated_at", "2017-10-25 17:32:24.370770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2038261818 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'cdac0326deb933faa2a620e2f0f1293d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bdc53969-2b4f-4533-9e20-15348251e236' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2038261818], ["username", "cdac0326deb933faa2a620e2f0f1293d"], ["access_token", "c37fc5b43e78e0a80ec856e1432fbf5a"], ["uuid", "bdc53969-2b4f-4533-9e20-15348251e236"], ["created_at", "2017-10-25 17:32:24.377090"], ["updated_at", "2017-10-25 17:32:24.377090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -2038261818]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -2038261818 AND "openstax_accounts_accounts"."id" != 281) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 281) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 281) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 281]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -188229067 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c3f4ff3-19f3-4c08-9f94-6e4be3761ad2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -188229067], ["username", "jstrav"], ["access_token", "327b159188fd25b1e36178258387429b"], ["uuid", "1c3f4ff3-19f3-4c08-9f94-6e4be3761ad2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.388624"], ["updated_at", "2017-10-25 17:32:24.388624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2010087794 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77b99539-be37-4386-beb3-908c9b41f911' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2010087794], ["username", "mary"], ["access_token", "b7cea53b7d884c3cfc17c147582a68c4"], ["uuid", "77b99539-be37-4386-beb3-908c9b41f911"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.392370"], ["updated_at", "2017-10-25 17:32:24.392370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2041190862 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2fbf298b-30c2-47ca-b161-db0a889ac8ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2041190862], ["username", "jstead"], ["access_token", "8c44321091508e4eefd28f7b5e932526"], ["uuid", "2fbf298b-30c2-47ca-b161-db0a889ac8ce"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.396300"], ["updated_at", "2017-10-25 17:32:24.396300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1866993912 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce951fd7-e08d-4618-be42-40294904b0f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1866993912], ["username", "bigbear"], ["access_token", "2fc6f1dfe076cb462b83f51b8fcbf250"], ["uuid", "ce951fd7-e08d-4618-be42-40294904b0f7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.400127"], ["updated_at", "2017-10-25 17:32:24.400127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1794543601 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc350e66-76d0-45b6-826d-36bcdbe934eb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1794543601], ["username", "jstrav"], ["access_token", "dadecd4c1fa12b25def62b0ca49b6b4c"], ["uuid", "cc350e66-76d0-45b6-826d-36bcdbe934eb"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.412079"], ["updated_at", "2017-10-25 17:32:24.412079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943225653 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34c69daa-9b00-4e31-9b75-58c8a6c99beb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -943225653], ["username", "mary"], ["access_token", "0163c7583bbd75349c005379bb7438b4"], ["uuid", "34c69daa-9b00-4e31-9b75-58c8a6c99beb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.416526"], ["updated_at", "2017-10-25 17:32:24.416526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965963421 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11df254d-02d8-4c5f-a8cd-a0805244ba8b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -965963421], ["username", "jstead"], ["access_token", "2bb5e469f64eb4f6d474c209c1b9d63c"], ["uuid", "11df254d-02d8-4c5f-a8cd-a0805244ba8b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.420216"], ["updated_at", "2017-10-25 17:32:24.420216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2075078570 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35eebe92-fc1d-4e09-8101-8226f6b20165' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2075078570], ["username", "bigbear"], ["access_token", "5d02bd0d4eedcb6d9e07af3bde11e15f"], ["uuid", "35eebe92-fc1d-4e09-8101-8226f6b20165"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.423897"], ["updated_at", "2017-10-25 17:32:24.423897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1291213435 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2df639a1-4de3-41d0-8bd8-8a996545d777' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1291213435], ["username", "jstrav"], ["access_token", "c0379d695201e00f861f6eb8afaec3b8"], ["uuid", "2df639a1-4de3-41d0-8bd8-8a996545d777"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.433137"], ["updated_at", "2017-10-25 17:32:24.433137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003883125 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ded51a5a-88e6-460f-b661-8c8588607eac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1003883125], ["username", "mary"], ["access_token", "bb02ba2e6c2594d3bfd8a27cfdcd3265"], ["uuid", "ded51a5a-88e6-460f-b661-8c8588607eac"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.437146"], ["updated_at", "2017-10-25 17:32:24.437146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -731572301 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd263b917-49f8-49f1-b869-7890b865781d' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -731572301], ["username", "jstead"], ["access_token", "8bb1ebf9135c5df05113168cfc831e89"], ["uuid", "d263b917-49f8-49f1-b869-7890b865781d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.441086"], ["updated_at", "2017-10-25 17:32:24.441086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538105525 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6cdd5e07-4654-4eb3-a78f-b8f5cdc148e9' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -538105525], ["username", "bigbear"], ["access_token", "e0bbf172f24f62d1210d6bace84d60dd"], ["uuid", "6cdd5e07-4654-4eb3-a78f-b8f5cdc148e9"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.445585"], ["updated_at", "2017-10-25 17:32:24.445585"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1552783378 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6226838d-ca70-4fb9-b513-dc8c7b01c4cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1552783378], ["username", "jstrav"], ["access_token", "ab6c0d3d3169a4978c4f2b7daf51ac38"], ["uuid", "6226838d-ca70-4fb9-b513-dc8c7b01c4cc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.454953"], ["updated_at", "2017-10-25 17:32:24.454953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -25622811 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c68c37fc-74f3-41b3-ac68-ca3e658fd6ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -25622811], ["username", "mary"], ["access_token", "7fb971d41eeb795574c9d2273c2104a6"], ["uuid", "c68c37fc-74f3-41b3-ac68-ca3e658fd6ff"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.458823"], ["updated_at", "2017-10-25 17:32:24.458823"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -771281571 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd06f1de1-28fe-4b3f-b262-6d8f0c12ecd8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -771281571], ["username", "jstead"], ["access_token", "e6a9317975edd709feacf050a792258f"], ["uuid", "d06f1de1-28fe-4b3f-b262-6d8f0c12ecd8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.462504"], ["updated_at", "2017-10-25 17:32:24.462504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1935840068 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e75405d1-9d05-488d-b1c6-3383cfbfdf00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1935840068], ["username", "bigbear"], ["access_token", "1808ea1c059c2a26340ae6560fd81d8d"], ["uuid", "e75405d1-9d05-488d-b1c6-3383cfbfdf00"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.466315"], ["updated_at", "2017-10-25 17:32:24.466315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -373993573 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '835dade0-7aae-43b1-bd18-cff1c82e947d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -373993573], ["username", "jstrav"], ["access_token", "1b67de04658e054aff6a7bee06d4975e"], ["uuid", "835dade0-7aae-43b1-bd18-cff1c82e947d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.474407"], ["updated_at", "2017-10-25 17:32:24.474407"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1787823950 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7669e39-ede4-45b3-b63e-3d7aa0fdb857' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1787823950], ["username", "mary"], ["access_token", "30949ef11a44aa7ad33c348092af69c8"], ["uuid", "f7669e39-ede4-45b3-b63e-3d7aa0fdb857"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.478304"], ["updated_at", "2017-10-25 17:32:24.478304"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1925966322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '261c9a4a-6d5c-496f-bb41-2380aa6ef2c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1925966322], ["username", "jstead"], ["access_token", "eb8b1cc51a85ad0e498803f54cfb8152"], ["uuid", "261c9a4a-6d5c-496f-bb41-2380aa6ef2c0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.482029"], ["updated_at", "2017-10-25 17:32:24.482029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1826546815 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66ef2692-a141-4c34-8160-be23bbcd8f16' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1826546815], ["username", "bigbear"], ["access_token", "e6108fd27129734c870d4cdec9f6420f"], ["uuid", "66ef2692-a141-4c34-8160-be23bbcd8f16"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.485807"], ["updated_at", "2017-10-25 17:32:24.485807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -142380120 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eac3b397-b4f4-41dd-adce-7f1effc942ba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -142380120], ["username", "jstrav"], ["access_token", "4c299cc1b9932748443137290978fa59"], ["uuid", "eac3b397-b4f4-41dd-adce-7f1effc942ba"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.494750"], ["updated_at", "2017-10-25 17:32:24.494750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688736508 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16681f69-6159-4c15-bb25-d6c7594d4d01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -688736508], ["username", "mary"], ["access_token", "7b0defb52d018527a634a4d84f7b3dc8"], ["uuid", "16681f69-6159-4c15-bb25-d6c7594d4d01"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.499150"], ["updated_at", "2017-10-25 17:32:24.499150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -491702275 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7665fac4-0129-4c63-becf-d17846936038' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -491702275], ["username", "jstead"], ["access_token", "50a299b3574b578772506cbbd169c32a"], ["uuid", "7665fac4-0129-4c63-becf-d17846936038"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.502932"], ["updated_at", "2017-10-25 17:32:24.502932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -579090179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b76861a-e1b2-4cff-9a4f-6a55325a3644' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -579090179], ["username", "bigbear"], ["access_token", "e0539f5dbaf3938c519e7ab996a81805"], ["uuid", "2b76861a-e1b2-4cff-9a4f-6a55325a3644"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.506551"], ["updated_at", "2017-10-25 17:32:24.506551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807033039 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '616c28d9-304e-441d-9e99-9d0ea4567db7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -807033039], ["username", "jstrav"], ["access_token", "5152da21c02ebce444f1bf06e6be3fd6"], ["uuid", "616c28d9-304e-441d-9e99-9d0ea4567db7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.513975"], ["updated_at", "2017-10-25 17:32:24.513975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178393666 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57fa608e-4bee-4c1a-8936-21900004792b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -178393666], ["username", "mary"], ["access_token", "c78a3458a6624ae34be833c71adf92f0"], ["uuid", "57fa608e-4bee-4c1a-8936-21900004792b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.517900"], ["updated_at", "2017-10-25 17:32:24.517900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -913235856 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d0573fb-f71d-412b-939d-296e75524b30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -913235856], ["username", "jstead"], ["access_token", "78ffba7ded73c9da69788680d6de8cae"], ["uuid", "0d0573fb-f71d-412b-939d-296e75524b30"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.521680"], ["updated_at", "2017-10-25 17:32:24.521680"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1164246472 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7da1585b-3f87-4f41-893c-6ca155319e33' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1164246472], ["username", "bigbear"], ["access_token", "9bdf34469f84e82c883eb2ef40fff098"], ["uuid", "7da1585b-3f87-4f41-893c-6ca155319e33"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.525726"], ["updated_at", "2017-10-25 17:32:24.525726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574135111 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '234283dd-c21f-47e5-8ca8-8faa5b293080' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1574135111], ["username", "jstrav"], ["access_token", "81296de9226eda9f8339b2c571f40086"], ["uuid", "234283dd-c21f-47e5-8ca8-8faa5b293080"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.537192"], ["updated_at", "2017-10-25 17:32:24.537192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598965557 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd43856b0-8998-4a60-a106-3bea1df8f81e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -598965557], ["username", "mary"], ["access_token", "12ebb6ad1193048c16d8b7a1c2b82b97"], ["uuid", "d43856b0-8998-4a60-a106-3bea1df8f81e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.541475"], ["updated_at", "2017-10-25 17:32:24.541475"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -255533295 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a894e80e-35c3-4c02-ac67-302995b5c6ad' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -255533295], ["username", "jstead"], ["access_token", "1e5ac72ebf07a772c9f4d703c83877aa"], ["uuid", "a894e80e-35c3-4c02-ac67-302995b5c6ad"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.545746"], ["updated_at", "2017-10-25 17:32:24.545746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1749508386 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd47e4119-3f75-4ab8-9b61-9b9cd5b5b69e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1749508386], ["username", "bigbear"], ["access_token", "84cc972d2fdd7ab185a01ce7ef3fa08d"], ["uuid", "d47e4119-3f75-4ab8-9b61-9b9cd5b5b69e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.551520"], ["updated_at", "2017-10-25 17:32:24.551520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1317382671 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac57636b-21d8-40ed-9e93-3f290e03810a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1317382671], ["username", "jstrav"], ["access_token", "6af93efc3899c08d063127e7ac34bdef"], ["uuid", "ac57636b-21d8-40ed-9e93-3f290e03810a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.560939"], ["updated_at", "2017-10-25 17:32:24.560939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1069485550 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4ed4210-fb37-47fb-89df-2a4ce76d5693' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1069485550], ["username", "mary"], ["access_token", "bc17c3e3bf014255011ab31b270b23b6"], ["uuid", "d4ed4210-fb37-47fb-89df-2a4ce76d5693"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.564863"], ["updated_at", "2017-10-25 17:32:24.564863"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597225175 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad2930a1-db65-4356-b333-2e41d3cfba2b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -597225175], ["username", "jstead"], ["access_token", "f0ba9b110116715a73b3181c233d7ef8"], ["uuid", "ad2930a1-db65-4356-b333-2e41d3cfba2b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.568903"], ["updated_at", "2017-10-25 17:32:24.568903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -47814528 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ecd7dd3-4c91-4ae4-8c8f-d850a11d0e5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -47814528], ["username", "bigbear"], ["access_token", "d2acfb8bc60de42f219e1e7064bfe4a3"], ["uuid", "6ecd7dd3-4c91-4ae4-8c8f-d850a11d0e5a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.573206"], ["updated_at", "2017-10-25 17:32:24.573206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -799844142 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc5186d4-7bce-4ff0-abd9-c9af3d56492b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -799844142], ["username", "jstrav"], ["access_token", "fd135b32f87b49d0759a35891a07c708"], ["uuid", "fc5186d4-7bce-4ff0-abd9-c9af3d56492b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.583042"], ["updated_at", "2017-10-25 17:32:24.583042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1302836640 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82756620-2a48-4528-99ef-06784753f5da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1302836640], ["username", "mary"], ["access_token", "96463bb62387ad9db73bfbe0a81216b2"], ["uuid", "82756620-2a48-4528-99ef-06784753f5da"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.587956"], ["updated_at", "2017-10-25 17:32:24.587956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -451741122 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a50d6fc7-6d4a-428a-ba7a-70abad90a3c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -451741122], ["username", "jstead"], ["access_token", "f901793915545ec864a4f2487a36baa8"], ["uuid", "a50d6fc7-6d4a-428a-ba7a-70abad90a3c2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.591880"], ["updated_at", "2017-10-25 17:32:24.591880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1401750701 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c4f2007-412e-447c-a838-20d6bfe55ea2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1401750701], ["username", "bigbear"], ["access_token", "add9461503250e37cc93e512d666be5c"], ["uuid", "6c4f2007-412e-447c-a838-20d6bfe55ea2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.595680"], ["updated_at", "2017-10-25 17:32:24.595680"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -502412559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b25a9e6a-e62a-429b-93b2-964e38538823' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -502412559], ["username", "jstrav"], ["access_token", "239ec9ebc5c54e0e0fc078569a298bed"], ["uuid", "b25a9e6a-e62a-429b-93b2-964e38538823"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.603378"], ["updated_at", "2017-10-25 17:32:24.603378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1054085278 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29a47924-8bde-45bc-9f05-9237eca8b396' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1054085278], ["username", "mary"], ["access_token", "25b8888cd54f9ff0bf8369a16c6ed214"], ["uuid", "29a47924-8bde-45bc-9f05-9237eca8b396"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.607216"], ["updated_at", "2017-10-25 17:32:24.607216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1098968159 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c32c3f74-0eb6-4e6d-8213-08e87b7593c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1098968159], ["username", "jstead"], ["access_token", "af1bb3207e19b6343cc9998682941c0e"], ["uuid", "c32c3f74-0eb6-4e6d-8213-08e87b7593c0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.610907"], ["updated_at", "2017-10-25 17:32:24.610907"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1979167338 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ceaa7050-624e-423a-af84-70bdf7706bf7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1979167338], ["username", "bigbear"], ["access_token", "9e151cf87834546d2f4379117920e55b"], ["uuid", "ceaa7050-624e-423a-af84-70bdf7706bf7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.614884"], ["updated_at", "2017-10-25 17:32:24.614884"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -54896618 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1a39060-9ad4-44d0-b92d-f629a793ecaa' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -54896618], ["username", "foo_bb"], ["access_token", "ebb13ebaf4f78a44451eedf5b9c5336e"], ["uuid", "c1a39060-9ad4-44d0-b92d-f629a793ecaa"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-10-25 17:32:24.618704"], ["updated_at", "2017-10-25 17:32:24.618704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -873461884 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1869451-8d0e-4b1e-a293-e9eec690b2a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -873461884], ["username", "foo_bj"], ["access_token", "e57c79b0a7cc61718955e529263f8632"], ["uuid", "a1869451-8d0e-4b1e-a293-e9eec690b2a5"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:32:24.622606"], ["updated_at", "2017-10-25 17:32:24.622606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2069813825 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e39b8daf-1449-42ba-a039-a5af1f3e04cf' LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2069813825], ["username", "foo_tj"], ["access_token", "d7a30d55049dbdbb59c4487e8abc76c2"], ["uuid", "e39b8daf-1449-42ba-a039-a5af1f3e04cf"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:32:24.626367"], ["updated_at", "2017-10-25 17:32:24.626367"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2066219247 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0316641-8b61-4410-9319-5dd40a6be55c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2066219247], ["username", "jstrav"], ["access_token", "54ec5efa2927ebf7c65245f2f06fb2f4"], ["uuid", "c0316641-8b61-4410-9319-5dd40a6be55c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.640808"], ["updated_at", "2017-10-25 17:32:24.640808"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -35551202 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81b50105-5039-4d64-84a8-55a2d8cfed4f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -35551202], ["username", "mary"], ["access_token", "3a3e6144a025cb00771426d70ee9896f"], ["uuid", "81b50105-5039-4d64-84a8-55a2d8cfed4f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.644712"], ["updated_at", "2017-10-25 17:32:24.644712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1989654601 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76e21c7f-c850-4642-b802-bd0df7e5ec5e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1989654601], ["username", "jstead"], ["access_token", "ca87399bb0d7c2742e6f5187d1e4595e"], ["uuid", "76e21c7f-c850-4642-b802-bd0df7e5ec5e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.648370"], ["updated_at", "2017-10-25 17:32:24.648370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -814155196 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe3d4526-0052-4acb-9d08-fc1034c13cb5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -814155196], ["username", "bigbear"], ["access_token", "9c3342e0e3e0a6e7c82fb017bd784242"], ["uuid", "fe3d4526-0052-4acb-9d08-fc1034c13cb5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.652031"], ["updated_at", "2017-10-25 17:32:24.652031"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1389271701 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fad9f9c8-0d0f-4da1-84dd-68a05b91d5b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1389271701], ["username", "billy_00"], ["access_token", "4d839c7427621836eaeb4084baa0db73"], ["uuid", "fad9f9c8-0d0f-4da1-84dd-68a05b91d5b1"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:32:24.655833"], ["updated_at", "2017-10-25 17:32:24.655833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -426438798 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '606f48e3-73bd-43b8-8e22-15128cdd3112' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -426438798], ["username", "billy_01"], ["access_token", "f63c17530252c136f2c101b5519999d3"], ["uuid", "606f48e3-73bd-43b8-8e22-15128cdd3112"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:32:24.659604"], ["updated_at", "2017-10-25 17:32:24.659604"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1387475330 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2953e78e-b03d-4ce6-a420-d289208c3a7c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1387475330], ["username", "billy_02"], ["access_token", "db3678c1d298daa4ff2c159014ce992e"], ["uuid", "2953e78e-b03d-4ce6-a420-d289208c3a7c"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:32:24.663443"], ["updated_at", "2017-10-25 17:32:24.663443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1380118870 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0343739b-1225-4af0-9de2-8cf66f3f9028' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1380118870], ["username", "billy_03"], ["access_token", "6bec3d933875004a7ec49c85f2948664"], ["uuid", "0343739b-1225-4af0-9de2-8cf66f3f9028"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:32:24.667326"], ["updated_at", "2017-10-25 17:32:24.667326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1419355024 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9afe6206-5825-421d-93de-3191a5fed09d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1419355024], ["username", "billy_04"], ["access_token", "10df39dad368dbdb1f4fa544b5e5f36c"], ["uuid", "9afe6206-5825-421d-93de-3191a5fed09d"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:32:24.671624"], ["updated_at", "2017-10-25 17:32:24.671624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -249537566 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac25b28a-f12e-4d65-8ca1-eabf28ef3286' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -249537566], ["username", "billy_05"], ["access_token", "ed4dc0dde37e3fe664f8c72cada7b87b"], ["uuid", "ac25b28a-f12e-4d65-8ca1-eabf28ef3286"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:32:24.676237"], ["updated_at", "2017-10-25 17:32:24.676237"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2110182762 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '865ec872-6701-4238-8bd8-40cf322c3c9e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2110182762], ["username", "billy_06"], ["access_token", "1e529204719983e4bf7a92f68874f277"], ["uuid", "865ec872-6701-4238-8bd8-40cf322c3c9e"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:32:24.680952"], ["updated_at", "2017-10-25 17:32:24.680952"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019010430 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0fe395d-d01a-486c-84b4-f7bb8bb8aace' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2019010430], ["username", "billy_07"], ["access_token", "0b5d476ef1c0fd5fae7e9846b54300ec"], ["uuid", "f0fe395d-d01a-486c-84b4-f7bb8bb8aace"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:32:24.684740"], ["updated_at", "2017-10-25 17:32:24.684740"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1049766247 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '304749c7-d374-49c2-896a-98b2462b4a6d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1049766247], ["username", "billy_08"], ["access_token", "605463616274fa6e7ad124fda80c0355"], ["uuid", "304749c7-d374-49c2-896a-98b2462b4a6d"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:32:24.688329"], ["updated_at", "2017-10-25 17:32:24.688329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1558031834 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '433993c4-6010-4e9d-b86d-f6ab92241c4a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1558031834], ["username", "billy_09"], ["access_token", "d5b5ac07be98e0268a5f539aeb70b80e"], ["uuid", "433993c4-6010-4e9d-b86d-f6ab92241c4a"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:32:24.692338"], ["updated_at", "2017-10-25 17:32:24.692338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460137584 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2f5258c-df21-433d-b6f9-2d13235ea9fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1460137584], ["username", "billy_10"], ["access_token", "94373740b10f052ef22fed3fa774302c"], ["uuid", "a2f5258c-df21-433d-b6f9-2d13235ea9fd"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:32:24.696437"], ["updated_at", "2017-10-25 17:32:24.696437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1731315743 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '361c5dc5-8be5-4d05-a5dc-e914cd720484' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1731315743], ["username", "billy_11"], ["access_token", "570493d04db07b7a1cebf3a00ff7e08d"], ["uuid", "361c5dc5-8be5-4d05-a5dc-e914cd720484"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:32:24.700413"], ["updated_at", "2017-10-25 17:32:24.700413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1039866434 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d0c6b8f-6ccf-4731-ab80-b11343e3350d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1039866434], ["username", "billy_12"], ["access_token", "3f08d38030397381949e7378ff16bcea"], ["uuid", "9d0c6b8f-6ccf-4731-ab80-b11343e3350d"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:32:24.704163"], ["updated_at", "2017-10-25 17:32:24.704163"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2142437688 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c731f6b3-7723-462d-99f7-89a96c85a400' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2142437688], ["username", "billy_13"], ["access_token", "b4391f237a692f3662d704e03136b9b9"], ["uuid", "c731f6b3-7723-462d-99f7-89a96c85a400"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:32:24.708827"], ["updated_at", "2017-10-25 17:32:24.708827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1204723460 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e4cc3a90-bc52-4541-b0ac-fedf717475b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1204723460], ["username", "billy_14"], ["access_token", "69dac0e81800f8f569b0b4a5c3f88dfa"], ["uuid", "e4cc3a90-bc52-4541-b0ac-fedf717475b7"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:32:24.714299"], ["updated_at", "2017-10-25 17:32:24.714299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1418519728 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd687d50d-bac4-4833-81ab-3fb79f1df70a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1418519728], ["username", "billy_15"], ["access_token", "b91cf0dfa6d3e9e33edb9317bc5ff38b"], ["uuid", "d687d50d-bac4-4833-81ab-3fb79f1df70a"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:32:24.718659"], ["updated_at", "2017-10-25 17:32:24.718659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -490445647 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68cf39bd-c0cf-426c-945a-4e85162b785d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -490445647], ["username", "billy_16"], ["access_token", "83bdcf541e15c0fa0e16e2b46b0f50c1"], ["uuid", "68cf39bd-c0cf-426c-945a-4e85162b785d"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:32:24.722633"], ["updated_at", "2017-10-25 17:32:24.722633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -516333473 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab9a8121-7550-411a-a59f-b501ad1842d5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -516333473], ["username", "billy_17"], ["access_token", "d3b499673966136ec33955ca41c4a403"], ["uuid", "ab9a8121-7550-411a-a59f-b501ad1842d5"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:32:24.726677"], ["updated_at", "2017-10-25 17:32:24.726677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -285284100 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7475a101-9618-469a-a457-a8503e416d3a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -285284100], ["username", "billy_18"], ["access_token", "07559f50a62422d53a300ed98e347184"], ["uuid", "7475a101-9618-469a-a457-a8503e416d3a"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:32:24.731566"], ["updated_at", "2017-10-25 17:32:24.731566"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -234617624 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72703fd9-df63-46ad-a2e6-0c96ca142c02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -234617624], ["username", "billy_19"], ["access_token", "f4d10f78b42ef9234a39e4675dfdf200"], ["uuid", "72703fd9-df63-46ad-a2e6-0c96ca142c02"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:32:24.735944"], ["updated_at", "2017-10-25 17:32:24.735944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1366741691 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41e99ac0-a7c0-44bb-90bd-8f0adbbf5dc5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1366741691], ["username", "billy_20"], ["access_token", "c32c79c679698c916d293837d8a3ea16"], ["uuid", "41e99ac0-a7c0-44bb-90bd-8f0adbbf5dc5"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:32:24.739826"], ["updated_at", "2017-10-25 17:32:24.739826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -957897412 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91cf0576-a7b4-4d35-bfd4-f5e78230f924' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -957897412], ["username", "billy_21"], ["access_token", "44fd2450b6c4872f795f846ca3f7e7fd"], ["uuid", "91cf0576-a7b4-4d35-bfd4-f5e78230f924"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:32:24.743579"], ["updated_at", "2017-10-25 17:32:24.743579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -30010244 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3861de5e-f177-43a1-92b7-e199f179671e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -30010244], ["username", "billy_22"], ["access_token", "0add868429c0d891540767ad7d83f44c"], ["uuid", "3861de5e-f177-43a1-92b7-e199f179671e"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:32:24.747227"], ["updated_at", "2017-10-25 17:32:24.747227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -942732476 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '838aca36-2efd-4626-8df5-cd8d5420721c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -942732476], ["username", "billy_23"], ["access_token", "de74deccc7ae7ba784b5a7d232ce1be3"], ["uuid", "838aca36-2efd-4626-8df5-cd8d5420721c"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:32:24.751909"], ["updated_at", "2017-10-25 17:32:24.751909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1226798655 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c7c5729-2135-45ba-8a3a-df7993b3f653' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1226798655], ["username", "billy_24"], ["access_token", "98e724c0a7506d9fb18cf8432dc8c8eb"], ["uuid", "8c7c5729-2135-45ba-8a3a-df7993b3f653"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:32:24.757385"], ["updated_at", "2017-10-25 17:32:24.757385"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -112716025 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ae832f7-8a9a-4be7-8d75-3cd50fd5c855' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -112716025], ["username", "billy_25"], ["access_token", "e8859e13d5bd655103e984a5fda3e461"], ["uuid", "5ae832f7-8a9a-4be7-8d75-3cd50fd5c855"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:32:24.761712"], ["updated_at", "2017-10-25 17:32:24.761712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1669305594 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a3b4ef0-b278-4997-9588-120a0607b74c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1669305594], ["username", "billy_26"], ["access_token", "16a2ff6ad9026c922655c3da8e3737ce"], ["uuid", "0a3b4ef0-b278-4997-9588-120a0607b74c"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:32:24.765555"], ["updated_at", "2017-10-25 17:32:24.765555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -889670659 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4cf615b7-e0c6-4d3c-a553-6e1bfdbdf62f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -889670659], ["username", "billy_27"], ["access_token", "9a9cad1f8223728ae120d11f20ac4401"], ["uuid", "4cf615b7-e0c6-4d3c-a553-6e1bfdbdf62f"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:32:24.769343"], ["updated_at", "2017-10-25 17:32:24.769343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -304198714 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21e67813-4270-4e25-891c-3390649a8279' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -304198714], ["username", "billy_28"], ["access_token", "7ff3e9e840ceb225092c3a949e364c06"], ["uuid", "21e67813-4270-4e25-891c-3390649a8279"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:32:24.773077"], ["updated_at", "2017-10-25 17:32:24.773077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1229246619 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06e7c4c6-5a15-46b9-af07-f4e0ce27c1f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1229246619], ["username", "billy_29"], ["access_token", "d2412a6e27be59473abedc69121fe58f"], ["uuid", "06e7c4c6-5a15-46b9-af07-f4e0ce27c1f4"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:32:24.776819"], ["updated_at", "2017-10-25 17:32:24.776819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1044629775 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ae1ce33-95be-4593-8f7b-c324918911cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1044629775], ["username", "billy_30"], ["access_token", "43c549e98515cade2c77c28dd71f0917"], ["uuid", "4ae1ce33-95be-4593-8f7b-c324918911cf"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:32:24.780529"], ["updated_at", "2017-10-25 17:32:24.780529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507272400 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f428068a-10aa-44fb-aefd-8231d7bafbf5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1507272400], ["username", "billy_31"], ["access_token", "9f1c5d639e2d1695fb6a5b683a9d7c71"], ["uuid", "f428068a-10aa-44fb-aefd-8231d7bafbf5"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:32:24.784291"], ["updated_at", "2017-10-25 17:32:24.784291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2089545936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6dd469ac-b1ce-45e3-9a16-c4ff9baf03ac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2089545936], ["username", "billy_32"], ["access_token", "de9742e2e2bf96efec423fd76b504dbd"], ["uuid", "6dd469ac-b1ce-45e3-9a16-c4ff9baf03ac"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:32:24.787961"], ["updated_at", "2017-10-25 17:32:24.787961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518642534 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f67e185d-7777-4b1d-9ddb-381151eef824' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -518642534], ["username", "billy_33"], ["access_token", "7ea240dbd49654fe74e18a7b900e409f"], ["uuid", "f67e185d-7777-4b1d-9ddb-381151eef824"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:32:24.791695"], ["updated_at", "2017-10-25 17:32:24.791695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1533716842 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4819918e-f8b5-4cf4-841e-fa78d2cf8a96' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1533716842], ["username", "billy_34"], ["access_token", "a92fa23aae82db86320eb18dc8252b17"], ["uuid", "4819918e-f8b5-4cf4-841e-fa78d2cf8a96"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:32:24.795375"], ["updated_at", "2017-10-25 17:32:24.795375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1241323137 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6562d6f9-5141-4be4-b5f1-a91a87c15a94' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1241323137], ["username", "billy_35"], ["access_token", "1283c8008dc0f720ce21b0512b037e67"], ["uuid", "6562d6f9-5141-4be4-b5f1-a91a87c15a94"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:32:24.799084"], ["updated_at", "2017-10-25 17:32:24.799084"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1966753892 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd871412a-9e61-4c04-8094-e9dc3b110282' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1966753892], ["username", "billy_36"], ["access_token", "1194e96292dbf3d0f16a633b9def7db5"], ["uuid", "d871412a-9e61-4c04-8094-e9dc3b110282"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:32:24.802774"], ["updated_at", "2017-10-25 17:32:24.802774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -791819154 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3f8a29e-397b-48c6-8c95-d43d39e4ab54' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -791819154], ["username", "billy_37"], ["access_token", "4aebc78f3504d473349d9f315c7bc697"], ["uuid", "c3f8a29e-397b-48c6-8c95-d43d39e4ab54"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:32:24.806671"], ["updated_at", "2017-10-25 17:32:24.806671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646291333 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd10d1ce3-3020-4e51-98a2-7cbe8388a463' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -646291333], ["username", "billy_38"], ["access_token", "4892ae4e75610bf60d398b056cfd32de"], ["uuid", "d10d1ce3-3020-4e51-98a2-7cbe8388a463"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:32:24.810379"], ["updated_at", "2017-10-25 17:32:24.810379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1421069404 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ba7ba39-61dd-42bd-a583-62badae63194' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1421069404], ["username", "billy_39"], ["access_token", "9d6117122f4f76e80a2118591885ce0c"], ["uuid", "1ba7ba39-61dd-42bd-a583-62badae63194"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:32:24.814322"], ["updated_at", "2017-10-25 17:32:24.814322"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -497218513 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f0eff63-b9e4-4ba2-aeab-5e2926d05625' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -497218513], ["username", "billy_40"], ["access_token", "31f95fd933579d81c4db155336ada0f4"], ["uuid", "1f0eff63-b9e4-4ba2-aeab-5e2926d05625"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:32:24.817994"], ["updated_at", "2017-10-25 17:32:24.817994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1393967480 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa9fbc20-7df5-418a-847d-379f0f78be92' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1393967480], ["username", "billy_41"], ["access_token", "f6f744262571f7fa0cc277207b4539d9"], ["uuid", "aa9fbc20-7df5-418a-847d-379f0f78be92"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:32:24.821683"], ["updated_at", "2017-10-25 17:32:24.821683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1447753157 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2ea4722-26f3-400f-84e6-b19fd84239a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1447753157], ["username", "billy_42"], ["access_token", "9366f559c00dde441582842d15d602b3"], ["uuid", "a2ea4722-26f3-400f-84e6-b19fd84239a1"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:32:24.825377"], ["updated_at", "2017-10-25 17:32:24.825377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1577149163 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e43206b-301a-48e0-b621-fe566fa78e95' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1577149163], ["username", "billy_43"], ["access_token", "c9ff35fc9d45115d58fc42f2293150d9"], ["uuid", "6e43206b-301a-48e0-b621-fe566fa78e95"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:32:24.829100"], ["updated_at", "2017-10-25 17:32:24.829100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324599452 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '603cb7e8-f1c7-46f9-86bb-eec2f4158351' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1324599452], ["username", "billy_44"], ["access_token", "fda274fc7cfadb50d70e2edf7f63311e"], ["uuid", "603cb7e8-f1c7-46f9-86bb-eec2f4158351"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:32:24.832827"], ["updated_at", "2017-10-25 17:32:24.832827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -793623612 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0ae8c6f-62e3-4852-b8ab-373f743db992' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -793623612], ["username", "billy_45"], ["access_token", "3c3f780edf2a27933d61e161de1f2f36"], ["uuid", "b0ae8c6f-62e3-4852-b8ab-373f743db992"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:32:24.836575"], ["updated_at", "2017-10-25 17:32:24.836575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2090503522 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d70bc5b-1d53-432c-9505-feebfabec543' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2090503522], ["username", "jstrav"], ["access_token", "48eda1ec7df732442b8dbd7a8569cb1b"], ["uuid", "4d70bc5b-1d53-432c-9505-feebfabec543"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:24.846716"], ["updated_at", "2017-10-25 17:32:24.846716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1005418043 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d23718b-78c3-4cf1-843a-a21337fdc787' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1005418043], ["username", "mary"], ["access_token", "94de0f0cc5221f2c799fe05d64ec1671"], ["uuid", "8d23718b-78c3-4cf1-843a-a21337fdc787"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:24.850669"], ["updated_at", "2017-10-25 17:32:24.850669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010992466 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f655a4da-4eb4-46c6-bd45-2e7d62215492' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1010992466], ["username", "jstead"], ["access_token", "2f8ca395f365f47e92a62dbaecb304bd"], ["uuid", "f655a4da-4eb4-46c6-bd45-2e7d62215492"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:24.854603"], ["updated_at", "2017-10-25 17:32:24.854603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1799793085 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd418f0da-560a-45ac-8d4e-e0e619951041' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1799793085], ["username", "bigbear"], ["access_token", "55dbb4fcc51d6c977b30353614903654"], ["uuid", "d418f0da-560a-45ac-8d4e-e0e619951041"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:24.858499"], ["updated_at", "2017-10-25 17:32:24.858499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -419914015 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa29b15b-3032-4729-ac38-38244977b85e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -419914015], ["username", "billy_00"], ["access_token", "e4adb2b0fddfdf28158b9fdac7459226"], ["uuid", "aa29b15b-3032-4729-ac38-38244977b85e"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:32:24.869168"], ["updated_at", "2017-10-25 17:32:24.869168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1374339060 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e620af91-2b58-44c2-856e-ed3f62f6ffeb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1374339060], ["username", "billy_01"], ["access_token", "84557c6d28b1d954d16799fc426a116f"], ["uuid", "e620af91-2b58-44c2-856e-ed3f62f6ffeb"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:32:24.873145"], ["updated_at", "2017-10-25 17:32:24.873145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -898953738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb38d12a-d536-48cf-982e-9d9454499ae5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -898953738], ["username", "billy_02"], ["access_token", "303cea0d4199ec0fc5302c4c6bcd8079"], ["uuid", "eb38d12a-d536-48cf-982e-9d9454499ae5"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:32:24.876957"], ["updated_at", "2017-10-25 17:32:24.876957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317068358 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4f3c3cf-23dd-435f-b58b-aa0ac178e662' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -317068358], ["username", "billy_03"], ["access_token", "d42f98244dd09bc976c495c0e37be623"], ["uuid", "a4f3c3cf-23dd-435f-b58b-aa0ac178e662"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:32:24.882280"], ["updated_at", "2017-10-25 17:32:24.882280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1129679749 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95d459e2-d8f1-4e0e-aa5e-b48b5fec71e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1129679749], ["username", "billy_04"], ["access_token", "e8f0a803ba310c6c78ac71df0b8f266a"], ["uuid", "95d459e2-d8f1-4e0e-aa5e-b48b5fec71e4"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:32:24.887421"], ["updated_at", "2017-10-25 17:32:24.887421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1194122714 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29575022-0897-4cb5-8168-2cc8bb4a79d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1194122714], ["username", "billy_05"], ["access_token", "12ff2fead593f4af7b1c73b384bdb11c"], ["uuid", "29575022-0897-4cb5-8168-2cc8bb4a79d4"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:32:24.891713"], ["updated_at", "2017-10-25 17:32:24.891713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366336926 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'efb32734-9a2e-4369-b71e-fdbb277b0d1b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -366336926], ["username", "billy_06"], ["access_token", "a3c8abcc94a63e95c1ca18dc222445e2"], ["uuid", "efb32734-9a2e-4369-b71e-fdbb277b0d1b"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:32:24.896334"], ["updated_at", "2017-10-25 17:32:24.896334"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1592004511 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca7c034a-a3f0-4104-9ed3-ed6bc0508087' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1592004511], ["username", "billy_07"], ["access_token", "3af2caa006f08579134503c582d5fa0f"], ["uuid", "ca7c034a-a3f0-4104-9ed3-ed6bc0508087"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:32:24.900797"], ["updated_at", "2017-10-25 17:32:24.900797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1247010653 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24058b77-8577-4024-947c-cac8de40d498' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1247010653], ["username", "billy_08"], ["access_token", "a0c69c27e152c32da9588e28e6c240d0"], ["uuid", "24058b77-8577-4024-947c-cac8de40d498"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:32:24.904605"], ["updated_at", "2017-10-25 17:32:24.904605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1481675169 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1475321-c0bb-4202-805f-a6bfea856603' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1481675169], ["username", "billy_09"], ["access_token", "b0bf776700f242a053aba108974156a3"], ["uuid", "a1475321-c0bb-4202-805f-a6bfea856603"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:32:24.908294"], ["updated_at", "2017-10-25 17:32:24.908294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1062140850 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0096b59c-1209-420d-8782-185de0bc61a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1062140850], ["username", "billy_10"], ["access_token", "14b4d293746cdeb7597c31fbc4bad7a0"], ["uuid", "0096b59c-1209-420d-8782-185de0bc61a1"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:32:24.912232"], ["updated_at", "2017-10-25 17:32:24.912232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -769182991 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a48922e-d6e9-482f-a42c-6547ffb30fb3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -769182991], ["username", "billy_11"], ["access_token", "95bdffe705143819b4d59882906d987d"], ["uuid", "0a48922e-d6e9-482f-a42c-6547ffb30fb3"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:32:24.916264"], ["updated_at", "2017-10-25 17:32:24.916264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -249188407 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '162b669a-d804-4efa-9a21-c43f8e515686' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -249188407], ["username", "billy_12"], ["access_token", "879e460cbe92792fc73b6cbb059f357b"], ["uuid", "162b669a-d804-4efa-9a21-c43f8e515686"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:32:24.920086"], ["updated_at", "2017-10-25 17:32:24.920086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -112979902 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '86514ab7-573d-42b3-9471-fe587846f605' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -112979902], ["username", "billy_13"], ["access_token", "ce04c9e45b225a99d170480e651e7f7f"], ["uuid", "86514ab7-573d-42b3-9471-fe587846f605"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:32:24.923801"], ["updated_at", "2017-10-25 17:32:24.923801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2014149498 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e832518-8260-49ad-95fa-50f318a2d21a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2014149498], ["username", "billy_14"], ["access_token", "48fde985262a950f784425fcc41550f9"], ["uuid", "0e832518-8260-49ad-95fa-50f318a2d21a"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:32:24.927417"], ["updated_at", "2017-10-25 17:32:24.927417"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1115054902 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f31f8ca-ea54-4be9-9b82-3626d2ccb9dc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1115054902], ["username", "billy_15"], ["access_token", "0a6ffed25d270d65544f43471b50130b"], ["uuid", "2f31f8ca-ea54-4be9-9b82-3626d2ccb9dc"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:32:24.932780"], ["updated_at", "2017-10-25 17:32:24.932780"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1434438848 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '529271d9-efef-4038-9b40-732402f08c08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1434438848], ["username", "billy_16"], ["access_token", "92ddd3efd4747b7d49ed75903b06ea8b"], ["uuid", "529271d9-efef-4038-9b40-732402f08c08"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:32:24.937331"], ["updated_at", "2017-10-25 17:32:24.937331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1675136678 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cde1d409-34fb-4414-8203-c8ae61e65f8e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1675136678], ["username", "billy_17"], ["access_token", "026926d3cf9b90f421ca6647c1a706ba"], ["uuid", "cde1d409-34fb-4414-8203-c8ae61e65f8e"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:32:24.941289"], ["updated_at", "2017-10-25 17:32:24.941289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -296092431 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18dd72d5-7cf4-44d3-a0ef-55cd07d7548e' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -296092431], ["username", "billy_18"], ["access_token", "6637caeffea65ff9dd40c0857c47a147"], ["uuid", "18dd72d5-7cf4-44d3-a0ef-55cd07d7548e"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:32:24.945035"], ["updated_at", "2017-10-25 17:32:24.945035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -502280631 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20d21d9f-f3b0-43f7-8dc9-66e938bca4ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -502280631], ["username", "billy_19"], ["access_token", "c50f4569046d0c23e462781af2b524f9"], ["uuid", "20d21d9f-f3b0-43f7-8dc9-66e938bca4ea"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:32:24.948993"], ["updated_at", "2017-10-25 17:32:24.948993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -678698770 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b829e46-c817-424d-8b8d-fb02df99032d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -678698770], ["username", "billy_20"], ["access_token", "dcd5887dbdf2b06729e3766df01f8acd"], ["uuid", "9b829e46-c817-424d-8b8d-fb02df99032d"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:32:24.952674"], ["updated_at", "2017-10-25 17:32:24.952674"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -494317537 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2f950d1-ffa4-4efb-a10e-b44881f2f3f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -494317537], ["username", "billy_21"], ["access_token", "ed62e63e61fa78e20300500cf13fed38"], ["uuid", "c2f950d1-ffa4-4efb-a10e-b44881f2f3f4"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:32:24.956708"], ["updated_at", "2017-10-25 17:32:24.956708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2064183450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '831b7a91-4cf9-4cf5-acad-66073d865220' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2064183450], ["username", "billy_22"], ["access_token", "3c2d511889e6df61d11c1be29f035a13"], ["uuid", "831b7a91-4cf9-4cf5-acad-66073d865220"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:32:24.960367"], ["updated_at", "2017-10-25 17:32:24.960367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1766734389 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be2df24e-7753-417b-a1c9-966e455aa877' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1766734389], ["username", "billy_23"], ["access_token", "c554b57179ec409c77f5f2b1467425f3"], ["uuid", "be2df24e-7753-417b-a1c9-966e455aa877"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:32:24.964056"], ["updated_at", "2017-10-25 17:32:24.964056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1939441824 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1f89cd3-94c5-4310-b50e-0bbb57177922' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1939441824], ["username", "billy_24"], ["access_token", "bc6c6fab480501830cfd88bc188c27cf"], ["uuid", "d1f89cd3-94c5-4310-b50e-0bbb57177922"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:32:24.967853"], ["updated_at", "2017-10-25 17:32:24.967853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -665977302 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0889620b-ccd4-4c00-acae-03308da8df3b' LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -665977302], ["username", "billy_25"], ["access_token", "9ce18c00eb2f2637153a2c86d6d54e29"], ["uuid", "0889620b-ccd4-4c00-acae-03308da8df3b"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:32:24.971506"], ["updated_at", "2017-10-25 17:32:24.971506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -883355801 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '017c5017-659a-4e4c-ba26-f3a8d3df5255' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -883355801], ["username", "billy_26"], ["access_token", "45f21dd488884e4b03c652d258c8ecc9"], ["uuid", "017c5017-659a-4e4c-ba26-f3a8d3df5255"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:32:24.975679"], ["updated_at", "2017-10-25 17:32:24.975679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -665450497 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '162a115f-0ffe-4152-8224-7c9d7ecd7b98' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -665450497], ["username", "billy_27"], ["access_token", "f9ed7c1aeaba68cc1573abd303232ce4"], ["uuid", "162a115f-0ffe-4152-8224-7c9d7ecd7b98"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:32:24.979630"], ["updated_at", "2017-10-25 17:32:24.979630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1001765673 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19f72b39-23db-4903-8665-025fbbed7573' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1001765673], ["username", "billy_28"], ["access_token", "a400353c6d320e0e16026ec04163e9ec"], ["uuid", "19f72b39-23db-4903-8665-025fbbed7573"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:32:24.983422"], ["updated_at", "2017-10-25 17:32:24.983422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -992172229 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb0e7322-b268-4e28-80a9-c8d17abe5627' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -992172229], ["username", "billy_29"], ["access_token", "45b6704b834fa09c5a840cc3975ca8bd"], ["uuid", "bb0e7322-b268-4e28-80a9-c8d17abe5627"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:32:24.987188"], ["updated_at", "2017-10-25 17:32:24.987188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -507849902 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64bd08f7-d36d-46ab-a836-3bd7473ad10c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -507849902], ["username", "billy_30"], ["access_token", "5d73cf659cb2807139810a5423dc5825"], ["uuid", "64bd08f7-d36d-46ab-a836-3bd7473ad10c"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:32:24.990907"], ["updated_at", "2017-10-25 17:32:24.990907"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -747519763 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf510995-97e0-4f6d-a826-ad5da2f67326' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -747519763], ["username", "billy_31"], ["access_token", "7b31450d3cce4287757118032b6f169b"], ["uuid", "cf510995-97e0-4f6d-a826-ad5da2f67326"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:32:24.994609"], ["updated_at", "2017-10-25 17:32:24.994609"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1114884545 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6bc6dfc-8916-45fd-8dd4-d871aec2e3ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1114884545], ["username", "billy_32"], ["access_token", "2a97b7119949e0ee7f3bbf00a39d6cd7"], ["uuid", "b6bc6dfc-8916-45fd-8dd4-d871aec2e3ca"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:32:24.998426"], ["updated_at", "2017-10-25 17:32:24.998426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2000900174 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '54e53be2-f6ab-46b9-96b8-cf1ca8d89fee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2000900174], ["username", "billy_33"], ["access_token", "00f102acb6f1725fa6d0d98091a3e184"], ["uuid", "54e53be2-f6ab-46b9-96b8-cf1ca8d89fee"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:32:25.002193"], ["updated_at", "2017-10-25 17:32:25.002193"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -353806651 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ea3bdd4-fd4d-4fef-b0e8-518fab5738c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -353806651], ["username", "billy_34"], ["access_token", "40a5e408bd6fbf68bfc780a5cebac9e8"], ["uuid", "8ea3bdd4-fd4d-4fef-b0e8-518fab5738c1"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:32:25.005955"], ["updated_at", "2017-10-25 17:32:25.005955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726309203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '769501a9-790a-42c6-b2b4-ceb669535827' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -726309203], ["username", "billy_35"], ["access_token", "269dbebc73b1eb310c8cecaa18ceafc0"], ["uuid", "769501a9-790a-42c6-b2b4-ceb669535827"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:32:25.009700"], ["updated_at", "2017-10-25 17:32:25.009700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -372387897 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b9d3cea-0f10-4567-a010-672ef59bab36' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -372387897], ["username", "billy_36"], ["access_token", "5c2a18d3185a32316b0f563908a8e46b"], ["uuid", "8b9d3cea-0f10-4567-a010-672ef59bab36"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:32:25.013338"], ["updated_at", "2017-10-25 17:32:25.013338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1824849742 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd9e9521-cfbf-4acd-a996-e302949d6164' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1824849742], ["username", "billy_37"], ["access_token", "c3aef63fb954fef37a39e8cb9924447e"], ["uuid", "fd9e9521-cfbf-4acd-a996-e302949d6164"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:32:25.017073"], ["updated_at", "2017-10-25 17:32:25.017073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1422949464 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8e4ce9b-c843-43b4-a22f-609f55bd6c85' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1422949464], ["username", "billy_38"], ["access_token", "2ed561e3446137f7b23df99dc8ff84a5"], ["uuid", "a8e4ce9b-c843-43b4-a22f-609f55bd6c85"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:32:25.020716"], ["updated_at", "2017-10-25 17:32:25.020716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1853606237 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3308038b-98f6-40c0-aaae-ecc064459a5c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1853606237], ["username", "billy_39"], ["access_token", "d1555f338582a0a83a03962338027e64"], ["uuid", "3308038b-98f6-40c0-aaae-ecc064459a5c"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:32:25.024368"], ["updated_at", "2017-10-25 17:32:25.024368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1491673735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44b3acef-a8da-4d59-8cbb-61ad0c7450d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1491673735], ["username", "billy_40"], ["access_token", "e5152f893ce76dc11a023986977f9e53"], ["uuid", "44b3acef-a8da-4d59-8cbb-61ad0c7450d3"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:32:25.028064"], ["updated_at", "2017-10-25 17:32:25.028064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1929145467 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4955fc83-0ee3-463f-8472-822b8e0334b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1929145467], ["username", "billy_41"], ["access_token", "14596b5cf573516f5adf0c526436646a"], ["uuid", "4955fc83-0ee3-463f-8472-822b8e0334b4"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:32:25.031702"], ["updated_at", "2017-10-25 17:32:25.031702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566269819 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b163a060-227c-491b-b969-1aadf9394ed5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -566269819], ["username", "billy_42"], ["access_token", "e2d42ac433021362c1953e9b2685803b"], ["uuid", "b163a060-227c-491b-b969-1aadf9394ed5"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:32:25.035468"], ["updated_at", "2017-10-25 17:32:25.035468"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045560909 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7daf3479-396d-4742-ad04-a1007f7212d3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2045560909], ["username", "billy_43"], ["access_token", "b3f8d22795d9201d526f3c2c77c2f2f6"], ["uuid", "7daf3479-396d-4742-ad04-a1007f7212d3"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:32:25.040155"], ["updated_at", "2017-10-25 17:32:25.040155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1781977205 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b53c28e-3788-46ca-932e-3ffd809d69b5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1781977205], ["username", "billy_44"], ["access_token", "0859e618d99089e460c352c491350a63"], ["uuid", "0b53c28e-3788-46ca-932e-3ffd809d69b5"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:32:25.044822"], ["updated_at", "2017-10-25 17:32:25.044822"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1036963575 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22302901-dc5c-4a5e-acf9-ea0970310e31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1036963575], ["username", "billy_45"], ["access_token", "6a5fbec1c761e4ce65f8881deb733137"], ["uuid", "22302901-dc5c-4a5e-acf9-ea0970310e31"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:32:25.049234"], ["updated_at", "2017-10-25 17:32:25.049234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -376639884 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0b09f54-351d-4314-9352-67b807a6dda1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -376639884], ["username", "jstrav"], ["access_token", "ae6cc0174bcd6b200c5e69d19aee9ce5"], ["uuid", "a0b09f54-351d-4314-9352-67b807a6dda1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:32:25.058934"], ["updated_at", "2017-10-25 17:32:25.058934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1722757058 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '091b3106-0fcc-4c58-a290-7eee377eba41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1722757058], ["username", "mary"], ["access_token", "1eea316f80b5ea9cc46650787ba57ed3"], ["uuid", "091b3106-0fcc-4c58-a290-7eee377eba41"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:32:25.062879"], ["updated_at", "2017-10-25 17:32:25.062879"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1808477475 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7aab99da-9f1a-4f7b-b2fc-8496f2497d03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1808477475], ["username", "jstead"], ["access_token", "4e0bedef4612ee3291bc722fc4c10bb0"], ["uuid", "7aab99da-9f1a-4f7b-b2fc-8496f2497d03"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:32:25.066686"], ["updated_at", "2017-10-25 17:32:25.066686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1614740559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5cac130c-277f-48ef-b42d-6a90272051e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1614740559], ["username", "bigbear"], ["access_token", "a0556ac2e3628fa300cddfc47457bf24"], ["uuid", "5cac130c-277f-48ef-b42d-6a90272051e4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:32:25.070508"], ["updated_at", "2017-10-25 17:32:25.070508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -311575532 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1181b4a-a875-4af6-801b-7ee4de2f886a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -311575532], ["username", "billy_00"], ["access_token", "b58a80e3423fe6fb9c5178cf987354dc"], ["uuid", "d1181b4a-a875-4af6-801b-7ee4de2f886a"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:32:25.074241"], ["updated_at", "2017-10-25 17:32:25.074241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -60237498 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11f67b98-f8ec-4ed0-88a6-b441b9a36a89' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -60237498], ["username", "billy_01"], ["access_token", "f37a335489c1b954c63ce509730097c2"], ["uuid", "11f67b98-f8ec-4ed0-88a6-b441b9a36a89"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:32:25.077908"], ["updated_at", "2017-10-25 17:32:25.077908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797932151 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ce5daca-9038-42d3-afc7-dfaa6b82a9da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -797932151], ["username", "billy_02"], ["access_token", "2b92d21df7e45e39b49b7b005f01a711"], ["uuid", "4ce5daca-9038-42d3-afc7-dfaa6b82a9da"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:32:25.081537"], ["updated_at", "2017-10-25 17:32:25.081537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -513572068 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07dccd33-bfdb-4c3c-98f2-156894d68745' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -513572068], ["username", "billy_03"], ["access_token", "c4cb04d29796932fd67b4c9bd7135a99"], ["uuid", "07dccd33-bfdb-4c3c-98f2-156894d68745"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:32:25.085392"], ["updated_at", "2017-10-25 17:32:25.085392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1911642151 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7874694f-b09b-4e65-b500-9dc5829016f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1911642151], ["username", "billy_04"], ["access_token", "5d57d27da9be453e12d31309af4405a4"], ["uuid", "7874694f-b09b-4e65-b500-9dc5829016f3"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:32:25.089167"], ["updated_at", "2017-10-25 17:32:25.089167"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1952010824 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75e4f130-0410-429a-b8a8-d4b850187877' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1952010824], ["username", "billy_05"], ["access_token", "49f48f030a5ae2894285e0e53eca0d38"], ["uuid", "75e4f130-0410-429a-b8a8-d4b850187877"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:32:25.093339"], ["updated_at", "2017-10-25 17:32:25.093339"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -206242444 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4fd1f88-f376-4fec-bdd5-ff93ca8da9cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -206242444], ["username", "billy_06"], ["access_token", "a373b2de2245c6d0608ba4015a77dfb7"], ["uuid", "f4fd1f88-f376-4fec-bdd5-ff93ca8da9cf"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:32:25.097989"], ["updated_at", "2017-10-25 17:32:25.097989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1717338271 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e415ed85-d996-49ef-a646-a758990fb6ca' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1717338271], ["username", "billy_07"], ["access_token", "270f289fa4d84835cd3d4822f2d1ab86"], ["uuid", "e415ed85-d996-49ef-a646-a758990fb6ca"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:32:25.102680"], ["updated_at", "2017-10-25 17:32:25.102680"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -907638676 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a4374b8-9c0b-4973-ac7b-5be3ec65ea48' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -907638676], ["username", "billy_08"], ["access_token", "e0db7abaa3f414b7df848c610bf7b9b7"], ["uuid", "6a4374b8-9c0b-4973-ac7b-5be3ec65ea48"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:32:25.107681"], ["updated_at", "2017-10-25 17:32:25.107681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322192630 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '027ff293-d4d6-43c7-b994-1bb1b916d6a9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -322192630], ["username", "billy_09"], ["access_token", "9d1a952f234c0d3038b5b597ad3f69bc"], ["uuid", "027ff293-d4d6-43c7-b994-1bb1b916d6a9"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:32:25.111954"], ["updated_at", "2017-10-25 17:32:25.111954"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1244101797 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b0fdc00-cbe3-46be-ae3c-c3a59bda9bbe' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1244101797], ["username", "billy_10"], ["access_token", "a5482c810f4d10cb148725b519eba7c7"], ["uuid", "1b0fdc00-cbe3-46be-ae3c-c3a59bda9bbe"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:32:25.115903"], ["updated_at", "2017-10-25 17:32:25.115903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -315174763 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dccc38b8-64a2-40af-b6cf-3e240e18ec3a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -315174763], ["username", "billy_11"], ["access_token", "ed7f27fa997cade68e84a0034d29b59b"], ["uuid", "dccc38b8-64a2-40af-b6cf-3e240e18ec3a"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:32:25.119684"], ["updated_at", "2017-10-25 17:32:25.119684"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -795988260 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '284ed05d-cb24-41c4-bc1a-b1ec4a061be7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -795988260], ["username", "billy_12"], ["access_token", "91fa105572de03b1c492e11776d086cc"], ["uuid", "284ed05d-cb24-41c4-bc1a-b1ec4a061be7"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:32:25.123468"], ["updated_at", "2017-10-25 17:32:25.123468"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1569688611 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd09ecc7e-9cb0-48e7-a70d-a45b671c1940' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1569688611], ["username", "billy_13"], ["access_token", "8bf339e1b0f1dcf29d46dbf362805363"], ["uuid", "d09ecc7e-9cb0-48e7-a70d-a45b671c1940"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:32:25.127258"], ["updated_at", "2017-10-25 17:32:25.127258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -199664774 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c92ebd8-d291-4010-a52f-971fa63995f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -199664774], ["username", "billy_14"], ["access_token", "3afd4b6c33d6fa4036eec7d5c719e17e"], ["uuid", "3c92ebd8-d291-4010-a52f-971fa63995f4"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:32:25.131041"], ["updated_at", "2017-10-25 17:32:25.131041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1202406662 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29e6a830-476e-4f01-b8be-dd1b9514db64' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1202406662], ["username", "billy_15"], ["access_token", "7685691bea49c7491d8ef48abed0d9fe"], ["uuid", "29e6a830-476e-4f01-b8be-dd1b9514db64"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:32:25.134816"], ["updated_at", "2017-10-25 17:32:25.134816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2145273382 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2ed7c35-73e1-45ef-9a3a-4ab862a224cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2145273382], ["username", "billy_16"], ["access_token", "3f416f5dc8a3fa502afc809a447e856a"], ["uuid", "d2ed7c35-73e1-45ef-9a3a-4ab862a224cc"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:32:25.138536"], ["updated_at", "2017-10-25 17:32:25.138536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1797458048 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a6b54bd8-3b6d-4cdf-9746-de8ddb2fe377' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1797458048], ["username", "billy_17"], ["access_token", "d9f98cd128b17080445dac4a69b38a7f"], ["uuid", "a6b54bd8-3b6d-4cdf-9746-de8ddb2fe377"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:32:25.142257"], ["updated_at", "2017-10-25 17:32:25.142257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1927934105 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a58b81db-5387-42bd-9204-ea03e3e947b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1927934105], ["username", "billy_18"], ["access_token", "9a9d94ce504c294ee3fc56cf11e8623e"], ["uuid", "a58b81db-5387-42bd-9204-ea03e3e947b3"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:32:25.146029"], ["updated_at", "2017-10-25 17:32:25.146029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -285926404 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db84a841-7054-4a15-9b22-5b453fd1eae5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -285926404], ["username", "billy_19"], ["access_token", "07db5c0210e4b2bc01dc360e431c1681"], ["uuid", "db84a841-7054-4a15-9b22-5b453fd1eae5"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:32:25.149822"], ["updated_at", "2017-10-25 17:32:25.149822"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894921547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50084c46-acd7-4606-9ac7-89c5abb07d64' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1894921547], ["username", "billy_20"], ["access_token", "5c39d99cd430bcabfeb3a9882582424f"], ["uuid", "50084c46-acd7-4606-9ac7-89c5abb07d64"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:32:25.153444"], ["updated_at", "2017-10-25 17:32:25.153444"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -321003422 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '586af9d5-2f1c-49ca-ba83-61eeb6a57171' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -321003422], ["username", "billy_21"], ["access_token", "89a3874ca9dd8698a628babf499993a3"], ["uuid", "586af9d5-2f1c-49ca-ba83-61eeb6a57171"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:32:25.157144"], ["updated_at", "2017-10-25 17:32:25.157144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1562705438 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0d2fe92-0d80-4dd1-bf75-251a248e5dc6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1562705438], ["username", "billy_22"], ["access_token", "495d8fc6680872d9fd56eb1cfb127e87"], ["uuid", "a0d2fe92-0d80-4dd1-bf75-251a248e5dc6"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:32:25.160823"], ["updated_at", "2017-10-25 17:32:25.160823"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1046339480 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '821e6ed9-dfe4-4883-8bee-fa046a9272fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1046339480], ["username", "billy_23"], ["access_token", "daf1ee2e941ca77bf006dc649b5146c9"], ["uuid", "821e6ed9-dfe4-4883-8bee-fa046a9272fb"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:32:25.164537"], ["updated_at", "2017-10-25 17:32:25.164537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1325752000 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc6c20c0-d3e5-4560-a1c0-9ddfb40f842c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1325752000], ["username", "billy_24"], ["access_token", "d4cb8708f1a830bb6ab08c35ab64a0ca"], ["uuid", "fc6c20c0-d3e5-4560-a1c0-9ddfb40f842c"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:32:25.168185"], ["updated_at", "2017-10-25 17:32:25.168185"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1775923881 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b16830da-5f74-4588-a82a-162d8f710dfd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1775923881], ["username", "billy_25"], ["access_token", "457e0545be8d70e9c59e31cfea29b459"], ["uuid", "b16830da-5f74-4588-a82a-162d8f710dfd"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:32:25.172011"], ["updated_at", "2017-10-25 17:32:25.172011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1482925752 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f3ff23f-3958-480c-bbd5-f64129e08c76' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1482925752], ["username", "billy_26"], ["access_token", "62dac10e7e66aff409e51f9657717454"], ["uuid", "1f3ff23f-3958-480c-bbd5-f64129e08c76"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:32:25.175696"], ["updated_at", "2017-10-25 17:32:25.175696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1519495305 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f9a079c-b05c-4ddd-a81b-727067d029e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1519495305], ["username", "billy_27"], ["access_token", "51b6e892f1220a39c061fc47a0f249cf"], ["uuid", "1f9a079c-b05c-4ddd-a81b-727067d029e6"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:32:25.179429"], ["updated_at", "2017-10-25 17:32:25.179429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -949866388 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dfb53e8b-5f90-494d-9211-ebf68f4c6f07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -949866388], ["username", "billy_28"], ["access_token", "0b44ec5e18d23c9714d3f34537348ac9"], ["uuid", "dfb53e8b-5f90-494d-9211-ebf68f4c6f07"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:32:25.183095"], ["updated_at", "2017-10-25 17:32:25.183095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -161063752 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c02e391-1296-41a2-8b2f-f8e6660ef986' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -161063752], ["username", "billy_29"], ["access_token", "49e8e473dde1c5bd9556b36b593e0336"], ["uuid", "8c02e391-1296-41a2-8b2f-f8e6660ef986"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:32:25.186749"], ["updated_at", "2017-10-25 17:32:25.186749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050606131 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ed6eb80-dc31-49dc-be11-175982871862' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2050606131], ["username", "billy_30"], ["access_token", "b7236ed83282bed456f46c9765bdc5b4"], ["uuid", "3ed6eb80-dc31-49dc-be11-175982871862"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:32:25.190605"], ["updated_at", "2017-10-25 17:32:25.190605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -387380691 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de1cd265-dd64-4c4e-b7a0-94f8d516eaa7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -387380691], ["username", "billy_31"], ["access_token", "8034d86a338eb2b73c3235696b74150a"], ["uuid", "de1cd265-dd64-4c4e-b7a0-94f8d516eaa7"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:32:25.194693"], ["updated_at", "2017-10-25 17:32:25.194693"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1312597890 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c125fad9-8a69-4470-8220-01bb122c7676' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1312597890], ["username", "billy_32"], ["access_token", "af8cf155e6b09f714691f5740a2f8613"], ["uuid", "c125fad9-8a69-4470-8220-01bb122c7676"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:32:25.198526"], ["updated_at", "2017-10-25 17:32:25.198526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -901778691 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd989929b-a45e-43b5-bf5a-1979503a8ce3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -901778691], ["username", "billy_33"], ["access_token", "2d64da496eaa4389cd6482fcbdfb58db"], ["uuid", "d989929b-a45e-43b5-bf5a-1979503a8ce3"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:32:25.202479"], ["updated_at", "2017-10-25 17:32:25.202479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1330771399 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9223c95-0958-4ecc-8c09-6d797bdad21c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1330771399], ["username", "billy_34"], ["access_token", "da03610325776c54ba74a755bcf7134d"], ["uuid", "c9223c95-0958-4ecc-8c09-6d797bdad21c"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:32:25.206236"], ["updated_at", "2017-10-25 17:32:25.206236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1994387065 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6998e5f8-74c2-4b51-9b1d-c9691079f888' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1994387065], ["username", "billy_35"], ["access_token", "99ceac09e8a1518f0e38d87a3bcbcd1e"], ["uuid", "6998e5f8-74c2-4b51-9b1d-c9691079f888"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:32:25.209994"], ["updated_at", "2017-10-25 17:32:25.209994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1643715429 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85cfc13a-7548-4af6-9202-f4bd0b4d6d7d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1643715429], ["username", "billy_36"], ["access_token", "348e23fe73b18156154bffeea700680d"], ["uuid", "85cfc13a-7548-4af6-9202-f4bd0b4d6d7d"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:32:25.213681"], ["updated_at", "2017-10-25 17:32:25.213681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1350630233 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b7b914c-d74c-49da-9251-7540e95dd0c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1350630233], ["username", "billy_37"], ["access_token", "d288a59c04e99c85c2142f84e12e4032"], ["uuid", "3b7b914c-d74c-49da-9251-7540e95dd0c7"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:32:25.217349"], ["updated_at", "2017-10-25 17:32:25.217349"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404458885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0650235d-1df0-418b-bd6d-2e0df1c71545' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -404458885], ["username", "billy_38"], ["access_token", "f72d8063eda14b409ad168d8eb25cb98"], ["uuid", "0650235d-1df0-418b-bd6d-2e0df1c71545"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:32:25.220981"], ["updated_at", "2017-10-25 17:32:25.220981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1681482600 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e012729e-59a5-4b35-b8f5-526f1ff8764f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1681482600], ["username", "billy_39"], ["access_token", "19696bf7eef7465e9e6049fa81d98d55"], ["uuid", "e012729e-59a5-4b35-b8f5-526f1ff8764f"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:32:25.224639"], ["updated_at", "2017-10-25 17:32:25.224639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -142374610 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1fc3f306-aaee-4b19-b489-f3703924346b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -142374610], ["username", "billy_40"], ["access_token", "e833fae299b2ccd0a36519001cd8bf37"], ["uuid", "1fc3f306-aaee-4b19-b489-f3703924346b"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:32:25.228331"], ["updated_at", "2017-10-25 17:32:25.228331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1143667295 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '58924399-c022-4334-bb86-cbde2f9fe9c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1143667295], ["username", "billy_41"], ["access_token", "eff749df5d0c33bbc1cb46312c0febe7"], ["uuid", "58924399-c022-4334-bb86-cbde2f9fe9c7"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:32:25.232010"], ["updated_at", "2017-10-25 17:32:25.232010"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -617006326 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17a77ea0-931c-489a-9a88-b164e99fc469' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -617006326], ["username", "billy_42"], ["access_token", "1ce67c381f21afb2dd234b8f98ea34b9"], ["uuid", "17a77ea0-931c-489a-9a88-b164e99fc469"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:32:25.235691"], ["updated_at", "2017-10-25 17:32:25.235691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -219547306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76da36d5-f909-485c-b775-dc147ecc0bf1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -219547306], ["username", "billy_43"], ["access_token", "544b303723dcd48d9dd1c49a45443a94"], ["uuid", "76da36d5-f909-485c-b775-dc147ecc0bf1"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:32:25.239533"], ["updated_at", "2017-10-25 17:32:25.239533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1340317247 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5db09348-8f19-4224-9761-1b9ed639088c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1340317247], ["username", "billy_44"], ["access_token", "c86b98512dacfe0c8158c950725a7180"], ["uuid", "5db09348-8f19-4224-9761-1b9ed639088c"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:32:25.243390"], ["updated_at", "2017-10-25 17:32:25.243390"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -946262928 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75a376ae-9bf9-4cfe-b3c5-b592897990d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -946262928], ["username", "billy_45"], ["access_token", "93d68fdbfcbe296562e7795f2edb889a"], ["uuid", "75a376ae-9bf9-4cfe-b3c5-b592897990d5"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:32:25.246963"], ["updated_at", "2017-10-25 17:32:25.246963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -293409767 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a798beac06a086974932a4fd442dab2f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ac3bd53-8f59-4859-bd36-cdb97700b2b0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -293409767], ["username", "a798beac06a086974932a4fd442dab2f"], ["access_token", "db938656bea3037b563633f4c96f1ff4"], ["uuid", "0ac3bd53-8f59-4859-bd36-cdb97700b2b0"], ["created_at", "2017-10-25 17:32:25.290939"], ["updated_at", "2017-10-25 17:32:25.290939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 479) LIMIT 1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 479) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '0ac3bd53-8f59-4859-bd36-cdb97700b2b0' AND "openstax_accounts_accounts"."id" != 479) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-10-25 17:32:25.296235"], ["id", 479]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2145622502 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1b7efd90b53f0afff7867a88f8e4ccc8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fba173b7-d048-46fa-b543-ce6091c7aced' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2145622502], ["username", "1b7efd90b53f0afff7867a88f8e4ccc8"], ["access_token", "9b2214ec574fc9226ab02b9e78cd9363"], ["uuid", "fba173b7-d048-46fa-b543-ce6091c7aced"], ["created_at", "2017-10-25 17:32:25.302811"], ["updated_at", "2017-10-25 17:32:25.302811"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 480) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 480) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'fba173b7-d048-46fa-b543-ce6091c7aced' AND "openstax_accounts_accounts"."id" != 480) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-10-25 17:32:25.306566"], ["id", 480]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730963110 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '55c14896134d1384adcfb0d9e34891c1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9fa60f16-5e82-4342-a88d-76929f8573d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -730963110], ["username", "55c14896134d1384adcfb0d9e34891c1"], ["access_token", "e3d85db7352372ae6fe3d6b246344248"], ["uuid", "9fa60f16-5e82-4342-a88d-76929f8573d0"], ["created_at", "2017-10-25 17:32:25.311024"], ["updated_at", "2017-10-25 17:32:25.311024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 481) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 481) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '9fa60f16-5e82-4342-a88d-76929f8573d0' AND "openstax_accounts_accounts"."id" != 481) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-10-25 17:32:25.314790"], ["id", 481]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -250799275 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e234f4e3710e74d78097bd328ccdf531' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f50f7bd-d92a-4c28-8f87-5797253431d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -250799275], ["username", "e234f4e3710e74d78097bd328ccdf531"], ["access_token", "32e1dd2e446508606da39fe0a5624499"], ["uuid", "3f50f7bd-d92a-4c28-8f87-5797253431d1"], ["created_at", "2017-10-25 17:32:25.319754"], ["updated_at", "2017-10-25 17:32:25.319754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '3f50f7bd-d92a-4c28-8f87-5797253431d1' AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-10-25 17:32:25.322982"], ["id", 482]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '3f50f7bd-d92a-4c28-8f87-5797253431d1' AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-10-25 17:32:25.326373"], ["id", 482]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '3f50f7bd-d92a-4c28-8f87-5797253431d1' AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-10-25 17:32:25.329751"], ["id", 482]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -811065371 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '40e327d88862b78fd34a4885964d8eb4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '117096aa-559c-4869-b983-16fcd84f31ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -811065371], ["username", "40e327d88862b78fd34a4885964d8eb4"], ["access_token", "dbc3d4a657499af63c690a54e9269d66"], ["uuid", "117096aa-559c-4869-b983-16fcd84f31ad"], ["created_at", "2017-10-25 17:32:25.334661"], ["updated_at", "2017-10-25 17:32:25.334661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '40e327d88862b78fd34a4885964d8eb4' AND "openstax_accounts_accounts"."id" != 483) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '117096aa-559c-4869-b983-16fcd84f31ad' AND "openstax_accounts_accounts"."id" != 483) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 483) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '40e327d88862b78fd34a4885964d8eb4' AND "openstax_accounts_accounts"."id" != 483) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '117096aa-559c-4869-b983-16fcd84f31ad' AND "openstax_accounts_accounts"."id" != 483) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-10-25 17:32:25.340448"], ["id", 483]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '190ead4e79505142b935be3abfc7a0ee' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2fcdbdbf-bcce-4a93-a0c9-d4b3d6509a4f' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -621281962 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e81d70f927a0f74bd9a60b18db0a7e07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83c25dd9-b3ba-4599-ab56-3b36b33d248c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -621281962], ["username", "e81d70f927a0f74bd9a60b18db0a7e07"], ["access_token", "0b4ef1f9856a60564975c7462e688427"], ["uuid", "83c25dd9-b3ba-4599-ab56-3b36b33d248c"], ["created_at", "2017-10-25 17:32:25.349339"], ["updated_at", "2017-10-25 17:32:25.349339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1160704300 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e81d70f927a0f74bd9a60b18db0a7e07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad9e1e38-ed3b-4e01-b40e-b95294a7fd6d' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2114030168 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f462a6d8915ace6351ea41e6a818f0ca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fe1ff59-ad25-4baf-abc6-f5b9534621cd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2114030168], ["username", "f462a6d8915ace6351ea41e6a818f0ca"], ["access_token", "d6cd627e3a5e40917bee8a4679ffdc8c"], ["uuid", "0fe1ff59-ad25-4baf-abc6-f5b9534621cd"], ["created_at", "2017-10-25 17:32:25.357325"], ["updated_at", "2017-10-25 17:32:25.357325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -2114030168 AND "openstax_accounts_accounts"."id" != 485) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '0fe1ff59-ad25-4baf-abc6-f5b9534621cd' AND "openstax_accounts_accounts"."id" != 485) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1419096518 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '377374c121ff90ce404c716ff6a44b62' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46e7e5bc-1794-4d8d-b8a6-8ad15e0a8aa6' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1427508978 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '935abf02-de17-4bb2-9ed1-9e85cff7be07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -1427508978], ["access_token", "faca675b5889d5175292a620bec180da"], ["uuid", "935abf02-de17-4bb2-9ed1-9e85cff7be07"], ["created_at", "2017-10-25 17:32:25.368199"], ["updated_at", "2017-10-25 17:32:25.368199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -76916800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8d79fa0-b6f7-435b-aac2-bafd346f0f09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -76916800], ["access_token", "8cf4d33cf2963e38eca788940088143b"], ["uuid", "f8d79fa0-b6f7-435b-aac2-bafd346f0f09"], ["created_at", "2017-10-25 17:32:25.371555"], ["updated_at", "2017-10-25 17:32:25.371555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "3c25f4"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3c25f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "5efd81"]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5efd81' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 18], ["username", "5efd81"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["created_at", "2017-10-25 17:32:25.408933"], ["updated_at", "2017-10-25 17:32:25.408933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["created_at", "2017-10-25 17:32:25.430288"], ["updated_at", "2017-10-25 17:32:25.430288"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["created_at", "2017-10-25 17:32:25.440671"], ["updated_at", "2017-10-25 17:32:25.440671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c058e47-f92c-432b-adaf-0bdd7167844d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "e5c5c5defa7312893822dcbb2029779b"], ["uuid", "4c058e47-f92c-432b-adaf-0bdd7167844d"], ["created_at", "2017-10-25 17:32:25.447858"], ["updated_at", "2017-10-25 17:32:25.447858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 491], ["created_at", "2017-10-25 17:32:25.449856"], ["updated_at", "2017-10-25 17:32:25.449856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '162cfde9-2a6e-4d00-98a9-fad2daa33337' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "85cd24b83b03810f6d829c151118e528"], ["uuid", "162cfde9-2a6e-4d00-98a9-fad2daa33337"], ["created_at", "2017-10-25 17:32:25.894386"], ["updated_at", "2017-10-25 17:32:25.894386"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 492], ["created_at", "2017-10-25 17:32:25.896528"], ["updated_at", "2017-10-25 17:32:25.896528"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 492]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3fd3ddf-988a-4b26-b366-4819e382262b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "dcc2fc03e5580dde637b58ec9f60f096"], ["uuid", "d3fd3ddf-988a-4b26-b366-4819e382262b"], ["created_at", "2017-10-25 17:32:26.324973"], ["updated_at", "2017-10-25 17:32:26.324973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 493], ["created_at", "2017-10-25 17:32:26.327155"], ["updated_at", "2017-10-25 17:32:26.327155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 493]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 493]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 493]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 493]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 493]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89ce33b6-66c3-4656-a05e-9dbbb6e4c2b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "425fd1cbe2f633427d5221125bbbc34c"], ["uuid", "89ce33b6-66c3-4656-a05e-9dbbb6e4c2b3"], ["created_at", "2017-10-25 17:32:26.765118"], ["updated_at", "2017-10-25 17:32:26.765118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 494], ["created_at", "2017-10-25 17:32:26.767704"], ["updated_at", "2017-10-25 17:32:26.767704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 494]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 494]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 494]]  (0.1ms) ROLLBACK  (209.3ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (433.7ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (6.4ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto"  (4.8ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.4ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (1.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (1.9ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.0ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (0.8ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (2.8ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (2.8ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.0ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dbf03075-1f17-47fb-a8ac-343ad2328e51' LIMIT 1 SQL (1.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "e73f88bc18526e630fee062911839594"], ["uuid", "dbf03075-1f17-47fb-a8ac-343ad2328e51"], ["created_at", "2017-10-25 17:32:39.470736"], ["updated_at", "2017-10-25 17:32:39.470736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 20ms (ActiveRecord: 1.5ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32370166-0508-459d-af55-975b336a13b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ccd343227372cf4e136dac71e145d701"], ["uuid", "32370166-0508-459d-af55-975b336a13b9"], ["created_at", "2017-10-25 17:32:39.512192"], ["updated_at", "2017-10-25 17:32:39.512192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (1.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:32:39.542433"], ["updated_at", "2017-10-25 17:32:39.542433"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:32:41 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-10-25 12:32:42 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (1.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:32:42.630733"], ["updated_at", "2017-10-25 17:32:42.630733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:32:44 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-10-25 12:32:46 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (198.1ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (423.8ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (6.0ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto"  (6.5ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL)   (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.3ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (2.2ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (2.0ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.0ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.4ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (2.8ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (1.7ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 21ms (ActiveRecord: 2.4ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 SQL (1.8ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["username", "u"], ["openstax_uid", 2], ["created_at", "2017-10-25 17:32:55.442422"], ["updated_at", "2017-10-25 17:32:55.442422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:32:57 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:32:59 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "role" = $3, "updated_at" = $4 WHERE "openstax_accounts_accounts"."id" = $5 [["username", "user"], ["uuid", nil], ["role", 2], ["updated_at", "2017-10-25 17:32:59.532769"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2017-10-25 17:32:59.537789"], ["updated_at", "2017-10-25 17:32:59.537789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:33:01 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:33:03 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1957520991 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0c042ab-3392-4765-bf6c-aeeab8a2859e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1957520991], ["username", "jstrav"], ["access_token", "719ba728f40c7026fe0f8893bf97699d"], ["uuid", "a0c042ab-3392-4765-bf6c-aeeab8a2859e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:33:03.601328"], ["updated_at", "2017-10-25 17:33:03.601328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -765789051 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '211cd782-e965-46b4-a64a-743426832bb6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -765789051], ["username", "mary"], ["access_token", "590cf5f4fe504f727e079790ce86657b"], ["uuid", "211cd782-e965-46b4-a64a-743426832bb6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:33:03.605865"], ["updated_at", "2017-10-25 17:33:03.605865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1298929492 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa4429cf-463d-4833-8819-d81e3791306b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1298929492], ["username", "jstead"], ["access_token", "9f2ff12b04e4e68f111d082ffbc5f652"], ["uuid", "aa4429cf-463d-4833-8819-d81e3791306b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:33:03.609817"], ["updated_at", "2017-10-25 17:33:03.609817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1017740379 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e6d87dd-3b81-408f-b42b-9c0cbf6b3250' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1017740379], ["username", "bigbear"], ["access_token", "6bb12449e309faaebebcc937e43daa45"], ["uuid", "5e6d87dd-3b81-408f-b42b-9c0cbf6b3250"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:33:03.613455"], ["updated_at", "2017-10-25 17:33:03.613455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1007399268 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ac81590-7e7d-4a72-a8b2-fd781ab907c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1007399268], ["username", "billy_00"], ["access_token", "0f1645a8c6b7e04647edeba3feebaa30"], ["uuid", "7ac81590-7e7d-4a72-a8b2-fd781ab907c8"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:33:03.617114"], ["updated_at", "2017-10-25 17:33:03.617114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -791031261 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9ca567b-f0a1-4a56-adaf-06bbca01b0d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -791031261], ["username", "billy_01"], ["access_token", "cac00bf9666498de06dc50bdc9450516"], ["uuid", "a9ca567b-f0a1-4a56-adaf-06bbca01b0d9"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:33:03.621001"], ["updated_at", "2017-10-25 17:33:03.621001"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1854768936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c32a812-98e3-4f0d-86df-a2f9046dd5c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1854768936], ["username", "billy_02"], ["access_token", "75b7b1f8dc33220f4e7e9c9e82895ebe"], ["uuid", "8c32a812-98e3-4f0d-86df-a2f9046dd5c2"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:33:03.624691"], ["updated_at", "2017-10-25 17:33:03.624691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -563724929 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c709a82-069e-44b4-b571-ce75e0f13b25' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -563724929], ["username", "billy_03"], ["access_token", "f5842122677820d6ecad4362c92fb988"], ["uuid", "2c709a82-069e-44b4-b571-ce75e0f13b25"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:33:03.628326"], ["updated_at", "2017-10-25 17:33:03.628326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -658302266 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f290f3c9-c08d-4122-896e-957ece11f6a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -658302266], ["username", "billy_04"], ["access_token", "60a16d6b4a7ad78eeac666e1e8152129"], ["uuid", "f290f3c9-c08d-4122-896e-957ece11f6a6"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:33:03.632495"], ["updated_at", "2017-10-25 17:33:03.632495"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -647232462 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77f5f06a-01dd-4274-82b4-c05af27915c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -647232462], ["username", "billy_05"], ["access_token", "0bd10063a28a21af43624334aa801197"], ["uuid", "77f5f06a-01dd-4274-82b4-c05af27915c2"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:33:03.637755"], ["updated_at", "2017-10-25 17:33:03.637755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -145834128 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7b1d091-1935-4f65-9893-0827f9730ec5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -145834128], ["username", "billy_06"], ["access_token", "73f916763f6b7f59248e6a79dbc35a57"], ["uuid", "e7b1d091-1935-4f65-9893-0827f9730ec5"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:33:03.642301"], ["updated_at", "2017-10-25 17:33:03.642301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258582683 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68f4f719-7e6a-4ab5-bea2-a7583f143b1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -258582683], ["username", "billy_07"], ["access_token", "cbb26bf1de6fa23e867dd537d1905c26"], ["uuid", "68f4f719-7e6a-4ab5-bea2-a7583f143b1d"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:33:03.646761"], ["updated_at", "2017-10-25 17:33:03.646761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1604899381 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd9c9e14-4beb-4cb1-bcd3-986cf3efc792' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1604899381], ["username", "billy_08"], ["access_token", "2ca795825e93e631449827425592815f"], ["uuid", "cd9c9e14-4beb-4cb1-bcd3-986cf3efc792"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:33:03.651361"], ["updated_at", "2017-10-25 17:33:03.651361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2083088294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2baa3fde-25be-4274-8566-bed56b5ee39d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2083088294], ["username", "billy_09"], ["access_token", "4add972dc58b313752286d3135d3f830"], ["uuid", "2baa3fde-25be-4274-8566-bed56b5ee39d"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:33:03.655374"], ["updated_at", "2017-10-25 17:33:03.655374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -395719619 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eab73c59-e814-4997-8a7d-6d1970529679' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -395719619], ["username", "billy_10"], ["access_token", "4e75a56ec4ec3219eb7ec8c7c057694d"], ["uuid", "eab73c59-e814-4997-8a7d-6d1970529679"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:33:03.658925"], ["updated_at", "2017-10-25 17:33:03.658925"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989077761 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad33c593-e065-4d62-a43e-a0c0894fc071' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -989077761], ["username", "billy_11"], ["access_token", "8a59c0290a50345c682b3ede57e61720"], ["uuid", "ad33c593-e065-4d62-a43e-a0c0894fc071"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:33:03.662533"], ["updated_at", "2017-10-25 17:33:03.662533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -531168056 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b5ad71d-bcf2-425c-835b-b6e5a6351184' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -531168056], ["username", "billy_12"], ["access_token", "1b4e2955c86a54c3102699e5f2578091"], ["uuid", "9b5ad71d-bcf2-425c-835b-b6e5a6351184"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:33:03.666032"], ["updated_at", "2017-10-25 17:33:03.666032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -678500137 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ff53ba4-1bb7-4fcb-8ecd-0700d61ada71' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -678500137], ["username", "billy_13"], ["access_token", "b88a4786a4d19bbc8f0c9b08b34acacf"], ["uuid", "5ff53ba4-1bb7-4fcb-8ecd-0700d61ada71"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:33:03.669592"], ["updated_at", "2017-10-25 17:33:03.669592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -192905969 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d1879a9-4af9-426f-8190-9fcd2877efc1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -192905969], ["username", "billy_14"], ["access_token", "13b47170e85d7428426ed625e8b5d801"], ["uuid", "2d1879a9-4af9-426f-8190-9fcd2877efc1"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:33:03.673495"], ["updated_at", "2017-10-25 17:33:03.673495"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1055190942 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd060e735-65da-4d51-8930-bf37b635680a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1055190942], ["username", "billy_15"], ["access_token", "7f9b51bcf05d943c23855115d7dca40e"], ["uuid", "d060e735-65da-4d51-8930-bf37b635680a"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:33:03.688698"], ["updated_at", "2017-10-25 17:33:03.688698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -245691496 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d936d35-f285-4b8f-b2f9-9d0e7d31f433' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -245691496], ["username", "billy_16"], ["access_token", "e43621eb726f031236ecc67dbc505866"], ["uuid", "0d936d35-f285-4b8f-b2f9-9d0e7d31f433"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:33:03.692721"], ["updated_at", "2017-10-25 17:33:03.692721"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -918873568 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1354ecf1-1d69-48fe-8cc0-62d5bcd98193' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -918873568], ["username", "billy_17"], ["access_token", "02a843969125d3b33071ac5c4ba538ca"], ["uuid", "1354ecf1-1d69-48fe-8cc0-62d5bcd98193"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:33:03.697671"], ["updated_at", "2017-10-25 17:33:03.697671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794436596 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '644d3d2e-93cf-4425-8963-a9788634d0da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -794436596], ["username", "billy_18"], ["access_token", "a1d71af49fcfa287c858d46c4d25b937"], ["uuid", "644d3d2e-93cf-4425-8963-a9788634d0da"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:33:03.702122"], ["updated_at", "2017-10-25 17:33:03.702122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1160195515 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab46e42a-4468-4165-bb44-fb63344e7778' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1160195515], ["username", "billy_19"], ["access_token", "8aa50068045f3ba4994cd90b3643ed7a"], ["uuid", "ab46e42a-4468-4165-bb44-fb63344e7778"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:33:03.705739"], ["updated_at", "2017-10-25 17:33:03.705739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -200113591 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '297f3a5b-2600-4066-a410-f8ca71464c3f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -200113591], ["username", "billy_20"], ["access_token", "9bac4d32ef05eb384dd947a00848cd18"], ["uuid", "297f3a5b-2600-4066-a410-f8ca71464c3f"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:33:03.709408"], ["updated_at", "2017-10-25 17:33:03.709408"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1649216268 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f44242a9-6659-457a-860f-86575bce4d1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1649216268], ["username", "billy_21"], ["access_token", "0b0c2cd84f090fee62a0014b02fcb97f"], ["uuid", "f44242a9-6659-457a-860f-86575bce4d1d"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:33:03.713065"], ["updated_at", "2017-10-25 17:33:03.713065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170163874 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94ad5303-82f7-4f09-bb95-af40f9eeb197' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1170163874], ["username", "billy_22"], ["access_token", "01ba93a917cf2f2abff6310d3a8df82c"], ["uuid", "94ad5303-82f7-4f09-bb95-af40f9eeb197"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:33:03.716660"], ["updated_at", "2017-10-25 17:33:03.716660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1663810518 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78538148-6350-429c-bfd9-bb1f61bc931f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1663810518], ["username", "billy_23"], ["access_token", "3d8f02d4329c00af96bc9beff4cc7cac"], ["uuid", "78538148-6350-429c-bfd9-bb1f61bc931f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:33:03.722796"], ["updated_at", "2017-10-25 17:33:03.722796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1624598663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6eef6aa6-da58-480c-b917-d33423ffbc11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1624598663], ["username", "billy_24"], ["access_token", "251c93308aae5f7566d9d61b9eb4117c"], ["uuid", "6eef6aa6-da58-480c-b917-d33423ffbc11"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:33:03.727931"], ["updated_at", "2017-10-25 17:33:03.727931"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1290414970 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0466962-eb3f-4066-b209-5c6e628db035' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1290414970], ["username", "billy_25"], ["access_token", "6cf777499837fbd43f3158bce7e527b0"], ["uuid", "d0466962-eb3f-4066-b209-5c6e628db035"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:33:03.732151"], ["updated_at", "2017-10-25 17:33:03.732151"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -658428204 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4df6a11-da73-44ff-95e7-8f08ee1fc0ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -658428204], ["username", "billy_26"], ["access_token", "3ac2e3b869b88bc733158d321566d33b"], ["uuid", "a4df6a11-da73-44ff-95e7-8f08ee1fc0ea"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:33:03.735955"], ["updated_at", "2017-10-25 17:33:03.735955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -463298785 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47535187-a6c3-46be-a0f6-fa19ecef4b0c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -463298785], ["username", "billy_27"], ["access_token", "e474631cfa65a2217227bca9b6bcd565"], ["uuid", "47535187-a6c3-46be-a0f6-fa19ecef4b0c"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:33:03.739592"], ["updated_at", "2017-10-25 17:33:03.739592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1523710086 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '86c2e971-9e78-469f-b0ec-8955a1f74922' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1523710086], ["username", "billy_28"], ["access_token", "357eda8d0645c0281df9a1e4339dde7d"], ["uuid", "86c2e971-9e78-469f-b0ec-8955a1f74922"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:33:03.743092"], ["updated_at", "2017-10-25 17:33:03.743092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1599725474 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '670f9b2c-a4c9-4bf2-9577-c285a0b2ace0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1599725474], ["username", "billy_29"], ["access_token", "dfe76bb93bdc4b98b9437432e6730215"], ["uuid", "670f9b2c-a4c9-4bf2-9577-c285a0b2ace0"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:33:03.746515"], ["updated_at", "2017-10-25 17:33:03.746515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -412016457 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b12d8a56-5b47-418b-89ef-ef4d211d7e28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -412016457], ["username", "billy_30"], ["access_token", "489cb67e983c0be094cb64b60c1525ca"], ["uuid", "b12d8a56-5b47-418b-89ef-ef4d211d7e28"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:33:03.750134"], ["updated_at", "2017-10-25 17:33:03.750134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -68995463 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a02979f5-3210-4ffc-ae78-ab1664477f34' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -68995463], ["username", "billy_31"], ["access_token", "1cde55874717411e3e7a87946e6fb9c5"], ["uuid", "a02979f5-3210-4ffc-ae78-ab1664477f34"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:33:03.753866"], ["updated_at", "2017-10-25 17:33:03.753866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -937057984 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd43682fc-e8c8-4b85-a6f0-4b5ac71aff7f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -937057984], ["username", "billy_32"], ["access_token", "5e8873b77a9c8df81c90ff9030161cb3"], ["uuid", "d43682fc-e8c8-4b85-a6f0-4b5ac71aff7f"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:33:03.757845"], ["updated_at", "2017-10-25 17:33:03.757845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -984648501 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a38f17c-7da1-497a-a75c-90e27e1abeab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -984648501], ["username", "billy_33"], ["access_token", "753e0f4831eaa8cc379b1791b38e9fa6"], ["uuid", "4a38f17c-7da1-497a-a75c-90e27e1abeab"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:33:03.761474"], ["updated_at", "2017-10-25 17:33:03.761474"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -27843464 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '167a3c12-83b6-426a-baea-5c4077d26075' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -27843464], ["username", "billy_34"], ["access_token", "f6d1c07aa562b0f9353395f616786610"], ["uuid", "167a3c12-83b6-426a-baea-5c4077d26075"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:33:03.765091"], ["updated_at", "2017-10-25 17:33:03.765091"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1392655715 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc71385b-40a4-4a12-a2ca-d30346579810' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1392655715], ["username", "billy_35"], ["access_token", "ba111f39364e07255710c375f7e4c8ed"], ["uuid", "fc71385b-40a4-4a12-a2ca-d30346579810"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:33:03.768744"], ["updated_at", "2017-10-25 17:33:03.768744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1250193513 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b491542d-3d5f-45dd-b259-13ca05c8ded2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1250193513], ["username", "billy_36"], ["access_token", "070fc0423dca541e203c3cf4788fe3a0"], ["uuid", "b491542d-3d5f-45dd-b259-13ca05c8ded2"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:33:03.772467"], ["updated_at", "2017-10-25 17:33:03.772467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -403731604 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f728ff4-eb4a-4c05-af0d-e695e902dfd9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -403731604], ["username", "billy_37"], ["access_token", "2bee3b9d01609da44fa4f307823df7a6"], ["uuid", "3f728ff4-eb4a-4c05-af0d-e695e902dfd9"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:33:03.776256"], ["updated_at", "2017-10-25 17:33:03.776256"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1543694321 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5f20ced-8933-4311-8c96-550e5680910d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1543694321], ["username", "billy_38"], ["access_token", "91f57cc1d4d4737241ca47e78d9ef214"], ["uuid", "b5f20ced-8933-4311-8c96-550e5680910d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:33:03.779942"], ["updated_at", "2017-10-25 17:33:03.779942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776188768 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '092deccc-654a-4258-8896-3c9f91791b0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -776188768], ["username", "billy_39"], ["access_token", "1780fbbd1820ede7a8dd87695c7f5989"], ["uuid", "092deccc-654a-4258-8896-3c9f91791b0f"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:33:03.783570"], ["updated_at", "2017-10-25 17:33:03.783570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1499793724 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89984408-d4b2-4cb4-8574-59a556c3c44f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1499793724], ["username", "billy_40"], ["access_token", "a70140bb604dcaeaf8e06445338fa5e1"], ["uuid", "89984408-d4b2-4cb4-8574-59a556c3c44f"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:33:03.787188"], ["updated_at", "2017-10-25 17:33:03.787188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424631050 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f93dadfb-c387-436c-b8e1-2d208ad3f779' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -424631050], ["username", "billy_41"], ["access_token", "7dc255e18590de037b41f8197c590e15"], ["uuid", "f93dadfb-c387-436c-b8e1-2d208ad3f779"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:33:03.790858"], ["updated_at", "2017-10-25 17:33:03.790858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1266895994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c9c5d2b-527f-4c64-a5bb-90b8b45866d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1266895994], ["username", "billy_42"], ["access_token", "4d26ffe42ea47a66c1ecdb2c0c4746b1"], ["uuid", "2c9c5d2b-527f-4c64-a5bb-90b8b45866d0"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:33:03.794509"], ["updated_at", "2017-10-25 17:33:03.794509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -21767797 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55384c87-9384-49e8-8da6-c6cd48feec13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -21767797], ["username", "billy_43"], ["access_token", "3a6c5cbd24a3719aa74bf4f9488778b1"], ["uuid", "55384c87-9384-49e8-8da6-c6cd48feec13"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:33:03.798079"], ["updated_at", "2017-10-25 17:33:03.798079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429036786 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '471e719b-aba2-4cce-bce1-06f8243e39bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -429036786], ["username", "billy_44"], ["access_token", "8fa8f64bec51888c01e3123b0eeb9a15"], ["uuid", "471e719b-aba2-4cce-bce1-06f8243e39bb"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:33:03.801681"], ["updated_at", "2017-10-25 17:33:03.801681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030968615 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29165ff5-e228-44fc-87ac-268a77fd4a15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1030968615], ["username", "billy_45"], ["access_token", "916667ab2eafe51302ec94fe2d10bd5f"], ["uuid", "29165ff5-e228-44fc-87ac-268a77fd4a15"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:33:03.805854"], ["updated_at", "2017-10-25 17:33:03.805854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1919770394 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6fb4c0e6-d1a1-49cc-96f5-9cb40aa706e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1919770394], ["username", "billy_46"], ["access_token", "86e901f212ce862877dfcb0d0c7974fd"], ["uuid", "6fb4c0e6-d1a1-49cc-96f5-9cb40aa706e4"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:33:03.809719"], ["updated_at", "2017-10-25 17:33:03.809719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357661782 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a83a4920-2772-47dc-ac8b-e1deff0abff7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1357661782], ["username", "billy_47"], ["access_token", "2f4af1671be687840f4d48fbcd7a1ef4"], ["uuid", "a83a4920-2772-47dc-ac8b-e1deff0abff7"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:33:03.813477"], ["updated_at", "2017-10-25 17:33:03.813477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1105645846 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5dc20689-173b-4d2f-8410-cdce4c9a0ed4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1105645846], ["username", "billy_48"], ["access_token", "761191fded00808ec074d11a313c4219"], ["uuid", "5dc20689-173b-4d2f-8410-cdce4c9a0ed4"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:33:03.817083"], ["updated_at", "2017-10-25 17:33:03.817083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -359996267 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38a0156a-b1d7-4a34-b6ad-8e350e6598ff' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -359996267], ["username", "billy_49"], ["access_token", "0ed25e5d2454c17b7a48702b12bec120"], ["uuid", "38a0156a-b1d7-4a34-b6ad-8e350e6598ff"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:33:03.820714"], ["updated_at", "2017-10-25 17:33:03.820714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -243912809 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '870e1958-222e-44dc-b084-3a2bb8ed788b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -243912809], ["username", "jstrav"], ["access_token", "a4fdda744ef74ddfac6ab1b5e98a5f70"], ["uuid", "870e1958-222e-44dc-b084-3a2bb8ed788b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:33:03.827506"], ["updated_at", "2017-10-25 17:33:03.827506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -197686248 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d7b00d9-e40d-442f-9c09-2e3b0d7fcdc9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -197686248], ["username", "mary"], ["access_token", "dba4facd8bb56ff59d6989869cd770fa"], ["uuid", "3d7b00d9-e40d-442f-9c09-2e3b0d7fcdc9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:33:03.831713"], ["updated_at", "2017-10-25 17:33:03.831713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -28315467 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b2adabc-3a08-4ab3-8564-4d6ecc65fb37' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -28315467], ["username", "jstead"], ["access_token", "7d5e316cd494ed2de79bf4c8af6b5ced"], ["uuid", "1b2adabc-3a08-4ab3-8564-4d6ecc65fb37"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:33:03.835734"], ["updated_at", "2017-10-25 17:33:03.835734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2110634592 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd579b3f7-bbaa-41fe-a209-c714094ddb66' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2110634592], ["username", "bigbear"], ["access_token", "8eaaefea7dddcfe26b5e8138235836c4"], ["uuid", "d579b3f7-bbaa-41fe-a209-c714094ddb66"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:33:03.839647"], ["updated_at", "2017-10-25 17:33:03.839647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1027114871 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b5c6fb8-22b8-4a27-ad7d-5665720b3248' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1027114871], ["username", "billy_00"], ["access_token", "02485f82b4b6087e82a3011937a0a787"], ["uuid", "1b5c6fb8-22b8-4a27-ad7d-5665720b3248"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:33:03.844559"], ["updated_at", "2017-10-25 17:33:03.844559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -259827967 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c4bd877f-0439-423f-b643-0b8224500e82' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -259827967], ["username", "billy_01"], ["access_token", "e160387cd819894c2309627baa53de24"], ["uuid", "c4bd877f-0439-423f-b643-0b8224500e82"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:33:03.849188"], ["updated_at", "2017-10-25 17:33:03.849188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1238055121 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56a2a195-fc01-4e59-bd16-bf4b9e1b9e1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1238055121], ["username", "billy_02"], ["access_token", "50187424ac0ba98d301ada3a3c36e05a"], ["uuid", "56a2a195-fc01-4e59-bd16-bf4b9e1b9e1d"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:33:03.853029"], ["updated_at", "2017-10-25 17:33:03.853029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -300532762 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ca594ad-5946-421b-8ee6-712648091891' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -300532762], ["username", "billy_03"], ["access_token", "428a686bcac07c8c3d9642982b1e4e2c"], ["uuid", "6ca594ad-5946-421b-8ee6-712648091891"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:33:03.856604"], ["updated_at", "2017-10-25 17:33:03.856604"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -356728300 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5502ec15-e4d9-4ebe-9cd6-144d32fbbb43' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -356728300], ["username", "billy_04"], ["access_token", "157e8f4294059a9d0faa2bbedd374380"], ["uuid", "5502ec15-e4d9-4ebe-9cd6-144d32fbbb43"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:33:03.860650"], ["updated_at", "2017-10-25 17:33:03.860650"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -678856039 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b51d7383-6bcf-4d92-bf1b-d3fab5b2524e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -678856039], ["username", "billy_05"], ["access_token", "cef4548c4009a8309ef5a8ae1ecd6c06"], ["uuid", "b51d7383-6bcf-4d92-bf1b-d3fab5b2524e"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:33:03.866279"], ["updated_at", "2017-10-25 17:33:03.866279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1779301926 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12d51e16-34cf-4343-9f5c-7e44b387270f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1779301926], ["username", "billy_06"], ["access_token", "106ab83171ef490849c148b1b6db69b5"], ["uuid", "12d51e16-34cf-4343-9f5c-7e44b387270f"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:33:03.871656"], ["updated_at", "2017-10-25 17:33:03.871656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42159324 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab087152-03ea-4cc3-89d1-f587508b82fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -42159324], ["username", "billy_07"], ["access_token", "113ba0f6584c1c18f91303a633a583aa"], ["uuid", "ab087152-03ea-4cc3-89d1-f587508b82fd"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:33:03.875739"], ["updated_at", "2017-10-25 17:33:03.875739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -861105447 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd8c8187-64ea-4f92-9206-1530faeeb997' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -861105447], ["username", "billy_08"], ["access_token", "67a427bfd607ba5a9f6477b8627b0c18"], ["uuid", "fd8c8187-64ea-4f92-9206-1530faeeb997"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:33:03.879370"], ["updated_at", "2017-10-25 17:33:03.879370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -28236163 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef93f0f1-a6ff-43ad-b9ce-74c901e4e074' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -28236163], ["username", "billy_09"], ["access_token", "3e8f8c097426aad6645db31ca05f9e52"], ["uuid", "ef93f0f1-a6ff-43ad-b9ce-74c901e4e074"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:33:03.882977"], ["updated_at", "2017-10-25 17:33:03.882977"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1395315233 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f758ad8-3cb3-484e-8d30-0229271a539b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1395315233], ["username", "billy_10"], ["access_token", "3f9a16a165aafe560a7895e3672e653b"], ["uuid", "9f758ad8-3cb3-484e-8d30-0229271a539b"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:33:03.886685"], ["updated_at", "2017-10-25 17:33:03.886685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108473308 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aeeea7ab-ab64-4306-806c-a3e19b9dd85f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1108473308], ["username", "billy_11"], ["access_token", "a321a8a0d84b13838622c26f28b3d45b"], ["uuid", "aeeea7ab-ab64-4306-806c-a3e19b9dd85f"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:33:03.890414"], ["updated_at", "2017-10-25 17:33:03.890414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1391762432 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f133c021-f1bb-489b-b4c6-495bd281e088' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1391762432], ["username", "billy_12"], ["access_token", "386190cfd033d73a692da33670ccee1d"], ["uuid", "f133c021-f1bb-489b-b4c6-495bd281e088"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:33:03.894069"], ["updated_at", "2017-10-25 17:33:03.894069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -373511844 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb726e20-38ab-401f-a385-cf3205a034fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -373511844], ["username", "billy_13"], ["access_token", "e8150f2356818c0e886879ef42bce18b"], ["uuid", "eb726e20-38ab-401f-a385-cf3205a034fc"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:33:03.897617"], ["updated_at", "2017-10-25 17:33:03.897617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1542688758 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9cad30d5-86f6-4394-ac39-00b6e5666056' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1542688758], ["username", "billy_14"], ["access_token", "d027f25bda43b5e215179cb29b4dcc3b"], ["uuid", "9cad30d5-86f6-4394-ac39-00b6e5666056"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:33:03.901222"], ["updated_at", "2017-10-25 17:33:03.901222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1216685471 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd8ec0443-66fe-42d8-a7e7-ae7a62a90761' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1216685471], ["username", "billy_15"], ["access_token", "4eee98b7ca86172c28634cc44a9e34c0"], ["uuid", "d8ec0443-66fe-42d8-a7e7-ae7a62a90761"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:33:03.904957"], ["updated_at", "2017-10-25 17:33:03.904957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -824634502 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '976a111c-a686-4689-bad8-e7e301da4fbd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -824634502], ["username", "billy_16"], ["access_token", "fd879fcb0b222ef259eb40a1c15d3dd8"], ["uuid", "976a111c-a686-4689-bad8-e7e301da4fbd"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:33:03.908762"], ["updated_at", "2017-10-25 17:33:03.908762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42740425 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3a955b3-ea61-4c52-ad44-0be2546238f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -42740425], ["username", "billy_17"], ["access_token", "ba62f18de5d783eb314cb7678929e574"], ["uuid", "d3a955b3-ea61-4c52-ad44-0be2546238f0"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:33:03.912429"], ["updated_at", "2017-10-25 17:33:03.912429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2110872381 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b27bfa2-00d4-44be-aa65-19e152259213' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2110872381], ["username", "billy_18"], ["access_token", "e9da58d91c9923ccab94fc7b71c788b8"], ["uuid", "6b27bfa2-00d4-44be-aa65-19e152259213"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:33:03.915986"], ["updated_at", "2017-10-25 17:33:03.915986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -119580100 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e89f298-ce2e-42d4-ae0b-842a2257f823' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -119580100], ["username", "billy_19"], ["access_token", "b3dff2bafcf73816c72e56c8ebf44270"], ["uuid", "2e89f298-ce2e-42d4-ae0b-842a2257f823"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:33:03.919607"], ["updated_at", "2017-10-25 17:33:03.919607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1941238560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4cbf9e5-ac78-40ce-8a2d-eaad247b4380' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1941238560], ["username", "billy_20"], ["access_token", "0692df635c780fd7d7d2296ed5e58552"], ["uuid", "f4cbf9e5-ac78-40ce-8a2d-eaad247b4380"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:33:03.923115"], ["updated_at", "2017-10-25 17:33:03.923115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -145932548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '106e4d4e-caff-4971-8f3c-bdb5b2b9714c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -145932548], ["username", "billy_21"], ["access_token", "9fe9cf2114564dcf81ff305f912ef2d8"], ["uuid", "106e4d4e-caff-4971-8f3c-bdb5b2b9714c"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:33:03.926754"], ["updated_at", "2017-10-25 17:33:03.926754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1107315602 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bfc65b65-f8ff-4400-8f42-0c16a23a5463' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1107315602], ["username", "billy_22"], ["access_token", "abe552feb5c6b6ade3ec9d616a64908e"], ["uuid", "bfc65b65-f8ff-4400-8f42-0c16a23a5463"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:33:03.931388"], ["updated_at", "2017-10-25 17:33:03.931388"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1624034963 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd694c823-bbb8-4193-8325-65f92877a5f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1624034963], ["username", "billy_23"], ["access_token", "2a58fb76d65930ab4d4a8fda45938ca9"], ["uuid", "d694c823-bbb8-4193-8325-65f92877a5f6"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:33:03.935789"], ["updated_at", "2017-10-25 17:33:03.935789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411480529 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d793b8d-f29e-455b-9115-0a10663601f8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -411480529], ["username", "billy_24"], ["access_token", "aae4bdd56e0280fd7360b965df1db5cd"], ["uuid", "2d793b8d-f29e-455b-9115-0a10663601f8"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:33:03.939593"], ["updated_at", "2017-10-25 17:33:03.939593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1519592808 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a53491c-bbcc-4339-808b-9ed1c9814f59' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1519592808], ["username", "billy_25"], ["access_token", "6ee6ab5038608782d771b929396bca5e"], ["uuid", "8a53491c-bbcc-4339-808b-9ed1c9814f59"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:33:03.944327"], ["updated_at", "2017-10-25 17:33:03.944327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -181774594 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd094e8b-2dc4-4f42-92ca-7c6169139e98' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -181774594], ["username", "billy_26"], ["access_token", "b2e0b9bcf2c222f25b10b5c1bb8d8dcb"], ["uuid", "dd094e8b-2dc4-4f42-92ca-7c6169139e98"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:33:03.948266"], ["updated_at", "2017-10-25 17:33:03.948266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -359691093 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2253d1dc-2893-4168-8e4a-84981e305abe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -359691093], ["username", "billy_27"], ["access_token", "d29133f47097f19f5825d7f527b2f620"], ["uuid", "2253d1dc-2893-4168-8e4a-84981e305abe"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:33:03.951913"], ["updated_at", "2017-10-25 17:33:03.951913"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1012977401 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '186e2b4d-deb1-4184-a4a9-0adb0a451d67' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1012977401], ["username", "billy_28"], ["access_token", "925e7416578dbdd978d11f75c4f63702"], ["uuid", "186e2b4d-deb1-4184-a4a9-0adb0a451d67"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:33:03.956903"], ["updated_at", "2017-10-25 17:33:03.956903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544331734 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '405e6283-f0f9-427d-a8e7-4fe781671108' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1544331734], ["username", "billy_29"], ["access_token", "7d201f242e81e3760ed41eee2d03c999"], ["uuid", "405e6283-f0f9-427d-a8e7-4fe781671108"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:33:03.962067"], ["updated_at", "2017-10-25 17:33:03.962067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1478574395 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20f62cf3-4f34-4007-bf2e-dc36e5b9e96b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1478574395], ["username", "billy_30"], ["access_token", "ba75f61230b88df43c96f187b32b7206"], ["uuid", "20f62cf3-4f34-4007-bf2e-dc36e5b9e96b"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:33:03.966281"], ["updated_at", "2017-10-25 17:33:03.966281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -325847719 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f01f56a7-c2d1-4de4-98a3-1cf9b4abe8dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -325847719], ["username", "billy_31"], ["access_token", "b52728eec2d0e3d6f70a37eb93d59fe0"], ["uuid", "f01f56a7-c2d1-4de4-98a3-1cf9b4abe8dc"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:33:03.969902"], ["updated_at", "2017-10-25 17:33:03.969902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1212882010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c36ab93-1a50-4dfe-98f0-79d4f2185460' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1212882010], ["username", "billy_32"], ["access_token", "e8d77368613ec7451036becfc8338c65"], ["uuid", "4c36ab93-1a50-4dfe-98f0-79d4f2185460"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:33:03.973520"], ["updated_at", "2017-10-25 17:33:03.973520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1952102311 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9db86d96-4116-4eda-9f15-576e7b840ca2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1952102311], ["username", "billy_33"], ["access_token", "0dcb01b172b6b9234de8794a9fcdf168"], ["uuid", "9db86d96-4116-4eda-9f15-576e7b840ca2"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:33:03.977084"], ["updated_at", "2017-10-25 17:33:03.977084"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357486930 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bf19f2b-5dc0-413b-b20b-995e703b4e3a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1357486930], ["username", "billy_34"], ["access_token", "04e20d25e6cb5922061cefcd8b24348f"], ["uuid", "5bf19f2b-5dc0-413b-b20b-995e703b4e3a"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:33:03.980664"], ["updated_at", "2017-10-25 17:33:03.980664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1079903196 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ce1c9aa-d885-4c0a-af2a-fad2368032fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1079903196], ["username", "billy_35"], ["access_token", "5ca2a9de054b16af3a5fbfec2a2d0aa0"], ["uuid", "9ce1c9aa-d885-4c0a-af2a-fad2368032fe"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:33:03.984251"], ["updated_at", "2017-10-25 17:33:03.984251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -738442035 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f7770c3-8bf2-44dd-afe0-427c39e8b073' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -738442035], ["username", "billy_36"], ["access_token", "a5d716480168350dc9beecbbcee0d9ff"], ["uuid", "6f7770c3-8bf2-44dd-afe0-427c39e8b073"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:33:03.987835"], ["updated_at", "2017-10-25 17:33:03.987835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217500263 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '245ea0a5-4433-45bc-972c-369ea682cb9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1217500263], ["username", "billy_37"], ["access_token", "de3f9956a1219f7a4257211801e3f912"], ["uuid", "245ea0a5-4433-45bc-972c-369ea682cb9f"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:33:03.991367"], ["updated_at", "2017-10-25 17:33:03.991367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1358220526 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1dac568d-3dbf-4b61-b121-e17319fbfedb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1358220526], ["username", "billy_38"], ["access_token", "61f70478e76d569e9ac2b677fa7285c9"], ["uuid", "1dac568d-3dbf-4b61-b121-e17319fbfedb"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:33:03.994903"], ["updated_at", "2017-10-25 17:33:03.994903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -21514548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1844860-cf16-41e0-9bc7-a53301b70361' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -21514548], ["username", "billy_39"], ["access_token", "635f5372a43458e485c3fa6e96f83262"], ["uuid", "b1844860-cf16-41e0-9bc7-a53301b70361"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:33:03.998495"], ["updated_at", "2017-10-25 17:33:03.998495"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1991723304 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f2052cf-eccb-4382-8501-2557768081fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1991723304], ["username", "billy_40"], ["access_token", "c33f1ff466ad238e86d353b251962429"], ["uuid", "9f2052cf-eccb-4382-8501-2557768081fc"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:33:04.002041"], ["updated_at", "2017-10-25 17:33:04.002041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -224042665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9fcf7a7-9da5-4a58-b85d-c237227fab21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -224042665], ["username", "billy_41"], ["access_token", "a9bcd9e21c407ffdc2161fb754bbc7f2"], ["uuid", "e9fcf7a7-9da5-4a58-b85d-c237227fab21"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:33:04.005717"], ["updated_at", "2017-10-25 17:33:04.005717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700875304 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '669806ee-8e9c-4678-b116-5d774cdb74b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -700875304], ["username", "billy_42"], ["access_token", "57c221ac10c6b2e938d20c05a9a1a777"], ["uuid", "669806ee-8e9c-4678-b116-5d774cdb74b2"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:33:04.009733"], ["updated_at", "2017-10-25 17:33:04.009733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1132606546 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7437b95f-361c-407e-bb07-102d538c1987' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1132606546], ["username", "billy_43"], ["access_token", "c860ec447df998935d2fc17e359e464d"], ["uuid", "7437b95f-361c-407e-bb07-102d538c1987"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:33:04.013415"], ["updated_at", "2017-10-25 17:33:04.013415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2083757009 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe65f72d-7fa9-4670-8bd1-c8dfca3688e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2083757009], ["username", "billy_44"], ["access_token", "c7634c7a6440f2b5f6a6dd3176d4627e"], ["uuid", "fe65f72d-7fa9-4670-8bd1-c8dfca3688e8"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:33:04.016910"], ["updated_at", "2017-10-25 17:33:04.016910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1553848142 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34de6c9a-a125-46b6-8309-ae3904e6c055' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1553848142], ["username", "billy_45"], ["access_token", "0091bd697474882a0e3f10f60a0dc8ba"], ["uuid", "34de6c9a-a125-46b6-8309-ae3904e6c055"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:33:04.020424"], ["updated_at", "2017-10-25 17:33:04.020424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -364402459 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43c92e64-0faf-423d-8aaf-c9a183d09326' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -364402459], ["username", "billy_46"], ["access_token", "e68a7222cfcb42e7780a96433f0d8eeb"], ["uuid", "43c92e64-0faf-423d-8aaf-c9a183d09326"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:33:04.023973"], ["updated_at", "2017-10-25 17:33:04.023973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1713467006 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7e86d33-09b0-43f9-b6de-bb4218def004' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1713467006], ["username", "billy_47"], ["access_token", "4f0b152c3af60f9be5cca3c1d1ff4b15"], ["uuid", "d7e86d33-09b0-43f9-b6de-bb4218def004"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:33:04.027556"], ["updated_at", "2017-10-25 17:33:04.027556"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1644404938 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbc51302-3f64-416c-be4d-af8a31d9ddeb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1644404938], ["username", "billy_48"], ["access_token", "1ebe99f52998bfa16d183d8bc479c0bb"], ["uuid", "fbc51302-3f64-416c-be4d-af8a31d9ddeb"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:33:04.031159"], ["updated_at", "2017-10-25 17:33:04.031159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -186656563 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3111dd24-ecc2-49a3-b416-c000f745c89b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -186656563], ["username", "billy_49"], ["access_token", "127eb81763bf7c8ac089f99318cdc32c"], ["uuid", "3111dd24-ecc2-49a3-b416-c000f745c89b"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:33:04.034954"], ["updated_at", "2017-10-25 17:33:04.034954"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -268767762 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a984aa28-8079-4255-a089-bf1a442495d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -268767762], ["username", "jstrav"], ["access_token", "1879fd7d544c3be695c12dcc412e1e23"], ["uuid", "a984aa28-8079-4255-a089-bf1a442495d2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:33:04.044080"], ["updated_at", "2017-10-25 17:33:04.044080"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848677567 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3257ce65-6fd8-49cf-9900-a1ddfe1b5b4f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -848677567], ["username", "mary"], ["access_token", "31fd9c88a1221cf822811c39207b3ff4"], ["uuid", "3257ce65-6fd8-49cf-9900-a1ddfe1b5b4f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:33:04.048023"], ["updated_at", "2017-10-25 17:33:04.048023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736938354 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f35d180d-62bd-44d1-bdc3-c81e64ac328e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1736938354], ["username", "jstead"], ["access_token", "5ba3d18963b0c91422128eeff56b794b"], ["uuid", "f35d180d-62bd-44d1-bdc3-c81e64ac328e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:33:04.051739"], ["updated_at", "2017-10-25 17:33:04.051739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016016484 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c5a8bf0-3191-4395-8771-6f8fed86e87c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1016016484], ["username", "bigbear"], ["access_token", "302ec4d15993bc2c729c0aebe906af0c"], ["uuid", "9c5a8bf0-3191-4395-8771-6f8fed86e87c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:33:04.055551"], ["updated_at", "2017-10-25 17:33:04.055551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1751077164 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bf846de-a373-42a5-8a9d-ef428252b774' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1751077164], ["username", "billy_00"], ["access_token", "623c0baf6dcf4fed626729452ff0130c"], ["uuid", "4bf846de-a373-42a5-8a9d-ef428252b774"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:33:04.059370"], ["updated_at", "2017-10-25 17:33:04.059370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1431710231 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f7b5450-5362-42b1-abf9-ac76cf4ae827' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1431710231], ["username", "billy_01"], ["access_token", "4ce7956f8a228c72aa535fd28bf868d2"], ["uuid", "5f7b5450-5362-42b1-abf9-ac76cf4ae827"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:33:04.063122"], ["updated_at", "2017-10-25 17:33:04.063122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1313684194 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0fa0406-f99a-45af-a712-aed671585514' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1313684194], ["username", "billy_02"], ["access_token", "902eb87dd66db536b6536ff61146dd28"], ["uuid", "e0fa0406-f99a-45af-a712-aed671585514"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:33:04.066826"], ["updated_at", "2017-10-25 17:33:04.066826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -374267736 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09bb70d7-0b3f-404d-8a66-a8c1325f382c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -374267736], ["username", "billy_03"], ["access_token", "fbbd4a930457217e2b043d2eb209047e"], ["uuid", "09bb70d7-0b3f-404d-8a66-a8c1325f382c"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:33:04.070491"], ["updated_at", "2017-10-25 17:33:04.070491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1757258338 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e00109bb-38d5-4ea2-8ab8-ba92e758dd0c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1757258338], ["username", "billy_04"], ["access_token", "c38b0f2564b3ba6be324eeee35e998ed"], ["uuid", "e00109bb-38d5-4ea2-8ab8-ba92e758dd0c"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:33:04.074161"], ["updated_at", "2017-10-25 17:33:04.074161"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661468612 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a9c8387-dcfb-4822-80a7-116427d7bfe8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -661468612], ["username", "billy_05"], ["access_token", "f437065db9a4d573ab55db25034441a1"], ["uuid", "8a9c8387-dcfb-4822-80a7-116427d7bfe8"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:33:04.078213"], ["updated_at", "2017-10-25 17:33:04.078213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -537881693 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8aa69903-675a-4ce6-aa31-eb7321736eb5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -537881693], ["username", "billy_06"], ["access_token", "342886170b459630a0ffa3200e9bce1e"], ["uuid", "8aa69903-675a-4ce6-aa31-eb7321736eb5"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:33:04.081944"], ["updated_at", "2017-10-25 17:33:04.081944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -619698418 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a6ab2bec-ed01-44d7-8987-015376a53a20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -619698418], ["username", "billy_07"], ["access_token", "9e140d1257623131213cb58671c42845"], ["uuid", "a6ab2bec-ed01-44d7-8987-015376a53a20"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:33:04.086765"], ["updated_at", "2017-10-25 17:33:04.086765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -401656623 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '054f00e6-baef-4d81-b0a0-78071711138c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -401656623], ["username", "billy_08"], ["access_token", "6b3ad14bef69b0525c2a25f7949c7db6"], ["uuid", "054f00e6-baef-4d81-b0a0-78071711138c"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:33:04.090923"], ["updated_at", "2017-10-25 17:33:04.090923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -185373093 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79a93c9b-cf04-421e-89fd-978f8b700608' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -185373093], ["username", "billy_09"], ["access_token", "93da04f8e44cc4a8b4009f08f1c2b9c2"], ["uuid", "79a93c9b-cf04-421e-89fd-978f8b700608"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:33:04.094724"], ["updated_at", "2017-10-25 17:33:04.094724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -912008565 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0addb30c-f7f1-4fa4-96f7-7322d2caec20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -912008565], ["username", "billy_10"], ["access_token", "93ec8ffecee53b2219d3e6e9b3f318e6"], ["uuid", "0addb30c-f7f1-4fa4-96f7-7322d2caec20"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:33:04.098671"], ["updated_at", "2017-10-25 17:33:04.098671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -709423005 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9b508e3-b0f3-4979-ac10-76fc099f4072' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -709423005], ["username", "billy_11"], ["access_token", "6082e9e90f4d16c6ecb41d6df7be4d6c"], ["uuid", "b9b508e3-b0f3-4979-ac10-76fc099f4072"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:33:04.102460"], ["updated_at", "2017-10-25 17:33:04.102460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -170269682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'da28dbf0-1c2d-402a-b429-18827410b1a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -170269682], ["username", "billy_12"], ["access_token", "de4b3ac70ac6bf7e74a904cbe9fec8ad"], ["uuid", "da28dbf0-1c2d-402a-b429-18827410b1a4"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:33:04.106040"], ["updated_at", "2017-10-25 17:33:04.106040"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1917932657 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca4c9be2-f1a7-4c07-9b1d-afb20fd987cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1917932657], ["username", "billy_13"], ["access_token", "1d8f5e970552772ae17f7c0a0c2c4a95"], ["uuid", "ca4c9be2-f1a7-4c07-9b1d-afb20fd987cc"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:33:04.109619"], ["updated_at", "2017-10-25 17:33:04.109619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1782412199 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '736daa03-b868-4e96-9580-687d4418ee20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1782412199], ["username", "billy_14"], ["access_token", "e0a530091ad1a202fc394343be90c68a"], ["uuid", "736daa03-b868-4e96-9580-687d4418ee20"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:33:04.113475"], ["updated_at", "2017-10-25 17:33:04.113475"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2097072905 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ada794f-a3ee-4f44-aa30-5fe8545049ae' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2097072905], ["username", "billy_15"], ["access_token", "25ba8b350e5ae3886e197d31d1b52b0a"], ["uuid", "5ada794f-a3ee-4f44-aa30-5fe8545049ae"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:33:04.117250"], ["updated_at", "2017-10-25 17:33:04.117250"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488528971 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63bfccd2-4877-4233-ad68-31d62fb7b44d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -488528971], ["username", "billy_16"], ["access_token", "7c45755603075916cc40117628a3a5a4"], ["uuid", "63bfccd2-4877-4233-ad68-31d62fb7b44d"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:33:04.123089"], ["updated_at", "2017-10-25 17:33:04.123089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -717421383 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62d9d7f6-916e-424c-ae6b-f6b991618316' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -717421383], ["username", "billy_17"], ["access_token", "deac5ce6b7eddca55f6c970594f69371"], ["uuid", "62d9d7f6-916e-424c-ae6b-f6b991618316"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:33:04.127777"], ["updated_at", "2017-10-25 17:33:04.127777"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1040194988 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df8e56f5-156b-44b3-a683-d190581e5469' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1040194988], ["username", "billy_18"], ["access_token", "71cc7c8d7b412e8bdf59d3e2384dd890"], ["uuid", "df8e56f5-156b-44b3-a683-d190581e5469"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:33:04.131718"], ["updated_at", "2017-10-25 17:33:04.131718"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -852907690 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '931ac959-af92-4668-bc88-d6883edd35e4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -852907690], ["username", "billy_19"], ["access_token", "3264e0617dfdc971482804b714bef025"], ["uuid", "931ac959-af92-4668-bc88-d6883edd35e4"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:33:04.135527"], ["updated_at", "2017-10-25 17:33:04.135527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1587957746 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53a6b989-1cc3-467a-9fe3-81168737015c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1587957746], ["username", "billy_20"], ["access_token", "ca6fc4bef817a70751200ba7b5f9c5a0"], ["uuid", "53a6b989-1cc3-467a-9fe3-81168737015c"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:33:04.139720"], ["updated_at", "2017-10-25 17:33:04.139720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -863566291 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71462490-451c-4b9e-b343-7ae589b04fb8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -863566291], ["username", "billy_21"], ["access_token", "e2164c0a326f0bfb8a63fbbb8e66a154"], ["uuid", "71462490-451c-4b9e-b343-7ae589b04fb8"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:33:04.143553"], ["updated_at", "2017-10-25 17:33:04.143553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1742907546 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41bbaa96-82a3-4f3a-947f-8b8d60b4166c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1742907546], ["username", "billy_22"], ["access_token", "56e2526155dc1ee8d5fb500e0dc3da31"], ["uuid", "41bbaa96-82a3-4f3a-947f-8b8d60b4166c"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:33:04.147236"], ["updated_at", "2017-10-25 17:33:04.147236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1485213869 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c613e16-935b-40dd-a03c-af565f112047' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1485213869], ["username", "billy_23"], ["access_token", "bd443864e5714d8c9f27b2227321afd0"], ["uuid", "8c613e16-935b-40dd-a03c-af565f112047"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:33:04.150926"], ["updated_at", "2017-10-25 17:33:04.150926"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990604729 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0dc8665-c417-4180-a5f7-727330657ead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1990604729], ["username", "billy_24"], ["access_token", "78a1a66af428638ec43255b4ba965c92"], ["uuid", "e0dc8665-c417-4180-a5f7-727330657ead"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:33:04.154732"], ["updated_at", "2017-10-25 17:33:04.154732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1422439645 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b261660-0890-42e0-a1fb-89ec8308f656' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1422439645], ["username", "billy_25"], ["access_token", "d6058fb06dd7464c56ec17011959e498"], ["uuid", "3b261660-0890-42e0-a1fb-89ec8308f656"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:33:04.158455"], ["updated_at", "2017-10-25 17:33:04.158455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016029415 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5873f4d-0df8-4234-8f15-0d90452defb8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1016029415], ["username", "billy_26"], ["access_token", "4d9a130d937393515a4e394dd675109e"], ["uuid", "c5873f4d-0df8-4234-8f15-0d90452defb8"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:33:04.162314"], ["updated_at", "2017-10-25 17:33:04.162314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1968807626 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dcb99a69-7f84-441b-ae76-a86619f0b04c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1968807626], ["username", "billy_27"], ["access_token", "9a694010c739284361c0269be252c66e"], ["uuid", "dcb99a69-7f84-441b-ae76-a86619f0b04c"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:33:04.167465"], ["updated_at", "2017-10-25 17:33:04.167465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -513966881 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c01a546b-6e21-4732-93bb-93e454c31134' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -513966881], ["username", "billy_28"], ["access_token", "0ee7d6a1ed8c22aeabc9913903798e36"], ["uuid", "c01a546b-6e21-4732-93bb-93e454c31134"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:33:04.172793"], ["updated_at", "2017-10-25 17:33:04.172793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1931290419 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eedc975e-5761-4d85-8ddd-482c2b4dde29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1931290419], ["username", "billy_29"], ["access_token", "a8d42dfc35b2ee619c67b26b53e598ce"], ["uuid", "eedc975e-5761-4d85-8ddd-482c2b4dde29"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:33:04.177059"], ["updated_at", "2017-10-25 17:33:04.177059"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1717061363 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd176a56-ed66-47da-b788-2ec14d0fc5f8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1717061363], ["username", "billy_30"], ["access_token", "945408a962cb7accc7db0361e027a1a5"], ["uuid", "bd176a56-ed66-47da-b788-2ec14d0fc5f8"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:33:04.180854"], ["updated_at", "2017-10-25 17:33:04.180854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1561462566 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe70247a-d17d-4bfc-8946-221197278f9a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1561462566], ["username", "billy_31"], ["access_token", "8db98fd0e69538a4cff59a32e7dfafc2"], ["uuid", "fe70247a-d17d-4bfc-8946-221197278f9a"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:33:04.184584"], ["updated_at", "2017-10-25 17:33:04.184584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -233570010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43d5786d-af2f-49b5-a6e1-ccbd8e7e6220' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -233570010], ["username", "billy_32"], ["access_token", "2fec5e445f3f67c558708d0e6705beb9"], ["uuid", "43d5786d-af2f-49b5-a6e1-ccbd8e7e6220"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:33:04.188183"], ["updated_at", "2017-10-25 17:33:04.188183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878682726 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dbc2f8ab-c8c5-4c29-a8a7-47e5b6288e45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -878682726], ["username", "billy_33"], ["access_token", "cf76c76a7f961afad390f668e594dce3"], ["uuid", "dbc2f8ab-c8c5-4c29-a8a7-47e5b6288e45"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:33:04.191580"], ["updated_at", "2017-10-25 17:33:04.191580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1971165360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbcddbc5-3c24-4499-b98a-5924cb7c0686' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1971165360], ["username", "billy_34"], ["access_token", "db428cc84773507b15a4cf85746f454e"], ["uuid", "fbcddbc5-3c24-4499-b98a-5924cb7c0686"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:33:04.194973"], ["updated_at", "2017-10-25 17:33:04.194973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -972628715 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44d5e0c0-627e-4887-9c14-a9248053e453' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -972628715], ["username", "billy_35"], ["access_token", "39c7d9d179b700dad184d60a3c4a1f24"], ["uuid", "44d5e0c0-627e-4887-9c14-a9248053e453"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:33:04.198370"], ["updated_at", "2017-10-25 17:33:04.198370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -540417061 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92182c9e-b7fe-4a53-a641-4dc505afc8ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -540417061], ["username", "billy_36"], ["access_token", "4d865e2bd14f8fc7aae53c388486e54a"], ["uuid", "92182c9e-b7fe-4a53-a641-4dc505afc8ce"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:33:04.201763"], ["updated_at", "2017-10-25 17:33:04.201763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -839798225 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6530cbad-5140-45ec-838c-daf3e08df8c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -839798225], ["username", "billy_37"], ["access_token", "8952de7bfcfa52a8014b2851195dd1cf"], ["uuid", "6530cbad-5140-45ec-838c-daf3e08df8c0"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:33:04.205224"], ["updated_at", "2017-10-25 17:33:04.205224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2106004850 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c8c53dd-7e16-4416-bc46-9159fd6c25de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2106004850], ["username", "billy_38"], ["access_token", "400ea7b3e0050ab0e01f7690eac84d13"], ["uuid", "4c8c53dd-7e16-4416-bc46-9159fd6c25de"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:33:04.208637"], ["updated_at", "2017-10-25 17:33:04.208637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -584578058 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f0a0959-dfdf-4b48-864f-826ba146591d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -584578058], ["username", "billy_39"], ["access_token", "d65ad063cc27ead550992191b7213394"], ["uuid", "2f0a0959-dfdf-4b48-864f-826ba146591d"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:33:04.212323"], ["updated_at", "2017-10-25 17:33:04.212323"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1685449341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4ed9b19-b5c1-48e4-b75e-da95fed739e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1685449341], ["username", "billy_40"], ["access_token", "95ae2b2b95553a497ec354453f305a2f"], ["uuid", "f4ed9b19-b5c1-48e4-b75e-da95fed739e9"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:33:04.216335"], ["updated_at", "2017-10-25 17:33:04.216335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -315602240 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c63a7b54-6c9f-4bb1-b7cf-48f817650a82' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -315602240], ["username", "billy_41"], ["access_token", "322c4027decfc7fcd9e874bc78262db2"], ["uuid", "c63a7b54-6c9f-4bb1-b7cf-48f817650a82"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:33:04.219882"], ["updated_at", "2017-10-25 17:33:04.219882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -397645299 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '639a4681-a2a0-4efa-8dc2-c39a37c3b1a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -397645299], ["username", "billy_42"], ["access_token", "4839bd3c7b63dcda03589ff3e15e3b88"], ["uuid", "639a4681-a2a0-4efa-8dc2-c39a37c3b1a4"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:33:04.223396"], ["updated_at", "2017-10-25 17:33:04.223396"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1278231825 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2b77819-1e71-4ea7-a65a-51492bbc4909' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1278231825], ["username", "billy_43"], ["access_token", "751ce99951c3f4bb338689b2b2018249"], ["uuid", "b2b77819-1e71-4ea7-a65a-51492bbc4909"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:33:04.226937"], ["updated_at", "2017-10-25 17:33:04.226937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -272400142 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac6867ec-cb5b-4a06-a8b8-2d349fdb4beb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -272400142], ["username", "billy_44"], ["access_token", "a613e74d0877f06bd902d9984da3ea0b"], ["uuid", "ac6867ec-cb5b-4a06-a8b8-2d349fdb4beb"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:33:04.237975"], ["updated_at", "2017-10-25 17:33:04.237975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2136403595 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24898795-2e5f-41f3-a70d-78e78aabca2e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2136403595], ["username", "billy_45"], ["access_token", "d25f5813d91f918fab1b7432ae045518"], ["uuid", "24898795-2e5f-41f3-a70d-78e78aabca2e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:33:04.242116"], ["updated_at", "2017-10-25 17:33:04.242116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1390612634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00ea1195-78ff-41ac-a7b4-1ba0db5d33dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1390612634], ["username", "billy_46"], ["access_token", "76ab9732cbda56d96c69038e684abc76"], ["uuid", "00ea1195-78ff-41ac-a7b4-1ba0db5d33dd"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:33:04.245839"], ["updated_at", "2017-10-25 17:33:04.245839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -238840219 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ec165b2-7052-48df-95c6-ff1b454e88d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -238840219], ["username", "billy_47"], ["access_token", "ac8a84f97d9e43f14140a78883b5e856"], ["uuid", "9ec165b2-7052-48df-95c6-ff1b454e88d4"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:33:04.249390"], ["updated_at", "2017-10-25 17:33:04.249390"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1504678660 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f97ecacd-9510-4be5-baa2-8d849cefd523' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1504678660], ["username", "billy_48"], ["access_token", "ff22cf4f2f25234bb187a4d5836d5c5f"], ["uuid", "f97ecacd-9510-4be5-baa2-8d849cefd523"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:33:04.252966"], ["updated_at", "2017-10-25 17:33:04.252966"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324946093 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '86d6dc6c-c957-474f-be40-dceb3ac82079' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -324946093], ["username", "billy_49"], ["access_token", "5e499337b975bd98184553635b02c83f"], ["uuid", "86d6dc6c-c957-474f-be40-dceb3ac82079"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:33:04.256646"], ["updated_at", "2017-10-25 17:33:04.256646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:33:04.271044"], ["updated_at", "2017-10-25 17:33:04.271044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:33:06 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-10-25 12:33:08 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK  (202.5ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (402.0ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.2ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (6.0ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto"  (4.3ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (1.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.2ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (2.1ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.3ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.0ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (3.0ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (1.9ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd84790b9-da3c-4a35-b758-0e327b6f673b' LIMIT 1 SQL (1.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "f2459a9d1fef632efbdde3916784edce"], ["uuid", "d84790b9-da3c-4a35-b758-0e327b6f673b"], ["created_at", "2017-10-25 17:34:55.070668"], ["updated_at", "2017-10-25 17:34:55.070668"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 1], ["created_at", "2017-10-25 17:34:55.085605"], ["updated_at", "2017-10-25 17:34:55.085605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '296fa027-8b45-40fa-826f-82c40d3b3faf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "36c6b6d6bce88e7eddccf236ff6ce1e6"], ["uuid", "296fa027-8b45-40fa-826f-82c40d3b3faf"], ["created_at", "2017-10-25 17:34:55.089995"], ["updated_at", "2017-10-25 17:34:55.089995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 2], ["created_at", "2017-10-25 17:34:55.091712"], ["updated_at", "2017-10-25 17:34:55.091712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -903614632 LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -903614632], ["name", "MyGroup"], ["created_at", "2017-10-25 17:34:55.103534"], ["updated_at", "2017-10-25 17:34:55.103534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -523898616 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -523898616], ["name", "MyGroup"], ["created_at", "2017-10-25 17:34:55.107776"], ["updated_at", "2017-10-25 17:34:55.107776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -523898616 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -523898616 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 1]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -903614632 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -903614632 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 1]] SQL (0.4ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -523898616 SQL (0.3ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -903614632 SQL (0.8ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -903614632], ["member_group_id", -523898616], ["created_at", "2017-10-25 17:34:55.115212"], ["updated_at", "2017-10-25 17:34:55.115212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -523898616) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -523898616) LIMIT 1 SQL (0.9ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -523898616], ["user_id", 1], ["created_at", "2017-10-25 17:34:55.147903"], ["updated_at", "2017-10-25 17:34:55.147903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -523898616) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.4ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -523898616 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -523898616 - -903614632 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-523898616, -903614632) Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "User"], ["created_at", "2017-10-25 17:34:55.184388"], ["updated_at", "2017-10-25 17:34:55.184388"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-523898616, -903614632) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "User"], ["created_at", "2017-10-25 17:34:55.191638"], ["updated_at", "2017-10-25 17:34:55.191638"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-523898616, -903614632) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-10-25 17:34:55.199175"], ["updated_at", "2017-10-25 17:34:55.199175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-523898616, -903614632) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-523898616, -903614632) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-10-25 17:34:55.208011"], ["updated_at", "2017-10-25 17:34:55.208011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-523898616, -903614632) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-523898616, -903614632) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-523898616, -903614632) Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e05f5f5-e361-48a1-8b61-945b6c6ebe6f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "f148db00616d48f080614f4ced1ad60c"], ["uuid", "2e05f5f5-e361-48a1-8b61-945b6c6ebe6f"], ["created_at", "2017-10-25 17:34:55.224453"], ["updated_at", "2017-10-25 17:34:55.224453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 32ms (Views: 31.5ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e517bbf6-96a0-4783-8cbf-5a62053b5799' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "17fda286050dc634e11316d71291ff3a"], ["uuid", "e517bbf6-96a0-4783-8cbf-5a62053b5799"], ["created_at", "2017-10-25 17:34:55.267931"], ["updated_at", "2017-10-25 17:34:55.267931"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 4]] Redirected to http://test.host/ Completed 302 Found in 12ms (ActiveRecord: 0.4ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 479306]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 479306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 SQL (1.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 479306], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["created_at", "2017-10-25 17:34:55.303519"], ["updated_at", "2017-10-25 17:34:55.303519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8984037]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8984037 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f287df6e-5e38-497b-901d-a61e43818374' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 8984037], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "f287df6e-5e38-497b-901d-a61e43818374"], ["created_at", "2017-10-25 17:34:55.321669"], ["updated_at", "2017-10-25 17:34:55.321669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 473960]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 473960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21b74e1a-a898-4a1a-bbef-d1400083924b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 473960], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "21b74e1a-a898-4a1a-bbef-d1400083924b"], ["created_at", "2017-10-25 17:34:55.328265"], ["updated_at", "2017-10-25 17:34:55.328265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 473960 AND "openstax_accounts_accounts"."id" != 7) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '21b74e1a-a898-4a1a-bbef-d1400083924b' AND "openstax_accounts_accounts"."id" != 7) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 5964737]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5964737 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a218355-63f9-4e26-b53f-dd3d15185218' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 5964737], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "3a218355-63f9-4e26-b53f-dd3d15185218"], ["created_at", "2017-10-25 17:34:55.336645"], ["updated_at", "2017-10-25 17:34:55.336645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -26017183 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '317e5f3a8547eda2b7b397b3e4bf8ec9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f50aa1ef-64e8-4ad4-9ded-0c06254cc411' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -26017183], ["username", "317e5f3a8547eda2b7b397b3e4bf8ec9"], ["access_token", "d460cd7cd9663bec5514ac51b1ed366a"], ["uuid", "f50aa1ef-64e8-4ad4-9ded-0c06254cc411"], ["created_at", "2017-10-25 17:34:55.342287"], ["updated_at", "2017-10-25 17:34:55.342287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -26017183]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -26017183 AND "openstax_accounts_accounts"."id" != 9) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 9) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "first_name" = $2, "last_name" = $3, "title" = $4, "access_token" = $5, "faculty_status" = $6, "role" = $7, "uuid" = $8, "updated_at" = $9 WHERE "openstax_accounts_accounts"."id" = $10 [["username", "191919"], ["first_name", "1234"], ["last_name", "5678"], ["title", "900"], ["access_token", nil], ["faculty_status", 2], ["role", 2], ["uuid", nil], ["updated_at", "2017-10-25 17:34:55.357414"], ["id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 9]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2083628]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2083628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30ddc63d-5729-41b5-9524-23c82b896f38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 2083628], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "30ddc63d-5729-41b5-9524-23c82b896f38"], ["created_at", "2017-10-25 17:34:55.366724"], ["updated_at", "2017-10-25 17:34:55.366724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8672364]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8672364 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e57ec998-df2b-4c7d-a9c9-8b08433bbdc3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 8672364], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["role", 2], ["uuid", "e57ec998-df2b-4c7d-a9c9-8b08433bbdc3"], ["created_at", "2017-10-25 17:34:55.372973"], ["updated_at", "2017-10-25 17:34:55.372973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -847561385 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d1fdb78-6375-4be0-971a-fc10012adad1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -847561385], ["username", "jstrav"], ["access_token", "5abc900048d21761b0a045f47e6e5313"], ["uuid", "8d1fdb78-6375-4be0-971a-fc10012adad1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:34:55.378885"], ["updated_at", "2017-10-25 17:34:55.378885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1760030796 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '763a9202-0720-4503-a0d9-410cf7cce4be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1760030796], ["username", "mary"], ["access_token", "2f10803b58791c80c711d9be45fd2959"], ["uuid", "763a9202-0720-4503-a0d9-410cf7cce4be"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:34:55.382741"], ["updated_at", "2017-10-25 17:34:55.382741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1760585306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce4b6b63-f68b-4e8e-8978-6800c5c1e9b0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1760585306], ["username", "jstead"], ["access_token", "9d9336a40b6214c0d1972f1ef3f7a47e"], ["uuid", "ce4b6b63-f68b-4e8e-8978-6800c5c1e9b0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:34:55.386469"], ["updated_at", "2017-10-25 17:34:55.386469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1884650909 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96632706-ae14-4211-a54e-a65f1f93bb8e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1884650909], ["username", "bigbear"], ["access_token", "ee259ab700fd3b771b2a2d5873c02522"], ["uuid", "96632706-ae14-4211-a54e-a65f1f93bb8e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:34:55.390291"], ["updated_at", "2017-10-25 17:34:55.390291"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1795395735 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d24c1cd-75df-4b3a-a6f7-aec0967cac96' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1795395735], ["username", "billy_00"], ["access_token", "07fce343cde886968f86c29d23ba4b10"], ["uuid", "8d24c1cd-75df-4b3a-a6f7-aec0967cac96"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:34:55.395405"], ["updated_at", "2017-10-25 17:34:55.395405"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1020793974 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f04cb4ea-abbb-4c40-a77c-e2f524e1d368' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1020793974], ["username", "billy_01"], ["access_token", "e4faf547544a8175740ff2b6e42e09c7"], ["uuid", "f04cb4ea-abbb-4c40-a77c-e2f524e1d368"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:34:55.400527"], ["updated_at", "2017-10-25 17:34:55.400527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -986666976 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3f5c876-0042-4673-acbb-4df6bbeb3ff3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -986666976], ["username", "billy_02"], ["access_token", "1811cd20b92a0561e676dbd52b638ac2"], ["uuid", "a3f5c876-0042-4673-acbb-4df6bbeb3ff3"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:34:55.404880"], ["updated_at", "2017-10-25 17:34:55.404880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1106189282 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d9e6b03-addc-4045-b638-d8f7c8fe2ec1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1106189282], ["username", "billy_03"], ["access_token", "b633b992e295fccd86d4fb399f1953d5"], ["uuid", "9d9e6b03-addc-4045-b638-d8f7c8fe2ec1"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:34:55.408586"], ["updated_at", "2017-10-25 17:34:55.408586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64046117 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16fb69ce-1331-43cb-be11-94d6bca6822f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -64046117], ["username", "billy_04"], ["access_token", "339200aaa2efe8e990caed15cf2b085a"], ["uuid", "16fb69ce-1331-43cb-be11-94d6bca6822f"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:34:55.412513"], ["updated_at", "2017-10-25 17:34:55.412513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -629547663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a85d2615-b6ee-4896-ae71-02a852452286' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -629547663], ["username", "billy_05"], ["access_token", "100323300bb43daef9cfe057cb878303"], ["uuid", "a85d2615-b6ee-4896-ae71-02a852452286"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:34:55.416296"], ["updated_at", "2017-10-25 17:34:55.416296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -564512275 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '721d6f6c-6325-449c-9ad9-86d9b8a42163' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -564512275], ["username", "billy_06"], ["access_token", "cd0e032a510ad1e081df83762c04589a"], ["uuid", "721d6f6c-6325-449c-9ad9-86d9b8a42163"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:34:55.419970"], ["updated_at", "2017-10-25 17:34:55.419970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -533993705 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3bc33c15-247f-4315-882c-fc1f5a453c2b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -533993705], ["username", "billy_07"], ["access_token", "8b7034d2c43282959125e0a8a9e89948"], ["uuid", "3bc33c15-247f-4315-882c-fc1f5a453c2b"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:34:55.423882"], ["updated_at", "2017-10-25 17:34:55.423882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -325927677 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1fe72b3-cb4e-4bde-b723-ef0d5d5de5cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -325927677], ["username", "billy_08"], ["access_token", "1e351817379b4e9d53a378d67d91f545"], ["uuid", "c1fe72b3-cb4e-4bde-b723-ef0d5d5de5cf"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:34:55.428132"], ["updated_at", "2017-10-25 17:34:55.428132"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -679688572 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7c62f6a-f6b1-45b5-a89d-a1c1da695a96' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -679688572], ["username", "billy_09"], ["access_token", "919950b84c7bc98151f8f135d3c9f7e4"], ["uuid", "d7c62f6a-f6b1-45b5-a89d-a1c1da695a96"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:34:55.432018"], ["updated_at", "2017-10-25 17:34:55.432018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -155318444 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd6d4958-6008-4b7a-8462-7788eaedb4b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -155318444], ["username", "billy_10"], ["access_token", "3dbe394c6b7afd737e8534244241a5c9"], ["uuid", "fd6d4958-6008-4b7a-8462-7788eaedb4b3"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:34:55.435843"], ["updated_at", "2017-10-25 17:34:55.435843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958009938 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c35b2da-a561-4124-95c7-fdd949bf3fd3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -958009938], ["username", "billy_11"], ["access_token", "8978d33638f532932685d4bf37855b5d"], ["uuid", "7c35b2da-a561-4124-95c7-fdd949bf3fd3"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:34:55.440233"], ["updated_at", "2017-10-25 17:34:55.440233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1299840194 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3aed86bb-bc84-449e-8914-3c440d06f388' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1299840194], ["username", "billy_12"], ["access_token", "06ce71d2eb5113ed7757b4cca2277f34"], ["uuid", "3aed86bb-bc84-449e-8914-3c440d06f388"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:34:55.444625"], ["updated_at", "2017-10-25 17:34:55.444625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1847446642 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9831a4f-4e80-49bb-915a-4f8eaaa1c8ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1847446642], ["username", "billy_13"], ["access_token", "93d793d7e9bf84dba1367988cb17910c"], ["uuid", "c9831a4f-4e80-49bb-915a-4f8eaaa1c8ae"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:34:55.448533"], ["updated_at", "2017-10-25 17:34:55.448533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -585242169 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5086bf06-0474-438c-9bb8-ad73704e2639' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -585242169], ["username", "billy_14"], ["access_token", "d7f45d672e1f05a4593b63d9459c5b2e"], ["uuid", "5086bf06-0474-438c-9bb8-ad73704e2639"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:34:55.452139"], ["updated_at", "2017-10-25 17:34:55.452139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -300476288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '73619cb7-aa05-4e4f-92f9-c82640a229fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -300476288], ["username", "billy_15"], ["access_token", "11c10bfe5396ecfef8d8de9858f86f1a"], ["uuid", "73619cb7-aa05-4e4f-92f9-c82640a229fd"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:34:55.455639"], ["updated_at", "2017-10-25 17:34:55.455639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2021027909 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33951d53-c02f-48f6-8ea3-356594b44b3a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2021027909], ["username", "billy_16"], ["access_token", "e56ae457ff5f9bbc92a6acb01784066d"], ["uuid", "33951d53-c02f-48f6-8ea3-356594b44b3a"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:34:55.459187"], ["updated_at", "2017-10-25 17:34:55.459187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1549371822 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '062b1587-9adb-4a01-bba6-6de360af0fe4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1549371822], ["username", "billy_17"], ["access_token", "e52fb4604a0022e499dadc1609a5e897"], ["uuid", "062b1587-9adb-4a01-bba6-6de360af0fe4"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:34:55.462671"], ["updated_at", "2017-10-25 17:34:55.462671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647549219 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85a395b3-37d7-436f-a7f5-74fdab96cf09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1647549219], ["username", "billy_18"], ["access_token", "23817c834016bf19b6f1a25dd539ad51"], ["uuid", "85a395b3-37d7-436f-a7f5-74fdab96cf09"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:34:55.466168"], ["updated_at", "2017-10-25 17:34:55.466168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -403331082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f80f77ef-9c16-4873-a302-15625ee61634' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -403331082], ["username", "billy_19"], ["access_token", "c09f9e39321a11a8a25983b989139bec"], ["uuid", "f80f77ef-9c16-4873-a302-15625ee61634"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:34:55.469841"], ["updated_at", "2017-10-25 17:34:55.469841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -782393175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bad8940-1a7b-40a3-bcb2-f7dc382d6eca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -782393175], ["username", "billy_20"], ["access_token", "f7bdcd78fa8ee992eed17b440c5b5736"], ["uuid", "5bad8940-1a7b-40a3-bcb2-f7dc382d6eca"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:34:55.473624"], ["updated_at", "2017-10-25 17:34:55.473624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1608543278 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a738f47-28d1-487a-ac9f-341025c113fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1608543278], ["username", "billy_21"], ["access_token", "67464051e9b4b46df7c38f1ae420a965"], ["uuid", "2a738f47-28d1-487a-ac9f-341025c113fa"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:34:55.477397"], ["updated_at", "2017-10-25 17:34:55.477397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -838800085 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '581ecc23-8c78-4f84-b223-71b78443e0fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -838800085], ["username", "billy_22"], ["access_token", "60ddd98af61f4cf294bdf22b8743d001"], ["uuid", "581ecc23-8c78-4f84-b223-71b78443e0fc"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:34:55.480956"], ["updated_at", "2017-10-25 17:34:55.480956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -976242645 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4eab51bb-6275-4f61-ab40-3bd84c29d8f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -976242645], ["username", "billy_23"], ["access_token", "ecd64b4d441b3b95a2af377bc60430e2"], ["uuid", "4eab51bb-6275-4f61-ab40-3bd84c29d8f3"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:34:55.484648"], ["updated_at", "2017-10-25 17:34:55.484648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1130123592 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd6e5065-f511-4726-a9ff-460535a2b6fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1130123592], ["username", "billy_24"], ["access_token", "c809ca18c45e2473dfdf117878cbea4c"], ["uuid", "bd6e5065-f511-4726-a9ff-460535a2b6fc"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:34:55.488274"], ["updated_at", "2017-10-25 17:34:55.488274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -734153807 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10611a14-0b62-4038-8fab-0111c02457e7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -734153807], ["username", "billy_25"], ["access_token", "c69180ebef0ae7b9e548fae1c6038e96"], ["uuid", "10611a14-0b62-4038-8fab-0111c02457e7"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:34:55.491865"], ["updated_at", "2017-10-25 17:34:55.491865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108183923 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff0dd943-e0df-46ba-af5b-984fae3db492' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1108183923], ["username", "billy_26"], ["access_token", "8999632ae8bbdf1157b32151d600e94d"], ["uuid", "ff0dd943-e0df-46ba-af5b-984fae3db492"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:34:55.495562"], ["updated_at", "2017-10-25 17:34:55.495562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -267268783 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd67f72aa-86cd-4d56-8b55-ea38afc262f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -267268783], ["username", "billy_27"], ["access_token", "07f17cb3beda8d0631a79b6679e4815c"], ["uuid", "d67f72aa-86cd-4d56-8b55-ea38afc262f0"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:34:55.499524"], ["updated_at", "2017-10-25 17:34:55.499524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768127463 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa594512-b892-4597-86c2-821b058b6fc5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1768127463], ["username", "billy_28"], ["access_token", "49463301b3af37ec8ed7ffb947b10d27"], ["uuid", "aa594512-b892-4597-86c2-821b058b6fc5"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:34:55.503134"], ["updated_at", "2017-10-25 17:34:55.503134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1365674934 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8597d21-ed5f-4988-9e22-15b1134241cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1365674934], ["username", "billy_29"], ["access_token", "75382335afe02a6f120c9797299d44ea"], ["uuid", "e8597d21-ed5f-4988-9e22-15b1134241cc"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:34:55.506700"], ["updated_at", "2017-10-25 17:34:55.506700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1254449275 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c8eab1a-27f5-48ea-9844-4a641c74e764' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1254449275], ["username", "billy_30"], ["access_token", "c875566026c0797f140deacc8f5324e8"], ["uuid", "1c8eab1a-27f5-48ea-9844-4a641c74e764"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:34:55.510185"], ["updated_at", "2017-10-25 17:34:55.510185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1192711843 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83325c96-956f-4c8f-b500-c97fb8b997f8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1192711843], ["username", "billy_31"], ["access_token", "fbf31994bc1df729b4e1da702ce5268e"], ["uuid", "83325c96-956f-4c8f-b500-c97fb8b997f8"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:34:55.513925"], ["updated_at", "2017-10-25 17:34:55.513925"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -288956527 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a85464b9-a980-4170-8eb5-4886098f0575' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -288956527], ["username", "billy_32"], ["access_token", "6cdaf8e238faf3cff0e436367b23d0e1"], ["uuid", "a85464b9-a980-4170-8eb5-4886098f0575"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:34:55.517526"], ["updated_at", "2017-10-25 17:34:55.517526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1344654041 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63fd0b07-09c0-496b-a822-906416a80db2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1344654041], ["username", "billy_33"], ["access_token", "b7542a12ac88a6bb20c806313a09e65e"], ["uuid", "63fd0b07-09c0-496b-a822-906416a80db2"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:34:55.521266"], ["updated_at", "2017-10-25 17:34:55.521266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1983616844 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f38a30ae-f8eb-443f-bf7e-d2acc90bb838' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1983616844], ["username", "billy_34"], ["access_token", "0b9217cab1510439b0bb277ebfe098fd"], ["uuid", "f38a30ae-f8eb-443f-bf7e-d2acc90bb838"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:34:55.524928"], ["updated_at", "2017-10-25 17:34:55.524928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455161968 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2371d6c-61e4-4ccd-a998-0b3ad0da21cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -455161968], ["username", "billy_35"], ["access_token", "bbb880c8bd64774c301ac527a55a79cb"], ["uuid", "b2371d6c-61e4-4ccd-a998-0b3ad0da21cd"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:34:55.528558"], ["updated_at", "2017-10-25 17:34:55.528558"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050226742 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e8d1fc5-4f34-4556-b9c1-6d8ac075b473' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2050226742], ["username", "billy_36"], ["access_token", "8ab432a67898787bddb99d502c6cac70"], ["uuid", "1e8d1fc5-4f34-4556-b9c1-6d8ac075b473"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:34:55.532328"], ["updated_at", "2017-10-25 17:34:55.532328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018147437 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42fd78d8-8b20-40a5-a512-e140484b3ecb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2018147437], ["username", "billy_37"], ["access_token", "f77c4600ee6c718c912f3859ac9b84e5"], ["uuid", "42fd78d8-8b20-40a5-a512-e140484b3ecb"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:34:55.536546"], ["updated_at", "2017-10-25 17:34:55.536546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1933146904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a63556b3-7c0b-44ca-8bb3-c35f2340d6ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1933146904], ["username", "billy_38"], ["access_token", "961712f41cf8ea5e99416d288bf76c00"], ["uuid", "a63556b3-7c0b-44ca-8bb3-c35f2340d6ff"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:34:55.540705"], ["updated_at", "2017-10-25 17:34:55.540705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2109527096 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1390615e-816f-44e8-9390-237ed621ef99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2109527096], ["username", "billy_39"], ["access_token", "832d431bcc67645ba2a9ee6aeded92d8"], ["uuid", "1390615e-816f-44e8-9390-237ed621ef99"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:34:55.544251"], ["updated_at", "2017-10-25 17:34:55.544251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -379057403 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0863a7c0-85ca-4b58-9a6e-d71230bf9e74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -379057403], ["username", "billy_40"], ["access_token", "19dfc94d64238eb204686f63ab9dd99d"], ["uuid", "0863a7c0-85ca-4b58-9a6e-d71230bf9e74"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:34:55.547920"], ["updated_at", "2017-10-25 17:34:55.547920"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1127705027 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fba9dbe2-d43c-495b-b20b-13c898ac8c46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1127705027], ["username", "billy_41"], ["access_token", "6bc51dd55443f106c3842acba593ac2e"], ["uuid", "fba9dbe2-d43c-495b-b20b-13c898ac8c46"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:34:55.551470"], ["updated_at", "2017-10-25 17:34:55.551470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1279980040 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34b1b479-72b0-49ca-9efb-d9900e2ca1f4' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1279980040], ["username", "billy_42"], ["access_token", "0a44e7cc725dac873322a0d60e476113"], ["uuid", "34b1b479-72b0-49ca-9efb-d9900e2ca1f4"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:34:55.555025"], ["updated_at", "2017-10-25 17:34:55.555025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -269103715 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df0c8627-3bfa-4f67-b8ea-44908a1c2ea5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -269103715], ["username", "billy_43"], ["access_token", "eea5dc6f8ea7ad60d34798763683372e"], ["uuid", "df0c8627-3bfa-4f67-b8ea-44908a1c2ea5"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:34:55.558994"], ["updated_at", "2017-10-25 17:34:55.558994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -202424384 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '694885fc-2315-4947-a6b2-4838552c5b53' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -202424384], ["username", "billy_44"], ["access_token", "904b0048583802e26be7da5d39f68338"], ["uuid", "694885fc-2315-4947-a6b2-4838552c5b53"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:34:55.562568"], ["updated_at", "2017-10-25 17:34:55.562568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1634128623 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd400401-fd2b-4ad4-9ea3-53fb6ca93399' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1634128623], ["username", "billy_45"], ["access_token", "bb23d6f748520715baf8caeae9da8c61"], ["uuid", "cd400401-fd2b-4ad4-9ea3-53fb6ca93399"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:34:55.566076"], ["updated_at", "2017-10-25 17:34:55.566076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1890224346 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0294e5f-266e-46cf-ba31-6a9415d2e0b0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1890224346], ["username", "billy_46"], ["access_token", "59aac14b10dde92e5f3d846d72775170"], ["uuid", "a0294e5f-266e-46cf-ba31-6a9415d2e0b0"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:34:55.570293"], ["updated_at", "2017-10-25 17:34:55.570293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -510044548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b4c1296-ee2a-4878-af15-dd970025f2f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -510044548], ["username", "billy_47"], ["access_token", "b0b6337a1b79b22e95eb9f49082ef41c"], ["uuid", "9b4c1296-ee2a-4878-af15-dd970025f2f1"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:34:55.574137"], ["updated_at", "2017-10-25 17:34:55.574137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -976521214 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8dd71cf6-130c-4a12-88d8-f0bf346abd5c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -976521214], ["username", "billy_48"], ["access_token", "30ed29256865203aef6023a35ad10962"], ["uuid", "8dd71cf6-130c-4a12-88d8-f0bf346abd5c"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:34:55.577815"], ["updated_at", "2017-10-25 17:34:55.577815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -323326064 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12981b45-e9d0-4b1a-8782-9d4b44470842' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -323326064], ["username", "billy_49"], ["access_token", "08e81598824c501b4488fdd1e9f8d4df"], ["uuid", "12981b45-e9d0-4b1a-8782-9d4b44470842"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:34:55.581375"], ["updated_at", "2017-10-25 17:34:55.581375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1296202007 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '162133df-1f27-44f2-9808-62a83363bff5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1296202007], ["username", "jstrav"], ["access_token", "79bd4187952ac772b650d628baabfc5f"], ["uuid", "162133df-1f27-44f2-9808-62a83363bff5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:34:55.590192"], ["updated_at", "2017-10-25 17:34:55.590192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478107895 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5deca2a-1383-4d36-9523-cba3cf2d2ae7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -478107895], ["username", "mary"], ["access_token", "41231f9694ec17a66f0440e47f1d2190"], ["uuid", "d5deca2a-1383-4d36-9523-cba3cf2d2ae7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:34:55.594092"], ["updated_at", "2017-10-25 17:34:55.594092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29812029 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a57a770-da47-4519-8065-576fee8e6940' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -29812029], ["username", "jstead"], ["access_token", "548fb95899b28a4de8c2a4c271ef5519"], ["uuid", "4a57a770-da47-4519-8065-576fee8e6940"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:34:55.597817"], ["updated_at", "2017-10-25 17:34:55.597817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -443255339 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '518b0fc0-3996-43ac-b4df-c7682384f294' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -443255339], ["username", "bigbear"], ["access_token", "4619f43a5775b6ef6ef83772de4d02ce"], ["uuid", "518b0fc0-3996-43ac-b4df-c7682384f294"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:34:55.601458"], ["updated_at", "2017-10-25 17:34:55.601458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -636247661 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5700c6f7-8784-402f-9760-aa247134ecc6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -636247661], ["username", "billy_00"], ["access_token", "1886dc0083072be470b56ee999a51666"], ["uuid", "5700c6f7-8784-402f-9760-aa247134ecc6"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:34:55.605190"], ["updated_at", "2017-10-25 17:34:55.605190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -795501661 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46f45861-c787-48d3-bcde-956d00aa8c79' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -795501661], ["username", "billy_01"], ["access_token", "8fc017ffa439a81227cb3b1925c10fb0"], ["uuid", "46f45861-c787-48d3-bcde-956d00aa8c79"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:34:55.608797"], ["updated_at", "2017-10-25 17:34:55.608797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -3254765 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '867cc2da-4000-4fc4-afc7-4511d43ba9db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -3254765], ["username", "billy_02"], ["access_token", "0710775259a3fb911ca1fed8acc1421d"], ["uuid", "867cc2da-4000-4fc4-afc7-4511d43ba9db"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:34:55.612490"], ["updated_at", "2017-10-25 17:34:55.612490"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -31229002 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d028bb7-d217-414b-a46e-b784230c3dda' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -31229002], ["username", "billy_03"], ["access_token", "e9bd140432bff8ddf204e3a056f1da96"], ["uuid", "9d028bb7-d217-414b-a46e-b784230c3dda"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:34:55.616594"], ["updated_at", "2017-10-25 17:34:55.616594"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1836274606 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a095723e-3ee5-49ab-bfd6-15b9471ef8dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1836274606], ["username", "billy_04"], ["access_token", "628858346c93de598e3613a03d5853a2"], ["uuid", "a095723e-3ee5-49ab-bfd6-15b9471ef8dd"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:34:55.620335"], ["updated_at", "2017-10-25 17:34:55.620335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1206229873 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba8b5fe4-b5ea-42ac-8059-e575d37153c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1206229873], ["username", "billy_05"], ["access_token", "0d7b54e40d72d52c9d7458c118c37fca"], ["uuid", "ba8b5fe4-b5ea-42ac-8059-e575d37153c1"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:34:55.624028"], ["updated_at", "2017-10-25 17:34:55.624028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406296075 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9780b1ae-21b2-4fea-9394-bd61f802e2bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -406296075], ["username", "billy_06"], ["access_token", "d83dbdcd8df458a70b794641d2f6a193"], ["uuid", "9780b1ae-21b2-4fea-9394-bd61f802e2bb"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:34:55.627606"], ["updated_at", "2017-10-25 17:34:55.627606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1658169360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d8fbadf-2711-4116-9809-bc0921d987e7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1658169360], ["username", "billy_07"], ["access_token", "1df4459f24610c3a6afcca45c17cbcd3"], ["uuid", "9d8fbadf-2711-4116-9809-bc0921d987e7"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:34:55.631298"], ["updated_at", "2017-10-25 17:34:55.631298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1146283692 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ef18c7f-548b-458e-a5e0-bb519f6e592f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1146283692], ["username", "billy_08"], ["access_token", "4c77186ff10dbd570de867d597060ca4"], ["uuid", "9ef18c7f-548b-458e-a5e0-bb519f6e592f"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:34:55.635088"], ["updated_at", "2017-10-25 17:34:55.635088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1616833752 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a373952-6d78-48da-8496-8f32fb049a2e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1616833752], ["username", "billy_09"], ["access_token", "30fa7eca5208559dc0d06828c8c7decd"], ["uuid", "3a373952-6d78-48da-8496-8f32fb049a2e"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:34:55.639046"], ["updated_at", "2017-10-25 17:34:55.639046"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2071214623 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cbade606-a4c6-4106-8f37-ee1a3bee711e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2071214623], ["username", "billy_10"], ["access_token", "dbcc43b3ee9613f2470cabcbe83aca16"], ["uuid", "cbade606-a4c6-4106-8f37-ee1a3bee711e"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:34:55.643845"], ["updated_at", "2017-10-25 17:34:55.643845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1832030970 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b11675a-22df-453a-a28a-6587e22f115e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1832030970], ["username", "billy_11"], ["access_token", "9c8f0b070f2bd692b2c60da58cbb1f5a"], ["uuid", "5b11675a-22df-453a-a28a-6587e22f115e"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:34:55.647788"], ["updated_at", "2017-10-25 17:34:55.647788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972626341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5f45ea6-cb3b-4932-bb82-6181297e3861' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1972626341], ["username", "billy_12"], ["access_token", "090310beb2d815ac5732f7a7ac666db7"], ["uuid", "d5f45ea6-cb3b-4932-bb82-6181297e3861"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:34:55.651483"], ["updated_at", "2017-10-25 17:34:55.651483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -960410417 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0b8741c-b351-47bd-8551-be6a2bd96078' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -960410417], ["username", "billy_13"], ["access_token", "dfc1aa2d1f625554a6da47af6373217d"], ["uuid", "a0b8741c-b351-47bd-8551-be6a2bd96078"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:34:55.655021"], ["updated_at", "2017-10-25 17:34:55.655021"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1634275917 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f078cfc7-fce2-495c-a394-dff255d5918b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1634275917], ["username", "billy_14"], ["access_token", "38288bb9dd76abdf059cd655a4fc3ac7"], ["uuid", "f078cfc7-fce2-495c-a394-dff255d5918b"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:34:55.658604"], ["updated_at", "2017-10-25 17:34:55.658604"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -151196822 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56ee7504-9a08-4c5b-8c90-860e994d7655' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -151196822], ["username", "billy_15"], ["access_token", "e84b6632132caea02372548b608cb5ee"], ["uuid", "56ee7504-9a08-4c5b-8c90-860e994d7655"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:34:55.662344"], ["updated_at", "2017-10-25 17:34:55.662344"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088384442 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82a81f6b-1dc5-4d59-a8ee-749557194400' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1088384442], ["username", "billy_16"], ["access_token", "bab43f5023e8b42a1f0d28133b212df0"], ["uuid", "82a81f6b-1dc5-4d59-a8ee-749557194400"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:34:55.666126"], ["updated_at", "2017-10-25 17:34:55.666126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1211803688 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a935055c-7ecb-4032-9352-ecec666e9d87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1211803688], ["username", "billy_17"], ["access_token", "89cf35827808fb79f12cce4b4d5d9ac1"], ["uuid", "a935055c-7ecb-4032-9352-ecec666e9d87"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:34:55.669764"], ["updated_at", "2017-10-25 17:34:55.669764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1833066943 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a710d150-e43d-4621-843b-fc84771a5d5b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1833066943], ["username", "billy_18"], ["access_token", "e13dd7d6eec99ab49db3f92aa202963e"], ["uuid", "a710d150-e43d-4621-843b-fc84771a5d5b"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:34:55.673354"], ["updated_at", "2017-10-25 17:34:55.673354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1951643093 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f2adb07-1106-4c4d-a839-71e4e3efca21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1951643093], ["username", "billy_19"], ["access_token", "5adb6d25740b9a9230f09a1ad4ca50b9"], ["uuid", "9f2adb07-1106-4c4d-a839-71e4e3efca21"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:34:55.677169"], ["updated_at", "2017-10-25 17:34:55.677169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530527977 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0173cf6c-1694-46e2-a28f-9c9751a929bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1530527977], ["username", "billy_20"], ["access_token", "f33f296c933716b1320024494512c8fb"], ["uuid", "0173cf6c-1694-46e2-a28f-9c9751a929bb"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:34:55.680873"], ["updated_at", "2017-10-25 17:34:55.680873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1296094586 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c818c519-8912-439e-9f5d-2f74e55777f5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1296094586], ["username", "billy_21"], ["access_token", "686f7561cd8be70f38abd7a0d4c94ee7"], ["uuid", "c818c519-8912-439e-9f5d-2f74e55777f5"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:34:55.684823"], ["updated_at", "2017-10-25 17:34:55.684823"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1254173685 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f88cbf4-3729-4975-967a-a9c296bf7f02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1254173685], ["username", "billy_22"], ["access_token", "e4f912be6b760ae232e156c99838efdc"], ["uuid", "9f88cbf4-3729-4975-967a-a9c296bf7f02"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:34:55.688559"], ["updated_at", "2017-10-25 17:34:55.688559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -214413668 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '133ee3f6-bb19-4c62-a2f9-d5cbdf63a686' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -214413668], ["username", "billy_23"], ["access_token", "62dcb05d6a6aa3848f96e0be065169c3"], ["uuid", "133ee3f6-bb19-4c62-a2f9-d5cbdf63a686"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:34:55.692166"], ["updated_at", "2017-10-25 17:34:55.692166"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -445036954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53ddc88d-2d70-498c-bae0-106f9e83658d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -445036954], ["username", "billy_24"], ["access_token", "3e5624971a1251c894c920f7f5751cfc"], ["uuid", "53ddc88d-2d70-498c-bae0-106f9e83658d"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:34:55.695840"], ["updated_at", "2017-10-25 17:34:55.695840"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -745270257 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3216ab4c-632c-43cd-bb05-a49a0604ceca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -745270257], ["username", "billy_25"], ["access_token", "5912484c6ca6f62d878676a8828da48e"], ["uuid", "3216ab4c-632c-43cd-bb05-a49a0604ceca"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:34:55.699809"], ["updated_at", "2017-10-25 17:34:55.699809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -223389358 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '086b63d6-7002-4ca7-b63c-9a6f26ddab2b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -223389358], ["username", "billy_26"], ["access_token", "6729c6c9dafbd9669144f9f31e1bbf38"], ["uuid", "086b63d6-7002-4ca7-b63c-9a6f26ddab2b"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:34:55.704383"], ["updated_at", "2017-10-25 17:34:55.704383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -140398135 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3962967-9484-4ee2-950f-275752cd9d84' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -140398135], ["username", "billy_27"], ["access_token", "117921a2c34b2b0f4782fa6de633a6d8"], ["uuid", "e3962967-9484-4ee2-950f-275752cd9d84"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:34:55.708452"], ["updated_at", "2017-10-25 17:34:55.708452"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153109153 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28469410-3172-417b-84f2-bbbb98438ead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -153109153], ["username", "billy_28"], ["access_token", "ed252e3d2bd485002cac7c958a195edb"], ["uuid", "28469410-3172-417b-84f2-bbbb98438ead"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:34:55.712070"], ["updated_at", "2017-10-25 17:34:55.712070"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677060866 LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9085503-f387-4df4-8dec-a477effdd098' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1677060866], ["username", "billy_29"], ["access_token", "e1330e91bcccaa8f709529f4ae013c15"], ["uuid", "c9085503-f387-4df4-8dec-a477effdd098"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:34:55.716812"], ["updated_at", "2017-10-25 17:34:55.716812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1122328547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e2fe589-f600-4f8c-bb45-73e2a24a70ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1122328547], ["username", "billy_30"], ["access_token", "9b90ad3390f8e563f845412b24e1e49d"], ["uuid", "2e2fe589-f600-4f8c-bb45-73e2a24a70ff"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:34:55.721611"], ["updated_at", "2017-10-25 17:34:55.721611"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -772254147 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a849395-0102-4016-97ff-3f1581b3ebc4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -772254147], ["username", "billy_31"], ["access_token", "e0c2e5f726d6611f1a7dca4ddb3f6f86"], ["uuid", "3a849395-0102-4016-97ff-3f1581b3ebc4"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:34:55.725328"], ["updated_at", "2017-10-25 17:34:55.725328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -559864083 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e1f588e5-87fe-4101-9f6e-d637f501a317' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -559864083], ["username", "billy_32"], ["access_token", "4e1274e49b2a5170a0333a8223a22475"], ["uuid", "e1f588e5-87fe-4101-9f6e-d637f501a317"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:34:55.729024"], ["updated_at", "2017-10-25 17:34:55.729024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1343018327 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '487d2467-1599-4238-adec-eab3a007465f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1343018327], ["username", "billy_33"], ["access_token", "cc90f8d6e4852feb478fcc289811c619"], ["uuid", "487d2467-1599-4238-adec-eab3a007465f"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:34:55.733306"], ["updated_at", "2017-10-25 17:34:55.733306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1968278994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '039cda88-0c05-4f74-bbb9-0068c0c42297' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1968278994], ["username", "billy_34"], ["access_token", "1cc04c164dbb4ef249be08d90c125a2a"], ["uuid", "039cda88-0c05-4f74-bbb9-0068c0c42297"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:34:55.737484"], ["updated_at", "2017-10-25 17:34:55.737484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870931405 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '380cc75d-4edf-465d-991d-a5e7aa7593b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1870931405], ["username", "billy_35"], ["access_token", "384f8e35b9282c6ea225270243e9d367"], ["uuid", "380cc75d-4edf-465d-991d-a5e7aa7593b1"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:34:55.741479"], ["updated_at", "2017-10-25 17:34:55.741479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -241816809 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f8dff3b-fc91-4d33-a353-5813b4d4ad54' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -241816809], ["username", "billy_36"], ["access_token", "c7e42b93f73aed4c3bd388be33dd4026"], ["uuid", "7f8dff3b-fc91-4d33-a353-5813b4d4ad54"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:34:55.745412"], ["updated_at", "2017-10-25 17:34:55.745412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1623596768 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dfe3bd81-e0f8-487c-b396-d2c3b7ababbd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1623596768], ["username", "billy_37"], ["access_token", "5f273d9657cb9eeeae6e0e9fd8460a9e"], ["uuid", "dfe3bd81-e0f8-487c-b396-d2c3b7ababbd"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:34:55.750161"], ["updated_at", "2017-10-25 17:34:55.750161"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -835553164 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe55e24c-e459-42b0-8786-b1590ce095cf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -835553164], ["username", "billy_38"], ["access_token", "bf1745a779582864fc99d7390b6c95fb"], ["uuid", "fe55e24c-e459-42b0-8786-b1590ce095cf"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:34:55.755096"], ["updated_at", "2017-10-25 17:34:55.755096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -360704787 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3dee1e17-4e80-41c9-9188-64b4eabf72d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -360704787], ["username", "billy_39"], ["access_token", "8a64a8740307e7d107eda469dd97c768"], ["uuid", "3dee1e17-4e80-41c9-9188-64b4eabf72d2"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:34:55.759689"], ["updated_at", "2017-10-25 17:34:55.759689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1270464778 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b61d753-c88a-489a-b385-5c1edb99fb9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1270464778], ["username", "billy_40"], ["access_token", "d36a0e775c62f15452f3caf268037993"], ["uuid", "5b61d753-c88a-489a-b385-5c1edb99fb9c"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:34:55.763571"], ["updated_at", "2017-10-25 17:34:55.763571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900390820 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fefe2f4e-ac57-4336-a4fb-91119d4eea8a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1900390820], ["username", "billy_41"], ["access_token", "ce82fc3bce99621b50b750c5ca7472dc"], ["uuid", "fefe2f4e-ac57-4336-a4fb-91119d4eea8a"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:34:55.767212"], ["updated_at", "2017-10-25 17:34:55.767212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -365396492 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64006143-9e0d-4d9f-a9b3-017e48710b60' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -365396492], ["username", "billy_42"], ["access_token", "86a64326ec4c2d199924dcca3a11c467"], ["uuid", "64006143-9e0d-4d9f-a9b3-017e48710b60"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:34:55.770975"], ["updated_at", "2017-10-25 17:34:55.770975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1245217438 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '721d8195-8638-441c-85a1-d046b677c1f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1245217438], ["username", "billy_43"], ["access_token", "718fcd456225056cb55d399e55fd35bb"], ["uuid", "721d8195-8638-441c-85a1-d046b677c1f3"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:34:55.774664"], ["updated_at", "2017-10-25 17:34:55.774664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -825275863 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b790279d-55c8-4bed-bad4-1f8f4a03bea6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -825275863], ["username", "billy_44"], ["access_token", "f29e6c6b591707d115080032beb054c2"], ["uuid", "b790279d-55c8-4bed-bad4-1f8f4a03bea6"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:34:55.778376"], ["updated_at", "2017-10-25 17:34:55.778376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -297616265 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff4024af-a782-4115-80d5-06f351dd5fe9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -297616265], ["username", "billy_45"], ["access_token", "aff4f4f9de5349a1e3cd4958f288e659"], ["uuid", "ff4024af-a782-4115-80d5-06f351dd5fe9"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:34:55.782090"], ["updated_at", "2017-10-25 17:34:55.782090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510877221 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cbee0c7a-5c29-44a0-a0ab-61c8f5088b24' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1510877221], ["username", "billy_46"], ["access_token", "a71d7682d38a417092aa1d12dfdc1275"], ["uuid", "cbee0c7a-5c29-44a0-a0ab-61c8f5088b24"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:34:55.785743"], ["updated_at", "2017-10-25 17:34:55.785743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1627301286 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52e87684-8d87-4302-99cb-c3e05139962c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1627301286], ["username", "billy_47"], ["access_token", "78fba5189e4f11d87e7e9916be776ecb"], ["uuid", "52e87684-8d87-4302-99cb-c3e05139962c"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:34:55.789388"], ["updated_at", "2017-10-25 17:34:55.789388"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -460897047 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aca01f82-6e2b-463e-a554-9a78cdd70131' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -460897047], ["username", "billy_48"], ["access_token", "a9d79f7178d6888bdb6b0bb8df33a199"], ["uuid", "aca01f82-6e2b-463e-a554-9a78cdd70131"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:34:55.793013"], ["updated_at", "2017-10-25 17:34:55.793013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1489029939 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b77b318-7ffc-4eaa-a91f-32ef3c59e6d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1489029939], ["username", "billy_49"], ["access_token", "661aaa9921005fa9af38e9db8e83e261"], ["uuid", "0b77b318-7ffc-4eaa-a91f-32ef3c59e6d4"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:34:55.796902"], ["updated_at", "2017-10-25 17:34:55.796902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1212449759 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c9a492b-8421-4f35-bd92-5b5206be9058' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1212449759], ["username", "jstrav"], ["access_token", "e3faeb11db8001b1b3a4ed4a2a2d5bd4"], ["uuid", "3c9a492b-8421-4f35-bd92-5b5206be9058"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:34:55.806066"], ["updated_at", "2017-10-25 17:34:55.806066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1724096013 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '567b2f3e-404f-40ea-8181-9b3fa7e85cdf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1724096013], ["username", "mary"], ["access_token", "5f0a28e9a0fbec1488f322cf9cab0a56"], ["uuid", "567b2f3e-404f-40ea-8181-9b3fa7e85cdf"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:34:55.809827"], ["updated_at", "2017-10-25 17:34:55.809827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -574378012 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3b0d023-249a-41b8-8b93-c137b9c01555' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -574378012], ["username", "jstead"], ["access_token", "4ae3a76539e32595ee01d5bb9683d861"], ["uuid", "e3b0d023-249a-41b8-8b93-c137b9c01555"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:34:55.813401"], ["updated_at", "2017-10-25 17:34:55.813401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1141185525 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '768f4bc0-0b47-4009-a308-7d972d1433cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1141185525], ["username", "bigbear"], ["access_token", "b8fae9cb98a8d0033718f3aae17e42a1"], ["uuid", "768f4bc0-0b47-4009-a308-7d972d1433cf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:34:55.817547"], ["updated_at", "2017-10-25 17:34:55.817547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -374172448 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3003e822-0b06-4723-b279-eab86a7b6a16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -374172448], ["username", "billy_00"], ["access_token", "ccfe2a0fb8d6fa62bb0eed21754105c3"], ["uuid", "3003e822-0b06-4723-b279-eab86a7b6a16"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:34:55.821686"], ["updated_at", "2017-10-25 17:34:55.821686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1986376006 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d6b25c5-24ac-424a-9113-bd0ec148f1bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1986376006], ["username", "billy_01"], ["access_token", "fa1809c3969de210170eb456a051dda1"], ["uuid", "9d6b25c5-24ac-424a-9113-bd0ec148f1bf"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:34:55.825698"], ["updated_at", "2017-10-25 17:34:55.825698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -670675389 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ae51e9f-89b3-4244-9b38-b9a78f33bf64' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -670675389], ["username", "billy_02"], ["access_token", "73d491e8e2c1ca2a71c2c76d4292137d"], ["uuid", "0ae51e9f-89b3-4244-9b38-b9a78f33bf64"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:34:55.829521"], ["updated_at", "2017-10-25 17:34:55.829521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -137046035 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ba655e3-6719-420e-9497-554cacb5c3df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -137046035], ["username", "billy_03"], ["access_token", "b9d925a3418b11e354a7b6a1ebabb379"], ["uuid", "4ba655e3-6719-420e-9497-554cacb5c3df"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:34:55.833633"], ["updated_at", "2017-10-25 17:34:55.833633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1441507092 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e48d979-dd5c-43ef-8063-6d4940e571e3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1441507092], ["username", "billy_04"], ["access_token", "fb84d6e31f39f9479f2d4726d3d80ec1"], ["uuid", "3e48d979-dd5c-43ef-8063-6d4940e571e3"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:34:55.837622"], ["updated_at", "2017-10-25 17:34:55.837622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108514638 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85332a6b-deb0-4c46-84c7-8a0a8828fa74' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1108514638], ["username", "billy_05"], ["access_token", "ef9662832a0fe80945f7fe58e7cdfc73"], ["uuid", "85332a6b-deb0-4c46-84c7-8a0a8828fa74"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:34:55.843083"], ["updated_at", "2017-10-25 17:34:55.843083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -465757500 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '324d7302-98cb-4b62-b23a-d5d85379ce13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -465757500], ["username", "billy_06"], ["access_token", "293392f8b2350c99c4135cc152d807a9"], ["uuid", "324d7302-98cb-4b62-b23a-d5d85379ce13"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:34:55.848511"], ["updated_at", "2017-10-25 17:34:55.848511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -289077852 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44a15a1f-1306-400d-a130-134b26183cd1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -289077852], ["username", "billy_07"], ["access_token", "9f2d50e0e640e0cb2636679f015c4c76"], ["uuid", "44a15a1f-1306-400d-a130-134b26183cd1"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:34:55.852637"], ["updated_at", "2017-10-25 17:34:55.852637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -299158147 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '516016f3-d59d-4d92-94e3-72c19279047b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -299158147], ["username", "billy_08"], ["access_token", "c19b40f4cbaeda0bccbad8df318aa2af"], ["uuid", "516016f3-d59d-4d92-94e3-72c19279047b"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:34:55.856263"], ["updated_at", "2017-10-25 17:34:55.856263"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1401598768 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34c33c9d-4d58-4197-8bc1-71d275f7237d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1401598768], ["username", "billy_09"], ["access_token", "58f3525e77cbdb6aeb2ad0e77e87a641"], ["uuid", "34c33c9d-4d58-4197-8bc1-71d275f7237d"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:34:55.859886"], ["updated_at", "2017-10-25 17:34:55.859886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1129359396 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a48cb355-86d9-4ef4-bdb7-1ce6843373f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1129359396], ["username", "billy_10"], ["access_token", "4baf33461c86a297cea393957d2822df"], ["uuid", "a48cb355-86d9-4ef4-bdb7-1ce6843373f2"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:34:55.863350"], ["updated_at", "2017-10-25 17:34:55.863350"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1196128984 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31d7bf12-fca9-41af-8190-fb22dd736919' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1196128984], ["username", "billy_11"], ["access_token", "fba606240ecba9bb8ccf298abda6c95d"], ["uuid", "31d7bf12-fca9-41af-8190-fb22dd736919"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:34:55.868623"], ["updated_at", "2017-10-25 17:34:55.868623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -801042274 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3face6d9-f452-4e00-8659-be3d9a72d125' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -801042274], ["username", "billy_12"], ["access_token", "3f4afbbee457466754ca4010f8e36e66"], ["uuid", "3face6d9-f452-4e00-8659-be3d9a72d125"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:34:55.873358"], ["updated_at", "2017-10-25 17:34:55.873358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1139855270 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd89c72b-156f-46f0-ad89-417278a01a75' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1139855270], ["username", "billy_13"], ["access_token", "7bd09515efaa19937aa0432ddf321765"], ["uuid", "fd89c72b-156f-46f0-ad89-417278a01a75"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:34:55.877340"], ["updated_at", "2017-10-25 17:34:55.877340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1105826887 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89dd1fed-80f2-421c-bd00-683b31ccbc31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1105826887], ["username", "billy_14"], ["access_token", "032578d6efa834e09c3135be724edf25"], ["uuid", "89dd1fed-80f2-421c-bd00-683b31ccbc31"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:34:55.880857"], ["updated_at", "2017-10-25 17:34:55.880857"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2010860619 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb421bdc-e75d-4bda-8f95-3606c1aef357' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2010860619], ["username", "billy_15"], ["access_token", "4d1a32caef7b03c80948dd3062562576"], ["uuid", "fb421bdc-e75d-4bda-8f95-3606c1aef357"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:34:55.884281"], ["updated_at", "2017-10-25 17:34:55.884281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -862551694 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '060fe38b-32b2-41ad-a140-bb25d5db438d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -862551694], ["username", "billy_16"], ["access_token", "4ce824bda0c8831276f80c68c2be767d"], ["uuid", "060fe38b-32b2-41ad-a140-bb25d5db438d"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:34:55.887710"], ["updated_at", "2017-10-25 17:34:55.887710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1698094393 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e3b2f6c-d506-46ea-9806-e039f42d3b83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1698094393], ["username", "billy_17"], ["access_token", "d525bfd0e209337f0b445c6b5b8f2034"], ["uuid", "5e3b2f6c-d506-46ea-9806-e039f42d3b83"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:34:55.891127"], ["updated_at", "2017-10-25 17:34:55.891127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -761103945 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3eb04d5f-98b7-449d-a26b-0c4529952a8d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -761103945], ["username", "billy_18"], ["access_token", "1b7123714cf330ca81c50718c2a52c38"], ["uuid", "3eb04d5f-98b7-449d-a26b-0c4529952a8d"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:34:55.894588"], ["updated_at", "2017-10-25 17:34:55.894588"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2132223079 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be096520-caf9-422a-ba04-430089568248' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2132223079], ["username", "billy_19"], ["access_token", "9e4fb1df711124c1b9e0353b0a9047fd"], ["uuid", "be096520-caf9-422a-ba04-430089568248"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:34:55.897992"], ["updated_at", "2017-10-25 17:34:55.897992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -438871488 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39de1392-6c5f-4cd9-bde1-ff66d97ca369' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -438871488], ["username", "billy_20"], ["access_token", "ea1caae365339288256c0ab03aff7527"], ["uuid", "39de1392-6c5f-4cd9-bde1-ff66d97ca369"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:34:55.902127"], ["updated_at", "2017-10-25 17:34:55.902127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -388720922 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cca83b13-9512-45ee-b6a0-7d24843e2983' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -388720922], ["username", "billy_21"], ["access_token", "ccaacf887fae49612fce107ed615fda6"], ["uuid", "cca83b13-9512-45ee-b6a0-7d24843e2983"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:34:55.906614"], ["updated_at", "2017-10-25 17:34:55.906614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1382368886 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aaed4b30-00b4-408e-8807-da93dd7cd8fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1382368886], ["username", "billy_22"], ["access_token", "28e35ca8edd9edefdc7285c9fa7697ea"], ["uuid", "aaed4b30-00b4-408e-8807-da93dd7cd8fb"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:34:55.918050"], ["updated_at", "2017-10-25 17:34:55.918050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -71042031 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05facfef-f480-497f-81aa-9544fa205cd3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -71042031], ["username", "billy_23"], ["access_token", "8f36be99d56014485be2762eee21edcc"], ["uuid", "05facfef-f480-497f-81aa-9544fa205cd3"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:34:55.921818"], ["updated_at", "2017-10-25 17:34:55.921818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1875373245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '535b5522-a1f0-4cc5-b77e-e8cd8e5e4c26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1875373245], ["username", "billy_24"], ["access_token", "d7070f87d7ad6aa2375186ad876cb577"], ["uuid", "535b5522-a1f0-4cc5-b77e-e8cd8e5e4c26"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:34:55.925701"], ["updated_at", "2017-10-25 17:34:55.925701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -588900679 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9981b1c5-750d-4c56-abe2-75ac6826f5eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -588900679], ["username", "billy_25"], ["access_token", "3d40036db3e4ba1f6238f3c3f68c313e"], ["uuid", "9981b1c5-750d-4c56-abe2-75ac6826f5eb"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:34:55.929517"], ["updated_at", "2017-10-25 17:34:55.929517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1932430227 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'abbfe6fc-13a2-45ee-86e6-cd82d76ba224' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1932430227], ["username", "billy_26"], ["access_token", "8426e666e8cc64e7f68c2d9a0de9f1f3"], ["uuid", "abbfe6fc-13a2-45ee-86e6-cd82d76ba224"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:34:55.933241"], ["updated_at", "2017-10-25 17:34:55.933241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -13025733 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '395c1257-dd9b-4e7a-8fa2-a5ded967a565' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -13025733], ["username", "billy_27"], ["access_token", "c1325fea739a9f7422e860f1964d510c"], ["uuid", "395c1257-dd9b-4e7a-8fa2-a5ded967a565"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:34:55.937174"], ["updated_at", "2017-10-25 17:34:55.937174"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -90264605 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fed7898-ff59-4fc4-a8a9-934c96005159' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -90264605], ["username", "billy_28"], ["access_token", "bdff0d1b0419bd8c6e9f5817c049efcd"], ["uuid", "0fed7898-ff59-4fc4-a8a9-934c96005159"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:34:55.941062"], ["updated_at", "2017-10-25 17:34:55.941062"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807106999 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98939e1a-71e8-4431-b8b3-a3b1af3ace87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -807106999], ["username", "billy_29"], ["access_token", "b1b301e387a2b9facc4fad986a78345c"], ["uuid", "98939e1a-71e8-4431-b8b3-a3b1af3ace87"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:34:55.944736"], ["updated_at", "2017-10-25 17:34:55.944736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1072114946 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8524720a-dd51-496a-b468-853eb21bb2ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1072114946], ["username", "billy_30"], ["access_token", "3482e443b6143fff177c3fb13edcae46"], ["uuid", "8524720a-dd51-496a-b468-853eb21bb2ef"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:34:55.948476"], ["updated_at", "2017-10-25 17:34:55.948476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1310236803 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7999429d-9aad-4925-9ad9-7cc12be2d9a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1310236803], ["username", "billy_31"], ["access_token", "0bdcb93827d9ba4b35e428018468f6bd"], ["uuid", "7999429d-9aad-4925-9ad9-7cc12be2d9a8"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:34:55.952211"], ["updated_at", "2017-10-25 17:34:55.952211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -435264994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8089d1d8-06ad-4877-a367-303859475f97' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -435264994], ["username", "billy_32"], ["access_token", "ec769594fa3bfc44b448d59961252213"], ["uuid", "8089d1d8-06ad-4877-a367-303859475f97"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:34:55.955984"], ["updated_at", "2017-10-25 17:34:55.955984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1732406707 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '446bd095-3518-4feb-bb94-30659dca135e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1732406707], ["username", "billy_33"], ["access_token", "b899914715bf628f0e46aace7546f2d0"], ["uuid", "446bd095-3518-4feb-bb94-30659dca135e"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:34:55.959615"], ["updated_at", "2017-10-25 17:34:55.959615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -812856758 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f1bd207-593f-4aba-9839-10070106938f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -812856758], ["username", "billy_34"], ["access_token", "9309c5d5d65331b6bd68f17e7e17b101"], ["uuid", "9f1bd207-593f-4aba-9839-10070106938f"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:34:55.963290"], ["updated_at", "2017-10-25 17:34:55.963290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1562013816 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9c66a12-cf7e-45b9-8560-0d41c65f51ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1562013816], ["username", "billy_35"], ["access_token", "70d7fcbdbf4335544b6754b3471fba34"], ["uuid", "e9c66a12-cf7e-45b9-8560-0d41c65f51ff"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:34:55.967072"], ["updated_at", "2017-10-25 17:34:55.967072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -843038731 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f9c6437-90d3-4984-9a91-03d5db9968db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -843038731], ["username", "billy_36"], ["access_token", "85c147f3917a03522a194c64371895c5"], ["uuid", "0f9c6437-90d3-4984-9a91-03d5db9968db"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:34:55.970655"], ["updated_at", "2017-10-25 17:34:55.970655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031129307 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '774089f7-3dcc-40d9-a514-59f72f397245' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2031129307], ["username", "billy_37"], ["access_token", "4ceacb779b1f8c6af10ec66200d9c14e"], ["uuid", "774089f7-3dcc-40d9-a514-59f72f397245"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:34:55.974280"], ["updated_at", "2017-10-25 17:34:55.974280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -833577539 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f04699b-5345-4e75-84ee-464d2d30e393' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -833577539], ["username", "billy_38"], ["access_token", "71850ff5694dd6d8db9ac391a31939a9"], ["uuid", "6f04699b-5345-4e75-84ee-464d2d30e393"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:34:55.978128"], ["updated_at", "2017-10-25 17:34:55.978128"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2084041753 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9379a78b-8be6-424c-b742-d14e6bc48385' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2084041753], ["username", "billy_39"], ["access_token", "901b436842a2f116db61b01b334e42e9"], ["uuid", "9379a78b-8be6-424c-b742-d14e6bc48385"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:34:55.981768"], ["updated_at", "2017-10-25 17:34:55.981768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1937850770 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a689579d-777b-4f02-9e63-16dddf44c6d6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1937850770], ["username", "billy_40"], ["access_token", "b1cc20f5fb120053d70f3ecccd92d6fb"], ["uuid", "a689579d-777b-4f02-9e63-16dddf44c6d6"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:34:55.985314"], ["updated_at", "2017-10-25 17:34:55.985314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1758962101 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0898cc0-b592-4547-ae27-aeac9d0bf4bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1758962101], ["username", "billy_41"], ["access_token", "1f0268ea32d763fa8cc2ffb12aae06ea"], ["uuid", "f0898cc0-b592-4547-ae27-aeac9d0bf4bb"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:34:55.988887"], ["updated_at", "2017-10-25 17:34:55.988887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -599563084 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a533624-05d3-46a8-8f42-7ff4d4c07227' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -599563084], ["username", "billy_42"], ["access_token", "9c75215ef1e5ec34dd1a70277591bda2"], ["uuid", "8a533624-05d3-46a8-8f42-7ff4d4c07227"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:34:55.992505"], ["updated_at", "2017-10-25 17:34:55.992505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1867063394 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8edb1d72-b36e-4195-8181-86b15f33f497' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1867063394], ["username", "billy_43"], ["access_token", "5d88c9015a37eccc46bcb1ba86298d26"], ["uuid", "8edb1d72-b36e-4195-8181-86b15f33f497"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:34:55.996152"], ["updated_at", "2017-10-25 17:34:55.996152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -837305741 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f651b7ea-52fb-454f-8749-65166f09f181' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -837305741], ["username", "billy_44"], ["access_token", "64c082162e069035429db8134943d7e6"], ["uuid", "f651b7ea-52fb-454f-8749-65166f09f181"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:34:55.999827"], ["updated_at", "2017-10-25 17:34:55.999827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -658977026 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7874bbdd-ddb2-4089-9fe0-23fa92b7e60f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -658977026], ["username", "billy_45"], ["access_token", "b95fc3951fb7e397b028bc67bee39876"], ["uuid", "7874bbdd-ddb2-4089-9fe0-23fa92b7e60f"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:34:56.003440"], ["updated_at", "2017-10-25 17:34:56.003440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997886408 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eac0ea51-abd0-4dc3-964c-4627cf51a703' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1997886408], ["username", "billy_46"], ["access_token", "f8caa9fcf29f2466b3b57c323ba42a97"], ["uuid", "eac0ea51-abd0-4dc3-964c-4627cf51a703"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:34:56.007296"], ["updated_at", "2017-10-25 17:34:56.007296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1855570309 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e29d8b2-a9f9-4b34-8828-c9cad4313c6c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1855570309], ["username", "billy_47"], ["access_token", "55b8b31e169b7de6467cfa92da3911ef"], ["uuid", "2e29d8b2-a9f9-4b34-8828-c9cad4313c6c"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:34:56.010909"], ["updated_at", "2017-10-25 17:34:56.010909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045682959 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8f98e4e-defb-478c-ad7e-6746f0630291' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2045682959], ["username", "billy_48"], ["access_token", "0220cec5e3ef7736a2ee615fec07a3fc"], ["uuid", "b8f98e4e-defb-478c-ad7e-6746f0630291"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:34:56.015162"], ["updated_at", "2017-10-25 17:34:56.015162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945529506 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5dd2ae36-26e1-4edc-9819-da8d0108a8c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -945529506], ["username", "billy_49"], ["access_token", "c52bf63b5b079262746d9adf4b71e3c4"], ["uuid", "5dd2ae36-26e1-4edc-9819-da8d0108a8c8"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:34:56.020622"], ["updated_at", "2017-10-25 17:34:56.020622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-10-25 17:34:56.032567"], ["updated_at", "2017-10-25 17:34:56.032567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386864166 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b14f4e190b813f791357f9e57992120e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e94c61b1-c6ba-4ac3-886d-5cc05a7b6c01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -386864166], ["username", "b14f4e190b813f791357f9e57992120e"], ["access_token", "5e74e5f7878d918cc770493ff2590ff9"], ["uuid", "e94c61b1-c6ba-4ac3-886d-5cc05a7b6c01"], ["created_at", "2017-10-25 17:34:56.039518"], ["updated_at", "2017-10-25 17:34:56.039518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -528390844 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -528390844], ["name", "MyGroup"], ["created_at", "2017-10-25 17:34:56.049641"], ["updated_at", "2017-10-25 17:34:56.049641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -669676073 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ecbd09793ab3b14fc083a07621123512' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c424cf90-6427-4e84-8576-95b7245b14d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -669676073], ["username", "ecbd09793ab3b14fc083a07621123512"], ["access_token", "21dc71d2e0928a6e997979e3b9477305"], ["uuid", "c424cf90-6427-4e84-8576-95b7245b14d9"], ["created_at", "2017-10-25 17:34:56.054806"], ["updated_at", "2017-10-25 17:34:56.054806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1811735537 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1811735537], ["name", "MyGroup"], ["created_at", "2017-10-25 17:34:56.058203"], ["updated_at", "2017-10-25 17:34:56.058203"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1236190837 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2c1f5a898298c325a80193cb6ea3b810' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '768f249c-300e-415a-a50a-2d04e287999c' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1236190837], ["username", "2c1f5a898298c325a80193cb6ea3b810"], ["access_token", "4197db5c8c4242beb388a3088675e1f2"], ["uuid", "768f249c-300e-415a-a50a-2d04e287999c"], ["created_at", "2017-10-25 17:34:56.063301"], ["updated_at", "2017-10-25 17:34:56.063301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d6101f8-564e-4e35-91ea-86b9d20d8291' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "083fe385915c1dca75b6b6d3a476dd20"], ["uuid", "0d6101f8-564e-4e35-91ea-86b9d20d8291"], ["created_at", "2017-10-25 17:34:56.071410"], ["updated_at", "2017-10-25 17:34:56.071410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4136f22-879a-4edd-bff7-60241791fcf0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "9d96a346daf36c67dd11ef5d9f7c1f15"], ["uuid", "a4136f22-879a-4edd-bff7-60241791fcf0"], ["created_at", "2017-10-25 17:34:56.087000"], ["updated_at", "2017-10-25 17:34:56.087000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1010566f-fd1d-4bc6-822c-e4ed51e2372a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "0d4369e1c5f26c13f32dce5e48a3460c"], ["uuid", "1010566f-fd1d-4bc6-822c-e4ed51e2372a"], ["created_at", "2017-10-25 17:34:56.100614"], ["updated_at", "2017-10-25 17:34:56.100614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05c33b9a-d5d5-43c5-b2fa-bd446ea54658' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "07e6745b44eefe0d1ca2dbd9caa6f5ff"], ["uuid", "05c33b9a-d5d5-43c5-b2fa-bd446ea54658"], ["created_at", "2017-10-25 17:34:56.106631"], ["updated_at", "2017-10-25 17:34:56.106631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e83ae5fc-5b6b-4a52-98de-24fba3a4bb22' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "40fd541edf15933963541e1757105658"], ["uuid", "e83ae5fc-5b6b-4a52-98de-24fba3a4bb22"], ["created_at", "2017-10-25 17:34:56.117809"], ["updated_at", "2017-10-25 17:34:56.117809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 181]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:51160/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cccf3967-9f7a-4040-a283-ece89a3ce332' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "7e1478601a3a1b91bd57e6a15c44e553"], ["uuid", "cccf3967-9f7a-4040-a283-ece89a3ce332"], ["created_at", "2017-10-25 17:34:56.129245"], ["updated_at", "2017-10-25 17:34:56.129245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 182]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68ea2a0d-5c87-4463-9ce0-f33bd8bb165e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "75c4bfceef798087099fd25a06877c06"], ["uuid", "68ea2a0d-5c87-4463-9ce0-f33bd8bb165e"], ["created_at", "2017-10-25 17:34:56.142420"], ["updated_at", "2017-10-25 17:34:56.142420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:34:56.155864"], ["updated_at", "2017-10-25 17:34:56.155864"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:34:58 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-10-25 12:35:00 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (170.4ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (429.9ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (6.1ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto"  (4.5ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL)   (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.3ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (1.9ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (1.9ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.6ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.2ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (3.1ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.0ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e107beb9-9218-4dff-99ef-ef3974921a9c' LIMIT 1 SQL (1.0ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "3585474e1bdf32d91aa3c74bbce6247a"], ["uuid", "e107beb9-9218-4dff-99ef-ef3974921a9c"], ["created_at", "2017-10-25 17:36:02.220032"], ["updated_at", "2017-10-25 17:36:02.220032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 1], ["created_at", "2017-10-25 17:36:02.230334"], ["updated_at", "2017-10-25 17:36:02.230334"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9122d41d-720a-4ed0-9486-85b8976266fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "959da08f11fc5923d5ddd6c5113bfa84"], ["uuid", "9122d41d-720a-4ed0-9486-85b8976266fd"], ["created_at", "2017-10-25 17:36:02.235856"], ["updated_at", "2017-10-25 17:36:02.235856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 2], ["created_at", "2017-10-25 17:36:02.237871"], ["updated_at", "2017-10-25 17:36:02.237871"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2030116800 LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2030116800], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:02.250117"], ["updated_at", "2017-10-25 17:36:02.250117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1002736037 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1002736037], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:02.254651"], ["updated_at", "2017-10-25 17:36:02.254651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -1002736037 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1002736037 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 1]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -2030116800 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -2030116800 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 1]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1002736037 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -2030116800 SQL (0.5ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -2030116800], ["member_group_id", -1002736037], ["created_at", "2017-10-25 17:36:02.263538"], ["updated_at", "2017-10-25 17:36:02.263538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1002736037) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1002736037) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1002736037], ["user_id", 1], ["created_at", "2017-10-25 17:36:02.288509"], ["updated_at", "2017-10-25 17:36:02.288509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -1002736037) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.4ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.6ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1002736037 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1002736037 - -2030116800 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1002736037, -2030116800) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "User"], ["created_at", "2017-10-25 17:36:02.327248"], ["updated_at", "2017-10-25 17:36:02.327248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1002736037, -2030116800) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "User"], ["created_at", "2017-10-25 17:36:02.334858"], ["updated_at", "2017-10-25 17:36:02.334858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1002736037, -2030116800) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-10-25 17:36:02.342282"], ["updated_at", "2017-10-25 17:36:02.342282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1002736037, -2030116800) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1002736037, -2030116800) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-10-25 17:36:02.350764"], ["updated_at", "2017-10-25 17:36:02.350764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 1]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1002736037, -2030116800) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1002736037, -2030116800) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1002736037, -2030116800) Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "6171dc"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6171dc' LIMIT 1 SQL (1.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "salesforce_contact_id", "faculty_status", "role", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", 1], ["username", "6171dc"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["salesforce_contact_id", "b0b"], ["faculty_status", 3], ["role", 2], ["created_at", "2017-10-25 17:36:02.384991"], ["updated_at", "2017-10-25 17:36:02.384991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "6c45e1"]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6c45e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 18], ["username", "6c45e1"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["created_at", "2017-10-25 17:36:02.409112"], ["updated_at", "2017-10-25 17:36:02.409112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["created_at", "2017-10-25 17:36:02.420702"], ["updated_at", "2017-10-25 17:36:02.420702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["created_at", "2017-10-25 17:36:02.429847"], ["updated_at", "2017-10-25 17:36:02.429847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1495604945 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cab5b5b5-6549-4a88-8b28-b9ed6374f785' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1495604945], ["username", "jstrav"], ["access_token", "7d7b9115f3bce5c015606590cee4d3d3"], ["uuid", "cab5b5b5-6549-4a88-8b28-b9ed6374f785"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:36:02.458038"], ["updated_at", "2017-10-25 17:36:02.458038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619049093 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '308a81e7-a9f3-43fb-a37a-83976887052e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1619049093], ["username", "mary"], ["access_token", "e2831b784d798c9048d9ebb88247c33a"], ["uuid", "308a81e7-a9f3-43fb-a37a-83976887052e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:36:02.462568"], ["updated_at", "2017-10-25 17:36:02.462568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1956659096 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd966db7a-b223-4b8c-a939-3d7e628ad6aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1956659096], ["username", "jstead"], ["access_token", "8bc7f2b34867e2c960234711e69126c4"], ["uuid", "d966db7a-b223-4b8c-a939-3d7e628ad6aa"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:36:02.466635"], ["updated_at", "2017-10-25 17:36:02.466635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542769651 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ef6464a-bbe5-4a13-a356-747c2713b387' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -542769651], ["username", "bigbear"], ["access_token", "2985baf73d69c08e6a2b2363d4aa06f5"], ["uuid", "3ef6464a-bbe5-4a13-a356-747c2713b387"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:36:02.471075"], ["updated_at", "2017-10-25 17:36:02.471075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -345177646 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c80d144-d220-4f91-9315-f64be26e9078' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -345177646], ["username", "billy_00"], ["access_token", "205180e9162ead6540483c1eb5e5b2cb"], ["uuid", "1c80d144-d220-4f91-9315-f64be26e9078"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:36:02.475115"], ["updated_at", "2017-10-25 17:36:02.475115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1671091776 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d67a8f0-e737-42f1-bd1f-fe75c42af726' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1671091776], ["username", "billy_01"], ["access_token", "0a94b45737750a6deb4ac625cd7559f0"], ["uuid", "2d67a8f0-e737-42f1-bd1f-fe75c42af726"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:36:02.480133"], ["updated_at", "2017-10-25 17:36:02.480133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -508203667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '651b2f6e-76dc-4c95-b004-50c13b477259' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -508203667], ["username", "billy_02"], ["access_token", "6a0e46cd9c9de4b71827f2baaab01b48"], ["uuid", "651b2f6e-76dc-4c95-b004-50c13b477259"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:36:02.483787"], ["updated_at", "2017-10-25 17:36:02.483787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1627601310 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91544462-beb3-435a-9909-b38d494df434' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1627601310], ["username", "billy_03"], ["access_token", "393ce383778760f658c419d60bff42b2"], ["uuid", "91544462-beb3-435a-9909-b38d494df434"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:36:02.487365"], ["updated_at", "2017-10-25 17:36:02.487365"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -765406318 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2dbb157a-b70b-4248-85e0-30a10c75cfb2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -765406318], ["username", "billy_04"], ["access_token", "4d76c6ff291207ff7ee7e1bbf6f1a2d2"], ["uuid", "2dbb157a-b70b-4248-85e0-30a10c75cfb2"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:36:02.490967"], ["updated_at", "2017-10-25 17:36:02.490967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108251471 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65ec204f-6d28-41c9-80ee-cf25e27505f8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1108251471], ["username", "billy_05"], ["access_token", "087c22bb040bcea1b87a2a0c66b0cdae"], ["uuid", "65ec204f-6d28-41c9-80ee-cf25e27505f8"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:36:02.494699"], ["updated_at", "2017-10-25 17:36:02.494699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1097787074 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28552936-ce1c-4908-b918-e2d646052882' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1097787074], ["username", "billy_06"], ["access_token", "e66456717d9045b3c26f48fa6fade9d0"], ["uuid", "28552936-ce1c-4908-b918-e2d646052882"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:36:02.498497"], ["updated_at", "2017-10-25 17:36:02.498497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1239799194 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eaf028f6-2583-42ea-8c0a-db928fcb571f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1239799194], ["username", "billy_07"], ["access_token", "840d0ae37f53f62284b00398a245cea7"], ["uuid", "eaf028f6-2583-42ea-8c0a-db928fcb571f"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:36:02.502593"], ["updated_at", "2017-10-25 17:36:02.502593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1011873912 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cebde8e5-d0fc-41c8-bb88-344e656c6601' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1011873912], ["username", "billy_08"], ["access_token", "872b026abcc7eeccd7fbd0850043310e"], ["uuid", "cebde8e5-d0fc-41c8-bb88-344e656c6601"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:36:02.506725"], ["updated_at", "2017-10-25 17:36:02.506725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1585952489 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07e4d8d0-9c4a-45c0-879e-aa89ee9edc31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1585952489], ["username", "billy_09"], ["access_token", "b9c6ce4dc150447ab8e59854affaaf9c"], ["uuid", "07e4d8d0-9c4a-45c0-879e-aa89ee9edc31"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:36:02.510559"], ["updated_at", "2017-10-25 17:36:02.510559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -438098224 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28484612-a510-47c8-93da-b9adb5493cc8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -438098224], ["username", "billy_10"], ["access_token", "9ccf5562d9cbdd00af23b33c3e666d32"], ["uuid", "28484612-a510-47c8-93da-b9adb5493cc8"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:36:02.514551"], ["updated_at", "2017-10-25 17:36:02.514551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021421296 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1aebc492-0ead-43d9-816c-bace6aba40da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1021421296], ["username", "billy_11"], ["access_token", "feece79172c88cfe320dec19c45925b4"], ["uuid", "1aebc492-0ead-43d9-816c-bace6aba40da"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:36:02.518298"], ["updated_at", "2017-10-25 17:36:02.518298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -903457245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf6e160b-6781-41cf-baac-2ea1b10b57c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -903457245], ["username", "billy_12"], ["access_token", "9ad6efc80c3cdfce9cac0365cf4554d8"], ["uuid", "cf6e160b-6781-41cf-baac-2ea1b10b57c0"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:36:02.521932"], ["updated_at", "2017-10-25 17:36:02.521932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -137267296 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82b9377a-7672-4239-9bb0-d2ca24061a05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -137267296], ["username", "billy_13"], ["access_token", "cf9a96a0653ae83672a8727ffc18ed17"], ["uuid", "82b9377a-7672-4239-9bb0-d2ca24061a05"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:36:02.525498"], ["updated_at", "2017-10-25 17:36:02.525498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1820399149 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7507990-9804-4ab4-9c04-01e2b4d010fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1820399149], ["username", "billy_14"], ["access_token", "2db139bb142dde5291666186c03280fa"], ["uuid", "e7507990-9804-4ab4-9c04-01e2b4d010fe"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:36:02.529037"], ["updated_at", "2017-10-25 17:36:02.529037"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -471877107 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52ef0649-5bbf-4fbd-8cb5-4196e0cc1727' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -471877107], ["username", "billy_15"], ["access_token", "a1d77298714c6c142fd4ab1fbc29aa05"], ["uuid", "52ef0649-5bbf-4fbd-8cb5-4196e0cc1727"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:36:02.533124"], ["updated_at", "2017-10-25 17:36:02.533124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1847936262 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '58f7fe48-b2ce-4472-8d29-3b9232acdab2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1847936262], ["username", "billy_16"], ["access_token", "b0508244391e46968575ac9ac171a609"], ["uuid", "58f7fe48-b2ce-4472-8d29-3b9232acdab2"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:36:02.538672"], ["updated_at", "2017-10-25 17:36:02.538672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -961641918 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0cd79baa-d173-4302-a735-ffbb580ca09c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -961641918], ["username", "billy_17"], ["access_token", "90a6fe6e6f6f1f5f21d50b24d0228c2a"], ["uuid", "0cd79baa-d173-4302-a735-ffbb580ca09c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:36:02.543179"], ["updated_at", "2017-10-25 17:36:02.543179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -727225783 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79ee54b9-02dd-453f-b37e-6bca5ccfe6bd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -727225783], ["username", "billy_18"], ["access_token", "32976a58b1a819c8d7245067da0978dd"], ["uuid", "79ee54b9-02dd-453f-b37e-6bca5ccfe6bd"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:36:02.546966"], ["updated_at", "2017-10-25 17:36:02.546966"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -122973667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cbfdb3d-5a98-4f5b-ac35-9d65ce0c7c2c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -122973667], ["username", "billy_19"], ["access_token", "0453da4ae252adc884974341d11ee5d0"], ["uuid", "8cbfdb3d-5a98-4f5b-ac35-9d65ce0c7c2c"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:36:02.550741"], ["updated_at", "2017-10-25 17:36:02.550741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -863330849 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db93456b-d3bd-4bf9-9190-37dad0e6ec03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -863330849], ["username", "billy_20"], ["access_token", "321d4bac78c64227a2db419dff0bf398"], ["uuid", "db93456b-d3bd-4bf9-9190-37dad0e6ec03"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:36:02.554361"], ["updated_at", "2017-10-25 17:36:02.554361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815799864 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2ab94c1-22e0-4b85-b61b-9c87d13ebb63' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1815799864], ["username", "billy_21"], ["access_token", "ca8c319a0338d74e4cd245753fdf2568"], ["uuid", "d2ab94c1-22e0-4b85-b61b-9c87d13ebb63"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:36:02.557987"], ["updated_at", "2017-10-25 17:36:02.557987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411699530 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2384b4fb-94e2-464e-8aea-bcfe324d5731' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -411699530], ["username", "billy_22"], ["access_token", "ba7f6f016174dc3e86c9c9353d91ca8a"], ["uuid", "2384b4fb-94e2-464e-8aea-bcfe324d5731"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:36:02.561874"], ["updated_at", "2017-10-25 17:36:02.561874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1430311245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2ef47ec-00a4-462b-8fe1-ba7935de9c98' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1430311245], ["username", "billy_23"], ["access_token", "a153b2066cfd8455f4aec1038b4c473c"], ["uuid", "c2ef47ec-00a4-462b-8fe1-ba7935de9c98"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:36:02.565533"], ["updated_at", "2017-10-25 17:36:02.565533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -717135410 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'da500927-cb7c-4f35-a2bb-857a71e4c7f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -717135410], ["username", "billy_24"], ["access_token", "693553426fa360592b5a49a1f736e88c"], ["uuid", "da500927-cb7c-4f35-a2bb-857a71e4c7f1"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:36:02.569179"], ["updated_at", "2017-10-25 17:36:02.569179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -179379837 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0510be5-5ae9-4253-a8e6-b0ba39e128c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -179379837], ["username", "billy_25"], ["access_token", "d4025cdb84673e59061481e14a5d9ef3"], ["uuid", "c0510be5-5ae9-4253-a8e6-b0ba39e128c5"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:36:02.572913"], ["updated_at", "2017-10-25 17:36:02.572913"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1639995354 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de51e346-39d4-4ab6-97af-70ca68b540c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1639995354], ["username", "billy_26"], ["access_token", "7fedd974febb9929697b9e076bda6608"], ["uuid", "de51e346-39d4-4ab6-97af-70ca68b540c4"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:36:02.576656"], ["updated_at", "2017-10-25 17:36:02.576656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -149976797 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '603c8fee-60ba-4793-88b6-0425e805a32b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -149976797], ["username", "billy_27"], ["access_token", "9fc1ac0b328ebd64555e9c231e2f4f0f"], ["uuid", "603c8fee-60ba-4793-88b6-0425e805a32b"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:36:02.580222"], ["updated_at", "2017-10-25 17:36:02.580222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1578536718 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5b561fa-5ef9-4876-8a3f-2262d33f2f2c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1578536718], ["username", "billy_28"], ["access_token", "df6c2723c77fb87849dbecec8aadbfcb"], ["uuid", "c5b561fa-5ef9-4876-8a3f-2262d33f2f2c"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:36:02.583817"], ["updated_at", "2017-10-25 17:36:02.583817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1976300060 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41622716-ddda-481c-ae66-e66d1ee9389e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1976300060], ["username", "billy_29"], ["access_token", "2ce537c77c9302a7c21b33b394330a99"], ["uuid", "41622716-ddda-481c-ae66-e66d1ee9389e"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:36:02.587395"], ["updated_at", "2017-10-25 17:36:02.587395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003777369 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d944521-87ca-4455-a855-43cedd5520f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1003777369], ["username", "billy_30"], ["access_token", "aaa29a7a6fd3e66c884103f48f07d08f"], ["uuid", "8d944521-87ca-4455-a855-43cedd5520f2"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:36:02.590998"], ["updated_at", "2017-10-25 17:36:02.590998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1786776212 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6707abe7-87c2-44f4-885a-7e9fb09e953f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1786776212], ["username", "billy_31"], ["access_token", "81e885ce40bcee14e0b9937b3fce9723"], ["uuid", "6707abe7-87c2-44f4-885a-7e9fb09e953f"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:36:02.594637"], ["updated_at", "2017-10-25 17:36:02.594637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1625732183 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5dd3d55-2528-4337-a97a-bb472b4631d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1625732183], ["username", "billy_32"], ["access_token", "db7740ec47303815db1b4c471bec944a"], ["uuid", "e5dd3d55-2528-4337-a97a-bb472b4631d1"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:36:02.598238"], ["updated_at", "2017-10-25 17:36:02.598238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2096573899 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30946ddf-0d55-446c-864d-a6097403014a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2096573899], ["username", "billy_33"], ["access_token", "a86f91cac41598e4f1d90dc18ce135d3"], ["uuid", "30946ddf-0d55-446c-864d-a6097403014a"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:36:02.601854"], ["updated_at", "2017-10-25 17:36:02.601854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1445017158 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2ce5020-3f1d-43f4-a847-68f1288c5ba2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1445017158], ["username", "billy_34"], ["access_token", "878a3cdfa503e5e9ffbf84dffeee6f58"], ["uuid", "b2ce5020-3f1d-43f4-a847-68f1288c5ba2"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:36:02.605459"], ["updated_at", "2017-10-25 17:36:02.605459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -40081885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b90f6ed2-5cb3-4d81-9a53-076131b6e98a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -40081885], ["username", "billy_35"], ["access_token", "d98b5d4fb19433f2434f712a34d21b23"], ["uuid", "b90f6ed2-5cb3-4d81-9a53-076131b6e98a"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:36:02.609052"], ["updated_at", "2017-10-25 17:36:02.609052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -793812527 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03c42a48-2bc2-461d-b873-5b336e37b137' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -793812527], ["username", "billy_36"], ["access_token", "2b7cc6a58b5493b31d3a907d345d9466"], ["uuid", "03c42a48-2bc2-461d-b873-5b336e37b137"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:36:02.612712"], ["updated_at", "2017-10-25 17:36:02.612712"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -475537646 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bcfcd28-7e78-4505-8d92-a6b3741563d6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -475537646], ["username", "billy_37"], ["access_token", "74e3b84f66b9aa5b1127bc0165f3f086"], ["uuid", "5bcfcd28-7e78-4505-8d92-a6b3741563d6"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:36:02.617188"], ["updated_at", "2017-10-25 17:36:02.617188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730446242 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99b5d6da-f3e0-44b9-9dfa-c69c46f73212' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -730446242], ["username", "billy_38"], ["access_token", "90f0f4ce797f40add653d076e9cbfe04"], ["uuid", "99b5d6da-f3e0-44b9-9dfa-c69c46f73212"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:36:02.621438"], ["updated_at", "2017-10-25 17:36:02.621438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -537202450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d26d2c4-fce1-45db-8ba3-865a353b9367' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -537202450], ["username", "billy_39"], ["access_token", "cafbfd7197505932e9678fcb8123281e"], ["uuid", "4d26d2c4-fce1-45db-8ba3-865a353b9367"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:36:02.625140"], ["updated_at", "2017-10-25 17:36:02.625140"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1491184547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30b5ca6f-e96f-4b67-b370-6c6947baf360' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1491184547], ["username", "billy_40"], ["access_token", "5773fce8bf77adaa0f948052238bdd24"], ["uuid", "30b5ca6f-e96f-4b67-b370-6c6947baf360"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:36:02.628782"], ["updated_at", "2017-10-25 17:36:02.628782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1447475722 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ca9eacc-963f-4067-b65e-2e188b994eff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1447475722], ["username", "billy_41"], ["access_token", "fccfa45e795c1d0994a62225b25fd4f1"], ["uuid", "8ca9eacc-963f-4067-b65e-2e188b994eff"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:36:02.632605"], ["updated_at", "2017-10-25 17:36:02.632605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1269829991 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '763a7ec1-5484-4048-ab95-c8742aa2d448' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1269829991], ["username", "billy_42"], ["access_token", "6cdedc704474ef93861e557951955b4c"], ["uuid", "763a7ec1-5484-4048-ab95-c8742aa2d448"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:36:02.636235"], ["updated_at", "2017-10-25 17:36:02.636235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -425950898 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d932278-1344-47a5-a31f-a52d26489817' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -425950898], ["username", "billy_43"], ["access_token", "9d0dff616c5abd324edf0f587d2bb1da"], ["uuid", "8d932278-1344-47a5-a31f-a52d26489817"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:36:02.639854"], ["updated_at", "2017-10-25 17:36:02.639854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2025292743 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aca70f85-f68a-4818-8d2e-8b25b8b31d7f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2025292743], ["username", "billy_44"], ["access_token", "c75cf48b9ff33c327099fc77484b586b"], ["uuid", "aca70f85-f68a-4818-8d2e-8b25b8b31d7f"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:36:02.643391"], ["updated_at", "2017-10-25 17:36:02.643391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -739460723 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d727b69-fd8c-41eb-9e3d-1540d0b97c2e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -739460723], ["username", "billy_45"], ["access_token", "f1744a433e9e470cbf70682bb09edeae"], ["uuid", "6d727b69-fd8c-41eb-9e3d-1540d0b97c2e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:36:02.646993"], ["updated_at", "2017-10-25 17:36:02.646993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1915962706 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43b438c7-438e-4b65-bef2-51b299f60282' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1915962706], ["username", "billy_46"], ["access_token", "d0b88dbf72b4dd0da6adcddd9b69fccb"], ["uuid", "43b438c7-438e-4b65-bef2-51b299f60282"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:36:02.650633"], ["updated_at", "2017-10-25 17:36:02.650633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -448270343 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b4a4fb0-1277-41f5-813d-5b763a5873b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -448270343], ["username", "billy_47"], ["access_token", "0994953d50a9d5f182b1e47b82d87980"], ["uuid", "5b4a4fb0-1277-41f5-813d-5b763a5873b3"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:36:02.654622"], ["updated_at", "2017-10-25 17:36:02.654622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1450012000 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c782673-6b69-4191-98fa-7be4033311ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1450012000], ["username", "billy_48"], ["access_token", "f2c37230fcea21c1a3d555c1d8ee7243"], ["uuid", "3c782673-6b69-4191-98fa-7be4033311ad"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:36:02.658261"], ["updated_at", "2017-10-25 17:36:02.658261"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1835760416 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25973026-deea-4f92-be69-869bcca90dba' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1835760416], ["username", "billy_49"], ["access_token", "f6a826befec3bb477cb1bc739d9de14d"], ["uuid", "25973026-deea-4f92-be69-869bcca90dba"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:36:02.662106"], ["updated_at", "2017-10-25 17:36:02.662106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -17860810 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db1739a3-b7e9-4b97-b3de-76925da6792d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -17860810], ["username", "jstrav"], ["access_token", "457b9485c740566eb395764bd89ae497"], ["uuid", "db1739a3-b7e9-4b97-b3de-76925da6792d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:36:02.672622"], ["updated_at", "2017-10-25 17:36:02.672622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -680142280 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7548b539-3e99-4097-b30b-da4630b0903b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -680142280], ["username", "mary"], ["access_token", "a8af1de991460df5d6f411494cc92de5"], ["uuid", "7548b539-3e99-4097-b30b-da4630b0903b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:36:02.677364"], ["updated_at", "2017-10-25 17:36:02.677364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1343562068 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5c52b14-2b36-4aad-9bb2-128cbc154440' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1343562068], ["username", "jstead"], ["access_token", "b70eb62a55059f8c4c001f5da1bbe458"], ["uuid", "f5c52b14-2b36-4aad-9bb2-128cbc154440"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:36:02.681426"], ["updated_at", "2017-10-25 17:36:02.681426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -390282665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '858ba00a-a498-4d37-90c2-711d8ac37100' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -390282665], ["username", "bigbear"], ["access_token", "4fa91bdaa19ae2ef6d477f314710053d"], ["uuid", "858ba00a-a498-4d37-90c2-711d8ac37100"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:36:02.685121"], ["updated_at", "2017-10-25 17:36:02.685121"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -605689147 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7122d9f-f09c-4f5a-97ef-3fd2e8433022' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -605689147], ["username", "billy_00"], ["access_token", "08f0d473ff6b07694eac2b2126261869"], ["uuid", "e7122d9f-f09c-4f5a-97ef-3fd2e8433022"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:36:02.688779"], ["updated_at", "2017-10-25 17:36:02.688779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -536281170 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f8c164a-c463-4cfc-9dd3-1286a89cafd7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -536281170], ["username", "billy_01"], ["access_token", "ee8ffa53f1b72216fbfe949ed0539245"], ["uuid", "5f8c164a-c463-4cfc-9dd3-1286a89cafd7"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:36:02.692354"], ["updated_at", "2017-10-25 17:36:02.692354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366057241 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5084cfca-ded9-4b61-8bb5-144c3deffc62' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -366057241], ["username", "billy_02"], ["access_token", "cad576559a3eda8e827c0da209a06761"], ["uuid", "5084cfca-ded9-4b61-8bb5-144c3deffc62"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:36:02.695918"], ["updated_at", "2017-10-25 17:36:02.695918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -89767187 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fdacabdf-ba9c-4a6a-b3e2-9b6918969b49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -89767187], ["username", "billy_03"], ["access_token", "5ad621d1b258bb5ebe579cf4b652f4ec"], ["uuid", "fdacabdf-ba9c-4a6a-b3e2-9b6918969b49"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:36:02.699472"], ["updated_at", "2017-10-25 17:36:02.699472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366058804 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53dc5edb-b098-4405-8a31-14b1d8e0958d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -366058804], ["username", "billy_04"], ["access_token", "d88660b0309277beda45b64999a4bfa9"], ["uuid", "53dc5edb-b098-4405-8a31-14b1d8e0958d"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:36:02.703198"], ["updated_at", "2017-10-25 17:36:02.703198"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2110549129 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a73d8298-bf40-4d06-b4ee-6d331638a8a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2110549129], ["username", "billy_05"], ["access_token", "0f514e87376424446d254078ac9904c2"], ["uuid", "a73d8298-bf40-4d06-b4ee-6d331638a8a9"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:36:02.707372"], ["updated_at", "2017-10-25 17:36:02.707372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -540868056 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0948dff5-633d-4624-b072-55afe5e39cd0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -540868056], ["username", "billy_06"], ["access_token", "5ac6aeda55b305af018fa94246f4e842"], ["uuid", "0948dff5-633d-4624-b072-55afe5e39cd0"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:36:02.712580"], ["updated_at", "2017-10-25 17:36:02.712580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -269040573 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67ca0ff1-5007-4295-8bc9-b6145ddc9583' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -269040573], ["username", "billy_07"], ["access_token", "3e6e6113e4eeb1419c2122b372d99a40"], ["uuid", "67ca0ff1-5007-4295-8bc9-b6145ddc9583"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:36:02.716799"], ["updated_at", "2017-10-25 17:36:02.716799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1763754103 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91c8436d-fc72-433a-8a19-86c881f3ea26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1763754103], ["username", "billy_08"], ["access_token", "44d2f021be3ff74479eedefaba48b83c"], ["uuid", "91c8436d-fc72-433a-8a19-86c881f3ea26"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:36:02.720517"], ["updated_at", "2017-10-25 17:36:02.720517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348754913 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e6e52f04-d06a-4b2b-a417-82ae2ee17564' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1348754913], ["username", "billy_09"], ["access_token", "b127d5a5ecd21c90a538bda1e90fa0ca"], ["uuid", "e6e52f04-d06a-4b2b-a417-82ae2ee17564"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:36:02.725667"], ["updated_at", "2017-10-25 17:36:02.725667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -734387751 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1af73953-d4fb-4cda-a3f8-bfdb24d6104d' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -734387751], ["username", "billy_10"], ["access_token", "2670fbca586dd30cc6ac8bbaaaab8596"], ["uuid", "1af73953-d4fb-4cda-a3f8-bfdb24d6104d"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:36:02.730970"], ["updated_at", "2017-10-25 17:36:02.730970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972622452 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a725aef-44cc-4e6d-818d-05057a913c47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1972622452], ["username", "billy_11"], ["access_token", "41ffed966e029b9822cd7a1cb7e0ac1e"], ["uuid", "2a725aef-44cc-4e6d-818d-05057a913c47"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:36:02.736273"], ["updated_at", "2017-10-25 17:36:02.736273"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1911798601 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6bc58bd-4abc-4b8f-b79f-acd4c53ed9f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1911798601], ["username", "billy_12"], ["access_token", "54b4856df2ebbc159027ca56f6a1a852"], ["uuid", "f6bc58bd-4abc-4b8f-b79f-acd4c53ed9f6"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:36:02.740788"], ["updated_at", "2017-10-25 17:36:02.740788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1567917210 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95ec132b-93f1-4df1-a50a-b468fa88f4fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1567917210], ["username", "billy_13"], ["access_token", "0f307e91b5b7f47fdd0904fd553f226c"], ["uuid", "95ec132b-93f1-4df1-a50a-b468fa88f4fa"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:36:02.744714"], ["updated_at", "2017-10-25 17:36:02.744714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1706334279 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8517ebba-7d40-4ede-b4f3-cf3cf7c3fcc1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1706334279], ["username", "billy_14"], ["access_token", "3fd61e5a2a0a9dcddf930dbdd3fc1150"], ["uuid", "8517ebba-7d40-4ede-b4f3-cf3cf7c3fcc1"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:36:02.748402"], ["updated_at", "2017-10-25 17:36:02.748402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2098473424 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79a824fd-2d99-464d-b690-3d88b591d525' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2098473424], ["username", "billy_15"], ["access_token", "bd453c1e9a4604b30b4c54065eb3f44c"], ["uuid", "79a824fd-2d99-464d-b690-3d88b591d525"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:36:02.752109"], ["updated_at", "2017-10-25 17:36:02.752109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507657445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cdd7a1fd-2045-4992-b652-5d1efe40d28f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1507657445], ["username", "billy_16"], ["access_token", "dfb8e03f9e66c122415fa0b951b409bf"], ["uuid", "cdd7a1fd-2045-4992-b652-5d1efe40d28f"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:36:02.755892"], ["updated_at", "2017-10-25 17:36:02.755892"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -60252045 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e443e09-cec0-4b16-aac7-93c61ceaaf82' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -60252045], ["username", "billy_17"], ["access_token", "66941df528259e14867daec4441a86f5"], ["uuid", "4e443e09-cec0-4b16-aac7-93c61ceaaf82"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:36:02.759555"], ["updated_at", "2017-10-25 17:36:02.759555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1105567162 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b878de0b-1d58-44eb-bcc9-608ecdca3fb4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1105567162], ["username", "billy_18"], ["access_token", "b3351315f6b19111dae1bc57891ebe23"], ["uuid", "b878de0b-1d58-44eb-bcc9-608ecdca3fb4"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:36:02.763175"], ["updated_at", "2017-10-25 17:36:02.763175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -293821067 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bbb63b0f-366b-4669-90f9-b03f2aa6ca5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -293821067], ["username", "billy_19"], ["access_token", "8d2bbc157cacbd8bab1e8e6770418118"], ["uuid", "bbb63b0f-366b-4669-90f9-b03f2aa6ca5a"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:36:02.766805"], ["updated_at", "2017-10-25 17:36:02.766805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1643530279 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b370b54-6cae-42d2-b294-d79b97b16591' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1643530279], ["username", "billy_20"], ["access_token", "ca67bda5cc630784272d6168391d52a4"], ["uuid", "4b370b54-6cae-42d2-b294-d79b97b16591"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:36:02.770445"], ["updated_at", "2017-10-25 17:36:02.770445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524545366 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02db6be1-051f-4a56-af3c-87cd1266f110' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1524545366], ["username", "billy_21"], ["access_token", "9ebd5586a1d24454d5f77263e719a9da"], ["uuid", "02db6be1-051f-4a56-af3c-87cd1266f110"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:36:02.774441"], ["updated_at", "2017-10-25 17:36:02.774441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -528854131 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b90973a-4eb5-4ee8-b6bb-487c03dbf823' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -528854131], ["username", "billy_22"], ["access_token", "4e1b1a106667a55e9fda29f9d077221a"], ["uuid", "9b90973a-4eb5-4ee8-b6bb-487c03dbf823"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:36:02.778330"], ["updated_at", "2017-10-25 17:36:02.778330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1802672559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7419e9b-c74f-4c3f-a965-6395cc30c893' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1802672559], ["username", "billy_23"], ["access_token", "3e4dde7b40b9e97dbd0a97d5a0cb60a5"], ["uuid", "a7419e9b-c74f-4c3f-a965-6395cc30c893"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:36:02.782031"], ["updated_at", "2017-10-25 17:36:02.782031"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1907134608 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd9a90f0a-2a3a-4c20-bf81-0d1fcd3d40cb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1907134608], ["username", "billy_24"], ["access_token", "bab34867220f230bbcd4367246d0f0b5"], ["uuid", "d9a90f0a-2a3a-4c20-bf81-0d1fcd3d40cb"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:36:02.785699"], ["updated_at", "2017-10-25 17:36:02.785699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1727613530 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be56c76b-6b26-4dd2-a7f6-128d7b914bdb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1727613530], ["username", "billy_25"], ["access_token", "36620d64b84cc9953bcd8eb20f15055e"], ["uuid", "be56c76b-6b26-4dd2-a7f6-128d7b914bdb"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:36:02.789274"], ["updated_at", "2017-10-25 17:36:02.789274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -834373620 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c9f765d-604d-4b44-a91a-fe4ab3e91a87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -834373620], ["username", "billy_26"], ["access_token", "07782f225a6f5d35e1ba640c532b4855"], ["uuid", "1c9f765d-604d-4b44-a91a-fe4ab3e91a87"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:36:02.792991"], ["updated_at", "2017-10-25 17:36:02.792991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1174451047 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f8de4e8-bea2-47db-91a8-ad40d85fef55' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1174451047], ["username", "billy_27"], ["access_token", "16b77c92a687f9d9f5d8bd68a42b96e5"], ["uuid", "9f8de4e8-bea2-47db-91a8-ad40d85fef55"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:36:02.796653"], ["updated_at", "2017-10-25 17:36:02.796653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -351296465 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c65e0044-0ecf-4e29-b5c4-eeb5d78a12d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -351296465], ["username", "billy_28"], ["access_token", "5a62cbf9d926ff8a45c76e9c01c62d99"], ["uuid", "c65e0044-0ecf-4e29-b5c4-eeb5d78a12d5"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:36:02.800295"], ["updated_at", "2017-10-25 17:36:02.800295"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1589329500 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a19df6f-b558-4b84-9ef2-b5a8058e98bd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1589329500], ["username", "billy_29"], ["access_token", "6685e9c4c5d7e791513138d41c0bfbce"], ["uuid", "1a19df6f-b558-4b84-9ef2-b5a8058e98bd"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:36:02.803962"], ["updated_at", "2017-10-25 17:36:02.803962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831410937 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f044d28-2d99-44bd-932f-0d396d75dcb5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1831410937], ["username", "billy_30"], ["access_token", "2cca594699b3c83f3b840109cc8658b6"], ["uuid", "7f044d28-2d99-44bd-932f-0d396d75dcb5"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:36:02.807637"], ["updated_at", "2017-10-25 17:36:02.807637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2096148288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4306bb30-7188-414b-9dd4-a106ab58227d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2096148288], ["username", "billy_31"], ["access_token", "0da599572d8737b74636096a65050df3"], ["uuid", "4306bb30-7188-414b-9dd4-a106ab58227d"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:36:02.811332"], ["updated_at", "2017-10-25 17:36:02.811332"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573267205 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9abb06ed-c4d4-46a4-b754-1ea8d5199070' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1573267205], ["username", "billy_32"], ["access_token", "073d0fae100bfabfcb4fc81203bdbd3c"], ["uuid", "9abb06ed-c4d4-46a4-b754-1ea8d5199070"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:36:02.814914"], ["updated_at", "2017-10-25 17:36:02.814914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021885536 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '655cfde7-b85a-4642-a4b3-45350b9f7217' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1021885536], ["username", "billy_33"], ["access_token", "560ed74b2657d1f3d405ef0b2f1d7744"], ["uuid", "655cfde7-b85a-4642-a4b3-45350b9f7217"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:36:02.818583"], ["updated_at", "2017-10-25 17:36:02.818583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1387783083 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9fab1463-35ae-4cf5-a772-5025e1b9733d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1387783083], ["username", "billy_34"], ["access_token", "a88dce47bd96d11a47462b152a8487a4"], ["uuid", "9fab1463-35ae-4cf5-a772-5025e1b9733d"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:36:02.822207"], ["updated_at", "2017-10-25 17:36:02.822207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972911482 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b949f624-6c9d-4a67-8d59-2d4afaf80130' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1972911482], ["username", "billy_35"], ["access_token", "4bb384f79975af656c8e9af0add72e2d"], ["uuid", "b949f624-6c9d-4a67-8d59-2d4afaf80130"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:36:02.828247"], ["updated_at", "2017-10-25 17:36:02.828247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -527229218 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3f55e71-6215-4735-8086-f0892b8b488c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -527229218], ["username", "billy_36"], ["access_token", "5cdd66602a321ddfca046ba722a6167b"], ["uuid", "e3f55e71-6215-4735-8086-f0892b8b488c"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:36:02.833137"], ["updated_at", "2017-10-25 17:36:02.833137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1639243663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7c02cc0-3079-47a2-9de1-1eb9d4c9cb11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1639243663], ["username", "billy_37"], ["access_token", "343fdd22e2a3c56f25e803afff0c9b12"], ["uuid", "a7c02cc0-3079-47a2-9de1-1eb9d4c9cb11"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:36:02.837082"], ["updated_at", "2017-10-25 17:36:02.837082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2111862721 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '016af126-2cd0-4bcb-823a-b033e33b180f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2111862721], ["username", "billy_38"], ["access_token", "7515d5ba8cf4c0f8d10c4b440d86e22d"], ["uuid", "016af126-2cd0-4bcb-823a-b033e33b180f"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:36:02.840658"], ["updated_at", "2017-10-25 17:36:02.840658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1419684206 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f68928e-9c64-4809-99f0-e5119ace53cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1419684206], ["username", "billy_39"], ["access_token", "110756aa06801eb6819d86a5bfe33589"], ["uuid", "7f68928e-9c64-4809-99f0-e5119ace53cd"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:36:02.844354"], ["updated_at", "2017-10-25 17:36:02.844354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836487411 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa0d576e-3e95-4d92-998a-a37bd617b7d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -836487411], ["username", "billy_40"], ["access_token", "2b53a55a4f9e446917d32e842ddc5149"], ["uuid", "aa0d576e-3e95-4d92-998a-a37bd617b7d4"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:36:02.848209"], ["updated_at", "2017-10-25 17:36:02.848209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -73091938 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f59196f2-0791-4a43-a42d-75b43c166380' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -73091938], ["username", "billy_41"], ["access_token", "78a49d4b0bdb3cf18242727ad9b66fc9"], ["uuid", "f59196f2-0791-4a43-a42d-75b43c166380"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:36:02.851925"], ["updated_at", "2017-10-25 17:36:02.851925"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1885218084 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'adf40cff-5ee8-4517-9970-c5f941ea62e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1885218084], ["username", "billy_42"], ["access_token", "c56c1b051f86028f4c398c1ebecf8ce1"], ["uuid", "adf40cff-5ee8-4517-9970-c5f941ea62e1"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:36:02.855521"], ["updated_at", "2017-10-25 17:36:02.855521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -558621546 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '242d51dd-0f50-47f1-8723-2a852c6212e7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -558621546], ["username", "billy_43"], ["access_token", "bab914e88bc8e1b20d919175ca24084f"], ["uuid", "242d51dd-0f50-47f1-8723-2a852c6212e7"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:36:02.859126"], ["updated_at", "2017-10-25 17:36:02.859126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1611474469 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd9329e53-6670-493e-acd1-cc30daf32d56' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1611474469], ["username", "billy_44"], ["access_token", "64417e47b70933011e463369761d90f0"], ["uuid", "d9329e53-6670-493e-acd1-cc30daf32d56"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:36:02.862733"], ["updated_at", "2017-10-25 17:36:02.862733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1082596073 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7de811ef-232c-4f90-8c17-a5e3f9581205' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1082596073], ["username", "billy_45"], ["access_token", "4121da2d942cfa7b8ffbe1939fb2ed50"], ["uuid", "7de811ef-232c-4f90-8c17-a5e3f9581205"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:36:02.866336"], ["updated_at", "2017-10-25 17:36:02.866336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -340782716 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55a845a7-3ac0-438f-ae18-932404b6ec4e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -340782716], ["username", "billy_46"], ["access_token", "6e51883ad0cce25588cdc7f8d88e9a67"], ["uuid", "55a845a7-3ac0-438f-ae18-932404b6ec4e"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:36:02.869985"], ["updated_at", "2017-10-25 17:36:02.869985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -579533720 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83eff883-0a6e-43ae-b33d-16198046035d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -579533720], ["username", "billy_47"], ["access_token", "1af924031b3ecbf0c90e3f0004df15c0"], ["uuid", "83eff883-0a6e-43ae-b33d-16198046035d"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:36:02.873637"], ["updated_at", "2017-10-25 17:36:02.873637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -738382846 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53958031-de4c-462e-bf54-be1280afe643' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -738382846], ["username", "billy_48"], ["access_token", "79db8767c589b88d2380f866b5f584be"], ["uuid", "53958031-de4c-462e-bf54-be1280afe643"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:36:02.877464"], ["updated_at", "2017-10-25 17:36:02.877464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1456343414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4afd5607-affc-4486-b2b1-b917e754b86d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1456343414], ["username", "billy_49"], ["access_token", "9f0b2a7907348afe503422210598f70a"], ["uuid", "4afd5607-affc-4486-b2b1-b917e754b86d"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:36:02.881258"], ["updated_at", "2017-10-25 17:36:02.881258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460184639 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07ad4429-228a-41f9-bafc-bab1749f2a43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1460184639], ["username", "jstrav"], ["access_token", "84f7a3be0cb95ae34f811a8ea3dacb53"], ["uuid", "07ad4429-228a-41f9-bafc-bab1749f2a43"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:36:02.889891"], ["updated_at", "2017-10-25 17:36:02.889891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -734597075 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4c643a0-72cf-4290-be02-a27c1fac5d9a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -734597075], ["username", "mary"], ["access_token", "fd9f2f4e45dc7338cff6d46c7d6a1d56"], ["uuid", "d4c643a0-72cf-4290-be02-a27c1fac5d9a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:36:02.893786"], ["updated_at", "2017-10-25 17:36:02.893786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2041598706 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '046ea9ec-bd6f-4e01-8706-4de1126da7ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2041598706], ["username", "jstead"], ["access_token", "179fdf0cf21fb16b56a4d939b2aec0d8"], ["uuid", "046ea9ec-bd6f-4e01-8706-4de1126da7ce"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:36:02.897602"], ["updated_at", "2017-10-25 17:36:02.897602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1864620506 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b7cdc81-c227-4a2d-a7c4-796701fb53b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1864620506], ["username", "bigbear"], ["access_token", "32829d014e7b9feef6225b4a3a0a298c"], ["uuid", "3b7cdc81-c227-4a2d-a7c4-796701fb53b8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:36:02.901420"], ["updated_at", "2017-10-25 17:36:02.901420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1705359440 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f50f2d16-43fd-4d40-872b-4155d4dd3017' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1705359440], ["username", "billy_00"], ["access_token", "7dc3824d5ae4a100138aa81e430c52dd"], ["uuid", "f50f2d16-43fd-4d40-872b-4155d4dd3017"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:36:02.905284"], ["updated_at", "2017-10-25 17:36:02.905284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58670115 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99dd2032-512b-4dcb-8a08-b9b7f7439ba4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -58670115], ["username", "billy_01"], ["access_token", "f3f6ddd1380b03194e06984e00287cd1"], ["uuid", "99dd2032-512b-4dcb-8a08-b9b7f7439ba4"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:36:02.909116"], ["updated_at", "2017-10-25 17:36:02.909116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -729030838 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2938e939-7ac9-45ac-bb5b-76c94a864bf4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -729030838], ["username", "billy_02"], ["access_token", "3f2110c6fb7cc90f4d7c071734c4a79f"], ["uuid", "2938e939-7ac9-45ac-bb5b-76c94a864bf4"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:36:02.912883"], ["updated_at", "2017-10-25 17:36:02.912883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1755699517 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f723445-3045-4386-8fb9-42a08e91fcab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1755699517], ["username", "billy_03"], ["access_token", "96aa4c56b77ac81636ed723003c388b6"], ["uuid", "1f723445-3045-4386-8fb9-42a08e91fcab"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:36:02.916622"], ["updated_at", "2017-10-25 17:36:02.916622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -774161261 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b2247cc-6c23-4a45-a3c7-5fecc56d8069' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -774161261], ["username", "billy_04"], ["access_token", "82d3f7a2d0c24aa4fbe7eb8e876440ee"], ["uuid", "6b2247cc-6c23-4a45-a3c7-5fecc56d8069"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:36:02.920413"], ["updated_at", "2017-10-25 17:36:02.920413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1035596093 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4514c431-8839-463f-bef9-59db9c9f10e4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1035596093], ["username", "billy_05"], ["access_token", "7b020c91b5732c5ad7157e6562795141"], ["uuid", "4514c431-8839-463f-bef9-59db9c9f10e4"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:36:02.924795"], ["updated_at", "2017-10-25 17:36:02.924795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -863511064 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aaa3e365-8fbf-4dd1-ae98-d5edc5c5aa7c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -863511064], ["username", "billy_06"], ["access_token", "73cecd326e9fe6f74fec16433cf67bdc"], ["uuid", "aaa3e365-8fbf-4dd1-ae98-d5edc5c5aa7c"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:36:02.929978"], ["updated_at", "2017-10-25 17:36:02.929978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065885800 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f1b6f41-3e2c-4ade-870f-22698976e471' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2065885800], ["username", "billy_07"], ["access_token", "0c1f01d70ff2a0aa101718aa6a10fc21"], ["uuid", "9f1b6f41-3e2c-4ade-870f-22698976e471"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:36:02.935788"], ["updated_at", "2017-10-25 17:36:02.935788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1024797352 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd946360-a300-44ac-a5a5-48d654e3c39d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1024797352], ["username", "billy_08"], ["access_token", "d7a7172a7919cb01a68e3e5e8ff3d6af"], ["uuid", "cd946360-a300-44ac-a5a5-48d654e3c39d"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:36:02.940668"], ["updated_at", "2017-10-25 17:36:02.940668"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1152101665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ca22fa6-ed19-472b-9887-ee7b37499260' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1152101665], ["username", "billy_09"], ["access_token", "e3933eb07d2c64765afdff3bfb8fb99a"], ["uuid", "9ca22fa6-ed19-472b-9887-ee7b37499260"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:36:02.944934"], ["updated_at", "2017-10-25 17:36:02.944934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1318385931 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d1e86be-3b25-41f3-a59a-2803c76a63e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1318385931], ["username", "billy_10"], ["access_token", "81c90ab81ab9a978b24392604c8b9401"], ["uuid", "2d1e86be-3b25-41f3-a59a-2803c76a63e5"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:36:02.948629"], ["updated_at", "2017-10-25 17:36:02.948629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1185574913 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06157493-e447-4322-9e9c-de2ecb61da39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1185574913], ["username", "billy_11"], ["access_token", "fea2555a270bccc0768dc55c883ad3b1"], ["uuid", "06157493-e447-4322-9e9c-de2ecb61da39"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:36:02.952160"], ["updated_at", "2017-10-25 17:36:02.952160"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -209234360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03deae52-12e9-4281-a4c1-4cdeebd47e30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -209234360], ["username", "billy_12"], ["access_token", "3318bf35e972f2c0c1a681862a3f9e79"], ["uuid", "03deae52-12e9-4281-a4c1-4cdeebd47e30"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:36:02.955840"], ["updated_at", "2017-10-25 17:36:02.955840"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -162784622 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e20f5ca6-740f-4b4d-8139-072067bc4f70' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -162784622], ["username", "billy_13"], ["access_token", "c83ce4384b3391ff1378266bc41df6cf"], ["uuid", "e20f5ca6-740f-4b4d-8139-072067bc4f70"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:36:02.959359"], ["updated_at", "2017-10-25 17:36:02.959359"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1766670361 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7c4864e-34de-4036-9d2b-19ec2504ace8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1766670361], ["username", "billy_14"], ["access_token", "3743a71d10eaba4f168a8567307b2cf4"], ["uuid", "e7c4864e-34de-4036-9d2b-19ec2504ace8"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:36:02.962820"], ["updated_at", "2017-10-25 17:36:02.962820"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1549299348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99f8930b-4cc5-40f9-9752-f2fb96f2fdb1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1549299348], ["username", "billy_15"], ["access_token", "75b4f464221a7b6f9d18795000557c00"], ["uuid", "99f8930b-4cc5-40f9-9752-f2fb96f2fdb1"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:36:02.966373"], ["updated_at", "2017-10-25 17:36:02.966373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1999425055 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e6b559b8-0c00-4244-a273-ba89a8935a4c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1999425055], ["username", "billy_16"], ["access_token", "61329909665962e8579523f9fcfb868e"], ["uuid", "e6b559b8-0c00-4244-a273-ba89a8935a4c"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:36:02.969859"], ["updated_at", "2017-10-25 17:36:02.969859"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974997119 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c7ef66f-a253-4203-9b26-7725610d9247' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1974997119], ["username", "billy_17"], ["access_token", "204077ef1707ec2a013e70e1d8c6354a"], ["uuid", "3c7ef66f-a253-4203-9b26-7725610d9247"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:36:02.973360"], ["updated_at", "2017-10-25 17:36:02.973360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411714073 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd110e4f-adaf-4659-8879-dae84b198911' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -411714073], ["username", "billy_18"], ["access_token", "b489d499e4567cc3e031d89c2dfef0bc"], ["uuid", "fd110e4f-adaf-4659-8879-dae84b198911"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:36:02.976803"], ["updated_at", "2017-10-25 17:36:02.976803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2004851146 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c356077-490f-496d-8c23-452b844cc39c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2004851146], ["username", "billy_19"], ["access_token", "347999236e4b8b5a1b7b98058aef64d3"], ["uuid", "5c356077-490f-496d-8c23-452b844cc39c"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:36:02.980312"], ["updated_at", "2017-10-25 17:36:02.980312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074261500 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0351712-65e0-4291-9d1a-c55137912c3c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2074261500], ["username", "billy_20"], ["access_token", "33f928164d5375589ddd721904c3647b"], ["uuid", "d0351712-65e0-4291-9d1a-c55137912c3c"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:36:02.983867"], ["updated_at", "2017-10-25 17:36:02.983867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1747535173 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea09c521-6b36-4b01-b0c2-821886d19f46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1747535173], ["username", "billy_21"], ["access_token", "3cc22df5ce32703bda44432b6060b9bf"], ["uuid", "ea09c521-6b36-4b01-b0c2-821886d19f46"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:36:02.987472"], ["updated_at", "2017-10-25 17:36:02.987472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -689464260 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3c9296b-f117-4795-ac00-ad5f71bb8c97' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -689464260], ["username", "billy_22"], ["access_token", "0e02f3259382e18eb451f0f64d5f034b"], ["uuid", "a3c9296b-f117-4795-ac00-ad5f71bb8c97"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:36:02.991009"], ["updated_at", "2017-10-25 17:36:02.991009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512724097 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '475512aa-94b2-4055-a88c-8149764223fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -512724097], ["username", "billy_23"], ["access_token", "4ded37cf295c364e0884317a89374147"], ["uuid", "475512aa-94b2-4055-a88c-8149764223fe"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:36:02.994472"], ["updated_at", "2017-10-25 17:36:02.994472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1556850759 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd88631c3-d234-4321-8b41-5f99590f3f50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1556850759], ["username", "billy_24"], ["access_token", "607dfc0e944cd270bd893447a62f41dd"], ["uuid", "d88631c3-d234-4321-8b41-5f99590f3f50"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:36:03.004772"], ["updated_at", "2017-10-25 17:36:03.004772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641058722 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a32cc0fc-e4ec-4539-8993-fa0a019a7cb8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -641058722], ["username", "billy_25"], ["access_token", "4475f0c442c263128b4aacb8cd2e5e89"], ["uuid", "a32cc0fc-e4ec-4539-8993-fa0a019a7cb8"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:36:03.008575"], ["updated_at", "2017-10-25 17:36:03.008575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1257155469 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5629cbe5-498c-4f0e-a61d-82f88760b861' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1257155469], ["username", "billy_26"], ["access_token", "7525cca1b120233173a2c95d8d6b609a"], ["uuid", "5629cbe5-498c-4f0e-a61d-82f88760b861"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:36:03.012206"], ["updated_at", "2017-10-25 17:36:03.012206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1913577365 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f68d2fad-0006-4889-a5f9-0e1f6e8b178f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1913577365], ["username", "billy_27"], ["access_token", "1b9bea7b66125073826b5903d479abb4"], ["uuid", "f68d2fad-0006-4889-a5f9-0e1f6e8b178f"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:36:03.016028"], ["updated_at", "2017-10-25 17:36:03.016028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217308298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b3b2afe-dce2-4d51-ab1d-20e6cb37c2c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1217308298], ["username", "billy_28"], ["access_token", "650aad67b99c5908c41ac41500fb6105"], ["uuid", "3b3b2afe-dce2-4d51-ab1d-20e6cb37c2c7"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:36:03.019789"], ["updated_at", "2017-10-25 17:36:03.019789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1872308423 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a58026cd-4496-4c0f-94e1-e0f46acdc124' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1872308423], ["username", "billy_29"], ["access_token", "28ed34c8738ab8927b2edda7554bd1bd"], ["uuid", "a58026cd-4496-4c0f-94e1-e0f46acdc124"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:36:03.023616"], ["updated_at", "2017-10-25 17:36:03.023616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1842852477 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1f4b9ae-6fa2-4c1e-8982-0ec5dadcf4cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1842852477], ["username", "billy_30"], ["access_token", "f618bcbb45dd4caed6a3adc53a82afff"], ["uuid", "f1f4b9ae-6fa2-4c1e-8982-0ec5dadcf4cf"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:36:03.027355"], ["updated_at", "2017-10-25 17:36:03.027355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1610464347 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38e9ad86-11f2-4460-993e-84593bef10cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1610464347], ["username", "billy_31"], ["access_token", "b35b56edc46a41dd4ae30d2f2d19bf1b"], ["uuid", "38e9ad86-11f2-4460-993e-84593bef10cf"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:36:03.032071"], ["updated_at", "2017-10-25 17:36:03.032071"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1694833629 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '740a4271-ff0b-451c-9b55-a7f9c001dd21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1694833629], ["username", "billy_32"], ["access_token", "4317664707d511a84a8dcf7f208569f8"], ["uuid", "740a4271-ff0b-451c-9b55-a7f9c001dd21"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:36:03.037307"], ["updated_at", "2017-10-25 17:36:03.037307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -303922904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd396bf35-6bba-4268-a183-83f0be4a6ba3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -303922904], ["username", "billy_33"], ["access_token", "7a1a136ffbcc62b2b53f0362f8245696"], ["uuid", "d396bf35-6bba-4268-a183-83f0be4a6ba3"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:36:03.041862"], ["updated_at", "2017-10-25 17:36:03.041862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -333242284 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57149548-aa33-4618-b95e-5402bc797fbe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -333242284], ["username", "billy_34"], ["access_token", "747555acc18a910d8069fc9e063d3999"], ["uuid", "57149548-aa33-4618-b95e-5402bc797fbe"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:36:03.045937"], ["updated_at", "2017-10-25 17:36:03.045937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1996427854 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'babde449-76ec-4244-97ec-ec8204dd2948' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1996427854], ["username", "billy_35"], ["access_token", "6e26769e89c32af5bd7bae39068df0b9"], ["uuid", "babde449-76ec-4244-97ec-ec8204dd2948"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:36:03.049754"], ["updated_at", "2017-10-25 17:36:03.049754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659048024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b3fd1bb-b1db-46eb-9e5f-22a9a1a6f606' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1659048024], ["username", "billy_36"], ["access_token", "c3f8066e50f1385a219a5b7f598e7439"], ["uuid", "1b3fd1bb-b1db-46eb-9e5f-22a9a1a6f606"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:36:03.053819"], ["updated_at", "2017-10-25 17:36:03.053819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1763143802 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '090808e7-0352-45c1-82c7-4025cd37f6e4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1763143802], ["username", "billy_37"], ["access_token", "52c9dd64db75c80fc4a2804b52cb8e4f"], ["uuid", "090808e7-0352-45c1-82c7-4025cd37f6e4"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:36:03.057600"], ["updated_at", "2017-10-25 17:36:03.057600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1405574357 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01521d5a-d93f-496d-bd6f-9c1017606a9f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1405574357], ["username", "billy_38"], ["access_token", "cd47ab630e4cf6f92f03416159c60b4b"], ["uuid", "01521d5a-d93f-496d-bd6f-9c1017606a9f"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:36:03.063416"], ["updated_at", "2017-10-25 17:36:03.063416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -949168728 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04b8a25a-5cc9-4c27-8ea5-4fa655f84f13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -949168728], ["username", "billy_39"], ["access_token", "995cc49fb7c898a4451aaa0bc5dd3b4b"], ["uuid", "04b8a25a-5cc9-4c27-8ea5-4fa655f84f13"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:36:03.068535"], ["updated_at", "2017-10-25 17:36:03.068535"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -872071610 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '217b83b6-a62f-42e3-9f72-bf44361e5912' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -872071610], ["username", "billy_40"], ["access_token", "ae82bacbfb31d8c41d4c07bc2a61d35f"], ["uuid", "217b83b6-a62f-42e3-9f72-bf44361e5912"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:36:03.072591"], ["updated_at", "2017-10-25 17:36:03.072591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974217445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3b4b4ea-7845-468b-820c-a7765c0f28b9' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1974217445], ["username", "billy_41"], ["access_token", "72f24606c3cd090818ab307c25eca196"], ["uuid", "e3b4b4ea-7845-468b-820c-a7765c0f28b9"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:36:03.076469"], ["updated_at", "2017-10-25 17:36:03.076469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958960929 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd655006-64cf-4688-b130-a41cfa06ca41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -958960929], ["username", "billy_42"], ["access_token", "ab4042a7c3fa9ed32aab5923aaf5fe70"], ["uuid", "bd655006-64cf-4688-b130-a41cfa06ca41"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:36:03.080504"], ["updated_at", "2017-10-25 17:36:03.080504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -194065378 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5576195b-91f7-4cbf-9f7d-0cfd53bcae3c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -194065378], ["username", "billy_43"], ["access_token", "c8b379f8678778c7e2bf98c87f144f5f"], ["uuid", "5576195b-91f7-4cbf-9f7d-0cfd53bcae3c"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:36:03.084567"], ["updated_at", "2017-10-25 17:36:03.084567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -188055802 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b167f9d-ce42-42da-855d-dd183e4d42c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -188055802], ["username", "billy_44"], ["access_token", "06b21ee0e5c34ae364ed4fc6515b1896"], ["uuid", "7b167f9d-ce42-42da-855d-dd183e4d42c9"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:36:03.088401"], ["updated_at", "2017-10-25 17:36:03.088401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1403474498 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd52493a-cd61-4182-9b72-6e546d4f833e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1403474498], ["username", "billy_45"], ["access_token", "24f3c97265f570a6ea9e2afd015aab16"], ["uuid", "fd52493a-cd61-4182-9b72-6e546d4f833e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:36:03.092410"], ["updated_at", "2017-10-25 17:36:03.092410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1089864548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c12837a8-b897-4e57-80c3-1d282db37cc0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1089864548], ["username", "billy_46"], ["access_token", "684911ff611224b131a0e8636c0e483d"], ["uuid", "c12837a8-b897-4e57-80c3-1d282db37cc0"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:36:03.096128"], ["updated_at", "2017-10-25 17:36:03.096128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -191055077 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cb9c1ff-9f33-40fb-9ff4-85d489899655' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -191055077], ["username", "billy_47"], ["access_token", "1b77e687549bb0c8e9b80c9ee993d3b0"], ["uuid", "8cb9c1ff-9f33-40fb-9ff4-85d489899655"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:36:03.100377"], ["updated_at", "2017-10-25 17:36:03.100377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -48532014 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '011c31b9-21a2-467e-b408-5b44e12df79e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -48532014], ["username", "billy_48"], ["access_token", "1a7d5b1e3667ab6195b26a8d679019e2"], ["uuid", "011c31b9-21a2-467e-b408-5b44e12df79e"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:36:03.104725"], ["updated_at", "2017-10-25 17:36:03.104725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -740104152 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27ab0127-d892-408f-a465-93069da53dcc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -740104152], ["username", "billy_49"], ["access_token", "dafc347dfb67195cf992a28445d9b37a"], ["uuid", "27ab0127-d892-408f-a465-93069da53dcc"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:36:03.109567"], ["updated_at", "2017-10-25 17:36:03.109567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f9b3b8f-f0b7-4ee0-b49f-126958ccdfcc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "1b0e097fa40f906545afeb64a550c143"], ["uuid", "4f9b3b8f-f0b7-4ee0-b49f-126958ccdfcc"], ["created_at", "2017-10-25 17:36:03.116812"], ["updated_at", "2017-10-25 17:36:03.116812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 169]] Redirected to http://test.host/ Completed 302 Found in 13ms (ActiveRecord: 0.5ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59d74307-f212-4aed-bd95-d5f6ff1f6228' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "fec2eef8b11c3d9ef4ff744ab7b95cac"], ["uuid", "59d74307-f212-4aed-bd95-d5f6ff1f6228"], ["created_at", "2017-10-25 17:36:03.142779"], ["updated_at", "2017-10-25 17:36:03.142779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 26ms (Views: 25.9ms | ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:36:03 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:36:03 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:36:03 -0500  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:36:03 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:36:03 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:36:03 -0500  (0.2ms) ROLLBACK  (0.2ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-10-25 12:36:03 -0500 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:36:03 -0500 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-10-25 12:36:03 -0500  (0.1ms) ROLLBACK  (0.1ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-10-25 17:36:03.256083"], ["updated_at", "2017-10-25 17:36:03.256083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990693052 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c5090872ee90f0a9a627364e14987666' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02022dea-f2a2-4590-8013-6bcd15291dc9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1990693052], ["username", "c5090872ee90f0a9a627364e14987666"], ["access_token", "7855b9ca24285f0c565a21a2fba003bd"], ["uuid", "02022dea-f2a2-4590-8013-6bcd15291dc9"], ["created_at", "2017-10-25 17:36:03.264744"], ["updated_at", "2017-10-25 17:36:03.264744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1640261408 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1640261408], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:03.268326"], ["updated_at", "2017-10-25 17:36:03.268326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1865331536 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '566ac315c897c20566bf330e90de3ddc' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '871f992e-1efc-4587-a07b-bccbbdad70b0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1865331536], ["username", "566ac315c897c20566bf330e90de3ddc"], ["access_token", "30e6d97b2a9e282bd365c0fc9088567a"], ["uuid", "871f992e-1efc-4587-a07b-bccbbdad70b0"], ["created_at", "2017-10-25 17:36:03.273880"], ["updated_at", "2017-10-25 17:36:03.273880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -478972261 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -478972261], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:03.279245"], ["updated_at", "2017-10-25 17:36:03.279245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -673741079 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a89633bf9872002fcee7c07743aba58e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88dc438e-2e80-487c-8750-66cce94114f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -673741079], ["username", "a89633bf9872002fcee7c07743aba58e"], ["access_token", "91bfc24e17400cdff33e8cdd88a579a6"], ["uuid", "88dc438e-2e80-487c-8750-66cce94114f1"], ["created_at", "2017-10-25 17:36:03.285464"], ["updated_at", "2017-10-25 17:36:03.285464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0afd0ba1-8754-4ab0-8c46-ca985d625753' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "3219c80c4c8657fbdd8a22a46eef367d"], ["uuid", "0afd0ba1-8754-4ab0-8c46-ca985d625753"], ["created_at", "2017-10-25 17:36:03.292353"], ["updated_at", "2017-10-25 17:36:03.292353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 174], ["created_at", "2017-10-25 17:36:03.294964"], ["updated_at", "2017-10-25 17:36:03.294964"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 174]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 174]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 174]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0ce1c14-0871-4004-931d-99c8aa54a794' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "aea8a7f3efd6bfef3ff0a54b9245e9b7"], ["uuid", "e0ce1c14-0871-4004-931d-99c8aa54a794"], ["created_at", "2017-10-25 17:36:03.768836"], ["updated_at", "2017-10-25 17:36:03.768836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 175], ["created_at", "2017-10-25 17:36:03.771461"], ["updated_at", "2017-10-25 17:36:03.771461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 175]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 175]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 175]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 175]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 175]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2d8d6ae-1c2b-459e-bd4b-e84946a7b865' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "74e712f6c78932e9b0c2e5849811e11d"], ["uuid", "d2d8d6ae-1c2b-459e-bd4b-e84946a7b865"], ["created_at", "2017-10-25 17:36:04.222180"], ["updated_at", "2017-10-25 17:36:04.222180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 176], ["created_at", "2017-10-25 17:36:04.224222"], ["updated_at", "2017-10-25 17:36:04.224222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71265a39-32a2-47f8-8bb7-5caecff750a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "f9595f44936f9c38df8f0b89b3b51d3d"], ["uuid", "71265a39-32a2-47f8-8bb7-5caecff750a5"], ["created_at", "2017-10-25 17:36:04.648637"], ["updated_at", "2017-10-25 17:36:04.648637"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 177], ["created_at", "2017-10-25 17:36:04.650942"], ["updated_at", "2017-10-25 17:36:04.650942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 177]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ebcbacb2-64e2-42d2-b35a-a60479b7c3e0' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "40c0a4d08addedc73912fb4fc640e248"], ["uuid", "ebcbacb2-64e2-42d2-b35a-a60479b7c3e0"], ["created_at", "2017-10-25 17:36:05.103856"], ["updated_at", "2017-10-25 17:36:05.103856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 178], ["created_at", "2017-10-25 17:36:05.106118"], ["updated_at", "2017-10-25 17:36:05.106118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 178]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343050477 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '72675cc028fd79b5e3c1ba887204323a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4a81d3d-bc7c-448d-ac06-9b78cb8edcae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -343050477], ["username", "72675cc028fd79b5e3c1ba887204323a"], ["access_token", "84c857242cbc982ee5f6e2fcdf1c063d"], ["uuid", "b4a81d3d-bc7c-448d-ac06-9b78cb8edcae"], ["created_at", "2017-10-25 17:36:05.543805"], ["updated_at", "2017-10-25 17:36:05.543805"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -343050477 AND "openstax_accounts_accounts"."id" != 179) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b4a81d3d-bc7c-448d-ac06-9b78cb8edcae' AND "openstax_accounts_accounts"."id" != 179) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1172144972 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '226feaa2f9e66fdc48b92b4af6632fb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ed81102-a665-4ca4-80f2-90e26cf79619' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1172144972], ["username", "226feaa2f9e66fdc48b92b4af6632fb2"], ["access_token", "cda8d68f912fab4f045fafbb4038a327"], ["uuid", "7ed81102-a665-4ca4-80f2-90e26cf79619"], ["created_at", "2017-10-25 17:36:05.550833"], ["updated_at", "2017-10-25 17:36:05.550833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '226feaa2f9e66fdc48b92b4af6632fb2' AND "openstax_accounts_accounts"."id" != 180) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '7ed81102-a665-4ca4-80f2-90e26cf79619' AND "openstax_accounts_accounts"."id" != 180) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 180) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '226feaa2f9e66fdc48b92b4af6632fb2' AND "openstax_accounts_accounts"."id" != 180) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '7ed81102-a665-4ca4-80f2-90e26cf79619' AND "openstax_accounts_accounts"."id" != 180) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-10-25 17:36:05.555842"], ["id", 180]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '87536c8a35ca03a4ed8e7525e9749dad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f9b77be-8bb9-4418-9fd4-16395ff5e167' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -556058820 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '194c3562b40e99a3db9af55bfa929d9e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fec4a315-d9e9-4ea5-a304-0ecc30c7c977' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -402600770 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '768a33ad9b7d34faa4f8140e9b79f755' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '512d53c1-0d8a-46c7-ba84-8bc5204c7095' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -402600770], ["username", "768a33ad9b7d34faa4f8140e9b79f755"], ["access_token", "2e645d8131dbf8739444b3ad28c161f8"], ["uuid", "512d53c1-0d8a-46c7-ba84-8bc5204c7095"], ["created_at", "2017-10-25 17:36:05.569360"], ["updated_at", "2017-10-25 17:36:05.569360"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806180682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '768a33ad9b7d34faa4f8140e9b79f755' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b88c85f8-5186-42e1-9bc4-09ee438b5663' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -328399989 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1cb9a4fe-ee5d-4393-8a47-f92800ea9bab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -328399989], ["access_token", "e72341faa3b1c69134fb9ebfbdc459af"], ["uuid", "1cb9a4fe-ee5d-4393-8a47-f92800ea9bab"], ["created_at", "2017-10-25 17:36:05.579509"], ["updated_at", "2017-10-25 17:36:05.579509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1054970533 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d040160-7cc6-46ff-aac9-3ce101cc9015' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["openstax_uid", -1054970533], ["access_token", "cc6bd9384c9069b49af872646d21042b"], ["uuid", "6d040160-7cc6-46ff-aac9-3ce101cc9015"], ["created_at", "2017-10-25 17:36:05.583208"], ["updated_at", "2017-10-25 17:36:05.583208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1418976665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7f36fc1d600e2a6d846321dc62d01e15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb6b2c64-4585-4897-9d49-05d53ccd3727' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1418976665], ["username", "7f36fc1d600e2a6d846321dc62d01e15"], ["access_token", "8cadda4318b04b56c8644a9c4249e1c6"], ["uuid", "eb6b2c64-4585-4897-9d49-05d53ccd3727"], ["created_at", "2017-10-25 17:36:05.588483"], ["updated_at", "2017-10-25 17:36:05.588483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 184) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'eb6b2c64-4585-4897-9d49-05d53ccd3727' AND "openstax_accounts_accounts"."id" != 184) LIMIT 1 SQL (0.6ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-10-25 17:36:05.592686"], ["id", 184]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 184) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 184) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'eb6b2c64-4585-4897-9d49-05d53ccd3727' AND "openstax_accounts_accounts"."id" != 184) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-10-25 17:36:05.597513"], ["id", 184]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 184) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 184) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'eb6b2c64-4585-4897-9d49-05d53ccd3727' AND "openstax_accounts_accounts"."id" != 184) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-10-25 17:36:05.600794"], ["id", 184]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1306986581 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9d1ba018e4eabd7bb111559a52d64b86' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0f32c1d-a469-4296-bbea-bb510f1ea3b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1306986581], ["username", "9d1ba018e4eabd7bb111559a52d64b86"], ["access_token", "8c1d6394d75a82377bc54bed28e967e9"], ["uuid", "c0f32c1d-a469-4296-bbea-bb510f1ea3b3"], ["created_at", "2017-10-25 17:36:05.605635"], ["updated_at", "2017-10-25 17:36:05.605635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 185) LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 185) LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c0f32c1d-a469-4296-bbea-bb510f1ea3b3' AND "openstax_accounts_accounts"."id" != 185) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-10-25 17:36:05.611052"], ["id", 185]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1511709427 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e4b4a1c275fda8c05744d83ca66d8718' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eea6d5d4-512b-4c6e-925e-4ef8f7401395' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1511709427], ["username", "e4b4a1c275fda8c05744d83ca66d8718"], ["access_token", "4f60224d623837c57022cd3744092485"], ["uuid", "eea6d5d4-512b-4c6e-925e-4ef8f7401395"], ["created_at", "2017-10-25 17:36:05.617171"], ["updated_at", "2017-10-25 17:36:05.617171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 186) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 186) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'eea6d5d4-512b-4c6e-925e-4ef8f7401395' AND "openstax_accounts_accounts"."id" != 186) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-10-25 17:36:05.621189"], ["id", 186]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -235435927 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7ae1ddc5baf78259462e8f2b75f384bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57897ab3-3b5c-4d4b-a539-17c2c848dce8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -235435927], ["username", "7ae1ddc5baf78259462e8f2b75f384bf"], ["access_token", "890a9323e7e8b88985b23bcc22fe0d46"], ["uuid", "57897ab3-3b5c-4d4b-a539-17c2c848dce8"], ["created_at", "2017-10-25 17:36:05.626737"], ["updated_at", "2017-10-25 17:36:05.626737"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 187) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 187) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '57897ab3-3b5c-4d4b-a539-17c2c848dce8' AND "openstax_accounts_accounts"."id" != 187) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-10-25 17:36:05.631027"], ["id", 187]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["username", "u"], ["openstax_uid", 2], ["created_at", "2017-10-25 17:36:05.652024"], ["updated_at", "2017-10-25 17:36:05.652024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:36:07 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:36:09 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 188) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 188) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'efa313e9-3425-4184-ae4e-2ea0409535a1' AND "openstax_accounts_accounts"."id" != 188) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "role" = $3, "updated_at" = $4 WHERE "openstax_accounts_accounts"."id" = $5 [["username", "user"], ["uuid", "efa313e9-3425-4184-ae4e-2ea0409535a1"], ["role", 2], ["updated_at", "2017-10-25 17:36:09.724394"], ["id", 188]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2017-10-25 17:36:09.728411"], ["updated_at", "2017-10-25 17:36:09.728411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:36:11 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:36:13 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:36:15 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:36:17 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 188) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 188) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'efa313e9-3425-4184-ae4e-2ea0409535a1' AND "openstax_accounts_accounts"."id" != 188) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 189) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 189) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "uuid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["uuid", nil], ["updated_at", "2017-10-25 17:36:17.823858"], ["id", 189]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:36:19 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:36:21 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1028045300 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b67f18a48047dc2a28276082ffd28efd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ed4f46c-33f5-4fdf-9784-bc972fb5f9ce' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1028045300], ["username", "b67f18a48047dc2a28276082ffd28efd"], ["access_token", "beda12e363b258de906ac26ec4adbbad"], ["uuid", "9ed4f46c-33f5-4fdf-9784-bc972fb5f9ce"], ["created_at", "2017-10-25 17:36:21.873877"], ["updated_at", "2017-10-25 17:36:21.873877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 190 AND "openstax_accounts_group_owners"."group_id" = -766764706) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -766764706]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 190 AND "openstax_accounts_group_owners"."group_id" = -766764706) LIMIT 1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -766764706 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -766764706], ["created_at", "2017-10-25 17:36:21.891059"], ["updated_at", "2017-10-25 17:36:21.891059"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 190 AND "openstax_accounts_group_owners"."group_id" = -766764706) LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -766764706], ["user_id", -1028045300], ["created_at", "2017-10-25 17:36:21.893900"], ["updated_at", "2017-10-25 17:36:21.893900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -766764706]] OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -766764706]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:36:21.906473"], ["updated_at", "2017-10-25 17:36:21.906473"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:36:23 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-10-25 12:36:25 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -224243228 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4898144b24790001ea64c8e392df75d6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1df2d659-e509-4d3b-9765-6a5b77e4ba20' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -224243228], ["username", "4898144b24790001ea64c8e392df75d6"], ["access_token", "7a16b8fe757e3d27108b1cfa15235944"], ["uuid", "1df2d659-e509-4d3b-9765-6a5b77e4ba20"], ["created_at", "2017-10-25 17:36:25.954278"], ["updated_at", "2017-10-25 17:36:25.954278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1338562684 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1338562684], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:25.961335"], ["updated_at", "2017-10-25 17:36:25.961335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1259656763 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1259656763], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:25.963722"], ["updated_at", "2017-10-25 17:36:25.963722"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 8 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 8]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -1259656763 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1259656763 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 8]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 7]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1338562684 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1338562684 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 7]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1259656763 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1338562684 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -1338562684], ["member_group_id", -1259656763], ["created_at", "2017-10-25 17:36:25.967104"], ["updated_at", "2017-10-25 17:36:25.967104"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1338562684/nestings/-1259656763" for 127.0.0.1 at 2017-10-25 12:36:27 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1338562684", "member_group_id"=>"-1259656763", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -936400954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b14d8e27e4c999a495f788a78f8777ce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06c7095a-ac14-408f-9a06-2f4b2cef8000' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -936400954], ["username", "b14d8e27e4c999a495f788a78f8777ce"], ["access_token", "554190b9769d2e91ec648aa0329a626b"], ["uuid", "06c7095a-ac14-408f-9a06-2f4b2cef8000"], ["created_at", "2017-10-25 17:36:28.009464"], ["updated_at", "2017-10-25 17:36:28.009464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -14386740 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -14386740], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:28.012470"], ["updated_at", "2017-10-25 17:36:28.012470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1468038394 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1468038394], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:28.014900"], ["updated_at", "2017-10-25 17:36:28.014900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-14386740/nestings/-1468038394" for 127.0.0.1 at 2017-10-25 12:36:30 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-14386740", "member_group_id"=>"-1468038394", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -838447016 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f74ea5a06d954dd74c954c9aacaffaa7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8c0b075-1d6f-489e-895a-fc9afa7fcd0b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -838447016], ["username", "f74ea5a06d954dd74c954c9aacaffaa7"], ["access_token", "17edcc0d5a31f5b828186bc9402f8ae3"], ["uuid", "f8c0b075-1d6f-489e-895a-fc9afa7fcd0b"], ["created_at", "2017-10-25 17:36:30.040581"], ["updated_at", "2017-10-25 17:36:30.040581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2007502848 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2007502848], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:30.049439"], ["updated_at", "2017-10-25 17:36:30.049439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -2007502848 AND "openstax_accounts_groups"."id" != 11) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-2007502848" for 127.0.0.1 at 2017-10-25 12:36:32 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-2007502848", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1963850200 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c4d5cf6a2979e30b134fa9562392ca4f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '942b1f62-4e81-4d08-a531-fb752b91da0d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1963850200], ["username", "c4d5cf6a2979e30b134fa9562392ca4f"], ["access_token", "fecc8815dc6055df9c648ec19d6e1bb4"], ["uuid", "942b1f62-4e81-4d08-a531-fb752b91da0d"], ["created_at", "2017-10-25 17:36:32.079382"], ["updated_at", "2017-10-25 17:36:32.079382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1638171918 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1638171918], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:32.082298"], ["updated_at", "2017-10-25 17:36:32.082298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-10-25 12:36:34 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1980143349 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8901cc852a36bf0a474e46a48b51021f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f3bac11-fed2-44a2-84e8-6d3e6352d061' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1980143349], ["username", "8901cc852a36bf0a474e46a48b51021f"], ["access_token", "a8e647da1117a20bc4d6e01889ff291c"], ["uuid", "1f3bac11-fed2-44a2-84e8-6d3e6352d061"], ["created_at", "2017-10-25 17:36:34.106729"], ["updated_at", "2017-10-25 17:36:34.106729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -206609728 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -206609728], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:34.109775"], ["updated_at", "2017-10-25 17:36:34.109775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -206609728 AND "openstax_accounts_groups"."id" != 13) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-206609728" for 127.0.0.1 at 2017-10-25 12:36:36 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-206609728", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:36:36.133947"], ["updated_at", "2017-10-25 17:36:36.133947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:36:38 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-10-25 12:36:40 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (1.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:36:40.178978"], ["updated_at", "2017-10-25 17:36:40.178978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:36:42 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-10-25 12:36:44 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "application_user"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:36:44.225769"], ["updated_at", "2017-10-25 17:36:44.225769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:36:46 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2017-10-25 12:36:48 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "application_user"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:36:48.266444"], ["updated_at", "2017-10-25 17:36:48.266444"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:36:50 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2017-10-25 12:36:52 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_user"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1699057122 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ea97ed4450f2974d893b2335efb66fb1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8233f309-4bd7-41d7-afe5-a067c5462df5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1699057122], ["username", "ea97ed4450f2974d893b2335efb66fb1"], ["access_token", "bf512915dad3e740b6b34e4a31e39a57"], ["uuid", "8233f309-4bd7-41d7-afe5-a067c5462df5"], ["created_at", "2017-10-25 17:36:52.309477"], ["updated_at", "2017-10-25 17:36:52.309477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1913056013 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1913056013], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:52.318306"], ["updated_at", "2017-10-25 17:36:52.318306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726746772 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'acd853df00d079e0f57dcf4402e7cc83' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9212d443-e922-4295-9bf0-aee33878096f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -726746772], ["username", "acd853df00d079e0f57dcf4402e7cc83"], ["access_token", "23430a7a7332472a605971b9d82ee6a1"], ["uuid", "9212d443-e922-4295-9bf0-aee33878096f"], ["created_at", "2017-10-25 17:36:52.322015"], ["updated_at", "2017-10-25 17:36:52.322015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1913056013/members/-726746772" for 127.0.0.1 at 2017-10-25 12:36:54 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1913056013", "user_id"=>"-726746772", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -136688108 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5b15143ca540e625387a30ec5fbfcfdb' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eab27c15-77e8-4bd0-bd64-092b1d16b887' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -136688108], ["username", "5b15143ca540e625387a30ec5fbfcfdb"], ["access_token", "4af43ff861db34f0635a0ce60e713684"], ["uuid", "eab27c15-77e8-4bd0-bd64-092b1d16b887"], ["created_at", "2017-10-25 17:36:54.348209"], ["updated_at", "2017-10-25 17:36:54.348209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -385517853 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -385517853], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:54.352255"], ["updated_at", "2017-10-25 17:36:54.352255"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1710000800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b6feb8ea0bd3fbb8008cbe1cf92c89bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5862a07e-a9be-4e4f-bcb6-09719b78fe2d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1710000800], ["username", "b6feb8ea0bd3fbb8008cbe1cf92c89bd"], ["access_token", "5b7ce46d32c95e02f7b329de8a5ed7fb"], ["uuid", "5862a07e-a9be-4e4f-bcb6-09719b78fe2d"], ["created_at", "2017-10-25 17:36:54.356848"], ["updated_at", "2017-10-25 17:36:54.356848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 204 AND "openstax_accounts_group_members"."group_id" = -385517853) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -385517853], ["user_id", -1710000800], ["created_at", "2017-10-25 17:36:54.359746"], ["updated_at", "2017-10-25 17:36:54.359746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-385517853/members/-1710000800" for 127.0.0.1 at 2017-10-25 12:36:56 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-385517853", "user_id"=>"-1710000800", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1786686602 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a31faffc368bb02f7472eebcedb17389' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a75d9296-980a-49df-b078-72b615b032c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1786686602], ["username", "a31faffc368bb02f7472eebcedb17389"], ["access_token", "269ee8d9d72f2ab35afdf29755fdd749"], ["uuid", "a75d9296-980a-49df-b078-72b615b032c1"], ["created_at", "2017-10-25 17:36:56.385811"], ["updated_at", "2017-10-25 17:36:56.385811"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -432667884 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -432667884], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:56.394995"], ["updated_at", "2017-10-25 17:36:56.394995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870558675 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8ddc09ca0d290aafda6bdfec9d12599f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e411a505-a724-4791-94c5-803a0de8ab50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1870558675], ["username", "8ddc09ca0d290aafda6bdfec9d12599f"], ["access_token", "ff459757deec980ff2edcacdbdba6324"], ["uuid", "e411a505-a724-4791-94c5-803a0de8ab50"], ["created_at", "2017-10-25 17:36:56.399207"], ["updated_at", "2017-10-25 17:36:56.399207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 206 AND "openstax_accounts_group_owners"."group_id" = -432667884) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -432667884], ["user_id", -1870558675], ["created_at", "2017-10-25 17:36:56.402877"], ["updated_at", "2017-10-25 17:36:56.402877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-432667884/owners/-1870558675" for 127.0.0.1 at 2017-10-25 12:36:58 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-432667884", "user_id"=>"-1870558675", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -950684431 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e8eb8e47706df08080436871c29186e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab1a81ab-b85d-4beb-b4de-1fc9c76bab74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -950684431], ["username", "e8eb8e47706df08080436871c29186e2"], ["access_token", "158910ffc6c68c3837f360769c388fcc"], ["uuid", "ab1a81ab-b85d-4beb-b4de-1fc9c76bab74"], ["created_at", "2017-10-25 17:36:58.429310"], ["updated_at", "2017-10-25 17:36:58.429310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2076846870 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2076846870], ["name", "MyGroup"], ["created_at", "2017-10-25 17:36:58.432279"], ["updated_at", "2017-10-25 17:36:58.432279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -95433523 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b29ce76c5e87cc33db453ebd7c6871d9' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9015a75f-fcef-4602-a3e2-7f9cc5f92ceb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -95433523], ["username", "b29ce76c5e87cc33db453ebd7c6871d9"], ["access_token", "021bcb0c338c288dbc79f6bd8d033482"], ["uuid", "9015a75f-fcef-4602-a3e2-7f9cc5f92ceb"], ["created_at", "2017-10-25 17:36:58.435978"], ["updated_at", "2017-10-25 17:36:58.435978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-2076846870/owners/-95433523" for 127.0.0.1 at 2017-10-25 12:37:00 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-2076846870", "user_id"=>"-95433523", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:37:00.460526"], ["updated_at", "2017-10-25 17:37:00.460526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:37:02 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-10-25 12:37:04 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2017-10-25 17:37:04.508831"], ["updated_at", "2017-10-25 17:37:04.508831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:37:06 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-10-25 12:37:08 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1144077647 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b20f39f7cf81eb2b3383a98750eedb1f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b403c37-dc88-45f4-83cc-83eb2f43e33c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1144077647], ["username", "b20f39f7cf81eb2b3383a98750eedb1f"], ["access_token", "a02b74b1fdb0d24e719bbfd780d2b237"], ["uuid", "1b403c37-dc88-45f4-83cc-83eb2f43e33c"], ["created_at", "2017-10-25 17:37:08.552621"], ["updated_at", "2017-10-25 17:37:08.552621"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:37:10 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-10-25 12:37:12 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -812267373 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8ebb184e62d29ed58e1cae4d719d0c20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '54d782cf-06b8-4fff-8ddb-07cba7b9c317' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -812267373], ["username", "8ebb184e62d29ed58e1cae4d719d0c20"], ["access_token", "834d8aeefb05474a0c04d93ff6d5129c"], ["uuid", "54d782cf-06b8-4fff-8ddb-07cba7b9c317"], ["created_at", "2017-10-25 17:37:12.604126"], ["updated_at", "2017-10-25 17:37:12.604126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:37:14 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-10-25 12:37:16 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -320350142 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '571bd9a28b85351ceaca3f8cd27d8b62' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e86d06bc-b076-4ab0-bd8c-c740cf68b314' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -320350142], ["username", "571bd9a28b85351ceaca3f8cd27d8b62"], ["access_token", "9eed653b6d77c82fe440062598dad544"], ["uuid", "e86d06bc-b076-4ab0-bd8c-c740cf68b314"], ["created_at", "2017-10-25 17:37:16.646318"], ["updated_at", "2017-10-25 17:37:16.646318"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:37:18 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-10-25 12:37:20 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1984867431 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd94bca1b0475aacd0b108594b8a8a898' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11acc35d-ef05-4ac2-8de2-c25463aa2499' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1984867431], ["username", "d94bca1b0475aacd0b108594b8a8a898"], ["access_token", "c2a4a33dc7bc1e98ce4540e4eebda5a8"], ["uuid", "11acc35d-ef05-4ac2-8de2-c25463aa2499"], ["created_at", "2017-10-25 17:37:20.686028"], ["updated_at", "2017-10-25 17:37:20.686028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-10-25 12:37:22 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"d94bca1b0475aacd0b108594b8a8a898", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"d94bca1b0475aacd0b108594b8a8a898", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -311320909 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f0ad893-59b6-42e7-acf3-5dfed25ac9fa' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -311320909], ["username", "jstrav"], ["access_token", "5a2c22881151218fecbe0f2e707f5dfe"], ["uuid", "8f0ad893-59b6-42e7-acf3-5dfed25ac9fa"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:22.715508"], ["updated_at", "2017-10-25 17:37:22.715508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -186831104 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a2ab9a5-bc94-446d-88fa-628c14212ae7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -186831104], ["username", "mary"], ["access_token", "1aa70958d86dc0e0f72f8935563113b3"], ["uuid", "4a2ab9a5-bc94-446d-88fa-628c14212ae7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:22.719613"], ["updated_at", "2017-10-25 17:37:22.719613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1155304268 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4cd0ed36-3082-4451-8c44-6963c9ee6300' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1155304268], ["username", "jstead"], ["access_token", "565a6c1aeae047c8e8c8e1ddf3d47ea2"], ["uuid", "4cd0ed36-3082-4451-8c44-6963c9ee6300"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:22.723353"], ["updated_at", "2017-10-25 17:37:22.723353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1147517990 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3cb4109-261c-4888-a89a-a9997212459a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1147517990], ["username", "bigbear"], ["access_token", "1ebf39b6cc7478629d8f208a6c494397"], ["uuid", "b3cb4109-261c-4888-a89a-a9997212459a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:22.727040"], ["updated_at", "2017-10-25 17:37:22.727040"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396876030 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8baa927c-8123-42a7-a691-faae291259b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -396876030], ["username", "billy_00"], ["access_token", "6948ec3335b67064c67b09fac259d4c1"], ["uuid", "8baa927c-8123-42a7-a691-faae291259b7"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:37:22.730955"], ["updated_at", "2017-10-25 17:37:22.730955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1577830326 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd583f6c-d484-43e2-b7e9-706207c4e664' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1577830326], ["username", "billy_01"], ["access_token", "be89e096386c40b5267234316d747fd0"], ["uuid", "dd583f6c-d484-43e2-b7e9-706207c4e664"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:37:22.734689"], ["updated_at", "2017-10-25 17:37:22.734689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1572539791 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '685e930c-84d0-4901-ba7a-e0188aea3daa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1572539791], ["username", "billy_02"], ["access_token", "74900657bbda57b1088d08b95579b8ae"], ["uuid", "685e930c-84d0-4901-ba7a-e0188aea3daa"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:37:22.738532"], ["updated_at", "2017-10-25 17:37:22.738532"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1517945168 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ef32957-c712-4b79-82ca-2d0b8a61991a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1517945168], ["username", "billy_03"], ["access_token", "4b0603a73b5da3c8893216820f73ce4f"], ["uuid", "7ef32957-c712-4b79-82ca-2d0b8a61991a"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:37:22.742249"], ["updated_at", "2017-10-25 17:37:22.742249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2138567635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57dfd846-3d1b-49ee-9005-bee25977cf0e' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2138567635], ["username", "billy_04"], ["access_token", "9a4a1194c774d0f8a72a743693582efb"], ["uuid", "57dfd846-3d1b-49ee-9005-bee25977cf0e"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:37:22.746081"], ["updated_at", "2017-10-25 17:37:22.746081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -129746143 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9a5e104-ccfe-4289-91fd-96d815299665' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -129746143], ["username", "billy_05"], ["access_token", "c8af198e3aed5d1f0ce051b7d1990f9b"], ["uuid", "f9a5e104-ccfe-4289-91fd-96d815299665"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:37:22.750825"], ["updated_at", "2017-10-25 17:37:22.750825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1380221893 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '689759fe-c7cb-4a9b-8a55-dc42fe7c8e72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1380221893], ["username", "billy_06"], ["access_token", "65d6a7d56e4fbe17e368faf82c26610d"], ["uuid", "689759fe-c7cb-4a9b-8a55-dc42fe7c8e72"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:37:22.755602"], ["updated_at", "2017-10-25 17:37:22.755602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1440711895 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6618c125-4fd0-4613-90d0-cfb8375279a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1440711895], ["username", "billy_07"], ["access_token", "ac08dab30e96247539a43100866ae910"], ["uuid", "6618c125-4fd0-4613-90d0-cfb8375279a0"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:37:22.759417"], ["updated_at", "2017-10-25 17:37:22.759417"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -466101982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9744d641-440d-4e9e-998e-4f2b21544b92' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -466101982], ["username", "billy_08"], ["access_token", "ed5e0dae0d7e81bf1b9b890786eb5673"], ["uuid", "9744d641-440d-4e9e-998e-4f2b21544b92"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:37:22.762811"], ["updated_at", "2017-10-25 17:37:22.762811"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1474495459 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '119c061a-3100-418c-b94b-f2953352b474' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1474495459], ["username", "billy_09"], ["access_token", "343a19bd761c935315f7298177df23d0"], ["uuid", "119c061a-3100-418c-b94b-f2953352b474"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:37:22.766272"], ["updated_at", "2017-10-25 17:37:22.766272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900554984 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7bd3c02d-30d9-4b3c-9c33-4bc9c75d4290' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1900554984], ["username", "billy_10"], ["access_token", "3084c6ec62569e3319dc582fed304e5c"], ["uuid", "7bd3c02d-30d9-4b3c-9c33-4bc9c75d4290"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:37:22.771782"], ["updated_at", "2017-10-25 17:37:22.771782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1060818482 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a756126d-d5af-4591-85cb-d26d7e57716e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1060818482], ["username", "billy_11"], ["access_token", "dc4d9ef522220e8bae55e53065903d38"], ["uuid", "a756126d-d5af-4591-85cb-d26d7e57716e"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:37:22.776761"], ["updated_at", "2017-10-25 17:37:22.776761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -950894539 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e3d3904-1b40-427f-8226-b44ad371cdcf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -950894539], ["username", "billy_12"], ["access_token", "f6a95ac70cd3be1b744ca254ec0fd269"], ["uuid", "1e3d3904-1b40-427f-8226-b44ad371cdcf"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:37:22.780824"], ["updated_at", "2017-10-25 17:37:22.780824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1804988634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '271f4bf6-6528-42c7-b619-97236820aa42' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1804988634], ["username", "billy_13"], ["access_token", "9a0721c654b85e1e90df47ec944840f7"], ["uuid", "271f4bf6-6528-42c7-b619-97236820aa42"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:37:22.784503"], ["updated_at", "2017-10-25 17:37:22.784503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1722230086 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5451e18b-c500-42fd-a657-ad4fad83f529' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1722230086], ["username", "billy_14"], ["access_token", "e7745cb3a807c3efd18dfeeaf8a5262f"], ["uuid", "5451e18b-c500-42fd-a657-ad4fad83f529"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:37:22.790313"], ["updated_at", "2017-10-25 17:37:22.790313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -279626597 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b2e14a5-6ccb-4728-a41d-a836243506fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -279626597], ["username", "billy_15"], ["access_token", "c6bd4784e7689a64209bd85934e76db9"], ["uuid", "0b2e14a5-6ccb-4728-a41d-a836243506fd"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:37:22.795072"], ["updated_at", "2017-10-25 17:37:22.795072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1842141396 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ffd8bd8-1f24-4312-a3ec-7ee5b7bd985b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1842141396], ["username", "billy_16"], ["access_token", "4e540be394bf7a2cf220e691679121fc"], ["uuid", "1ffd8bd8-1f24-4312-a3ec-7ee5b7bd985b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:37:22.799003"], ["updated_at", "2017-10-25 17:37:22.799003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1164362021 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5257f67-e351-4321-95c8-af5531afc9da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1164362021], ["username", "billy_17"], ["access_token", "a3b3f5ffc8482ba54182669c0af15f34"], ["uuid", "c5257f67-e351-4321-95c8-af5531afc9da"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:37:22.802812"], ["updated_at", "2017-10-25 17:37:22.802812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2102607943 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aefa4e89-a13e-43b5-b5bf-2fd65463c378' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2102607943], ["username", "billy_18"], ["access_token", "6db6c0535c048e6878398625641da9a2"], ["uuid", "aefa4e89-a13e-43b5-b5bf-2fd65463c378"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:37:22.806409"], ["updated_at", "2017-10-25 17:37:22.806409"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2060549727 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8176d81-6bec-4790-9971-7f888c8253be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2060549727], ["username", "billy_19"], ["access_token", "0b89a0f28d19c2f95fd20c098610e94f"], ["uuid", "e8176d81-6bec-4790-9971-7f888c8253be"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:37:22.809918"], ["updated_at", "2017-10-25 17:37:22.809918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1603962745 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05f91473-d7c8-4937-8be6-d5f051902e0d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1603962745], ["username", "billy_20"], ["access_token", "18fd8f2fd8770fcca633b51d5f289e5d"], ["uuid", "05f91473-d7c8-4937-8be6-d5f051902e0d"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:37:22.813469"], ["updated_at", "2017-10-25 17:37:22.813469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -321208453 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '87d41d5c-4aa3-47f9-98b4-9176730be698' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -321208453], ["username", "billy_21"], ["access_token", "5e6debb0d69f8507bd245e528b9fbe84"], ["uuid", "87d41d5c-4aa3-47f9-98b4-9176730be698"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:37:22.817081"], ["updated_at", "2017-10-25 17:37:22.817081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725605568 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79a1f1d2-dbdf-44e6-b7b9-b462e65ffcd8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -725605568], ["username", "billy_22"], ["access_token", "fc18ad16536f37b061236e72518433e7"], ["uuid", "79a1f1d2-dbdf-44e6-b7b9-b462e65ffcd8"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:37:22.820643"], ["updated_at", "2017-10-25 17:37:22.820643"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -316220416 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20d73893-6309-4d0e-80eb-f53e63cca8a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -316220416], ["username", "billy_23"], ["access_token", "2ade2ede80d47096c0386300ed999c57"], ["uuid", "20d73893-6309-4d0e-80eb-f53e63cca8a3"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:37:22.824239"], ["updated_at", "2017-10-25 17:37:22.824239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1710481341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a375d6c3-91e6-46e0-8f7f-21597f2a9784' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1710481341], ["username", "billy_24"], ["access_token", "005342bfcd7cb4a2b937ee0e3c9daf0b"], ["uuid", "a375d6c3-91e6-46e0-8f7f-21597f2a9784"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:37:22.827721"], ["updated_at", "2017-10-25 17:37:22.827721"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1414032544 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fcdd41a8-a463-4a63-986d-b3e398e33ae1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1414032544], ["username", "billy_25"], ["access_token", "b2a7f95421318544ac0cd7caf955e565"], ["uuid", "fcdd41a8-a463-4a63-986d-b3e398e33ae1"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:37:22.831787"], ["updated_at", "2017-10-25 17:37:22.831787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2129942729 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14b9a319-caae-4040-9809-b439069a42f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2129942729], ["username", "billy_26"], ["access_token", "eb1a5adf3b67917a5341e24afa2105d3"], ["uuid", "14b9a319-caae-4040-9809-b439069a42f1"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:37:22.835525"], ["updated_at", "2017-10-25 17:37:22.835525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1934208337 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b43fdca2-388b-4fd6-a93e-3d7a559bcc7b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1934208337], ["username", "billy_27"], ["access_token", "725f3e3d1fdc297dab838b5b1db77d1a"], ["uuid", "b43fdca2-388b-4fd6-a93e-3d7a559bcc7b"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:37:22.839271"], ["updated_at", "2017-10-25 17:37:22.839271"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1872935364 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc59ffa5-d00b-4be0-b045-2443a10d3a42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1872935364], ["username", "billy_28"], ["access_token", "bd83f9fc9f30f4ced5a43c5e44ed7e66"], ["uuid", "dc59ffa5-d00b-4be0-b045-2443a10d3a42"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:37:22.845026"], ["updated_at", "2017-10-25 17:37:22.845026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -499598573 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05c085eb-be54-437e-9615-f77c23a9c585' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -499598573], ["username", "billy_29"], ["access_token", "7b6531d7e7c368d8cf28fecd95e2e79b"], ["uuid", "05c085eb-be54-437e-9615-f77c23a9c585"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:37:22.849765"], ["updated_at", "2017-10-25 17:37:22.849765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1598013627 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2caeefa8-f57b-42f8-944a-668cd31d05f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1598013627], ["username", "billy_30"], ["access_token", "9ae1461e28fb0d5db9dd198ee69963b3"], ["uuid", "2caeefa8-f57b-42f8-944a-668cd31d05f2"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:37:22.853630"], ["updated_at", "2017-10-25 17:37:22.853630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1992076589 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '654bb7a6-5200-4d60-af65-b7e63f6587be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1992076589], ["username", "billy_31"], ["access_token", "6e0ef105ff94cfb94eac1c9c10c5bcb2"], ["uuid", "654bb7a6-5200-4d60-af65-b7e63f6587be"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:37:22.857388"], ["updated_at", "2017-10-25 17:37:22.857388"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -384542456 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8038174f-2c32-43c3-926d-1c1ad0d1accc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -384542456], ["username", "billy_32"], ["access_token", "f0d1176ba128f88d4f04e15c731da870"], ["uuid", "8038174f-2c32-43c3-926d-1c1ad0d1accc"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:37:22.861000"], ["updated_at", "2017-10-25 17:37:22.861000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -189808748 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e860c645-0cf6-4c1c-a6bc-1f3745ca2561' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -189808748], ["username", "billy_33"], ["access_token", "12ad9c988448d7f15f50879622a5ce7a"], ["uuid", "e860c645-0cf6-4c1c-a6bc-1f3745ca2561"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:37:22.864598"], ["updated_at", "2017-10-25 17:37:22.864598"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -341344810 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d17e756-6428-402b-b2d7-72fade132da3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -341344810], ["username", "billy_34"], ["access_token", "8e8fe80b1cb21414034914b2aca9bb6a"], ["uuid", "6d17e756-6428-402b-b2d7-72fade132da3"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:37:22.868236"], ["updated_at", "2017-10-25 17:37:22.868236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2075299781 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd98cfdac-823b-4bf2-8644-89c9127bf718' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2075299781], ["username", "billy_35"], ["access_token", "3de7e416f175fbe94d5e4b82ad237e81"], ["uuid", "d98cfdac-823b-4bf2-8644-89c9127bf718"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:37:22.871906"], ["updated_at", "2017-10-25 17:37:22.871906"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -306422523 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '391f0922-17c0-43ad-be86-c84f65805644' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -306422523], ["username", "billy_36"], ["access_token", "97a88c14d7dee1a035148617b99f8902"], ["uuid", "391f0922-17c0-43ad-be86-c84f65805644"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:37:22.875614"], ["updated_at", "2017-10-25 17:37:22.875614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657102471 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c752738a-40bf-47b3-b093-6ac80d710603' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -657102471], ["username", "billy_37"], ["access_token", "e634f5fcf7dcca7de05ffbbad1a2a939"], ["uuid", "c752738a-40bf-47b3-b093-6ac80d710603"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:37:22.879401"], ["updated_at", "2017-10-25 17:37:22.879401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772314787 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5cfd863d-ff15-4804-a666-0f66ac5af044' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1772314787], ["username", "billy_38"], ["access_token", "7150388dfd4234ed1d713f679ff33e97"], ["uuid", "5cfd863d-ff15-4804-a666-0f66ac5af044"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:37:22.889556"], ["updated_at", "2017-10-25 17:37:22.889556"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2122413852 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4773516-35b6-4aeb-b79a-e2fa6d2468bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2122413852], ["username", "billy_39"], ["access_token", "02a2cfd7527bd89274ad81f1cbd4f388"], ["uuid", "f4773516-35b6-4aeb-b79a-e2fa6d2468bb"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:37:22.893194"], ["updated_at", "2017-10-25 17:37:22.893194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262673415 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a62b7c8f-8fa6-42fc-9829-ae5953adb19c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -262673415], ["username", "billy_40"], ["access_token", "fdbad036039ac3e8f02ed69f8b192952"], ["uuid", "a62b7c8f-8fa6-42fc-9829-ae5953adb19c"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:37:22.896715"], ["updated_at", "2017-10-25 17:37:22.896715"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1730256331 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e8994b3-30f2-4a65-9be9-5e7d0d0ede97' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1730256331], ["username", "billy_41"], ["access_token", "435e9dfc2e470e85904139473227844d"], ["uuid", "7e8994b3-30f2-4a65-9be9-5e7d0d0ede97"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:37:22.900185"], ["updated_at", "2017-10-25 17:37:22.900185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836255008 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9af8d02c-7969-4908-a21b-223d394d618c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -836255008], ["username", "billy_42"], ["access_token", "8f66a14c3a52b30fd504d4febab09aa3"], ["uuid", "9af8d02c-7969-4908-a21b-223d394d618c"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:37:22.904033"], ["updated_at", "2017-10-25 17:37:22.904033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1920667519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff3dcd0a-c520-42f9-bd4f-2d4f89cb0ed7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1920667519], ["username", "billy_43"], ["access_token", "7f48bb40949d9bf8a81b1c6c15964c30"], ["uuid", "ff3dcd0a-c520-42f9-bd4f-2d4f89cb0ed7"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:37:22.908671"], ["updated_at", "2017-10-25 17:37:22.908671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411954975 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad5e712c-9f6d-4dc5-afb9-b3dd76790d46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -411954975], ["username", "billy_44"], ["access_token", "c4078ce940f19c060107e4bacb639b86"], ["uuid", "ad5e712c-9f6d-4dc5-afb9-b3dd76790d46"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:37:22.913299"], ["updated_at", "2017-10-25 17:37:22.913299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1190586188 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4794137-3e19-4731-a2b2-db37bd5fe0e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1190586188], ["username", "billy_45"], ["access_token", "0ac29b9966f735277003f52cbfcf60cc"], ["uuid", "d4794137-3e19-4731-a2b2-db37bd5fe0e6"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:37:22.917325"], ["updated_at", "2017-10-25 17:37:22.917325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1825441344 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6411551f-dd75-4a87-aa65-ba0522c965e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1825441344], ["username", "billy_46"], ["access_token", "180b4571dc910d4561e38b1b7ef4cc97"], ["uuid", "6411551f-dd75-4a87-aa65-ba0522c965e5"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:37:22.920983"], ["updated_at", "2017-10-25 17:37:22.920983"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1872118433 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4127a317-bdbc-4a06-ac73-fac49cb6f01b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1872118433], ["username", "billy_47"], ["access_token", "e4f813e05596c735b24076a77bf57bab"], ["uuid", "4127a317-bdbc-4a06-ac73-fac49cb6f01b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:37:22.924597"], ["updated_at", "2017-10-25 17:37:22.924597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2003543114 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e52dd96a-8a07-4f5d-a604-2d37934c44b0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2003543114], ["username", "billy_48"], ["access_token", "cfaa5c50fc85f71d611471158c8b7003"], ["uuid", "e52dd96a-8a07-4f5d-a604-2d37934c44b0"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:37:22.928167"], ["updated_at", "2017-10-25 17:37:22.928167"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -607698797 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'efa74882-0769-4ba8-aa55-512b692328ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -607698797], ["username", "billy_49"], ["access_token", "3a1e43f449f03ab34eacb5e0466dc6fb"], ["uuid", "efa74882-0769-4ba8-aa55-512b692328ee"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:37:22.932054"], ["updated_at", "2017-10-25 17:37:22.932054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -218334940 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '771fcaca-7ad3-4335-8bb7-0bff7632e5df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -218334940], ["username", "jstrav"], ["access_token", "6ae800338302f82014e872995e74180a"], ["uuid", "771fcaca-7ad3-4335-8bb7-0bff7632e5df"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:22.940562"], ["updated_at", "2017-10-25 17:37:22.940562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -90670540 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ccf89159-627f-4349-8da5-4799f4025107' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -90670540], ["username", "mary"], ["access_token", "0756261ee8ad90d568084009dc16082e"], ["uuid", "ccf89159-627f-4349-8da5-4799f4025107"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:22.944605"], ["updated_at", "2017-10-25 17:37:22.944605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -347703062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94f91b13-bbc8-474b-a3b1-01e139e72eee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -347703062], ["username", "jstead"], ["access_token", "1a02315424a7c141d0d4d428f62b700b"], ["uuid", "94f91b13-bbc8-474b-a3b1-01e139e72eee"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:22.948347"], ["updated_at", "2017-10-25 17:37:22.948347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1100852199 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52a95d33-93bf-4da0-bd0a-d42fb8fcf47a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1100852199], ["username", "bigbear"], ["access_token", "4b22de7fc3add2ada14a03ac75fd0d89"], ["uuid", "52a95d33-93bf-4da0-bd0a-d42fb8fcf47a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:22.952513"], ["updated_at", "2017-10-25 17:37:22.952513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -737149761 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ced2dfc5-4dcd-4d44-8ebb-d3dbc0755270' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -737149761], ["username", "billy_00"], ["access_token", "e2f1d22978da13ed3754de06c55addf1"], ["uuid", "ced2dfc5-4dcd-4d44-8ebb-d3dbc0755270"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-10-25 17:37:22.958243"], ["updated_at", "2017-10-25 17:37:22.958243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1988360817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e4ac7451-01b1-4a39-8f0f-76ee7cc7d6ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1988360817], ["username", "billy_01"], ["access_token", "8386e939818dd24cf024f2ed58b512b4"], ["uuid", "e4ac7451-01b1-4a39-8f0f-76ee7cc7d6ec"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-10-25 17:37:22.962852"], ["updated_at", "2017-10-25 17:37:22.962852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -925706497 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53250189-884c-4b30-b824-6fd12c45e426' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -925706497], ["username", "billy_02"], ["access_token", "10811c05b7c1d75941db76ebb1f1fb48"], ["uuid", "53250189-884c-4b30-b824-6fd12c45e426"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-10-25 17:37:22.966615"], ["updated_at", "2017-10-25 17:37:22.966615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -328146605 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77b14b3d-4823-4050-b00e-5d3deb978f39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -328146605], ["username", "billy_03"], ["access_token", "40d2e55556fb445668db9248c211b623"], ["uuid", "77b14b3d-4823-4050-b00e-5d3deb978f39"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-10-25 17:37:22.970124"], ["updated_at", "2017-10-25 17:37:22.970124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1602491394 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '662fd204-af8b-4e50-809a-48708c54190b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1602491394], ["username", "billy_04"], ["access_token", "32352fec9f4d15776393466d0c0be01c"], ["uuid", "662fd204-af8b-4e50-809a-48708c54190b"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:37:22.974838"], ["updated_at", "2017-10-25 17:37:22.974838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065525673 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '048ba5e0-3966-4e76-bc1a-f0e6dbbcb730' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1065525673], ["username", "billy_05"], ["access_token", "ac87b2d14b3dc2c374c35a5291c1386d"], ["uuid", "048ba5e0-3966-4e76-bc1a-f0e6dbbcb730"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:37:22.980513"], ["updated_at", "2017-10-25 17:37:22.980513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1344615470 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2dd2314-6568-48da-8f6b-1a4ba03d3908' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1344615470], ["username", "billy_06"], ["access_token", "b5e1a8988657f4db5220014a5727bdc0"], ["uuid", "f2dd2314-6568-48da-8f6b-1a4ba03d3908"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:37:22.985520"], ["updated_at", "2017-10-25 17:37:22.985520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -929242494 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92be91ae-f1c3-4840-8d7a-8502ab429de6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -929242494], ["username", "billy_07"], ["access_token", "de76f32b2540be2a3b8430216c43b678"], ["uuid", "92be91ae-f1c3-4840-8d7a-8502ab429de6"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:37:22.989042"], ["updated_at", "2017-10-25 17:37:22.989042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2038037581 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b53cecaa-9525-40c5-8712-3a8b99c812a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2038037581], ["username", "billy_08"], ["access_token", "a4b8ec6fb360aa05a39d9519d8880bd9"], ["uuid", "b53cecaa-9525-40c5-8712-3a8b99c812a4"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:37:22.992352"], ["updated_at", "2017-10-25 17:37:22.992352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947911136 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '799b0910-0efa-4ff3-95cf-1810cfc6fb4f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -947911136], ["username", "billy_09"], ["access_token", "93f4a007b6c09de6951eaf1549023d57"], ["uuid", "799b0910-0efa-4ff3-95cf-1810cfc6fb4f"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:37:22.995900"], ["updated_at", "2017-10-25 17:37:22.995900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1316615754 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62453965-abc1-4b05-aea9-45bbfd615184' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1316615754], ["username", "billy_10"], ["access_token", "b7eb3537ce3e70ea4673a394bfa92465"], ["uuid", "62453965-abc1-4b05-aea9-45bbfd615184"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:37:22.999411"], ["updated_at", "2017-10-25 17:37:22.999411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1858561258 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6025b01d-5da3-4fb1-9f85-170d4d3da7e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1858561258], ["username", "billy_11"], ["access_token", "71c45c249921f0adabc73709c48d7a90"], ["uuid", "6025b01d-5da3-4fb1-9f85-170d4d3da7e1"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:37:23.003028"], ["updated_at", "2017-10-25 17:37:23.003028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1822636317 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7f0bdde-4b93-4764-8ec7-d1687aaace9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1822636317], ["username", "billy_12"], ["access_token", "5300a9e3e4aa3d24a68f093ebf223630"], ["uuid", "e7f0bdde-4b93-4764-8ec7-d1687aaace9c"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:37:23.006441"], ["updated_at", "2017-10-25 17:37:23.006441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -982478498 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1c78be7-b426-4000-aa91-be27a72a8a23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -982478498], ["username", "billy_13"], ["access_token", "dd5e29e2f7f5302ca7ecbfef48ed9d84"], ["uuid", "c1c78be7-b426-4000-aa91-be27a72a8a23"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:37:23.009965"], ["updated_at", "2017-10-25 17:37:23.009965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -476082333 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b364dc0-a7c2-478f-84a2-d00a19366b52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -476082333], ["username", "billy_14"], ["access_token", "324bdd0b073a1dd1bee1d78eb6754161"], ["uuid", "0b364dc0-a7c2-478f-84a2-d00a19366b52"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:37:23.013384"], ["updated_at", "2017-10-25 17:37:23.013384"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2057130593 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa0b1b18-eeee-41c3-ac00-9cdf330fc48c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2057130593], ["username", "billy_15"], ["access_token", "bb257b9a37d90d17b62aad3104aa5709"], ["uuid", "aa0b1b18-eeee-41c3-ac00-9cdf330fc48c"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:37:23.016899"], ["updated_at", "2017-10-25 17:37:23.016899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -286476299 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '751173a3-1a28-4cfc-a1e7-b43a1c5c44f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -286476299], ["username", "billy_16"], ["access_token", "ca0ac8931d48318c4afea81c337e5b43"], ["uuid", "751173a3-1a28-4cfc-a1e7-b43a1c5c44f1"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:37:23.020420"], ["updated_at", "2017-10-25 17:37:23.020420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -864114005 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0062cd1-f759-4ae9-898f-4aabb109a93a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -864114005], ["username", "billy_17"], ["access_token", "5f9a4c75c25cefdcc579e9284c3df4d4"], ["uuid", "a0062cd1-f759-4ae9-898f-4aabb109a93a"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:37:23.023938"], ["updated_at", "2017-10-25 17:37:23.023938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -607957348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3249fa94-7451-4a4c-95e1-2883420bfbe7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -607957348], ["username", "billy_18"], ["access_token", "bacd025f0091af5e940d818b36bc7eab"], ["uuid", "3249fa94-7451-4a4c-95e1-2883420bfbe7"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:37:23.027440"], ["updated_at", "2017-10-25 17:37:23.027440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -731983512 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce091a6f-3f55-422f-afba-538cc3354b03' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -731983512], ["username", "billy_19"], ["access_token", "276fc2e4f548f412bb6b3c152fe351c1"], ["uuid", "ce091a6f-3f55-422f-afba-538cc3354b03"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:37:23.031972"], ["updated_at", "2017-10-25 17:37:23.031972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1063507545 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9347da19-46e3-4f8d-94a8-0fbb0aaa179a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1063507545], ["username", "billy_20"], ["access_token", "ce6987f5935997b158c544a39666c2c3"], ["uuid", "9347da19-46e3-4f8d-94a8-0fbb0aaa179a"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:37:23.037355"], ["updated_at", "2017-10-25 17:37:23.037355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1071118762 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a5f5d4c-1bdc-450d-bd8a-d7982871ecda' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1071118762], ["username", "billy_21"], ["access_token", "1e4207f13ef3b23efa665ba4b81383de"], ["uuid", "6a5f5d4c-1bdc-450d-bd8a-d7982871ecda"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:37:23.042366"], ["updated_at", "2017-10-25 17:37:23.042366"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -826452761 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2b9f7f2-71b8-4478-b998-83f7f7a4aa25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -826452761], ["username", "billy_22"], ["access_token", "d8e36848999f401c6dac349e072b652c"], ["uuid", "e2b9f7f2-71b8-4478-b998-83f7f7a4aa25"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:37:23.047896"], ["updated_at", "2017-10-25 17:37:23.047896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1091784141 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2266d3e-ed99-467e-8678-459f9688c36d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1091784141], ["username", "billy_23"], ["access_token", "f3d2983c33d03dee62776f7f7b341a23"], ["uuid", "e2266d3e-ed99-467e-8678-459f9688c36d"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:37:23.052328"], ["updated_at", "2017-10-25 17:37:23.052328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -287324347 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0dcc9184-a14b-4de0-a499-d2ea59fea4ac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -287324347], ["username", "billy_24"], ["access_token", "cf0ffaf1b3bfe4b83027fa8c534cffaf"], ["uuid", "0dcc9184-a14b-4de0-a499-d2ea59fea4ac"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:37:23.055948"], ["updated_at", "2017-10-25 17:37:23.055948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -187146337 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea94e249-a8fd-43e7-a523-92b9d45dc6de' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -187146337], ["username", "billy_25"], ["access_token", "e706fa3bd85eb50096ef3982a35c31e2"], ["uuid", "ea94e249-a8fd-43e7-a523-92b9d45dc6de"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:37:23.059563"], ["updated_at", "2017-10-25 17:37:23.059563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1856711653 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17eac63d-f20a-41de-923a-f9437eff17eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1856711653], ["username", "billy_26"], ["access_token", "8ec012435cd0f23bb6162c761fab8ba1"], ["uuid", "17eac63d-f20a-41de-923a-f9437eff17eb"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:37:23.063370"], ["updated_at", "2017-10-25 17:37:23.063370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -687550113 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bc483bd-3d23-4e9f-b0fb-cb0b4cb38f51' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -687550113], ["username", "billy_27"], ["access_token", "899f740f0d2bf038803a8b121f04dd28"], ["uuid", "4bc483bd-3d23-4e9f-b0fb-cb0b4cb38f51"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:37:23.067091"], ["updated_at", "2017-10-25 17:37:23.067091"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1239935168 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6388d4a7-17b6-4372-a778-e86039330cc1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1239935168], ["username", "billy_28"], ["access_token", "70787017a141cb7ae6515b95840958c7"], ["uuid", "6388d4a7-17b6-4372-a778-e86039330cc1"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:37:23.070467"], ["updated_at", "2017-10-25 17:37:23.070467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220906372 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9824f9c0-28f9-403f-a465-76c22791c65a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1220906372], ["username", "billy_29"], ["access_token", "b09fcf46d4fc33ef49063dad16f66e68"], ["uuid", "9824f9c0-28f9-403f-a465-76c22791c65a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:37:23.074111"], ["updated_at", "2017-10-25 17:37:23.074111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -368649964 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf36486e-4a01-4c5f-aa59-09870f9c5ae6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -368649964], ["username", "billy_30"], ["access_token", "56e8fa21538bf1551aee0e7e2928b4e6"], ["uuid", "cf36486e-4a01-4c5f-aa59-09870f9c5ae6"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:37:23.077735"], ["updated_at", "2017-10-25 17:37:23.077735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1313432599 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b05d3714-7355-4424-a6a0-2172de9df703' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1313432599], ["username", "billy_31"], ["access_token", "233c6f41b09ce224d122d431585d2320"], ["uuid", "b05d3714-7355-4424-a6a0-2172de9df703"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:37:23.081471"], ["updated_at", "2017-10-25 17:37:23.081471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -932205668 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e30b3eb5-2c22-4472-b4a3-8bece56f1443' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -932205668], ["username", "billy_32"], ["access_token", "08a1873cf9871ab72820ca73d18e005f"], ["uuid", "e30b3eb5-2c22-4472-b4a3-8bece56f1443"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:37:23.086791"], ["updated_at", "2017-10-25 17:37:23.086791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1033577601 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88f04933-d0cf-44cf-b774-5a90a9e685e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1033577601], ["username", "billy_33"], ["access_token", "c4859e1fe3661498a39447f3fef16492"], ["uuid", "88f04933-d0cf-44cf-b774-5a90a9e685e5"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:37:23.091059"], ["updated_at", "2017-10-25 17:37:23.091059"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1333898897 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3fee75a0-245a-4c13-b45d-e0757ee93d19' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1333898897], ["username", "billy_34"], ["access_token", "73f1ed9a746a17f9cd671f16c2355df8"], ["uuid", "3fee75a0-245a-4c13-b45d-e0757ee93d19"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:37:23.094682"], ["updated_at", "2017-10-25 17:37:23.094682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2038781361 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ee15a7d-7c0d-4805-b0e7-add700b1e44a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2038781361], ["username", "billy_35"], ["access_token", "c33af6b26a492d898a20d5f7012485f7"], ["uuid", "0ee15a7d-7c0d-4805-b0e7-add700b1e44a"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:37:23.098440"], ["updated_at", "2017-10-25 17:37:23.098440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -809553802 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88dc2b34-edf8-4cce-bcec-0ad28a1467b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -809553802], ["username", "billy_36"], ["access_token", "4c1be90be60b970a1e865a6ee98401ff"], ["uuid", "88dc2b34-edf8-4cce-bcec-0ad28a1467b5"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:37:23.101896"], ["updated_at", "2017-10-25 17:37:23.101896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1652105791 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f550fb61-fe2d-4405-ad59-4dd0e44cfc18' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1652105791], ["username", "billy_37"], ["access_token", "e60a06be3c916234150052859f06d00b"], ["uuid", "f550fb61-fe2d-4405-ad59-4dd0e44cfc18"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:37:23.106796"], ["updated_at", "2017-10-25 17:37:23.106796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -506758363 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb7274da-aa69-4d3e-a435-355376fba91f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -506758363], ["username", "billy_38"], ["access_token", "60a8bd9b08fb12c3e393a33a479bb524"], ["uuid", "cb7274da-aa69-4d3e-a435-355376fba91f"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:37:23.112078"], ["updated_at", "2017-10-25 17:37:23.112078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1542921179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08d0414a-b3a5-44a1-b098-fddbc593353c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1542921179], ["username", "billy_39"], ["access_token", "baec0f2eed31f49f191bd7a333933c6e"], ["uuid", "08d0414a-b3a5-44a1-b098-fddbc593353c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:37:23.116350"], ["updated_at", "2017-10-25 17:37:23.116350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2068062930 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f0ed5b6-82e8-4f22-9915-49189735d8f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2068062930], ["username", "billy_40"], ["access_token", "80ec9769bd964e963e348fd64dddfa46"], ["uuid", "1f0ed5b6-82e8-4f22-9915-49189735d8f7"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:37:23.119974"], ["updated_at", "2017-10-25 17:37:23.119974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -515340380 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aab00297-acf0-4e55-9440-c48e41951eb2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -515340380], ["username", "billy_41"], ["access_token", "16a64317b2a1d84a253008381a8fc30a"], ["uuid", "aab00297-acf0-4e55-9440-c48e41951eb2"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:37:23.123515"], ["updated_at", "2017-10-25 17:37:23.123515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1394514380 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c338f023-1370-4629-b497-7677d943a853' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1394514380], ["username", "billy_42"], ["access_token", "894780ae3e957fa20b0c5bace8a26e17"], ["uuid", "c338f023-1370-4629-b497-7677d943a853"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:37:23.126990"], ["updated_at", "2017-10-25 17:37:23.126990"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436059722 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc1cfd78-6e0a-4ebc-9c2c-321db02e3a65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1436059722], ["username", "billy_43"], ["access_token", "85d1e1c94330eedb43af1cba69088c42"], ["uuid", "dc1cfd78-6e0a-4ebc-9c2c-321db02e3a65"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:37:23.130675"], ["updated_at", "2017-10-25 17:37:23.130675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -16500149 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '155f467c-8698-455e-a0ac-117153196be9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -16500149], ["username", "billy_44"], ["access_token", "8ea46d4810b0240b1f8f8e15fdbe6493"], ["uuid", "155f467c-8698-455e-a0ac-117153196be9"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:37:23.134225"], ["updated_at", "2017-10-25 17:37:23.134225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1397541340 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2553059b-cebf-4f07-a900-a5308e6842ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1397541340], ["username", "billy_45"], ["access_token", "208cd024bbbba56d58cca159d7f230f2"], ["uuid", "2553059b-cebf-4f07-a900-a5308e6842ee"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:37:23.137814"], ["updated_at", "2017-10-25 17:37:23.137814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867217420 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'da951773-27d6-4ce2-b216-8d2a13f4fcdf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -867217420], ["username", "billy_46"], ["access_token", "7544a53f4d43dd4475b1c4dd9c3cb93c"], ["uuid", "da951773-27d6-4ce2-b216-8d2a13f4fcdf"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:37:23.141343"], ["updated_at", "2017-10-25 17:37:23.141343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -923016241 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e1abc9b4-d1f1-4161-a8a3-d40468381fba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -923016241], ["username", "billy_47"], ["access_token", "570e0afcb72a7065ae3c095f944dd65d"], ["uuid", "e1abc9b4-d1f1-4161-a8a3-d40468381fba"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:37:23.145374"], ["updated_at", "2017-10-25 17:37:23.145374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1110376620 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b17392e-0353-440f-8427-2eabc72d50a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1110376620], ["username", "billy_48"], ["access_token", "d3bc151422bbe038fcb79f0cb48ef4eb"], ["uuid", "5b17392e-0353-440f-8427-2eabc72d50a6"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:37:23.149133"], ["updated_at", "2017-10-25 17:37:23.149133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2380661 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb8e3275-c29a-4e58-b8fa-ed359d1b68e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2380661], ["username", "billy_49"], ["access_token", "7e7d29dc33670496dbf95b10b860c63d"], ["uuid", "fb8e3275-c29a-4e58-b8fa-ed359d1b68e1"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:37:23.153057"], ["updated_at", "2017-10-25 17:37:23.153057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.8ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 5681534]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5681534 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24a6c89f-d71d-487f-b6ef-01702b0ecdda' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 5681534], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "24a6c89f-d71d-487f-b6ef-01702b0ecdda"], ["created_at", "2017-10-25 17:37:23.165019"], ["updated_at", "2017-10-25 17:37:23.165019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6031087]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6031087 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '58c7b5bb-a7b5-4756-a396-866e048b8dae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 6031087], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "58c7b5bb-a7b5-4756-a396-866e048b8dae"], ["created_at", "2017-10-25 17:37:23.171862"], ["updated_at", "2017-10-25 17:37:23.171862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9851170]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9851170 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ced525b-a404-43c7-b9fc-0ef52cab8ebf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 9851170], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "2ced525b-a404-43c7-b9fc-0ef52cab8ebf"], ["created_at", "2017-10-25 17:37:23.177751"], ["updated_at", "2017-10-25 17:37:23.177751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 9851170 AND "openstax_accounts_accounts"."id" != 325) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '2ced525b-a404-43c7-b9fc-0ef52cab8ebf' AND "openstax_accounts_accounts"."id" != 325) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2245651]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2245651 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5be5cf8-3d17-479f-be94-07d3f0ac8236' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 2245651], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["role", 2], ["uuid", "f5be5cf8-3d17-479f-be94-07d3f0ac8236"], ["created_at", "2017-10-25 17:37:23.185457"], ["updated_at", "2017-10-25 17:37:23.185457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4098166]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4098166 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2dc8c16-8402-4f7c-99c7-783446449e78' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 4098166], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "f2dc8c16-8402-4f7c-99c7-783446449e78"], ["created_at", "2017-10-25 17:37:23.191661"], ["updated_at", "2017-10-25 17:37:23.191661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8930732]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8930732 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '305f7798-da00-4c36-bacc-4da94fe184ac' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 8930732], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "305f7798-da00-4c36-bacc-4da94fe184ac"], ["created_at", "2017-10-25 17:37:23.198781"], ["updated_at", "2017-10-25 17:37:23.198781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -354940281 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9715c3305494dfb984f63586bbf9bf24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06f91787-e02d-417d-9c2e-9c79a7051591' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -354940281], ["username", "9715c3305494dfb984f63586bbf9bf24"], ["access_token", "b109a96c90f0a17a696ebd83b7aad984"], ["uuid", "06f91787-e02d-417d-9c2e-9c79a7051591"], ["created_at", "2017-10-25 17:37:23.204908"], ["updated_at", "2017-10-25 17:37:23.204908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -354940281]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -354940281 AND "openstax_accounts_accounts"."id" != 329) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 329) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '1dc93271-59fb-4fa3-847c-5353e6aaa52f' AND "openstax_accounts_accounts"."id" != 329) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "first_name" = $2, "last_name" = $3, "title" = $4, "access_token" = $5, "faculty_status" = $6, "role" = $7, "uuid" = $8, "updated_at" = $9 WHERE "openstax_accounts_accounts"."id" = $10 [["username", "191919"], ["first_name", "1234"], ["last_name", "5678"], ["title", "900"], ["access_token", nil], ["faculty_status", 2], ["role", 2], ["uuid", "1dc93271-59fb-4fa3-847c-5353e6aaa52f"], ["updated_at", "2017-10-25 17:37:23.209342"], ["id", 329]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 329]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb488acb-a89c-4404-98ea-e90dbca17737' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a20183d531f80c2a3ee639793c19348b"], ["uuid", "fb488acb-a89c-4404-98ea-e90dbca17737"], ["created_at", "2017-10-25 17:37:23.216213"], ["updated_at", "2017-10-25 17:37:23.216213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '531e8944-2d64-4cff-b7a7-cf6d34207ce2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a45cc93be57fca79adc34949c91dc51a"], ["uuid", "531e8944-2d64-4cff-b7a7-cf6d34207ce2"], ["created_at", "2017-10-25 17:37:23.227594"], ["updated_at", "2017-10-25 17:37:23.227594"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7891bb79-445e-409b-a4dc-e05dd16eaad9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "5b35108d7878e4df300e0c069165e6b8"], ["uuid", "7891bb79-445e-409b-a4dc-e05dd16eaad9"], ["created_at", "2017-10-25 17:37:23.240635"], ["updated_at", "2017-10-25 17:37:23.240635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1322a3db-788b-4958-96d2-c17db7fd343f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "e6bf20ff6c4a20588db42b861b7baa31"], ["uuid", "1322a3db-788b-4958-96d2-c17db7fd343f"], ["created_at", "2017-10-25 17:37:23.251244"], ["updated_at", "2017-10-25 17:37:23.251244"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 333]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:51174/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cff92a7-fe40-49e9-9c14-305b4c0ca587' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "e290791449753e661f112b8472be309e"], ["uuid", "8cff92a7-fe40-49e9-9c14-305b4c0ca587"], ["created_at", "2017-10-25 17:37:23.262105"], ["updated_at", "2017-10-25 17:37:23.262105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5aa55d3-af3a-4bce-ad0e-943e566cd656' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "9f1d5b810f904419b2ec2f09da00e15c"], ["uuid", "b5aa55d3-af3a-4bce-ad0e-943e566cd656"], ["created_at", "2017-10-25 17:37:23.267742"], ["updated_at", "2017-10-25 17:37:23.267742"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 335]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88e19ae5-7ada-4d00-8f14-47bbce1b89d7' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "19f0578a5c061e483422fd9a7a0aa7c3"], ["uuid", "88e19ae5-7ada-4d00-8f14-47bbce1b89d7"], ["created_at", "2017-10-25 17:37:23.281020"], ["updated_at", "2017-10-25 17:37:23.281020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["created_at", "2017-10-25 17:37:23.294896"], ["updated_at", "2017-10-25 17:37:23.294896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2017-10-25 17:37:23.297675"], ["updated_at", "2017-10-25 17:37:23.297675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2017-10-25 17:37:23.299956"], ["updated_at", "2017-10-25 17:37:23.299956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 337 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 2], ["user_id", 2], ["created_at", "2017-10-25 17:37:23.302618"], ["updated_at", "2017-10-25 17:37:23.302618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2017-10-25 17:37:23.304957"], ["updated_at", "2017-10-25 17:37:23.304957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 337 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 4], ["user_id", 2], ["created_at", "2017-10-25 17:37:23.307624"], ["updated_at", "2017-10-25 17:37:23.307624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 18 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2017-10-25 17:37:23.309995"], ["updated_at", "2017-10-25 17:37:23.309995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 2], ["id", 337]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 4], ["id", 18]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 4], ["id", 337]] Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:37:25 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-10-25 12:37:27 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 338 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 337 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2017-10-25 17:37:27.382037"], ["updated_at", "2017-10-25 17:37:27.382037"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 338 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-10-25 17:37:27.383798"], ["updated_at", "2017-10-25 17:37:27.383798"]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 337 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-10-25 17:37:27.385581"], ["updated_at", "2017-10-25 17:37:27.385581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 20 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-10-25 17:37:27.391428"], ["updated_at", "2017-10-25 17:37:27.391428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 18) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "name" = $1, "updated_at" = $2 WHERE "openstax_accounts_groups"."id" = $3 [["name", "M"], ["updated_at", "2017-10-25 17:37:27.393784"], ["id", 18]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 20) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:37:29 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-10-25 12:37:31 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 2], ["id", 20]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 4], ["id", 18]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 3], ["id", 338]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 3], ["id", 337]] Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:37:33 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-10-25 12:37:35 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.3ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = $1 [["id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = $1 [["id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 20 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-10-25 17:37:35.497281"], ["updated_at", "2017-10-25 17:37:35.497281"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 18) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 337 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-10-25 17:37:35.502991"], ["updated_at", "2017-10-25 17:37:35.502991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 338 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-10-25 17:37:35.506845"], ["updated_at", "2017-10-25 17:37:35.506845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 20) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-10-25 12:37:37 -0500 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-10-25 12:37:39 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 2], ["id", 20]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 4], ["id", 18]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 3], ["id", 338]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 3], ["id", 337]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2125208108 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0481208c-f502-47c2-970f-0c9621b0835f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2125208108], ["username", "jstrav"], ["access_token", "a15d444b926e6c4bb794f353e4475bdf"], ["uuid", "0481208c-f502-47c2-970f-0c9621b0835f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:39.575178"], ["updated_at", "2017-10-25 17:37:39.575178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1031638144 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5219975-537e-4dfa-a4f1-b311e71007aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1031638144], ["username", "mary"], ["access_token", "9bff66039cf8a8c37fcbfeeb5f0a044a"], ["uuid", "c5219975-537e-4dfa-a4f1-b311e71007aa"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:39.579268"], ["updated_at", "2017-10-25 17:37:39.579268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -316080448 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02e7ab68-f5c8-4509-a84d-452b82fb45df' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -316080448], ["username", "jstead"], ["access_token", "8c86daab4cf059773087a4669811c0c6"], ["uuid", "02e7ab68-f5c8-4509-a84d-452b82fb45df"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:39.583099"], ["updated_at", "2017-10-25 17:37:39.583099"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1551931496 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bba8690-5e82-4a22-8331-ded81dc039bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1551931496], ["username", "bigbear"], ["access_token", "6729ced6c645793efe44709e59255d3c"], ["uuid", "5bba8690-5e82-4a22-8331-ded81dc039bf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:39.588427"], ["updated_at", "2017-10-25 17:37:39.588427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1158451623 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d74611c-318f-439c-a2b7-2571c3c8f108' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1158451623], ["username", "jstrav"], ["access_token", "0f3a60ea9dbcbae218a79f9ef8275500"], ["uuid", "6d74611c-318f-439c-a2b7-2571c3c8f108"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:39.596796"], ["updated_at", "2017-10-25 17:37:39.596796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -892883565 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab47f2b5-1abe-48f7-bf97-bd5cc7102b33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -892883565], ["username", "mary"], ["access_token", "a28bead450f2f9268cefe7ede818ab73"], ["uuid", "ab47f2b5-1abe-48f7-bf97-bd5cc7102b33"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:39.600702"], ["updated_at", "2017-10-25 17:37:39.600702"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -768905508 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fec9f3c9-3d87-4dba-a0d4-e44006a0c1c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -768905508], ["username", "jstead"], ["access_token", "e381a7deae926b4a0f025eb672ab368e"], ["uuid", "fec9f3c9-3d87-4dba-a0d4-e44006a0c1c6"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:39.604513"], ["updated_at", "2017-10-25 17:37:39.604513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1203424817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8923329d-0291-40d7-822c-21036464484a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1203424817], ["username", "bigbear"], ["access_token", "215be719c4833210f56a0f2a745258a7"], ["uuid", "8923329d-0291-40d7-822c-21036464484a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:39.609271"], ["updated_at", "2017-10-25 17:37:39.609271"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -912053418 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00b41493-9735-444b-a86c-5933ab03ba76' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -912053418], ["username", "jstrav"], ["access_token", "5dd98e644378ac59ad84fcd31e72aafa"], ["uuid", "00b41493-9735-444b-a86c-5933ab03ba76"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:39.619714"], ["updated_at", "2017-10-25 17:37:39.619714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -453157744 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd875e7c9-5d25-400a-bcee-42eb6657bc0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -453157744], ["username", "mary"], ["access_token", "62b1975d8c25aeef2c4491d1e161e4d0"], ["uuid", "d875e7c9-5d25-400a-bcee-42eb6657bc0e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:39.624626"], ["updated_at", "2017-10-25 17:37:39.624626"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -533985345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff0c48de-d110-4ac7-8a13-ebbd2e255873' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -533985345], ["username", "jstead"], ["access_token", "c4703933c7bf06841ee1ce7e15637220"], ["uuid", "ff0c48de-d110-4ac7-8a13-ebbd2e255873"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:39.628567"], ["updated_at", "2017-10-25 17:37:39.628567"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1674262883 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba79967b-ddb4-4c8f-b2e1-a4261f464d08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1674262883], ["username", "bigbear"], ["access_token", "72eb2cd24780c7ae6480a82ef1bcf7e3"], ["uuid", "ba79967b-ddb4-4c8f-b2e1-a4261f464d08"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:39.632354"], ["updated_at", "2017-10-25 17:37:39.632354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -374856738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69524021-9641-4a86-ac4a-52c564706864' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -374856738], ["username", "jstrav"], ["access_token", "390f0ebd3bcd967e4fc7d3495f3deacd"], ["uuid", "69524021-9641-4a86-ac4a-52c564706864"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:39.639885"], ["updated_at", "2017-10-25 17:37:39.639885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -353572713 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e025d5ee-13d4-4df3-83cb-bb9fb289dedf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -353572713], ["username", "mary"], ["access_token", "0c032bd45951cbfcbfb0b07886b5625a"], ["uuid", "e025d5ee-13d4-4df3-83cb-bb9fb289dedf"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:39.643898"], ["updated_at", "2017-10-25 17:37:39.643898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -184153381 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7a2c42b-3192-4074-8e66-0ebcdc8eed91' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -184153381], ["username", "jstead"], ["access_token", "ce9343940d165b98810e9f6b05824a91"], ["uuid", "b7a2c42b-3192-4074-8e66-0ebcdc8eed91"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:39.647732"], ["updated_at", "2017-10-25 17:37:39.647732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1930521492 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f670bf6d-bd5c-4c96-a055-42b5fa139503' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1930521492], ["username", "bigbear"], ["access_token", "475c2e793dd8c8d5520c778c4c988b60"], ["uuid", "f670bf6d-bd5c-4c96-a055-42b5fa139503"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:39.651995"], ["updated_at", "2017-10-25 17:37:39.651995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1445146286 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c4911a6-2065-49fc-a1da-25cd554b1db0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1445146286], ["username", "jstrav"], ["access_token", "c6d7fa487b0f1b5faaa4fc8d3003409b"], ["uuid", "7c4911a6-2065-49fc-a1da-25cd554b1db0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:39.661753"], ["updated_at", "2017-10-25 17:37:39.661753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1157454337 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85da88b9-df94-4ad4-8f72-31397956556b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1157454337], ["username", "mary"], ["access_token", "88d8f0e36394dd3d7bf01dd8f92ad1a0"], ["uuid", "85da88b9-df94-4ad4-8f72-31397956556b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:39.665555"], ["updated_at", "2017-10-25 17:37:39.665555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1998565525 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ae2af04-09dc-4252-9c8d-d29612a0683b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1998565525], ["username", "jstead"], ["access_token", "5e483cbd405f813abc2bf3d85a340c23"], ["uuid", "7ae2af04-09dc-4252-9c8d-d29612a0683b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:39.669169"], ["updated_at", "2017-10-25 17:37:39.669169"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411374512 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f85346f-5c73-4e90-9138-60868f08fd30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -411374512], ["username", "bigbear"], ["access_token", "37b705bd08af6e0adc789cd4a9bb4515"], ["uuid", "3f85346f-5c73-4e90-9138-60868f08fd30"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:39.673079"], ["updated_at", "2017-10-25 17:37:39.673079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1759126995 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c8094c1-7bac-49a6-8a24-6906141329a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1759126995], ["username", "jstrav"], ["access_token", "bdd1c0b95167d8e0d70472862afd660a"], ["uuid", "1c8094c1-7bac-49a6-8a24-6906141329a7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:39.681041"], ["updated_at", "2017-10-25 17:37:39.681041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -572183758 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f13cfb65-59aa-4a7d-9129-e8b34eb8576a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -572183758], ["username", "mary"], ["access_token", "68c5ca44ad6733f49b4b55b3475deeb6"], ["uuid", "f13cfb65-59aa-4a7d-9129-e8b34eb8576a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:39.685020"], ["updated_at", "2017-10-25 17:37:39.685020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1848554961 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '475f30db-f29f-420f-a1e7-56484472eae0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1848554961], ["username", "jstead"], ["access_token", "da8a3a8e7debf7749e7a15dc8864dea6"], ["uuid", "475f30db-f29f-420f-a1e7-56484472eae0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:39.688579"], ["updated_at", "2017-10-25 17:37:39.688579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -882132565 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b59a55cc-46b6-4373-9e6a-e9a7f5ff7451' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -882132565], ["username", "bigbear"], ["access_token", "5f526b84bf23e2b68ed32d573a869b0c"], ["uuid", "b59a55cc-46b6-4373-9e6a-e9a7f5ff7451"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:39.692283"], ["updated_at", "2017-10-25 17:37:39.692283"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.8ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1017943302 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82920ba3-6337-41bf-8052-b36c5e9870e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1017943302], ["username", "jstrav"], ["access_token", "1b5789fba277c0965e81b40d93d26855"], ["uuid", "82920ba3-6337-41bf-8052-b36c5e9870e8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:39.702222"], ["updated_at", "2017-10-25 17:37:39.702222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1612995756 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce8288b3-2b8c-4b72-85ec-5f06c73c6c1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1612995756], ["username", "mary"], ["access_token", "48b24bd31de5789b6b9ea1d522ece94e"], ["uuid", "ce8288b3-2b8c-4b72-85ec-5f06c73c6c1c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:39.707343"], ["updated_at", "2017-10-25 17:37:39.707343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -473973555 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b69138db-79cd-4cc8-a224-1aad14a119c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -473973555], ["username", "jstead"], ["access_token", "a1eeb8229852fdb4c986f0e7c2c914b8"], ["uuid", "b69138db-79cd-4cc8-a224-1aad14a119c1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:39.711989"], ["updated_at", "2017-10-25 17:37:39.711989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2042232841 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81eca624-db2b-4fbb-8623-6b404b0a2591' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2042232841], ["username", "bigbear"], ["access_token", "3b53669f075aa03c3183729a16c5e63b"], ["uuid", "81eca624-db2b-4fbb-8623-6b404b0a2591"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:39.716159"], ["updated_at", "2017-10-25 17:37:39.716159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1103843767 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d48fe80-c515-4777-b4ff-107d11ddadc6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1103843767], ["username", "jstrav"], ["access_token", "edf6226944b854e5fec0811969d5e915"], ["uuid", "2d48fe80-c515-4777-b4ff-107d11ddadc6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:39.727226"], ["updated_at", "2017-10-25 17:37:39.727226"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1215416275 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c8a3ff0-e475-4659-9ecb-066c95c7665e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1215416275], ["username", "mary"], ["access_token", "e519f9e3ba5bae057a387c11ce7ef56b"], ["uuid", "5c8a3ff0-e475-4659-9ecb-066c95c7665e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:39.732894"], ["updated_at", "2017-10-25 17:37:39.732894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -483478207 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d06be4d-16a3-41a1-a714-2a128ccb9856' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -483478207], ["username", "jstead"], ["access_token", "49765c283a9568901146b3c6af2266c2"], ["uuid", "3d06be4d-16a3-41a1-a714-2a128ccb9856"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:39.737732"], ["updated_at", "2017-10-25 17:37:39.737732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -426569859 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0c5045f2-accd-454b-937e-0f4931015f32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -426569859], ["username", "bigbear"], ["access_token", "fe255829cf00849f7790242c0a0e5b1b"], ["uuid", "0c5045f2-accd-454b-937e-0f4931015f32"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:39.743188"], ["updated_at", "2017-10-25 17:37:39.743188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1734481504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b13ff897-b57a-493b-ab45-d0a676357084' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1734481504], ["username", "jstrav"], ["access_token", "448b58d2c9813930defc9bc3afa213c4"], ["uuid", "b13ff897-b57a-493b-ab45-d0a676357084"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:39.751315"], ["updated_at", "2017-10-25 17:37:39.751315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1522790666 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6cc64a90-2fca-4a68-aa0e-b50f32d53eaa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1522790666], ["username", "mary"], ["access_token", "33070aa8a44854d005456e465b47ed52"], ["uuid", "6cc64a90-2fca-4a68-aa0e-b50f32d53eaa"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:39.755591"], ["updated_at", "2017-10-25 17:37:39.755591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -143018434 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c485749-3fb1-4ccf-aebf-c938d78aa9f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -143018434], ["username", "jstead"], ["access_token", "88755da3c56af21123862b5843238ab0"], ["uuid", "7c485749-3fb1-4ccf-aebf-c938d78aa9f0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:39.759562"], ["updated_at", "2017-10-25 17:37:39.759562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1112392967 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a40b8c9-c3e8-48e3-9a9d-3b1fa643e449' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1112392967], ["username", "bigbear"], ["access_token", "fbdce452c2cc4104f6549be7c6c007ad"], ["uuid", "6a40b8c9-c3e8-48e3-9a9d-3b1fa643e449"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:39.763450"], ["updated_at", "2017-10-25 17:37:39.763450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1049392752 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77c2d530-e686-45c5-8101-1f76bbfe211d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1049392752], ["username", "jstrav"], ["access_token", "2061c805a3223234ccda8be7f09905b3"], ["uuid", "77c2d530-e686-45c5-8101-1f76bbfe211d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:39.771148"], ["updated_at", "2017-10-25 17:37:39.771148"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1880985184 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2fd7add-2882-445a-8c7b-de6c4bb6defd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1880985184], ["username", "mary"], ["access_token", "28aedec27357bd44a9a964f49775edca"], ["uuid", "d2fd7add-2882-445a-8c7b-de6c4bb6defd"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:39.775871"], ["updated_at", "2017-10-25 17:37:39.775871"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -917529002 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0958aece-6593-4221-93c4-40e2d8215f16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -917529002], ["username", "jstead"], ["access_token", "bbe5e6d47948cd4ba1caefb76cf7aec1"], ["uuid", "0958aece-6593-4221-93c4-40e2d8215f16"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:39.779882"], ["updated_at", "2017-10-25 17:37:39.779882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2051952616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa9e612f-199d-45cc-aebe-55214eb392da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2051952616], ["username", "bigbear"], ["access_token", "ae01bb78db49ddd543f5d804e25b82fa"], ["uuid", "fa9e612f-199d-45cc-aebe-55214eb392da"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:39.784141"], ["updated_at", "2017-10-25 17:37:39.784141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1465373243 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4dc37afa-5057-4986-b8cc-52e912a70be3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1465373243], ["username", "jstrav"], ["access_token", "f3ca35b09e32c8fdbd4157ed17a2b863"], ["uuid", "4dc37afa-5057-4986-b8cc-52e912a70be3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:39.793265"], ["updated_at", "2017-10-25 17:37:39.793265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -275811800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ee6b0bb-92f7-4a8b-bb4a-2311679db77c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -275811800], ["username", "mary"], ["access_token", "b9387cbd6e08829cefca0fea2bee5526"], ["uuid", "0ee6b0bb-92f7-4a8b-bb4a-2311679db77c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:39.797016"], ["updated_at", "2017-10-25 17:37:39.797016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -946544248 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a27b8b4-5346-4e27-a68d-6a8fe731e1e2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -946544248], ["username", "jstead"], ["access_token", "93ae987618ef8ab073c8d549d62d7b37"], ["uuid", "5a27b8b4-5346-4e27-a68d-6a8fe731e1e2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:39.800971"], ["updated_at", "2017-10-25 17:37:39.800971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1969030777 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30545e8d-572b-4aa6-87d7-d613b3a00240' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1969030777], ["username", "bigbear"], ["access_token", "eeb40fcc8d00b6c7d2f6bc64a0391aba"], ["uuid", "30545e8d-572b-4aa6-87d7-d613b3a00240"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:39.804807"], ["updated_at", "2017-10-25 17:37:39.804807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877776245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c90d246e-0efb-42fa-aff4-636a9a167007' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1877776245], ["username", "billy_00"], ["access_token", "89b8e643dadba56532e995e98deff68b"], ["uuid", "c90d246e-0efb-42fa-aff4-636a9a167007"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:37:39.808601"], ["updated_at", "2017-10-25 17:37:39.808601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1262032402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94aa34c2-10c0-4b66-8a61-6d0cbff36187' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1262032402], ["username", "billy_01"], ["access_token", "2bff0c46576d799dd3841ef7db8f5c41"], ["uuid", "94aa34c2-10c0-4b66-8a61-6d0cbff36187"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:37:39.812375"], ["updated_at", "2017-10-25 17:37:39.812375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -850187544 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '757935ff-2878-4547-899b-bcd0b8674a6b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -850187544], ["username", "billy_02"], ["access_token", "7a7a656a255cd4abde819e2c48e396f1"], ["uuid", "757935ff-2878-4547-899b-bcd0b8674a6b"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:37:39.816296"], ["updated_at", "2017-10-25 17:37:39.816296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1350016167 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5df003ef-5773-41cc-988f-06bfe872a92e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1350016167], ["username", "billy_03"], ["access_token", "035a2c95802abc4d590f13332e7e6284"], ["uuid", "5df003ef-5773-41cc-988f-06bfe872a92e"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:37:39.821641"], ["updated_at", "2017-10-25 17:37:39.821641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -472789889 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb9c28fd-07d0-42d0-a343-c7aeef62f8bf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -472789889], ["username", "billy_04"], ["access_token", "61f034912c76fb2bc960786c822e5894"], ["uuid", "fb9c28fd-07d0-42d0-a343-c7aeef62f8bf"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:37:39.828005"], ["updated_at", "2017-10-25 17:37:39.828005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1681262586 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c9fc7bd-5c77-4bd1-881b-b9780625b0a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1681262586], ["username", "billy_05"], ["access_token", "0ec89a6138d6b36191e04e0c8ca91bfe"], ["uuid", "1c9fc7bd-5c77-4bd1-881b-b9780625b0a2"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:37:39.833216"], ["updated_at", "2017-10-25 17:37:39.833216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19252858 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '506998d2-62d8-4317-80b0-73317b6d9eb1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -19252858], ["username", "billy_06"], ["access_token", "c17357574ff9ee8807d834d50dd770f2"], ["uuid", "506998d2-62d8-4317-80b0-73317b6d9eb1"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:37:39.837301"], ["updated_at", "2017-10-25 17:37:39.837301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1731143506 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9cc983a4-a174-4b29-ad91-f907f90273fa' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1731143506], ["username", "billy_07"], ["access_token", "c1466874db5788b8ea1e6234ec071b0a"], ["uuid", "9cc983a4-a174-4b29-ad91-f907f90273fa"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:37:39.841753"], ["updated_at", "2017-10-25 17:37:39.841753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1551172751 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '803b514b-566f-4386-a283-e3ad9678d341' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1551172751], ["username", "billy_08"], ["access_token", "a12c4d9f9a51a7cb9881c9743e356810"], ["uuid", "803b514b-566f-4386-a283-e3ad9678d341"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:37:39.845983"], ["updated_at", "2017-10-25 17:37:39.845983"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -298518322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9253fa07-8a6f-4f3d-828e-d4457da943b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -298518322], ["username", "billy_09"], ["access_token", "8fc4c0eec26495f98cfe87d02d8b4301"], ["uuid", "9253fa07-8a6f-4f3d-828e-d4457da943b1"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:37:39.850439"], ["updated_at", "2017-10-25 17:37:39.850439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1821813722 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f6db0aa-ecb2-4b77-8cb6-430163573178' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1821813722], ["username", "billy_10"], ["access_token", "2f836c9ea7aaee29d2076a728213c416"], ["uuid", "3f6db0aa-ecb2-4b77-8cb6-430163573178"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:37:39.854843"], ["updated_at", "2017-10-25 17:37:39.854843"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2128490051 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c55cbeb-fd97-4225-ad8b-d2adc280429c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2128490051], ["username", "billy_11"], ["access_token", "05b4bae27a6a5a5d17e47348743fc1bb"], ["uuid", "1c55cbeb-fd97-4225-ad8b-d2adc280429c"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:37:39.859187"], ["updated_at", "2017-10-25 17:37:39.859187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1650368468 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24567cd6-9716-4164-b138-1629af46ca8d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1650368468], ["username", "billy_12"], ["access_token", "dbb1d8d507c4b187517c1923d0849e73"], ["uuid", "24567cd6-9716-4164-b138-1629af46ca8d"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:37:39.863310"], ["updated_at", "2017-10-25 17:37:39.863310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -139704935 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '796101ed-92d0-42ab-8e68-20e7666c2ea4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -139704935], ["username", "billy_13"], ["access_token", "a2c1264ec39ca4e1875b81ece7887efe"], ["uuid", "796101ed-92d0-42ab-8e68-20e7666c2ea4"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:37:39.867534"], ["updated_at", "2017-10-25 17:37:39.867534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -636544418 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '517740ee-ad0b-4334-9577-958df2d9f36d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -636544418], ["username", "billy_14"], ["access_token", "d03313f86af7ea14bc7c06fe4e882cfc"], ["uuid", "517740ee-ad0b-4334-9577-958df2d9f36d"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:37:39.871484"], ["updated_at", "2017-10-25 17:37:39.871484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074787121 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69e65241-4579-47ac-b0c8-d520e35bc34e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2074787121], ["username", "billy_15"], ["access_token", "544af7f44b2982283b67f196e0b0e409"], ["uuid", "69e65241-4579-47ac-b0c8-d520e35bc34e"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:37:39.875420"], ["updated_at", "2017-10-25 17:37:39.875420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -240183553 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a25e02ca-75d8-4ce3-98a5-2e1edd9521df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -240183553], ["username", "billy_16"], ["access_token", "36cc2b9ff8257041f8c5359c880b5766"], ["uuid", "a25e02ca-75d8-4ce3-98a5-2e1edd9521df"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:37:39.879838"], ["updated_at", "2017-10-25 17:37:39.879838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2016649055 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd544dfc-291a-44d2-a6e6-323191373fc4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2016649055], ["username", "billy_17"], ["access_token", "2a77f2664856063a778529500514f74d"], ["uuid", "cd544dfc-291a-44d2-a6e6-323191373fc4"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:37:39.883863"], ["updated_at", "2017-10-25 17:37:39.883863"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1398514740 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a95aba9f-9a7a-4582-a39d-ba4b49d891ac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1398514740], ["username", "billy_18"], ["access_token", "1ba700dc5dbd2b7c79eb7419966633c4"], ["uuid", "a95aba9f-9a7a-4582-a39d-ba4b49d891ac"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:37:39.887454"], ["updated_at", "2017-10-25 17:37:39.887454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1129726379 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17a3f3bc-70c9-416f-bde5-841e127cf88b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1129726379], ["username", "billy_19"], ["access_token", "a6cad2c3856436e3aa0dd607fedc0065"], ["uuid", "17a3f3bc-70c9-416f-bde5-841e127cf88b"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:37:39.890949"], ["updated_at", "2017-10-25 17:37:39.890949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1285958246 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f95a506a-b827-4f7c-b9a1-b2ba0aa81ad7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1285958246], ["username", "billy_20"], ["access_token", "ca8c6c1e15cceb92918b4ce0ffc1e375"], ["uuid", "f95a506a-b827-4f7c-b9a1-b2ba0aa81ad7"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:37:39.894890"], ["updated_at", "2017-10-25 17:37:39.894890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -448652231 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45d35d73-1398-47fe-824f-d0b17a72887a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -448652231], ["username", "billy_21"], ["access_token", "c2202a7b48cd27d517464267c73edaeb"], ["uuid", "45d35d73-1398-47fe-824f-d0b17a72887a"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:37:39.898562"], ["updated_at", "2017-10-25 17:37:39.898562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -281084124 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5441c991-7f86-44e7-84af-5f5b8824126a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -281084124], ["username", "billy_22"], ["access_token", "5dad597edfe3c7ddaccbce4e9866df3e"], ["uuid", "5441c991-7f86-44e7-84af-5f5b8824126a"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:37:39.902223"], ["updated_at", "2017-10-25 17:37:39.902223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -141644063 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '527b8e14-00f7-421a-b01e-49b1a9c90f1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -141644063], ["username", "billy_23"], ["access_token", "f77013d3ea3ef1fcc8ba239d9ae5bb1f"], ["uuid", "527b8e14-00f7-421a-b01e-49b1a9c90f1d"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:37:39.906079"], ["updated_at", "2017-10-25 17:37:39.906079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1948478703 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fac36690-5cbc-4088-8d47-24f98e93dc4b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1948478703], ["username", "billy_24"], ["access_token", "41b2e832630c104c52c15805dd7f945d"], ["uuid", "fac36690-5cbc-4088-8d47-24f98e93dc4b"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:37:39.909924"], ["updated_at", "2017-10-25 17:37:39.909924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2005196538 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c7e34e5-18c9-4219-899f-25501cb3f6f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2005196538], ["username", "billy_25"], ["access_token", "0ba41ccdf43887ebbcb471162f7e1382"], ["uuid", "4c7e34e5-18c9-4219-899f-25501cb3f6f3"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:37:39.913663"], ["updated_at", "2017-10-25 17:37:39.913663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236034654 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd5c7f3d-6414-4d48-be14-fe82a7a51710' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -236034654], ["username", "billy_26"], ["access_token", "2ead0eff4d5c20931669e9d9f2deb028"], ["uuid", "dd5c7f3d-6414-4d48-be14-fe82a7a51710"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:37:39.917479"], ["updated_at", "2017-10-25 17:37:39.917479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -136426334 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9d9777f-93fd-4b35-aa96-e1f6df196b3f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -136426334], ["username", "billy_27"], ["access_token", "163abbe0ee53cbc971efd903215cc40c"], ["uuid", "a9d9777f-93fd-4b35-aa96-e1f6df196b3f"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:37:39.921332"], ["updated_at", "2017-10-25 17:37:39.921332"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -737703451 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af727887-3e69-45be-bf60-ba501fcbfcdf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -737703451], ["username", "billy_28"], ["access_token", "0a161f4e5b16cfb1f12129760fb3472c"], ["uuid", "af727887-3e69-45be-bf60-ba501fcbfcdf"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:37:39.925396"], ["updated_at", "2017-10-25 17:37:39.925396"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574576399 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4dfc62e3-efea-40b8-a1b6-f2631230ef4c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1574576399], ["username", "billy_29"], ["access_token", "7a0aa98365b2f3081798031c1ceb113e"], ["uuid", "4dfc62e3-efea-40b8-a1b6-f2631230ef4c"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:37:39.929627"], ["updated_at", "2017-10-25 17:37:39.929627"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990283652 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cbca03f9-a1e9-429e-819e-aa54469c5d49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1990283652], ["username", "billy_30"], ["access_token", "8c840625ce6e237b1ad6c8f444496400"], ["uuid", "cbca03f9-a1e9-429e-819e-aa54469c5d49"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:37:39.933720"], ["updated_at", "2017-10-25 17:37:39.933720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2092897785 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2380f921-3954-49be-8ffb-4d1f698bf914' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2092897785], ["username", "billy_31"], ["access_token", "0a5b46e18a862e165244b143f4409fea"], ["uuid", "2380f921-3954-49be-8ffb-4d1f698bf914"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:37:39.937515"], ["updated_at", "2017-10-25 17:37:39.937515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -831661359 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af98ec95-fb52-477d-85cb-95c1a0a62f0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -831661359], ["username", "billy_32"], ["access_token", "5c63e7ae976aa81cd723e45743cee43f"], ["uuid", "af98ec95-fb52-477d-85cb-95c1a0a62f0e"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:37:39.941211"], ["updated_at", "2017-10-25 17:37:39.941211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975099976 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '475f64d7-76f2-4b95-967a-c3795dcf83e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1975099976], ["username", "billy_33"], ["access_token", "398214f5f0f3e4b47be30fed7eb8e0ae"], ["uuid", "475f64d7-76f2-4b95-967a-c3795dcf83e9"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:37:39.945272"], ["updated_at", "2017-10-25 17:37:39.945272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -755903033 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6353875-28d9-4d6d-b52a-edcda9c3e4f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -755903033], ["username", "billy_34"], ["access_token", "4219b493d1bf1072c7162005884b8cd1"], ["uuid", "d6353875-28d9-4d6d-b52a-edcda9c3e4f3"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:37:39.949232"], ["updated_at", "2017-10-25 17:37:39.949232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1445711514 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e084d00-2f0c-4e10-ba71-975911c2e6be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1445711514], ["username", "billy_35"], ["access_token", "6e7c271b25aa7d1b3b86d02ba7331fb4"], ["uuid", "2e084d00-2f0c-4e10-ba71-975911c2e6be"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:37:39.953173"], ["updated_at", "2017-10-25 17:37:39.953173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -672133258 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '974e318b-a6e8-488a-a0cb-dad8b32b3cc8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -672133258], ["username", "billy_36"], ["access_token", "08d91b298ab3e169ac01a61fbf6d6dd3"], ["uuid", "974e318b-a6e8-488a-a0cb-dad8b32b3cc8"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:37:39.957151"], ["updated_at", "2017-10-25 17:37:39.957151"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1762063139 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0714c00b-505f-4575-9509-e887ba6d10de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1762063139], ["username", "billy_37"], ["access_token", "f1714409e0f31d9f0121cb12f75b57ce"], ["uuid", "0714c00b-505f-4575-9509-e887ba6d10de"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:37:39.960969"], ["updated_at", "2017-10-25 17:37:39.960969"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -390698872 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11987bb3-5f8c-4cf8-ac86-b487c71330c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -390698872], ["username", "billy_38"], ["access_token", "34d17a811be60d821534d275a9df4d98"], ["uuid", "11987bb3-5f8c-4cf8-ac86-b487c71330c7"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:37:39.964827"], ["updated_at", "2017-10-25 17:37:39.964827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2086877025 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9883bbc-e2c3-4cb7-b1e6-084dc8a2df32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2086877025], ["username", "billy_39"], ["access_token", "0812088b7243034b6ebe033e4fce18eb"], ["uuid", "f9883bbc-e2c3-4cb7-b1e6-084dc8a2df32"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:37:39.968592"], ["updated_at", "2017-10-25 17:37:39.968592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -571024245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e25642cf-0a25-4978-8a20-63c1d073db58' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -571024245], ["username", "billy_40"], ["access_token", "5d83ce25e6652d9f582bd44a2113b65d"], ["uuid", "e25642cf-0a25-4978-8a20-63c1d073db58"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:37:39.972600"], ["updated_at", "2017-10-25 17:37:39.972600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1777716887 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fdf2b8b1-f5b9-46c2-bc6e-02093b54eb10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1777716887], ["username", "billy_41"], ["access_token", "56c597cfc337d8d37086912fc72a5d47"], ["uuid", "fdf2b8b1-f5b9-46c2-bc6e-02093b54eb10"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:37:39.976217"], ["updated_at", "2017-10-25 17:37:39.976217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2052042524 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67a1a1a5-ae3c-441c-a9e9-8c3ed0cbf060' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2052042524], ["username", "billy_42"], ["access_token", "e6d91e53ef76c5bb8916b463160b72b8"], ["uuid", "67a1a1a5-ae3c-441c-a9e9-8c3ed0cbf060"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:37:39.980123"], ["updated_at", "2017-10-25 17:37:39.980123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1297813137 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ef85ea2-1fa4-4269-9b45-0e471be7b62d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1297813137], ["username", "billy_43"], ["access_token", "63b2fb978ca7a04797b87434e28e2685"], ["uuid", "3ef85ea2-1fa4-4269-9b45-0e471be7b62d"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:37:39.984258"], ["updated_at", "2017-10-25 17:37:39.984258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -572299316 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '40f4ea1e-2854-4f9f-8924-71c40a829ba1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -572299316], ["username", "billy_44"], ["access_token", "d7e91bee9c3a5da1345bc9b98aceacfe"], ["uuid", "40f4ea1e-2854-4f9f-8924-71c40a829ba1"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:37:39.988210"], ["updated_at", "2017-10-25 17:37:39.988210"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1856648470 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be13e487-0ded-4b86-b8a8-04f407fb6c29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1856648470], ["username", "billy_45"], ["access_token", "2516423912cfb04d58597f7f4dcdfbd2"], ["uuid", "be13e487-0ded-4b86-b8a8-04f407fb6c29"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:37:39.992217"], ["updated_at", "2017-10-25 17:37:39.992217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -570063939 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12f7871e-1993-4631-9a24-358905ff45cb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -570063939], ["username", "jstrav"], ["access_token", "5a0663edfd66d9e2b8ba0adbf5aaa07b"], ["uuid", "12f7871e-1993-4631-9a24-358905ff45cb"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:40.003234"], ["updated_at", "2017-10-25 17:37:40.003234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2041660202 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56be7ccb-81f5-4d0f-8fe5-e93d54b9443e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2041660202], ["username", "mary"], ["access_token", "84e3d013cdea076532a6166c550a19b3"], ["uuid", "56be7ccb-81f5-4d0f-8fe5-e93d54b9443e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:40.007126"], ["updated_at", "2017-10-25 17:37:40.007126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1756758137 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04bef696-9234-45f1-b8b6-481997f40896' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1756758137], ["username", "jstead"], ["access_token", "9a919eaf3f05863a2e5da9346be670dd"], ["uuid", "04bef696-9234-45f1-b8b6-481997f40896"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:40.010806"], ["updated_at", "2017-10-25 17:37:40.010806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -496524002 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf5a85ec-2f29-40df-aaae-5cb6db6ce786' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -496524002], ["username", "bigbear"], ["access_token", "e48184efcd9874be255d401ce96ff765"], ["uuid", "cf5a85ec-2f29-40df-aaae-5cb6db6ce786"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:40.014381"], ["updated_at", "2017-10-25 17:37:40.014381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -950759760 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be7bc640-1429-4e6b-b536-246b786354e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -950759760], ["username", "billy_00"], ["access_token", "cdca3cdfa3d23c5f6a590396f2ec86fb"], ["uuid", "be7bc640-1429-4e6b-b536-246b786354e0"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:37:40.018079"], ["updated_at", "2017-10-25 17:37:40.018079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1390296050 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd7ab2ad-5e7a-42f3-a713-2edab5a314ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1390296050], ["username", "billy_01"], ["access_token", "01a321adaf09988b200a7f9bbc0bb91a"], ["uuid", "cd7ab2ad-5e7a-42f3-a713-2edab5a314ec"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:37:40.021970"], ["updated_at", "2017-10-25 17:37:40.021970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -949457387 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7438f1e9-b122-4623-97cc-45a81faf2b78' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -949457387], ["username", "billy_02"], ["access_token", "88f528d36f3726ef5241998f17b798d4"], ["uuid", "7438f1e9-b122-4623-97cc-45a81faf2b78"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:37:40.025826"], ["updated_at", "2017-10-25 17:37:40.025826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1047943063 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6bf2b695-5aa7-4edd-949f-49214b6fde39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1047943063], ["username", "billy_03"], ["access_token", "22e27d2ab7855db78f5e870e0dbef158"], ["uuid", "6bf2b695-5aa7-4edd-949f-49214b6fde39"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:37:40.029961"], ["updated_at", "2017-10-25 17:37:40.029961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -905318517 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8fc6f451-3548-4636-9c17-c9c071f9af29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -905318517], ["username", "billy_04"], ["access_token", "ecf17b773c83e21295b315cfbf027d8d"], ["uuid", "8fc6f451-3548-4636-9c17-c9c071f9af29"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:37:40.034393"], ["updated_at", "2017-10-25 17:37:40.034393"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1052181841 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a862a50-79b0-4480-94df-a51a9601018c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1052181841], ["username", "billy_05"], ["access_token", "957b515ba4c4c4d47a5ca43a4d1d421b"], ["uuid", "9a862a50-79b0-4480-94df-a51a9601018c"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:37:40.039050"], ["updated_at", "2017-10-25 17:37:40.039050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -824538605 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97ace5d2-0af8-485e-9cd4-eb2611cb3e4b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -824538605], ["username", "billy_06"], ["access_token", "522abc9ff6f45060e7e9896dee77f9bf"], ["uuid", "97ace5d2-0af8-485e-9cd4-eb2611cb3e4b"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:37:40.043158"], ["updated_at", "2017-10-25 17:37:40.043158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -471831064 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35f7777e-b2db-415b-945f-90ba4e809237' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -471831064], ["username", "billy_07"], ["access_token", "1bd14b8b07506461d9fbc9422e1e3362"], ["uuid", "35f7777e-b2db-415b-945f-90ba4e809237"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:37:40.046769"], ["updated_at", "2017-10-25 17:37:40.046769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -954267085 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd98b00e3-e160-48f8-9389-d427483d751f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -954267085], ["username", "billy_08"], ["access_token", "952d60b8347bc8c72519fb6624213751"], ["uuid", "d98b00e3-e160-48f8-9389-d427483d751f"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:37:40.050875"], ["updated_at", "2017-10-25 17:37:40.050875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1162201567 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7e3ff2f-6beb-4143-b46e-5db8ff60f7f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1162201567], ["username", "billy_09"], ["access_token", "121dac3b9c3d8df67db4ed95a6d7e2b7"], ["uuid", "d7e3ff2f-6beb-4143-b46e-5db8ff60f7f3"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:37:40.055868"], ["updated_at", "2017-10-25 17:37:40.055868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -306507040 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3eb4274d-abb6-42da-8b8b-20d360ca33e7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -306507040], ["username", "billy_10"], ["access_token", "22772b62084d5fa2c3e7844ca7d273b9"], ["uuid", "3eb4274d-abb6-42da-8b8b-20d360ca33e7"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:37:40.060367"], ["updated_at", "2017-10-25 17:37:40.060367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1893118297 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12e42fef-e82b-49e6-9e2b-92feaf718923' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1893118297], ["username", "billy_11"], ["access_token", "e819a3b01637d4f4fe0fd3cb284903fa"], ["uuid", "12e42fef-e82b-49e6-9e2b-92feaf718923"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:37:40.066110"], ["updated_at", "2017-10-25 17:37:40.066110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -636330430 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94142a46-7e7e-42ae-8122-30444c97c167' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -636330430], ["username", "billy_12"], ["access_token", "a273c2e1d1e6d2741f081f931cc13046"], ["uuid", "94142a46-7e7e-42ae-8122-30444c97c167"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:37:40.070717"], ["updated_at", "2017-10-25 17:37:40.070717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357588523 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ef9b225-1330-48f5-ae30-fb5b141575d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1357588523], ["username", "billy_13"], ["access_token", "2c5814ff5ab4a0d75fe24a6edc578a9a"], ["uuid", "4ef9b225-1330-48f5-ae30-fb5b141575d4"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:37:40.074724"], ["updated_at", "2017-10-25 17:37:40.074724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -28681042 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1ab153d-3ce7-4763-bce7-df1ac80e1d6e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -28681042], ["username", "billy_14"], ["access_token", "3cfe0835f051e422b6f423c90a9faf67"], ["uuid", "f1ab153d-3ce7-4763-bce7-df1ac80e1d6e"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:37:40.078635"], ["updated_at", "2017-10-25 17:37:40.078635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1637907523 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35f35d97-6335-42d9-9c1a-985fa593fa74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1637907523], ["username", "billy_15"], ["access_token", "7988e5db563d9db31bce31399939a671"], ["uuid", "35f35d97-6335-42d9-9c1a-985fa593fa74"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:37:40.082889"], ["updated_at", "2017-10-25 17:37:40.082889"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -225107720 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67ebc94d-2067-4a4d-b86d-66c849baaecc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -225107720], ["username", "billy_16"], ["access_token", "cf57f6180efd1d8bac8a888b0430c9f4"], ["uuid", "67ebc94d-2067-4a4d-b86d-66c849baaecc"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:37:40.086879"], ["updated_at", "2017-10-25 17:37:40.086879"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768256263 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0eb6619c-83ad-4c77-89c3-3f2e3e977de4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1768256263], ["username", "billy_17"], ["access_token", "6b3c448b01bb508c60bcb03e3b5ce1f3"], ["uuid", "0eb6619c-83ad-4c77-89c3-3f2e3e977de4"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:37:40.090987"], ["updated_at", "2017-10-25 17:37:40.090987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1355872506 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a87f724-8196-4e48-acd6-8830167c4755' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1355872506], ["username", "billy_18"], ["access_token", "f250dcef8f7c5d69570de021ee9501f6"], ["uuid", "9a87f724-8196-4e48-acd6-8830167c4755"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:37:40.094945"], ["updated_at", "2017-10-25 17:37:40.094945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870669455 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9874efde-678d-4e89-a697-03f2b871bc1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1870669455], ["username", "billy_19"], ["access_token", "cb0bc73e34443e56ba3594df579ae025"], ["uuid", "9874efde-678d-4e89-a697-03f2b871bc1c"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:37:40.098937"], ["updated_at", "2017-10-25 17:37:40.098937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -92771394 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89a35e29-03be-4271-a148-795ebe0646a7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -92771394], ["username", "billy_20"], ["access_token", "9f20914625f934d6b790d8bfe33ce76e"], ["uuid", "89a35e29-03be-4271-a148-795ebe0646a7"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:37:40.102804"], ["updated_at", "2017-10-25 17:37:40.102804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -453277496 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15e631f7-e63b-410a-a981-ada4aa68e63e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -453277496], ["username", "billy_21"], ["access_token", "73c9ed72747d745d31635ff584bd7f6f"], ["uuid", "15e631f7-e63b-410a-a981-ada4aa68e63e"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:37:40.129064"], ["updated_at", "2017-10-25 17:37:40.129064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -856481983 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1255cad0-1a82-4683-b296-59f3c16af24a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -856481983], ["username", "billy_22"], ["access_token", "1e412f5a3e001719fe4345e5719bfa40"], ["uuid", "1255cad0-1a82-4683-b296-59f3c16af24a"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:37:40.134899"], ["updated_at", "2017-10-25 17:37:40.134899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -25909735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bbfb6736-a9de-4816-b365-ce501ecf1d33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -25909735], ["username", "billy_23"], ["access_token", "66cc964914c79fe087883d9cad1ed163"], ["uuid", "bbfb6736-a9de-4816-b365-ce501ecf1d33"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:37:40.139673"], ["updated_at", "2017-10-25 17:37:40.139673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -484170295 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75ebe4f1-d198-415b-99ed-01392c8ee8dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -484170295], ["username", "billy_24"], ["access_token", "19d3728927426123819f0b2ac61f39d1"], ["uuid", "75ebe4f1-d198-415b-99ed-01392c8ee8dd"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:37:40.143660"], ["updated_at", "2017-10-25 17:37:40.143660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -933263292 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd1254ce-196e-4b78-a1da-6bc69baa5507' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -933263292], ["username", "billy_25"], ["access_token", "78fbf8951bca70cd3562ec31331d2b01"], ["uuid", "bd1254ce-196e-4b78-a1da-6bc69baa5507"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:37:40.147459"], ["updated_at", "2017-10-25 17:37:40.147459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1756169595 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f113ed0-bd6d-4a1c-b57a-f4d094f67995' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1756169595], ["username", "billy_26"], ["access_token", "8c5b83e456c9b8fcc1338609c45f5d15"], ["uuid", "1f113ed0-bd6d-4a1c-b57a-f4d094f67995"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:37:40.151227"], ["updated_at", "2017-10-25 17:37:40.151227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1056369252 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5628fa8-9b86-4ff3-b764-d37a7a31a28f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1056369252], ["username", "billy_27"], ["access_token", "3f1c7936bd9bbf4aeb7653cc2c709b5b"], ["uuid", "d5628fa8-9b86-4ff3-b764-d37a7a31a28f"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:37:40.155056"], ["updated_at", "2017-10-25 17:37:40.155056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1401500019 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '80f64615-c379-4bb1-bdb0-7fef1c0ab966' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1401500019], ["username", "billy_28"], ["access_token", "86e53bf6c9c5fb1d822f69eaa03e92bf"], ["uuid", "80f64615-c379-4bb1-bdb0-7fef1c0ab966"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:37:40.158986"], ["updated_at", "2017-10-25 17:37:40.158986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -886678734 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca051ca7-858a-4bc4-9e12-1ed9fb6360c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -886678734], ["username", "billy_29"], ["access_token", "310214f99d8a9b81afed6f87c822fa5c"], ["uuid", "ca051ca7-858a-4bc4-9e12-1ed9fb6360c4"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:37:40.162690"], ["updated_at", "2017-10-25 17:37:40.162690"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1609169771 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af84d281-44b4-4a2f-85bc-bc3713a6e5db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1609169771], ["username", "billy_30"], ["access_token", "b3ef675bfd4c3f7ee4fb161679747c83"], ["uuid", "af84d281-44b4-4a2f-85bc-bc3713a6e5db"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:37:40.166544"], ["updated_at", "2017-10-25 17:37:40.166544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1072570817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '492aeb21-aab7-489e-b65a-fcd30707c324' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1072570817], ["username", "billy_31"], ["access_token", "19b592910b4395281e634dff63c17537"], ["uuid", "492aeb21-aab7-489e-b65a-fcd30707c324"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:37:40.170492"], ["updated_at", "2017-10-25 17:37:40.170492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -634954600 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e3446e7-7e8f-4ac6-9afc-3385f046f91c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -634954600], ["username", "billy_32"], ["access_token", "69c56495219cbb0241349e45506a623c"], ["uuid", "4e3446e7-7e8f-4ac6-9afc-3385f046f91c"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:37:40.174168"], ["updated_at", "2017-10-25 17:37:40.174168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -114543576 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b018353c-40c7-4144-b99e-2433db838242' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -114543576], ["username", "billy_33"], ["access_token", "aa641d3cb292bf43b04a3dfc25de8a47"], ["uuid", "b018353c-40c7-4144-b99e-2433db838242"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:37:40.177772"], ["updated_at", "2017-10-25 17:37:40.177772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -278253354 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7fddb4b2-d96b-4da4-b993-de40463cb082' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -278253354], ["username", "billy_34"], ["access_token", "d33bb21a0b9d6b37c8420fd6201b8650"], ["uuid", "7fddb4b2-d96b-4da4-b993-de40463cb082"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:37:40.181295"], ["updated_at", "2017-10-25 17:37:40.181295"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -122990295 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe14bec3-2d62-4a01-85b7-3d1b2c773633' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -122990295], ["username", "billy_35"], ["access_token", "32b098ce3429b95d910b2359f8d1a07f"], ["uuid", "fe14bec3-2d62-4a01-85b7-3d1b2c773633"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:37:40.184797"], ["updated_at", "2017-10-25 17:37:40.184797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1041408598 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ad6e147-f63d-4aed-a6da-69520cdffaf5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1041408598], ["username", "billy_36"], ["access_token", "2db718df42773bbd46c7864f49144866"], ["uuid", "6ad6e147-f63d-4aed-a6da-69520cdffaf5"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:37:40.188445"], ["updated_at", "2017-10-25 17:37:40.188445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -562237387 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '862fe1fd-c13b-44ad-ab5b-6e2b0be13cb7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -562237387], ["username", "billy_37"], ["access_token", "2e20fe64bc79a9c64dcd9ef12b7fe5f7"], ["uuid", "862fe1fd-c13b-44ad-ab5b-6e2b0be13cb7"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:37:40.192124"], ["updated_at", "2017-10-25 17:37:40.192124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -544705110 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d96d5d3-e146-4660-81d3-eb65f88f0ba9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -544705110], ["username", "billy_38"], ["access_token", "76430d0131b8e555f8c4f097fc7228b0"], ["uuid", "8d96d5d3-e146-4660-81d3-eb65f88f0ba9"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:37:40.195775"], ["updated_at", "2017-10-25 17:37:40.195775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -408066815 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e6c9aaf7-10a0-4586-b8dd-98f9ce8a150f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -408066815], ["username", "billy_39"], ["access_token", "f3baf017e5467f99793a39183ae66dc9"], ["uuid", "e6c9aaf7-10a0-4586-b8dd-98f9ce8a150f"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:37:40.199291"], ["updated_at", "2017-10-25 17:37:40.199291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -442838819 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bdb28b3c-2cf3-4d5a-8a47-11ad9d47aee0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -442838819], ["username", "billy_40"], ["access_token", "9aed923bdb0575145a748d766c1a0f66"], ["uuid", "bdb28b3c-2cf3-4d5a-8a47-11ad9d47aee0"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:37:40.202812"], ["updated_at", "2017-10-25 17:37:40.202812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -247358549 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be1087db-0f97-42cb-8b82-9e62d7ca82b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -247358549], ["username", "billy_41"], ["access_token", "9fdd12384613719b1c500bf5ceba3c3a"], ["uuid", "be1087db-0f97-42cb-8b82-9e62d7ca82b7"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:37:40.206326"], ["updated_at", "2017-10-25 17:37:40.206326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -151680426 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16bed8a5-5aa6-421a-b90d-942bb7a8aeac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -151680426], ["username", "billy_42"], ["access_token", "105f171ec70fc8dbf393b65ce0d45e54"], ["uuid", "16bed8a5-5aa6-421a-b90d-942bb7a8aeac"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:37:40.209914"], ["updated_at", "2017-10-25 17:37:40.209914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -134730545 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac3c7387-ef32-4b74-9fac-8215c460dc2b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -134730545], ["username", "billy_43"], ["access_token", "bbfc7bcac28994a01fc8c9b3f1ab8873"], ["uuid", "ac3c7387-ef32-4b74-9fac-8215c460dc2b"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:37:40.213406"], ["updated_at", "2017-10-25 17:37:40.213406"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550959719 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b76aad42-2ec1-408a-a33d-2210951361a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1550959719], ["username", "billy_44"], ["access_token", "fb69d69e1e609f815dee239e54fe802c"], ["uuid", "b76aad42-2ec1-408a-a33d-2210951361a0"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:37:40.217606"], ["updated_at", "2017-10-25 17:37:40.217606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1635119038 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33f14e1f-2499-4a3a-bf0b-2623e4c91e21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1635119038], ["username", "billy_45"], ["access_token", "cddbeff22d034505285e99247251759b"], ["uuid", "33f14e1f-2499-4a3a-bf0b-2623e4c91e21"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:37:40.221458"], ["updated_at", "2017-10-25 17:37:40.221458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1370522161 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b91349b0-ace4-4016-aff1-1cc79050254a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1370522161], ["username", "jstrav"], ["access_token", "effe07f94b5f51998289627be7cdf5b7"], ["uuid", "b91349b0-ace4-4016-aff1-1cc79050254a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:40.231400"], ["updated_at", "2017-10-25 17:37:40.231400"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2049879515 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '907412b9-c0d0-4fc6-a8de-3bf9714e33a3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2049879515], ["username", "mary"], ["access_token", "884a358286b9e7f076ee1a345881966a"], ["uuid", "907412b9-c0d0-4fc6-a8de-3bf9714e33a3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:40.236111"], ["updated_at", "2017-10-25 17:37:40.236111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074979991 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09258d64-ef24-4fe3-a91d-02870da438dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2074979991], ["username", "jstead"], ["access_token", "62f01393a386f12e708d1d7e5c0ff007"], ["uuid", "09258d64-ef24-4fe3-a91d-02870da438dd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:40.241002"], ["updated_at", "2017-10-25 17:37:40.241002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1689056752 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ba87b03-f344-41fd-96d4-aa8c5c755414' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1689056752], ["username", "bigbear"], ["access_token", "f48d427326ccf2f144a5b4b7bbe72023"], ["uuid", "7ba87b03-f344-41fd-96d4-aa8c5c755414"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:40.244967"], ["updated_at", "2017-10-25 17:37:40.244967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2085431015 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2877ca69-7501-436f-91cd-0b7153deb84d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2085431015], ["username", "billy_00"], ["access_token", "6d55090d732d2047bf4fc37b19b96b94"], ["uuid", "2877ca69-7501-436f-91cd-0b7153deb84d"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-10-25 17:37:40.248661"], ["updated_at", "2017-10-25 17:37:40.248661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -26520642 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd759a2b9-4ae1-4513-9872-cedb0009ddba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -26520642], ["username", "billy_01"], ["access_token", "014552e7772e90039b64bf41a7bdbbc3"], ["uuid", "d759a2b9-4ae1-4513-9872-cedb0009ddba"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-10-25 17:37:40.252336"], ["updated_at", "2017-10-25 17:37:40.252336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -391555735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '436fb97d-04ca-490c-bb53-68d9d177e07d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -391555735], ["username", "billy_02"], ["access_token", "a2911b97a7a02a3516ac7ed5f566be2f"], ["uuid", "436fb97d-04ca-490c-bb53-68d9d177e07d"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-10-25 17:37:40.256014"], ["updated_at", "2017-10-25 17:37:40.256014"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -824280254 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b99c109-6c68-4a72-96dc-9ffc6bad897a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -824280254], ["username", "billy_03"], ["access_token", "d3d42bb68d4717acc73bc0b0270d4420"], ["uuid", "0b99c109-6c68-4a72-96dc-9ffc6bad897a"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-10-25 17:37:40.259583"], ["updated_at", "2017-10-25 17:37:40.259583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831786940 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d0d8c8b-533f-4e0f-ad7c-dbbe56e0023c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1831786940], ["username", "billy_04"], ["access_token", "dd99509023dc37b9d2c343ecf5b5e138"], ["uuid", "3d0d8c8b-533f-4e0f-ad7c-dbbe56e0023c"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-10-25 17:37:40.263898"], ["updated_at", "2017-10-25 17:37:40.263898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -359204063 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '928992d2-07fb-4524-86fe-eedebf30b590' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -359204063], ["username", "billy_05"], ["access_token", "c95eab218ba2414f98eff14356426f56"], ["uuid", "928992d2-07fb-4524-86fe-eedebf30b590"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-10-25 17:37:40.269351"], ["updated_at", "2017-10-25 17:37:40.269351"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878043788 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d099788-8e6a-48e8-9386-7294748a9169' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -878043788], ["username", "billy_06"], ["access_token", "a6d1d43e8ba926f29f97a0b1f3727134"], ["uuid", "9d099788-8e6a-48e8-9386-7294748a9169"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-10-25 17:37:40.274727"], ["updated_at", "2017-10-25 17:37:40.274727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -397389542 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2e2c8aa-30ce-4586-b5b3-9612002cff3e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -397389542], ["username", "billy_07"], ["access_token", "7e36de16c3e8cff41509b276008ee92b"], ["uuid", "f2e2c8aa-30ce-4586-b5b3-9612002cff3e"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-10-25 17:37:40.278744"], ["updated_at", "2017-10-25 17:37:40.278744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2128774895 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df04fee0-d327-4114-b515-ac91e8b88f12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2128774895], ["username", "billy_08"], ["access_token", "10950c09e6d471a421243da24e48171e"], ["uuid", "df04fee0-d327-4114-b515-ac91e8b88f12"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-10-25 17:37:40.282422"], ["updated_at", "2017-10-25 17:37:40.282422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1518163230 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '61ffbf46-e6c9-4799-9da8-6db53bb35ea3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1518163230], ["username", "billy_09"], ["access_token", "1ffab109b19fc90c3d52ea17932a1e1f"], ["uuid", "61ffbf46-e6c9-4799-9da8-6db53bb35ea3"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-10-25 17:37:40.286080"], ["updated_at", "2017-10-25 17:37:40.286080"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -140886817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31144f22-f178-474b-94db-7bec7a7cb676' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -140886817], ["username", "billy_10"], ["access_token", "a3d0cf3104ff40071824a774b64c4373"], ["uuid", "31144f22-f178-474b-94db-7bec7a7cb676"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-10-25 17:37:40.289672"], ["updated_at", "2017-10-25 17:37:40.289672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -442351450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f52a222b-79fc-4607-86eb-c85b020776e7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -442351450], ["username", "billy_11"], ["access_token", "38edf35849ab0b5ab9ef811478c6f3a7"], ["uuid", "f52a222b-79fc-4607-86eb-c85b020776e7"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-10-25 17:37:40.293364"], ["updated_at", "2017-10-25 17:37:40.293364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1135803212 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31521e69-2414-4afd-bc1b-11b1c0e779a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1135803212], ["username", "billy_12"], ["access_token", "e7793235fe998ba5c98b1e9525dce90b"], ["uuid", "31521e69-2414-4afd-bc1b-11b1c0e779a5"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-10-25 17:37:40.297182"], ["updated_at", "2017-10-25 17:37:40.297182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -434140261 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22fe2bba-66d6-43b4-aac2-e86d303d4252' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -434140261], ["username", "billy_13"], ["access_token", "ae88598fe8bca0a8e9dafac01503e576"], ["uuid", "22fe2bba-66d6-43b4-aac2-e86d303d4252"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-10-25 17:37:40.301048"], ["updated_at", "2017-10-25 17:37:40.301048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -498005309 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bab99c6a-8c0e-48ab-acfe-c695edca10ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -498005309], ["username", "billy_14"], ["access_token", "21f06660ea6852cae790d32a6e9de30b"], ["uuid", "bab99c6a-8c0e-48ab-acfe-c695edca10ae"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-10-25 17:37:40.304770"], ["updated_at", "2017-10-25 17:37:40.304770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1397405365 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '157aaf13-cf3a-4366-a70c-4a2194cbb248' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1397405365], ["username", "billy_15"], ["access_token", "02c384ae9fd8c21bd59b670d0b791bce"], ["uuid", "157aaf13-cf3a-4366-a70c-4a2194cbb248"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-10-25 17:37:40.308504"], ["updated_at", "2017-10-25 17:37:40.308504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -256401960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38f4b4a5-2f15-4f95-8615-31a6866964c7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -256401960], ["username", "billy_16"], ["access_token", "f6190dafa63e7128c806a3c0304574ae"], ["uuid", "38f4b4a5-2f15-4f95-8615-31a6866964c7"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-10-25 17:37:40.312190"], ["updated_at", "2017-10-25 17:37:40.312190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -759740015 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b9d3d56-0518-4476-8dfb-394547e6aaa3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -759740015], ["username", "billy_17"], ["access_token", "eb23a98b2c5175bf7188aa6444add32e"], ["uuid", "6b9d3d56-0518-4476-8dfb-394547e6aaa3"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-10-25 17:37:40.315939"], ["updated_at", "2017-10-25 17:37:40.315939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -953769003 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac6190cb-d2ba-4372-a7bd-91423532b4c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -953769003], ["username", "billy_18"], ["access_token", "00bbadc4e360364558d815e67eeac4d2"], ["uuid", "ac6190cb-d2ba-4372-a7bd-91423532b4c7"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-10-25 17:37:40.319555"], ["updated_at", "2017-10-25 17:37:40.319555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2133364302 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c09bf108-a953-4756-85a5-1fb62f75b801' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2133364302], ["username", "billy_19"], ["access_token", "618abddc2468d4bb9a1f76cc156242b6"], ["uuid", "c09bf108-a953-4756-85a5-1fb62f75b801"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-10-25 17:37:40.323227"], ["updated_at", "2017-10-25 17:37:40.323227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -340944999 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00ffec9f-8489-4297-8855-be5c7c99536f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -340944999], ["username", "billy_20"], ["access_token", "a1d4e40df9b3187e395d2317dea6f28f"], ["uuid", "00ffec9f-8489-4297-8855-be5c7c99536f"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-10-25 17:37:40.326819"], ["updated_at", "2017-10-25 17:37:40.326819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1686226085 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd95de5b6-2562-4413-b34a-23b9b3cdf9f7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1686226085], ["username", "billy_21"], ["access_token", "b84429ec673f51734e69a767ca1206b9"], ["uuid", "d95de5b6-2562-4413-b34a-23b9b3cdf9f7"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-10-25 17:37:40.331630"], ["updated_at", "2017-10-25 17:37:40.331630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1561323450 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '430c5e27-fb09-4092-91ce-2c0280c529d2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1561323450], ["username", "billy_22"], ["access_token", "c2165458d57bce1ef187a296222ec2d1"], ["uuid", "430c5e27-fb09-4092-91ce-2c0280c529d2"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-10-25 17:37:40.337289"], ["updated_at", "2017-10-25 17:37:40.337289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1122412999 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cf85507-413e-4ab8-809b-3cbc8b0bdb73' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1122412999], ["username", "billy_23"], ["access_token", "3d4541ad3d27231e0bd860493baa0466"], ["uuid", "8cf85507-413e-4ab8-809b-3cbc8b0bdb73"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-10-25 17:37:40.341695"], ["updated_at", "2017-10-25 17:37:40.341695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -826420626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6954d8e-302f-4e94-b2d1-aba0f9b07737' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -826420626], ["username", "billy_24"], ["access_token", "9974252b006fb0493eb9b44308f93c46"], ["uuid", "f6954d8e-302f-4e94-b2d1-aba0f9b07737"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-10-25 17:37:40.345533"], ["updated_at", "2017-10-25 17:37:40.345533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1351501858 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24e5de30-5e5b-493b-8954-be39dc5efdc4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1351501858], ["username", "billy_25"], ["access_token", "1dd69be5d0ce66da6a0fafb482c60a6e"], ["uuid", "24e5de30-5e5b-493b-8954-be39dc5efdc4"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-10-25 17:37:40.349279"], ["updated_at", "2017-10-25 17:37:40.349279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1674599888 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c65533bb-4d09-43b8-9df3-2c408c0ff629' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1674599888], ["username", "billy_26"], ["access_token", "14d742c27a0f395327fe4d87e0390688"], ["uuid", "c65533bb-4d09-43b8-9df3-2c408c0ff629"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-10-25 17:37:40.352977"], ["updated_at", "2017-10-25 17:37:40.352977"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1467747252 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '740f8c8c-005c-41aa-bc05-e550eaf9d5b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1467747252], ["username", "billy_27"], ["access_token", "0e6169720a5f7043ffe71a7c520ba149"], ["uuid", "740f8c8c-005c-41aa-bc05-e550eaf9d5b4"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-10-25 17:37:40.356640"], ["updated_at", "2017-10-25 17:37:40.356640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1158124679 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64ce0703-09e8-4d09-9d5f-216075999541' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1158124679], ["username", "billy_28"], ["access_token", "943f9c7ac75313c0f0a496084e1c33c9"], ["uuid", "64ce0703-09e8-4d09-9d5f-216075999541"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-10-25 17:37:40.360234"], ["updated_at", "2017-10-25 17:37:40.360234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -23045093 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3020262-60d7-42d1-ac40-9e3c5e3453ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -23045093], ["username", "billy_29"], ["access_token", "d4affb398d8e373ad249758887a03650"], ["uuid", "d3020262-60d7-42d1-ac40-9e3c5e3453ae"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-10-25 17:37:40.365589"], ["updated_at", "2017-10-25 17:37:40.365589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171528537 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f09453a0-5fc7-4fd9-9fce-efddf9419711' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1171528537], ["username", "billy_30"], ["access_token", "f2a7aff9f8a6adfdb278aee18ca78359"], ["uuid", "f09453a0-5fc7-4fd9-9fce-efddf9419711"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-10-25 17:37:40.370105"], ["updated_at", "2017-10-25 17:37:40.370105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1168603021 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5794deeb-804b-456a-adca-5a76374c8bee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1168603021], ["username", "billy_31"], ["access_token", "df6ac30a8f6c27fdbf152694755e5eb1"], ["uuid", "5794deeb-804b-456a-adca-5a76374c8bee"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-10-25 17:37:40.373789"], ["updated_at", "2017-10-25 17:37:40.373789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592036240 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c08daed-c98f-41ed-8124-6d17b53469b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -592036240], ["username", "billy_32"], ["access_token", "e522679537cba12cd2420767bea771ee"], ["uuid", "3c08daed-c98f-41ed-8124-6d17b53469b1"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-10-25 17:37:40.377455"], ["updated_at", "2017-10-25 17:37:40.377455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1302169224 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ed92ba6-3bc2-4548-8574-8a2f5c17bb61' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1302169224], ["username", "billy_33"], ["access_token", "512c05441589eebf83974d409d4dff8b"], ["uuid", "3ed92ba6-3bc2-4548-8574-8a2f5c17bb61"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-10-25 17:37:40.381051"], ["updated_at", "2017-10-25 17:37:40.381051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -948907419 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba5afb37-8a80-4d2c-a5da-8d1ca259fbf1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -948907419], ["username", "billy_34"], ["access_token", "565bfac20f4ad90d81ef9948a1141888"], ["uuid", "ba5afb37-8a80-4d2c-a5da-8d1ca259fbf1"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-10-25 17:37:40.384700"], ["updated_at", "2017-10-25 17:37:40.384700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1813090717 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95ae1ef2-eb97-4031-9aec-fc8078a1e50f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1813090717], ["username", "billy_35"], ["access_token", "cc412acfdc84afd18dcedc233f70dc7f"], ["uuid", "95ae1ef2-eb97-4031-9aec-fc8078a1e50f"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-10-25 17:37:40.388299"], ["updated_at", "2017-10-25 17:37:40.388299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -318230650 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b391095-d39e-425d-9415-4f3513aadfd8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -318230650], ["username", "billy_36"], ["access_token", "dee6d07b95619836cb8c3c9cf5b832ad"], ["uuid", "4b391095-d39e-425d-9415-4f3513aadfd8"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-10-25 17:37:40.391893"], ["updated_at", "2017-10-25 17:37:40.391893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -675988283 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a789887-81c5-443e-8f2b-135633ee13c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -675988283], ["username", "billy_37"], ["access_token", "56824b04ef863e62f2fbf688e52c6547"], ["uuid", "6a789887-81c5-443e-8f2b-135633ee13c4"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-10-25 17:37:40.395465"], ["updated_at", "2017-10-25 17:37:40.395465"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -125658398 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c2123f7-8366-4ba1-b9cb-de2bb1357bbc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -125658398], ["username", "billy_38"], ["access_token", "19526d6998727e75808ee6dec50bf950"], ["uuid", "1c2123f7-8366-4ba1-b9cb-de2bb1357bbc"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-10-25 17:37:40.399493"], ["updated_at", "2017-10-25 17:37:40.399493"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1884973687 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '70557f7b-119f-4945-a61c-b2d6df329875' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1884973687], ["username", "billy_39"], ["access_token", "7f41af16501b9dc11b8759cab9347b69"], ["uuid", "70557f7b-119f-4945-a61c-b2d6df329875"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-10-25 17:37:40.403293"], ["updated_at", "2017-10-25 17:37:40.403293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2110006300 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9da08d9-e607-47b0-b4f5-72685fa81cd1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2110006300], ["username", "billy_40"], ["access_token", "4814fd5995beb50e4f8171f4777d3487"], ["uuid", "c9da08d9-e607-47b0-b4f5-72685fa81cd1"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-10-25 17:37:40.406984"], ["updated_at", "2017-10-25 17:37:40.406984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2109808511 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '301bf1d3-436d-4da6-a76b-13b48ff0fe06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -2109808511], ["username", "billy_41"], ["access_token", "aa4a44eed33db380d989271b646966b1"], ["uuid", "301bf1d3-436d-4da6-a76b-13b48ff0fe06"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-10-25 17:37:40.410609"], ["updated_at", "2017-10-25 17:37:40.410609"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1827215086 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d5f9065-7c36-4602-92e2-af8a0feaff13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1827215086], ["username", "billy_42"], ["access_token", "cbe2474fba84cf539d4ad1784f0751b8"], ["uuid", "6d5f9065-7c36-4602-92e2-af8a0feaff13"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-10-25 17:37:40.414318"], ["updated_at", "2017-10-25 17:37:40.414318"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -355695205 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '766a5c95-94de-47b9-abe0-de2cc1aac976' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -355695205], ["username", "billy_43"], ["access_token", "cd6aae40596da3874958e59f1b4ecf26"], ["uuid", "766a5c95-94de-47b9-abe0-de2cc1aac976"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-10-25 17:37:40.418243"], ["updated_at", "2017-10-25 17:37:40.418243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1413089051 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62e7f359-379e-4a72-94c5-107a962cae63' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1413089051], ["username", "billy_44"], ["access_token", "2abf5af51e4459b72f33d61fa71f1973"], ["uuid", "62e7f359-379e-4a72-94c5-107a962cae63"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-10-25 17:37:40.422035"], ["updated_at", "2017-10-25 17:37:40.422035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1708852374 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66148f75-2fd3-45f7-9d17-17b7d8b687dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1708852374], ["username", "billy_45"], ["access_token", "2f6f63a2a035c0b412371370338178b7"], ["uuid", "66148f75-2fd3-45f7-9d17-17b7d8b687dd"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-10-25 17:37:40.425669"], ["updated_at", "2017-10-25 17:37:40.425669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -227352198 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8fe6cd7f-68de-44f4-ae80-41bbe3793dcc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -227352198], ["username", "jstrav"], ["access_token", "66080eac585c93127f7d7b2a39104529"], ["uuid", "8fe6cd7f-68de-44f4-ae80-41bbe3793dcc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-10-25 17:37:40.434588"], ["updated_at", "2017-10-25 17:37:40.434588"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322810758 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b67d9086-9f3c-4b48-87df-e9a2f3339aa0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -322810758], ["username", "mary"], ["access_token", "2de94ef6e2baa2560b9e9508f7dd2221"], ["uuid", "b67d9086-9f3c-4b48-87df-e9a2f3339aa0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-10-25 17:37:40.438614"], ["updated_at", "2017-10-25 17:37:40.438614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -289053930 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '87742613-16a2-4b88-893f-639c80511719' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -289053930], ["username", "jstead"], ["access_token", "249bd4b6f177d55a810e0d01b8ad6d82"], ["uuid", "87742613-16a2-4b88-893f-639c80511719"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-10-25 17:37:40.442229"], ["updated_at", "2017-10-25 17:37:40.442229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -621548869 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b653905c-c8a9-401a-a6c5-2eac327b310e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -621548869], ["username", "bigbear"], ["access_token", "22c3edda9a6569a88030d418a9e2c942"], ["uuid", "b653905c-c8a9-401a-a6c5-2eac327b310e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-10-25 17:37:40.446013"], ["updated_at", "2017-10-25 17:37:40.446013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1368608250 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53ad6a0f-1928-4b24-823f-57c06b204f40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -1368608250], ["username", "foo_bb"], ["access_token", "207164971a339d27993ce8fea474ab77"], ["uuid", "53ad6a0f-1928-4b24-823f-57c06b204f40"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-10-25 17:37:40.449739"], ["updated_at", "2017-10-25 17:37:40.449739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423738134 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3cf87a5d-4f6b-4f35-b476-c68076095cc8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -423738134], ["username", "foo_bj"], ["access_token", "272b65ac68ac38ff9f2e59def13d8853"], ["uuid", "3cf87a5d-4f6b-4f35-b476-c68076095cc8"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:37:40.453583"], ["updated_at", "2017-10-25 17:37:40.453583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -27116253 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'afa56db8-bcd7-4494-8bbb-62b47646f7b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", -27116253], ["username", "foo_tj"], ["access_token", "165fdd599514989b70e218d8a3fbf6ae"], ["uuid", "afa56db8-bcd7-4494-8bbb-62b47646f7b9"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-10-25 17:37:40.457308"], ["updated_at", "2017-10-25 17:37:40.457308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (202.2ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (440.6ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (6.8ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto"  (4.9ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL, "support_identifier" character varying)   (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_support_identifier" ON "openstax_accounts_accounts" USING btree ("support_identifier")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (2.1ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (2.1ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.0ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.8ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (2.7ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (1.7ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('11')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (205.1ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (442.5ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (6.4ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto"  (5.0ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL, "support_identifier" character varying)   (1.4ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.3ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_support_identifier" ON "openstax_accounts_accounts" USING btree ("support_identifier")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (1.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (1.8ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.2ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.0ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (1.1ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.6ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.2ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (3.2ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.0ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('11')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1692831130 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16f858d9-4a91-4bf3-bae8-cf52fd9fc239' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9669c8ba' LIMIT 1 SQL (1.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1692831130], ["username", "jstrav"], ["access_token", "8b05c8dc80f0ea5bfb01900275ee403a"], ["uuid", "16f858d9-4a91-4bf3-bae8-cf52fd9fc239"], ["support_identifier", "cs_9669c8ba"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:34.609196"], ["updated_at", "2017-12-18 18:35:34.609196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -795439652 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b6c5efd-d6b4-444d-97c5-395738c71acf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_efeeec56' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -795439652], ["username", "mary"], ["access_token", "6f803a93a543bdf0111da21f87a9c56a"], ["uuid", "6b6c5efd-d6b4-444d-97c5-395738c71acf"], ["support_identifier", "cs_efeeec56"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:34.615868"], ["updated_at", "2017-12-18 18:35:34.615868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2124647216 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '365de046-9942-47f9-960a-bf86833b0b67' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fe9897e7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2124647216], ["username", "jstead"], ["access_token", "982b5d369ff08eac7f073370c3c74444"], ["uuid", "365de046-9942-47f9-960a-bf86833b0b67"], ["support_identifier", "cs_fe9897e7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:34.622158"], ["updated_at", "2017-12-18 18:35:34.622158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1083288206 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb929697-2011-4243-939a-071d744b0311' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e1ebb4ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1083288206], ["username", "bigbear"], ["access_token", "a4175973ed7754c40b671c3a17d10948"], ["uuid", "eb929697-2011-4243-939a-071d744b0311"], ["support_identifier", "cs_e1ebb4ed"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:34.626533"], ["updated_at", "2017-12-18 18:35:34.626533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -230153173 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e3666b2-414b-45a8-8b8b-84a50c6cc2b1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c346cd1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -230153173], ["username", "billy_00"], ["access_token", "c27964e22340739d48bd1aed2fbbf3d5"], ["uuid", "5e3666b2-414b-45a8-8b8b-84a50c6cc2b1"], ["support_identifier", "cs_c346cd1d"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 18:35:34.630735"], ["updated_at", "2017-12-18 18:35:34.630735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668907513 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9117391-4e79-4548-898e-84b7cdaa2a15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d70e3f87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1668907513], ["username", "billy_01"], ["access_token", "6258f8c6bc5d57836768ce4fa7b96573"], ["uuid", "f9117391-4e79-4548-898e-84b7cdaa2a15"], ["support_identifier", "cs_d70e3f87"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 18:35:34.634895"], ["updated_at", "2017-12-18 18:35:34.634895"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1707068947 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6a7e1d1-dfcd-4d00-8bf4-0fa34e43851f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6a4226ea' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1707068947], ["username", "billy_02"], ["access_token", "772fb4e026c5150a3f4162883e564344"], ["uuid", "b6a7e1d1-dfcd-4d00-8bf4-0fa34e43851f"], ["support_identifier", "cs_6a4226ea"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 18:35:34.641313"], ["updated_at", "2017-12-18 18:35:34.641313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1160486106 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55a10a42-d528-462e-9055-8d3d83ad8038' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_385d4a3e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1160486106], ["username", "billy_03"], ["access_token", "530ef29ae6cfe56b4e8e10d222046daa"], ["uuid", "55a10a42-d528-462e-9055-8d3d83ad8038"], ["support_identifier", "cs_385d4a3e"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 18:35:34.647761"], ["updated_at", "2017-12-18 18:35:34.647761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1336277017 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb9b7099-11e4-417e-ba52-747921fa139d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b48d8557' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1336277017], ["username", "billy_04"], ["access_token", "ac4a08dd0ce16bafba5e684115d7fbd1"], ["uuid", "bb9b7099-11e4-417e-ba52-747921fa139d"], ["support_identifier", "cs_b48d8557"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:35:34.652708"], ["updated_at", "2017-12-18 18:35:34.652708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -97805178 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0a7e565-ee1c-4083-9f25-c81f409e98fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_726a3940' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -97805178], ["username", "billy_05"], ["access_token", "340cfe848a81b5000a524a4e24b0b36f"], ["uuid", "f0a7e565-ee1c-4083-9f25-c81f409e98fe"], ["support_identifier", "cs_726a3940"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:35:34.656775"], ["updated_at", "2017-12-18 18:35:34.656775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171769159 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1dc5d32-b0c3-4329-9a3a-0fddf4fd28cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_69f8c633' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1171769159], ["username", "billy_06"], ["access_token", "4af680ef5c87e801334bdd619c462f31"], ["uuid", "b1dc5d32-b0c3-4329-9a3a-0fddf4fd28cd"], ["support_identifier", "cs_69f8c633"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:35:34.660777"], ["updated_at", "2017-12-18 18:35:34.660777"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -185313949 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09fc417e-faa0-4711-bb41-743ce93c46cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9ba17913' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -185313949], ["username", "billy_07"], ["access_token", "a46e293de93288ff99ad0385755ce2be"], ["uuid", "09fc417e-faa0-4711-bb41-743ce93c46cf"], ["support_identifier", "cs_9ba17913"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:35:34.664875"], ["updated_at", "2017-12-18 18:35:34.664875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -295272113 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e635861-124b-42dd-85aa-ab2d0714468b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9223ba2a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -295272113], ["username", "billy_08"], ["access_token", "5b755fd5ee7c94ef18abbe477a4a2a82"], ["uuid", "2e635861-124b-42dd-85aa-ab2d0714468b"], ["support_identifier", "cs_9223ba2a"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:35:34.669634"], ["updated_at", "2017-12-18 18:35:34.669634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -560418586 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ff3c33c-8dcc-4977-9469-87b1555b4988' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ff8e40fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -560418586], ["username", "billy_09"], ["access_token", "a70b071a91b9262345a7c429b291e141"], ["uuid", "5ff3c33c-8dcc-4977-9469-87b1555b4988"], ["support_identifier", "cs_ff8e40fd"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:35:34.674837"], ["updated_at", "2017-12-18 18:35:34.674837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1075620179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5443896b-fdc7-4769-9d0e-e001287a0fe7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_956950ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1075620179], ["username", "billy_10"], ["access_token", "ecdab4802032877abee90031322ad553"], ["uuid", "5443896b-fdc7-4769-9d0e-e001287a0fe7"], ["support_identifier", "cs_956950ce"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:35:34.679139"], ["updated_at", "2017-12-18 18:35:34.679139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2023905904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8bafbf7-2488-4d6b-b5ee-c3ea5253ddb8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf892eca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2023905904], ["username", "billy_11"], ["access_token", "f0ae2ed6b585f16a766d2276bb941c5c"], ["uuid", "b8bafbf7-2488-4d6b-b5ee-c3ea5253ddb8"], ["support_identifier", "cs_bf892eca"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:35:34.683279"], ["updated_at", "2017-12-18 18:35:34.683279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883337121 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c0f419e-8540-443e-a76d-3b25cc556e0c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b99046c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1883337121], ["username", "billy_12"], ["access_token", "46f04c23c9778fad81246db190ae80ae"], ["uuid", "4c0f419e-8540-443e-a76d-3b25cc556e0c"], ["support_identifier", "cs_b99046c6"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:35:34.687382"], ["updated_at", "2017-12-18 18:35:34.687382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1133626046 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbd443ac-dfac-4251-8714-1f23bbe5051c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fff27159' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1133626046], ["username", "billy_13"], ["access_token", "1b56493a39f57c590a1b67e96886e84d"], ["uuid", "fbd443ac-dfac-4251-8714-1f23bbe5051c"], ["support_identifier", "cs_fff27159"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:35:34.691443"], ["updated_at", "2017-12-18 18:35:34.691443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2143684531 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '51ee22d0-4334-4dea-b9b9-1f853ad4ee19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b017acf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2143684531], ["username", "billy_14"], ["access_token", "328fc0130e08c1b56f87df04e3297594"], ["uuid", "51ee22d0-4334-4dea-b9b9-1f853ad4ee19"], ["support_identifier", "cs_2b017acf"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:35:34.695714"], ["updated_at", "2017-12-18 18:35:34.695714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -699807606 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '579f8887-293c-43c3-afae-7d0f8cd2b408' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3f575ff7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -699807606], ["username", "billy_15"], ["access_token", "2cb9f77bec0484cb27161445cfd85f59"], ["uuid", "579f8887-293c-43c3-afae-7d0f8cd2b408"], ["support_identifier", "cs_3f575ff7"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:35:34.700060"], ["updated_at", "2017-12-18 18:35:34.700060"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1596958758 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e01830c3-e4a1-4503-af6e-f56f0518739a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_72e3e234' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1596958758], ["username", "billy_16"], ["access_token", "2d871f80580613e0147cdafff4029417"], ["uuid", "e01830c3-e4a1-4503-af6e-f56f0518739a"], ["support_identifier", "cs_72e3e234"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:35:34.704210"], ["updated_at", "2017-12-18 18:35:34.704210"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1233484882 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd458886d-f356-4926-ac90-aad15f1097b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ffc9099' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1233484882], ["username", "billy_17"], ["access_token", "3f98a73c28156c4660535810e8476b5c"], ["uuid", "d458886d-f356-4926-ac90-aad15f1097b7"], ["support_identifier", "cs_1ffc9099"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:35:34.708269"], ["updated_at", "2017-12-18 18:35:34.708269"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2108229535 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9be53a3-37af-4dd1-b7e4-4d3db3b84bf0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eff9c687' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2108229535], ["username", "billy_18"], ["access_token", "68ec76f4c60711d035fcca131c25d4e8"], ["uuid", "b9be53a3-37af-4dd1-b7e4-4d3db3b84bf0"], ["support_identifier", "cs_eff9c687"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:35:34.712345"], ["updated_at", "2017-12-18 18:35:34.712345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2016135699 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5f16ad2-dc1d-4d22-aec8-7ae16c7f179e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_15b63fef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2016135699], ["username", "billy_19"], ["access_token", "32cfc7152383ba81cfe28fc6fce7d087"], ["uuid", "e5f16ad2-dc1d-4d22-aec8-7ae16c7f179e"], ["support_identifier", "cs_15b63fef"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:35:34.716538"], ["updated_at", "2017-12-18 18:35:34.716538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -849797330 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2986d486-edc9-4497-be32-212fdb8ba40a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8caaa3fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -849797330], ["username", "billy_20"], ["access_token", "8c6a0ec6df71798284d0443445e51458"], ["uuid", "2986d486-edc9-4497-be32-212fdb8ba40a"], ["support_identifier", "cs_8caaa3fc"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:35:34.720753"], ["updated_at", "2017-12-18 18:35:34.720753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2125430610 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15cb1019-7a5d-41ae-a6a1-1971018ba2e3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b76ebaa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2125430610], ["username", "billy_21"], ["access_token", "c07fbf673b1f7325ff056de4400ed953"], ["uuid", "15cb1019-7a5d-41ae-a6a1-1971018ba2e3"], ["support_identifier", "cs_7b76ebaa"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:35:34.724887"], ["updated_at", "2017-12-18 18:35:34.724887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170300635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cccad94-55ad-4cba-ad31-e215531d20c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48ae259f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1170300635], ["username", "billy_22"], ["access_token", "86ace18bc45d4b8d70a1c7ab35597383"], ["uuid", "8cccad94-55ad-4cba-ad31-e215531d20c5"], ["support_identifier", "cs_48ae259f"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:35:34.729113"], ["updated_at", "2017-12-18 18:35:34.729113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -452916231 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a7da0c9-e446-4000-8fd5-0d0900e55546' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8397fdcc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -452916231], ["username", "billy_23"], ["access_token", "47ad8c0e6e9b8090d59cc986fff01838"], ["uuid", "2a7da0c9-e446-4000-8fd5-0d0900e55546"], ["support_identifier", "cs_8397fdcc"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:35:34.733220"], ["updated_at", "2017-12-18 18:35:34.733220"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2131208287 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32a4a7c4-6823-457a-a079-ee19277054a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b381864' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2131208287], ["username", "billy_24"], ["access_token", "7c6bf9c63fdb93f86f5397e5c19e4f3a"], ["uuid", "32a4a7c4-6823-457a-a079-ee19277054a6"], ["support_identifier", "cs_1b381864"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:35:34.737299"], ["updated_at", "2017-12-18 18:35:34.737299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -110047024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42920c16-8163-476e-bd72-35018a525da1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5be3e182' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -110047024], ["username", "billy_25"], ["access_token", "0d9339d5556f5c1f85f8db2ddc296f04"], ["uuid", "42920c16-8163-476e-bd72-35018a525da1"], ["support_identifier", "cs_5be3e182"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:35:34.741377"], ["updated_at", "2017-12-18 18:35:34.741377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -497008305 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c70c790-88a6-4c3e-a147-d910d90fd2ee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51438553' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -497008305], ["username", "billy_26"], ["access_token", "f5771bd745a1ede719e1456c8e66f608"], ["uuid", "7c70c790-88a6-4c3e-a147-d910d90fd2ee"], ["support_identifier", "cs_51438553"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:35:34.745758"], ["updated_at", "2017-12-18 18:35:34.745758"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -50004526 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e08ba82-5a60-43bb-ad74-84d7c43c4777' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab7645ee' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -50004526], ["username", "billy_27"], ["access_token", "cebf82efaf3071b5b0e0071c97ecb155"], ["uuid", "0e08ba82-5a60-43bb-ad74-84d7c43c4777"], ["support_identifier", "cs_ab7645ee"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:35:34.751145"], ["updated_at", "2017-12-18 18:35:34.751145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -612619072 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc45bb69-0322-48c5-8649-a2d9c7d3784e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_08964379' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -612619072], ["username", "billy_28"], ["access_token", "93c406409148b5656b00a076f237cb4b"], ["uuid", "fc45bb69-0322-48c5-8649-a2d9c7d3784e"], ["support_identifier", "cs_08964379"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:35:34.756907"], ["updated_at", "2017-12-18 18:35:34.756907"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -944249842 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9feaa7b-adc7-4aef-84d5-28b65b03695b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab6c4684' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -944249842], ["username", "billy_29"], ["access_token", "c3c8bc9e47f88f82757aa1d279937906"], ["uuid", "c9feaa7b-adc7-4aef-84d5-28b65b03695b"], ["support_identifier", "cs_ab6c4684"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:35:34.761570"], ["updated_at", "2017-12-18 18:35:34.761570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1962620185 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c90cba18-00ff-4faf-a067-2e51f46fa278' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_722144d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1962620185], ["username", "billy_30"], ["access_token", "224213d9267fbd46dd19bdba961ddde8"], ["uuid", "c90cba18-00ff-4faf-a067-2e51f46fa278"], ["support_identifier", "cs_722144d7"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:35:34.765667"], ["updated_at", "2017-12-18 18:35:34.765667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -372642606 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c92404d2-ff30-4a4f-b4fd-7690c33c3c16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0dc25a09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -372642606], ["username", "billy_31"], ["access_token", "91e9c607291a31484eae6bbe8669e028"], ["uuid", "c92404d2-ff30-4a4f-b4fd-7690c33c3c16"], ["support_identifier", "cs_0dc25a09"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:35:34.769919"], ["updated_at", "2017-12-18 18:35:34.769919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1273310810 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a551048e-8f0e-4863-9318-df2cf293aeed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f0258dff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1273310810], ["username", "billy_32"], ["access_token", "74a06e9dd5e602f8e491984bfd68da90"], ["uuid", "a551048e-8f0e-4863-9318-df2cf293aeed"], ["support_identifier", "cs_f0258dff"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:35:34.773960"], ["updated_at", "2017-12-18 18:35:34.773960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1253511562 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a538ea3-87fb-4940-86dc-91856574dbda' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_527d9df3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1253511562], ["username", "billy_33"], ["access_token", "87c975426656075be3021d1f8893fb5f"], ["uuid", "1a538ea3-87fb-4940-86dc-91856574dbda"], ["support_identifier", "cs_527d9df3"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:35:34.777981"], ["updated_at", "2017-12-18 18:35:34.777981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -97139077 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85f38281-90f2-4ef4-b136-226d2f6caba2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b261940' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -97139077], ["username", "billy_34"], ["access_token", "6555cb21faba77fcab975d71b36f1d74"], ["uuid", "85f38281-90f2-4ef4-b136-226d2f6caba2"], ["support_identifier", "cs_2b261940"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:35:34.782005"], ["updated_at", "2017-12-18 18:35:34.782005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -126148415 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b8f4bc1-9c05-4229-849f-6d8dbf5aef9a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_89be239c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -126148415], ["username", "billy_35"], ["access_token", "f48f1dda8879fed2eb264da7f121dbdb"], ["uuid", "3b8f4bc1-9c05-4229-849f-6d8dbf5aef9a"], ["support_identifier", "cs_89be239c"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:35:34.786129"], ["updated_at", "2017-12-18 18:35:34.786129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1635817927 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c186a387-9210-4ec7-a0c7-e8f8e281c0b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2507e48c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1635817927], ["username", "billy_36"], ["access_token", "8ea87962dbe688341cb43388fc42f4fa"], ["uuid", "c186a387-9210-4ec7-a0c7-e8f8e281c0b7"], ["support_identifier", "cs_2507e48c"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:35:34.790224"], ["updated_at", "2017-12-18 18:35:34.790224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1505336944 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0401452-ada0-4d5c-ac15-d57090b6ff16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4aa355ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1505336944], ["username", "billy_37"], ["access_token", "6db8dc98a70a4ddf81c2e5fa1bcdf4e6"], ["uuid", "f0401452-ada0-4d5c-ac15-d57090b6ff16"], ["support_identifier", "cs_4aa355ae"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:35:34.794381"], ["updated_at", "2017-12-18 18:35:34.794381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -68095902 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e043b68-bd1f-4664-9fce-1063bc8f1ffe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68fb07af' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -68095902], ["username", "billy_38"], ["access_token", "bddb7523053f0fcf8dc5832cd71edf5e"], ["uuid", "7e043b68-bd1f-4664-9fce-1063bc8f1ffe"], ["support_identifier", "cs_68fb07af"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:35:34.798446"], ["updated_at", "2017-12-18 18:35:34.798446"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -383406348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '879e5cd7-f4a7-40e8-b50e-9fc887954fdc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f92b3a50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -383406348], ["username", "billy_39"], ["access_token", "12c821bea3638787bc4e5eec262c1e24"], ["uuid", "879e5cd7-f4a7-40e8-b50e-9fc887954fdc"], ["support_identifier", "cs_f92b3a50"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:35:34.802669"], ["updated_at", "2017-12-18 18:35:34.802669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -571066811 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff449107-3716-44bd-bc32-2f90cbf7add7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6d2ba826' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -571066811], ["username", "billy_40"], ["access_token", "281fd4e371d5879fd60c7ee455a907e0"], ["uuid", "ff449107-3716-44bd-bc32-2f90cbf7add7"], ["support_identifier", "cs_6d2ba826"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:35:34.806794"], ["updated_at", "2017-12-18 18:35:34.806794"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -672943582 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '367ff186-35a8-4e0b-8bf3-3d0fb082dc85' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7fd3191a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -672943582], ["username", "billy_41"], ["access_token", "719c0813efcb8bee7fb04fd514b04a04"], ["uuid", "367ff186-35a8-4e0b-8bf3-3d0fb082dc85"], ["support_identifier", "cs_7fd3191a"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:35:34.810978"], ["updated_at", "2017-12-18 18:35:34.810978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1511016073 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b56d8439-ee60-4dd0-9113-a1de0e3cff75' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b703b7c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1511016073], ["username", "billy_42"], ["access_token", "a5872dbc9458ed13c80afa8d23e2ec09"], ["uuid", "b56d8439-ee60-4dd0-9113-a1de0e3cff75"], ["support_identifier", "cs_b703b7c4"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:35:34.815144"], ["updated_at", "2017-12-18 18:35:34.815144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1363572999 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1fae9ce1-28f6-46d1-99d5-c8a578dbb364' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4dc68bf9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1363572999], ["username", "billy_43"], ["access_token", "e1e7c355838b0e89e7cced1ee740ada7"], ["uuid", "1fae9ce1-28f6-46d1-99d5-c8a578dbb364"], ["support_identifier", "cs_4dc68bf9"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:35:34.819244"], ["updated_at", "2017-12-18 18:35:34.819244"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1797279477 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba0b9a12-e018-41ed-aeda-3ab991a9e054' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_14ffbc4e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1797279477], ["username", "billy_44"], ["access_token", "1d0977a2ceafa5d1a27b9bc5a7612e19"], ["uuid", "ba0b9a12-e018-41ed-aeda-3ab991a9e054"], ["support_identifier", "cs_14ffbc4e"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:35:34.833586"], ["updated_at", "2017-12-18 18:35:34.833586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1860629257 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12291699-3e78-41e0-9b47-e95fffc81b57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b24ba825' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1860629257], ["username", "billy_45"], ["access_token", "5c6b0c1670c7e1b56cec0c38298d078a"], ["uuid", "12291699-3e78-41e0-9b47-e95fffc81b57"], ["support_identifier", "cs_b24ba825"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:35:34.838631"], ["updated_at", "2017-12-18 18:35:34.838631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626983628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd374dd7b-51ad-4144-98ef-94f72a9e9735' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0909774b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1626983628], ["username", "billy_46"], ["access_token", "b651d7c9d23bae50643686676154918f"], ["uuid", "d374dd7b-51ad-4144-98ef-94f72a9e9735"], ["support_identifier", "cs_0909774b"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:35:34.843589"], ["updated_at", "2017-12-18 18:35:34.843589"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -628170980 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7993d9c-fd81-4d02-b000-59051208933b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0f566847' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -628170980], ["username", "billy_47"], ["access_token", "34ada7b723b4c0e316c56eda5bf9a71e"], ["uuid", "f7993d9c-fd81-4d02-b000-59051208933b"], ["support_identifier", "cs_0f566847"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:35:34.848544"], ["updated_at", "2017-12-18 18:35:34.848544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2081045205 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a861e07-6cd6-4997-80c1-8ee453dce03f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_11fdd603' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2081045205], ["username", "billy_48"], ["access_token", "c60a02df8a420dbea6b551d586a6a69b"], ["uuid", "5a861e07-6cd6-4997-80c1-8ee453dce03f"], ["support_identifier", "cs_11fdd603"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:35:34.854842"], ["updated_at", "2017-12-18 18:35:34.854842"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2113965540 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac2af7cb-3ca8-4716-966a-a2fec47abc43' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cbbea40d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2113965540], ["username", "billy_49"], ["access_token", "6ab36d4281238dc42b20ef943f546417"], ["uuid", "ac2af7cb-3ca8-4716-966a-a2fec47abc43"], ["support_identifier", "cs_cbbea40d"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:35:34.861761"], ["updated_at", "2017-12-18 18:35:34.861761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1435967671 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49643530-017c-4ca9-8088-ffc7f824d948' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ec74d00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1435967671], ["username", "jstrav"], ["access_token", "fddd27e3bbbef3d3b5855761d95e5c22"], ["uuid", "49643530-017c-4ca9-8088-ffc7f824d948"], ["support_identifier", "cs_6ec74d00"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:34.874876"], ["updated_at", "2017-12-18 18:35:34.874876"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1891589308 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02732705-a342-410a-8896-334368de9d81' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c84014aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1891589308], ["username", "mary"], ["access_token", "7f0e495a9ecb252554433cfa4877f70d"], ["uuid", "02732705-a342-410a-8896-334368de9d81"], ["support_identifier", "cs_c84014aa"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:34.879388"], ["updated_at", "2017-12-18 18:35:34.879388"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -92089004 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '680c4dde-4a34-42d8-80bf-bf4198f5ae2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73517500' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -92089004], ["username", "jstead"], ["access_token", "c481bb952245c22ffbb7c3a34fdf432d"], ["uuid", "680c4dde-4a34-42d8-80bf-bf4198f5ae2d"], ["support_identifier", "cs_73517500"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:34.883880"], ["updated_at", "2017-12-18 18:35:34.883880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -109110839 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '823c061e-c1a6-49f6-821b-fddfb1b9eb4d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d92f9fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -109110839], ["username", "bigbear"], ["access_token", "fb5cbd88bd8bb4a91c090959a3f69a56"], ["uuid", "823c061e-c1a6-49f6-821b-fddfb1b9eb4d"], ["support_identifier", "cs_4d92f9fb"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:34.888847"], ["updated_at", "2017-12-18 18:35:34.888847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1549778515 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd48ed9e3-0818-44ba-ae3c-57e3c977eb27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf62d011' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1549778515], ["username", "billy_00"], ["access_token", "b0cb61ae0cee4c1a70614785c2301494"], ["uuid", "d48ed9e3-0818-44ba-ae3c-57e3c977eb27"], ["support_identifier", "cs_cf62d011"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 18:35:34.893362"], ["updated_at", "2017-12-18 18:35:34.893362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1317473972 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37fc9c08-db09-4816-aaf4-f578e013b92c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_18b58b3b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1317473972], ["username", "billy_01"], ["access_token", "02c790ba1352fb361c68ae87dd66f596"], ["uuid", "37fc9c08-db09-4816-aaf4-f578e013b92c"], ["support_identifier", "cs_18b58b3b"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 18:35:34.897705"], ["updated_at", "2017-12-18 18:35:34.897705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1149699010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dda0c390-420c-404b-8b7f-5f6dc3cb5fbf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab641aec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1149699010], ["username", "billy_02"], ["access_token", "5852dd1b312b3b80cd5a93cff2f034a2"], ["uuid", "dda0c390-420c-404b-8b7f-5f6dc3cb5fbf"], ["support_identifier", "cs_ab641aec"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 18:35:34.902089"], ["updated_at", "2017-12-18 18:35:34.902089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -638278002 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3d655da-01c5-4fb5-8bca-5e0e8fb2d810' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1d7a3d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -638278002], ["username", "billy_03"], ["access_token", "f29a04ce37d497719316770d2978cede"], ["uuid", "d3d655da-01c5-4fb5-8bca-5e0e8fb2d810"], ["support_identifier", "cs_f1d7a3d5"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 18:35:34.906589"], ["updated_at", "2017-12-18 18:35:34.906589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -325084322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ac779dd-bb2a-46ae-bc61-52acc51bf309' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4904b24a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -325084322], ["username", "billy_04"], ["access_token", "815287de28fd84de1b544dc4f2d15850"], ["uuid", "8ac779dd-bb2a-46ae-bc61-52acc51bf309"], ["support_identifier", "cs_4904b24a"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:35:34.910994"], ["updated_at", "2017-12-18 18:35:34.910994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2096571125 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3a911f8-02aa-4608-bd99-c99375b93811' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8b35b1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2096571125], ["username", "billy_05"], ["access_token", "0c4c1963a658331ec4c1e5dc1e48ac45"], ["uuid", "f3a911f8-02aa-4608-bd99-c99375b93811"], ["support_identifier", "cs_f8b35b1d"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:35:34.915316"], ["updated_at", "2017-12-18 18:35:34.915316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1144462652 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed48ee4f-c849-45c7-ae5a-e2c70cb775bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_79f1b736' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1144462652], ["username", "billy_06"], ["access_token", "17a84caaba917dc4ef0b24fc365af808"], ["uuid", "ed48ee4f-c849-45c7-ae5a-e2c70cb775bf"], ["support_identifier", "cs_79f1b736"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:35:34.919503"], ["updated_at", "2017-12-18 18:35:34.919503"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1864833736 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f67d36e8-4a90-45b0-9e65-7aa3ed583504' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cca31a05' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1864833736], ["username", "billy_07"], ["access_token", "cca400e8d3accc3d873f7d05c62959b0"], ["uuid", "f67d36e8-4a90-45b0-9e65-7aa3ed583504"], ["support_identifier", "cs_cca31a05"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:35:34.927023"], ["updated_at", "2017-12-18 18:35:34.927023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897833558 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e73c0872-a10e-4e92-bbdb-324d73a44e80' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_49999b00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1897833558], ["username", "billy_08"], ["access_token", "bfeb62884b975240e347fcccc21bcac5"], ["uuid", "e73c0872-a10e-4e92-bbdb-324d73a44e80"], ["support_identifier", "cs_49999b00"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:35:34.932654"], ["updated_at", "2017-12-18 18:35:34.932654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952340920 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04cafc9d-495d-47de-a99a-bf60888387b2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64b3c5ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -952340920], ["username", "billy_09"], ["access_token", "bcff5247dae5be5f52882515123d2ffa"], ["uuid", "04cafc9d-495d-47de-a99a-bf60888387b2"], ["support_identifier", "cs_64b3c5ed"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:35:34.937123"], ["updated_at", "2017-12-18 18:35:34.937123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -194309905 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '816ed0d7-371e-419f-a0ce-26accdd362c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb3b84d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -194309905], ["username", "billy_10"], ["access_token", "ba389551f6b5c24199e2200489ea6883"], ["uuid", "816ed0d7-371e-419f-a0ce-26accdd362c9"], ["support_identifier", "cs_eb3b84d0"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:35:34.941503"], ["updated_at", "2017-12-18 18:35:34.941503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1279343077 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f1927ff-923b-41d1-a52d-67492c753bc1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9b9b54f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1279343077], ["username", "billy_11"], ["access_token", "32f6b268e2a878f3cf5d96717f58417b"], ["uuid", "3f1927ff-923b-41d1-a52d-67492c753bc1"], ["support_identifier", "cs_e9b9b54f"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:35:34.945733"], ["updated_at", "2017-12-18 18:35:34.945733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1362681289 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69044f16-e806-4a48-b621-5ab0a4979b7c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf9c2ba2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1362681289], ["username", "billy_12"], ["access_token", "bec5d468846c1a49b26284f420d16d14"], ["uuid", "69044f16-e806-4a48-b621-5ab0a4979b7c"], ["support_identifier", "cs_cf9c2ba2"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:35:34.950241"], ["updated_at", "2017-12-18 18:35:34.950241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1825912633 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac8bed5f-f2c2-4f93-9365-0406977149a2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d0fdea75' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1825912633], ["username", "billy_13"], ["access_token", "a356d8f58ff658ca5d72b2ab0633364d"], ["uuid", "ac8bed5f-f2c2-4f93-9365-0406977149a2"], ["support_identifier", "cs_d0fdea75"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:35:34.955832"], ["updated_at", "2017-12-18 18:35:34.955832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070776321 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '733118f5-9052-4b12-a2d6-924737087666' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_243d670d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2070776321], ["username", "billy_14"], ["access_token", "837f8b4a0f0aac720522d7a1f48da4f2"], ["uuid", "733118f5-9052-4b12-a2d6-924737087666"], ["support_identifier", "cs_243d670d"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:35:34.962334"], ["updated_at", "2017-12-18 18:35:34.962334"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1878964689 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4cdbdbd-9c70-4b75-ba64-ac33d129426f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b93ba62' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1878964689], ["username", "billy_15"], ["access_token", "fc3767332b8b966ac60b085980a487c6"], ["uuid", "f4cdbdbd-9c70-4b75-ba64-ac33d129426f"], ["support_identifier", "cs_0b93ba62"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:35:34.967429"], ["updated_at", "2017-12-18 18:35:34.967429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1263915843 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc33ab23-173d-42e6-b58e-978906ffa846' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de2fde08' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1263915843], ["username", "billy_16"], ["access_token", "28b11f95d7f8f99e6c5a5c03f6cb07b9"], ["uuid", "fc33ab23-173d-42e6-b58e-978906ffa846"], ["support_identifier", "cs_de2fde08"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:35:34.972985"], ["updated_at", "2017-12-18 18:35:34.972985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1582525858 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36a40f52-d650-4343-a80e-bf48dcc70f00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_08220a42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1582525858], ["username", "billy_17"], ["access_token", "29a7e1becdc69d84efad2fe24ba376f5"], ["uuid", "36a40f52-d650-4343-a80e-bf48dcc70f00"], ["support_identifier", "cs_08220a42"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:35:34.978753"], ["updated_at", "2017-12-18 18:35:34.978753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1933443990 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '292f5766-456b-46b3-83ac-6256026005fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1cfdf05c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1933443990], ["username", "billy_18"], ["access_token", "df0faf77b8f64aa0a56f6b33b43f7741"], ["uuid", "292f5766-456b-46b3-83ac-6256026005fa"], ["support_identifier", "cs_1cfdf05c"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:35:34.983357"], ["updated_at", "2017-12-18 18:35:34.983357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1639507060 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3db0cb0-17b9-45ce-b029-11818ff03859' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_86e45e56' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1639507060], ["username", "billy_19"], ["access_token", "48faa24ddc080ba6864908541dd72e7f"], ["uuid", "c3db0cb0-17b9-45ce-b029-11818ff03859"], ["support_identifier", "cs_86e45e56"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:35:34.987971"], ["updated_at", "2017-12-18 18:35:34.987971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1504846332 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1873b48-264d-4dcf-b6fa-8cfec237df8d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_897805ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1504846332], ["username", "billy_20"], ["access_token", "ea13bc0ab8e57f0c5c35fd6cc481546e"], ["uuid", "f1873b48-264d-4dcf-b6fa-8cfec237df8d"], ["support_identifier", "cs_897805ee"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:35:34.992317"], ["updated_at", "2017-12-18 18:35:34.992317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815442587 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4da1e006-ccce-4a59-b949-d3d6e8f24628' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb3a4aa0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1815442587], ["username", "billy_21"], ["access_token", "56b5bf6497313ec606d4f8555cb24469"], ["uuid", "4da1e006-ccce-4a59-b949-d3d6e8f24628"], ["support_identifier", "cs_bb3a4aa0"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:35:34.996556"], ["updated_at", "2017-12-18 18:35:34.996556"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -139174103 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6fbe343-7691-4fe4-a2fc-aacbbb2ae0cb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8aa3102' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -139174103], ["username", "billy_22"], ["access_token", "b61b5e794f08965cb89e0be78b7eef72"], ["uuid", "f6fbe343-7691-4fe4-a2fc-aacbbb2ae0cb"], ["support_identifier", "cs_f8aa3102"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:35:35.000974"], ["updated_at", "2017-12-18 18:35:35.000974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -737281407 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5b7cef5-a3bd-448b-9584-7a2691646774' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b168c53d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -737281407], ["username", "billy_23"], ["access_token", "5c249f3d16573a526ddd955089f1f489"], ["uuid", "e5b7cef5-a3bd-448b-9584-7a2691646774"], ["support_identifier", "cs_b168c53d"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:35:35.005343"], ["updated_at", "2017-12-18 18:35:35.005343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -494401587 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56308868-7b8d-4502-a999-7afadd0a0e1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf5eadfe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -494401587], ["username", "billy_24"], ["access_token", "e9df5b522af2350ec76d4ee3f0fa2def"], ["uuid", "56308868-7b8d-4502-a999-7afadd0a0e1a"], ["support_identifier", "cs_bf5eadfe"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:35:35.009545"], ["updated_at", "2017-12-18 18:35:35.009545"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2030560517 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39e3ef17-2883-4c15-88aa-8c3dd29d05b9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62413822' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2030560517], ["username", "billy_25"], ["access_token", "29a1bd5f6fba78b2c7d61e1a32f4aa07"], ["uuid", "39e3ef17-2883-4c15-88aa-8c3dd29d05b9"], ["support_identifier", "cs_62413822"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:35:35.013882"], ["updated_at", "2017-12-18 18:35:35.013882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1961205388 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01a255a5-aa77-4679-9834-4610dcb42394' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_480a488c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1961205388], ["username", "billy_26"], ["access_token", "18117b4bc98049afac3e1dc70167d5ba"], ["uuid", "01a255a5-aa77-4679-9834-4610dcb42394"], ["support_identifier", "cs_480a488c"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:35:35.018101"], ["updated_at", "2017-12-18 18:35:35.018101"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -709232638 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'da27400c-c44f-46f5-8418-fb5bd3a3f968' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cbca3fb3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -709232638], ["username", "billy_27"], ["access_token", "24c7e85f7cf246e5db26b4be2fcbff02"], ["uuid", "da27400c-c44f-46f5-8418-fb5bd3a3f968"], ["support_identifier", "cs_cbca3fb3"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:35:35.022285"], ["updated_at", "2017-12-18 18:35:35.022285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1238267455 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12876584-4a10-40e3-936e-0dee2b4cd268' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_db7294e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1238267455], ["username", "billy_28"], ["access_token", "4b39efa79fd3f7290ceb124b2086cdc3"], ["uuid", "12876584-4a10-40e3-936e-0dee2b4cd268"], ["support_identifier", "cs_db7294e9"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:35:35.026580"], ["updated_at", "2017-12-18 18:35:35.026580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -284351790 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d7b565d-f5da-42f5-ad71-9e302aae47c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_87612644' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -284351790], ["username", "billy_29"], ["access_token", "43250d8d9c29e657adef169d32557967"], ["uuid", "4d7b565d-f5da-42f5-ad71-9e302aae47c6"], ["support_identifier", "cs_87612644"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:35:35.030726"], ["updated_at", "2017-12-18 18:35:35.030726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1447870570 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd53397e0-457f-43c4-921f-874fcefb7b29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_15ce0d30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1447870570], ["username", "billy_30"], ["access_token", "62ab21bffa121b1112b0454d7bb5e367"], ["uuid", "d53397e0-457f-43c4-921f-874fcefb7b29"], ["support_identifier", "cs_15ce0d30"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:35:35.034889"], ["updated_at", "2017-12-18 18:35:35.034889"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -435115004 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf044adc-3230-48c2-a70a-4ac44182e2b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd6bcc02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -435115004], ["username", "billy_31"], ["access_token", "128f038e43edd1350947de2704a6293d"], ["uuid", "bf044adc-3230-48c2-a70a-4ac44182e2b0"], ["support_identifier", "cs_fd6bcc02"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:35:35.039174"], ["updated_at", "2017-12-18 18:35:35.039174"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1258194664 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '096cb164-4f6c-4594-a600-9aee82cf0d9c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85121756' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1258194664], ["username", "billy_32"], ["access_token", "8680768a1d16c28c819e3c0f941d24f8"], ["uuid", "096cb164-4f6c-4594-a600-9aee82cf0d9c"], ["support_identifier", "cs_85121756"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:35:35.043374"], ["updated_at", "2017-12-18 18:35:35.043374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -695214366 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59dd0924-991a-485c-8a4d-b2a0f67644fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_58a9af6d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -695214366], ["username", "billy_33"], ["access_token", "5655fbe7b7690f41fd73365301e1972e"], ["uuid", "59dd0924-991a-485c-8a4d-b2a0f67644fb"], ["support_identifier", "cs_58a9af6d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:35:35.047528"], ["updated_at", "2017-12-18 18:35:35.047528"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1277561208 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f178fbb-be40-4300-9932-f152e4c77f6a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ba3b78eb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1277561208], ["username", "billy_34"], ["access_token", "22bb92d2706e593f2b75763aef90fd2e"], ["uuid", "6f178fbb-be40-4300-9932-f152e4c77f6a"], ["support_identifier", "cs_ba3b78eb"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:35:35.053657"], ["updated_at", "2017-12-18 18:35:35.053657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -683367307 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69910c0a-340b-45b0-907a-2e49ca591f6b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_844b33be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -683367307], ["username", "billy_35"], ["access_token", "1510fa743a591b8d9a3a3b9bb6e99215"], ["uuid", "69910c0a-340b-45b0-907a-2e49ca591f6b"], ["support_identifier", "cs_844b33be"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:35:35.059293"], ["updated_at", "2017-12-18 18:35:35.059293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574309367 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '203e4254-ceb8-4bb1-b051-6bb570da87c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_237654b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1574309367], ["username", "billy_36"], ["access_token", "7920a20f43bc03df7c84e6dccb98c0a7"], ["uuid", "203e4254-ceb8-4bb1-b051-6bb570da87c6"], ["support_identifier", "cs_237654b5"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:35:35.063839"], ["updated_at", "2017-12-18 18:35:35.063839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1098442682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07b6165c-3e86-4dc7-9d89-f1573425caa2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_25dd6b26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1098442682], ["username", "billy_37"], ["access_token", "14126c2824d749581705d86f369eb44c"], ["uuid", "07b6165c-3e86-4dc7-9d89-f1573425caa2"], ["support_identifier", "cs_25dd6b26"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:35:35.068137"], ["updated_at", "2017-12-18 18:35:35.068137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1180869185 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b67d853-d89c-451e-a0ad-b9d4f3421cd8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4bfd4e87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1180869185], ["username", "billy_38"], ["access_token", "264c8494f9d75226b58e61e04c92db6e"], ["uuid", "3b67d853-d89c-451e-a0ad-b9d4f3421cd8"], ["support_identifier", "cs_4bfd4e87"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:35:35.072382"], ["updated_at", "2017-12-18 18:35:35.072382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2042744150 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18b860a2-b736-4599-b68f-e5c3a792228e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2d5fe80e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2042744150], ["username", "billy_39"], ["access_token", "c715994ec58b9eb9fd2223bf34d6a7ba"], ["uuid", "18b860a2-b736-4599-b68f-e5c3a792228e"], ["support_identifier", "cs_2d5fe80e"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:35:35.076573"], ["updated_at", "2017-12-18 18:35:35.076573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -588225490 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c19d284-4675-47d2-93a6-c409eb5bd645' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0950aabb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -588225490], ["username", "billy_40"], ["access_token", "86da214bb51b88578aac937ad8237d6d"], ["uuid", "8c19d284-4675-47d2-93a6-c409eb5bd645"], ["support_identifier", "cs_0950aabb"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:35:35.080719"], ["updated_at", "2017-12-18 18:35:35.080719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1710924863 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a502bdea-8455-44cb-acd3-a829400b5caf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0fbbe9b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1710924863], ["username", "billy_41"], ["access_token", "749bca90524b742e04cf96123cbf0693"], ["uuid", "a502bdea-8455-44cb-acd3-a829400b5caf"], ["support_identifier", "cs_a0fbbe9b"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:35:35.085030"], ["updated_at", "2017-12-18 18:35:35.085030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2072358690 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '424038ff-27aa-485b-8625-3a39cd7cfd28' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6e27331f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2072358690], ["username", "billy_42"], ["access_token", "72a5eb829fbb45f0519027db697d80c2"], ["uuid", "424038ff-27aa-485b-8625-3a39cd7cfd28"], ["support_identifier", "cs_6e27331f"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:35:35.106414"], ["updated_at", "2017-12-18 18:35:35.106414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1226397515 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96e3284d-c4d3-4459-b0cb-836c734837b8' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ff5e0cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1226397515], ["username", "billy_43"], ["access_token", "f14dcff4f794c432771a226e87b7adcd"], ["uuid", "96e3284d-c4d3-4459-b0cb-836c734837b8"], ["support_identifier", "cs_1ff5e0cc"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:35:35.112133"], ["updated_at", "2017-12-18 18:35:35.112133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1121393895 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee7a174d-879b-4da1-89e4-7dda8cf49291' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c9953b46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1121393895], ["username", "billy_44"], ["access_token", "20acfbf94ecc26420e03b16242384275"], ["uuid", "ee7a174d-879b-4da1-89e4-7dda8cf49291"], ["support_identifier", "cs_c9953b46"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:35:35.116761"], ["updated_at", "2017-12-18 18:35:35.116761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649035012 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac00980b-9bcd-454a-8702-ffc16485ff3d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34df0fb4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -649035012], ["username", "billy_45"], ["access_token", "7d94dffd732d5a7797b5b32ebbbfe3a0"], ["uuid", "ac00980b-9bcd-454a-8702-ffc16485ff3d"], ["support_identifier", "cs_34df0fb4"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:35:35.120942"], ["updated_at", "2017-12-18 18:35:35.120942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2936339 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7200ac3-b02b-4699-a6a4-7c815d8543de' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bec61479' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2936339], ["username", "billy_46"], ["access_token", "6e07ee5b677eba56eaa8e87ae99ac1bb"], ["uuid", "f7200ac3-b02b-4699-a6a4-7c815d8543de"], ["support_identifier", "cs_bec61479"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:35:35.125224"], ["updated_at", "2017-12-18 18:35:35.125224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -741385127 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b79b15d7-4ddd-4134-9fe7-0e8a0b8029dd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a26bca21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -741385127], ["username", "billy_47"], ["access_token", "c14b896f60fc0979610154aa196ddf06"], ["uuid", "b79b15d7-4ddd-4134-9fe7-0e8a0b8029dd"], ["support_identifier", "cs_a26bca21"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:35:35.129527"], ["updated_at", "2017-12-18 18:35:35.129527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2076000507 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd9880690-7961-4f00-a1f4-85e59201ac9c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3d4c9519' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2076000507], ["username", "billy_48"], ["access_token", "4421a69120f8600aea293ee4ee8a5ec7"], ["uuid", "d9880690-7961-4f00-a1f4-85e59201ac9c"], ["support_identifier", "cs_3d4c9519"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:35:35.133787"], ["updated_at", "2017-12-18 18:35:35.133787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1055452028 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cddeeeb3-cc56-48bf-af03-fb1cec894fa0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3439d353' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1055452028], ["username", "billy_49"], ["access_token", "960ddc5aa484931428a61be9ccd92c09"], ["uuid", "cddeeeb3-cc56-48bf-af03-fb1cec894fa0"], ["support_identifier", "cs_3439d353"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:35:35.137953"], ["updated_at", "2017-12-18 18:35:35.137953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 12:35:35 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 22ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 12:35:35 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 12:35:35 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 12:35:35 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 12:35:35 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 12:35:35 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 12:35:35 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 12:35:35 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 12:35:35 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455560498 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f896632d1bdeebbbe504b19224a011f8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93e5570d-9e50-4b4e-b419-da81facd68c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ed2dbd06' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -455560498], ["username", "f896632d1bdeebbbe504b19224a011f8"], ["access_token", "8d7d141804de815c2068044a3c497526"], ["uuid", "93e5570d-9e50-4b4e-b419-da81facd68c0"], ["support_identifier", "cs_ed2dbd06"], ["created_at", "2017-12-18 18:35:35.231711"], ["updated_at", "2017-12-18 18:35:35.231711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 109 AND "openstax_accounts_group_owners"."group_id" = -679115572) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -679115572]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 109 AND "openstax_accounts_group_owners"."group_id" = -679115572) LIMIT 1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -679115572 LIMIT 1 SQL (3.3ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -679115572], ["created_at", "2017-12-18 18:35:35.273374"], ["updated_at", "2017-12-18 18:35:35.273374"]] OpenStax::Accounts::GroupOwner Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 109 AND "openstax_accounts_group_owners"."group_id" = -679115572) LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -679115572], ["user_id", -455560498], ["created_at", "2017-12-18 18:35:35.281325"], ["updated_at", "2017-12-18 18:35:35.281325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -679115572]] OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -679115572]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 5394884]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5394884 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1516594445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '49a0d800b9b5f735561dc365602a2cfb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52a5752e-c962-47f6-b9b9-cc2578eeaf92' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ceebabf1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1516594445], ["username", "49a0d800b9b5f735561dc365602a2cfb"], ["access_token", "837e16f56d6dc4ee2b8b7d7f19705a03"], ["uuid", "52a5752e-c962-47f6-b9b9-cc2578eeaf92"], ["support_identifier", "cs_ceebabf1"], ["created_at", "2017-12-18 18:35:35.342158"], ["updated_at", "2017-12-18 18:35:35.342158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -1516594445]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1516594445 AND "openstax_accounts_accounts"."id" != 110) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 110) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 110) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_ceebabf1' AND "openstax_accounts_accounts"."id" != 110) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 110]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 5743901]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5743901 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5743901 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 5059353]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5059353 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9471198]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9471198 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 7001125]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 7001125 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1043223]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1043223 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 5131415]] OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5131415 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -282064735 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd9bfc46217deefdbcf335978b36385d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0cef991-0bd8-4264-9c08-cd6f607a07f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33dba5d5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -282064735], ["username", "d9bfc46217deefdbcf335978b36385d8"], ["access_token", "a5919ba2cf565e971af3f4f642202a4e"], ["uuid", "f0cef991-0bd8-4264-9c08-cd6f607a07f9"], ["support_identifier", "cs_33dba5d5"], ["created_at", "2017-12-18 18:35:35.395449"], ["updated_at", "2017-12-18 18:35:35.395449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2044262260 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fd994bb5d1e7cb0f57d70dc317fd9214' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '154c8cd9-ec33-4095-8dc5-a2f3b10b25a9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_54620902' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2044262260], ["username", "fd994bb5d1e7cb0f57d70dc317fd9214"], ["access_token", "6aa3074b230ba32c7c0929cfbc1c56a7"], ["uuid", "154c8cd9-ec33-4095-8dc5-a2f3b10b25a9"], ["support_identifier", "cs_54620902"], ["created_at", "2017-12-18 18:35:35.414102"], ["updated_at", "2017-12-18 18:35:35.414102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -455465770 LIMIT 1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -455465770], ["name", "MyGroup"], ["created_at", "2017-12-18 18:35:35.417715"], ["updated_at", "2017-12-18 18:35:35.417715"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1624816258 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '44a62971882e2328ba69cf355578548f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '902451ae-2113-4d25-99dc-780628047fe6' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0c79c49' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1624816258], ["username", "44a62971882e2328ba69cf355578548f"], ["access_token", "0e26dcf8da0de9599459b64835468d84"], ["uuid", "902451ae-2113-4d25-99dc-780628047fe6"], ["support_identifier", "cs_a0c79c49"], ["created_at", "2017-12-18 18:35:35.424262"], ["updated_at", "2017-12-18 18:35:35.424262"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -246425911 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -246425911], ["name", "MyGroup"], ["created_at", "2017-12-18 18:35:35.429138"], ["updated_at", "2017-12-18 18:35:35.429138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-12-18 18:35:35.434573"], ["updated_at", "2017-12-18 18:35:35.434573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bce8fe4-4f27-45bb-aad4-f8b740ca5398' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_641baa4e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "5960e9be33642eb6cf3c5f1bd3840892"], ["uuid", "9bce8fe4-4f27-45bb-aad4-f8b740ca5398"], ["support_identifier", "cs_641baa4e"], ["created_at", "2017-12-18 18:35:35.450547"], ["updated_at", "2017-12-18 18:35:35.450547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 114], ["created_at", "2017-12-18 18:35:35.456813"], ["updated_at", "2017-12-18 18:35:35.456813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba044566-1736-4afd-b24e-f9072d5d0094' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c3436ccf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "a8710a950349bac9394166872f21d41d"], ["uuid", "ba044566-1736-4afd-b24e-f9072d5d0094"], ["support_identifier", "cs_c3436ccf"], ["created_at", "2017-12-18 18:35:35.461767"], ["updated_at", "2017-12-18 18:35:35.461767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 115], ["created_at", "2017-12-18 18:35:35.463453"], ["updated_at", "2017-12-18 18:35:35.463453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1220577952 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1220577952], ["name", "MyGroup"], ["created_at", "2017-12-18 18:35:35.481860"], ["updated_at", "2017-12-18 18:35:35.481860"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -635299390 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -635299390], ["name", "MyGroup"], ["created_at", "2017-12-18 18:35:35.486299"], ["updated_at", "2017-12-18 18:35:35.486299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 6 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 6]] OpenStax::Accounts::Group Load (0.6ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -635299390 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -635299390 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 6]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 5]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1220577952 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1220577952 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 5]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -635299390 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1220577952 SQL (0.6ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -1220577952], ["member_group_id", -635299390], ["created_at", "2017-12-18 18:35:35.494068"], ["updated_at", "2017-12-18 18:35:35.494068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 114 AND "openstax_accounts_group_members"."group_id" = -635299390) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 114 AND "openstax_accounts_group_members"."group_id" = -635299390) LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -635299390], ["user_id", 1], ["created_at", "2017-12-18 18:35:35.520835"], ["updated_at", "2017-12-18 18:35:35.520835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 114 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -635299390) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 114]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 6]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -635299390 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -635299390 - -1220577952 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 6]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-635299390, -1220577952) Ownership Load (0.4ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (5, 6)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "User"], ["created_at", "2017-12-18 18:35:35.557967"], ["updated_at", "2017-12-18 18:35:35.557967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 114]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-635299390, -1220577952) Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (5, 6)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "User"], ["created_at", "2017-12-18 18:35:35.567267"], ["updated_at", "2017-12-18 18:35:35.567267"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 114]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-635299390, -1220577952) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (5, 6)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 6], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-18 18:35:35.576153"], ["updated_at", "2017-12-18 18:35:35.576153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 114]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-635299390, -1220577952) Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (5, 6) OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-635299390, -1220577952) Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (5, 6)  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 5], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-18 18:35:35.587657"], ["updated_at", "2017-12-18 18:35:35.587657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 114]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-635299390, -1220577952) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (5, 6) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-635299390, -1220577952) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (5, 6) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-635299390, -1220577952) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (5, 6)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -62755664 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a552c35a-e298-4841-b037-0eb37851206f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fbff2bf7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -62755664], ["username", "jstrav"], ["access_token", "1b557a92c6b9778f151896b58cb6f15a"], ["uuid", "a552c35a-e298-4841-b037-0eb37851206f"], ["support_identifier", "cs_fbff2bf7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:35.605015"], ["updated_at", "2017-12-18 18:35:35.605015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1599721547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'daa2db52-ecb3-4363-957f-35f41ca2a5d7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5eba0d50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1599721547], ["username", "mary"], ["access_token", "5dc707251ff6e6d113ae968470295ac4"], ["uuid", "daa2db52-ecb3-4363-957f-35f41ca2a5d7"], ["support_identifier", "cs_5eba0d50"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:35.610334"], ["updated_at", "2017-12-18 18:35:35.610334"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1296029855 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd270bcdc-8232-48fa-8d9f-e6b8eb4d1b86' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_16cd315a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1296029855], ["username", "jstead"], ["access_token", "e169e4466eff0faa60c8dfe11424a149"], ["uuid", "d270bcdc-8232-48fa-8d9f-e6b8eb4d1b86"], ["support_identifier", "cs_16cd315a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:35.615097"], ["updated_at", "2017-12-18 18:35:35.615097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1735169560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b2f8ae5-af70-409a-8d87-a1c659a2d5d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53584ecd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1735169560], ["username", "bigbear"], ["access_token", "a68f679c8c6496d96c183c8d44f72a27"], ["uuid", "5b2f8ae5-af70-409a-8d87-a1c659a2d5d5"], ["support_identifier", "cs_53584ecd"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:35.619522"], ["updated_at", "2017-12-18 18:35:35.619522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1695536049 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ede8dd2-32ec-4621-950a-d096fe310321' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e743a835' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1695536049], ["username", "jstrav"], ["access_token", "866070d58add8e574325dacc812db5cc"], ["uuid", "0ede8dd2-32ec-4621-950a-d096fe310321"], ["support_identifier", "cs_e743a835"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:35.627943"], ["updated_at", "2017-12-18 18:35:35.627943"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1294918296 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f2f8cb4-2cfd-4203-8337-1121f33e9a7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b7745bf9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1294918296], ["username", "mary"], ["access_token", "74c153f838437f02eab379181b2734ff"], ["uuid", "9f2f8cb4-2cfd-4203-8337-1121f33e9a7e"], ["support_identifier", "cs_b7745bf9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:35.633305"], ["updated_at", "2017-12-18 18:35:35.633305"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003332938 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15d6c63a-8ca4-4c37-bc6e-ceac44562ce7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3444b18e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1003332938], ["username", "jstead"], ["access_token", "2e53bb16f939f1dc6d1f833b181dc949"], ["uuid", "15d6c63a-8ca4-4c37-bc6e-ceac44562ce7"], ["support_identifier", "cs_3444b18e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:35.640993"], ["updated_at", "2017-12-18 18:35:35.640993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -421420114 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aee623f3-b2c2-4e9c-b02a-76a70ba30095' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d69969b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -421420114], ["username", "bigbear"], ["access_token", "df3fe357252a3b6d6536abb5bf3f2d90"], ["uuid", "aee623f3-b2c2-4e9c-b02a-76a70ba30095"], ["support_identifier", "cs_d69969b5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:35.646326"], ["updated_at", "2017-12-18 18:35:35.646326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1104070308 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fdf28457-26ce-4ede-8051-98b4d5ae145d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_76de8f3b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1104070308], ["username", "jstrav"], ["access_token", "fe55ee1c04ac2090f160bd69b9845b5e"], ["uuid", "fdf28457-26ce-4ede-8051-98b4d5ae145d"], ["support_identifier", "cs_76de8f3b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:35.655916"], ["updated_at", "2017-12-18 18:35:35.655916"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1693684445 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ebb1fbaf-8d35-4c63-b475-8d2acb5d2583' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ccd82b5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1693684445], ["username", "mary"], ["access_token", "342fab13389fe2c62381e5ee7e200596"], ["uuid", "ebb1fbaf-8d35-4c63-b475-8d2acb5d2583"], ["support_identifier", "cs_2ccd82b5"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:35.663160"], ["updated_at", "2017-12-18 18:35:35.663160"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -752202157 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c236c342-c7a4-4059-8e69-2223b562e8fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0e785952' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -752202157], ["username", "jstead"], ["access_token", "5c0f00693ba955c392e8d1667beb1c41"], ["uuid", "c236c342-c7a4-4059-8e69-2223b562e8fa"], ["support_identifier", "cs_0e785952"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:35.669294"], ["updated_at", "2017-12-18 18:35:35.669294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1168314503 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1604413d-13e2-44ca-849c-f8a96f1749d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fed1707e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1168314503], ["username", "bigbear"], ["access_token", "70e366873fcecea697c031f4e44ddf73"], ["uuid", "1604413d-13e2-44ca-849c-f8a96f1749d8"], ["support_identifier", "cs_fed1707e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:35.674182"], ["updated_at", "2017-12-18 18:35:35.674182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846233705 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '802fdf99-652f-4e55-b2aa-6db4f15ca7d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f7e8938' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1846233705], ["username", "jstrav"], ["access_token", "df7161cd2b6de414237f5a0a0e8d1e39"], ["uuid", "802fdf99-652f-4e55-b2aa-6db4f15ca7d4"], ["support_identifier", "cs_6f7e8938"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:35.683577"], ["updated_at", "2017-12-18 18:35:35.683577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091857090 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7faf31c-808a-48fc-a1ef-28fb85409f83' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_40a84305' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2091857090], ["username", "mary"], ["access_token", "6629ff9278581b61c1293e1f0d53b64a"], ["uuid", "a7faf31c-808a-48fc-a1ef-28fb85409f83"], ["support_identifier", "cs_40a84305"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:35.690014"], ["updated_at", "2017-12-18 18:35:35.690014"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -890118351 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52ba327f-f9f3-4de9-b5d2-d9ee9ae2395f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f26bd6aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -890118351], ["username", "jstead"], ["access_token", "4194f6b2a8a02d239401773ee2f52261"], ["uuid", "52ba327f-f9f3-4de9-b5d2-d9ee9ae2395f"], ["support_identifier", "cs_f26bd6aa"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:35.695183"], ["updated_at", "2017-12-18 18:35:35.695183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2012083738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32d3ae42-a658-459f-ae3a-41dcfbae0cd7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_745d029c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2012083738], ["username", "bigbear"], ["access_token", "8ab2e679284b3f682a6b887d25f21e76"], ["uuid", "32d3ae42-a658-459f-ae3a-41dcfbae0cd7"], ["support_identifier", "cs_745d029c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:35.700017"], ["updated_at", "2017-12-18 18:35:35.700017"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1204862759 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88695360-657e-43a5-a87c-3c78a6872adb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e77fbd18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1204862759], ["username", "jstrav"], ["access_token", "71a4aa0d359c41684e64ddbe3c97be19"], ["uuid", "88695360-657e-43a5-a87c-3c78a6872adb"], ["support_identifier", "cs_e77fbd18"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:35.710492"], ["updated_at", "2017-12-18 18:35:35.710492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1840605568 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d32e38f-55d4-4e08-b567-399f4c4149a8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e9a1e1e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1840605568], ["username", "mary"], ["access_token", "6f7aeb884809a969d13e6e8410bbd50d"], ["uuid", "8d32e38f-55d4-4e08-b567-399f4c4149a8"], ["support_identifier", "cs_2e9a1e1e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:35.715306"], ["updated_at", "2017-12-18 18:35:35.715306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2132284214 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00d14ce6-0864-4151-b2c6-6eebd412a646' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33c6cd68' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2132284214], ["username", "jstead"], ["access_token", "06ffb1b99baf75a799ef3a8b6ba5a740"], ["uuid", "00d14ce6-0864-4151-b2c6-6eebd412a646"], ["support_identifier", "cs_33c6cd68"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:35.720603"], ["updated_at", "2017-12-18 18:35:35.720603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1773216921 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f95a2867-8b23-4dd8-8a65-5ee9f7554e5e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_150e694c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1773216921], ["username", "bigbear"], ["access_token", "2e424b925983b2f717b34fa7823e4099"], ["uuid", "f95a2867-8b23-4dd8-8a65-5ee9f7554e5e"], ["support_identifier", "cs_150e694c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:35.726026"], ["updated_at", "2017-12-18 18:35:35.726026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -161052880 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dfe6d4f2-7edc-4dd4-8e48-ad781aed05f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_60f393c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -161052880], ["username", "jstrav"], ["access_token", "1b55cc76457c96cc25e2c8aee5937dfc"], ["uuid", "dfe6d4f2-7edc-4dd4-8e48-ad781aed05f1"], ["support_identifier", "cs_60f393c0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:35.735503"], ["updated_at", "2017-12-18 18:35:35.735503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1102408944 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8b663ef-4609-471e-9ac1-cf511accb7af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab99fad4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1102408944], ["username", "mary"], ["access_token", "a50190e58c0c9b29f0d8007c871a6255"], ["uuid", "c8b663ef-4609-471e-9ac1-cf511accb7af"], ["support_identifier", "cs_ab99fad4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:35.740359"], ["updated_at", "2017-12-18 18:35:35.740359"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1562661990 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f142ce2-ca6b-4788-9d2a-fc844c599883' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_452c033f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1562661990], ["username", "jstead"], ["access_token", "9da6e84fb7af6f2f5908bbc4ed75e60e"], ["uuid", "5f142ce2-ca6b-4788-9d2a-fc844c599883"], ["support_identifier", "cs_452c033f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:35.745595"], ["updated_at", "2017-12-18 18:35:35.745595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659978759 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e5302b2-8260-4f6d-a8e7-f89b19cf6a7f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1af6302' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1659978759], ["username", "bigbear"], ["access_token", "50fc0492aa5b9167d8011bb29cff4480"], ["uuid", "5e5302b2-8260-4f6d-a8e7-f89b19cf6a7f"], ["support_identifier", "cs_d1af6302"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:35.750525"], ["updated_at", "2017-12-18 18:35:35.750525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.8ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -551441731 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93902c42-076e-4b94-b685-ab4e3c4af5ec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d436531d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -551441731], ["username", "jstrav"], ["access_token", "5c01b33fd70c7c03134de700604af2b7"], ["uuid", "93902c42-076e-4b94-b685-ab4e3c4af5ec"], ["support_identifier", "cs_d436531d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:35.761187"], ["updated_at", "2017-12-18 18:35:35.761187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2140926499 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '137744d8-0982-4a34-a07e-e63d68035e0c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_75a0e563' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2140926499], ["username", "mary"], ["access_token", "5bf0f40d27ff4e8f7b8868c64aed000f"], ["uuid", "137744d8-0982-4a34-a07e-e63d68035e0c"], ["support_identifier", "cs_75a0e563"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:35.766099"], ["updated_at", "2017-12-18 18:35:35.766099"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1145102578 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c04b424c-a7a9-414a-8e5e-a1cef88e28c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3f743499' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1145102578], ["username", "jstead"], ["access_token", "0943147ce3ea36002ee0083f78d833c4"], ["uuid", "c04b424c-a7a9-414a-8e5e-a1cef88e28c6"], ["support_identifier", "cs_3f743499"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:35.771976"], ["updated_at", "2017-12-18 18:35:35.771976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1297184514 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9e07fb4-8802-493b-a3db-6eb8f31b141e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eebc9098' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1297184514], ["username", "bigbear"], ["access_token", "40feb3d96b1de00f406f602d7ec4e9f1"], ["uuid", "a9e07fb4-8802-493b-a3db-6eb8f31b141e"], ["support_identifier", "cs_eebc9098"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:35.777216"], ["updated_at", "2017-12-18 18:35:35.777216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1945371440 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '872b2370-e791-4fef-a9e6-0a13d1385572' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d4d3497' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1945371440], ["username", "jstrav"], ["access_token", "ecf9c27fa93dc9ba8f64ec3049bc7fc1"], ["uuid", "872b2370-e791-4fef-a9e6-0a13d1385572"], ["support_identifier", "cs_4d4d3497"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:35.786723"], ["updated_at", "2017-12-18 18:35:35.786723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324906788 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd6c13bd-565d-4280-a982-cd20567da851' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d81cfb05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -324906788], ["username", "mary"], ["access_token", "f2d57e927264ea2cc4c92a807fd48f48"], ["uuid", "fd6c13bd-565d-4280-a982-cd20567da851"], ["support_identifier", "cs_d81cfb05"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:35.793680"], ["updated_at", "2017-12-18 18:35:35.793680"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1464130242 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65bb9a9a-b73f-45a5-ae3d-7cbc0c636039' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4db596e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1464130242], ["username", "jstead"], ["access_token", "27762867868d1a5b3d5a10735afd186c"], ["uuid", "65bb9a9a-b73f-45a5-ae3d-7cbc0c636039"], ["support_identifier", "cs_4db596e4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:35.799586"], ["updated_at", "2017-12-18 18:35:35.799586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -967647630 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '48b334c1-adb7-432e-b451-083870bd88a9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_768d8977' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -967647630], ["username", "bigbear"], ["access_token", "87a14d457da3a01427c5dc88fc73ca85"], ["uuid", "48b334c1-adb7-432e-b451-083870bd88a9"], ["support_identifier", "cs_768d8977"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:35.805763"], ["updated_at", "2017-12-18 18:35:35.805763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283688722 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01172e21-3d71-46c9-9bea-9b9b163567cc' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_17496fbb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1283688722], ["username", "jstrav"], ["access_token", "d1afd6545a49d0510050fc87e88cc551"], ["uuid", "01172e21-3d71-46c9-9bea-9b9b163567cc"], ["support_identifier", "cs_17496fbb"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:35.815635"], ["updated_at", "2017-12-18 18:35:35.815635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2015986892 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc8a88ec-09c6-4810-a84a-6b74ea911edb' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_25828e03' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2015986892], ["username", "mary"], ["access_token", "ee53668194eee0ec304b7a065edec348"], ["uuid", "cc8a88ec-09c6-4810-a84a-6b74ea911edb"], ["support_identifier", "cs_25828e03"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:35.821594"], ["updated_at", "2017-12-18 18:35:35.821594"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -3313212 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '996b25de-0ba3-4d69-a8d8-b90646709d82' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64ea2cc8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -3313212], ["username", "jstead"], ["access_token", "05d2ce6d743f6a71d96f4a24df3b1a39"], ["uuid", "996b25de-0ba3-4d69-a8d8-b90646709d82"], ["support_identifier", "cs_64ea2cc8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:35.828994"], ["updated_at", "2017-12-18 18:35:35.828994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2033501217 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c2449f7-d86a-46b3-beca-64880e1c288a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0a535d15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2033501217], ["username", "bigbear"], ["access_token", "cc5cfeb4e7ec7a96400ac8b6a3ffdf3e"], ["uuid", "8c2449f7-d86a-46b3-beca-64880e1c288a"], ["support_identifier", "cs_0a535d15"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:35.834504"], ["updated_at", "2017-12-18 18:35:35.834504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1121616348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5fc1b8cb-e785-475d-b067-e7ab4eed125e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_71ed4d5c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1121616348], ["username", "jstrav"], ["access_token", "1afcc78dd91f5c702584f77d5de74328"], ["uuid", "5fc1b8cb-e785-475d-b067-e7ab4eed125e"], ["support_identifier", "cs_71ed4d5c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:35.844525"], ["updated_at", "2017-12-18 18:35:35.844525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -531874776 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '202c3b73-17e1-41b1-9781-7d9b64925a7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_538f6099' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -531874776], ["username", "mary"], ["access_token", "f13fc48f235bc79227543aa52df9cf25"], ["uuid", "202c3b73-17e1-41b1-9781-7d9b64925a7a"], ["support_identifier", "cs_538f6099"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:35.850277"], ["updated_at", "2017-12-18 18:35:35.850277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2123517651 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0bfad6e3-ee5c-45c9-bb4d-167fce00e81f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0d76a00c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2123517651], ["username", "jstead"], ["access_token", "f4ee8ea6636f9fdfb8b5455189072d15"], ["uuid", "0bfad6e3-ee5c-45c9-bb4d-167fce00e81f"], ["support_identifier", "cs_0d76a00c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:35.856664"], ["updated_at", "2017-12-18 18:35:35.856664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -736914470 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '282b36b3-56c6-4db1-b56e-5d8930b78fa6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8159f4bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -736914470], ["username", "bigbear"], ["access_token", "80bd5a0407ff2473228cfa2d6703250d"], ["uuid", "282b36b3-56c6-4db1-b56e-5d8930b78fa6"], ["support_identifier", "cs_8159f4bf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:35.862935"], ["updated_at", "2017-12-18 18:35:35.862935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2115339846 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd58a5023-6557-4883-b40f-fe06898432f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f5e81db8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2115339846], ["username", "jstrav"], ["access_token", "ac0ccd283fa14f276aca6bf8a0cd18c1"], ["uuid", "d58a5023-6557-4883-b40f-fe06898432f5"], ["support_identifier", "cs_f5e81db8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:35.872508"], ["updated_at", "2017-12-18 18:35:35.872508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -496231655 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49eaf429-bb88-4135-9327-a62007dd9811' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_74cb13be' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -496231655], ["username", "mary"], ["access_token", "eac7c7a4f4f2403eed8d4d5ed34fa0f2"], ["uuid", "49eaf429-bb88-4135-9327-a62007dd9811"], ["support_identifier", "cs_74cb13be"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:35.877932"], ["updated_at", "2017-12-18 18:35:35.877932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -12204426 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e28a4c1-98ae-460e-bda7-a81b0d0d016b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf93c643' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -12204426], ["username", "jstead"], ["access_token", "2494a1c31103581f37090f9aad6f2b51"], ["uuid", "3e28a4c1-98ae-460e-bda7-a81b0d0d016b"], ["support_identifier", "cs_cf93c643"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:35.883694"], ["updated_at", "2017-12-18 18:35:35.883694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -368836744 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd07f0eaa-2dcc-461f-bc59-bc4b91a909ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9aff30a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -368836744], ["username", "bigbear"], ["access_token", "b2fc6e6c9e7180a2b3acc1d110cfe3cf"], ["uuid", "d07f0eaa-2dcc-461f-bc59-bc4b91a909ad"], ["support_identifier", "cs_9aff30a1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:35.888642"], ["updated_at", "2017-12-18 18:35:35.888642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -101855048 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63329084-5b68-4b13-b650-20a94eb35ca4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8b795ff5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -101855048], ["username", "billy_00"], ["access_token", "75923fbb549b67f738e24920436ed390"], ["uuid", "63329084-5b68-4b13-b650-20a94eb35ca4"], ["support_identifier", "cs_8b795ff5"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:35:35.894884"], ["updated_at", "2017-12-18 18:35:35.894884"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2079199992 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44a21045-1a44-42e0-b3f7-cf7cd34f2e2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97a734c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2079199992], ["username", "billy_01"], ["access_token", "cd8e731ae5d229b14105e54cc9bef081"], ["uuid", "44a21045-1a44-42e0-b3f7-cf7cd34f2e2d"], ["support_identifier", "cs_97a734c2"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:35:35.901443"], ["updated_at", "2017-12-18 18:35:35.901443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1397554842 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7eb2be6-b0de-40dc-b7d9-c37e2de04e4b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4f049f57' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1397554842], ["username", "billy_02"], ["access_token", "7217aee17e82ae2e183befd06aa5bb83"], ["uuid", "b7eb2be6-b0de-40dc-b7d9-c37e2de04e4b"], ["support_identifier", "cs_4f049f57"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:35:35.907896"], ["updated_at", "2017-12-18 18:35:35.907896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1604230940 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2180d9b-e28b-4fb8-9f92-8dff46c817ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_61b6715f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1604230940], ["username", "billy_03"], ["access_token", "c796aee9da39d91391c44d15d1452b19"], ["uuid", "a2180d9b-e28b-4fb8-9f92-8dff46c817ba"], ["support_identifier", "cs_61b6715f"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:35:35.912888"], ["updated_at", "2017-12-18 18:35:35.912888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1176876923 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0c911b0-4bf1-473a-8b4e-fc5855c0f086' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c2311fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1176876923], ["username", "billy_04"], ["access_token", "e533f57cd8949a170067020156c5f492"], ["uuid", "d0c911b0-4bf1-473a-8b4e-fc5855c0f086"], ["support_identifier", "cs_5c2311fa"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:35:35.917623"], ["updated_at", "2017-12-18 18:35:35.917623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1200334826 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83ce5e6f-f7f5-4a65-8132-619687250f66' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8dac0eab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1200334826], ["username", "billy_05"], ["access_token", "2760548df57455866712c73d5e911886"], ["uuid", "83ce5e6f-f7f5-4a65-8132-619687250f66"], ["support_identifier", "cs_8dac0eab"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:35:35.922632"], ["updated_at", "2017-12-18 18:35:35.922632"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1716840309 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca0f279f-dad0-4ce1-a85b-afd730a974a9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0162029d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1716840309], ["username", "billy_06"], ["access_token", "b87b10680708c79fbead56562b49c33f"], ["uuid", "ca0f279f-dad0-4ce1-a85b-afd730a974a9"], ["support_identifier", "cs_0162029d"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:35:35.927628"], ["updated_at", "2017-12-18 18:35:35.927628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424547394 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a95c142-e727-4149-85f7-0d73afe1af22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_910fe3a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -424547394], ["username", "billy_07"], ["access_token", "7c4a226aca4a6bfd6ce0ce27ce19c039"], ["uuid", "9a95c142-e727-4149-85f7-0d73afe1af22"], ["support_identifier", "cs_910fe3a0"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:35:35.932735"], ["updated_at", "2017-12-18 18:35:35.932735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2037558598 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '54eaaf53-4c68-4e02-bee1-d33107f331e5' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a328077b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2037558598], ["username", "billy_08"], ["access_token", "ea4f3e182daa466c33a897c034cc0c5b"], ["uuid", "54eaaf53-4c68-4e02-bee1-d33107f331e5"], ["support_identifier", "cs_a328077b"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:35:35.938309"], ["updated_at", "2017-12-18 18:35:35.938309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1020914469 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3df13481-c519-4671-b0cc-ba9e437dd4ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5162edcb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1020914469], ["username", "billy_09"], ["access_token", "a51318d9b4bd804cc157a519c099a9de"], ["uuid", "3df13481-c519-4671-b0cc-ba9e437dd4ad"], ["support_identifier", "cs_5162edcb"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:35:35.943897"], ["updated_at", "2017-12-18 18:35:35.943897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1271964171 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc981aca-3e6a-414f-a019-a689a76227a0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd6716a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1271964171], ["username", "billy_10"], ["access_token", "d717e08812b529ea1e4fd610edcc5659"], ["uuid", "cc981aca-3e6a-414f-a019-a689a76227a0"], ["support_identifier", "cs_fd6716a2"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:35:35.948824"], ["updated_at", "2017-12-18 18:35:35.948824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1692142100 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '23e21c7a-98e7-40ac-9978-3140cc09c69c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_99586bf7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1692142100], ["username", "billy_11"], ["access_token", "d1b3074e90d90acef2abb4a26d7e457e"], ["uuid", "23e21c7a-98e7-40ac-9978-3140cc09c69c"], ["support_identifier", "cs_99586bf7"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:35:35.953511"], ["updated_at", "2017-12-18 18:35:35.953511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -980638276 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbe3da45-becb-465f-9c54-070d731c3394' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_32a4a15d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -980638276], ["username", "billy_12"], ["access_token", "5399f6a1da60985351f15168002e9ee2"], ["uuid", "fbe3da45-becb-465f-9c54-070d731c3394"], ["support_identifier", "cs_32a4a15d"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:35:35.958269"], ["updated_at", "2017-12-18 18:35:35.958269"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343887489 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e4b317f7-6efc-475d-a671-a5b99083e2fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_98250f5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -343887489], ["username", "billy_13"], ["access_token", "b45758fdd98329d6bd47104da6c5bcbb"], ["uuid", "e4b317f7-6efc-475d-a671-a5b99083e2fd"], ["support_identifier", "cs_98250f5a"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:35:35.962939"], ["updated_at", "2017-12-18 18:35:35.962939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -916290012 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a95b1ed0-93e5-47b5-b790-7bb8996ab142' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64228466' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -916290012], ["username", "billy_14"], ["access_token", "2f47e7f241e21f050501cbb82e9df85d"], ["uuid", "a95b1ed0-93e5-47b5-b790-7bb8996ab142"], ["support_identifier", "cs_64228466"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:35:35.967499"], ["updated_at", "2017-12-18 18:35:35.967499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -706085362 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa39f9cd-28e9-4066-a2b7-b253b8aacf4f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9b5bce3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -706085362], ["username", "billy_15"], ["access_token", "2e204d04556212668c88ea74afef2f4b"], ["uuid", "aa39f9cd-28e9-4066-a2b7-b253b8aacf4f"], ["support_identifier", "cs_e9b5bce3"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:35:35.972000"], ["updated_at", "2017-12-18 18:35:35.972000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1498035635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29b277b1-414e-4248-8b74-e146f90d15bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_35a7c97b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1498035635], ["username", "billy_16"], ["access_token", "c08ce657b51ca18e89c3cc9f33a7535f"], ["uuid", "29b277b1-414e-4248-8b74-e146f90d15bd"], ["support_identifier", "cs_35a7c97b"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:35:35.976781"], ["updated_at", "2017-12-18 18:35:35.976781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1779047319 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae56c7cd-a697-4397-92bc-c40c44ea1baf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d6ba25b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1779047319], ["username", "billy_17"], ["access_token", "2b41956c8421d99416bf2c5eaf62effb"], ["uuid", "ae56c7cd-a697-4397-92bc-c40c44ea1baf"], ["support_identifier", "cs_d6ba25b1"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:35:35.982594"], ["updated_at", "2017-12-18 18:35:35.982594"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2139553482 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1d7c193-f485-4ca1-b19a-62ddf9d27fb7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_52fe6920' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2139553482], ["username", "billy_18"], ["access_token", "578c8d935e038d25a57c2afaab5840ed"], ["uuid", "d1d7c193-f485-4ca1-b19a-62ddf9d27fb7"], ["support_identifier", "cs_52fe6920"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:35:35.987097"], ["updated_at", "2017-12-18 18:35:35.987097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1886265744 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ed19505-738c-4f97-ba00-0c6cf6aa5b64' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_211d67c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1886265744], ["username", "billy_19"], ["access_token", "7dcdb267c4c36890403f31b7ac7aa4f8"], ["uuid", "5ed19505-738c-4f97-ba00-0c6cf6aa5b64"], ["support_identifier", "cs_211d67c0"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:35:35.991456"], ["updated_at", "2017-12-18 18:35:35.991456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -300929438 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef51db34-6aec-4443-be4a-a1cff9b0ad6e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3171a37c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -300929438], ["username", "billy_20"], ["access_token", "e3fef316fad641ab8e59a2d753cdf0de"], ["uuid", "ef51db34-6aec-4443-be4a-a1cff9b0ad6e"], ["support_identifier", "cs_3171a37c"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:35:35.995791"], ["updated_at", "2017-12-18 18:35:35.995791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1737826757 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5052f456-837e-42fc-ba33-e9711a15402d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a306f008' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1737826757], ["username", "billy_21"], ["access_token", "798968be93031d6f7113386b5292b478"], ["uuid", "5052f456-837e-42fc-ba33-e9711a15402d"], ["support_identifier", "cs_a306f008"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:35:36.000283"], ["updated_at", "2017-12-18 18:35:36.000283"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -644434748 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64c0b963-db00-4d5d-a18f-ad61e25c1612' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68abf94f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -644434748], ["username", "billy_22"], ["access_token", "75e47802241760d31d666715a1a7bf6d"], ["uuid", "64c0b963-db00-4d5d-a18f-ad61e25c1612"], ["support_identifier", "cs_68abf94f"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:35:36.004737"], ["updated_at", "2017-12-18 18:35:36.004737"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -908180952 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '034fea9b-ceba-4dd2-9d12-ee18fd8c0431' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_442ab12b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -908180952], ["username", "billy_23"], ["access_token", "c8f2f0f9c0bc87c045c82cdef70c91c4"], ["uuid", "034fea9b-ceba-4dd2-9d12-ee18fd8c0431"], ["support_identifier", "cs_442ab12b"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:35:36.019651"], ["updated_at", "2017-12-18 18:35:36.019651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065056094 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a438923b-3cdf-457a-aae8-cedf11174590' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_17f4d4fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1065056094], ["username", "billy_24"], ["access_token", "e546f90bed11dbfcca92c718adf62337"], ["uuid", "a438923b-3cdf-457a-aae8-cedf11174590"], ["support_identifier", "cs_17f4d4fc"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:35:36.025281"], ["updated_at", "2017-12-18 18:35:36.025281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1411179160 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b948813-3550-4dc8-b0ed-b0bfb0e1d451' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3dff5aef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1411179160], ["username", "billy_25"], ["access_token", "534250fd1af4c2fee4d5202f920e39f1"], ["uuid", "0b948813-3550-4dc8-b0ed-b0bfb0e1d451"], ["support_identifier", "cs_3dff5aef"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:35:36.029917"], ["updated_at", "2017-12-18 18:35:36.029917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -770044693 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f89bc1f-f454-4ad3-929f-9f5c745fcf03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d0dfe9c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -770044693], ["username", "billy_26"], ["access_token", "1b6cbfde316d0370749ff0829e39571a"], ["uuid", "2f89bc1f-f454-4ad3-929f-9f5c745fcf03"], ["support_identifier", "cs_d0dfe9c8"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:35:36.034633"], ["updated_at", "2017-12-18 18:35:36.034633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2094896032 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a9a1408-d8c1-4be0-8beb-dc2b16644159' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f52a58c7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2094896032], ["username", "billy_27"], ["access_token", "5867e9feef5e0459ca80f86b9aaf985d"], ["uuid", "4a9a1408-d8c1-4be0-8beb-dc2b16644159"], ["support_identifier", "cs_f52a58c7"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:35:36.041111"], ["updated_at", "2017-12-18 18:35:36.041111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1393301480 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45a7983d-2f7e-4af5-827d-658ce6c69a11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a1264d30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1393301480], ["username", "billy_28"], ["access_token", "8c312ad5462d9925c04a2da06945f26e"], ["uuid", "45a7983d-2f7e-4af5-827d-658ce6c69a11"], ["support_identifier", "cs_a1264d30"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:35:36.047046"], ["updated_at", "2017-12-18 18:35:36.047046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1047357595 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3bad5212-f63c-4f95-bfc1-d403df515e2b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ff23059' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1047357595], ["username", "billy_29"], ["access_token", "3c344526bc82975b34602e4fe60ac854"], ["uuid", "3bad5212-f63c-4f95-bfc1-d403df515e2b"], ["support_identifier", "cs_2ff23059"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:35:36.051929"], ["updated_at", "2017-12-18 18:35:36.051929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -658644901 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62d71591-5792-4aa4-b2bf-9d485f996ced' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ba804c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -658644901], ["username", "billy_30"], ["access_token", "6c9adb3f5577796649f0579776f1a6a9"], ["uuid", "62d71591-5792-4aa4-b2bf-9d485f996ced"], ["support_identifier", "cs_4ba804c0"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:35:36.056729"], ["updated_at", "2017-12-18 18:35:36.056729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -708195633 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10d65b1c-6b5e-49ec-bfb5-e77226cea8d7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b8b17776' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -708195633], ["username", "billy_31"], ["access_token", "5383d4fb0a548a0c6463e62e3130b252"], ["uuid", "10d65b1c-6b5e-49ec-bfb5-e77226cea8d7"], ["support_identifier", "cs_b8b17776"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:35:36.061420"], ["updated_at", "2017-12-18 18:35:36.061420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478044630 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '188ba6d3-920f-45dc-bc74-94715037a74c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b6e2252e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -478044630], ["username", "billy_32"], ["access_token", "e5ffb653afb4c58cdc323115ead4044d"], ["uuid", "188ba6d3-920f-45dc-bc74-94715037a74c"], ["support_identifier", "cs_b6e2252e"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:35:36.066098"], ["updated_at", "2017-12-18 18:35:36.066098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -368337251 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f27a995-f731-4280-bb61-86c0cb2a3208' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_178b9d92' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -368337251], ["username", "billy_33"], ["access_token", "b4f05ea6f9213cf4e64f7af4b9534830"], ["uuid", "9f27a995-f731-4280-bb61-86c0cb2a3208"], ["support_identifier", "cs_178b9d92"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:35:36.070982"], ["updated_at", "2017-12-18 18:35:36.070982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2001060604 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09ead2a0-7874-4913-8253-e7899d2c42f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1399c03d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2001060604], ["username", "billy_34"], ["access_token", "8f933dfa6a8e8a7b6a4303fcd20b6582"], ["uuid", "09ead2a0-7874-4913-8253-e7899d2c42f4"], ["support_identifier", "cs_1399c03d"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:35:36.075624"], ["updated_at", "2017-12-18 18:35:36.075624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -176503288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c01661dc-73ff-48af-9dd1-65466737c2ec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c35a8066' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -176503288], ["username", "billy_35"], ["access_token", "3745d9628d1d67bd7b94e83c7964f81e"], ["uuid", "c01661dc-73ff-48af-9dd1-65466737c2ec"], ["support_identifier", "cs_c35a8066"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:35:36.080600"], ["updated_at", "2017-12-18 18:35:36.080600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366447002 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3c1e431-4c2d-4db8-821c-2205498a5ef2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a223a6b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -366447002], ["username", "billy_36"], ["access_token", "3e3d234d9da8560c9cf0af7de7f45546"], ["uuid", "f3c1e431-4c2d-4db8-821c-2205498a5ef2"], ["support_identifier", "cs_8a223a6b"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:35:36.085287"], ["updated_at", "2017-12-18 18:35:36.085287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1777667341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71f5ce20-3ed3-48d5-a4cd-dc7f23f71e91' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e51278db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1777667341], ["username", "billy_37"], ["access_token", "942195889df428b9f1d23ccc84d2c22a"], ["uuid", "71f5ce20-3ed3-48d5-a4cd-dc7f23f71e91"], ["support_identifier", "cs_e51278db"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:35:36.089886"], ["updated_at", "2017-12-18 18:35:36.089886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1961459213 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c294420b-d445-4e2c-a15e-05691c00d186' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c2ecdd4e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1961459213], ["username", "billy_38"], ["access_token", "34e0149198ac6441b06578120ce0cd5d"], ["uuid", "c294420b-d445-4e2c-a15e-05691c00d186"], ["support_identifier", "cs_c2ecdd4e"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:35:36.094695"], ["updated_at", "2017-12-18 18:35:36.094695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -4621835 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '73a83656-8cca-455f-a8d4-d72f222f975c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ba572e47' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -4621835], ["username", "billy_39"], ["access_token", "1f56acdcf10f68151d84373ef0fef55c"], ["uuid", "73a83656-8cca-455f-a8d4-d72f222f975c"], ["support_identifier", "cs_ba572e47"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:35:36.099130"], ["updated_at", "2017-12-18 18:35:36.099130"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1258547341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46f4a4d8-2254-408d-8444-4371bc24675b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_915560ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1258547341], ["username", "billy_40"], ["access_token", "db332c1b7c2dfd6e59bad724021a1d54"], ["uuid", "46f4a4d8-2254-408d-8444-4371bc24675b"], ["support_identifier", "cs_915560ee"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:35:36.104030"], ["updated_at", "2017-12-18 18:35:36.104030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -215081328 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22c5b681-be42-4256-8127-beadc93fc2ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d40f59b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -215081328], ["username", "billy_41"], ["access_token", "ebe41d071ca2207615101f7d30aec31a"], ["uuid", "22c5b681-be42-4256-8127-beadc93fc2ae"], ["support_identifier", "cs_8d40f59b"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:35:36.109182"], ["updated_at", "2017-12-18 18:35:36.109182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -972944547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b8ba9cb-8505-43ce-b2ed-6f0d928e3bac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e46d41f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -972944547], ["username", "billy_42"], ["access_token", "c45784d188e68d553621a0af5c07d042"], ["uuid", "0b8ba9cb-8505-43ce-b2ed-6f0d928e3bac"], ["support_identifier", "cs_4e46d41f"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:35:36.114031"], ["updated_at", "2017-12-18 18:35:36.114031"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404961333 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a25e820-a6e0-4948-be0b-e4975dfbab57' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_32e7f977' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -404961333], ["username", "billy_43"], ["access_token", "381fb0bc6d13917a4978369427bf9095"], ["uuid", "2a25e820-a6e0-4948-be0b-e4975dfbab57"], ["support_identifier", "cs_32e7f977"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:35:36.142513"], ["updated_at", "2017-12-18 18:35:36.142513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1181400734 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a12a5b4-b789-4dd9-9747-da41a7f2197f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68a259e6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1181400734], ["username", "billy_44"], ["access_token", "eece1118863385285bdb6656e0c5e4fa"], ["uuid", "1a12a5b4-b789-4dd9-9747-da41a7f2197f"], ["support_identifier", "cs_68a259e6"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:35:36.148856"], ["updated_at", "2017-12-18 18:35:36.148856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1341616529 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92ba98f3-b1b7-452e-9eb1-836fd1e9e9c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9a4051ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1341616529], ["username", "billy_45"], ["access_token", "16a60ca71f086bb016cf0168e50fa8b9"], ["uuid", "92ba98f3-b1b7-452e-9eb1-836fd1e9e9c8"], ["support_identifier", "cs_9a4051ee"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:35:36.154560"], ["updated_at", "2017-12-18 18:35:36.154560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1788412683 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '51d91d7c-7cec-4867-9f23-eaa7398b8c32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f11f9ed9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1788412683], ["username", "jstrav"], ["access_token", "09320cbaa752db518d165f6dd84b2f9b"], ["uuid", "51d91d7c-7cec-4867-9f23-eaa7398b8c32"], ["support_identifier", "cs_f11f9ed9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:36.166900"], ["updated_at", "2017-12-18 18:35:36.166900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1747599870 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cb6ff1b-d8c6-48d9-849b-ec36c2188709' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7e04d049' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1747599870], ["username", "mary"], ["access_token", "d7a08946128c0dd1136af42baca76bd6"], ["uuid", "7cb6ff1b-d8c6-48d9-849b-ec36c2188709"], ["support_identifier", "cs_7e04d049"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:36.171625"], ["updated_at", "2017-12-18 18:35:36.171625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1082100451 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ac0367b-6def-47dd-a647-adb3999b2aec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_45271a50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1082100451], ["username", "jstead"], ["access_token", "74653670db26c440910cd5fbed49e35a"], ["uuid", "2ac0367b-6def-47dd-a647-adb3999b2aec"], ["support_identifier", "cs_45271a50"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:36.176128"], ["updated_at", "2017-12-18 18:35:36.176128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273791755 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b56022a-0104-4e00-b1a6-7adf70762c38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7a1f0e44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -273791755], ["username", "bigbear"], ["access_token", "c7991d1feff65d9882571e95f713080e"], ["uuid", "0b56022a-0104-4e00-b1a6-7adf70762c38"], ["support_identifier", "cs_7a1f0e44"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:36.180465"], ["updated_at", "2017-12-18 18:35:36.180465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003551693 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8dea3d6-3c11-4ec6-ad8e-f336d5d14aa8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_18c28114' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1003551693], ["username", "billy_00"], ["access_token", "09159f280aed95344f71ba20af2e8631"], ["uuid", "e8dea3d6-3c11-4ec6-ad8e-f336d5d14aa8"], ["support_identifier", "cs_18c28114"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:35:36.184724"], ["updated_at", "2017-12-18 18:35:36.184724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1388428031 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e96a3d5-0120-4406-bbd4-7af1709a571f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d59fab43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1388428031], ["username", "billy_01"], ["access_token", "98329dbfdec3d101e48cb9bb6a503382"], ["uuid", "8e96a3d5-0120-4406-bbd4-7af1709a571f"], ["support_identifier", "cs_d59fab43"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:35:36.189165"], ["updated_at", "2017-12-18 18:35:36.189165"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -626742379 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1aa9bba5-9ea0-4cc0-a62c-13d7658464b2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b838d684' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -626742379], ["username", "billy_02"], ["access_token", "e8e58ae7bb1566a638c29ca1b1313001"], ["uuid", "1aa9bba5-9ea0-4cc0-a62c-13d7658464b2"], ["support_identifier", "cs_b838d684"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:35:36.193484"], ["updated_at", "2017-12-18 18:35:36.193484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1953947542 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31990fd1-e245-4f91-9021-a2559b78a71c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d9233611' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1953947542], ["username", "billy_03"], ["access_token", "9abb7a82c6ed13060740f1bc205d4bcd"], ["uuid", "31990fd1-e245-4f91-9021-a2559b78a71c"], ["support_identifier", "cs_d9233611"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:35:36.198277"], ["updated_at", "2017-12-18 18:35:36.198277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -310052432 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'abb182a5-5ee9-4924-ab37-888ca489e4c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_480380c1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -310052432], ["username", "billy_04"], ["access_token", "c1e76cff557224c7effb44645896da1b"], ["uuid", "abb182a5-5ee9-4924-ab37-888ca489e4c6"], ["support_identifier", "cs_480380c1"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:35:36.214441"], ["updated_at", "2017-12-18 18:35:36.214441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1193463265 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1540d5f7-4a41-4104-b6c5-d76dc21f9689' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7097b6a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1193463265], ["username", "billy_05"], ["access_token", "b1618ad51bd158b6240cc64012c0ffb7"], ["uuid", "1540d5f7-4a41-4104-b6c5-d76dc21f9689"], ["support_identifier", "cs_7097b6a7"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:35:36.219703"], ["updated_at", "2017-12-18 18:35:36.219703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258332084 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07dbac98-588b-4d48-93bd-22ee0d6771cc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_32d1a714' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -258332084], ["username", "billy_06"], ["access_token", "ffbc05ea1a9f525797c0a329e12d4a6c"], ["uuid", "07dbac98-588b-4d48-93bd-22ee0d6771cc"], ["support_identifier", "cs_32d1a714"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:35:36.224054"], ["updated_at", "2017-12-18 18:35:36.224054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1274201684 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e873bac6-518d-4397-b6aa-906175900d66' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28ea40eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1274201684], ["username", "billy_07"], ["access_token", "b1f1f0d8dcb4c7538efed546fba91261"], ["uuid", "e873bac6-518d-4397-b6aa-906175900d66"], ["support_identifier", "cs_28ea40eb"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:35:36.228384"], ["updated_at", "2017-12-18 18:35:36.228384"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -247542273 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de40e5aa-ac74-420d-bd39-a521c686e6d6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_02b28367' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -247542273], ["username", "billy_08"], ["access_token", "c8b32240adb5ed7cc994fba40c14ecf7"], ["uuid", "de40e5aa-ac74-420d-bd39-a521c686e6d6"], ["support_identifier", "cs_02b28367"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:35:36.233626"], ["updated_at", "2017-12-18 18:35:36.233626"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444761556 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1bc18720-f80b-4457-9467-68097fac8f11' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e64cdaa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -444761556], ["username", "billy_09"], ["access_token", "a67a46eeffaf062cdd6746ad71334084"], ["uuid", "1bc18720-f80b-4457-9467-68097fac8f11"], ["support_identifier", "cs_2e64cdaa"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:35:36.239694"], ["updated_at", "2017-12-18 18:35:36.239694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1416750521 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '468948cd-ae18-4127-bc2b-b5f20705b51f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd8faf3b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1416750521], ["username", "billy_10"], ["access_token", "09a8785dd5cfea425f5fc9c8bd603ef8"], ["uuid", "468948cd-ae18-4127-bc2b-b5f20705b51f"], ["support_identifier", "cs_dd8faf3b"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:35:36.244363"], ["updated_at", "2017-12-18 18:35:36.244363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -837890111 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b701593-e361-40d9-b164-80d49ab95ab6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6cea4355' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -837890111], ["username", "billy_11"], ["access_token", "ec967851e0ecb4c42a333494717673f6"], ["uuid", "6b701593-e361-40d9-b164-80d49ab95ab6"], ["support_identifier", "cs_6cea4355"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:35:36.248851"], ["updated_at", "2017-12-18 18:35:36.248851"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1587683 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a44e7d36-d58c-4e3c-85b4-e9939da4894b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e08ebdbe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1587683], ["username", "billy_12"], ["access_token", "de6ee03d912003c9b385ece691991ad4"], ["uuid", "a44e7d36-d58c-4e3c-85b4-e9939da4894b"], ["support_identifier", "cs_e08ebdbe"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:35:36.253289"], ["updated_at", "2017-12-18 18:35:36.253289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1843374008 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0c9b1e4-fbc6-4f25-be28-73de9f6b0070' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f5479b05' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1843374008], ["username", "billy_13"], ["access_token", "9e646bf91a4ba5201d3036e64271d87c"], ["uuid", "d0c9b1e4-fbc6-4f25-be28-73de9f6b0070"], ["support_identifier", "cs_f5479b05"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:35:36.258368"], ["updated_at", "2017-12-18 18:35:36.258368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -963390599 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '782bbb88-e2ec-4d47-a557-d4cb2511ff56' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_137e46d8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -963390599], ["username", "billy_14"], ["access_token", "a761990f8ef27f17d448d727b9688ea1"], ["uuid", "782bbb88-e2ec-4d47-a557-d4cb2511ff56"], ["support_identifier", "cs_137e46d8"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:35:36.263937"], ["updated_at", "2017-12-18 18:35:36.263937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1875054384 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b9acf75-d6f9-464f-9e06-4f97919a87b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e99544b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1875054384], ["username", "billy_15"], ["access_token", "f300686f13856d817a85a9291dd0d554"], ["uuid", "1b9acf75-d6f9-464f-9e06-4f97919a87b3"], ["support_identifier", "cs_5e99544b"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:35:36.268447"], ["updated_at", "2017-12-18 18:35:36.268447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869790551 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc1aa26d-7dd3-4d0e-95f1-8083253719ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e54f240' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -869790551], ["username", "billy_16"], ["access_token", "c332d1023ea1b59137afaad9efbbe248"], ["uuid", "cc1aa26d-7dd3-4d0e-95f1-8083253719ad"], ["support_identifier", "cs_5e54f240"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:35:36.272904"], ["updated_at", "2017-12-18 18:35:36.272904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1519809703 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3144c59a-0d0e-4346-9631-59933ece022c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b2c56a57' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1519809703], ["username", "billy_17"], ["access_token", "1fe4de83102f3c88904fb50202f8de9b"], ["uuid", "3144c59a-0d0e-4346-9631-59933ece022c"], ["support_identifier", "cs_b2c56a57"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:35:36.277341"], ["updated_at", "2017-12-18 18:35:36.277341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1939800141 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c867835-2375-4725-960f-7d90fc8e90d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6dc5830a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1939800141], ["username", "billy_18"], ["access_token", "5ad930db1c183c5f8ce5a436056900ae"], ["uuid", "3c867835-2375-4725-960f-7d90fc8e90d3"], ["support_identifier", "cs_6dc5830a"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:35:36.282108"], ["updated_at", "2017-12-18 18:35:36.282108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -124035708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e93f8808-1021-4dee-8689-05ac09bf51e3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce4545ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -124035708], ["username", "billy_19"], ["access_token", "bfee7fd059ada8e213431e42d73fa219"], ["uuid", "e93f8808-1021-4dee-8689-05ac09bf51e3"], ["support_identifier", "cs_ce4545ad"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:35:36.287003"], ["updated_at", "2017-12-18 18:35:36.287003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -175658313 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd742a29d-caf0-406c-8191-c92f95f5b237' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c56f9208' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -175658313], ["username", "billy_20"], ["access_token", "26daf214171447a81987669f3aff9fb9"], ["uuid", "d742a29d-caf0-406c-8191-c92f95f5b237"], ["support_identifier", "cs_c56f9208"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:35:36.291885"], ["updated_at", "2017-12-18 18:35:36.291885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -907644776 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34f9d4ee-2381-4387-b0f1-6550a913fda7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_be7fd461' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -907644776], ["username", "billy_21"], ["access_token", "4ce5597da478ec177bd0d4f48f247ab6"], ["uuid", "34f9d4ee-2381-4387-b0f1-6550a913fda7"], ["support_identifier", "cs_be7fd461"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:35:36.296774"], ["updated_at", "2017-12-18 18:35:36.296774"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1133507431 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56abedcc-bfc1-43d2-927e-b0903dc1d56d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de6c46fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1133507431], ["username", "billy_22"], ["access_token", "4fc6145bfed78059a85c3000c130cdc3"], ["uuid", "56abedcc-bfc1-43d2-927e-b0903dc1d56d"], ["support_identifier", "cs_de6c46fc"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:35:36.301258"], ["updated_at", "2017-12-18 18:35:36.301258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -272710708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '988e826a-e3e4-44ca-bb4c-f27ae7f4dd40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4dcdaa9e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -272710708], ["username", "billy_23"], ["access_token", "454f3ef736bfb2ff52348d82fbdfa7a1"], ["uuid", "988e826a-e3e4-44ca-bb4c-f27ae7f4dd40"], ["support_identifier", "cs_4dcdaa9e"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:35:36.305492"], ["updated_at", "2017-12-18 18:35:36.305492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1501067628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c4bb4b45-2d87-4d66-a08a-056ac0de730d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ec4a3c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1501067628], ["username", "billy_24"], ["access_token", "e805df76ea7ed84f2abdb0a7bd2b53c3"], ["uuid", "c4bb4b45-2d87-4d66-a08a-056ac0de730d"], ["support_identifier", "cs_1ec4a3c6"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:35:36.309922"], ["updated_at", "2017-12-18 18:35:36.309922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -493985083 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '422cebaf-d1f3-436e-a7de-1256564111de' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1635e5f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -493985083], ["username", "billy_25"], ["access_token", "9d59c492b869d4aa6eed5b5be4c61632"], ["uuid", "422cebaf-d1f3-436e-a7de-1256564111de"], ["support_identifier", "cs_1635e5f0"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:35:36.314154"], ["updated_at", "2017-12-18 18:35:36.314154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -36760681 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7645735-2272-4cd3-b7ff-b7fe151a1948' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_58a3fa1d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -36760681], ["username", "billy_26"], ["access_token", "b7644bee8ac4486234d2fa3a4da05aa0"], ["uuid", "f7645735-2272-4cd3-b7ff-b7fe151a1948"], ["support_identifier", "cs_58a3fa1d"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:35:36.318441"], ["updated_at", "2017-12-18 18:35:36.318441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -616592333 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69011992-3eb6-4d2d-a560-a0ffa9ccf6b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0217016' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -616592333], ["username", "billy_27"], ["access_token", "39c3805b7ef6ff8b17192de25d45eabd"], ["uuid", "69011992-3eb6-4d2d-a560-a0ffa9ccf6b0"], ["support_identifier", "cs_e0217016"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:35:36.325096"], ["updated_at", "2017-12-18 18:35:36.325096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1428493467 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29fb17e1-333f-4895-b824-ad08c7c6bfc9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ecf9f577' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1428493467], ["username", "billy_28"], ["access_token", "72dac8bb1179adda86357ebfd0373372"], ["uuid", "29fb17e1-333f-4895-b824-ad08c7c6bfc9"], ["support_identifier", "cs_ecf9f577"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:35:36.330501"], ["updated_at", "2017-12-18 18:35:36.330501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668580490 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc997d76-378f-4f94-95be-7722bee62d26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c18ff30b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1668580490], ["username", "billy_29"], ["access_token", "b8d5993195588fa585e24f792e93bd0d"], ["uuid", "dc997d76-378f-4f94-95be-7722bee62d26"], ["support_identifier", "cs_c18ff30b"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:35:36.335048"], ["updated_at", "2017-12-18 18:35:36.335048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1898812150 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '159a507e-aa45-4619-ab3c-84d91b4a4eae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c9c8e0ba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1898812150], ["username", "billy_30"], ["access_token", "3d008da44025a3582166e89577a59831"], ["uuid", "159a507e-aa45-4619-ab3c-84d91b4a4eae"], ["support_identifier", "cs_c9c8e0ba"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:35:36.339314"], ["updated_at", "2017-12-18 18:35:36.339314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1079116012 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e1a08c4-c2f5-4749-a8e2-720aea9e1e1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_520412a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1079116012], ["username", "billy_31"], ["access_token", "59ec2edc23211528e0816a99ea09195b"], ["uuid", "9e1a08c4-c2f5-4749-a8e2-720aea9e1e1a"], ["support_identifier", "cs_520412a8"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:35:36.343622"], ["updated_at", "2017-12-18 18:35:36.343622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -155410722 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a550365f-f4bc-4fe9-a3f7-3a6ec5a2ed5e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_01305d88' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -155410722], ["username", "billy_32"], ["access_token", "5c300f9d001da0ddc0f3e9e6f2bfcdca"], ["uuid", "a550365f-f4bc-4fe9-a3f7-3a6ec5a2ed5e"], ["support_identifier", "cs_01305d88"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:35:36.347809"], ["updated_at", "2017-12-18 18:35:36.347809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -973369056 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4490046e-6b95-4eb8-983a-92cb1cb42f45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e7dc078c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -973369056], ["username", "billy_33"], ["access_token", "8587d256664d53882dee706c85a74d16"], ["uuid", "4490046e-6b95-4eb8-983a-92cb1cb42f45"], ["support_identifier", "cs_e7dc078c"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:35:36.352134"], ["updated_at", "2017-12-18 18:35:36.352134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1182283267 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47cfcc97-e39b-4ff3-92a7-ab7815db24ef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ba36da5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1182283267], ["username", "billy_34"], ["access_token", "894d36d722447a495e3f7e2af9cfbce2"], ["uuid", "47cfcc97-e39b-4ff3-92a7-ab7815db24ef"], ["support_identifier", "cs_7ba36da5"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:35:36.356425"], ["updated_at", "2017-12-18 18:35:36.356425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -369515480 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fae908b0-e13d-4933-a34e-7f6c7fa678f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b017289' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -369515480], ["username", "billy_35"], ["access_token", "32cd7d06b1b517f931d5924cd2dfe976"], ["uuid", "fae908b0-e13d-4933-a34e-7f6c7fa678f3"], ["support_identifier", "cs_6b017289"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:35:36.360738"], ["updated_at", "2017-12-18 18:35:36.360738"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -445255077 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df4ffbd7-5b68-4f40-9bd7-1729b14190a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ccad0c5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -445255077], ["username", "billy_36"], ["access_token", "c2efcb3caf6817543ba81429de349e98"], ["uuid", "df4ffbd7-5b68-4f40-9bd7-1729b14190a1"], ["support_identifier", "cs_ccad0c5a"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:35:36.365125"], ["updated_at", "2017-12-18 18:35:36.365125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1922581347 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f3d38fd-218d-4c24-b35b-3a3d3505ac39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_150a3901' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1922581347], ["username", "billy_37"], ["access_token", "e0a4a2b7623ad3c9d051469fcd5e1a2f"], ["uuid", "2f3d38fd-218d-4c24-b35b-3a3d3505ac39"], ["support_identifier", "cs_150a3901"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:35:36.369586"], ["updated_at", "2017-12-18 18:35:36.369586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -611496564 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4acc2414-e0ab-4106-b155-6f45ec1d9a6f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bdd8f07d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -611496564], ["username", "billy_38"], ["access_token", "addec5bfa3db3afe4d1403476af6b0f6"], ["uuid", "4acc2414-e0ab-4106-b155-6f45ec1d9a6f"], ["support_identifier", "cs_bdd8f07d"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:35:36.373829"], ["updated_at", "2017-12-18 18:35:36.373829"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264740223 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a932da4-1f54-4c19-a64f-15b0dfc12bba' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_27993df2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -264740223], ["username", "billy_39"], ["access_token", "317212d635cc6f1b5da39c06235760ab"], ["uuid", "8a932da4-1f54-4c19-a64f-15b0dfc12bba"], ["support_identifier", "cs_27993df2"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:35:36.380354"], ["updated_at", "2017-12-18 18:35:36.380354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1670995876 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8ecd1e7-b45b-424c-9e8e-493776d085ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_729dc314' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1670995876], ["username", "billy_40"], ["access_token", "2175e9d2f0af27f67f8e78bf94762adb"], ["uuid", "a8ecd1e7-b45b-424c-9e8e-493776d085ab"], ["support_identifier", "cs_729dc314"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:35:36.386095"], ["updated_at", "2017-12-18 18:35:36.386095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -617093298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '707ad820-eb0f-4020-b6e6-1d1dbc25e8cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d79f7e7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -617093298], ["username", "billy_41"], ["access_token", "a64a21bc19ae7c93a0d523c06669fb5d"], ["uuid", "707ad820-eb0f-4020-b6e6-1d1dbc25e8cd"], ["support_identifier", "cs_7d79f7e7"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:35:36.390784"], ["updated_at", "2017-12-18 18:35:36.390784"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1395562151 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5597bc2-7f12-478e-848a-098ddec90486' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e11e2950' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1395562151], ["username", "billy_42"], ["access_token", "5dab6866ba3ebf92554a7d955aa5ac67"], ["uuid", "f5597bc2-7f12-478e-848a-098ddec90486"], ["support_identifier", "cs_e11e2950"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:35:36.395689"], ["updated_at", "2017-12-18 18:35:36.395689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2085388890 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a5691c4-4ad1-400a-adf6-ff436f337312' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_632df24f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2085388890], ["username", "billy_43"], ["access_token", "69a5380e188d9a304000f75c469b9201"], ["uuid", "4a5691c4-4ad1-400a-adf6-ff436f337312"], ["support_identifier", "cs_632df24f"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:35:36.401412"], ["updated_at", "2017-12-18 18:35:36.401412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1156041161 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83aae37d-2c17-40f4-a394-0248bde16a56' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4b44d00d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1156041161], ["username", "billy_44"], ["access_token", "a92bc03e5217eb082d0f723e97df1183"], ["uuid", "83aae37d-2c17-40f4-a394-0248bde16a56"], ["support_identifier", "cs_4b44d00d"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:35:36.406149"], ["updated_at", "2017-12-18 18:35:36.406149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -131503613 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c32b75a9-b8ba-4079-a913-9e3688f47dc4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e7f789bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -131503613], ["username", "billy_45"], ["access_token", "d5215c8ca2ccf201152640517e560b6d"], ["uuid", "c32b75a9-b8ba-4079-a913-9e3688f47dc4"], ["support_identifier", "cs_e7f789bb"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:35:36.410518"], ["updated_at", "2017-12-18 18:35:36.410518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1493875600 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15f79e8b-8f98-4366-ab6e-d4110d9b1244' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b8b493a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1493875600], ["username", "jstrav"], ["access_token", "6bcff270d13a75333ff5a20d58e13557"], ["uuid", "15f79e8b-8f98-4366-ab6e-d4110d9b1244"], ["support_identifier", "cs_b8b493a6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:36.419808"], ["updated_at", "2017-12-18 18:35:36.419808"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -604434059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '87f01c0e-75bc-49cc-a98e-60a338525a9d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_beced0a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -604434059], ["username", "mary"], ["access_token", "877fc85d207b4b79298b55948b7a2a30"], ["uuid", "87f01c0e-75bc-49cc-a98e-60a338525a9d"], ["support_identifier", "cs_beced0a1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:36.424258"], ["updated_at", "2017-12-18 18:35:36.424258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1553690079 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22e143fa-1710-45d8-b09b-49b531c4f23a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_06dd9272' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1553690079], ["username", "jstead"], ["access_token", "c0dfb6ecfcf2c5da12d382a21485ecf3"], ["uuid", "22e143fa-1710-45d8-b09b-49b531c4f23a"], ["support_identifier", "cs_06dd9272"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:36.428517"], ["updated_at", "2017-12-18 18:35:36.428517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2099874994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01e36690-052b-42eb-8ca3-2bacec1d6529' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f0ed659a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2099874994], ["username", "bigbear"], ["access_token", "3cc5fee9798f1b44abc6c42762a3bb5e"], ["uuid", "01e36690-052b-42eb-8ca3-2bacec1d6529"], ["support_identifier", "cs_f0ed659a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:36.432864"], ["updated_at", "2017-12-18 18:35:36.432864"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -85101036 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c98fc287-ad69-40e4-ac02-08f4c2c77261' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0c7cb11a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -85101036], ["username", "billy_00"], ["access_token", "1c61f41830ef11d755a5633251993dbf"], ["uuid", "c98fc287-ad69-40e4-ac02-08f4c2c77261"], ["support_identifier", "cs_0c7cb11a"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:35:36.437779"], ["updated_at", "2017-12-18 18:35:36.437779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -722281946 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98b530d7-e8dd-4388-947d-30bb29773bf8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f173952' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -722281946], ["username", "billy_01"], ["access_token", "6ea969746cc70f429254b0af530e9e32"], ["uuid", "98b530d7-e8dd-4388-947d-30bb29773bf8"], ["support_identifier", "cs_8f173952"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:35:36.443272"], ["updated_at", "2017-12-18 18:35:36.443272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -315182634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81233b96-0a15-4369-882b-426cc7b2ef49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dcf83758' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -315182634], ["username", "billy_02"], ["access_token", "7af45ae0af07122bcb0d95f8f2cee7c7"], ["uuid", "81233b96-0a15-4369-882b-426cc7b2ef49"], ["support_identifier", "cs_dcf83758"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:35:36.447704"], ["updated_at", "2017-12-18 18:35:36.447704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1116515397 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81484c44-78bf-46d9-9d87-e6d0a64dfa33' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a734640' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1116515397], ["username", "billy_03"], ["access_token", "9988f1794776d23092553cfa62489030"], ["uuid", "81484c44-78bf-46d9-9d87-e6d0a64dfa33"], ["support_identifier", "cs_8a734640"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:35:36.452472"], ["updated_at", "2017-12-18 18:35:36.452472"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1721801032 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '687d19d5-1a3f-4902-83f9-56585c408f11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5f265d5c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1721801032], ["username", "billy_04"], ["access_token", "b1a04a9a83eb26d08ff0ccecb5ae546d"], ["uuid", "687d19d5-1a3f-4902-83f9-56585c408f11"], ["support_identifier", "cs_5f265d5c"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:35:36.458960"], ["updated_at", "2017-12-18 18:35:36.458960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2125057462 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b07e2e08-60d8-41e5-880d-133aff3abb11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_75ee2a49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2125057462], ["username", "billy_05"], ["access_token", "f27666c81f2800a6ca067f49b647c655"], ["uuid", "b07e2e08-60d8-41e5-880d-133aff3abb11"], ["support_identifier", "cs_75ee2a49"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:35:36.464079"], ["updated_at", "2017-12-18 18:35:36.464079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2123566574 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f26cb0ae-fd9c-48df-83d3-20d752451314' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8931b48e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2123566574], ["username", "billy_06"], ["access_token", "c1ec35754aefc17d9e827a9023d50fdc"], ["uuid", "f26cb0ae-fd9c-48df-83d3-20d752451314"], ["support_identifier", "cs_8931b48e"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:35:36.468379"], ["updated_at", "2017-12-18 18:35:36.468379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -14102551 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '683186ce-0515-4c2f-9e15-b4d5720a3e11' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d5e7516' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -14102551], ["username", "billy_07"], ["access_token", "8522cd06d2bb923d4196ab05d9a30120"], ["uuid", "683186ce-0515-4c2f-9e15-b4d5720a3e11"], ["support_identifier", "cs_5d5e7516"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:35:36.473249"], ["updated_at", "2017-12-18 18:35:36.473249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -791797583 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f44ccdf9-12e9-47b7-90f3-6edbc794628c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7604049d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -791797583], ["username", "billy_08"], ["access_token", "b28e2b49b3311978074d40e23d66d8c9"], ["uuid", "f44ccdf9-12e9-47b7-90f3-6edbc794628c"], ["support_identifier", "cs_7604049d"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:35:36.479716"], ["updated_at", "2017-12-18 18:35:36.479716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1925019914 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7100aab1-2b2c-42a0-a625-658027349ce5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_79096c4e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1925019914], ["username", "billy_09"], ["access_token", "a8a782ec433d4b639fe720cf0590978d"], ["uuid", "7100aab1-2b2c-42a0-a625-658027349ce5"], ["support_identifier", "cs_79096c4e"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:35:36.484883"], ["updated_at", "2017-12-18 18:35:36.484883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1169470556 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b38e9e84-5f57-478f-bd41-59c8c5242290' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f03f7d9f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1169470556], ["username", "billy_10"], ["access_token", "11f8115c6feb0df210266051706fb34a"], ["uuid", "b38e9e84-5f57-478f-bd41-59c8c5242290"], ["support_identifier", "cs_f03f7d9f"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:35:36.490316"], ["updated_at", "2017-12-18 18:35:36.490316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1208717562 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bea198ed-823b-4a65-a740-804dc6d8b97b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ff8eb4f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1208717562], ["username", "billy_11"], ["access_token", "1680e2f95d67eeb677eb21da51036c32"], ["uuid", "bea198ed-823b-4a65-a740-804dc6d8b97b"], ["support_identifier", "cs_ff8eb4f1"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:35:36.495531"], ["updated_at", "2017-12-18 18:35:36.495531"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415788551 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c767b4c-d3ac-4d3b-834b-f3ed4e25ca1d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f5d7680' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -415788551], ["username", "billy_12"], ["access_token", "38029de42bfcf193b2e581f186518021"], ["uuid", "7c767b4c-d3ac-4d3b-834b-f3ed4e25ca1d"], ["support_identifier", "cs_8f5d7680"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:35:36.500265"], ["updated_at", "2017-12-18 18:35:36.500265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1632987995 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03e5345a-9624-47b2-bfb0-7947414806c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_872c0b25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1632987995], ["username", "billy_13"], ["access_token", "371491532eeb1c34c1438e811a57002a"], ["uuid", "03e5345a-9624-47b2-bfb0-7947414806c0"], ["support_identifier", "cs_872c0b25"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:35:36.504622"], ["updated_at", "2017-12-18 18:35:36.504622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1940049381 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f0865eb-8368-43fb-96f3-96861530bd86' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_945dd5ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1940049381], ["username", "billy_14"], ["access_token", "5f5dcf16682d37e540e1731e93c975e4"], ["uuid", "2f0865eb-8368-43fb-96f3-96861530bd86"], ["support_identifier", "cs_945dd5ed"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:35:36.508917"], ["updated_at", "2017-12-18 18:35:36.508917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -767677683 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91a26ed7-4a8c-4f2a-8091-3d30e3451f8e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6e7abbdd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -767677683], ["username", "billy_15"], ["access_token", "31eaeb0a426cebec29de73723448d573"], ["uuid", "91a26ed7-4a8c-4f2a-8091-3d30e3451f8e"], ["support_identifier", "cs_6e7abbdd"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:35:36.513116"], ["updated_at", "2017-12-18 18:35:36.513116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -898625698 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19a570d5-9fb1-4d99-ba20-690e0106ce72' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f7df59ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -898625698], ["username", "billy_16"], ["access_token", "c415007e9e3982b7840b8567b5485bfc"], ["uuid", "19a570d5-9fb1-4d99-ba20-690e0106ce72"], ["support_identifier", "cs_f7df59ab"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:35:36.517379"], ["updated_at", "2017-12-18 18:35:36.517379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120212130 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee111657-0dfe-4dfc-baaa-00a374bc9db4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a4648ea7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2120212130], ["username", "billy_17"], ["access_token", "8546862e63f825bc5d4117ac2a978320"], ["uuid", "ee111657-0dfe-4dfc-baaa-00a374bc9db4"], ["support_identifier", "cs_a4648ea7"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:35:36.521707"], ["updated_at", "2017-12-18 18:35:36.521707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1259677560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d0bce55-906a-49ec-827d-11916011ecbf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10e8cc7a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1259677560], ["username", "billy_18"], ["access_token", "fd39bad813a7c0c00193333691e0b0c7"], ["uuid", "7d0bce55-906a-49ec-827d-11916011ecbf"], ["support_identifier", "cs_10e8cc7a"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:35:36.526331"], ["updated_at", "2017-12-18 18:35:36.526331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1402869713 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f6f5c44-2271-4485-bac1-ebcb37581591' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e85837cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1402869713], ["username", "billy_19"], ["access_token", "5a15f351be98a75cb3fa1e4e556dce34"], ["uuid", "4f6f5c44-2271-4485-bac1-ebcb37581591"], ["support_identifier", "cs_e85837cf"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:35:36.530721"], ["updated_at", "2017-12-18 18:35:36.530721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1989363192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e805aeea-1a42-4145-90d8-cd12f7a3ae45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9ff111d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1989363192], ["username", "billy_20"], ["access_token", "a1495ebaf9563bcae65d94b38cdaf9a9"], ["uuid", "e805aeea-1a42-4145-90d8-cd12f7a3ae45"], ["support_identifier", "cs_9ff111d9"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:35:36.535094"], ["updated_at", "2017-12-18 18:35:36.535094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1527423523 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2425e870-2091-4942-9fa6-d6e4e736ccda' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_77989674' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1527423523], ["username", "billy_21"], ["access_token", "6b1bfaf6756fab190a04078c655a8abc"], ["uuid", "2425e870-2091-4942-9fa6-d6e4e736ccda"], ["support_identifier", "cs_77989674"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:35:36.552039"], ["updated_at", "2017-12-18 18:35:36.552039"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64220438 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d89842b-ed9f-4cc4-90a6-4dc4b150b3f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_24361540' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -64220438], ["username", "billy_22"], ["access_token", "cebc0e81bc78d403cc4f76e74c33b652"], ["uuid", "3d89842b-ed9f-4cc4-90a6-4dc4b150b3f0"], ["support_identifier", "cs_24361540"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:35:36.557649"], ["updated_at", "2017-12-18 18:35:36.557649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -287049000 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47a4189d-36ba-42e6-baeb-fbd59913e5b5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d0339e74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -287049000], ["username", "billy_23"], ["access_token", "5c8f3eab9f6caa4e187d4b8217885353"], ["uuid", "47a4189d-36ba-42e6-baeb-fbd59913e5b5"], ["support_identifier", "cs_d0339e74"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:35:36.562412"], ["updated_at", "2017-12-18 18:35:36.562412"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -223892219 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c64873d0-1c67-4deb-bd6a-0c6d148caaf9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b2771f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -223892219], ["username", "billy_24"], ["access_token", "d4a1e5aa043cb15e5f06f384792f26f3"], ["uuid", "c64873d0-1c67-4deb-bd6a-0c6d148caaf9"], ["support_identifier", "cs_9b2771f0"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:35:36.567148"], ["updated_at", "2017-12-18 18:35:36.567148"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512265277 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db83884c-e4e8-4604-b567-9f5b9d1188fc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3d353ca6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -512265277], ["username", "billy_25"], ["access_token", "893a0bf4254e9cfec5df65e47ee47903"], ["uuid", "db83884c-e4e8-4604-b567-9f5b9d1188fc"], ["support_identifier", "cs_3d353ca6"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:35:36.571723"], ["updated_at", "2017-12-18 18:35:36.571723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1363802221 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a7da382-458b-45a0-8ec8-57c8b0ae53c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_22f04d70' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1363802221], ["username", "billy_26"], ["access_token", "8882232e9f4a7f839a357e7b4a3f3a66"], ["uuid", "2a7da382-458b-45a0-8ec8-57c8b0ae53c8"], ["support_identifier", "cs_22f04d70"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:35:36.576069"], ["updated_at", "2017-12-18 18:35:36.576069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1274685323 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19512e36-b501-4d18-97db-e838cd3e4405' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a55c213c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1274685323], ["username", "billy_27"], ["access_token", "bd4a9832c245d74bb4aa5a7d497b4137"], ["uuid", "19512e36-b501-4d18-97db-e838cd3e4405"], ["support_identifier", "cs_a55c213c"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:35:36.580438"], ["updated_at", "2017-12-18 18:35:36.580438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239628453 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd8f00164-1236-48d4-b6d6-088da2752af4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3fb89f2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -239628453], ["username", "billy_28"], ["access_token", "561bd217099fc85a11fa768f63cbcc31"], ["uuid", "d8f00164-1236-48d4-b6d6-088da2752af4"], ["support_identifier", "cs_b3fb89f2"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:35:36.584789"], ["updated_at", "2017-12-18 18:35:36.584789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1551464622 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8dbd2157-0c82-4939-92e7-2c94c4c405f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38a6848f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1551464622], ["username", "billy_29"], ["access_token", "2148b18be4ef4202da482cd85f3aae4f"], ["uuid", "8dbd2157-0c82-4939-92e7-2c94c4c405f1"], ["support_identifier", "cs_38a6848f"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:35:36.589675"], ["updated_at", "2017-12-18 18:35:36.589675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574401616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57374a16-a40a-47a9-b850-78a5d1f98cb0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_840875d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1574401616], ["username", "billy_30"], ["access_token", "59bf90f81ca79411160789782b35940e"], ["uuid", "57374a16-a40a-47a9-b850-78a5d1f98cb0"], ["support_identifier", "cs_840875d9"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:35:36.594090"], ["updated_at", "2017-12-18 18:35:36.594090"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846738246 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bdff146-b05b-44ac-8340-16c2fb3dda60' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e1e4345f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1846738246], ["username", "billy_31"], ["access_token", "0335d4a2b22f8537c1292dde819511ef"], ["uuid", "9bdff146-b05b-44ac-8340-16c2fb3dda60"], ["support_identifier", "cs_e1e4345f"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:35:36.598855"], ["updated_at", "2017-12-18 18:35:36.598855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -336429757 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0bb4c627-28e8-4df4-a2cb-4a8d58b23240' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_440319cc' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -336429757], ["username", "billy_32"], ["access_token", "3553a5899fd956f5766bdde829358987"], ["uuid", "0bb4c627-28e8-4df4-a2cb-4a8d58b23240"], ["support_identifier", "cs_440319cc"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:35:36.603309"], ["updated_at", "2017-12-18 18:35:36.603309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -877867528 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7d331b4-c577-44fb-b373-9ae10ae6aa22' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e822213' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -877867528], ["username", "billy_33"], ["access_token", "e5d5e0e953da3ef979f0eac770b49022"], ["uuid", "d7d331b4-c577-44fb-b373-9ae10ae6aa22"], ["support_identifier", "cs_4e822213"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:35:36.609554"], ["updated_at", "2017-12-18 18:35:36.609554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -436097551 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '26b85312-94d0-4df1-ae5e-26b991576ecc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a6010a59' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -436097551], ["username", "billy_34"], ["access_token", "55ae06a25c4cf482b9b591adf14719c2"], ["uuid", "26b85312-94d0-4df1-ae5e-26b991576ecc"], ["support_identifier", "cs_a6010a59"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:35:36.615673"], ["updated_at", "2017-12-18 18:35:36.615673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -595769962 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1168f003-bd03-4bf1-b218-9a852b4a5e99' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d59df665' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -595769962], ["username", "billy_35"], ["access_token", "28e85203bf2b5949cdafbade89c580ef"], ["uuid", "1168f003-bd03-4bf1-b218-9a852b4a5e99"], ["support_identifier", "cs_d59df665"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:35:36.620450"], ["updated_at", "2017-12-18 18:35:36.620450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2022293726 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f656a8a7-a172-487f-a390-45cfc3b77954' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1f6eff61' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2022293726], ["username", "billy_36"], ["access_token", "1d56bc47aba074a4c28c7018fe247116"], ["uuid", "f656a8a7-a172-487f-a390-45cfc3b77954"], ["support_identifier", "cs_1f6eff61"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:35:36.625003"], ["updated_at", "2017-12-18 18:35:36.625003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1599148349 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bbfbd4d1-317b-4b7a-8db7-2d54da2cfa44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8bcbe04b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1599148349], ["username", "billy_37"], ["access_token", "be2fe3e76fb3a1384e02ce60a097a2ff"], ["uuid", "bbfbd4d1-317b-4b7a-8db7-2d54da2cfa44"], ["support_identifier", "cs_8bcbe04b"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:35:36.629439"], ["updated_at", "2017-12-18 18:35:36.629439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -26976117 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e8924c9-ec18-4f68-9072-57d4d256f11f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_77cf74dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -26976117], ["username", "billy_38"], ["access_token", "583901fbb309105d43e615b65ad69ea4"], ["uuid", "2e8924c9-ec18-4f68-9072-57d4d256f11f"], ["support_identifier", "cs_77cf74dc"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:35:36.634094"], ["updated_at", "2017-12-18 18:35:36.634094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1734991210 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60b6f3aa-6122-45fb-8c15-137397ea072a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f169702a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1734991210], ["username", "billy_39"], ["access_token", "c5f1760747a11cfa3b07f19c81d5a584"], ["uuid", "60b6f3aa-6122-45fb-8c15-137397ea072a"], ["support_identifier", "cs_f169702a"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:35:36.638476"], ["updated_at", "2017-12-18 18:35:36.638476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410196122 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc5f1d93-d596-47ee-9985-2b6108e0f511' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91b387a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -410196122], ["username", "billy_40"], ["access_token", "208a061bc8951bb33fe7d2d51ec2e345"], ["uuid", "cc5f1d93-d596-47ee-9985-2b6108e0f511"], ["support_identifier", "cs_91b387a8"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:35:36.642859"], ["updated_at", "2017-12-18 18:35:36.642859"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -565308346 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06a99e14-5575-4b9f-afde-627d189449a4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3f0c600' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -565308346], ["username", "billy_41"], ["access_token", "4d1f7842c7f02ad2405bae1a0f2dd626"], ["uuid", "06a99e14-5575-4b9f-afde-627d189449a4"], ["support_identifier", "cs_b3f0c600"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:35:36.647431"], ["updated_at", "2017-12-18 18:35:36.647431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -686648395 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db69a399-4811-47f5-9d51-8027068de9b9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_125e0e45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -686648395], ["username", "billy_42"], ["access_token", "e3038f627262c23e066b5c19667ce5db"], ["uuid", "db69a399-4811-47f5-9d51-8027068de9b9"], ["support_identifier", "cs_125e0e45"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:35:36.651952"], ["updated_at", "2017-12-18 18:35:36.651952"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -409947475 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4982a7e5-7a3a-4abd-98c5-b9ce224e8661' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_76319bf9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -409947475], ["username", "billy_43"], ["access_token", "647ef6e8dd72229ae40b2192e23d3d3e"], ["uuid", "4982a7e5-7a3a-4abd-98c5-b9ce224e8661"], ["support_identifier", "cs_76319bf9"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:35:36.656495"], ["updated_at", "2017-12-18 18:35:36.656495"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1584036914 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d9c2d46-9fdc-46be-8b9f-ea4ba99659a8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50aad6f9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1584036914], ["username", "billy_44"], ["access_token", "3ee87936fa4058193d271b4a1c6e252a"], ["uuid", "4d9c2d46-9fdc-46be-8b9f-ea4ba99659a8"], ["support_identifier", "cs_50aad6f9"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:35:36.660952"], ["updated_at", "2017-12-18 18:35:36.660952"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -921244927 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72eed4a3-95d5-4cbf-9fff-68adb31fe818' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0884bfa2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -921244927], ["username", "billy_45"], ["access_token", "5e4a8a4bbcd00e1c8375e989884f3297"], ["uuid", "72eed4a3-95d5-4cbf-9fff-68adb31fe818"], ["support_identifier", "cs_0884bfa2"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:35:36.665457"], ["updated_at", "2017-12-18 18:35:36.665457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1176006041 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf99d48d-17db-422d-9a00-ef1b51339e2c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c84eb4f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1176006041], ["username", "jstrav"], ["access_token", "29958f2a4ac4db7f793ab309e4ac642e"], ["uuid", "cf99d48d-17db-422d-9a00-ef1b51339e2c"], ["support_identifier", "cs_c84eb4f2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:35:36.675437"], ["updated_at", "2017-12-18 18:35:36.675437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -318699776 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd63d7eda-c0bf-4dbf-be8a-3df6da8d9b73' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce46a866' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -318699776], ["username", "mary"], ["access_token", "6b08b08279362df63064a0d3f48ae6d8"], ["uuid", "d63d7eda-c0bf-4dbf-be8a-3df6da8d9b73"], ["support_identifier", "cs_ce46a866"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:35:36.679672"], ["updated_at", "2017-12-18 18:35:36.679672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -120448328 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '665bede6-b055-4102-8392-b49336696471' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0121db5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -120448328], ["username", "jstead"], ["access_token", "391b67e3826175b97dd6bae0f07ceef8"], ["uuid", "665bede6-b055-4102-8392-b49336696471"], ["support_identifier", "cs_a0121db5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:35:36.683722"], ["updated_at", "2017-12-18 18:35:36.683722"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -984490374 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ce41b1b-42c7-48a5-b8de-4c36be97e799' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10278eed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -984490374], ["username", "bigbear"], ["access_token", "8d1acd74e6d61b614c9c12bf92c08b3d"], ["uuid", "9ce41b1b-42c7-48a5-b8de-4c36be97e799"], ["support_identifier", "cs_10278eed"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:35:36.687758"], ["updated_at", "2017-12-18 18:35:36.687758"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -40715362 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e99bfbe-5ede-4d73-9e5a-4e5e7226b81e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9854b3c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -40715362], ["username", "foo_bb"], ["access_token", "c364410701abaf8c4d5398934fc84538"], ["uuid", "9e99bfbe-5ede-4d73-9e5a-4e5e7226b81e"], ["support_identifier", "cs_9854b3c1"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-12-18 18:35:36.691922"], ["updated_at", "2017-12-18 18:35:36.691922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283629881 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '253dfe13-eccf-42dc-a6cb-7557b8dccfcd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dc279986' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1283629881], ["username", "foo_bj"], ["access_token", "f720c49ce1488e8d1d4abf2a1fbd895a"], ["uuid", "253dfe13-eccf-42dc-a6cb-7557b8dccfcd"], ["support_identifier", "cs_dc279986"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-12-18 18:35:36.696088"], ["updated_at", "2017-12-18 18:35:36.696088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407995920 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec4c5f1f-79f9-423b-af35-f1fb066d321d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9fe541cc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -407995920], ["username", "foo_tj"], ["access_token", "78deedb68f982931451837cccac0ba45"], ["uuid", "ec4c5f1f-79f9-423b-af35-f1fb066d321d"], ["support_identifier", "cs_9fe541cc"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-12-18 18:35:36.702364"], ["updated_at", "2017-12-18 18:35:36.702364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.2ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 11ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '788ef98b-8712-4ae5-a632-31d94f4a80eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd7d52dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "d0fc975e69bf08d4bfef64602d5bdc69"], ["uuid", "788ef98b-8712-4ae5-a632-31d94f4a80eb"], ["support_identifier", "cs_fd7d52dd"], ["created_at", "2017-12-18 18:35:36.763813"], ["updated_at", "2017-12-18 18:35:36.763813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 313]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e62fc4bc-3e3c-4c67-a762-991aae80bc4e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f85a2f83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "3640d65d858dc9b04302fb25dfc5fc8e"], ["uuid", "e62fc4bc-3e3c-4c67-a762-991aae80bc4e"], ["support_identifier", "cs_f85a2f83"], ["created_at", "2017-12-18 18:35:36.786536"], ["updated_at", "2017-12-18 18:35:36.786536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd706e995-5c71-47fa-a985-2962f575d8bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8624090e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "89e126a67c5be3debba3d2743fac42c2"], ["uuid", "d706e995-5c71-47fa-a985-2962f575d8bb"], ["support_identifier", "cs_8624090e"], ["created_at", "2017-12-18 18:35:36.803374"], ["updated_at", "2017-12-18 18:35:36.803374"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3fc2ce7-cd6f-4e48-b6a3-6f3949eee0c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd6b4cd3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "28087cd0cbc886e0d5d53d2c7b725a55"], ["uuid", "f3fc2ce7-cd6f-4e48-b6a3-6f3949eee0c7"], ["support_identifier", "cs_dd6b4cd3"], ["created_at", "2017-12-18 18:35:36.824386"], ["updated_at", "2017-12-18 18:35:36.824386"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0beb531a-e24e-4b7b-ba98-0571b0eb67d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_78c08cdb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ac8fe162684d2ba4ee19bd5d71996e3c"], ["uuid", "0beb531a-e24e-4b7b-ba98-0571b0eb67d3"], ["support_identifier", "cs_78c08cdb"], ["created_at", "2017-12-18 18:35:36.830238"], ["updated_at", "2017-12-18 18:35:36.830238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15139ee0-dfe0-4bae-9449-0b49c9b51a80' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_baa0cd52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "c372916ef4b0978ef372227941849708"], ["uuid", "15139ee0-dfe0-4bae-9449-0b49c9b51a80"], ["support_identifier", "cs_baa0cd52"], ["created_at", "2017-12-18 18:35:36.846718"], ["updated_at", "2017-12-18 18:35:36.846718"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc626664-bdf1-4f4d-9acd-23db076bd163' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a33e90b4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "cc9c66a1374858948fc4b3e3d5a328c0"], ["uuid", "dc626664-bdf1-4f4d-9acd-23db076bd163"], ["support_identifier", "cs_a33e90b4"], ["created_at", "2017-12-18 18:35:36.860111"], ["updated_at", "2017-12-18 18:35:36.860111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 319]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:49971/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8bb94c9-6693-4aaf-b693-89e403d0f4a8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd3ef820' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "ec35f4055e8879982e6c98acbaee8b3e"], ["uuid", "e8bb94c9-6693-4aaf-b693-89e403d0f4a8"], ["support_identifier", "cs_fd3ef820"], ["created_at", "2017-12-18 18:35:36.879740"], ["updated_at", "2017-12-18 18:35:36.879740"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 320], ["created_at", "2017-12-18 18:35:36.881893"], ["updated_at", "2017-12-18 18:35:36.881893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 320]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 320]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 320]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ebb0892c-b53d-4cd9-aff6-c651324ee9ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b332561b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "981b3fef659208fd642e54b300c9ea07"], ["uuid", "ebb0892c-b53d-4cd9-aff6-c651324ee9ab"], ["support_identifier", "cs_b332561b"], ["created_at", "2017-12-18 18:35:37.327704"], ["updated_at", "2017-12-18 18:35:37.327704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 321], ["created_at", "2017-12-18 18:35:37.329700"], ["updated_at", "2017-12-18 18:35:37.329700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 321]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 321]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 321]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 321]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 321]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fab33c5-22ee-4c5f-b8d6-5cf4175e2e2f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44c34f52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "fc77ef7455ae9d52e929b5abfaf33148"], ["uuid", "0fab33c5-22ee-4c5f-b8d6-5cf4175e2e2f"], ["support_identifier", "cs_44c34f52"], ["created_at", "2017-12-18 18:35:37.790986"], ["updated_at", "2017-12-18 18:35:37.790986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 322], ["created_at", "2017-12-18 18:35:37.793058"], ["updated_at", "2017-12-18 18:35:37.793058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 322]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59f6eef5-e717-4c99-a917-ea1dcc601eff' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9a52f8e2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "01a872a808e2b0748a31fc8369bc2236"], ["uuid", "59f6eef5-e717-4c99-a917-ea1dcc601eff"], ["support_identifier", "cs_9a52f8e2"], ["created_at", "2017-12-18 18:35:38.209216"], ["updated_at", "2017-12-18 18:35:38.209216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 323], ["created_at", "2017-12-18 18:35:38.211716"], ["updated_at", "2017-12-18 18:35:38.211716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eba2240c-02d9-4652-8f72-3d5c09a1f7c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b5defeeb' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "d84f9a2f7fd2e20c8ee46361321fb141"], ["uuid", "eba2240c-02d9-4652-8f72-3d5c09a1f7c3"], ["support_identifier", "cs_b5defeeb"], ["created_at", "2017-12-18 18:35:38.647157"], ["updated_at", "2017-12-18 18:35:38.647157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 324], ["created_at", "2017-12-18 18:35:38.649381"], ["updated_at", "2017-12-18 18:35:38.649381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 324]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:35:41 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-12-18 12:35:43 -0600 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146659748 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b9e7d0bd99f2a86b4712ee7fd26bf958' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '346d0d68-6a9f-46ab-8b64-1dce731281ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e96b87d' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -146659748], ["username", "b9e7d0bd99f2a86b4712ee7fd26bf958"], ["access_token", "19913efa40bacd6eeb14669288f7827a"], ["uuid", "346d0d68-6a9f-46ab-8b64-1dce731281ad"], ["support_identifier", "cs_4e96b87d"], ["created_at", "2017-12-18 18:35:43.157330"], ["updated_at", "2017-12-18 18:35:43.157330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -943934673 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -943934673], ["name", "MyGroup"], ["created_at", "2017-12-18 18:35:43.167547"], ["updated_at", "2017-12-18 18:35:43.167547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -33898002 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7e089316454831e344a523e9d9c4b224' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '563a49cb-55f0-4222-b95b-a95dc1ee1fa5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e1cd4457' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -33898002], ["username", "7e089316454831e344a523e9d9c4b224"], ["access_token", "e8e558f190bfb51dcc33e6a4aeda5354"], ["uuid", "563a49cb-55f0-4222-b95b-a95dc1ee1fa5"], ["support_identifier", "cs_e1cd4457"], ["created_at", "2017-12-18 18:35:43.172276"], ["updated_at", "2017-12-18 18:35:43.172276"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-943934673/members/-33898002" for 127.0.0.1 at 2017-12-18 12:35:45 -0600 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-943934673", "user_id"=>"-33898002", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2014461634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd4899ea391b8326ac028c182cb26d827' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6abbd05-a690-4785-863b-5866ceb16b42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8c4b50c3' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2014461634], ["username", "d4899ea391b8326ac028c182cb26d827"], ["access_token", "c2a30e1e31b86102500c1aa96b6bda28"], ["uuid", "f6abbd05-a690-4785-863b-5866ceb16b42"], ["support_identifier", "cs_8c4b50c3"], ["created_at", "2017-12-18 18:35:45.198713"], ["updated_at", "2017-12-18 18:35:45.198713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -762386315 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -762386315], ["name", "MyGroup"], ["created_at", "2017-12-18 18:35:45.202006"], ["updated_at", "2017-12-18 18:35:45.202006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -672776861 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '452bfb6211f376a5aaeafda482b1391a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0db10dcc-d96d-4e9f-9f7c-a762fff11902' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae2515d3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -672776861], ["username", "452bfb6211f376a5aaeafda482b1391a"], ["access_token", "04884e0b04b19d510f9936ce377f2c35"], ["uuid", "0db10dcc-d96d-4e9f-9f7c-a762fff11902"], ["support_identifier", "cs_ae2515d3"], ["created_at", "2017-12-18 18:35:45.206437"], ["updated_at", "2017-12-18 18:35:45.206437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 328 AND "openstax_accounts_group_members"."group_id" = -762386315) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -762386315], ["user_id", -672776861], ["created_at", "2017-12-18 18:35:45.209265"], ["updated_at", "2017-12-18 18:35:45.209265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-762386315/members/-672776861" for 127.0.0.1 at 2017-12-18 12:35:47 -0600 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-762386315", "user_id"=>"-672776861", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -736353382 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '27f5fad1cfe7e5375d9f6b4a0516794a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7da0df7-e693-46e5-a1f5-b1988ea4a644' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33a47862' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -736353382], ["username", "27f5fad1cfe7e5375d9f6b4a0516794a"], ["access_token", "5902f4b5c15e40541661e443ee243b32"], ["uuid", "d7da0df7-e693-46e5-a1f5-b1988ea4a644"], ["support_identifier", "cs_33a47862"], ["created_at", "2017-12-18 18:35:47.233122"], ["updated_at", "2017-12-18 18:35:47.233122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -338817579 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -338817579], ["name", "MyGroup"], ["created_at", "2017-12-18 18:35:47.240945"], ["updated_at", "2017-12-18 18:35:47.240945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-12-18 12:35:49 -0600 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1315902402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd95b80d032da2d17285d21cc8baf1d20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02a01b84-846e-46ac-840f-a6c6bef5cfe6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ff0281b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1315902402], ["username", "d95b80d032da2d17285d21cc8baf1d20"], ["access_token", "eb377966fd5b0d617882a178081741bf"], ["uuid", "02a01b84-846e-46ac-840f-a6c6bef5cfe6"], ["support_identifier", "cs_4ff0281b"], ["created_at", "2017-12-18 18:35:49.268601"], ["updated_at", "2017-12-18 18:35:49.268601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1201879060 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1201879060], ["name", "MyGroup"], ["created_at", "2017-12-18 18:35:49.271496"], ["updated_at", "2017-12-18 18:35:49.271496"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1201879060 AND "openstax_accounts_groups"."id" != 10) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1201879060" for 127.0.0.1 at 2017-12-18 12:35:51 -0600 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1201879060", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1863145182 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a71c0599b85a9765b5e7c20e0bb16621' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69737e69-c3fc-4b7f-ba98-dabe74a1d424' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_43da8dca' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1863145182], ["username", "a71c0599b85a9765b5e7c20e0bb16621"], ["access_token", "182949300d5ab9568ca72e9dade167fe"], ["uuid", "69737e69-c3fc-4b7f-ba98-dabe74a1d424"], ["support_identifier", "cs_43da8dca"], ["created_at", "2017-12-18 18:35:51.303632"], ["updated_at", "2017-12-18 18:35:51.303632"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1506418130 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1506418130], ["name", "MyGroup"], ["created_at", "2017-12-18 18:35:51.306529"], ["updated_at", "2017-12-18 18:35:51.306529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1506418130 AND "openstax_accounts_groups"."id" != 11) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-1506418130" for 127.0.0.1 at 2017-12-18 12:35:53 -0600 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-1506418130", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:35:55 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-18 12:35:57 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:35:59 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-18 12:36:01 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "application_group"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:36:03 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2017-12-18 12:36:05 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:36:07 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 12:36:09 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:36:11 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 12:36:13 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:36:15 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2017-12-18 12:36:17 -0600 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -509681082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '11e7a1907f48faa2bcdbb2c9d4039293' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e13a586-32d2-4ec4-8b50-010d108347e9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_98687147' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -509681082], ["username", "11e7a1907f48faa2bcdbb2c9d4039293"], ["access_token", "a06788feb4868877d96d4d3c6c46f4c5"], ["uuid", "5e13a586-32d2-4ec4-8b50-010d108347e9"], ["support_identifier", "cs_98687147"], ["created_at", "2017-12-18 18:36:17.607534"], ["updated_at", "2017-12-18 18:36:17.607534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1266560027 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1266560027], ["name", "MyGroup"], ["created_at", "2017-12-18 18:36:17.615813"], ["updated_at", "2017-12-18 18:36:17.615813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1969215723 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1969215723], ["name", "MyGroup"], ["created_at", "2017-12-18 18:36:17.618287"], ["updated_at", "2017-12-18 18:36:17.618287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 13 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -1969215723 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1969215723 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 13]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 12]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1266560027 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1266560027 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 12]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1969215723 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1266560027 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -1266560027], ["member_group_id", -1969215723], ["created_at", "2017-12-18 18:36:17.620803"], ["updated_at", "2017-12-18 18:36:17.620803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1266560027/nestings/-1969215723" for 127.0.0.1 at 2017-12-18 12:36:19 -0600 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1266560027", "member_group_id"=>"-1969215723", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -399685773 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1d79c427f0d8ebbb5a4bcbcfe50d7fe6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d51b7ae-17cd-4b03-9bed-08c4c915aaf5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_21b1f8c4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -399685773], ["username", "1d79c427f0d8ebbb5a4bcbcfe50d7fe6"], ["access_token", "7199a3195d1e2afe655cb03ee78cc6b3"], ["uuid", "0d51b7ae-17cd-4b03-9bed-08c4c915aaf5"], ["support_identifier", "cs_21b1f8c4"], ["created_at", "2017-12-18 18:36:19.658210"], ["updated_at", "2017-12-18 18:36:19.658210"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -523353946 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -523353946], ["name", "MyGroup"], ["created_at", "2017-12-18 18:36:19.661489"], ["updated_at", "2017-12-18 18:36:19.661489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1891206555 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1891206555], ["name", "MyGroup"], ["created_at", "2017-12-18 18:36:19.663934"], ["updated_at", "2017-12-18 18:36:19.663934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-523353946/nestings/-1891206555" for 127.0.0.1 at 2017-12-18 12:36:21 -0600 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-523353946", "member_group_id"=>"-1891206555", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -832545862 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a80176c2b8e6ddb1fe7cafd0aa3235c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3213adce-1b45-42aa-ba02-a1bde28f57c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1fd39d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -832545862], ["username", "a80176c2b8e6ddb1fe7cafd0aa3235c9"], ["access_token", "183cd86aea7695e64859bfcd18ee84c6"], ["uuid", "3213adce-1b45-42aa-ba02-a1bde28f57c6"], ["support_identifier", "cs_d1fd39d3"], ["created_at", "2017-12-18 18:36:21.687592"], ["updated_at", "2017-12-18 18:36:21.687592"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:36:23 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-12-18 12:36:25 -0600 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -39413855 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '398fda55fbce2ea24dcd7653e70d0a9c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '155c6002-ea27-4ee1-bdf4-285bf7939575' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3d1f802' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -39413855], ["username", "398fda55fbce2ea24dcd7653e70d0a9c"], ["access_token", "e361c5c611f88e841cc9beb332b91e04"], ["uuid", "155c6002-ea27-4ee1-bdf4-285bf7939575"], ["support_identifier", "cs_b3d1f802"], ["created_at", "2017-12-18 18:36:25.737073"], ["updated_at", "2017-12-18 18:36:25.737073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:36:27 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-18 12:36:29 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1637700266 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b12592f85cf9524fdf26d446de578891' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '357fff26-647c-4919-94a9-cd02711673ce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2c911233' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1637700266], ["username", "b12592f85cf9524fdf26d446de578891"], ["access_token", "05b7312a3c567df6b13027e1b1881fe1"], ["uuid", "357fff26-647c-4919-94a9-cd02711673ce"], ["support_identifier", "cs_2c911233"], ["created_at", "2017-12-18 18:36:29.782990"], ["updated_at", "2017-12-18 18:36:29.782990"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:36:31 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-18 12:36:33 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1172703398 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6aa6f820d7a7579715b3266b89b73086' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63631098-c6b5-4545-9ca8-4d40f14c5112' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e81c33a7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1172703398], ["username", "6aa6f820d7a7579715b3266b89b73086"], ["access_token", "91de69a0d013fd1303e3cc29f1bc8940"], ["uuid", "63631098-c6b5-4545-9ca8-4d40f14c5112"], ["support_identifier", "cs_e81c33a7"], ["created_at", "2017-12-18 18:36:33.822912"], ["updated_at", "2017-12-18 18:36:33.822912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-12-18 12:36:35 -0600 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"6aa6f820d7a7579715b3266b89b73086", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"6aa6f820d7a7579715b3266b89b73086", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -893265386 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b506f3d53a6605d7e4214a3c1917e700' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68b76603-8e85-4e3f-8923-73b14d9c0cee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9787531c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -893265386], ["username", "b506f3d53a6605d7e4214a3c1917e700"], ["access_token", "c9663f06a020a6aa6485ad1ed99f4596"], ["uuid", "68b76603-8e85-4e3f-8923-73b14d9c0cee"], ["support_identifier", "cs_9787531c"], ["created_at", "2017-12-18 18:36:35.846942"], ["updated_at", "2017-12-18 18:36:35.846942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2082622138 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2082622138], ["name", "MyGroup"], ["created_at", "2017-12-18 18:36:35.855536"], ["updated_at", "2017-12-18 18:36:35.855536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -234365556 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c3b31e82d56de97e8674ac3cd01aeb31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a96a03c-f08b-42b1-8aaa-5621e9cd495d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c11808f9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -234365556], ["username", "c3b31e82d56de97e8674ac3cd01aeb31"], ["access_token", "8892cacddb2737a6ed3ad0a1e15ecd86"], ["uuid", "1a96a03c-f08b-42b1-8aaa-5621e9cd495d"], ["support_identifier", "cs_c11808f9"], ["created_at", "2017-12-18 18:36:35.859702"], ["updated_at", "2017-12-18 18:36:35.859702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 339 AND "openstax_accounts_group_owners"."group_id" = -2082622138) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -2082622138], ["user_id", -234365556], ["created_at", "2017-12-18 18:36:35.862200"], ["updated_at", "2017-12-18 18:36:35.862200"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-2082622138/owners/-234365556" for 127.0.0.1 at 2017-12-18 12:36:37 -0600 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-2082622138", "user_id"=>"-234365556", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -474836764 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '794a3f80e1b00fe519aae3e0468ff028' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91b29017-5f92-4bf9-a9d9-55ff15774381' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cd9c46cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -474836764], ["username", "794a3f80e1b00fe519aae3e0468ff028"], ["access_token", "5d33cda17a64d43f8f340bf0250f3dcd"], ["uuid", "91b29017-5f92-4bf9-a9d9-55ff15774381"], ["support_identifier", "cs_cd9c46cf"], ["created_at", "2017-12-18 18:36:37.894522"], ["updated_at", "2017-12-18 18:36:37.894522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1949542116 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1949542116], ["name", "MyGroup"], ["created_at", "2017-12-18 18:36:37.897591"], ["updated_at", "2017-12-18 18:36:37.897591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -737069997 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6dad0a461f9deb6aafdb5662671b9fd6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17f4cade-493c-4e94-8ac0-fdf9217f3322' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c339cae5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -737069997], ["username", "6dad0a461f9deb6aafdb5662671b9fd6"], ["access_token", "a7a198f4c6927db18d04a5f98c12440f"], ["uuid", "17f4cade-493c-4e94-8ac0-fdf9217f3322"], ["support_identifier", "cs_c339cae5"], ["created_at", "2017-12-18 18:36:37.901874"], ["updated_at", "2017-12-18 18:36:37.901874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1949542116/owners/-737069997" for 127.0.0.1 at 2017-12-18 12:36:39 -0600 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1949542116", "user_id"=>"-737069997", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97f7e77a-f5ba-4c0c-b017-232e11861870' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_081bb75c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "c337c91fb07b5a8cc1bd6bc426c0c6bc"], ["uuid", "97f7e77a-f5ba-4c0c-b017-232e11861870"], ["support_identifier", "cs_081bb75c"], ["created_at", "2017-12-18 18:36:39.929233"], ["updated_at", "2017-12-18 18:36:39.929233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 342]] Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39c1f4ef-c264-437d-b345-a80f9bfc390d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fe7fc41e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "22a17a3eafff227b525dfbf814ac04ca"], ["uuid", "39c1f4ef-c264-437d-b345-a80f9bfc390d"], ["support_identifier", "cs_fe7fc41e"], ["created_at", "2017-12-18 18:36:39.942856"], ["updated_at", "2017-12-18 18:36:39.942856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.4ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 32ms (Views: 31.8ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -459747663 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b88c870a-1788-402c-8b41-f15fcc9fc91f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b54dd990' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -459747663], ["username", "jstrav"], ["access_token", "21238e3c50d8c33fe43c0405604d80b7"], ["uuid", "b88c870a-1788-402c-8b41-f15fcc9fc91f"], ["support_identifier", "cs_b54dd990"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:36:39.984987"], ["updated_at", "2017-12-18 18:36:39.984987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -91361328 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b14aeb60-973c-459d-a674-02f242a65e4a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cbde5a03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -91361328], ["username", "mary"], ["access_token", "6d5e897b5475fd64683cc823c1afe44a"], ["uuid", "b14aeb60-973c-459d-a674-02f242a65e4a"], ["support_identifier", "cs_cbde5a03"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:36:39.989388"], ["updated_at", "2017-12-18 18:36:39.989388"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -537053463 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28595f4e-fae0-487a-9469-8b55e3e08528' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ee78ccf8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -537053463], ["username", "jstead"], ["access_token", "670d4a9fcd89039bb7a718bd7722ade1"], ["uuid", "28595f4e-fae0-487a-9469-8b55e3e08528"], ["support_identifier", "cs_ee78ccf8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:36:39.993688"], ["updated_at", "2017-12-18 18:36:39.993688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -870276843 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42c0022b-7799-475c-b38a-275b27e4edf1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a017695d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -870276843], ["username", "bigbear"], ["access_token", "2ebbaf68bf211258563f92fcc82da66c"], ["uuid", "42c0022b-7799-475c-b38a-275b27e4edf1"], ["support_identifier", "cs_a017695d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:36:39.997984"], ["updated_at", "2017-12-18 18:36:39.997984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220058069 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be8bac01-002e-490f-80d2-775223f1e68b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e09bb4b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1220058069], ["username", "billy_00"], ["access_token", "7dd8f3829d366bf7e3b8313180e2b903"], ["uuid", "be8bac01-002e-490f-80d2-775223f1e68b"], ["support_identifier", "cs_e09bb4b6"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 18:36:40.002202"], ["updated_at", "2017-12-18 18:36:40.002202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1920957043 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0719e43-5455-4fda-99e0-139896f944e7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3e9d8b91' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1920957043], ["username", "billy_01"], ["access_token", "6bfd6f33394e649eb156d58c33564542"], ["uuid", "a0719e43-5455-4fda-99e0-139896f944e7"], ["support_identifier", "cs_3e9d8b91"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 18:36:40.006408"], ["updated_at", "2017-12-18 18:36:40.006408"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -231990874 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8306dc76-60bc-4263-8c87-a385fb39042b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3b4963c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -231990874], ["username", "billy_02"], ["access_token", "9fdb5844d01147230698d27bef6bb933"], ["uuid", "8306dc76-60bc-4263-8c87-a385fb39042b"], ["support_identifier", "cs_3b4963c5"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 18:36:40.010583"], ["updated_at", "2017-12-18 18:36:40.010583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1090991550 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55b8937b-0cab-40f2-9620-b92128fc58c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd05c879' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1090991550], ["username", "billy_03"], ["access_token", "4402098932b0ea2d28eda4fb8b607b00"], ["uuid", "55b8937b-0cab-40f2-9620-b92128fc58c5"], ["support_identifier", "cs_fd05c879"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 18:36:40.014865"], ["updated_at", "2017-12-18 18:36:40.014865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -792334339 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '846075aa-34b9-4ea9-bdc2-ce6e9ddd3b25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9e7d9e2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -792334339], ["username", "billy_04"], ["access_token", "365c6d0abe02046004aa79f373b5b351"], ["uuid", "846075aa-34b9-4ea9-bdc2-ce6e9ddd3b25"], ["support_identifier", "cs_e9e7d9e2"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:36:40.019586"], ["updated_at", "2017-12-18 18:36:40.019586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1216687961 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ee0a4d0-61af-41df-962f-212875eff4b6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ab7b019' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1216687961], ["username", "billy_05"], ["access_token", "755b5a5682d5819d66742493ed2a9e29"], ["uuid", "0ee0a4d0-61af-41df-962f-212875eff4b6"], ["support_identifier", "cs_2ab7b019"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:36:40.024444"], ["updated_at", "2017-12-18 18:36:40.024444"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409028050 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad4a2d13-567b-4812-acbf-be920e9213f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_916b37d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1409028050], ["username", "billy_06"], ["access_token", "3e3b7ceb85c6ccde087c111b9a913eaa"], ["uuid", "ad4a2d13-567b-4812-acbf-be920e9213f4"], ["support_identifier", "cs_916b37d2"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:36:40.029055"], ["updated_at", "2017-12-18 18:36:40.029055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -855186893 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22af4007-da80-4e4c-b782-e38bcae81442' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2186087d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -855186893], ["username", "billy_07"], ["access_token", "2e814243ccd5693ad184477a59b23d07"], ["uuid", "22af4007-da80-4e4c-b782-e38bcae81442"], ["support_identifier", "cs_2186087d"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:36:40.033016"], ["updated_at", "2017-12-18 18:36:40.033016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -642276248 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec5af2f0-41f4-47fe-8cfa-eb3953cd134f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_83fdc4ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -642276248], ["username", "billy_08"], ["access_token", "4ba8e0d8f5b84595431641ffce1a7d3e"], ["uuid", "ec5af2f0-41f4-47fe-8cfa-eb3953cd134f"], ["support_identifier", "cs_83fdc4ec"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:36:40.037005"], ["updated_at", "2017-12-18 18:36:40.037005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1498429091 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95bf729c-55ef-400c-a6c7-c7eba548e12c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_81f86697' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1498429091], ["username", "billy_09"], ["access_token", "1550c1e0c7f24966a626497f5bc5ca13"], ["uuid", "95bf729c-55ef-400c-a6c7-c7eba548e12c"], ["support_identifier", "cs_81f86697"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:36:40.041274"], ["updated_at", "2017-12-18 18:36:40.041274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1008693543 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f417e6e9-5356-4a77-b267-5b054db80826' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a7abffcb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1008693543], ["username", "billy_10"], ["access_token", "937484d92d138ba109bd708abf37d9a6"], ["uuid", "f417e6e9-5356-4a77-b267-5b054db80826"], ["support_identifier", "cs_a7abffcb"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:36:40.045492"], ["updated_at", "2017-12-18 18:36:40.045492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436201238 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8fedb30b-53b3-45e4-b57c-701c1123094f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93464cc2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1436201238], ["username", "billy_11"], ["access_token", "3756458c75174cc72a0f1fc089081e82"], ["uuid", "8fedb30b-53b3-45e4-b57c-701c1123094f"], ["support_identifier", "cs_93464cc2"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:36:40.049767"], ["updated_at", "2017-12-18 18:36:40.049767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1054843341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d05ef60-b910-4445-a385-ab3e9f204c82' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a4263aba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1054843341], ["username", "billy_12"], ["access_token", "01be882c46ec948d3b8ceee9d998023f"], ["uuid", "7d05ef60-b910-4445-a385-ab3e9f204c82"], ["support_identifier", "cs_a4263aba"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:36:40.053844"], ["updated_at", "2017-12-18 18:36:40.053844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1637521651 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e266bd98-03e8-4fa8-a0ed-ded2e6d41100' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a35c6e2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1637521651], ["username", "billy_13"], ["access_token", "6c25a01396e5869708b07e565d6f48be"], ["uuid", "e266bd98-03e8-4fa8-a0ed-ded2e6d41100"], ["support_identifier", "cs_5a35c6e2"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:36:40.058005"], ["updated_at", "2017-12-18 18:36:40.058005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1020169932 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02eff16e-d8e5-43f0-9c17-55d87d517d92' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a16b101b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1020169932], ["username", "billy_14"], ["access_token", "0056acaddcb2fc3bf2518eb64de986a9"], ["uuid", "02eff16e-d8e5-43f0-9c17-55d87d517d92"], ["support_identifier", "cs_a16b101b"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:36:40.062190"], ["updated_at", "2017-12-18 18:36:40.062190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1278060759 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '003c8634-2822-44e7-ac68-68fc9a3c1fee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2127a20f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1278060759], ["username", "billy_15"], ["access_token", "234fbda1c92a321600433edd36b1729e"], ["uuid", "003c8634-2822-44e7-ac68-68fc9a3c1fee"], ["support_identifier", "cs_2127a20f"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:36:40.066338"], ["updated_at", "2017-12-18 18:36:40.066338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1174202797 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e90b3e74-f40b-4cf1-b17e-fea8e1a63ee0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44bba8fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1174202797], ["username", "billy_16"], ["access_token", "e5d62c96cb419ec634d011f0f7be2400"], ["uuid", "e90b3e74-f40b-4cf1-b17e-fea8e1a63ee0"], ["support_identifier", "cs_44bba8fc"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:36:40.070442"], ["updated_at", "2017-12-18 18:36:40.070442"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -516424404 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '092c15d2-d39f-4d97-a875-8155ca11019e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d6d72be4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -516424404], ["username", "billy_17"], ["access_token", "c4a6d0fde91ab2eb3c29ef67e74f7296"], ["uuid", "092c15d2-d39f-4d97-a875-8155ca11019e"], ["support_identifier", "cs_d6d72be4"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:36:40.074555"], ["updated_at", "2017-12-18 18:36:40.074555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1963048926 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd48c3aee-b6c7-48d4-91af-5aec3ce7d606' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_284e78bf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1963048926], ["username", "billy_18"], ["access_token", "0aebb0bf4ea6bb348f9013a3e8e5a371"], ["uuid", "d48c3aee-b6c7-48d4-91af-5aec3ce7d606"], ["support_identifier", "cs_284e78bf"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:36:40.080200"], ["updated_at", "2017-12-18 18:36:40.080200"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -572704801 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '619211f4-2eab-4d37-9e06-265894b75af4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5f3508be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -572704801], ["username", "billy_19"], ["access_token", "742046807181777333549887ff4a5122"], ["uuid", "619211f4-2eab-4d37-9e06-265894b75af4"], ["support_identifier", "cs_5f3508be"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:36:40.086069"], ["updated_at", "2017-12-18 18:36:40.086069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -639039430 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb87f935-3067-47ee-8f71-d4a371f12755' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47b3ac45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -639039430], ["username", "billy_20"], ["access_token", "4e5bdbf9fe0310c237a40b403c9304b1"], ["uuid", "eb87f935-3067-47ee-8f71-d4a371f12755"], ["support_identifier", "cs_47b3ac45"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:36:40.090721"], ["updated_at", "2017-12-18 18:36:40.090721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -443504650 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a565fff-bc25-497e-bac8-a3fddea8ed4a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b615f7c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -443504650], ["username", "billy_21"], ["access_token", "ac975fcfacb0bbcbff4ec654eabbab51"], ["uuid", "1a565fff-bc25-497e-bac8-a3fddea8ed4a"], ["support_identifier", "cs_7b615f7c"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:36:40.094894"], ["updated_at", "2017-12-18 18:36:40.094894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2119525298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83bc4eb4-1795-47b7-a4d0-e1349d0c00ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a7c1bbb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2119525298], ["username", "billy_22"], ["access_token", "a6175da81f52f14ded8fd3eff795dc2e"], ["uuid", "83bc4eb4-1795-47b7-a4d0-e1349d0c00ed"], ["support_identifier", "cs_5a7c1bbb"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:36:40.099241"], ["updated_at", "2017-12-18 18:36:40.099241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348793466 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5397a8-1372-4b17-a341-7e4dce316e0f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_682b1b94' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1348793466], ["username", "billy_23"], ["access_token", "72cc37450879fe66bad804c39e05b43a"], ["uuid", "8c5397a8-1372-4b17-a341-7e4dce316e0f"], ["support_identifier", "cs_682b1b94"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:36:40.103320"], ["updated_at", "2017-12-18 18:36:40.103320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021042479 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42e1a1f6-e844-47a1-bc5a-4b1e67055141' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f0bd9f28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1021042479], ["username", "billy_24"], ["access_token", "2004188ac5ae2ad2b6a56ff3e10be191"], ["uuid", "42e1a1f6-e844-47a1-bc5a-4b1e67055141"], ["support_identifier", "cs_f0bd9f28"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:36:40.107315"], ["updated_at", "2017-12-18 18:36:40.107315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1335328107 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'abc5d685-2383-4e3a-9342-0f05faa072ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b378fca0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1335328107], ["username", "billy_25"], ["access_token", "0e995c3663595d0ce8045309dc30d3b5"], ["uuid", "abc5d685-2383-4e3a-9342-0f05faa072ae"], ["support_identifier", "cs_b378fca0"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:36:40.111410"], ["updated_at", "2017-12-18 18:36:40.111410"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829307970 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d114377-10a2-47f4-ad34-2ecf51c3a0b6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2f3f3939' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1829307970], ["username", "billy_26"], ["access_token", "28af98ac1880cc583aa724919f68355c"], ["uuid", "1d114377-10a2-47f4-ad34-2ecf51c3a0b6"], ["support_identifier", "cs_2f3f3939"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:36:40.115524"], ["updated_at", "2017-12-18 18:36:40.115524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -712605495 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd8a9537c-1af6-4c6c-bee2-c8f4132ffe46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_54e12b1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -712605495], ["username", "billy_27"], ["access_token", "f56175bf8d56f4a3e9ee9ee559d6b04e"], ["uuid", "d8a9537c-1af6-4c6c-bee2-c8f4132ffe46"], ["support_identifier", "cs_54e12b1c"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:36:40.119647"], ["updated_at", "2017-12-18 18:36:40.119647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141256564 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6af9a25-4d11-46e1-83a1-be8bf77425ec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_05ec2bb8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2141256564], ["username", "billy_28"], ["access_token", "beaeb4e211a8e096a383511e50fd67dc"], ["uuid", "c6af9a25-4d11-46e1-83a1-be8bf77425ec"], ["support_identifier", "cs_05ec2bb8"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:36:40.123789"], ["updated_at", "2017-12-18 18:36:40.123789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -165391385 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c64bbd19-4733-44a5-af19-de08fae9e769' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_470f1ca7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -165391385], ["username", "billy_29"], ["access_token", "ff8f6ffd354fd684cdf5365cbee0d286"], ["uuid", "c64bbd19-4733-44a5-af19-de08fae9e769"], ["support_identifier", "cs_470f1ca7"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:36:40.128184"], ["updated_at", "2017-12-18 18:36:40.128184"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -844920518 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08c74246-31e7-4db1-8b4b-d41c8aaf07d0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9c42d7bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -844920518], ["username", "billy_30"], ["access_token", "9dfcca2983a237cd6c8a824e6486b847"], ["uuid", "08c74246-31e7-4db1-8b4b-d41c8aaf07d0"], ["support_identifier", "cs_9c42d7bf"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:36:40.132249"], ["updated_at", "2017-12-18 18:36:40.132249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1662753395 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42e76fd7-4540-460d-9dc9-e4512d53be02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_54911888' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1662753395], ["username", "billy_31"], ["access_token", "bfa0f3cfcb1d31d3bef2449bb65b3782"], ["uuid", "42e76fd7-4540-460d-9dc9-e4512d53be02"], ["support_identifier", "cs_54911888"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:36:40.136159"], ["updated_at", "2017-12-18 18:36:40.136159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -791489406 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f61d894f-ad0f-497a-b02b-07860a1fe057' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ee79383' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -791489406], ["username", "billy_32"], ["access_token", "234cfd36c5cf1bb256a9756051bdad82"], ["uuid", "f61d894f-ad0f-497a-b02b-07860a1fe057"], ["support_identifier", "cs_2ee79383"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:36:40.140210"], ["updated_at", "2017-12-18 18:36:40.140210"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1680350883 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '014047e9-da7b-4c66-a2fd-815c8654e075' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0c6f71ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1680350883], ["username", "billy_33"], ["access_token", "5ef3a4cf51c7d3f4a4d88e822ba09a17"], ["uuid", "014047e9-da7b-4c66-a2fd-815c8654e075"], ["support_identifier", "cs_0c6f71ee"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:36:40.144564"], ["updated_at", "2017-12-18 18:36:40.144564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1112225589 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7783a2c-0fdc-40c1-a90e-e2cfe0e9da1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce700f9b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1112225589], ["username", "billy_34"], ["access_token", "308f0091bf22f210703a01cc0766da64"], ["uuid", "f7783a2c-0fdc-40c1-a90e-e2cfe0e9da1a"], ["support_identifier", "cs_ce700f9b"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:36:40.148984"], ["updated_at", "2017-12-18 18:36:40.148984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -971982646 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34c3a567-bf14-464a-9279-57aa75771923' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9274497e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -971982646], ["username", "billy_35"], ["access_token", "6bd7ba8739d123c46e04dea3c02a463c"], ["uuid", "34c3a567-bf14-464a-9279-57aa75771923"], ["support_identifier", "cs_9274497e"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:36:40.153181"], ["updated_at", "2017-12-18 18:36:40.153181"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348624595 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '895e7986-6874-44a7-a9c0-e708879277d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f361792' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1348624595], ["username", "billy_36"], ["access_token", "6675cdb8692d28f07e6a26ee3cc374c8"], ["uuid", "895e7986-6874-44a7-a9c0-e708879277d2"], ["support_identifier", "cs_9f361792"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:36:40.157340"], ["updated_at", "2017-12-18 18:36:40.157340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488518165 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc3b4ca2-a4b3-4261-af7c-c7462a08e896' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68f37551' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -488518165], ["username", "billy_37"], ["access_token", "10f71ed1536f2857645463cebdeeadb5"], ["uuid", "dc3b4ca2-a4b3-4261-af7c-c7462a08e896"], ["support_identifier", "cs_68f37551"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:36:40.163380"], ["updated_at", "2017-12-18 18:36:40.163380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -485655793 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '695ac87a-4c52-43ac-a8fa-c82af6dcb51d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_035293e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -485655793], ["username", "billy_38"], ["access_token", "64fba138f9bb34f170848107f68766e3"], ["uuid", "695ac87a-4c52-43ac-a8fa-c82af6dcb51d"], ["support_identifier", "cs_035293e4"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:36:40.168088"], ["updated_at", "2017-12-18 18:36:40.168088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -888440870 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83e0aed2-4d80-4faa-bbf2-49669c7f9794' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a8ca397' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -888440870], ["username", "billy_39"], ["access_token", "142313d2c13157ac949c12ef3bd53add"], ["uuid", "83e0aed2-4d80-4faa-bbf2-49669c7f9794"], ["support_identifier", "cs_8a8ca397"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:36:40.172527"], ["updated_at", "2017-12-18 18:36:40.172527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -778653667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa202cbc-52c3-4783-a2b3-a1b01ff7dd56' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7db0b39a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -778653667], ["username", "billy_40"], ["access_token", "8fcad63c762b828713f123c265043fc6"], ["uuid", "aa202cbc-52c3-4783-a2b3-a1b01ff7dd56"], ["support_identifier", "cs_7db0b39a"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:36:40.176843"], ["updated_at", "2017-12-18 18:36:40.176843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -799425040 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33b74e42-f157-4c7c-8c31-71977bdfb09a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc5b7f78' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -799425040], ["username", "billy_41"], ["access_token", "d3f7fc7276a2a43e645c6dc73995f1c6"], ["uuid", "33b74e42-f157-4c7c-8c31-71977bdfb09a"], ["support_identifier", "cs_bc5b7f78"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:36:40.181263"], ["updated_at", "2017-12-18 18:36:40.181263"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -144833273 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ea720f8-a0c5-468b-afc1-b9de053223bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_46d95c90' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -144833273], ["username", "billy_42"], ["access_token", "a20ae68e9d3d6d7de4c8b2a09508bc4c"], ["uuid", "4ea720f8-a0c5-468b-afc1-b9de053223bc"], ["support_identifier", "cs_46d95c90"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:36:40.185381"], ["updated_at", "2017-12-18 18:36:40.185381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045156934 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c37e5ba9-2e2f-40f2-a4db-6a0f5f1dbf67' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ccb04121' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2045156934], ["username", "billy_43"], ["access_token", "5f396f4b1b4d1883956039b69a2fe5c3"], ["uuid", "c37e5ba9-2e2f-40f2-a4db-6a0f5f1dbf67"], ["support_identifier", "cs_ccb04121"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:36:40.189497"], ["updated_at", "2017-12-18 18:36:40.189497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -380198578 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c697b18-c7d5-4b54-8ce2-3d7d9add987f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3fdb337f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -380198578], ["username", "billy_44"], ["access_token", "c181f296f6116713208f6b03ad24b18e"], ["uuid", "9c697b18-c7d5-4b54-8ce2-3d7d9add987f"], ["support_identifier", "cs_3fdb337f"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:36:40.193806"], ["updated_at", "2017-12-18 18:36:40.193806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -827206907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c45ab61a-1471-4c83-8814-ada7c4577b08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aac69753' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -827206907], ["username", "billy_45"], ["access_token", "9689ead6e6c1d145092db98b9db58d8b"], ["uuid", "c45ab61a-1471-4c83-8814-ada7c4577b08"], ["support_identifier", "cs_aac69753"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:36:40.198515"], ["updated_at", "2017-12-18 18:36:40.198515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -903918306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad414f28-d4ec-4df6-90f2-c5f0d1dd7a53' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c9a64272' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -903918306], ["username", "billy_46"], ["access_token", "16e149f5b0175b5b3acb155151497bf5"], ["uuid", "ad414f28-d4ec-4df6-90f2-c5f0d1dd7a53"], ["support_identifier", "cs_c9a64272"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:36:40.202614"], ["updated_at", "2017-12-18 18:36:40.202614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1580187934 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24d1a94c-a557-47bf-86c7-5508579ff7e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f298920b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1580187934], ["username", "billy_47"], ["access_token", "593dd9fe7ab4e331ee14fde5998be6d1"], ["uuid", "24d1a94c-a557-47bf-86c7-5508579ff7e1"], ["support_identifier", "cs_f298920b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:36:40.206542"], ["updated_at", "2017-12-18 18:36:40.206542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1251672057 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f06072a9-f4c4-4291-b8a2-fad3686fcb36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d8efa50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1251672057], ["username", "billy_48"], ["access_token", "b600bdb88f9d4063b5c70d424566f9dc"], ["uuid", "f06072a9-f4c4-4291-b8a2-fad3686fcb36"], ["support_identifier", "cs_7d8efa50"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:36:40.210455"], ["updated_at", "2017-12-18 18:36:40.210455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1282717937 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8e4e2dd-5225-43b6-97ed-243b49d6de87' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_615f16b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1282717937], ["username", "billy_49"], ["access_token", "5f929c5aac63a46352f4963194c44e1c"], ["uuid", "a8e4e2dd-5225-43b6-97ed-243b49d6de87"], ["support_identifier", "cs_615f16b8"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:36:40.214687"], ["updated_at", "2017-12-18 18:36:40.214687"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -803978959 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d1b9b35-4a46-43bc-a168-5c743127fdec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e93c2b4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -803978959], ["username", "jstrav"], ["access_token", "891428ebe435debac98c663c915981c0"], ["uuid", "6d1b9b35-4a46-43bc-a168-5c743127fdec"], ["support_identifier", "cs_9e93c2b4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:36:40.223500"], ["updated_at", "2017-12-18 18:36:40.223500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1807832803 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd8fe8cff-9ff1-4609-85b2-28353f7bbf71' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1f96591b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1807832803], ["username", "mary"], ["access_token", "6a7a04b36036d3572eaeaf016dd94c17"], ["uuid", "d8fe8cff-9ff1-4609-85b2-28353f7bbf71"], ["support_identifier", "cs_1f96591b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:36:40.228018"], ["updated_at", "2017-12-18 18:36:40.228018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1743313655 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd18ae12-2871-4f03-b308-1d947257279e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f158e6e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1743313655], ["username", "jstead"], ["access_token", "d5336b839732da9b44f61b2d47dcb598"], ["uuid", "cd18ae12-2871-4f03-b308-1d947257279e"], ["support_identifier", "cs_f158e6e3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:36:40.232469"], ["updated_at", "2017-12-18 18:36:40.232469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -561660482 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec743e76-678e-4614-8ee6-82129dbdc466' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1671381' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -561660482], ["username", "bigbear"], ["access_token", "ba6fe4adbaddbdfcd4ff17a0b70cf0a2"], ["uuid", "ec743e76-678e-4614-8ee6-82129dbdc466"], ["support_identifier", "cs_f1671381"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:36:40.236607"], ["updated_at", "2017-12-18 18:36:40.236607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800285 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b045fd6-12f1-46b0-bfd5-349edd7ae525' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e391982a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -800285], ["username", "billy_00"], ["access_token", "c4f2b349ad85bdbde18049dd2d5930ab"], ["uuid", "8b045fd6-12f1-46b0-bfd5-349edd7ae525"], ["support_identifier", "cs_e391982a"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 18:36:40.240796"], ["updated_at", "2017-12-18 18:36:40.240796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1705431806 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae92cb09-2a6e-41e1-bf88-2864c0952fff' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a1b46b1c' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1705431806], ["username", "billy_01"], ["access_token", "835dd2d2a1923cce005d06f5bfb5c0d8"], ["uuid", "ae92cb09-2a6e-41e1-bf88-2864c0952fff"], ["support_identifier", "cs_a1b46b1c"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 18:36:40.246032"], ["updated_at", "2017-12-18 18:36:40.246032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1615057321 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b33158f9-23d5-4974-92fe-7d5f348495ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf884d08' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1615057321], ["username", "billy_02"], ["access_token", "af00fb43b50071a94e1990ab0bbf009b"], ["uuid", "b33158f9-23d5-4974-92fe-7d5f348495ad"], ["support_identifier", "cs_bf884d08"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 18:36:40.252496"], ["updated_at", "2017-12-18 18:36:40.252496"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1970885915 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '732f3395-e270-4308-baba-75e30377a9e6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f637c55d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1970885915], ["username", "billy_03"], ["access_token", "70112f05271d054d8e8a66cc9a835654"], ["uuid", "732f3395-e270-4308-baba-75e30377a9e6"], ["support_identifier", "cs_f637c55d"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 18:36:40.257869"], ["updated_at", "2017-12-18 18:36:40.257869"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -401982141 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '87dde99c-0f84-4cdb-afe7-c6e221fca66e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_19adf955' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -401982141], ["username", "billy_04"], ["access_token", "d06c6b264dded4d0de80595f46fab2c7"], ["uuid", "87dde99c-0f84-4cdb-afe7-c6e221fca66e"], ["support_identifier", "cs_19adf955"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:36:40.262416"], ["updated_at", "2017-12-18 18:36:40.262416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1559175921 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a480b507-70e2-4117-8434-d9d6aeea0753' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b9760514' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1559175921], ["username", "billy_05"], ["access_token", "84b62a3673834b8b58da5c2c24f8291f"], ["uuid", "a480b507-70e2-4117-8434-d9d6aeea0753"], ["support_identifier", "cs_b9760514"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:36:40.267615"], ["updated_at", "2017-12-18 18:36:40.267615"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1661127554 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb756b16-dacb-423c-bf30-9b97552869d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d5884e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1661127554], ["username", "billy_06"], ["access_token", "d837196b8d4a37cf7846b103faaa817c"], ["uuid", "eb756b16-dacb-423c-bf30-9b97552869d3"], ["support_identifier", "cs_4d5884e1"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:36:40.271999"], ["updated_at", "2017-12-18 18:36:40.271999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239470896 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ed58917-f46a-4479-9726-624c940ce74d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53852910' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -239470896], ["username", "billy_07"], ["access_token", "d77651f034b18d42c1c393075439d2dd"], ["uuid", "4ed58917-f46a-4479-9726-624c940ce74d"], ["support_identifier", "cs_53852910"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:36:40.275995"], ["updated_at", "2017-12-18 18:36:40.275995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -103409290 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1e24552-debc-4c6f-acb5-336b09a81e5d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_90e8b644' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -103409290], ["username", "billy_08"], ["access_token", "faab11fbbe15e739190637720d9b50ab"], ["uuid", "c1e24552-debc-4c6f-acb5-336b09a81e5d"], ["support_identifier", "cs_90e8b644"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:36:40.280243"], ["updated_at", "2017-12-18 18:36:40.280243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1987344901 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1ba1a01-5f73-417d-850a-d289588fac17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9062fb45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1987344901], ["username", "billy_09"], ["access_token", "93a9c5dcc183015c005da23de5e49baf"], ["uuid", "d1ba1a01-5f73-417d-850a-d289588fac17"], ["support_identifier", "cs_9062fb45"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:36:40.284464"], ["updated_at", "2017-12-18 18:36:40.284464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -986683299 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc65264e-5216-49e9-a2e4-2906f6f7803f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e659dc7a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -986683299], ["username", "billy_10"], ["access_token", "d75caf20f20cab902d81987dfc6988af"], ["uuid", "dc65264e-5216-49e9-a2e4-2906f6f7803f"], ["support_identifier", "cs_e659dc7a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:36:40.288669"], ["updated_at", "2017-12-18 18:36:40.288669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1587926287 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39a62d6b-1535-41db-b42c-07b65451d246' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a8893452' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1587926287], ["username", "billy_11"], ["access_token", "cd5902d45b4f07bdc28353d0f61bb642"], ["uuid", "39a62d6b-1535-41db-b42c-07b65451d246"], ["support_identifier", "cs_a8893452"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:36:40.292838"], ["updated_at", "2017-12-18 18:36:40.292838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55847543 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a889c2ed-31cf-42e0-b8c3-573bc2836688' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1911f629' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -55847543], ["username", "billy_12"], ["access_token", "1587a0f57929dbdc90f99e4c659077f6"], ["uuid", "a889c2ed-31cf-42e0-b8c3-573bc2836688"], ["support_identifier", "cs_1911f629"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:36:40.297325"], ["updated_at", "2017-12-18 18:36:40.297325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -609361770 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4a698f4-c050-4e73-8f1a-0b73958b4ccc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_36064fbe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -609361770], ["username", "billy_13"], ["access_token", "e3be2a32625910956ee71dbdc368d4d5"], ["uuid", "a4a698f4-c050-4e73-8f1a-0b73958b4ccc"], ["support_identifier", "cs_36064fbe"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:36:40.301651"], ["updated_at", "2017-12-18 18:36:40.301651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -60268389 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e929638-dac9-44fb-9ce7-d3f4b2c5857c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7dd911d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -60268389], ["username", "billy_14"], ["access_token", "1802be7dacfde4b5b3833f3ae8311e66"], ["uuid", "0e929638-dac9-44fb-9ce7-d3f4b2c5857c"], ["support_identifier", "cs_7dd911d1"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:36:40.305715"], ["updated_at", "2017-12-18 18:36:40.305715"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2048490363 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18181bff-3cd9-413d-8d6d-5de68e481ecf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b57d6508' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2048490363], ["username", "billy_15"], ["access_token", "67bc87ea9f4b776e808867847672d6d6"], ["uuid", "18181bff-3cd9-413d-8d6d-5de68e481ecf"], ["support_identifier", "cs_b57d6508"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:36:40.309770"], ["updated_at", "2017-12-18 18:36:40.309770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1590840907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a48f2ddc-eb5f-4b43-a1ab-7a8228aef1e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1f9398e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1590840907], ["username", "billy_16"], ["access_token", "5330eacfa4e36881649018b51e91ed5d"], ["uuid", "a48f2ddc-eb5f-4b43-a1ab-7a8228aef1e1"], ["support_identifier", "cs_1f9398e5"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:36:40.313924"], ["updated_at", "2017-12-18 18:36:40.313924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1099325203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '457167d7-0a49-4e12-b4ca-713732544fe9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e2e5551b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1099325203], ["username", "billy_17"], ["access_token", "2aab4a111b5a0e802d343987241c0ea2"], ["uuid", "457167d7-0a49-4e12-b4ca-713732544fe9"], ["support_identifier", "cs_e2e5551b"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:36:40.318174"], ["updated_at", "2017-12-18 18:36:40.318174"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1896518767 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '613858eb-147f-4607-9bc5-1e2b96d0d855' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_32b587cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1896518767], ["username", "billy_18"], ["access_token", "7df5656d856711d1a3ba3b9d84713e8d"], ["uuid", "613858eb-147f-4607-9bc5-1e2b96d0d855"], ["support_identifier", "cs_32b587cc"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:36:40.322396"], ["updated_at", "2017-12-18 18:36:40.322396"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378302360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43018887-6137-49ed-af06-fc12dc912a13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d021264d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1378302360], ["username", "billy_19"], ["access_token", "89566b214ba722d4e7b20f3d122db545"], ["uuid", "43018887-6137-49ed-af06-fc12dc912a13"], ["support_identifier", "cs_d021264d"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:36:40.326713"], ["updated_at", "2017-12-18 18:36:40.326713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -54900788 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f746cc22-a909-410a-bebe-3ed40c2a5c00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_86e2af46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -54900788], ["username", "billy_20"], ["access_token", "25cdc3e9eb5e5b71a7e9e0caed8492b4"], ["uuid", "f746cc22-a909-410a-bebe-3ed40c2a5c00"], ["support_identifier", "cs_86e2af46"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:36:40.330886"], ["updated_at", "2017-12-18 18:36:40.330886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1865617926 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '716cab41-cb52-4ea8-9de8-00ff13879ee2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_315faf2a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1865617926], ["username", "billy_21"], ["access_token", "b35c7a1be2e5c7264f895925e390ce2c"], ["uuid", "716cab41-cb52-4ea8-9de8-00ff13879ee2"], ["support_identifier", "cs_315faf2a"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:36:40.335006"], ["updated_at", "2017-12-18 18:36:40.335006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -13174970 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3098dfe2-6a87-4fe0-a2c4-9ed39f38a279' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e7a0199e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -13174970], ["username", "billy_22"], ["access_token", "90faf16a6f22cf165e2a09eca02afe03"], ["uuid", "3098dfe2-6a87-4fe0-a2c4-9ed39f38a279"], ["support_identifier", "cs_e7a0199e"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:36:40.339208"], ["updated_at", "2017-12-18 18:36:40.339208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2121902025 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7aa2c9b8-102c-4fae-b19e-5daa1b854482' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_06841a6f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2121902025], ["username", "billy_23"], ["access_token", "ce4cf92cd7c67a35f876b5dbabccf8aa"], ["uuid", "7aa2c9b8-102c-4fae-b19e-5daa1b854482"], ["support_identifier", "cs_06841a6f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:36:40.343313"], ["updated_at", "2017-12-18 18:36:40.343313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1541762992 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14e39689-6661-47e7-8f91-a4b0fc645c1b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d2454df4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1541762992], ["username", "billy_24"], ["access_token", "63c27363ad6d1bb678e4e4844d3eda77"], ["uuid", "14e39689-6661-47e7-8f91-a4b0fc645c1b"], ["support_identifier", "cs_d2454df4"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:36:40.347793"], ["updated_at", "2017-12-18 18:36:40.347793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -960808345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e661025-e4a1-41b8-8ba7-283f2ca628b8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28e65296' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -960808345], ["username", "billy_25"], ["access_token", "fb3490d7f8063ffa8edf48c7ffbfd246"], ["uuid", "3e661025-e4a1-41b8-8ba7-283f2ca628b8"], ["support_identifier", "cs_28e65296"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:36:40.352044"], ["updated_at", "2017-12-18 18:36:40.352044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1993754790 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '827ce09d-dfd7-439a-a00c-191b9c8e6b71' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5be3172c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1993754790], ["username", "billy_26"], ["access_token", "fff075ce87b24774a859e9079a99cda6"], ["uuid", "827ce09d-dfd7-439a-a00c-191b9c8e6b71"], ["support_identifier", "cs_5be3172c"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:36:40.356101"], ["updated_at", "2017-12-18 18:36:40.356101"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1007876662 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '356b5fa4-311b-4e53-9c31-636ab72d4196' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_19c2db1e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1007876662], ["username", "billy_27"], ["access_token", "e7bef41eefcfd8082346c50b3445935f"], ["uuid", "356b5fa4-311b-4e53-9c31-636ab72d4196"], ["support_identifier", "cs_19c2db1e"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:36:40.360121"], ["updated_at", "2017-12-18 18:36:40.360121"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1558642865 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b806ee71-d715-458b-8d09-56daa3271ea0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d062f8c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1558642865], ["username", "billy_28"], ["access_token", "4f1dad75d015b7444212d6e77deefbe2"], ["uuid", "b806ee71-d715-458b-8d09-56daa3271ea0"], ["support_identifier", "cs_9d062f8c"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:36:40.364389"], ["updated_at", "2017-12-18 18:36:40.364389"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -440971939 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8453af9-6c03-4577-bcc7-5f92670fb71f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d3934fa6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -440971939], ["username", "billy_29"], ["access_token", "8613f19ce011280f6e2c3994921acde8"], ["uuid", "a8453af9-6c03-4577-bcc7-5f92670fb71f"], ["support_identifier", "cs_d3934fa6"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:36:40.368635"], ["updated_at", "2017-12-18 18:36:40.368635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -381711338 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc727e64-e9d8-4074-9a79-da67886576ef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4be9a9d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -381711338], ["username", "billy_30"], ["access_token", "a24478fb761f9147881667db95f3fac4"], ["uuid", "cc727e64-e9d8-4074-9a79-da67886576ef"], ["support_identifier", "cs_4be9a9d7"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:36:40.372809"], ["updated_at", "2017-12-18 18:36:40.372809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -640169467 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'da6e44bd-3745-4ac8-bdec-cb23c342f5c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f29d5cf7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -640169467], ["username", "billy_31"], ["access_token", "98722760d54b5004e35dae637d84133a"], ["uuid", "da6e44bd-3745-4ac8-bdec-cb23c342f5c6"], ["support_identifier", "cs_f29d5cf7"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:36:40.377040"], ["updated_at", "2017-12-18 18:36:40.377040"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1739264383 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4718405-8883-4a33-9ff2-560ab4e999c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf19fb95' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1739264383], ["username", "billy_32"], ["access_token", "eda07cee3d25365a0d61f5875cc39559"], ["uuid", "f4718405-8883-4a33-9ff2-560ab4e999c0"], ["support_identifier", "cs_cf19fb95"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:36:40.381360"], ["updated_at", "2017-12-18 18:36:40.381360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877569697 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43a320ad-e485-4c17-91c3-31d3b0fd7d88' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_979e3727' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1877569697], ["username", "billy_33"], ["access_token", "3001579263d119eed29c9786210bb544"], ["uuid", "43a320ad-e485-4c17-91c3-31d3b0fd7d88"], ["support_identifier", "cs_979e3727"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:36:40.385564"], ["updated_at", "2017-12-18 18:36:40.385564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -83427979 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '550f7c80-1726-4824-b72b-b972db6eecc0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ee0220f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -83427979], ["username", "billy_34"], ["access_token", "22691d4591587c87f69f43c3d63b7be8"], ["uuid", "550f7c80-1726-4824-b72b-b972db6eecc0"], ["support_identifier", "cs_7ee0220f"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:36:40.389726"], ["updated_at", "2017-12-18 18:36:40.389726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1309764605 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f15a110-960f-445e-8576-69c10c70f97c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e97bac6d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1309764605], ["username", "billy_35"], ["access_token", "9994e1138aaa29fe03971e5e843e4ed1"], ["uuid", "5f15a110-960f-445e-8576-69c10c70f97c"], ["support_identifier", "cs_e97bac6d"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:36:40.393939"], ["updated_at", "2017-12-18 18:36:40.393939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2117015509 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18d9de17-f439-48fd-a846-b1c436ad8480' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_81847f5f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2117015509], ["username", "billy_36"], ["access_token", "ff6a7164c241094c537c2c319fb52551"], ["uuid", "18d9de17-f439-48fd-a846-b1c436ad8480"], ["support_identifier", "cs_81847f5f"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:36:40.398958"], ["updated_at", "2017-12-18 18:36:40.398958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1981412856 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '58d369d8-6b9d-4980-b232-a1d840de5514' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4f370ddb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1981412856], ["username", "billy_37"], ["access_token", "7b1053a4dd888ce3feba228f647ed9a7"], ["uuid", "58d369d8-6b9d-4980-b232-a1d840de5514"], ["support_identifier", "cs_4f370ddb"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:36:40.405152"], ["updated_at", "2017-12-18 18:36:40.405152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024734685 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ed0556d-9c42-4eaa-ac18-69a770dfea53' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2369b0f8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2024734685], ["username", "billy_38"], ["access_token", "0a902625e5e0c3d08a683cf33a213cf7"], ["uuid", "9ed0556d-9c42-4eaa-ac18-69a770dfea53"], ["support_identifier", "cs_2369b0f8"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:36:40.410137"], ["updated_at", "2017-12-18 18:36:40.410137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1350902954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81dfa9c9-2b44-4fe5-b61c-5dad31c070f6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0a625e2e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1350902954], ["username", "billy_39"], ["access_token", "f4770b25633568caa08391e4b927d788"], ["uuid", "81dfa9c9-2b44-4fe5-b61c-5dad31c070f6"], ["support_identifier", "cs_0a625e2e"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:36:40.414390"], ["updated_at", "2017-12-18 18:36:40.414390"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1140529576 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aaaf2e06-567f-4a5b-8591-bfcd4d528023' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_19311b6d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1140529576], ["username", "billy_40"], ["access_token", "3f5708a9f19f1dd5b0f55c500abfc273"], ["uuid", "aaaf2e06-567f-4a5b-8591-bfcd4d528023"], ["support_identifier", "cs_19311b6d"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:36:40.418636"], ["updated_at", "2017-12-18 18:36:40.418636"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1362549746 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64a7eab3-2025-4100-ae02-5e7ef0ff0f4a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ca7f267e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1362549746], ["username", "billy_41"], ["access_token", "e99afbbe110a67525380f22090aeaafc"], ["uuid", "64a7eab3-2025-4100-ae02-5e7ef0ff0f4a"], ["support_identifier", "cs_ca7f267e"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:36:40.422836"], ["updated_at", "2017-12-18 18:36:40.422836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -514545501 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bf42927-eba5-4bad-9862-c331334b344f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_723d6569' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -514545501], ["username", "billy_42"], ["access_token", "87d47e85f530db89ad7a17de00b818b7"], ["uuid", "8bf42927-eba5-4bad-9862-c331334b344f"], ["support_identifier", "cs_723d6569"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:36:40.427082"], ["updated_at", "2017-12-18 18:36:40.427082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1693085815 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1299ecb0-36d1-4aa3-89c4-4898db19b6a0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_32e702a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1693085815], ["username", "billy_43"], ["access_token", "9980de0208166b9d0e0b9982cd24865d"], ["uuid", "1299ecb0-36d1-4aa3-89c4-4898db19b6a0"], ["support_identifier", "cs_32e702a1"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:36:40.431054"], ["updated_at", "2017-12-18 18:36:40.431054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -655611159 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95a93382-a3c8-4323-bc78-609788406289' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73e197b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -655611159], ["username", "billy_44"], ["access_token", "8dcd7a88651467ad2711a3b6e84a51f0"], ["uuid", "95a93382-a3c8-4323-bc78-609788406289"], ["support_identifier", "cs_73e197b5"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:36:40.434880"], ["updated_at", "2017-12-18 18:36:40.434880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -399996312 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc64ffaa-0c46-4ffa-ab1c-063958f00083' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3a3639ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -399996312], ["username", "billy_45"], ["access_token", "5791a9955d4fe16e501d372edef02eda"], ["uuid", "bc64ffaa-0c46-4ffa-ab1c-063958f00083"], ["support_identifier", "cs_3a3639ab"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:36:40.445787"], ["updated_at", "2017-12-18 18:36:40.445787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013096793 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '972b463b-a59c-49e8-ad1d-d0b8e6a1a872' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_abd7a67e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2013096793], ["username", "billy_46"], ["access_token", "d51acb28cdf3ef7e83bbb116f1268380"], ["uuid", "972b463b-a59c-49e8-ad1d-d0b8e6a1a872"], ["support_identifier", "cs_abd7a67e"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:36:40.450088"], ["updated_at", "2017-12-18 18:36:40.450088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -584316483 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '166edf02-2416-41cb-b238-97107c089ed2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad1d71c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -584316483], ["username", "billy_47"], ["access_token", "a2868e8d9bfa365ac226a35ec06f414a"], ["uuid", "166edf02-2416-41cb-b238-97107c089ed2"], ["support_identifier", "cs_ad1d71c7"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:36:40.454359"], ["updated_at", "2017-12-18 18:36:40.454359"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396965090 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0b57452-5e02-44f0-bdc1-95b657e9d015' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e55f4011' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -396965090], ["username", "billy_48"], ["access_token", "0ea315f498f616020f5c1b2ad18e3cb2"], ["uuid", "f0b57452-5e02-44f0-bdc1-95b657e9d015"], ["support_identifier", "cs_e55f4011"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:36:40.458665"], ["updated_at", "2017-12-18 18:36:40.458665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -933377999 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bd0c146-7766-46a9-a708-a96454c3a761' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8352654d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -933377999], ["username", "billy_49"], ["access_token", "bf4b5b7990c582ff980eee170192d5d2"], ["uuid", "4bd0c146-7766-46a9-a708-a96454c3a761"], ["support_identifier", "cs_8352654d"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:36:40.462846"], ["updated_at", "2017-12-18 18:36:40.462846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -216709411 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e29f2460-02ae-4333-91e5-929ae91c9092' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f3060a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -216709411], ["username", "jstrav"], ["access_token", "df8fc5fdb73bb423dbad873dbb053feb"], ["uuid", "e29f2460-02ae-4333-91e5-929ae91c9092"], ["support_identifier", "cs_7f3060a0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:36:40.469488"], ["updated_at", "2017-12-18 18:36:40.469488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1270498142 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35f46577-1cfb-4dcf-a240-f29dfe224328' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c905858' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1270498142], ["username", "mary"], ["access_token", "59df4827220ef39e9514020e525f994f"], ["uuid", "35f46577-1cfb-4dcf-a240-f29dfe224328"], ["support_identifier", "cs_4c905858"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:36:40.473832"], ["updated_at", "2017-12-18 18:36:40.473832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1737864831 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de5efd90-1b59-4159-b6ca-66e4c806208d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cb4c3b83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1737864831], ["username", "jstead"], ["access_token", "2624660d5794e123a0799e812e74c7bd"], ["uuid", "de5efd90-1b59-4159-b6ca-66e4c806208d"], ["support_identifier", "cs_cb4c3b83"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:36:40.477945"], ["updated_at", "2017-12-18 18:36:40.477945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -979090794 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53e593d8-3086-48fa-8b9f-26bdd864f3ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_75723e53' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -979090794], ["username", "bigbear"], ["access_token", "2346180587879c963615b0ca6e74cd76"], ["uuid", "53e593d8-3086-48fa-8b9f-26bdd864f3ad"], ["support_identifier", "cs_75723e53"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:36:40.481943"], ["updated_at", "2017-12-18 18:36:40.481943"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2144986236 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7bfe7e5a-68dc-4849-becf-6d834cd7d70e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_277b1246' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2144986236], ["username", "billy_00"], ["access_token", "9aa351021d9ef3c00249966be622a7b5"], ["uuid", "7bfe7e5a-68dc-4849-becf-6d834cd7d70e"], ["support_identifier", "cs_277b1246"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 18:36:40.486134"], ["updated_at", "2017-12-18 18:36:40.486134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -16857459 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5282f98e-7bc7-4054-b5da-6b7d63cf2f29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a9e46d7f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -16857459], ["username", "billy_01"], ["access_token", "c222999dfb36e7738f04cdcfa6372db2"], ["uuid", "5282f98e-7bc7-4054-b5da-6b7d63cf2f29"], ["support_identifier", "cs_a9e46d7f"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 18:36:40.490280"], ["updated_at", "2017-12-18 18:36:40.490280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -24681237 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fcd77c87-f769-4d4e-b110-babedec97b8d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cc159791' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -24681237], ["username", "billy_02"], ["access_token", "3b9d1a7258d4ab7b9285dcda9932f03f"], ["uuid", "fcd77c87-f769-4d4e-b110-babedec97b8d"], ["support_identifier", "cs_cc159791"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 18:36:40.494293"], ["updated_at", "2017-12-18 18:36:40.494293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -777900273 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0e1ddeb-afef-4fda-a474-42927e767e2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5bb82ff4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -777900273], ["username", "billy_03"], ["access_token", "626773c05c171ee3b8f13404c2f1e957"], ["uuid", "f0e1ddeb-afef-4fda-a474-42927e767e2d"], ["support_identifier", "cs_5bb82ff4"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 18:36:40.498439"], ["updated_at", "2017-12-18 18:36:40.498439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -716702841 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '752df2e6-47b4-4195-8d09-40a786ae0c24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_df3c26a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -716702841], ["username", "billy_04"], ["access_token", "a0b446a8024b8216e0f4a01719667135"], ["uuid", "752df2e6-47b4-4195-8d09-40a786ae0c24"], ["support_identifier", "cs_df3c26a9"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:36:40.502958"], ["updated_at", "2017-12-18 18:36:40.502958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1964077762 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30eb3745-ed63-46d8-94c9-814b46ccfbe4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_534830d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1964077762], ["username", "billy_05"], ["access_token", "1ddcb490b652ddb0336786bd7bd72c3d"], ["uuid", "30eb3745-ed63-46d8-94c9-814b46ccfbe4"], ["support_identifier", "cs_534830d1"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:36:40.508372"], ["updated_at", "2017-12-18 18:36:40.508372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1873589112 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e59e78c5-938f-4147-9705-5eca1e90dbe0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c20fcfe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1873589112], ["username", "billy_06"], ["access_token", "f7f718190c0e3df73e455b1292d8fbe4"], ["uuid", "e59e78c5-938f-4147-9705-5eca1e90dbe0"], ["support_identifier", "cs_7c20fcfe"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:36:40.512853"], ["updated_at", "2017-12-18 18:36:40.512853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -856330320 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '445138fe-4ba7-40d6-a66c-533f2ec729ea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63c76885' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -856330320], ["username", "billy_07"], ["access_token", "a6043befa4f32a90332ec4cb0118391a"], ["uuid", "445138fe-4ba7-40d6-a66c-533f2ec729ea"], ["support_identifier", "cs_63c76885"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:36:40.516696"], ["updated_at", "2017-12-18 18:36:40.516696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478475977 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3c35634-ebd7-47ad-872e-452362f33292' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b20369d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -478475977], ["username", "billy_08"], ["access_token", "7fcd5e2c13efd8a5b0e36d5089408641"], ["uuid", "a3c35634-ebd7-47ad-872e-452362f33292"], ["support_identifier", "cs_0b20369d"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:36:40.520534"], ["updated_at", "2017-12-18 18:36:40.520534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1415246485 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '766e1cf6-6807-467e-8633-95bb9994e850' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_30a3c2fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1415246485], ["username", "billy_09"], ["access_token", "8307f322c7e19caa16ee3b86a3b0de71"], ["uuid", "766e1cf6-6807-467e-8633-95bb9994e850"], ["support_identifier", "cs_30a3c2fd"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:36:40.524692"], ["updated_at", "2017-12-18 18:36:40.524692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1789933994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0c78369-69d7-47ca-91a6-e7c6671da192' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_77665c14' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1789933994], ["username", "billy_10"], ["access_token", "1bf03f3c2ce0628a094825e3bb873522"], ["uuid", "f0c78369-69d7-47ca-91a6-e7c6671da192"], ["support_identifier", "cs_77665c14"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:36:40.528937"], ["updated_at", "2017-12-18 18:36:40.528937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958110747 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aab0717c-ff34-4351-a866-d098c0dbbec7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d0cefb93' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -958110747], ["username", "billy_11"], ["access_token", "a4781e97b876fdb6ab3165ca76b27b21"], ["uuid", "aab0717c-ff34-4351-a866-d098c0dbbec7"], ["support_identifier", "cs_d0cefb93"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:36:40.532992"], ["updated_at", "2017-12-18 18:36:40.532992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405225048 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21bc119e-f073-4583-9963-13951c5929c2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b40f8e8f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -405225048], ["username", "billy_12"], ["access_token", "46846941d791a12a48faf56ff1e52bc2"], ["uuid", "21bc119e-f073-4583-9963-13951c5929c2"], ["support_identifier", "cs_b40f8e8f"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:36:40.537028"], ["updated_at", "2017-12-18 18:36:40.537028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -899764154 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc942bb4-ce3a-4fda-bf98-01cf1a37075f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ed458bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -899764154], ["username", "billy_13"], ["access_token", "890dc8f3a7be7b591d15546caea4960f"], ["uuid", "cc942bb4-ce3a-4fda-bf98-01cf1a37075f"], ["support_identifier", "cs_3ed458bb"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:36:40.541080"], ["updated_at", "2017-12-18 18:36:40.541080"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -896076555 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7aa0c118-f892-4e65-a60d-9d7f5d909684' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_820bdf90' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -896076555], ["username", "billy_14"], ["access_token", "1d9c0340228fdf1406489b6cbc7a6bb1"], ["uuid", "7aa0c118-f892-4e65-a60d-9d7f5d909684"], ["support_identifier", "cs_820bdf90"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:36:40.545117"], ["updated_at", "2017-12-18 18:36:40.545117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2106839907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a119947e-38be-4bbd-933f-3eb35bfdf22e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b23f55f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2106839907], ["username", "billy_15"], ["access_token", "c4fe73ae1e744dd7c51ba99093b68841"], ["uuid", "a119947e-38be-4bbd-933f-3eb35bfdf22e"], ["support_identifier", "cs_9b23f55f"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:36:40.549160"], ["updated_at", "2017-12-18 18:36:40.549160"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -191015486 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd082a558-3c68-43a2-8774-a34a0c8722a0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a252c66d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -191015486], ["username", "billy_16"], ["access_token", "0fd814ac7b7b31b4ab1476844870bfbe"], ["uuid", "d082a558-3c68-43a2-8774-a34a0c8722a0"], ["support_identifier", "cs_a252c66d"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:36:40.553238"], ["updated_at", "2017-12-18 18:36:40.553238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1648553161 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92b6b56b-a960-4187-aba2-c273645bbc5e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6d7fcbfd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1648553161], ["username", "billy_17"], ["access_token", "e58e5ae7b60bafdbf40745c697c9a890"], ["uuid", "92b6b56b-a960-4187-aba2-c273645bbc5e"], ["support_identifier", "cs_6d7fcbfd"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:36:40.557463"], ["updated_at", "2017-12-18 18:36:40.557463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -364902206 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2d0fffb-9807-4aed-855a-6e8648006c99' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_41858f42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -364902206], ["username", "billy_18"], ["access_token", "dc639da4585d4b851600482e75b16148"], ["uuid", "d2d0fffb-9807-4aed-855a-6e8648006c99"], ["support_identifier", "cs_41858f42"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:36:40.562244"], ["updated_at", "2017-12-18 18:36:40.562244"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -902366281 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '279adb29-0d03-40a5-a04f-573c2d2154ce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_340c76c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -902366281], ["username", "billy_19"], ["access_token", "4a1d19e02fe1fe0c75ee904cd281edfa"], ["uuid", "279adb29-0d03-40a5-a04f-573c2d2154ce"], ["support_identifier", "cs_340c76c8"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:36:40.566395"], ["updated_at", "2017-12-18 18:36:40.566395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1985511441 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5d567c0-6245-424e-bfe3-76e78c0bceb6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_476c54dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1985511441], ["username", "billy_20"], ["access_token", "df65ebc1e40870dbb3db4cd89cf17fde"], ["uuid", "b5d567c0-6245-424e-bfe3-76e78c0bceb6"], ["support_identifier", "cs_476c54dc"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:36:40.570515"], ["updated_at", "2017-12-18 18:36:40.570515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -511876175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16fb8e90-f8ca-4ca8-9971-082264b6eed1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fed24c1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -511876175], ["username", "billy_21"], ["access_token", "717029e745e7432e0971da75712d7cbd"], ["uuid", "16fb8e90-f8ca-4ca8-9971-082264b6eed1"], ["support_identifier", "cs_fed24c1c"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:36:40.574721"], ["updated_at", "2017-12-18 18:36:40.574721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -62779072 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a4df876-3796-4081-91d0-34afc8e19352' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a88a3647' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -62779072], ["username", "billy_22"], ["access_token", "78a5afc134804b61e8ccbb45926230f8"], ["uuid", "7a4df876-3796-4081-91d0-34afc8e19352"], ["support_identifier", "cs_a88a3647"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:36:40.578950"], ["updated_at", "2017-12-18 18:36:40.578950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1024785412 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6bc5cd9b-8eaa-4283-afa1-8520a2fa0cec' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6e2c1bed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1024785412], ["username", "billy_23"], ["access_token", "f33c858b6f0475001637eb9f471c2df6"], ["uuid", "6bc5cd9b-8eaa-4283-afa1-8520a2fa0cec"], ["support_identifier", "cs_6e2c1bed"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:36:40.583196"], ["updated_at", "2017-12-18 18:36:40.583196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -805227192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14dad1fb-f1ad-4119-9bf5-afecfd52a272' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1396e79' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -805227192], ["username", "billy_24"], ["access_token", "d074bc7af2f27571bff6e773496b25e8"], ["uuid", "14dad1fb-f1ad-4119-9bf5-afecfd52a272"], ["support_identifier", "cs_d1396e79"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:36:40.587402"], ["updated_at", "2017-12-18 18:36:40.587402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -183321398 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65378d81-5e8e-49db-b6e9-206565271810' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1d54e1e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -183321398], ["username", "billy_25"], ["access_token", "32297e97c97a8454442b2dbb64798b61"], ["uuid", "65378d81-5e8e-49db-b6e9-206565271810"], ["support_identifier", "cs_f1d54e1e"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:36:40.591607"], ["updated_at", "2017-12-18 18:36:40.591607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1484804717 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2d9a546-889a-45cb-9bdd-140376010257' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_059ea452' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1484804717], ["username", "billy_26"], ["access_token", "9c6aa02b21e3ecbbd03e1a17e73359c8"], ["uuid", "a2d9a546-889a-45cb-9bdd-140376010257"], ["support_identifier", "cs_059ea452"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:36:40.595832"], ["updated_at", "2017-12-18 18:36:40.595832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1999284808 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e38fd00e-c1c0-44b8-a7f0-aa3e5f025afc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_680e01d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1999284808], ["username", "billy_27"], ["access_token", "20da695fc1971661cbc067731c77c4e8"], ["uuid", "e38fd00e-c1c0-44b8-a7f0-aa3e5f025afc"], ["support_identifier", "cs_680e01d5"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:36:40.600166"], ["updated_at", "2017-12-18 18:36:40.600166"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947195670 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a1424a6-cf53-4735-aa18-87a34b96e25d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7a80ad9e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -947195670], ["username", "billy_28"], ["access_token", "99898f3b0aa090b9089f46b6e716c315"], ["uuid", "9a1424a6-cf53-4735-aa18-87a34b96e25d"], ["support_identifier", "cs_7a80ad9e"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:36:40.604363"], ["updated_at", "2017-12-18 18:36:40.604363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1805636916 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59b1e380-0a08-4ce5-b465-9d122718cd74' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10b82fa1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1805636916], ["username", "billy_29"], ["access_token", "c7a0b3df8f73eb8fc05d2420160d8d70"], ["uuid", "59b1e380-0a08-4ce5-b465-9d122718cd74"], ["support_identifier", "cs_10b82fa1"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:36:40.608596"], ["updated_at", "2017-12-18 18:36:40.608596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -966772074 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a28ac7d-a352-42fe-93cf-8b41515bc54a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b133419' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -966772074], ["username", "billy_30"], ["access_token", "ad659c3a5128dd08a5e477d9361430c6"], ["uuid", "4a28ac7d-a352-42fe-93cf-8b41515bc54a"], ["support_identifier", "cs_2b133419"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:36:40.612733"], ["updated_at", "2017-12-18 18:36:40.612733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -363060563 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '198644dd-9a54-4943-9449-232577b82417' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5619e8e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -363060563], ["username", "billy_31"], ["access_token", "bebd30de4887fa452ec0c246e2df932c"], ["uuid", "198644dd-9a54-4943-9449-232577b82417"], ["support_identifier", "cs_c5619e8e"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:36:40.616824"], ["updated_at", "2017-12-18 18:36:40.616824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1164947028 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f33a83d-842d-4975-9a65-40bb175a3b13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fc4099bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1164947028], ["username", "billy_32"], ["access_token", "f954739fd6b9677c51db8aefaf07d869"], ["uuid", "6f33a83d-842d-4975-9a65-40bb175a3b13"], ["support_identifier", "cs_fc4099bb"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:36:40.620937"], ["updated_at", "2017-12-18 18:36:40.620937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1779496983 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f6c6805-b18d-46b8-8a5e-f970fbe4a1ec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_14b1c27d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1779496983], ["username", "billy_33"], ["access_token", "804da2942665293a536946f42e874301"], ["uuid", "0f6c6805-b18d-46b8-8a5e-f970fbe4a1ec"], ["support_identifier", "cs_14b1c27d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:36:40.625009"], ["updated_at", "2017-12-18 18:36:40.625009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -975250059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d9c6c78-5e7f-4f33-bf05-df3b9bae4e35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cdacd216' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -975250059], ["username", "billy_34"], ["access_token", "f0179acc65b01f0076db642f3b1e2200"], ["uuid", "3d9c6c78-5e7f-4f33-bf05-df3b9bae4e35"], ["support_identifier", "cs_cdacd216"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:36:40.629072"], ["updated_at", "2017-12-18 18:36:40.629072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2034462826 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ccefb78-dd5a-4fe6-bdac-c5c7b31642de' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3266cb21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2034462826], ["username", "billy_35"], ["access_token", "6ec9e7c88d1e73bad1e7b51f8f2e0994"], ["uuid", "0ccefb78-dd5a-4fe6-bdac-c5c7b31642de"], ["support_identifier", "cs_3266cb21"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:36:40.633189"], ["updated_at", "2017-12-18 18:36:40.633189"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366414070 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '735f295c-68a2-42e4-8fa1-013d06d103d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d17565a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -366414070], ["username", "billy_36"], ["access_token", "8bf6568659df82fd20716626f41e23d6"], ["uuid", "735f295c-68a2-42e4-8fa1-013d06d103d5"], ["support_identifier", "cs_d17565a9"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:36:40.637375"], ["updated_at", "2017-12-18 18:36:40.637375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1996178968 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'abe67d57-4464-4d00-885a-f24b1936b45e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f17d8bed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1996178968], ["username", "billy_37"], ["access_token", "1bae519cc1968c261f46a10e5d799fd7"], ["uuid", "abe67d57-4464-4d00-885a-f24b1936b45e"], ["support_identifier", "cs_f17d8bed"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:36:40.641436"], ["updated_at", "2017-12-18 18:36:40.641436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -481801745 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9008c0a-c586-4982-806c-8aded6c0dab7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ff4b494d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -481801745], ["username", "billy_38"], ["access_token", "db4fd270d4f1de2b5a4b7e993d714deb"], ["uuid", "b9008c0a-c586-4982-806c-8aded6c0dab7"], ["support_identifier", "cs_ff4b494d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:36:40.645502"], ["updated_at", "2017-12-18 18:36:40.645502"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -647591673 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3cfe8541-dcc9-46df-9930-4f2f8d250f21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1e74eae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -647591673], ["username", "billy_39"], ["access_token", "e2e412e3ac3216cf8fbcb427304bc78a"], ["uuid", "3cfe8541-dcc9-46df-9930-4f2f8d250f21"], ["support_identifier", "cs_f1e74eae"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:36:40.649611"], ["updated_at", "2017-12-18 18:36:40.649611"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1058186813 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37f1a23a-1411-471c-bd06-b3a2b9236a2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_18a506aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1058186813], ["username", "billy_40"], ["access_token", "f51156e351527d4b9c11f3e72876b58f"], ["uuid", "37f1a23a-1411-471c-bd06-b3a2b9236a2d"], ["support_identifier", "cs_18a506aa"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:36:40.653726"], ["updated_at", "2017-12-18 18:36:40.653726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -722448813 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59f68d84-cecd-414c-a8b7-77f37d5f6cf3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1d9cfae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -722448813], ["username", "billy_41"], ["access_token", "79304710f1c85631c95ce9e805b1ef45"], ["uuid", "59f68d84-cecd-414c-a8b7-77f37d5f6cf3"], ["support_identifier", "cs_d1d9cfae"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:36:40.657894"], ["updated_at", "2017-12-18 18:36:40.657894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410302890 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0ccddd9-2d52-427c-934f-9ed0787462a0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1e3d3df2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -410302890], ["username", "billy_42"], ["access_token", "43e9ded223fafbbd502ee16a1450588f"], ["uuid", "b0ccddd9-2d52-427c-934f-9ed0787462a0"], ["support_identifier", "cs_1e3d3df2"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:36:40.663368"], ["updated_at", "2017-12-18 18:36:40.663368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1918636769 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2351025c-76c1-42b7-9c93-040f8e87bc70' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95d6af98' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1918636769], ["username", "billy_43"], ["access_token", "c80cdf70e1b6fad756131abe3b9874fc"], ["uuid", "2351025c-76c1-42b7-9c93-040f8e87bc70"], ["support_identifier", "cs_95d6af98"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:36:40.669241"], ["updated_at", "2017-12-18 18:36:40.669241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264125048 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37bbc655-e60d-4d6f-a970-78835fa3adfc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_15ac02f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -264125048], ["username", "billy_44"], ["access_token", "6c2525c46f342d6af2126926266d1977"], ["uuid", "37bbc655-e60d-4d6f-a970-78835fa3adfc"], ["support_identifier", "cs_15ac02f1"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:36:40.674046"], ["updated_at", "2017-12-18 18:36:40.674046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1748509134 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6baba0d9-e8a5-447e-b550-2f92c5fcf9e5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6a966e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1748509134], ["username", "billy_45"], ["access_token", "433de2cc47b01dbc4c21dab5e1bcf864"], ["uuid", "6baba0d9-e8a5-447e-b550-2f92c5fcf9e5"], ["support_identifier", "cs_e6a966e4"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:36:40.678094"], ["updated_at", "2017-12-18 18:36:40.678094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -99923477 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1b266bc-8844-4f95-9d8f-346482537a2f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dbd80905' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -99923477], ["username", "billy_46"], ["access_token", "9469e9224bb6b4a4ab624b3d8f7a02ba"], ["uuid", "b1b266bc-8844-4f95-9d8f-346482537a2f"], ["support_identifier", "cs_dbd80905"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:36:40.682134"], ["updated_at", "2017-12-18 18:36:40.682134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091138769 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee2197d7-466a-4054-ac71-85ab374aa9f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cc34b58d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2091138769], ["username", "billy_47"], ["access_token", "6d528cc179850a11a15cb2a87da4df09"], ["uuid", "ee2197d7-466a-4054-ac71-85ab374aa9f1"], ["support_identifier", "cs_cc34b58d"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:36:40.686197"], ["updated_at", "2017-12-18 18:36:40.686197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -434127168 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '106be78b-8cd4-4dca-905f-ed9e00658f8d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b04a2e74' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -434127168], ["username", "billy_48"], ["access_token", "6b882f2df55e4e8f39d29ee31e19ffd9"], ["uuid", "106be78b-8cd4-4dca-905f-ed9e00658f8d"], ["support_identifier", "cs_b04a2e74"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:36:40.692330"], ["updated_at", "2017-12-18 18:36:40.692330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1241324841 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8de17038-78e8-40b4-b12d-4d7d61532629' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d3a6b4f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1241324841], ["username", "billy_49"], ["access_token", "758fa68fd5b5633de5b941a5450a15f0"], ["uuid", "8de17038-78e8-40b4-b12d-4d7d61532629"], ["support_identifier", "cs_8d3a6b4f"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:36:40.697986"], ["updated_at", "2017-12-18 18:36:40.697986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2056538261 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'adf0fff44405315b92db0e452fb5735e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e304d77e-dccf-47e6-82f9-c58db56a61b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91b7ad84' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2056538261], ["username", "adf0fff44405315b92db0e452fb5735e"], ["access_token", "7ce7b4f88f36c0a57edaac59ebed0dba"], ["uuid", "e304d77e-dccf-47e6-82f9-c58db56a61b7"], ["support_identifier", "cs_91b7ad84"], ["created_at", "2017-12-18 18:36:40.707238"], ["updated_at", "2017-12-18 18:36:40.707238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -966363337 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fa6489c83c6f0c36438f6354c06303fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bcac3d4c-42bd-4b7a-adae-04954d8c1d7b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0e38e255' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -966363337], ["username", "fa6489c83c6f0c36438f6354c06303fb"], ["access_token", "3fad44d70a944b00d5117fd1bdc65b3d"], ["uuid", "bcac3d4c-42bd-4b7a-adae-04954d8c1d7b"], ["support_identifier", "cs_0e38e255"], ["created_at", "2017-12-18 18:36:40.712284"], ["updated_at", "2017-12-18 18:36:40.712284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409090310 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '04ebb38f7514bbe628d4cebac55f127f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81bc78da-df6f-4a5e-8a40-ecbd16e47d75' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_70af23dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1409090310], ["username", "04ebb38f7514bbe628d4cebac55f127f"], ["access_token", "a1543a0b92e9f11e1b5a2fe9456dcf1a"], ["uuid", "81bc78da-df6f-4a5e-8a40-ecbd16e47d75"], ["support_identifier", "cs_70af23dc"], ["created_at", "2017-12-18 18:36:40.717913"], ["updated_at", "2017-12-18 18:36:40.717913"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 508) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 508) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '81bc78da-df6f-4a5e-8a40-ecbd16e47d75' AND "openstax_accounts_accounts"."id" != 508) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_70af23dc' AND "openstax_accounts_accounts"."id" != 508) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-18 18:36:40.722037"], ["id", 508]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1125213739 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '47d9c7046dd0c44753dec21fe1891b97' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f112fec3-ce08-4626-80a2-e61d8c4161b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c2d6b232' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1125213739], ["username", "47d9c7046dd0c44753dec21fe1891b97"], ["access_token", "bea72122f6a73bee5dd8ab394b91d168"], ["uuid", "f112fec3-ce08-4626-80a2-e61d8c4161b3"], ["support_identifier", "cs_c2d6b232"], ["created_at", "2017-12-18 18:36:40.728157"], ["updated_at", "2017-12-18 18:36:40.728157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'f112fec3-ce08-4626-80a2-e61d8c4161b3' AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c2d6b232' AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-18 18:36:40.731769"], ["id", 509]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'f112fec3-ce08-4626-80a2-e61d8c4161b3' AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c2d6b232' AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-18 18:36:40.735396"], ["id", 509]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'f112fec3-ce08-4626-80a2-e61d8c4161b3' AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c2d6b232' AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-18 18:36:40.739255"], ["id", 509]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647959964 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7f5589a673d4c4fde60730a30b3999b2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a248fc2-6ce7-4c28-8602-b95ea892cabf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_699c132b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1647959964], ["username", "7f5589a673d4c4fde60730a30b3999b2"], ["access_token", "c0e0abe70845b83f928b27e23887b6c9"], ["uuid", "0a248fc2-6ce7-4c28-8602-b95ea892cabf"], ["support_identifier", "cs_699c132b"], ["created_at", "2017-12-18 18:36:40.745648"], ["updated_at", "2017-12-18 18:36:40.745648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 510) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 510) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '0a248fc2-6ce7-4c28-8602-b95ea892cabf' AND "openstax_accounts_accounts"."id" != 510) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_699c132b' AND "openstax_accounts_accounts"."id" != 510) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-18 18:36:40.750805"], ["id", 510]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1315911208 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3748f04b5a0015674bb839467c1de3e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b97d454-57c0-41f4-a5fd-eed4fc4c2616' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3a79e5e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1315911208], ["username", "3748f04b5a0015674bb839467c1de3e2"], ["access_token", "bbf18ccae1217e85b647a2814522aa4f"], ["uuid", "1b97d454-57c0-41f4-a5fd-eed4fc4c2616"], ["support_identifier", "cs_3a79e5e1"], ["created_at", "2017-12-18 18:36:40.756372"], ["updated_at", "2017-12-18 18:36:40.756372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 511) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 511) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '1b97d454-57c0-41f4-a5fd-eed4fc4c2616' AND "openstax_accounts_accounts"."id" != 511) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_3a79e5e1' AND "openstax_accounts_accounts"."id" != 511) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-18 18:36:40.760231"], ["id", 511]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -90681554 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b389314408197f6435d120cc4504d0df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dbd71ef6-74a0-46bb-a926-d2cb88874711' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_824106bd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -90681554], ["username", "b389314408197f6435d120cc4504d0df"], ["access_token", "a1304af09053bbf218988682760aacb4"], ["uuid", "dbd71ef6-74a0-46bb-a926-d2cb88874711"], ["support_identifier", "cs_824106bd"], ["created_at", "2017-12-18 18:36:40.765868"], ["updated_at", "2017-12-18 18:36:40.765868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -90681554 AND "openstax_accounts_accounts"."id" != 512) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'dbd71ef6-74a0-46bb-a926-d2cb88874711' AND "openstax_accounts_accounts"."id" != 512) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_824106bd' AND "openstax_accounts_accounts"."id" != 512) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -16814024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '38caab3c34bee29275a3d5971f50ad39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f18f9d1-29df-43fb-acf3-d7e8214d2a25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cca4f952' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -16814024], ["username", "38caab3c34bee29275a3d5971f50ad39"], ["access_token", "8dbb66e73efe308d95f4c7ed63921f77"], ["uuid", "9f18f9d1-29df-43fb-acf3-d7e8214d2a25"], ["support_identifier", "cs_cca4f952"], ["created_at", "2017-12-18 18:36:40.773208"], ["updated_at", "2017-12-18 18:36:40.773208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1881232689 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '38caab3c34bee29275a3d5971f50ad39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c830226-a662-4c2b-a23e-1bb1f792c426' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_480bc7c1' LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1054618084 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb6226fe-d3a5-436d-b45e-dde753c14c13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_807c65d5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1054618084], ["access_token", "71cb2fdfb6770d446aa5ff97fde22091"], ["uuid", "bb6226fe-d3a5-436d-b45e-dde753c14c13"], ["support_identifier", "cs_807c65d5"], ["created_at", "2017-12-18 18:36:40.783427"], ["updated_at", "2017-12-18 18:36:40.783427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -785498054 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84877499-7b53-4ac5-b6e0-dad236b5d2a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab5776dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -785498054], ["access_token", "ad475528ad03adcd37f1a7916ffc8de9"], ["uuid", "84877499-7b53-4ac5-b6e0-dad236b5d2a6"], ["support_identifier", "cs_ab5776dd"], ["created_at", "2017-12-18 18:36:40.788120"], ["updated_at", "2017-12-18 18:36:40.788120"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2136480808 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ba02451df826448e6ef7d05a6fc46c07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '348ce2db-c0ee-4d63-a897-471bcf2dba96' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f5f5e97d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2136480808], ["username", "ba02451df826448e6ef7d05a6fc46c07"], ["access_token", "44a7c2e6c6ac1855ccf87a65db67ea8e"], ["uuid", "348ce2db-c0ee-4d63-a897-471bcf2dba96"], ["support_identifier", "cs_f5f5e97d"], ["created_at", "2017-12-18 18:36:40.794886"], ["updated_at", "2017-12-18 18:36:40.794886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'ba02451df826448e6ef7d05a6fc46c07' AND "openstax_accounts_accounts"."id" != 516) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '348ce2db-c0ee-4d63-a897-471bcf2dba96' AND "openstax_accounts_accounts"."id" != 516) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_f5f5e97d' AND "openstax_accounts_accounts"."id" != 516) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 516) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'ba02451df826448e6ef7d05a6fc46c07' AND "openstax_accounts_accounts"."id" != 516) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '348ce2db-c0ee-4d63-a897-471bcf2dba96' AND "openstax_accounts_accounts"."id" != 516) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_f5f5e97d' AND "openstax_accounts_accounts"."id" != 516) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-18 18:36:40.800628"], ["id", 516]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6a5c67265dfc9e57dfb50a0ddc4e85a9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a2deff8-08b1-4ead-a273-3a7099e4d44e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_56a990d0' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -104047445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '931c589aebc82c3b7086334c58116c0e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'beff5f4a-09d1-479c-8ec9-66617297e434' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6d2232d2' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "59f50a"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '59f50a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 18], ["username", "59f50a"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["created_at", "2017-12-18 18:36:40.840600"], ["updated_at", "2017-12-18 18:36:40.840600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "875913"]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '875913' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "83f17e"]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '83f17e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 18], ["username", "83f17e"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["created_at", "2017-12-18 18:38:04.545835"], ["updated_at", "2017-12-18 18:38:04.545835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "5a301f"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5a301f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "291f1f"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '291f1f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 18], ["username", "291f1f"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["created_at", "2017-12-18 18:41:16.736000"], ["updated_at", "2017-12-18 18:41:16.736000"]]  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "9aba63"]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9aba63' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f3b305b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 18], ["username", "9aba63"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["support_identifier", "cs_6f3b305b"], ["created_at", "2017-12-18 18:44:17.851704"], ["updated_at", "2017-12-18 18:44:17.851704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edc0b069' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["support_identifier", "cs_edc0b069"], ["created_at", "2017-12-18 18:44:17.863898"], ["updated_at", "2017-12-18 18:44:17.863898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bccb058a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["support_identifier", "cs_bccb058a"], ["created_at", "2017-12-18 18:44:17.877494"], ["updated_at", "2017-12-18 18:44:17.877494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (230.7ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (431.5ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (8.5ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto"  (4.9ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL, "support_identifier" character varying)   (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_support_identifier" ON "openstax_accounts_accounts" USING btree ("support_identifier")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (2.3ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.1ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (2.2ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.0ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.5ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (3.1ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (1.7ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('11')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 21ms (ActiveRecord: 3.1ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9cfc8c14-bfe2-477f-843a-5207ce53e5ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_301924b0' LIMIT 1 SQL (1.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "d2afe62f6e1ef36264de6ad4a990d936"], ["uuid", "9cfc8c14-bfe2-477f-843a-5207ce53e5ab"], ["support_identifier", "cs_301924b0"], ["created_at", "2017-12-18 18:44:26.038947"], ["updated_at", "2017-12-18 18:44:26.038947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 1], ["created_at", "2017-12-18 18:44:26.049193"], ["updated_at", "2017-12-18 18:44:26.049193"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca8dfd3d-b8bd-4410-a216-76208301ddee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edf18ae7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "9dadff88493b70be6a1581a3b400b5dd"], ["uuid", "ca8dfd3d-b8bd-4410-a216-76208301ddee"], ["support_identifier", "cs_edf18ae7"], ["created_at", "2017-12-18 18:44:26.486281"], ["updated_at", "2017-12-18 18:44:26.486281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 2], ["created_at", "2017-12-18 18:44:26.488769"], ["updated_at", "2017-12-18 18:44:26.488769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 2]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 2]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b678dcae-aeae-4e0d-980c-6711d0015c42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2894974d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "f4faafbed1dc2c982c677ff7543045a7"], ["uuid", "b678dcae-aeae-4e0d-980c-6711d0015c42"], ["support_identifier", "cs_2894974d"], ["created_at", "2017-12-18 18:44:26.938536"], ["updated_at", "2017-12-18 18:44:26.938536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 3], ["created_at", "2017-12-18 18:44:26.940572"], ["updated_at", "2017-12-18 18:44:26.940572"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d18a1fa-04ac-4879-a4fc-01a16d9baf9d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33cd629a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "01329ea2cfb14d5b463ab67f4ecb5ef8"], ["uuid", "2d18a1fa-04ac-4879-a4fc-01a16d9baf9d"], ["support_identifier", "cs_33cd629a"], ["created_at", "2017-12-18 18:44:27.400108"], ["updated_at", "2017-12-18 18:44:27.400108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 4], ["created_at", "2017-12-18 18:44:27.402422"], ["updated_at", "2017-12-18 18:44:27.402422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 4]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e9b4a25-896e-4653-8845-15e7525806f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cc85c581' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "c0d68f593c846ba892e79fc78d642cfe"], ["uuid", "4e9b4a25-896e-4653-8845-15e7525806f5"], ["support_identifier", "cs_cc85c581"], ["created_at", "2017-12-18 18:44:27.859178"], ["updated_at", "2017-12-18 18:44:27.859178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 5], ["created_at", "2017-12-18 18:44:27.861123"], ["updated_at", "2017-12-18 18:44:27.861123"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 5]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "b2275f"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b2275f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f3b305b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 18], ["username", "b2275f"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["support_identifier", "cs_6f3b305b"], ["created_at", "2017-12-18 18:44:28.338221"], ["updated_at", "2017-12-18 18:44:28.338221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edc0b069' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["support_identifier", "cs_edc0b069"], ["created_at", "2017-12-18 18:44:28.353517"], ["updated_at", "2017-12-18 18:44:28.353517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bccb058a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["support_identifier", "cs_bccb058a"], ["created_at", "2017-12-18 18:44:28.365652"], ["updated_at", "2017-12-18 18:44:28.365652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455292005 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c1f75ee-d546-44e1-bbf5-521714cbf771' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf9f3811' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -455292005], ["username", "jstrav"], ["access_token", "fcba49a9ffd264afe10dfd550c64eca6"], ["uuid", "3c1f75ee-d546-44e1-bbf5-521714cbf771"], ["support_identifier", "cs_bf9f3811"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:28.380958"], ["updated_at", "2017-12-18 18:44:28.380958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1191262397 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba42b8fa-246b-4c19-8f80-ba8c38b071cb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ec73197c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1191262397], ["username", "mary"], ["access_token", "60555d652e25aa31fe11f5bdd06c4fdf"], ["uuid", "ba42b8fa-246b-4c19-8f80-ba8c38b071cb"], ["support_identifier", "cs_ec73197c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:28.386114"], ["updated_at", "2017-12-18 18:44:28.386114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1899673866 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1094a839-d5bd-463a-89ce-abf217f75d2f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ebc78600' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1899673866], ["username", "jstead"], ["access_token", "e7cff9b754de218bd3be26e9bba6463e"], ["uuid", "1094a839-d5bd-463a-89ce-abf217f75d2f"], ["support_identifier", "cs_ebc78600"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:28.392179"], ["updated_at", "2017-12-18 18:44:28.392179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1385620344 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2054d316-c95f-4025-90c4-34ee7d0da6bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9585645e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1385620344], ["username", "bigbear"], ["access_token", "d44ae889fd114dd53e4161f5a99eedc2"], ["uuid", "2054d316-c95f-4025-90c4-34ee7d0da6bc"], ["support_identifier", "cs_9585645e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:28.396844"], ["updated_at", "2017-12-18 18:44:28.396844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1343315614 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e9d5361-b398-491c-9a02-6cc682e06a6b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a359e072' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1343315614], ["username", "jstrav"], ["access_token", "c6fa5a0672bd194005a588103d6d7ab5"], ["uuid", "8e9d5361-b398-491c-9a02-6cc682e06a6b"], ["support_identifier", "cs_a359e072"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:28.407267"], ["updated_at", "2017-12-18 18:44:28.407267"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -982970494 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '887d52d4-fac0-4d54-ae05-a917073c4adc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c4c10fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -982970494], ["username", "mary"], ["access_token", "ac4d301af1f123988e5d39dae268e4f6"], ["uuid", "887d52d4-fac0-4d54-ae05-a917073c4adc"], ["support_identifier", "cs_4c4c10fa"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:28.411963"], ["updated_at", "2017-12-18 18:44:28.411963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -89526765 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79e77a43-75b4-4447-8872-432046f74e42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_06d73d99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -89526765], ["username", "jstead"], ["access_token", "66fb38de3966a6c412cde395c20e7360"], ["uuid", "79e77a43-75b4-4447-8872-432046f74e42"], ["support_identifier", "cs_06d73d99"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:28.416309"], ["updated_at", "2017-12-18 18:44:28.416309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550903579 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f066fccf-d81f-4720-ae85-ef4a7fb54f8b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d471714' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1550903579], ["username", "bigbear"], ["access_token", "5bf37aca84420c8f316ef1e78253eafd"], ["uuid", "f066fccf-d81f-4720-ae85-ef4a7fb54f8b"], ["support_identifier", "cs_9d471714"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:28.420497"], ["updated_at", "2017-12-18 18:44:28.420497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1988871940 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3cdc8f3-ba58-48bc-89ee-d4eb479c8a62' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_588c5d3a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1988871940], ["username", "jstrav"], ["access_token", "1568eb8acd387bcfaa181de1a9745010"], ["uuid", "e3cdc8f3-ba58-48bc-89ee-d4eb479c8a62"], ["support_identifier", "cs_588c5d3a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:28.428292"], ["updated_at", "2017-12-18 18:44:28.428292"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2066258410 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5a43698-f623-441c-a9e1-c667085a0425' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cd485f20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2066258410], ["username", "mary"], ["access_token", "fb0066c06e49b343a9e42476e8baf966"], ["uuid", "b5a43698-f623-441c-a9e1-c667085a0425"], ["support_identifier", "cs_cd485f20"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:28.432622"], ["updated_at", "2017-12-18 18:44:28.432622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -306541820 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9383cbca-e93f-4035-a709-f7c7b7b4bf6e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_84bc675a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -306541820], ["username", "jstead"], ["access_token", "d3678ac3ae2e4a62a39307427cdf9aa5"], ["uuid", "9383cbca-e93f-4035-a709-f7c7b7b4bf6e"], ["support_identifier", "cs_84bc675a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:28.436820"], ["updated_at", "2017-12-18 18:44:28.436820"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -997148680 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e636aff-7931-4d9a-8f8d-1d2626a64e46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1401012f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -997148680], ["username", "bigbear"], ["access_token", "aa772b06ea1cfea6d323df1bce9efc53"], ["uuid", "6e636aff-7931-4d9a-8f8d-1d2626a64e46"], ["support_identifier", "cs_1401012f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:28.441472"], ["updated_at", "2017-12-18 18:44:28.441472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -938559250 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92c73177-4303-46a2-be45-0aa9bbd2e740' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10f8aa60' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -938559250], ["username", "jstrav"], ["access_token", "e1def8343735e4ef8ca1325fb01c79eb"], ["uuid", "92c73177-4303-46a2-be45-0aa9bbd2e740"], ["support_identifier", "cs_10f8aa60"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:28.461149"], ["updated_at", "2017-12-18 18:44:28.461149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1339511995 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2413f80e-e660-44dd-8a24-d20b1bf6a618' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_920bfba6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1339511995], ["username", "mary"], ["access_token", "98a2a45598affb88560218abae6a9086"], ["uuid", "2413f80e-e660-44dd-8a24-d20b1bf6a618"], ["support_identifier", "cs_920bfba6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:28.466263"], ["updated_at", "2017-12-18 18:44:28.466263"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -632804809 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c883e19-cd7b-4749-97fb-8751e96db6ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f3e348b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -632804809], ["username", "jstead"], ["access_token", "3599239db3872dc175e91974bd748f42"], ["uuid", "3c883e19-cd7b-4749-97fb-8751e96db6ae"], ["support_identifier", "cs_f3e348b2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:28.471012"], ["updated_at", "2017-12-18 18:44:28.471012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -627020387 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4164206b-9f1b-49f9-bb41-290a9d7fad10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5825fc93' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -627020387], ["username", "bigbear"], ["access_token", "ec0ee3a2f5b2268c630cace3ae8d2c59"], ["uuid", "4164206b-9f1b-49f9-bb41-290a9d7fad10"], ["support_identifier", "cs_5825fc93"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:28.475962"], ["updated_at", "2017-12-18 18:44:28.475962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -420840778 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f46dad8-5b7c-4805-849e-94736644f952' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92f57f8d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -420840778], ["username", "jstrav"], ["access_token", "62b564f8c0f063def4f7e68a775f2ba1"], ["uuid", "3f46dad8-5b7c-4805-849e-94736644f952"], ["support_identifier", "cs_92f57f8d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:28.485782"], ["updated_at", "2017-12-18 18:44:28.485782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1469002675 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be5aba9f-9ab7-46c9-ab39-d7032af20014' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_37a90893' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1469002675], ["username", "mary"], ["access_token", "fc23fae8310f676e670b7af420dbb345"], ["uuid", "be5aba9f-9ab7-46c9-ab39-d7032af20014"], ["support_identifier", "cs_37a90893"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:28.490628"], ["updated_at", "2017-12-18 18:44:28.490628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -312273028 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56df2afa-6a7b-4c7f-914c-f240fe644312' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4415cf0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -312273028], ["username", "jstead"], ["access_token", "ef547f6ee1beb1bb3febde02e2c0725b"], ["uuid", "56df2afa-6a7b-4c7f-914c-f240fe644312"], ["support_identifier", "cs_4415cf0e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:28.495049"], ["updated_at", "2017-12-18 18:44:28.495049"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1848835801 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea0aaa80-6267-492c-8d8f-dffc326743ca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_799cad72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1848835801], ["username", "bigbear"], ["access_token", "044df29944faec4246c8b82ab576dd6e"], ["uuid", "ea0aaa80-6267-492c-8d8f-dffc326743ca"], ["support_identifier", "cs_799cad72"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:28.499563"], ["updated_at", "2017-12-18 18:44:28.499563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -545510345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e666fdd-68d3-4a36-a595-bf4ae803dbc3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b1c2db0b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -545510345], ["username", "jstrav"], ["access_token", "80ff1c16381b66f4943f86c195220bc5"], ["uuid", "1e666fdd-68d3-4a36-a595-bf4ae803dbc3"], ["support_identifier", "cs_b1c2db0b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:28.507688"], ["updated_at", "2017-12-18 18:44:28.507688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807357072 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c23d6c03-f54c-4e5d-b9dc-1ea11276d694' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4fa6ad92' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -807357072], ["username", "mary"], ["access_token", "3a45f0ac3ac2b6df54f46d44fc79e7cf"], ["uuid", "c23d6c03-f54c-4e5d-b9dc-1ea11276d694"], ["support_identifier", "cs_4fa6ad92"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:28.512362"], ["updated_at", "2017-12-18 18:44:28.512362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730827637 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c3be9ff-d23d-4184-b162-ad93891223d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3fc6015c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -730827637], ["username", "jstead"], ["access_token", "ae84492f5fee1d74c4e333d91d521cd8"], ["uuid", "9c3be9ff-d23d-4184-b162-ad93891223d2"], ["support_identifier", "cs_3fc6015c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:28.516911"], ["updated_at", "2017-12-18 18:44:28.516911"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -981018202 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75d1ce98-c4da-4b14-8bd6-825bc5b71b1b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8b939790' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -981018202], ["username", "bigbear"], ["access_token", "fc3d381d73a3e9d60efb86c023ceca10"], ["uuid", "75d1ce98-c4da-4b14-8bd6-825bc5b71b1b"], ["support_identifier", "cs_8b939790"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:28.523232"], ["updated_at", "2017-12-18 18:44:28.523232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -402909478 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd820c7af-0ae3-401f-85fc-d07996719c9b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c688cf5f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -402909478], ["username", "jstrav"], ["access_token", "db1b2040976cbed49191d4bd709ebcd2"], ["uuid", "d820c7af-0ae3-401f-85fc-d07996719c9b"], ["support_identifier", "cs_c688cf5f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:28.533426"], ["updated_at", "2017-12-18 18:44:28.533426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1274403615 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'edf8d6a0-ad83-451a-9872-85874696aec6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b4813020' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1274403615], ["username", "mary"], ["access_token", "af5b7887d26e7d11d0416d041f874b69"], ["uuid", "edf8d6a0-ad83-451a-9872-85874696aec6"], ["support_identifier", "cs_b4813020"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:28.538510"], ["updated_at", "2017-12-18 18:44:28.538510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1240542749 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50e53550-da8b-4fa5-9cab-3ba781f0162c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_513bb9ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1240542749], ["username", "jstead"], ["access_token", "ac62b2ed16e0452293eba12043403689"], ["uuid", "50e53550-da8b-4fa5-9cab-3ba781f0162c"], ["support_identifier", "cs_513bb9ed"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:28.543044"], ["updated_at", "2017-12-18 18:44:28.543044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -440275826 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8dfa1583-84e5-40b4-aea0-e9b065c6bf17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64abf933' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -440275826], ["username", "bigbear"], ["access_token", "9da98454806cbcba7a42c8e7a56f1365"], ["uuid", "8dfa1583-84e5-40b4-aea0-e9b065c6bf17"], ["support_identifier", "cs_64abf933"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:28.547265"], ["updated_at", "2017-12-18 18:44:28.547265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -766991251 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e6773db1-05e7-4a0d-a137-db2d749f4c12' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d4c6f3d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -766991251], ["username", "jstrav"], ["access_token", "9f57e1f0f098182ee36e117a00b36533"], ["uuid", "e6773db1-05e7-4a0d-a137-db2d749f4c12"], ["support_identifier", "cs_4d4c6f3d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:28.554751"], ["updated_at", "2017-12-18 18:44:28.554751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1807546481 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e2e3015-93c0-4d39-a771-fb0c2f24b688' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a5531997' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1807546481], ["username", "mary"], ["access_token", "5ceca233452b4a99dd8c80edc1410996"], ["uuid", "1e2e3015-93c0-4d39-a771-fb0c2f24b688"], ["support_identifier", "cs_a5531997"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:28.560185"], ["updated_at", "2017-12-18 18:44:28.560185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789370222 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c51e3e4-1c89-4b06-900e-049373aa994f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d64670d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -789370222], ["username", "jstead"], ["access_token", "03b291c780d05df43fc2317e71c9d3af"], ["uuid", "8c51e3e4-1c89-4b06-900e-049373aa994f"], ["support_identifier", "cs_5d64670d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:28.565625"], ["updated_at", "2017-12-18 18:44:28.565625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1935093411 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5deb031-4a00-428e-a38a-2fc9f8bfc20d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_088c6d83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1935093411], ["username", "bigbear"], ["access_token", "897b6ab80cae4b66c4bdb34cb6a11db2"], ["uuid", "c5deb031-4a00-428e-a38a-2fc9f8bfc20d"], ["support_identifier", "cs_088c6d83"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:28.570892"], ["updated_at", "2017-12-18 18:44:28.570892"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018318144 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c6a8b4a-f6ed-487e-9c0b-6f25fbf9fb85' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_94298a53' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2018318144], ["username", "jstrav"], ["access_token", "b5a39936feec1e9c80783ad40be13f1c"], ["uuid", "7c6a8b4a-f6ed-487e-9c0b-6f25fbf9fb85"], ["support_identifier", "cs_94298a53"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:28.579401"], ["updated_at", "2017-12-18 18:44:28.579401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1388515955 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0dce4418-86b9-4849-b6cd-9aaeaa15d2d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_05e2dea4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1388515955], ["username", "mary"], ["access_token", "193f0ffb008b288d1fabab9dd9b1ae44"], ["uuid", "0dce4418-86b9-4849-b6cd-9aaeaa15d2d3"], ["support_identifier", "cs_05e2dea4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:28.584593"], ["updated_at", "2017-12-18 18:44:28.584593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -60383429 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72af94fe-8e93-4d73-91df-681b0e74e5d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c0e08ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -60383429], ["username", "jstead"], ["access_token", "b3efbaf9129d808dc234ed4c96340159"], ["uuid", "72af94fe-8e93-4d73-91df-681b0e74e5d5"], ["support_identifier", "cs_4c0e08ec"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:28.589174"], ["updated_at", "2017-12-18 18:44:28.589174"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -630787214 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dcdf2577-c6a1-4b41-9b2b-224925398f2e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_acdc702c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -630787214], ["username", "bigbear"], ["access_token", "b9846091e38e2c255a6e3f3420a43797"], ["uuid", "dcdf2577-c6a1-4b41-9b2b-224925398f2e"], ["support_identifier", "cs_acdc702c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:28.593448"], ["updated_at", "2017-12-18 18:44:28.593448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -100094831 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0b15206-324f-4f6f-9720-49e13fc18be0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0065ddd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -100094831], ["username", "jstrav"], ["access_token", "5b40c7335a74fac244ffd8acdd3c6871"], ["uuid", "c0b15206-324f-4f6f-9720-49e13fc18be0"], ["support_identifier", "cs_e0065ddd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:28.601186"], ["updated_at", "2017-12-18 18:44:28.601186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -340438033 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4eaecf1e-32ed-454a-9ccb-78dc04dfd851' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b6b2fa38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -340438033], ["username", "mary"], ["access_token", "d9e38811b10ee7b8ebd23fdfe757f5ae"], ["uuid", "4eaecf1e-32ed-454a-9ccb-78dc04dfd851"], ["support_identifier", "cs_b6b2fa38"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:28.605530"], ["updated_at", "2017-12-18 18:44:28.605530"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768417945 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2504b607-7c0b-46ff-b702-029c47218d19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1aee589a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1768417945], ["username", "jstead"], ["access_token", "ca09e52f71a39d4c249b8e0d2cb1b0fc"], ["uuid", "2504b607-7c0b-46ff-b702-029c47218d19"], ["support_identifier", "cs_1aee589a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:28.609644"], ["updated_at", "2017-12-18 18:44:28.609644"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317710828 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7eb7ae53-ed45-4718-87ac-874ad8cb222f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e122c29' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -317710828], ["username", "bigbear"], ["access_token", "244a16d8ccea94be98108918c817fa73"], ["uuid", "7eb7ae53-ed45-4718-87ac-874ad8cb222f"], ["support_identifier", "cs_5e122c29"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:28.615700"], ["updated_at", "2017-12-18 18:44:28.615700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -483154279 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7f63cb6-9781-455a-8f12-4857259f0716' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_16a5a00c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -483154279], ["username", "jstrav"], ["access_token", "73ea6c6e922cd74cfe2a9e756084ef37"], ["uuid", "e7f63cb6-9781-455a-8f12-4857259f0716"], ["support_identifier", "cs_16a5a00c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:28.626206"], ["updated_at", "2017-12-18 18:44:28.626206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -32200742 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75845688-a89b-4252-b8b9-7cfbf3f338c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bba1aefa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -32200742], ["username", "mary"], ["access_token", "769a441565ecfad5a88118f2fd99f9ef"], ["uuid", "75845688-a89b-4252-b8b9-7cfbf3f338c9"], ["support_identifier", "cs_bba1aefa"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:28.630587"], ["updated_at", "2017-12-18 18:44:28.630587"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -418099768 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50b3a974-90cc-4b2f-9be9-555c810121f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_483d2c06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -418099768], ["username", "jstead"], ["access_token", "b048654e1c18a8a9cd692153e0b99234"], ["uuid", "50b3a974-90cc-4b2f-9be9-555c810121f1"], ["support_identifier", "cs_483d2c06"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:28.634706"], ["updated_at", "2017-12-18 18:44:28.634706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1386325785 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cb67362-3dc1-4e80-bd05-427fe8924f22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4fd76fbf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1386325785], ["username", "bigbear"], ["access_token", "c977722f223d9dfde17e3cea3e24c16a"], ["uuid", "8cb67362-3dc1-4e80-bd05-427fe8924f22"], ["support_identifier", "cs_4fd76fbf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:28.638884"], ["updated_at", "2017-12-18 18:44:28.638884"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1096360371 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bd693e0-6310-40e6-87c7-5316d060d4b2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c7ccbe9' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1096360371], ["username", "foo_bb"], ["access_token", "6967232f1775992942ba5dacddda39d5"], ["uuid", "9bd693e0-6310-40e6-87c7-5316d060d4b2"], ["support_identifier", "cs_4c7ccbe9"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-12-18 18:44:28.643038"], ["updated_at", "2017-12-18 18:44:28.643038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -75596378 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '368a5368-dea7-4c0a-a6cb-f98429b44437' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f89f82a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -75596378], ["username", "foo_bj"], ["access_token", "6d6b628a82de9f34bab692a2e785b096"], ["uuid", "368a5368-dea7-4c0a-a6cb-f98429b44437"], ["support_identifier", "cs_f89f82a4"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-12-18 18:44:28.647580"], ["updated_at", "2017-12-18 18:44:28.647580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1163459929 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '503596aa-def9-4236-855e-0fbc333454b5' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_76a67520' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1163459929], ["username", "foo_tj"], ["access_token", "26c9d0e53254a4bb38869a2d636d184a"], ["uuid", "503596aa-def9-4236-855e-0fbc333454b5"], ["support_identifier", "cs_76a67520"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-12-18 18:44:28.653348"], ["updated_at", "2017-12-18 18:44:28.653348"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -290838458 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be17761c-d22a-4849-9f9b-e27f4b361728' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93e25765' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -290838458], ["username", "jstrav"], ["access_token", "a4939f4c01230d8999aba1176a99c582"], ["uuid", "be17761c-d22a-4849-9f9b-e27f4b361728"], ["support_identifier", "cs_93e25765"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:28.666653"], ["updated_at", "2017-12-18 18:44:28.666653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1228257204 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7079562-d783-4413-a111-d1b701cc16db' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0d1d59d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1228257204], ["username", "mary"], ["access_token", "99d766f06db27b8532536372994babcc"], ["uuid", "c7079562-d783-4413-a111-d1b701cc16db"], ["support_identifier", "cs_e0d1d59d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:28.670891"], ["updated_at", "2017-12-18 18:44:28.670891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1263118840 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd94f444f-47cb-4216-a1b0-fa635ac84e07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0f317569' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1263118840], ["username", "jstead"], ["access_token", "3c1060acc2aefda764cf1110615d00eb"], ["uuid", "d94f444f-47cb-4216-a1b0-fa635ac84e07"], ["support_identifier", "cs_0f317569"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:28.675135"], ["updated_at", "2017-12-18 18:44:28.675135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -205474684 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55ecf364-488f-495d-8196-aabb398bb90b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_641d64f5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -205474684], ["username", "bigbear"], ["access_token", "76bd8f7bd10993bc3298cc225f78488d"], ["uuid", "55ecf364-488f-495d-8196-aabb398bb90b"], ["support_identifier", "cs_641d64f5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:28.679214"], ["updated_at", "2017-12-18 18:44:28.679214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -433589088 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dec58b65-729d-40c7-80cf-42cc6e4a04d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ac2f93c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -433589088], ["username", "billy_00"], ["access_token", "1ec0d16bee6a1b400f195500b92328e2"], ["uuid", "dec58b65-729d-40c7-80cf-42cc6e4a04d5"], ["support_identifier", "cs_ac2f93c5"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:44:28.683615"], ["updated_at", "2017-12-18 18:44:28.683615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1643265020 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '122c1007-855f-42ea-b1dc-6b94fc010ce1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5281905' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1643265020], ["username", "billy_01"], ["access_token", "7728260aaf98f9cea8dbaea84e8b9090"], ["uuid", "122c1007-855f-42ea-b1dc-6b94fc010ce1"], ["support_identifier", "cs_c5281905"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:44:28.687981"], ["updated_at", "2017-12-18 18:44:28.687981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -141967635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5ac9cdf-6040-45e6-9c39-36fa9b98ba33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f772646' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -141967635], ["username", "billy_02"], ["access_token", "6f8efaf8f2c520f5c7fdc1f692abaacf"], ["uuid", "c5ac9cdf-6040-45e6-9c39-36fa9b98ba33"], ["support_identifier", "cs_7f772646"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:44:28.692299"], ["updated_at", "2017-12-18 18:44:28.692299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1766338526 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '51b74c55-3d61-4ec8-8aa9-e227cc21efeb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc250cad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1766338526], ["username", "billy_03"], ["access_token", "06e30aadb04c872f7e7a3a87a1e456ca"], ["uuid", "51b74c55-3d61-4ec8-8aa9-e227cc21efeb"], ["support_identifier", "cs_bc250cad"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:44:28.696539"], ["updated_at", "2017-12-18 18:44:28.696539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -949842694 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea553f62-afbb-42db-955e-1c8a72eabbb7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7953431d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -949842694], ["username", "billy_04"], ["access_token", "78dcd763b3f339a0078ee2ba5ff02d24"], ["uuid", "ea553f62-afbb-42db-955e-1c8a72eabbb7"], ["support_identifier", "cs_7953431d"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:44:28.701377"], ["updated_at", "2017-12-18 18:44:28.701377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1173411868 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8dfa447c-f2c6-4f94-ba39-a6d97449f8a2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fb2175c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1173411868], ["username", "billy_05"], ["access_token", "e2237cf969a16edc01e7da28f57fb45c"], ["uuid", "8dfa447c-f2c6-4f94-ba39-a6d97449f8a2"], ["support_identifier", "cs_fb2175c7"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:44:28.707107"], ["updated_at", "2017-12-18 18:44:28.707107"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -469523935 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5fd1d9a6-9edb-4d93-ad09-ee98ee6f1f05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b78f0ee0' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -469523935], ["username", "billy_06"], ["access_token", "f6751eb97edca113bd3f5301f056844b"], ["uuid", "5fd1d9a6-9edb-4d93-ad09-ee98ee6f1f05"], ["support_identifier", "cs_b78f0ee0"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:44:28.711583"], ["updated_at", "2017-12-18 18:44:28.711583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1252272140 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbe40e39-f526-4aa5-b3c4-6b9a2215a8c1' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f41e9ece' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1252272140], ["username", "billy_07"], ["access_token", "9aab42ca2d83c0e73b9bb4a6cd9bcdb1"], ["uuid", "fbe40e39-f526-4aa5-b3c4-6b9a2215a8c1"], ["support_identifier", "cs_f41e9ece"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:44:28.718138"], ["updated_at", "2017-12-18 18:44:28.718138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -888086196 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7e9388c-6d5a-4070-811e-77fb189488e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c1b401a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -888086196], ["username", "billy_08"], ["access_token", "ba1f8a08785d9bf8a8af42662f5fba94"], ["uuid", "e7e9388c-6d5a-4070-811e-77fb189488e2"], ["support_identifier", "cs_5c1b401a"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:44:28.723833"], ["updated_at", "2017-12-18 18:44:28.723833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -604096825 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '101550ba-aebf-47f3-9339-e48a8f769d03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a085bf9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -604096825], ["username", "billy_09"], ["access_token", "62ce3d4e705ef6121ce02b3c815367c4"], ["uuid", "101550ba-aebf-47f3-9339-e48a8f769d03"], ["support_identifier", "cs_2a085bf9"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:44:28.729011"], ["updated_at", "2017-12-18 18:44:28.729011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -887162059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a3545ab-99aa-41f3-948a-6f926345052f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_abd86009' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -887162059], ["username", "billy_10"], ["access_token", "027327823c647fabc3f72c068c7ab125"], ["uuid", "4a3545ab-99aa-41f3-948a-6f926345052f"], ["support_identifier", "cs_abd86009"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:44:28.733061"], ["updated_at", "2017-12-18 18:44:28.733061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -968492881 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57a6af7e-1d31-4647-9234-777644d77080' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5ce63b2b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -968492881], ["username", "billy_11"], ["access_token", "ed3311a1617e43129605cd72e7d40c0b"], ["uuid", "57a6af7e-1d31-4647-9234-777644d77080"], ["support_identifier", "cs_5ce63b2b"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:44:28.737187"], ["updated_at", "2017-12-18 18:44:28.737187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -963351866 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1dd08bc3-9e24-4b9d-868f-79a5c688b8fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7880aebf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -963351866], ["username", "billy_12"], ["access_token", "25daca93475b010582b0a7af0bcd6d88"], ["uuid", "1dd08bc3-9e24-4b9d-868f-79a5c688b8fe"], ["support_identifier", "cs_7880aebf"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:44:28.741394"], ["updated_at", "2017-12-18 18:44:28.741394"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404829157 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b71ad86-84dd-4028-b469-df9a519999c2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a1d7c99c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -404829157], ["username", "billy_13"], ["access_token", "f888d008715d6f46ab768004ce324be2"], ["uuid", "8b71ad86-84dd-4028-b469-df9a519999c2"], ["support_identifier", "cs_a1d7c99c"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:44:28.745596"], ["updated_at", "2017-12-18 18:44:28.745596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -41289261 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1dd7f991-0a8d-4091-9587-032e949a46d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_702a1a6d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -41289261], ["username", "billy_14"], ["access_token", "f8c583410d3c404262d112f7994cb459"], ["uuid", "1dd7f991-0a8d-4091-9587-032e949a46d2"], ["support_identifier", "cs_702a1a6d"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:44:28.749763"], ["updated_at", "2017-12-18 18:44:28.749763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1141367701 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb839f51-f265-484f-a78a-96dac3e4060b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_778596b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1141367701], ["username", "billy_15"], ["access_token", "f63e3df945aea497741bc6789dab0fd8"], ["uuid", "fb839f51-f265-484f-a78a-96dac3e4060b"], ["support_identifier", "cs_778596b5"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:44:28.753906"], ["updated_at", "2017-12-18 18:44:28.753906"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1475162265 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'deb23e8e-74b8-4fd9-8975-b0e9f4efdc66' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b62c61a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1475162265], ["username", "billy_16"], ["access_token", "fcf6f1017ea5b789bcbc2b84ac5c9ce9"], ["uuid", "deb23e8e-74b8-4fd9-8975-b0e9f4efdc66"], ["support_identifier", "cs_0b62c61a"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:44:28.758082"], ["updated_at", "2017-12-18 18:44:28.758082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1159499864 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50a74533-b57f-44ad-8440-ed7f64060ede' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa033804' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1159499864], ["username", "billy_17"], ["access_token", "e8fedcd97e31f03f59b38421e659714c"], ["uuid", "50a74533-b57f-44ad-8440-ed7f64060ede"], ["support_identifier", "cs_fa033804"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:44:28.762276"], ["updated_at", "2017-12-18 18:44:28.762276"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1855252649 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2168e5f4-cdac-4856-ad48-729f7f65edab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2c860291' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1855252649], ["username", "billy_18"], ["access_token", "6eacd4b17e601db7d0ce7da4c7d58b3e"], ["uuid", "2168e5f4-cdac-4856-ad48-729f7f65edab"], ["support_identifier", "cs_2c860291"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:44:28.766599"], ["updated_at", "2017-12-18 18:44:28.766599"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1774339327 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8301e4ca-829c-4b29-98ad-3f45fd38ffe1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b48ff687' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1774339327], ["username", "billy_19"], ["access_token", "c3a648a09d8d22fd5361eefe3048791b"], ["uuid", "8301e4ca-829c-4b29-98ad-3f45fd38ffe1"], ["support_identifier", "cs_b48ff687"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:44:28.770816"], ["updated_at", "2017-12-18 18:44:28.770816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2017637345 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '729358de-c972-48c1-955e-b12a9588150e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5051c45d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2017637345], ["username", "billy_20"], ["access_token", "4af90b618fc9313deb328c6f4a688de2"], ["uuid", "729358de-c972-48c1-955e-b12a9588150e"], ["support_identifier", "cs_5051c45d"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:44:28.775281"], ["updated_at", "2017-12-18 18:44:28.775281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1196570319 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '744583ae-be64-4bbc-9e2f-cbb886c33bbf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cca09ed1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1196570319], ["username", "billy_21"], ["access_token", "0646309f6946fcd0e1b1765fbb885207"], ["uuid", "744583ae-be64-4bbc-9e2f-cbb886c33bbf"], ["support_identifier", "cs_cca09ed1"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:44:28.779537"], ["updated_at", "2017-12-18 18:44:28.779537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -764708232 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8616c1a-3f79-4e55-a016-55723e04b7b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_88e855e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -764708232], ["username", "billy_22"], ["access_token", "df2a60e0409d05529205f8f89eb5606a"], ["uuid", "e8616c1a-3f79-4e55-a016-55723e04b7b7"], ["support_identifier", "cs_88e855e5"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:44:28.784204"], ["updated_at", "2017-12-18 18:44:28.784204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -602307091 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37a44d07-494c-487f-85ce-81641a897728' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_78512403' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -602307091], ["username", "billy_23"], ["access_token", "40443ff0c344e2722748c918ceaf5195"], ["uuid", "37a44d07-494c-487f-85ce-81641a897728"], ["support_identifier", "cs_78512403"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:44:28.788781"], ["updated_at", "2017-12-18 18:44:28.788781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1134751036 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f8315fc-69a9-4845-87d7-cad39042dc97' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d2674c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1134751036], ["username", "billy_24"], ["access_token", "87a4b05e3cc0bb0202cdb905cd16d47c"], ["uuid", "1f8315fc-69a9-4845-87d7-cad39042dc97"], ["support_identifier", "cs_8d2674c8"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:44:28.793647"], ["updated_at", "2017-12-18 18:44:28.793647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1598540932 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6f8f166-4ba7-4c68-9ef6-428aaa645ba6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_87aa4709' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1598540932], ["username", "billy_25"], ["access_token", "f899f20d23765e8c82d8598c87a82b9b"], ["uuid", "d6f8f166-4ba7-4c68-9ef6-428aaa645ba6"], ["support_identifier", "cs_87aa4709"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:44:28.798222"], ["updated_at", "2017-12-18 18:44:28.798222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1305922593 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3e1878b-e696-4f9c-a1b9-4b438776b154' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1397e1f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1305922593], ["username", "billy_26"], ["access_token", "fb4027a10235481dc933a1bed4a9d882"], ["uuid", "e3e1878b-e696-4f9c-a1b9-4b438776b154"], ["support_identifier", "cs_1397e1f0"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:44:28.802725"], ["updated_at", "2017-12-18 18:44:28.802725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1571253551 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f859d247-54d8-4607-928a-35c11470f611' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b0775e69' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1571253551], ["username", "billy_27"], ["access_token", "3f05ebbedf24532e84c8a1954d7fd649"], ["uuid", "f859d247-54d8-4607-928a-35c11470f611"], ["support_identifier", "cs_b0775e69"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:44:28.807040"], ["updated_at", "2017-12-18 18:44:28.807040"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1938194446 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f321b2d-4c65-4ed4-b079-f84c5211544d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a6f2075' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1938194446], ["username", "billy_28"], ["access_token", "6033a03a0e5e7b93e9a7daeadc5ccdf9"], ["uuid", "7f321b2d-4c65-4ed4-b079-f84c5211544d"], ["support_identifier", "cs_1a6f2075"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:44:28.811470"], ["updated_at", "2017-12-18 18:44:28.811470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1571534829 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '607928ef-a257-41f7-b1c4-1b7fce659583' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a87b1097' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1571534829], ["username", "billy_29"], ["access_token", "ffe7d13a2d82bb05294bce0444a62290"], ["uuid", "607928ef-a257-41f7-b1c4-1b7fce659583"], ["support_identifier", "cs_a87b1097"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:44:28.816115"], ["updated_at", "2017-12-18 18:44:28.816115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573212500 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af45b6d1-1fa8-4a50-b7b4-f320efffd15b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2a26653' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1573212500], ["username", "billy_30"], ["access_token", "1d3b26cdffea1ab92d283690fb0e9a83"], ["uuid", "af45b6d1-1fa8-4a50-b7b4-f320efffd15b"], ["support_identifier", "cs_f2a26653"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:44:28.821560"], ["updated_at", "2017-12-18 18:44:28.821560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1540651199 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8201760-6567-466a-8a30-15cdaf176df0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dc434969' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1540651199], ["username", "billy_31"], ["access_token", "3c598a93e8662318adcdf04293de83c3"], ["uuid", "e8201760-6567-466a-8a30-15cdaf176df0"], ["support_identifier", "cs_dc434969"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:44:28.827655"], ["updated_at", "2017-12-18 18:44:28.827655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -158535443 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47c920e2-e828-4a46-96a2-dfaf2cafcba0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb1a122a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -158535443], ["username", "billy_32"], ["access_token", "b07a0684db47d567ab4dee6416c43270"], ["uuid", "47c920e2-e828-4a46-96a2-dfaf2cafcba0"], ["support_identifier", "cs_bb1a122a"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:44:28.833073"], ["updated_at", "2017-12-18 18:44:28.833073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1607682553 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fcd8d988-286a-4373-85fb-afa61bb68cd1' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1a3b858' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1607682553], ["username", "billy_33"], ["access_token", "3563d58ce2675e90123c2d34acbcbee9"], ["uuid", "fcd8d988-286a-4373-85fb-afa61bb68cd1"], ["support_identifier", "cs_d1a3b858"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:44:28.838801"], ["updated_at", "2017-12-18 18:44:28.838801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794348126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb6071ae-add8-4a89-8710-a236b24db979' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73382165' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -794348126], ["username", "billy_34"], ["access_token", "c81a6d956e1a9a916ecd18678123cb98"], ["uuid", "bb6071ae-add8-4a89-8710-a236b24db979"], ["support_identifier", "cs_73382165"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:44:28.845052"], ["updated_at", "2017-12-18 18:44:28.845052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1587812740 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '493d1b70-08c8-484b-a5d4-b5458c49f8c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f89bf26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1587812740], ["username", "billy_35"], ["access_token", "d5fcd60dfc1a0e880448a8ec5b02b5ef"], ["uuid", "493d1b70-08c8-484b-a5d4-b5458c49f8c4"], ["support_identifier", "cs_9f89bf26"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:44:28.849331"], ["updated_at", "2017-12-18 18:44:28.849331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1325585411 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f647d27d-c8ad-42f2-9684-e4e3e61d7d3d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a812cff0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1325585411], ["username", "billy_36"], ["access_token", "1055dc355bbcfd56b0dee734510800c6"], ["uuid", "f647d27d-c8ad-42f2-9684-e4e3e61d7d3d"], ["support_identifier", "cs_a812cff0"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:44:28.853826"], ["updated_at", "2017-12-18 18:44:28.853826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1702283941 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5281321d-c2c5-42be-9f8b-efa867b3a220' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b4f9e08' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1702283941], ["username", "billy_37"], ["access_token", "8799076bdd2ae78bd43e12249187626e"], ["uuid", "5281321d-c2c5-42be-9f8b-efa867b3a220"], ["support_identifier", "cs_6b4f9e08"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:44:28.858891"], ["updated_at", "2017-12-18 18:44:28.858891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -284058380 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e95d2e19-cc5f-4ebc-b247-76a84a8b4f44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_99082ba2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -284058380], ["username", "billy_38"], ["access_token", "b39dfec56b80b629f11a0f297a5748fb"], ["uuid", "e95d2e19-cc5f-4ebc-b247-76a84a8b4f44"], ["support_identifier", "cs_99082ba2"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:44:28.863438"], ["updated_at", "2017-12-18 18:44:28.863438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -842905552 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66f4c11b-0953-42e6-866a-44f4f258ea28' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3cd5e0bf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -842905552], ["username", "billy_39"], ["access_token", "9f7ab80fc921170991ea6b6143cb0cde"], ["uuid", "66f4c11b-0953-42e6-866a-44f4f258ea28"], ["support_identifier", "cs_3cd5e0bf"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:44:28.867821"], ["updated_at", "2017-12-18 18:44:28.867821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -893523582 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b6ff5c5-208e-44fb-971a-684f98212417' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ca3b0dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -893523582], ["username", "billy_40"], ["access_token", "c43406e3df639578a839e1101be7e583"], ["uuid", "7b6ff5c5-208e-44fb-971a-684f98212417"], ["support_identifier", "cs_1ca3b0dd"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:44:28.873355"], ["updated_at", "2017-12-18 18:44:28.873355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589739775 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '686e44d4-ecc2-4760-be2f-799b30e119c1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4828134e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -589739775], ["username", "billy_41"], ["access_token", "b63d2219b67139771ba40e912297e38b"], ["uuid", "686e44d4-ecc2-4760-be2f-799b30e119c1"], ["support_identifier", "cs_4828134e"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:44:28.878097"], ["updated_at", "2017-12-18 18:44:28.878097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222078176 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f591705-eb6b-4325-a0c6-9c10e773ad1d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7cd2160a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1222078176], ["username", "billy_42"], ["access_token", "4a27e3e84ab22b426dae01e6aac847ac"], ["uuid", "3f591705-eb6b-4325-a0c6-9c10e773ad1d"], ["support_identifier", "cs_7cd2160a"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:44:28.883294"], ["updated_at", "2017-12-18 18:44:28.883294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -966154522 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e1089e6-ae7c-4e43-89a1-ffe14712d3a0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aa0682dc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -966154522], ["username", "billy_43"], ["access_token", "b0cc9e877d3a5a9491ebdc185be2e6cc"], ["uuid", "5e1089e6-ae7c-4e43-89a1-ffe14712d3a0"], ["support_identifier", "cs_aa0682dc"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:44:28.888762"], ["updated_at", "2017-12-18 18:44:28.888762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -286471610 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fba60314-69c3-4ab1-8676-ec9778fb0fe1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6aadd7fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -286471610], ["username", "billy_44"], ["access_token", "7a2656ad9d560c118b90ea1b3ade2cb9"], ["uuid", "fba60314-69c3-4ab1-8676-ec9778fb0fe1"], ["support_identifier", "cs_6aadd7fa"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:44:28.893939"], ["updated_at", "2017-12-18 18:44:28.893939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -935634302 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f6d92b9-4daf-43ad-9aec-455841bf9c0c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_60ea8fa0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -935634302], ["username", "billy_45"], ["access_token", "03e257bea128af7e0f6941b179ce6bcd"], ["uuid", "2f6d92b9-4daf-43ad-9aec-455841bf9c0c"], ["support_identifier", "cs_60ea8fa0"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:44:28.898249"], ["updated_at", "2017-12-18 18:44:28.898249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220036507 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd344af40-d50e-43a9-9448-6ea1f22f27f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7104b6da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1220036507], ["username", "jstrav"], ["access_token", "6e2efcf9605f93183e1b6dc982301357"], ["uuid", "d344af40-d50e-43a9-9448-6ea1f22f27f2"], ["support_identifier", "cs_7104b6da"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:28.913399"], ["updated_at", "2017-12-18 18:44:28.913399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -785436182 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d7f2f34-8057-488f-994d-98260c48b5d1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1b0a805' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -785436182], ["username", "mary"], ["access_token", "6329601808f01c266ba05a8d1a41a12f"], ["uuid", "0d7f2f34-8057-488f-994d-98260c48b5d1"], ["support_identifier", "cs_f1b0a805"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:28.918412"], ["updated_at", "2017-12-18 18:44:28.918412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1898207871 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '61e72059-8994-44d3-8de0-48087ce65a46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2098edce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1898207871], ["username", "jstead"], ["access_token", "69a0e96c79f220101dda4876f366f821"], ["uuid", "61e72059-8994-44d3-8de0-48087ce65a46"], ["support_identifier", "cs_2098edce"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:28.923358"], ["updated_at", "2017-12-18 18:44:28.923358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -95838777 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd8abbea-7ce2-446f-8658-56e96ccd4e93' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_37337aa0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -95838777], ["username", "bigbear"], ["access_token", "8d5f65d01a8fd9bd499f221c2438c66b"], ["uuid", "bd8abbea-7ce2-446f-8658-56e96ccd4e93"], ["support_identifier", "cs_37337aa0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:28.928136"], ["updated_at", "2017-12-18 18:44:28.928136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1840599445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a86102b7-ffae-4d9c-b2c1-9f52650eb2fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b94ad2e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1840599445], ["username", "billy_00"], ["access_token", "8148c1e64428b9503640a707471bb18c"], ["uuid", "a86102b7-ffae-4d9c-b2c1-9f52650eb2fd"], ["support_identifier", "cs_2b94ad2e"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:44:28.933014"], ["updated_at", "2017-12-18 18:44:28.933014"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1196187924 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ceab220c-2ecb-4fbe-a96a-d78ab4c5504c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bdadf7cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1196187924], ["username", "billy_01"], ["access_token", "6ef8a81ccf710cc436eb0c2d9b75227e"], ["uuid", "ceab220c-2ecb-4fbe-a96a-d78ab4c5504c"], ["support_identifier", "cs_bdadf7cf"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:44:28.937818"], ["updated_at", "2017-12-18 18:44:28.937818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2037851866 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6352dc55-8c46-441c-871f-01f0ca8a703e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4939605a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2037851866], ["username", "billy_02"], ["access_token", "bea08f91d6b49f884bd9779428bdf341"], ["uuid", "6352dc55-8c46-441c-871f-01f0ca8a703e"], ["support_identifier", "cs_4939605a"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:44:28.942591"], ["updated_at", "2017-12-18 18:44:28.942591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -380653359 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8285539f-2e01-497d-9d67-70ff3c09f1b4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cdec8017' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -380653359], ["username", "billy_03"], ["access_token", "905a8aaf51c6e76379933a1864e1ce1b"], ["uuid", "8285539f-2e01-497d-9d67-70ff3c09f1b4"], ["support_identifier", "cs_cdec8017"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:44:28.948012"], ["updated_at", "2017-12-18 18:44:28.948012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974246343 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3907a670-333f-45ba-84fb-7e45ecdd6d5e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce018ad5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1974246343], ["username", "billy_04"], ["access_token", "2b0febb587efcad23e821889130de3b6"], ["uuid", "3907a670-333f-45ba-84fb-7e45ecdd6d5e"], ["support_identifier", "cs_ce018ad5"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:44:28.952897"], ["updated_at", "2017-12-18 18:44:28.952897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -849618144 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d0f9b5f-9f94-46b4-ad61-aaa1ea2929fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aabe3e29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -849618144], ["username", "billy_05"], ["access_token", "50250ff2ea6efa7cf795f45c77ac9aaf"], ["uuid", "4d0f9b5f-9f94-46b4-ad61-aaa1ea2929fe"], ["support_identifier", "cs_aabe3e29"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:44:28.958690"], ["updated_at", "2017-12-18 18:44:28.958690"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1691352973 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce8b97af-9db1-4d7e-b425-57d70e325ce3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7efc0e88' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1691352973], ["username", "billy_06"], ["access_token", "91cb3bbe3be340728c75cacb127f2e4a"], ["uuid", "ce8b97af-9db1-4d7e-b425-57d70e325ce3"], ["support_identifier", "cs_7efc0e88"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:44:28.963460"], ["updated_at", "2017-12-18 18:44:28.963460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -314729291 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c2ac0de-3f96-4106-b748-e262418f5b09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_11bf4c72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -314729291], ["username", "billy_07"], ["access_token", "110e0eb7fe780a07e776392e562a1e90"], ["uuid", "8c2ac0de-3f96-4106-b748-e262418f5b09"], ["support_identifier", "cs_11bf4c72"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:44:28.967602"], ["updated_at", "2017-12-18 18:44:28.967602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2048436783 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56308266-1830-41db-96f8-6e5da9b4788a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b7028c5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2048436783], ["username", "billy_08"], ["access_token", "e9804fedc1c092c7bf263f1cb5780479"], ["uuid", "56308266-1830-41db-96f8-6e5da9b4788a"], ["support_identifier", "cs_9b7028c5"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:44:28.971735"], ["updated_at", "2017-12-18 18:44:28.971735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1342775224 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '139ff1e0-f150-4fb0-b1d8-19f8013c9784' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb356362' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1342775224], ["username", "billy_09"], ["access_token", "55ef631bf1e622c610ab3d3a5226d952"], ["uuid", "139ff1e0-f150-4fb0-b1d8-19f8013c9784"], ["support_identifier", "cs_bb356362"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:44:28.978731"], ["updated_at", "2017-12-18 18:44:28.978731"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -693164272 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f756a2d3-4fb6-4bb9-b7cb-eb122a6274a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6edccaad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -693164272], ["username", "billy_10"], ["access_token", "d899e206c2a713e44240f528ca85cbf7"], ["uuid", "f756a2d3-4fb6-4bb9-b7cb-eb122a6274a7"], ["support_identifier", "cs_6edccaad"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:44:28.983844"], ["updated_at", "2017-12-18 18:44:28.983844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -481694172 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0aad6cdc-4f5a-4e32-9bde-ef82ba0055fc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a24b66a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -481694172], ["username", "billy_11"], ["access_token", "67861992f50bf5b4b077ad5a4ef59fce"], ["uuid", "0aad6cdc-4f5a-4e32-9bde-ef82ba0055fc"], ["support_identifier", "cs_4a24b66a"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:44:28.988557"], ["updated_at", "2017-12-18 18:44:28.988557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900328023 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc377686-81e6-4a4b-a740-361b882eeeb3' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f561e9d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1900328023], ["username", "billy_12"], ["access_token", "c493a329bbc071c23082b5d91d2fe5ed"], ["uuid", "dc377686-81e6-4a4b-a740-361b882eeeb3"], ["support_identifier", "cs_8f561e9d"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:44:28.993480"], ["updated_at", "2017-12-18 18:44:28.993480"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1189618033 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd769d77-8de8-4799-9409-07180c6aa949' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8999923d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1189618033], ["username", "billy_13"], ["access_token", "96232336d0dc05ea944a8334352c2770"], ["uuid", "bd769d77-8de8-4799-9409-07180c6aa949"], ["support_identifier", "cs_8999923d"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:44:28.998715"], ["updated_at", "2017-12-18 18:44:28.998715"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1953670766 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e01d95fc-562b-428c-bca8-483072e2a0e0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_21f8576d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1953670766], ["username", "billy_14"], ["access_token", "230caabba19e3b62a1b275aada4ff40f"], ["uuid", "e01d95fc-562b-428c-bca8-483072e2a0e0"], ["support_identifier", "cs_21f8576d"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:44:29.002938"], ["updated_at", "2017-12-18 18:44:29.002938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -347185636 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b032a475-18b8-4291-bb3a-3f1039a9325e' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4615f44e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -347185636], ["username", "billy_15"], ["access_token", "f40d6e8e0500c5bf1ea8578df3df5761"], ["uuid", "b032a475-18b8-4291-bb3a-3f1039a9325e"], ["support_identifier", "cs_4615f44e"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:44:29.009232"], ["updated_at", "2017-12-18 18:44:29.009232"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -297472054 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cee3dbe-d2c9-4fd6-a193-440c07a39d53' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eaf160ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -297472054], ["username", "billy_16"], ["access_token", "45a4eb78d42a37dfe9dfc7fe4dd0f4cf"], ["uuid", "7cee3dbe-d2c9-4fd6-a193-440c07a39d53"], ["support_identifier", "cs_eaf160ad"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:44:29.013994"], ["updated_at", "2017-12-18 18:44:29.013994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -186381108 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7884b9c-4d17-4708-9bd3-caacff939231' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_363a727f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -186381108], ["username", "billy_17"], ["access_token", "87ddb93db33a48c91d379c79dcf4a5c9"], ["uuid", "f7884b9c-4d17-4708-9bd3-caacff939231"], ["support_identifier", "cs_363a727f"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:44:29.018747"], ["updated_at", "2017-12-18 18:44:29.018747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -922020483 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6900d38-28f4-45e6-bda1-3b31d4a7d67e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_80af70aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -922020483], ["username", "billy_18"], ["access_token", "8a0800ab7ecbf112b592c312c1c5e345"], ["uuid", "d6900d38-28f4-45e6-bda1-3b31d4a7d67e"], ["support_identifier", "cs_80af70aa"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:44:29.023536"], ["updated_at", "2017-12-18 18:44:29.023536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -772194297 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1406db51-0959-49a8-bedf-2723ea6caf9a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3728422f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -772194297], ["username", "billy_19"], ["access_token", "7f4dac85864adac0d1cd2003684085fa"], ["uuid", "1406db51-0959-49a8-bedf-2723ea6caf9a"], ["support_identifier", "cs_3728422f"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:44:29.027644"], ["updated_at", "2017-12-18 18:44:29.027644"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1142863452 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f086823-7396-4ae4-9728-d281242bccdd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fae0d512' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1142863452], ["username", "billy_20"], ["access_token", "6c7edd6ab5f23e8298c5f99993a4f820"], ["uuid", "8f086823-7396-4ae4-9728-d281242bccdd"], ["support_identifier", "cs_fae0d512"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:44:29.032356"], ["updated_at", "2017-12-18 18:44:29.032356"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1477317081 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3af9e107-70a1-497c-a226-bd7277dafd10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9c7ed583' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1477317081], ["username", "billy_21"], ["access_token", "c4dc63cf7f2477f4b9956676e71dcfb7"], ["uuid", "3af9e107-70a1-497c-a226-bd7277dafd10"], ["support_identifier", "cs_9c7ed583"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:44:29.036506"], ["updated_at", "2017-12-18 18:44:29.036506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -480518562 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd5552b4-e9e8-48a7-b51c-fb52959504f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fc8890df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -480518562], ["username", "billy_22"], ["access_token", "69688efd1679a81ecb2898e23d407b91"], ["uuid", "dd5552b4-e9e8-48a7-b51c-fb52959504f4"], ["support_identifier", "cs_fc8890df"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:44:29.042772"], ["updated_at", "2017-12-18 18:44:29.042772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -786940265 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e7b0ec1-c05a-47f1-b1cf-e5771110dc91' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a26fceba' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -786940265], ["username", "billy_23"], ["access_token", "fd8ee93aa12ffbaac2117f6219fd83cb"], ["uuid", "1e7b0ec1-c05a-47f1-b1cf-e5771110dc91"], ["support_identifier", "cs_a26fceba"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:44:29.053972"], ["updated_at", "2017-12-18 18:44:29.053972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1961016673 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b298ec98-05a2-447f-a833-d6a02e92f2d0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_695610cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1961016673], ["username", "billy_24"], ["access_token", "19c9b03b39511efbf13d25aa83d5896b"], ["uuid", "b298ec98-05a2-447f-a833-d6a02e92f2d0"], ["support_identifier", "cs_695610cd"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:44:29.058953"], ["updated_at", "2017-12-18 18:44:29.058953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -779750311 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8b6ed9a-a1be-4afe-b97b-9d011447660e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b36005c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -779750311], ["username", "billy_25"], ["access_token", "e28a97c2ab47ca532224188a6fa3ce87"], ["uuid", "a8b6ed9a-a1be-4afe-b97b-9d011447660e"], ["support_identifier", "cs_6b36005c"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:44:29.063227"], ["updated_at", "2017-12-18 18:44:29.063227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1560766561 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ede3265-411b-4f34-b2dd-6eb2dc682e5a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af78589b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1560766561], ["username", "billy_26"], ["access_token", "7e652016600b9d33c2069c7e76128cad"], ["uuid", "0ede3265-411b-4f34-b2dd-6eb2dc682e5a"], ["support_identifier", "cs_af78589b"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:44:29.067900"], ["updated_at", "2017-12-18 18:44:29.067900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -744403537 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e5fabc7-ef11-4f7b-9c0f-b73d2e385773' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2bc0eb93' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -744403537], ["username", "billy_27"], ["access_token", "5deea45b6c3ac4638babbc9f66e04cb9"], ["uuid", "1e5fabc7-ef11-4f7b-9c0f-b73d2e385773"], ["support_identifier", "cs_2bc0eb93"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:44:29.073287"], ["updated_at", "2017-12-18 18:44:29.073287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1226870525 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5f9cefc-15e4-4d3a-9523-a54e46f0ceb5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_035570fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1226870525], ["username", "billy_28"], ["access_token", "a574ee979e5de2c559fbeb119470fbf3"], ["uuid", "f5f9cefc-15e4-4d3a-9523-a54e46f0ceb5"], ["support_identifier", "cs_035570fe"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:44:29.079254"], ["updated_at", "2017-12-18 18:44:29.079254"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1072243952 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f47ae7c-7195-44c8-8878-76249ec00487' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c49529b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1072243952], ["username", "billy_29"], ["access_token", "eced5e534d1f5167378114b2e0c2e6bf"], ["uuid", "4f47ae7c-7195-44c8-8878-76249ec00487"], ["support_identifier", "cs_c49529b3"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:44:29.083855"], ["updated_at", "2017-12-18 18:44:29.083855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1242353164 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4eca9630-e36c-43a6-86d7-d40bdcb7fa38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a10976db' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1242353164], ["username", "billy_30"], ["access_token", "7a8505f8a0083089e82e5d07891568ae"], ["uuid", "4eca9630-e36c-43a6-86d7-d40bdcb7fa38"], ["support_identifier", "cs_a10976db"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:44:29.088440"], ["updated_at", "2017-12-18 18:44:29.088440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -275871665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8aff0cca-8d17-4514-a426-b441899103c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a98c4b29' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -275871665], ["username", "billy_31"], ["access_token", "b66d9d5dc57b937eb18cac788e8eedcb"], ["uuid", "8aff0cca-8d17-4514-a426-b441899103c6"], ["support_identifier", "cs_a98c4b29"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:44:29.093265"], ["updated_at", "2017-12-18 18:44:29.093265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1721645114 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1fd91198-54f9-45b1-bca0-b79cbdd73446' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea78f18d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1721645114], ["username", "billy_32"], ["access_token", "4956af4ecd10430ef0e69f3b6665db21"], ["uuid", "1fd91198-54f9-45b1-bca0-b79cbdd73446"], ["support_identifier", "cs_ea78f18d"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:44:29.098959"], ["updated_at", "2017-12-18 18:44:29.098959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1882350881 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f712808a-863e-4f43-9cd9-a466711fab96' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d037e6af' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1882350881], ["username", "billy_33"], ["access_token", "a19599c8ab146b627557137a4e00fd3f"], ["uuid", "f712808a-863e-4f43-9cd9-a466711fab96"], ["support_identifier", "cs_d037e6af"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:44:29.103836"], ["updated_at", "2017-12-18 18:44:29.103836"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -368319477 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fec14337-8fcb-4020-92eb-37e4265c7f47' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9aad21c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -368319477], ["username", "billy_34"], ["access_token", "a0b63d1843ef3e5ff9ff76e078c8c589"], ["uuid", "fec14337-8fcb-4020-92eb-37e4265c7f47"], ["support_identifier", "cs_9aad21c9"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:44:29.109771"], ["updated_at", "2017-12-18 18:44:29.109771"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2075279685 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1946a5b8-17d2-4999-bbed-699eab67e174' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c10f8c51' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2075279685], ["username", "billy_35"], ["access_token", "029d37c397120cf4865e5ad0a6de581e"], ["uuid", "1946a5b8-17d2-4999-bbed-699eab67e174"], ["support_identifier", "cs_c10f8c51"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:44:29.114170"], ["updated_at", "2017-12-18 18:44:29.114170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1425058642 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd0b23ae-df13-4920-9d4e-fc1983a710bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_30218b0b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1425058642], ["username", "billy_36"], ["access_token", "503bfe029f9206a4a5c4b37f072c7a36"], ["uuid", "fd0b23ae-df13-4920-9d4e-fc1983a710bc"], ["support_identifier", "cs_30218b0b"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:44:29.119024"], ["updated_at", "2017-12-18 18:44:29.119024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -986038731 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62abbcf9-208d-4f20-96a7-ecc559c9efa3' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd0c2a74' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -986038731], ["username", "billy_37"], ["access_token", "a8cc230fef762629f4403713c533a383"], ["uuid", "62abbcf9-208d-4f20-96a7-ecc559c9efa3"], ["support_identifier", "cs_dd0c2a74"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:44:29.125422"], ["updated_at", "2017-12-18 18:44:29.125422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904237501 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf036063-8961-4590-9904-0d9df229fcba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a25e47e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1904237501], ["username", "billy_38"], ["access_token", "363a6183408aabd1773a56d4c54f6529"], ["uuid", "cf036063-8961-4590-9904-0d9df229fcba"], ["support_identifier", "cs_a25e47e1"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:44:29.130968"], ["updated_at", "2017-12-18 18:44:29.130968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -751800771 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a5706cb-8065-42d3-a611-182dafc0dda1' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_39d60510' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -751800771], ["username", "billy_39"], ["access_token", "5b7506ac1738c0fe4e733ccf628c35f2"], ["uuid", "0a5706cb-8065-42d3-a611-182dafc0dda1"], ["support_identifier", "cs_39d60510"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:44:29.136139"], ["updated_at", "2017-12-18 18:44:29.136139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943881037 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'abfb15c5-8d7a-4e05-b2e8-c930434d88e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_db001ca5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -943881037], ["username", "billy_40"], ["access_token", "2c84d7b6b714d3d09304f2e6009446a5"], ["uuid", "abfb15c5-8d7a-4e05-b2e8-c930434d88e8"], ["support_identifier", "cs_db001ca5"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:44:29.142955"], ["updated_at", "2017-12-18 18:44:29.142955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -274879529 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83bcddfa-ba13-4c9e-ac98-4f4f692c9473' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44486fc1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -274879529], ["username", "billy_41"], ["access_token", "433788b654f7cd234cdc936d597fb2ad"], ["uuid", "83bcddfa-ba13-4c9e-ac98-4f4f692c9473"], ["support_identifier", "cs_44486fc1"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:44:29.147784"], ["updated_at", "2017-12-18 18:44:29.147784"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -983477815 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb054611-00ae-4e97-93a8-e7f029f4f34d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad3c22a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -983477815], ["username", "billy_42"], ["access_token", "8a5c4c4f65305f86e578a5218e185b36"], ["uuid", "bb054611-00ae-4e97-93a8-e7f029f4f34d"], ["support_identifier", "cs_ad3c22a6"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:44:29.152422"], ["updated_at", "2017-12-18 18:44:29.152422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -669974734 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c6afc2d-a0a8-4357-9a77-e6026a554f38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c22d9b17' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -669974734], ["username", "billy_43"], ["access_token", "80694eb0c5383b731cb8f09cb31c7638"], ["uuid", "5c6afc2d-a0a8-4357-9a77-e6026a554f38"], ["support_identifier", "cs_c22d9b17"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:44:29.157100"], ["updated_at", "2017-12-18 18:44:29.157100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -655409696 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04536be0-2af0-446c-9aa8-68a55dddaff7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73b2dfd4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -655409696], ["username", "billy_44"], ["access_token", "a6ccd3d62f4dc3d959f1bcec1097be9a"], ["uuid", "04536be0-2af0-446c-9aa8-68a55dddaff7"], ["support_identifier", "cs_73b2dfd4"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:44:29.161743"], ["updated_at", "2017-12-18 18:44:29.161743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -933701191 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a782c4ca-6ec7-465e-afec-21662e120d23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ca9c8c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -933701191], ["username", "billy_45"], ["access_token", "9ad0618ff6540984a524ad0288dba5ce"], ["uuid", "a782c4ca-6ec7-465e-afec-21662e120d23"], ["support_identifier", "cs_1ca9c8c7"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:44:29.166524"], ["updated_at", "2017-12-18 18:44:29.166524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1099053594 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71b703c7-7af4-4099-b685-ab087e2e37fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_35db3a45' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1099053594], ["username", "jstrav"], ["access_token", "9a01aaee7e07c76e56db56ff989548ef"], ["uuid", "71b703c7-7af4-4099-b685-ab087e2e37fa"], ["support_identifier", "cs_35db3a45"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:29.176330"], ["updated_at", "2017-12-18 18:44:29.176330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2123712719 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b2c8d67-b07d-43e3-82c7-fbf21695a2bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_43bb3cd8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2123712719], ["username", "mary"], ["access_token", "9252eee59c5c687ef7d20ac8df59577c"], ["uuid", "5b2c8d67-b07d-43e3-82c7-fbf21695a2bb"], ["support_identifier", "cs_43bb3cd8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:29.181325"], ["updated_at", "2017-12-18 18:44:29.181325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -503518880 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '982bb921-b7fa-48d8-9bcf-a88b48d22597' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4734a47d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -503518880], ["username", "jstead"], ["access_token", "426598492063d9cc505ff8a7eea8f128"], ["uuid", "982bb921-b7fa-48d8-9bcf-a88b48d22597"], ["support_identifier", "cs_4734a47d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:29.185923"], ["updated_at", "2017-12-18 18:44:29.185923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169401107 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b35f58f-406a-45d4-ac86-96b7f887078d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c3daa3bc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -169401107], ["username", "bigbear"], ["access_token", "51b3546f7625e1354760af96020a58fd"], ["uuid", "8b35f58f-406a-45d4-ac86-96b7f887078d"], ["support_identifier", "cs_c3daa3bc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:29.190429"], ["updated_at", "2017-12-18 18:44:29.190429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -250104172 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf2fa281-26e6-4236-9450-7b885eaeeb75' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d5f271c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -250104172], ["username", "billy_00"], ["access_token", "842056302b7b31c9f9834775dd478f70"], ["uuid", "bf2fa281-26e6-4236-9450-7b885eaeeb75"], ["support_identifier", "cs_9d5f271c"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:44:29.195081"], ["updated_at", "2017-12-18 18:44:29.195081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1479419406 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4eb26d06-f0c7-45a7-80c6-56885ffb192e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8c2d223e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1479419406], ["username", "billy_01"], ["access_token", "2f8c59b5869b320b35cde00665adfcba"], ["uuid", "4eb26d06-f0c7-45a7-80c6-56885ffb192e"], ["support_identifier", "cs_8c2d223e"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:44:29.200553"], ["updated_at", "2017-12-18 18:44:29.200553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1992893288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a5657d7b-e920-4677-ae10-e638426d171f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fee8e580' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1992893288], ["username", "billy_02"], ["access_token", "1804f2c9a69266b7e95e19139dc277be"], ["uuid", "a5657d7b-e920-4677-ae10-e638426d171f"], ["support_identifier", "cs_fee8e580"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:44:29.206263"], ["updated_at", "2017-12-18 18:44:29.206263"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -798534293 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'afbca457-3335-4054-b69a-4321509359f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_26f52f6a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -798534293], ["username", "billy_03"], ["access_token", "d64961d1aa627618737979c8062b2d6b"], ["uuid", "afbca457-3335-4054-b69a-4321509359f9"], ["support_identifier", "cs_26f52f6a"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:44:29.210948"], ["updated_at", "2017-12-18 18:44:29.210948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1183783625 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9a9fe0e-c118-45e5-be79-d1abb33ef0af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4207de2e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1183783625], ["username", "billy_04"], ["access_token", "6913d8882c325b8e943648fa92376a9b"], ["uuid", "f9a9fe0e-c118-45e5-be79-d1abb33ef0af"], ["support_identifier", "cs_4207de2e"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:44:29.215267"], ["updated_at", "2017-12-18 18:44:29.215267"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1764752838 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9758b07c-4bf1-49d3-8d0e-040ea036a755' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4298a4db' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1764752838], ["username", "billy_05"], ["access_token", "012eb6b4f72d20b9383ff4526900f898"], ["uuid", "9758b07c-4bf1-49d3-8d0e-040ea036a755"], ["support_identifier", "cs_4298a4db"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:44:29.220040"], ["updated_at", "2017-12-18 18:44:29.220040"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1908813501 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4afa2669-d272-4f1e-9937-72db63f6605c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1514d315' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1908813501], ["username", "billy_06"], ["access_token", "522c1c8e8c3d262c0668a92f7a7af250"], ["uuid", "4afa2669-d272-4f1e-9937-72db63f6605c"], ["support_identifier", "cs_1514d315"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:44:29.226559"], ["updated_at", "2017-12-18 18:44:29.226559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2119851550 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '068e8f74-5d40-49d9-a806-4d845bc30235' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e54c8f79' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2119851550], ["username", "billy_07"], ["access_token", "4a64e090b4201847dee67e5375d46520"], ["uuid", "068e8f74-5d40-49d9-a806-4d845bc30235"], ["support_identifier", "cs_e54c8f79"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:44:29.231725"], ["updated_at", "2017-12-18 18:44:29.231725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -45668728 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38ac2969-d4f1-4e97-a69f-5d1e0d3df28f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0eb57b6e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -45668728], ["username", "billy_08"], ["access_token", "c899874bbba1c4f21f0aace0a48af943"], ["uuid", "38ac2969-d4f1-4e97-a69f-5d1e0d3df28f"], ["support_identifier", "cs_0eb57b6e"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:44:29.236694"], ["updated_at", "2017-12-18 18:44:29.236694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1978920780 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0f6ff16-fafb-42fc-8f26-fcaf7dc24ed0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97f6e372' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1978920780], ["username", "billy_09"], ["access_token", "4a8e60c573c1940b0c8548c9a9c2bfd6"], ["uuid", "c0f6ff16-fafb-42fc-8f26-fcaf7dc24ed0"], ["support_identifier", "cs_97f6e372"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:44:29.241267"], ["updated_at", "2017-12-18 18:44:29.241267"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1901694525 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3895ca72-acaf-4e6a-b096-d090b3cb00a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51863786' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1901694525], ["username", "billy_10"], ["access_token", "9ca6960922b45ddec7ca989b333554db"], ["uuid", "3895ca72-acaf-4e6a-b096-d090b3cb00a5"], ["support_identifier", "cs_51863786"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:44:29.245564"], ["updated_at", "2017-12-18 18:44:29.245564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -408597288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd75f5bf2-8c11-4036-9165-48b22533a477' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ecc62758' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -408597288], ["username", "billy_11"], ["access_token", "14ae441df1b931aa9366ae799d57d267"], ["uuid", "d75f5bf2-8c11-4036-9165-48b22533a477"], ["support_identifier", "cs_ecc62758"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:44:29.249830"], ["updated_at", "2017-12-18 18:44:29.249830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1029169648 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af7cef2b-e698-4add-8d45-e1c9e698010d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d8b348f8' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1029169648], ["username", "billy_12"], ["access_token", "ebaef2077695175a4a06d91abd19d365"], ["uuid", "af7cef2b-e698-4add-8d45-e1c9e698010d"], ["support_identifier", "cs_d8b348f8"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:44:29.254083"], ["updated_at", "2017-12-18 18:44:29.254083"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1466481645 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e95d2247-3573-4b96-9bab-f926b08cbcf1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2bf5f854' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1466481645], ["username", "billy_13"], ["access_token", "6df372ac071275b8267c32abd6e40a8f"], ["uuid", "e95d2247-3573-4b96-9bab-f926b08cbcf1"], ["support_identifier", "cs_2bf5f854"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:44:29.260337"], ["updated_at", "2017-12-18 18:44:29.260337"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -884119920 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a5e8f8d6-49f8-4782-975d-833377883cd4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c4f61914' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -884119920], ["username", "billy_14"], ["access_token", "a3eb8876d035b9b397f8ea48a3dc3150"], ["uuid", "a5e8f8d6-49f8-4782-975d-833377883cd4"], ["support_identifier", "cs_c4f61914"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:44:29.264754"], ["updated_at", "2017-12-18 18:44:29.264754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812109399 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '236213da-ac15-474e-9cbc-91fc44d694c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97c68c7c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1812109399], ["username", "billy_15"], ["access_token", "e03b35c24aba82911c9811110d9b8fdd"], ["uuid", "236213da-ac15-474e-9cbc-91fc44d694c6"], ["support_identifier", "cs_97c68c7c"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:44:29.269290"], ["updated_at", "2017-12-18 18:44:29.269290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1185951692 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1aa65b9e-1067-46bd-b359-be8d08de5fe3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f10b7e35' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1185951692], ["username", "billy_16"], ["access_token", "3a7b9c313c376eb8510b759f8df6e98e"], ["uuid", "1aa65b9e-1067-46bd-b359-be8d08de5fe3"], ["support_identifier", "cs_f10b7e35"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:44:29.273716"], ["updated_at", "2017-12-18 18:44:29.273716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1277195510 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fe90b7a-33e4-4749-95e8-1efddcf3deea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6c051c24' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1277195510], ["username", "billy_17"], ["access_token", "1783ec0db77431630df77bc2f8762d26"], ["uuid", "0fe90b7a-33e4-4749-95e8-1efddcf3deea"], ["support_identifier", "cs_6c051c24"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:44:29.278405"], ["updated_at", "2017-12-18 18:44:29.278405"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -910265442 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55c1a71f-8b6f-4115-a037-f35727db4e65' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d6def6a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -910265442], ["username", "billy_18"], ["access_token", "57ebc2bf80e69d8adfce66a1b184f278"], ["uuid", "55c1a71f-8b6f-4115-a037-f35727db4e65"], ["support_identifier", "cs_7d6def6a"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:44:29.283159"], ["updated_at", "2017-12-18 18:44:29.283159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -47141183 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d2aa3a7-74bb-4bd3-9ebb-4a1ddd80e567' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_919a59c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -47141183], ["username", "billy_19"], ["access_token", "e930a83f6131207f553303064ec31c85"], ["uuid", "6d2aa3a7-74bb-4bd3-9ebb-4a1ddd80e567"], ["support_identifier", "cs_919a59c1"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:44:29.287993"], ["updated_at", "2017-12-18 18:44:29.287993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1562071977 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9fd3daa3-45ee-4cba-a327-956439ef4b36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a332615' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1562071977], ["username", "billy_20"], ["access_token", "8684a4d0c4dcaf6842012c9d1a11870f"], ["uuid", "9fd3daa3-45ee-4cba-a327-956439ef4b36"], ["support_identifier", "cs_1a332615"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:44:29.292781"], ["updated_at", "2017-12-18 18:44:29.292781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026976099 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2286db2a-bc11-4e2d-bc02-69945ea2ff14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e22fa391' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2026976099], ["username", "billy_21"], ["access_token", "bc4f1e4438f6d6b3bf964b615f2e7ac6"], ["uuid", "2286db2a-bc11-4e2d-bc02-69945ea2ff14"], ["support_identifier", "cs_e22fa391"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:44:29.297249"], ["updated_at", "2017-12-18 18:44:29.297249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1134585683 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dfce34fd-1bae-407d-8ec1-24078bdc5b7d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bbab0aa6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1134585683], ["username", "billy_22"], ["access_token", "253d0af599194e84df68c8901284d461"], ["uuid", "dfce34fd-1bae-407d-8ec1-24078bdc5b7d"], ["support_identifier", "cs_bbab0aa6"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:44:29.301989"], ["updated_at", "2017-12-18 18:44:29.301989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -347374286 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d9fe897-98f9-4d89-84a3-1a03f40c21f8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0200fdbc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -347374286], ["username", "billy_23"], ["access_token", "fe40267dfe4f68042f93884f859b834e"], ["uuid", "6d9fe897-98f9-4d89-84a3-1a03f40c21f8"], ["support_identifier", "cs_0200fdbc"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:44:29.306218"], ["updated_at", "2017-12-18 18:44:29.306218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -627814362 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37facd33-ebe5-4aa3-b6e0-845c97f3c64a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_488071f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -627814362], ["username", "billy_24"], ["access_token", "0deb39ce1ac5365db3a288e1acefce04"], ["uuid", "37facd33-ebe5-4aa3-b6e0-845c97f3c64a"], ["support_identifier", "cs_488071f1"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:44:29.310551"], ["updated_at", "2017-12-18 18:44:29.310551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -961960710 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '454fe0f4-e868-425b-a944-f490da24011f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a07971cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -961960710], ["username", "billy_25"], ["access_token", "0a714d91364a597b756aaf99814292d0"], ["uuid", "454fe0f4-e868-425b-a944-f490da24011f"], ["support_identifier", "cs_a07971cc"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:44:29.315003"], ["updated_at", "2017-12-18 18:44:29.315003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1920335108 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '73f025c3-52ea-43f8-b13a-a7afd90637b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e49c99ee' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1920335108], ["username", "billy_26"], ["access_token", "a89dab0a2632e00732cb067872e8025b"], ["uuid", "73f025c3-52ea-43f8-b13a-a7afd90637b3"], ["support_identifier", "cs_e49c99ee"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:44:29.319315"], ["updated_at", "2017-12-18 18:44:29.319315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1927107170 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ffa2818-d012-479b-856e-019923a7492c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a6e3d4b5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1927107170], ["username", "billy_27"], ["access_token", "3c7c66a9c603d7097d6d8b3c03c44326"], ["uuid", "4ffa2818-d012-479b-856e-019923a7492c"], ["support_identifier", "cs_a6e3d4b5"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:44:29.324718"], ["updated_at", "2017-12-18 18:44:29.324718"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1726314172 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a018025b-f072-4107-a292-499157980756' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_359f6c66' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1726314172], ["username", "billy_28"], ["access_token", "65b3e88ff16672f61b7b0830e391279d"], ["uuid", "a018025b-f072-4107-a292-499157980756"], ["support_identifier", "cs_359f6c66"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:44:29.330718"], ["updated_at", "2017-12-18 18:44:29.330718"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -785596977 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3d3a196-1838-433d-ad9c-8fbffc0709c1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_db373447' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -785596977], ["username", "billy_29"], ["access_token", "976cfe66cd9d8d881bf7c1df7abbf686"], ["uuid", "b3d3a196-1838-433d-ad9c-8fbffc0709c1"], ["support_identifier", "cs_db373447"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:44:29.335767"], ["updated_at", "2017-12-18 18:44:29.335767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -36231447 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35cde2e3-4cce-4805-83ca-bab864dd6730' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_823d6405' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -36231447], ["username", "billy_30"], ["access_token", "a17c6a6ba1633467fac92fdd61110944"], ["uuid", "35cde2e3-4cce-4805-83ca-bab864dd6730"], ["support_identifier", "cs_823d6405"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:44:29.340471"], ["updated_at", "2017-12-18 18:44:29.340471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -778027706 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '249fb6f6-8498-482e-a87f-1b0073c3651d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_972e7fa7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -778027706], ["username", "billy_31"], ["access_token", "3101007140d97256da84f9746a2a71df"], ["uuid", "249fb6f6-8498-482e-a87f-1b0073c3651d"], ["support_identifier", "cs_972e7fa7"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:44:29.344909"], ["updated_at", "2017-12-18 18:44:29.344909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1435551190 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb2e7bfc-8cd5-48a7-a6ab-64f503e5de40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_743a3bfb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1435551190], ["username", "billy_32"], ["access_token", "20dc93d8a9f63fe50fc87e38a7c7495d"], ["uuid", "fb2e7bfc-8cd5-48a7-a6ab-64f503e5de40"], ["support_identifier", "cs_743a3bfb"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:44:29.349317"], ["updated_at", "2017-12-18 18:44:29.349317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -705221462 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b74a4ab-f9be-4db8-be63-69f68e8e51a9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_678a24f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -705221462], ["username", "billy_33"], ["access_token", "7a9c4a1f2da7a4140dbee492bddc5e4d"], ["uuid", "2b74a4ab-f9be-4db8-be63-69f68e8e51a9"], ["support_identifier", "cs_678a24f4"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:44:29.353809"], ["updated_at", "2017-12-18 18:44:29.353809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1414537842 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69d3eee3-94e3-4375-827e-cd056884161a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_436d9ac3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1414537842], ["username", "billy_34"], ["access_token", "3f85c9c29f044867d30b859181b605a7"], ["uuid", "69d3eee3-94e3-4375-827e-cd056884161a"], ["support_identifier", "cs_436d9ac3"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:44:29.358306"], ["updated_at", "2017-12-18 18:44:29.358306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1223864802 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a467c798-0533-4608-b91b-17c3291c2f9d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_54d78001' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1223864802], ["username", "billy_35"], ["access_token", "9799e5a5c8bb6c560e918e425eaa3e2d"], ["uuid", "a467c798-0533-4608-b91b-17c3291c2f9d"], ["support_identifier", "cs_54d78001"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:44:29.363023"], ["updated_at", "2017-12-18 18:44:29.363023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1533261170 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e78ac28b-da2b-46c5-91b9-69013801e0da' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f6d0636' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1533261170], ["username", "billy_36"], ["access_token", "805deef91ce0a1d0616f9f927f4c3727"], ["uuid", "e78ac28b-da2b-46c5-91b9-69013801e0da"], ["support_identifier", "cs_7f6d0636"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:44:29.367346"], ["updated_at", "2017-12-18 18:44:29.367346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1869605846 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd31567d6-5627-43f6-a2a6-b90ce2c2898d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b333b250' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1869605846], ["username", "billy_37"], ["access_token", "0fb531468524751cb29d70026b572114"], ["uuid", "d31567d6-5627-43f6-a2a6-b90ce2c2898d"], ["support_identifier", "cs_b333b250"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:44:29.373113"], ["updated_at", "2017-12-18 18:44:29.373113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2012415506 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2f46d6d-6cde-425e-a93d-695d07d13c09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ad34430' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2012415506], ["username", "billy_38"], ["access_token", "a04df0810e4831b7c67bb698c05cc66b"], ["uuid", "e2f46d6d-6cde-425e-a93d-695d07d13c09"], ["support_identifier", "cs_7ad34430"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:44:29.378094"], ["updated_at", "2017-12-18 18:44:29.378094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1107882580 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b23c069c-4f30-4966-a219-151be16d2fa5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cc5266b8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1107882580], ["username", "billy_39"], ["access_token", "feba22782358ae24812e9440a8058f48"], ["uuid", "b23c069c-4f30-4966-a219-151be16d2fa5"], ["support_identifier", "cs_cc5266b8"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:44:29.383340"], ["updated_at", "2017-12-18 18:44:29.383340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1709286440 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d85bc2a-0e63-4d40-8d56-346ca68efbd1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d5b74dfa' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1709286440], ["username", "billy_40"], ["access_token", "0eaf4ae330e94048cb99d0bafec3dbd8"], ["uuid", "4d85bc2a-0e63-4d40-8d56-346ca68efbd1"], ["support_identifier", "cs_d5b74dfa"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:44:29.388849"], ["updated_at", "2017-12-18 18:44:29.388849"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322304362 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f1ce6ba-089f-4247-be2a-d24b66b73a45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_433280ec' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -322304362], ["username", "billy_41"], ["access_token", "805b85bbde6f071ad10afd574deea6f5"], ["uuid", "3f1ce6ba-089f-4247-be2a-d24b66b73a45"], ["support_identifier", "cs_433280ec"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:44:29.393772"], ["updated_at", "2017-12-18 18:44:29.393772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1796044871 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64529a66-8033-4123-a38a-cc7ee3d772c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_87f8fe3f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1796044871], ["username", "billy_42"], ["access_token", "4afe3f2e1508ed5983607be056d5c202"], ["uuid", "64529a66-8033-4123-a38a-cc7ee3d772c3"], ["support_identifier", "cs_87f8fe3f"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:44:29.398306"], ["updated_at", "2017-12-18 18:44:29.398306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -707965556 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fbe4794-20bc-45fe-bb7f-f976d1ac04d7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_199254e2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -707965556], ["username", "billy_43"], ["access_token", "20aab5d428d32075a67e5d16667da22a"], ["uuid", "0fbe4794-20bc-45fe-bb7f-f976d1ac04d7"], ["support_identifier", "cs_199254e2"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:44:29.402699"], ["updated_at", "2017-12-18 18:44:29.402699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -992165465 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ce3fc7d-0a22-4c56-b222-926339847fc1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8b11fad2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -992165465], ["username", "billy_44"], ["access_token", "a9b4ad5c6c9e3f7394cb79f0e18db824"], ["uuid", "2ce3fc7d-0a22-4c56-b222-926339847fc1"], ["support_identifier", "cs_8b11fad2"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:44:29.407115"], ["updated_at", "2017-12-18 18:44:29.407115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -79337054 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1cd8bb9-f5ba-41e9-9bd3-3d75a97b78cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5bff2850' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -79337054], ["username", "billy_45"], ["access_token", "e3d47a0246aeb72db65e78c86d0f1a8f"], ["uuid", "c1cd8bb9-f5ba-41e9-9bd3-3d75a97b78cd"], ["support_identifier", "cs_5bff2850"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:44:29.411421"], ["updated_at", "2017-12-18 18:44:29.411421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53214593 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9fa617ac-506f-472f-8468-6282ef61cabb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_14efdc86' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -53214593], ["username", "jstrav"], ["access_token", "108e4c0603efaf01956290ea90c03212"], ["uuid", "9fa617ac-506f-472f-8468-6282ef61cabb"], ["support_identifier", "cs_14efdc86"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:29.421776"], ["updated_at", "2017-12-18 18:44:29.421776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423460269 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af108828-a1dd-40f3-bd13-42e908f8b2f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92c513b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -423460269], ["username", "mary"], ["access_token", "c39d279c63542c5d006fff8ebc665da1"], ["uuid", "af108828-a1dd-40f3-bd13-42e908f8b2f9"], ["support_identifier", "cs_92c513b4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:29.426719"], ["updated_at", "2017-12-18 18:44:29.426719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1588344416 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8150d5e-efe3-4eee-a0af-8ce4da5d91ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_46320baf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1588344416], ["username", "jstead"], ["access_token", "bb94a2b38f75b1587a42b756dd816373"], ["uuid", "f8150d5e-efe3-4eee-a0af-8ce4da5d91ba"], ["support_identifier", "cs_46320baf"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:29.431532"], ["updated_at", "2017-12-18 18:44:29.431532"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -602590933 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd58337e-1b1b-4b57-b853-3ed2d4e7abde' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7612edaa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -602590933], ["username", "bigbear"], ["access_token", "8454a070dd693d1bdf604ab68ba0c401"], ["uuid", "cd58337e-1b1b-4b57-b853-3ed2d4e7abde"], ["support_identifier", "cs_7612edaa"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:29.436067"], ["updated_at", "2017-12-18 18:44:29.436067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591168286 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c62a63f4-d215-491b-a7b5-43bc2b7bb2ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e1cfb654' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -591168286], ["username", "billy_00"], ["access_token", "d26bfe942fa62eda7ea06ca857bd3ee3"], ["uuid", "c62a63f4-d215-491b-a7b5-43bc2b7bb2ed"], ["support_identifier", "cs_e1cfb654"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 18:44:29.441177"], ["updated_at", "2017-12-18 18:44:29.441177"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070012683 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7eb3186d-8174-4a03-8ab2-e1cec5f68e60' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cee90868' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2070012683], ["username", "billy_01"], ["access_token", "c70dfa3c6db2263512f1dde7080cad19"], ["uuid", "7eb3186d-8174-4a03-8ab2-e1cec5f68e60"], ["support_identifier", "cs_cee90868"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 18:44:29.445925"], ["updated_at", "2017-12-18 18:44:29.445925"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308487628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4d2fa26-6591-4ec9-9baf-7c10896522cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a32c924b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -308487628], ["username", "billy_02"], ["access_token", "2553076a5b2fba1941ca7e0ecc31f138"], ["uuid", "f4d2fa26-6591-4ec9-9baf-7c10896522cd"], ["support_identifier", "cs_a32c924b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 18:44:29.450385"], ["updated_at", "2017-12-18 18:44:29.450385"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1545680489 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a9d2eaa-42ee-464c-a32d-d2b359e3707b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91ad136e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1545680489], ["username", "billy_03"], ["access_token", "66485b2d10ee8ec7afcae5c5fd008498"], ["uuid", "7a9d2eaa-42ee-464c-a32d-d2b359e3707b"], ["support_identifier", "cs_91ad136e"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 18:44:29.455111"], ["updated_at", "2017-12-18 18:44:29.455111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -121181737 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '475706b0-320d-48cf-9eeb-ae9427c173f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8876f208' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -121181737], ["username", "billy_04"], ["access_token", "a597b253426ea74170462af41fb7e237"], ["uuid", "475706b0-320d-48cf-9eeb-ae9427c173f1"], ["support_identifier", "cs_8876f208"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:44:29.459710"], ["updated_at", "2017-12-18 18:44:29.459710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1908704996 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b585f396-ade8-416f-b308-1ec58bbda4da' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_741e7319' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1908704996], ["username", "billy_05"], ["access_token", "25ada503210a4307b1f50acfd3779a0d"], ["uuid", "b585f396-ade8-416f-b308-1ec58bbda4da"], ["support_identifier", "cs_741e7319"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:44:29.464030"], ["updated_at", "2017-12-18 18:44:29.464030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1151202477 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8f02a10-3fd4-4082-a182-a25884f897c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_597fb90c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1151202477], ["username", "billy_06"], ["access_token", "5ef7d6af7a06b960c787c30e350dc273"], ["uuid", "f8f02a10-3fd4-4082-a182-a25884f897c6"], ["support_identifier", "cs_597fb90c"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:44:29.468692"], ["updated_at", "2017-12-18 18:44:29.468692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1873404834 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f157752d-0944-44e9-8d4e-a96725358968' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d262ef2c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1873404834], ["username", "billy_07"], ["access_token", "3a608260ed8f4d3468ba47b0dd01856e"], ["uuid", "f157752d-0944-44e9-8d4e-a96725358968"], ["support_identifier", "cs_d262ef2c"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:44:29.473032"], ["updated_at", "2017-12-18 18:44:29.473032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1230123212 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3e3dffb-e5af-4965-a5a2-d7ed31e8a28c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8bb7add8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1230123212], ["username", "billy_08"], ["access_token", "d75e1b0f69c1c154981154d7aa4f95f6"], ["uuid", "c3e3dffb-e5af-4965-a5a2-d7ed31e8a28c"], ["support_identifier", "cs_8bb7add8"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:44:29.477312"], ["updated_at", "2017-12-18 18:44:29.477312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1286127036 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4baeffb0-ea52-454e-8122-db6bf10a5a58' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_029aa57c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1286127036], ["username", "billy_09"], ["access_token", "8afedf9110332744cc5f2137b5e6709f"], ["uuid", "4baeffb0-ea52-454e-8122-db6bf10a5a58"], ["support_identifier", "cs_029aa57c"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:44:29.481572"], ["updated_at", "2017-12-18 18:44:29.481572"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1188894791 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '719f90c0-44a9-4404-bbe7-234c2b943a4c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1662c599' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1188894791], ["username", "billy_10"], ["access_token", "2579fb90ac27feba651f575788ab6e98"], ["uuid", "719f90c0-44a9-4404-bbe7-234c2b943a4c"], ["support_identifier", "cs_1662c599"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:44:29.485975"], ["updated_at", "2017-12-18 18:44:29.485975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1037111926 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e65b1cd2-e9bf-4cb5-9630-2f3bae36f74d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_411b06c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1037111926], ["username", "billy_11"], ["access_token", "14a1e27d73fd1bfedea7e9cf96e96a5e"], ["uuid", "e65b1cd2-e9bf-4cb5-9630-2f3bae36f74d"], ["support_identifier", "cs_411b06c0"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:44:29.490379"], ["updated_at", "2017-12-18 18:44:29.490379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1474795920 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ae050b0-a7de-42a6-a5f2-d78dc5de8b1d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_88598e91' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1474795920], ["username", "billy_12"], ["access_token", "bdaaaeddfb1094afc525cfd592a4d526"], ["uuid", "8ae050b0-a7de-42a6-a5f2-d78dc5de8b1d"], ["support_identifier", "cs_88598e91"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:44:29.494659"], ["updated_at", "2017-12-18 18:44:29.494659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1584911325 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6933ee89-fa98-4c38-bcff-eb6897c5f7bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b2a00a24' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1584911325], ["username", "billy_13"], ["access_token", "aa7865634b77a5b56bc335da95a781c5"], ["uuid", "6933ee89-fa98-4c38-bcff-eb6897c5f7bb"], ["support_identifier", "cs_b2a00a24"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:44:29.498831"], ["updated_at", "2017-12-18 18:44:29.498831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -831015794 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd37301e5-b004-4116-879f-c8a64f224e33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53bccc7d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -831015794], ["username", "billy_14"], ["access_token", "089bac495f9c691026276c81f8ce7e3d"], ["uuid", "d37301e5-b004-4116-879f-c8a64f224e33"], ["support_identifier", "cs_53bccc7d"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:44:29.503152"], ["updated_at", "2017-12-18 18:44:29.503152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1843516560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dcca2fdb-af8b-4b01-abca-7d0de913ced4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf5227a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1843516560], ["username", "billy_15"], ["access_token", "32e22c96c146b5c770130c87be1da3f4"], ["uuid", "dcca2fdb-af8b-4b01-abca-7d0de913ced4"], ["support_identifier", "cs_cf5227a5"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:44:29.507387"], ["updated_at", "2017-12-18 18:44:29.507387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -865306676 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b20a3bc-abc9-48dd-a49a-69829fd0208d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b63061c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -865306676], ["username", "billy_16"], ["access_token", "5dc48a51b662e19e193eb92dfdeb5c1d"], ["uuid", "5b20a3bc-abc9-48dd-a49a-69829fd0208d"], ["support_identifier", "cs_2b63061c"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:44:29.511719"], ["updated_at", "2017-12-18 18:44:29.511719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2011665197 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4fd848e-dc01-4b77-a7b6-994842522aed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73c687a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2011665197], ["username", "billy_17"], ["access_token", "a693cdec79b023720ee9c2af2c77c6fd"], ["uuid", "b4fd848e-dc01-4b77-a7b6-994842522aed"], ["support_identifier", "cs_73c687a9"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:44:29.515964"], ["updated_at", "2017-12-18 18:44:29.515964"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1604039268 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5899fd4f-1eb2-4ae1-a393-8579950153d0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8b98037' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1604039268], ["username", "billy_18"], ["access_token", "aa306dd9bec13e338b7054221359f3a2"], ["uuid", "5899fd4f-1eb2-4ae1-a393-8579950153d0"], ["support_identifier", "cs_f8b98037"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:44:29.520414"], ["updated_at", "2017-12-18 18:44:29.520414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1111177578 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '73b719d3-ba63-4baa-9546-40bf37825beb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e20822c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1111177578], ["username", "billy_19"], ["access_token", "e27302bc8b7269c3ec5fb8751dc940db"], ["uuid", "73b719d3-ba63-4baa-9546-40bf37825beb"], ["support_identifier", "cs_e20822c8"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:44:29.524729"], ["updated_at", "2017-12-18 18:44:29.524729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -780956475 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '772671be-efd9-4dbb-a810-952a1ef53c80' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_25984370' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -780956475], ["username", "billy_20"], ["access_token", "49f1f55bac5f56d74b9ae1aecbea4022"], ["uuid", "772671be-efd9-4dbb-a810-952a1ef53c80"], ["support_identifier", "cs_25984370"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:44:29.529166"], ["updated_at", "2017-12-18 18:44:29.529166"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -735365624 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0375f39c-a26c-4f78-8fd8-d4cca5406b6d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_14576b82' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -735365624], ["username", "billy_21"], ["access_token", "dd59a997562b4d68ee621aa87e8e54a5"], ["uuid", "0375f39c-a26c-4f78-8fd8-d4cca5406b6d"], ["support_identifier", "cs_14576b82"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:44:29.533554"], ["updated_at", "2017-12-18 18:44:29.533554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -577803089 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ffeb522-0c45-44e6-a58c-ce4c439a3614' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3bfa2b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -577803089], ["username", "billy_22"], ["access_token", "08ea14cb9c2c7a763505b6a0586dca53"], ["uuid", "4ffeb522-0c45-44e6-a58c-ce4c439a3614"], ["support_identifier", "cs_b3bfa2b3"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:44:29.537900"], ["updated_at", "2017-12-18 18:44:29.537900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405136891 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '015491b4-3374-48ef-bf5f-7b2f49e967c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_46026935' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -405136891], ["username", "billy_23"], ["access_token", "76aca8351a74210f31a8ba9449e1df57"], ["uuid", "015491b4-3374-48ef-bf5f-7b2f49e967c5"], ["support_identifier", "cs_46026935"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:44:29.542546"], ["updated_at", "2017-12-18 18:44:29.542546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2063620693 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65941227-81bb-4976-9158-322e311265a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_200d4d05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2063620693], ["username", "billy_24"], ["access_token", "9fa5cd9b78f56982428cccc572f049dc"], ["uuid", "65941227-81bb-4976-9158-322e311265a1"], ["support_identifier", "cs_200d4d05"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:44:29.547632"], ["updated_at", "2017-12-18 18:44:29.547632"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1680432170 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3bedaf09-4de4-4e9b-ac12-3ccd1e511f73' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0306af27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1680432170], ["username", "billy_25"], ["access_token", "710c941713ac39a04f7d019d8c5f89a1"], ["uuid", "3bedaf09-4de4-4e9b-ac12-3ccd1e511f73"], ["support_identifier", "cs_0306af27"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:44:29.552035"], ["updated_at", "2017-12-18 18:44:29.552035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -218870490 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20edbbd7-c288-45fa-b8ca-613bb76e730f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5542ce6c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -218870490], ["username", "billy_26"], ["access_token", "ffd5cbcaa9787e2e60475036c5b8f3b8"], ["uuid", "20edbbd7-c288-45fa-b8ca-613bb76e730f"], ["support_identifier", "cs_5542ce6c"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:44:29.557606"], ["updated_at", "2017-12-18 18:44:29.557606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -974916258 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b77045ba-2e1e-49c9-802d-76bc74efe75b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1131924d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -974916258], ["username", "billy_27"], ["access_token", "94742cb5a4a66e78181c6b4cebae3e95"], ["uuid", "b77045ba-2e1e-49c9-802d-76bc74efe75b"], ["support_identifier", "cs_1131924d"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:44:29.562580"], ["updated_at", "2017-12-18 18:44:29.562580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065871617 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4008a81c-f64c-4f78-8f6b-9a8b59c6db00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6fb8a655' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1065871617], ["username", "billy_28"], ["access_token", "2dd2d4af203be9c3aefbe1852c1b9f9c"], ["uuid", "4008a81c-f64c-4f78-8f6b-9a8b59c6db00"], ["support_identifier", "cs_6fb8a655"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:44:29.567157"], ["updated_at", "2017-12-18 18:44:29.567157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1988777883 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04900f73-2f69-4b29-b645-bab8533bf258' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f4c7edc9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1988777883], ["username", "billy_29"], ["access_token", "2b30eef85f0a24919eddce87fa0569c4"], ["uuid", "04900f73-2f69-4b29-b645-bab8533bf258"], ["support_identifier", "cs_f4c7edc9"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:44:29.571726"], ["updated_at", "2017-12-18 18:44:29.571726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -215480475 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46ffc014-ca47-465a-bb0c-f78a7636f54a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_18108d6f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -215480475], ["username", "billy_30"], ["access_token", "b35cf5e2dec83097bac29d091ab2ad65"], ["uuid", "46ffc014-ca47-465a-bb0c-f78a7636f54a"], ["support_identifier", "cs_18108d6f"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:44:29.576280"], ["updated_at", "2017-12-18 18:44:29.576280"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -925528046 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '097dde37-f04e-430c-a435-7c8e71469af5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_20c9116b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -925528046], ["username", "billy_31"], ["access_token", "1c0cc37a198956b9e20cf34ed1a4970c"], ["uuid", "097dde37-f04e-430c-a435-7c8e71469af5"], ["support_identifier", "cs_20c9116b"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:44:29.580681"], ["updated_at", "2017-12-18 18:44:29.580681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -530691677 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76932c1e-bfdf-4b11-80cd-de634c6ff15f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_41a1016a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -530691677], ["username", "billy_32"], ["access_token", "89622e4e1cbc2cef691959b72b7c6554"], ["uuid", "76932c1e-bfdf-4b11-80cd-de634c6ff15f"], ["support_identifier", "cs_41a1016a"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:44:29.585180"], ["updated_at", "2017-12-18 18:44:29.585180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1084684043 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28e5f3eb-7217-436f-a3fc-19570e76f042' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d160342' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1084684043], ["username", "billy_33"], ["access_token", "e4f11879273a0392e78e29c0521ad697"], ["uuid", "28e5f3eb-7217-436f-a3fc-19570e76f042"], ["support_identifier", "cs_4d160342"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:44:29.589733"], ["updated_at", "2017-12-18 18:44:29.589733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324234977 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4dba599-8206-44f1-b3e8-ba216e76969f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_926bbd85' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1324234977], ["username", "billy_34"], ["access_token", "b0f7d2c1ee47b4f01a305133592a39de"], ["uuid", "f4dba599-8206-44f1-b3e8-ba216e76969f"], ["support_identifier", "cs_926bbd85"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:44:29.594003"], ["updated_at", "2017-12-18 18:44:29.594003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1690926740 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7191b3f8-e309-41cc-9a7a-9af22b863a20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2116a52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1690926740], ["username", "billy_35"], ["access_token", "59806e6e806c05c40e4e59b34cbb27cd"], ["uuid", "7191b3f8-e309-41cc-9a7a-9af22b863a20"], ["support_identifier", "cs_f2116a52"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:44:29.598195"], ["updated_at", "2017-12-18 18:44:29.598195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1398896490 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '197ebbc7-0251-4d74-a9ef-951c51b75f75' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b4191aee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1398896490], ["username", "billy_36"], ["access_token", "43fd5e3ed596f7596dd17676182a4c88"], ["uuid", "197ebbc7-0251-4d74-a9ef-951c51b75f75"], ["support_identifier", "cs_b4191aee"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:44:29.602199"], ["updated_at", "2017-12-18 18:44:29.602199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1866851648 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c4d5b379-58d7-40e7-afa8-b3e63ae89bc2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7e2f8209' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1866851648], ["username", "billy_37"], ["access_token", "06b7c370e12501353ce48fc44e4880b9"], ["uuid", "c4d5b379-58d7-40e7-afa8-b3e63ae89bc2"], ["support_identifier", "cs_7e2f8209"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:44:29.606191"], ["updated_at", "2017-12-18 18:44:29.606191"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1215634383 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a103bc4a-ca8d-442e-a5df-5037e21d4b4a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b31f447' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1215634383], ["username", "billy_38"], ["access_token", "846723728795b6e9662fea869e480dd6"], ["uuid", "a103bc4a-ca8d-442e-a5df-5037e21d4b4a"], ["support_identifier", "cs_0b31f447"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:44:29.610346"], ["updated_at", "2017-12-18 18:44:29.610346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1213315149 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '123ca1de-81b3-445d-b95a-e9194fd4746b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97f12caf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1213315149], ["username", "billy_39"], ["access_token", "881d52d29b2d95eae39106b127150504"], ["uuid", "123ca1de-81b3-445d-b95a-e9194fd4746b"], ["support_identifier", "cs_97f12caf"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:44:29.621895"], ["updated_at", "2017-12-18 18:44:29.621895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1665390998 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a4157df-8e01-49bf-a5c9-d85e2b811758' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f77f7cb3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1665390998], ["username", "billy_40"], ["access_token", "f329edb91ea3aa3edca67da702985bf6"], ["uuid", "3a4157df-8e01-49bf-a5c9-d85e2b811758"], ["support_identifier", "cs_f77f7cb3"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:44:29.627362"], ["updated_at", "2017-12-18 18:44:29.627362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -762944833 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a764cc8-c124-472f-b5df-96fd3e345e68' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9be23685' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -762944833], ["username", "billy_41"], ["access_token", "2f37bc67d8480b8dd537a3ee2730cc90"], ["uuid", "1a764cc8-c124-472f-b5df-96fd3e345e68"], ["support_identifier", "cs_9be23685"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:44:29.633017"], ["updated_at", "2017-12-18 18:44:29.633017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2092384722 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a29aa0cc-6a61-4ec5-a8b8-9a64d7f27e35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_457df14e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2092384722], ["username", "billy_42"], ["access_token", "26f70864484b4e7dfd1b0f70068524f1"], ["uuid", "a29aa0cc-6a61-4ec5-a8b8-9a64d7f27e35"], ["support_identifier", "cs_457df14e"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:44:29.637691"], ["updated_at", "2017-12-18 18:44:29.637691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -980442702 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77ad05e5-b79a-4389-a837-6bdad78bb5c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f0d78362' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -980442702], ["username", "billy_43"], ["access_token", "311b4f4beac955aa1f09ccb523ef7e78"], ["uuid", "77ad05e5-b79a-4389-a837-6bdad78bb5c0"], ["support_identifier", "cs_f0d78362"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:44:29.642431"], ["updated_at", "2017-12-18 18:44:29.642431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -201296399 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d96f1d3-2bdd-483a-8dfb-5affb7fa2e5a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1fa220a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -201296399], ["username", "billy_44"], ["access_token", "cdd8c0b6f7a237c27c4ee373ccec2638"], ["uuid", "3d96f1d3-2bdd-483a-8dfb-5affb7fa2e5a"], ["support_identifier", "cs_1fa220a3"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:44:29.646919"], ["updated_at", "2017-12-18 18:44:29.646919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1925372649 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7fe5234-d53c-43e0-99dd-c9db742a4ed9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a5608312' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1925372649], ["username", "billy_45"], ["access_token", "1121edbcbec75826f39b9f883c6508ee"], ["uuid", "d7fe5234-d53c-43e0-99dd-c9db742a4ed9"], ["support_identifier", "cs_a5608312"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:44:29.651191"], ["updated_at", "2017-12-18 18:44:29.651191"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -882330820 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94589152-d748-4886-bbfd-802f35912e16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dbc28a3e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -882330820], ["username", "billy_46"], ["access_token", "f837ff8e604f54679a139590ce8508ef"], ["uuid", "94589152-d748-4886-bbfd-802f35912e16"], ["support_identifier", "cs_dbc28a3e"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:44:29.655439"], ["updated_at", "2017-12-18 18:44:29.655439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1277817599 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67af586c-5d43-42f6-93ca-c0c993543499' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c27b937d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1277817599], ["username", "billy_47"], ["access_token", "1d691b86099e1a5e70703753218063a3"], ["uuid", "67af586c-5d43-42f6-93ca-c0c993543499"], ["support_identifier", "cs_c27b937d"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:44:29.659696"], ["updated_at", "2017-12-18 18:44:29.659696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1307840654 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff9d5f3c-381f-41f8-8167-a5b403e9ec52' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dbd81c0b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1307840654], ["username", "billy_48"], ["access_token", "5b3d144120ac9b0b4fdec947c3d90242"], ["uuid", "ff9d5f3c-381f-41f8-8167-a5b403e9ec52"], ["support_identifier", "cs_dbd81c0b"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:44:29.664052"], ["updated_at", "2017-12-18 18:44:29.664052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -493888479 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84262046-783c-413d-aca6-6434572422aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab8bbb3f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -493888479], ["username", "billy_49"], ["access_token", "47b88a43c2ab4cb71150b9c1449219ff"], ["uuid", "84262046-783c-413d-aca6-6434572422aa"], ["support_identifier", "cs_ab8bbb3f"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:44:29.668516"], ["updated_at", "2017-12-18 18:44:29.668516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (1.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -771811581 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9cc4020-4d5a-43b3-b4cf-8141723bdfdb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1f7d111' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -771811581], ["username", "jstrav"], ["access_token", "b1e509ff13b86c5190a15f4da41f3417"], ["uuid", "f9cc4020-4d5a-43b3-b4cf-8141723bdfdb"], ["support_identifier", "cs_f1f7d111"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:29.680791"], ["updated_at", "2017-12-18 18:44:29.680791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -11501144 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e6264bd-65b5-4aeb-bfd5-9a9e7a711e03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b782c09' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -11501144], ["username", "mary"], ["access_token", "b25e7c6c5afb48bf46d24e51aba90443"], ["uuid", "7e6264bd-65b5-4aeb-bfd5-9a9e7a711e03"], ["support_identifier", "cs_7b782c09"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:29.685836"], ["updated_at", "2017-12-18 18:44:29.685836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1434451878 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a18597fa-c225-462d-bad8-9833417a93cb' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c481a8a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1434451878], ["username", "jstead"], ["access_token", "a2696f0e207f412e4f671c8ed754b0a4"], ["uuid", "a18597fa-c225-462d-bad8-9833417a93cb"], ["support_identifier", "cs_7c481a8a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:29.691951"], ["updated_at", "2017-12-18 18:44:29.691951"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1282962716 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '854943bf-4f94-474b-aa74-7cd882af11d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f90ca58d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1282962716], ["username", "bigbear"], ["access_token", "d464d2115e47e1d44694db9da8b3d1a1"], ["uuid", "854943bf-4f94-474b-aa74-7cd882af11d8"], ["support_identifier", "cs_f90ca58d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:29.697590"], ["updated_at", "2017-12-18 18:44:29.697590"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -469466702 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18bb9d55-819e-4f88-85e7-06b8fae477af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cff0655b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -469466702], ["username", "billy_00"], ["access_token", "efe6e81288d9ee5ece204be7ce9145b0"], ["uuid", "18bb9d55-819e-4f88-85e7-06b8fae477af"], ["support_identifier", "cs_cff0655b"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 18:44:29.702331"], ["updated_at", "2017-12-18 18:44:29.702331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1531965598 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f561d270-3d1b-49dd-a2ad-f939d983e508' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93856aeb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1531965598], ["username", "billy_01"], ["access_token", "392576feb3a2cba8c8d8e452ee70a9ed"], ["uuid", "f561d270-3d1b-49dd-a2ad-f939d983e508"], ["support_identifier", "cs_93856aeb"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 18:44:29.706797"], ["updated_at", "2017-12-18 18:44:29.706797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -154190810 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46fa3339-b346-4e63-a0a0-e3a795a6bc40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b63452a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -154190810], ["username", "billy_02"], ["access_token", "783a90246562dbf1a21edfe03d13c577"], ["uuid", "46fa3339-b346-4e63-a0a0-e3a795a6bc40"], ["support_identifier", "cs_b63452a4"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 18:44:29.711281"], ["updated_at", "2017-12-18 18:44:29.711281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220667819 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57e4d179-8868-4922-98f8-e33b6ccde2c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_577ccfae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1220667819], ["username", "billy_03"], ["access_token", "8f8a26271d25bbf2f5c411b2180334ed"], ["uuid", "57e4d179-8868-4922-98f8-e33b6ccde2c4"], ["support_identifier", "cs_577ccfae"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 18:44:29.716389"], ["updated_at", "2017-12-18 18:44:29.716389"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1833286398 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ee5b8cb-9441-4a1f-b742-8d9d814da329' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_82f3e384' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1833286398], ["username", "billy_04"], ["access_token", "cb28e51df2df24bd1cef7dc1f22d9766"], ["uuid", "7ee5b8cb-9441-4a1f-b742-8d9d814da329"], ["support_identifier", "cs_82f3e384"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:44:29.720898"], ["updated_at", "2017-12-18 18:44:29.720898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -248835884 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c4c1460-22bb-490c-8b48-ef9adf072183' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4b6bea4e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -248835884], ["username", "billy_05"], ["access_token", "a79113d97f27eb5287976fa81364ae34"], ["uuid", "4c4c1460-22bb-490c-8b48-ef9adf072183"], ["support_identifier", "cs_4b6bea4e"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:44:29.725470"], ["updated_at", "2017-12-18 18:44:29.725470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1506786786 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '188a6569-ff02-41e2-b4ab-ce57e02c39b8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b78c76d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1506786786], ["username", "billy_06"], ["access_token", "9aafb6c33fe8b94939f8026ff9e83434"], ["uuid", "188a6569-ff02-41e2-b4ab-ce57e02c39b8"], ["support_identifier", "cs_b78c76d9"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:44:29.730538"], ["updated_at", "2017-12-18 18:44:29.730538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1560340617 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce5de0bd-1c57-4bfd-bb4e-a84b504201b4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a2424ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1560340617], ["username", "billy_07"], ["access_token", "bd0bd1e928fafcaf01f944ef926873a7"], ["uuid", "ce5de0bd-1c57-4bfd-bb4e-a84b504201b4"], ["support_identifier", "cs_1a2424ec"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:44:29.735065"], ["updated_at", "2017-12-18 18:44:29.735065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -583256608 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '362984c1-5da1-489e-ad2b-27fc38f5d8cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f308dd11' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -583256608], ["username", "billy_08"], ["access_token", "4ac42adfcda241a0b0c2de5652bee333"], ["uuid", "362984c1-5da1-489e-ad2b-27fc38f5d8cd"], ["support_identifier", "cs_f308dd11"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:44:29.739935"], ["updated_at", "2017-12-18 18:44:29.739935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409378354 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0362f6f8-45e4-43af-960f-64ba1fe68926' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f834d75d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1409378354], ["username", "billy_09"], ["access_token", "4cb71da36a81a63c8b015c2395b48398"], ["uuid", "0362f6f8-45e4-43af-960f-64ba1fe68926"], ["support_identifier", "cs_f834d75d"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:44:29.744885"], ["updated_at", "2017-12-18 18:44:29.744885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018767257 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cae102bb-af07-4c25-8f2c-b649e952e297' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47013ada' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1018767257], ["username", "billy_10"], ["access_token", "c7bc97a8e351b54581c6081d1af2c91a"], ["uuid", "cae102bb-af07-4c25-8f2c-b649e952e297"], ["support_identifier", "cs_47013ada"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:44:29.749373"], ["updated_at", "2017-12-18 18:44:29.749373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -889106627 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '205340f3-9e97-4836-8a22-3c0e7983beef' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b87aaac' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -889106627], ["username", "billy_11"], ["access_token", "f22757deb3b2c848fae410a8032d1d47"], ["uuid", "205340f3-9e97-4836-8a22-3c0e7983beef"], ["support_identifier", "cs_6b87aaac"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:44:29.753989"], ["updated_at", "2017-12-18 18:44:29.753989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53667752 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7fcf4d9d-be15-49d0-a6cd-7b6fa4f4a4e7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1907682f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -53667752], ["username", "billy_12"], ["access_token", "6129a94fae2b506c6f3987836e79335a"], ["uuid", "7fcf4d9d-be15-49d0-a6cd-7b6fa4f4a4e7"], ["support_identifier", "cs_1907682f"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:44:29.760027"], ["updated_at", "2017-12-18 18:44:29.760027"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018575829 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59a638a9-7e20-4cb2-a30a-991e5e989b28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ef55b4f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2018575829], ["username", "billy_13"], ["access_token", "893f46e2fedb19edfa8207e07ae791c4"], ["uuid", "59a638a9-7e20-4cb2-a30a-991e5e989b28"], ["support_identifier", "cs_ef55b4f6"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:44:29.765720"], ["updated_at", "2017-12-18 18:44:29.765720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -251276151 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e81ef86a-99c1-43c6-bdbe-9f90ad8b0247' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d115a095' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -251276151], ["username", "billy_14"], ["access_token", "41866720f42e0a65a956141d76725588"], ["uuid", "e81ef86a-99c1-43c6-bdbe-9f90ad8b0247"], ["support_identifier", "cs_d115a095"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:44:29.770427"], ["updated_at", "2017-12-18 18:44:29.770427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -9473548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb918a7e-ec67-4a69-9278-dd8e80d22b30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_451c8904' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -9473548], ["username", "billy_15"], ["access_token", "a9e889dd65057215749fc7f70d7f76d6"], ["uuid", "eb918a7e-ec67-4a69-9278-dd8e80d22b30"], ["support_identifier", "cs_451c8904"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:44:29.774861"], ["updated_at", "2017-12-18 18:44:29.774861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065378909 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ff2412e-4952-4fd5-8ecb-fcd1433e4f8b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5569aa20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2065378909], ["username", "billy_16"], ["access_token", "214fc8dccfe5c7d7d92d87083bf11bb2"], ["uuid", "3ff2412e-4952-4fd5-8ecb-fcd1433e4f8b"], ["support_identifier", "cs_5569aa20"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:44:29.779236"], ["updated_at", "2017-12-18 18:44:29.779236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283172186 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49a8d30b-ee81-4c7a-8db8-4c6b7e48c481' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12acd713' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1283172186], ["username", "billy_17"], ["access_token", "c35d6092e983e0246a22bba3bc850298"], ["uuid", "49a8d30b-ee81-4c7a-8db8-4c6b7e48c481"], ["support_identifier", "cs_12acd713"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:44:29.784066"], ["updated_at", "2017-12-18 18:44:29.784066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273096074 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '255371ee-68dc-4571-938d-d1c5824df447' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c7254d09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -273096074], ["username", "billy_18"], ["access_token", "2635fc277be7a05b344e520dd35e4b14"], ["uuid", "255371ee-68dc-4571-938d-d1c5824df447"], ["support_identifier", "cs_c7254d09"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:44:29.788638"], ["updated_at", "2017-12-18 18:44:29.788638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -442942449 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78b0d6a3-fc4c-4a89-8dc9-de86dcc28dd8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a4045135' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -442942449], ["username", "billy_19"], ["access_token", "8297edb1b6221bb6785013a1e247b46b"], ["uuid", "78b0d6a3-fc4c-4a89-8dc9-de86dcc28dd8"], ["support_identifier", "cs_a4045135"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:44:29.793248"], ["updated_at", "2017-12-18 18:44:29.793248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1504746203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae93be08-174d-4006-bdfd-63fe6d54758c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a2de3ec4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1504746203], ["username", "billy_20"], ["access_token", "1c8d15e2423467d40740995748e0dff5"], ["uuid", "ae93be08-174d-4006-bdfd-63fe6d54758c"], ["support_identifier", "cs_a2de3ec4"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:44:29.797719"], ["updated_at", "2017-12-18 18:44:29.797719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1494067504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c724ae31-f1e0-47c6-95d5-e88144f0d629' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_54b78f96' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1494067504], ["username", "billy_21"], ["access_token", "cd813d72bdc41c7bc051d949351795e1"], ["uuid", "c724ae31-f1e0-47c6-95d5-e88144f0d629"], ["support_identifier", "cs_54b78f96"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:44:29.802082"], ["updated_at", "2017-12-18 18:44:29.802082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -854261974 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03ecf2de-100b-49c4-ab76-2068435f610a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b476a7c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -854261974], ["username", "billy_22"], ["access_token", "cc62c8d5a139f4283bad29d2c4c73a3b"], ["uuid", "03ecf2de-100b-49c4-ab76-2068435f610a"], ["support_identifier", "cs_7b476a7c"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:44:29.806626"], ["updated_at", "2017-12-18 18:44:29.806626"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070602120 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1943a848-4ebc-47d9-97c4-793425cd45be' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de7f3b62' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2070602120], ["username", "billy_23"], ["access_token", "c6854d9118ce308aa0b8ea842f4aaf53"], ["uuid", "1943a848-4ebc-47d9-97c4-793425cd45be"], ["support_identifier", "cs_de7f3b62"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:44:29.811004"], ["updated_at", "2017-12-18 18:44:29.811004"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -988071953 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c13e8b41-ddd8-419c-9fa9-7e9997ec95e0' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b75335d4' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -988071953], ["username", "billy_24"], ["access_token", "6b29abefe19791810c3c72f13a78fa88"], ["uuid", "c13e8b41-ddd8-419c-9fa9-7e9997ec95e0"], ["support_identifier", "cs_b75335d4"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:44:29.819978"], ["updated_at", "2017-12-18 18:44:29.819978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1314537951 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c40581f4-c512-4abc-8e97-50c0fb0b3d98' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9c745c0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1314537951], ["username", "billy_25"], ["access_token", "717bb7b07a09bd49e33d1628f4fb1d48"], ["uuid", "c40581f4-c512-4abc-8e97-50c0fb0b3d98"], ["support_identifier", "cs_9c745c0e"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:44:29.827418"], ["updated_at", "2017-12-18 18:44:29.827418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -670297062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd21e4fe9-aa67-42d1-9919-7aed32a12852' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34b2a7b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -670297062], ["username", "billy_26"], ["access_token", "5c8d639dbca9f54504deaa8e99fc1bb3"], ["uuid", "d21e4fe9-aa67-42d1-9919-7aed32a12852"], ["support_identifier", "cs_34b2a7b6"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:44:29.832829"], ["updated_at", "2017-12-18 18:44:29.832829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1061152665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf5ed0dd-4d18-4ce9-8213-bcbfe7e5ac7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fe1d4003' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1061152665], ["username", "billy_27"], ["access_token", "9c95688a45b85bfa54b625cae3526da8"], ["uuid", "cf5ed0dd-4d18-4ce9-8213-bcbfe7e5ac7a"], ["support_identifier", "cs_fe1d4003"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:44:29.837786"], ["updated_at", "2017-12-18 18:44:29.837786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026727034 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09a0bb96-b678-446a-9ad1-ad65de9d2b70' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_df60d44b' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2026727034], ["username", "billy_28"], ["access_token", "beb6d3f6146935d6b910d22f3c2c640b"], ["uuid", "09a0bb96-b678-446a-9ad1-ad65de9d2b70"], ["support_identifier", "cs_df60d44b"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:44:29.845037"], ["updated_at", "2017-12-18 18:44:29.845037"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1978258705 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c8e922c-971f-4a17-900b-cb95aa897a54' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_244c8af2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1978258705], ["username", "billy_29"], ["access_token", "551a978135d609ead01040e63f63d8cb"], ["uuid", "9c8e922c-971f-4a17-900b-cb95aa897a54"], ["support_identifier", "cs_244c8af2"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:44:29.850477"], ["updated_at", "2017-12-18 18:44:29.850477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -240880082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d59fdc6-2151-4911-9a83-2f46157d00a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c6b664e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -240880082], ["username", "billy_30"], ["access_token", "02a2fb9bb5dcccbdf8f6caf0d87ab8ed"], ["uuid", "0d59fdc6-2151-4911-9a83-2f46157d00a7"], ["support_identifier", "cs_1c6b664e"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:44:29.855416"], ["updated_at", "2017-12-18 18:44:29.855416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1394977310 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41b4ac5e-be5b-40fd-8308-516873f8f94f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c1ef6d49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1394977310], ["username", "billy_31"], ["access_token", "73c34d160c69c2d9ae7dad95846b35c2"], ["uuid", "41b4ac5e-be5b-40fd-8308-516873f8f94f"], ["support_identifier", "cs_c1ef6d49"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:44:29.860689"], ["updated_at", "2017-12-18 18:44:29.860689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -70339292 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '953dea93-4e2c-4514-9f7e-8bf7ddad8c66' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a4d1c92' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -70339292], ["username", "billy_32"], ["access_token", "e14ada9acd6081612439eeacce0a6d55"], ["uuid", "953dea93-4e2c-4514-9f7e-8bf7ddad8c66"], ["support_identifier", "cs_1a4d1c92"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:44:29.866102"], ["updated_at", "2017-12-18 18:44:29.866102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1393284679 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd395d5fb-7511-4085-bab6-63ba92c57f63' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8ba22b5b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1393284679], ["username", "billy_33"], ["access_token", "f2539754e314fd82bec4034a4cb10d00"], ["uuid", "d395d5fb-7511-4085-bab6-63ba92c57f63"], ["support_identifier", "cs_8ba22b5b"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:44:29.871510"], ["updated_at", "2017-12-18 18:44:29.871510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2084819299 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53ecaa78-0cd6-470d-8698-5ea8a14d15b9' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c7da6816' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2084819299], ["username", "billy_34"], ["access_token", "e91bfafc3662b6e2df39b1c61fd41306"], ["uuid", "53ecaa78-0cd6-470d-8698-5ea8a14d15b9"], ["support_identifier", "cs_c7da6816"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:44:29.877702"], ["updated_at", "2017-12-18 18:44:29.877702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1394693296 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85057ba6-0345-4ab2-a564-826dae0d284d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_45bd5cde' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1394693296], ["username", "billy_35"], ["access_token", "13bb6fe93014bb3da75543a5b7e61262"], ["uuid", "85057ba6-0345-4ab2-a564-826dae0d284d"], ["support_identifier", "cs_45bd5cde"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:44:29.884343"], ["updated_at", "2017-12-18 18:44:29.884343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1022699168 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecfc8a5a-cf69-40f1-8189-46aa7dd9fa93' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_88ab9a37' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1022699168], ["username", "billy_36"], ["access_token", "cb4d04450753cac8abf22a5eb12550d1"], ["uuid", "ecfc8a5a-cf69-40f1-8189-46aa7dd9fa93"], ["support_identifier", "cs_88ab9a37"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:44:29.890114"], ["updated_at", "2017-12-18 18:44:29.890114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -960091213 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83c27463-a8dc-4a75-b90c-633bb96c2fc4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d6b3aee5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -960091213], ["username", "billy_37"], ["access_token", "e2ac49c4c7526f644f9d1937d77a8124"], ["uuid", "83c27463-a8dc-4a75-b90c-633bb96c2fc4"], ["support_identifier", "cs_d6b3aee5"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:44:29.895663"], ["updated_at", "2017-12-18 18:44:29.895663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1996734850 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e545c1a5-6f21-427b-8bfd-05b373783d5c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dc32ecea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1996734850], ["username", "billy_38"], ["access_token", "75582a559f12d217880d233fe82f906b"], ["uuid", "e545c1a5-6f21-427b-8bfd-05b373783d5c"], ["support_identifier", "cs_dc32ecea"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:44:29.901284"], ["updated_at", "2017-12-18 18:44:29.901284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1463228960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dcf865e8-71f8-42a9-9fa0-0aea2c8c1ede' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7a9d1390' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1463228960], ["username", "billy_39"], ["access_token", "f578f1806a78bd96b920092de7949638"], ["uuid", "dcf865e8-71f8-42a9-9fa0-0aea2c8c1ede"], ["support_identifier", "cs_7a9d1390"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:44:29.906974"], ["updated_at", "2017-12-18 18:44:29.906974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -932362610 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db86175f-1dc8-40af-b2b1-60b52397ccfb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1f9bf1b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -932362610], ["username", "billy_40"], ["access_token", "3a1fc464547dc04aaf8f681d51a23bb3"], ["uuid", "db86175f-1dc8-40af-b2b1-60b52397ccfb"], ["support_identifier", "cs_1f9bf1b9"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:44:29.912696"], ["updated_at", "2017-12-18 18:44:29.912696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -786761648 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '576d5879-f381-4a76-bc6b-7350aaf8672a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64ad1347' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -786761648], ["username", "billy_41"], ["access_token", "b354792f3c252c2107af3ed3b26fb053"], ["uuid", "576d5879-f381-4a76-bc6b-7350aaf8672a"], ["support_identifier", "cs_64ad1347"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:44:29.917951"], ["updated_at", "2017-12-18 18:44:29.917951"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1366601385 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '658449af-b423-493b-a922-95d2299bd16d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_767397d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1366601385], ["username", "billy_42"], ["access_token", "416d5296e0cbb2d1d021d24c66a150e6"], ["uuid", "658449af-b423-493b-a922-95d2299bd16d"], ["support_identifier", "cs_767397d3"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:44:29.923017"], ["updated_at", "2017-12-18 18:44:29.923017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2046944496 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4da880ba-235d-4c8e-b977-a71e3b2d4305' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cda2eda6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2046944496], ["username", "billy_43"], ["access_token", "7fb3f738a257a507a5d08369c6349146"], ["uuid", "4da880ba-235d-4c8e-b977-a71e3b2d4305"], ["support_identifier", "cs_cda2eda6"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:44:29.929280"], ["updated_at", "2017-12-18 18:44:29.929280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -50539852 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eae921a2-e78f-418e-9ff6-9317e9f1b83f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4cdb60fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -50539852], ["username", "billy_44"], ["access_token", "a3be9a93b4cc2dac149e16065c267fef"], ["uuid", "eae921a2-e78f-418e-9ff6-9317e9f1b83f"], ["support_identifier", "cs_4cdb60fc"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:44:29.934699"], ["updated_at", "2017-12-18 18:44:29.934699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -955098008 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85af6046-5b46-49e0-bb4f-621f7cdd160a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6535bde' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -955098008], ["username", "billy_45"], ["access_token", "28a3e5c266c5c33d3d7651d7ba4ec059"], ["uuid", "85af6046-5b46-49e0-bb4f-621f7cdd160a"], ["support_identifier", "cs_e6535bde"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:44:29.940309"], ["updated_at", "2017-12-18 18:44:29.940309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649463450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2687c10e-5fd4-40ca-a704-2277233bb5b9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_13e946b3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -649463450], ["username", "billy_46"], ["access_token", "17afa20b64c71d6da74ad9d4a66789c5"], ["uuid", "2687c10e-5fd4-40ca-a704-2277233bb5b9"], ["support_identifier", "cs_13e946b3"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:44:29.945827"], ["updated_at", "2017-12-18 18:44:29.945827"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1104027229 LIMIT 1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db801e3e-cd29-472f-ab6f-23e5d6c61407' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_534db593' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1104027229], ["username", "billy_47"], ["access_token", "2d1a5adf08f6b72207e6b05aefee213e"], ["uuid", "db801e3e-cd29-472f-ab6f-23e5d6c61407"], ["support_identifier", "cs_534db593"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:44:29.954624"], ["updated_at", "2017-12-18 18:44:29.954624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -936637921 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7196468-aa3b-44eb-9853-fe6379aa280c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b19cc22' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -936637921], ["username", "billy_48"], ["access_token", "6c8e669b38bbce70db9c4c8882dc7bb0"], ["uuid", "d7196468-aa3b-44eb-9853-fe6379aa280c"], ["support_identifier", "cs_2b19cc22"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:44:29.960790"], ["updated_at", "2017-12-18 18:44:29.960790"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1892525215 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e26fd421-6d09-4fab-9fcb-2f34a09925c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ec5592d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1892525215], ["username", "billy_49"], ["access_token", "cbe87eea171166baeea6a396769bf11f"], ["uuid", "e26fd421-6d09-4fab-9fcb-2f34a09925c0"], ["support_identifier", "cs_ec5592d9"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:44:29.966120"], ["updated_at", "2017-12-18 18:44:29.966120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cdce6207-276d-4fa8-9489-30993fa5889a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_88c9bf38' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "64192c7a4bc52bd2bb4f52d9372563b9"], ["uuid", "cdce6207-276d-4fa8-9489-30993fa5889a"], ["support_identifier", "cs_88c9bf38"], ["created_at", "2017-12-18 18:44:29.976491"], ["updated_at", "2017-12-18 18:44:29.976491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 314]] Redirected to http://test.host/ Completed 302 Found in 11ms (ActiveRecord: 0.4ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '263e415e-cb5d-44a7-b55e-229681448260' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_30caf3a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "eae3c372f8b5e91642d892602ebc5cf4"], ["uuid", "263e415e-cb5d-44a7-b55e-229681448260"], ["support_identifier", "cs_30caf3a6"], ["created_at", "2017-12-18 18:44:30.001181"], ["updated_at", "2017-12-18 18:44:30.001181"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2610790]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2610790 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1525877]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1525877 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9556784]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9556784 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9556784 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8781655]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8781655 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661855479 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '01a80ae35a7fc4d9cbabd31fcd0694a8' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b697ac55-7165-4cd5-b702-227b3dad35c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1bba9dec' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -661855479], ["username", "01a80ae35a7fc4d9cbabd31fcd0694a8"], ["access_token", "86be2214055f2d4a58506c71cd1c3c09"], ["uuid", "b697ac55-7165-4cd5-b702-227b3dad35c4"], ["support_identifier", "cs_1bba9dec"], ["created_at", "2017-12-18 18:44:30.082380"], ["updated_at", "2017-12-18 18:44:30.082380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -661855479]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -661855479 AND "openstax_accounts_accounts"."id" != 316) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 316) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 316) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_1bba9dec' AND "openstax_accounts_accounts"."id" != 316) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 316]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6000169]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6000169 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 5012979]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5012979 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4758003]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4758003 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -105134610 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9a9c698-816d-476b-ae5d-62d696b52bf3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0dcae177' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -105134610], ["username", "jstrav"], ["access_token", "7f89c69b16e04108e9cc7108fb39fff8"], ["uuid", "f9a9c698-816d-476b-ae5d-62d696b52bf3"], ["support_identifier", "cs_0dcae177"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:30.114788"], ["updated_at", "2017-12-18 18:44:30.114788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -972431771 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2da0babd-67f8-4a51-b81b-6809cb184aac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d35a6c21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -972431771], ["username", "mary"], ["access_token", "eb9d66072cb19c35ee6a7c284f918e89"], ["uuid", "2da0babd-67f8-4a51-b81b-6809cb184aac"], ["support_identifier", "cs_d35a6c21"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:30.119883"], ["updated_at", "2017-12-18 18:44:30.119883"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232374395 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e047293-adc3-4265-b7ba-975b61d78495' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e5207e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1232374395], ["username", "jstead"], ["access_token", "d814d88a2a875aeb9ed3d2d98507d9a3"], ["uuid", "2e047293-adc3-4265-b7ba-975b61d78495"], ["support_identifier", "cs_8e5207e1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:30.124363"], ["updated_at", "2017-12-18 18:44:30.124363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187629380 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd8f10914-3d8d-4409-8e3e-72701f18364f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fde69e66' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1187629380], ["username", "bigbear"], ["access_token", "0a0ff72ce811f9482f051134c1479123"], ["uuid", "d8f10914-3d8d-4409-8e3e-72701f18364f"], ["support_identifier", "cs_fde69e66"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:30.128754"], ["updated_at", "2017-12-18 18:44:30.128754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1256040007 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d860b9a-d9d6-470c-9629-6943b1661082' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_09604bdd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1256040007], ["username", "billy_00"], ["access_token", "dda1bc30bc45ae7e174632919e566347"], ["uuid", "7d860b9a-d9d6-470c-9629-6943b1661082"], ["support_identifier", "cs_09604bdd"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 18:44:30.133448"], ["updated_at", "2017-12-18 18:44:30.133448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -916675041 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1fe6636-0f93-484d-ac4f-87db61a7feb3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e423cab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -916675041], ["username", "billy_01"], ["access_token", "3747ef330451d86eeb9ea8903a5969d5"], ["uuid", "d1fe6636-0f93-484d-ac4f-87db61a7feb3"], ["support_identifier", "cs_8e423cab"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 18:44:30.138139"], ["updated_at", "2017-12-18 18:44:30.138139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -565095628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9e1c76a-a93b-44aa-af8a-45ab03e88f90' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9ad70e09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -565095628], ["username", "billy_02"], ["access_token", "671a932f803f04d61995effef0adebee"], ["uuid", "b9e1c76a-a93b-44aa-af8a-45ab03e88f90"], ["support_identifier", "cs_9ad70e09"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 18:44:30.142701"], ["updated_at", "2017-12-18 18:44:30.142701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -879707566 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6fdcfb64-1aa5-473e-87e7-c562d2934a57' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d84ee9ff' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -879707566], ["username", "billy_03"], ["access_token", "e36baa54716124cfbf5e14697ebf0502"], ["uuid", "6fdcfb64-1aa5-473e-87e7-c562d2934a57"], ["support_identifier", "cs_d84ee9ff"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 18:44:30.148433"], ["updated_at", "2017-12-18 18:44:30.148433"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -737313348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '236973ca-686d-4e86-9fd3-ad57c91750b9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_326018ec' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -737313348], ["username", "billy_04"], ["access_token", "a05bf92055ed21fcd14e4745e25619df"], ["uuid", "236973ca-686d-4e86-9fd3-ad57c91750b9"], ["support_identifier", "cs_326018ec"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:44:30.153463"], ["updated_at", "2017-12-18 18:44:30.153463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -911060973 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5aac6be0-c03b-40ba-a1e0-833e8c529f04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f20f181' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -911060973], ["username", "billy_05"], ["access_token", "9434971584d19ba47ba40ae6f467d84e"], ["uuid", "5aac6be0-c03b-40ba-a1e0-833e8c529f04"], ["support_identifier", "cs_8f20f181"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:44:30.158671"], ["updated_at", "2017-12-18 18:44:30.158671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1810076437 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b63a143-13ef-4386-81d4-12c3f1c4864c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a5e5f8c9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1810076437], ["username", "billy_06"], ["access_token", "bfe5df5263ec7d6d1bec38301cbd637e"], ["uuid", "9b63a143-13ef-4386-81d4-12c3f1c4864c"], ["support_identifier", "cs_a5e5f8c9"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:44:30.163086"], ["updated_at", "2017-12-18 18:44:30.163086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317316768 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e755921a-9295-4af7-9394-d936036432a9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1efeae28' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -317316768], ["username", "billy_07"], ["access_token", "afbcd338ca2d82f0fde686db82272963"], ["uuid", "e755921a-9295-4af7-9394-d936036432a9"], ["support_identifier", "cs_1efeae28"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:44:30.167247"], ["updated_at", "2017-12-18 18:44:30.167247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1689466122 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '23c50b37-a730-47a8-b097-cadf87b7fad6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_134f1079' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1689466122], ["username", "billy_08"], ["access_token", "a1a9b5ab5157068229f558e860b9a33a"], ["uuid", "23c50b37-a730-47a8-b097-cadf87b7fad6"], ["support_identifier", "cs_134f1079"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:44:30.171788"], ["updated_at", "2017-12-18 18:44:30.171788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -267561275 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0dc25ed-8f35-43da-a4fa-8dbbabb4cbaf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c1eb7b4a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -267561275], ["username", "billy_09"], ["access_token", "2ceada1cebc9e607b8aa8f361a864020"], ["uuid", "f0dc25ed-8f35-43da-a4fa-8dbbabb4cbaf"], ["support_identifier", "cs_c1eb7b4a"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:44:30.176083"], ["updated_at", "2017-12-18 18:44:30.176083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1919916438 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2dec796d-3902-406a-aea5-ddf7795bfc62' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_43b68a16' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1919916438], ["username", "billy_10"], ["access_token", "5b600163f192910559429f690b03908c"], ["uuid", "2dec796d-3902-406a-aea5-ddf7795bfc62"], ["support_identifier", "cs_43b68a16"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:44:30.180506"], ["updated_at", "2017-12-18 18:44:30.180506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -877035019 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8961405e-7ef8-4a46-940f-c9f24e8d0378' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d2ab533' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -877035019], ["username", "billy_11"], ["access_token", "73004b9e98d2ca88912038c3c793beac"], ["uuid", "8961405e-7ef8-4a46-940f-c9f24e8d0378"], ["support_identifier", "cs_9d2ab533"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:44:30.185396"], ["updated_at", "2017-12-18 18:44:30.185396"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1755830855 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8f04213-570a-4a60-87bf-2f4722d87387' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_120b59ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1755830855], ["username", "billy_12"], ["access_token", "ba7e3ace58ef9fcf42959dde2c77306a"], ["uuid", "a8f04213-570a-4a60-87bf-2f4722d87387"], ["support_identifier", "cs_120b59ad"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:44:30.190420"], ["updated_at", "2017-12-18 18:44:30.190420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -467326245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7775a059-f8bb-4ad0-9ce0-abb787431cea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a583dbcb' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -467326245], ["username", "billy_13"], ["access_token", "2df53b7ed62446ea7d0897bcc0ac96f7"], ["uuid", "7775a059-f8bb-4ad0-9ce0-abb787431cea"], ["support_identifier", "cs_a583dbcb"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:44:30.195034"], ["updated_at", "2017-12-18 18:44:30.195034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974305379 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5cd48c27-25ca-4b5f-ba2d-19b8d9ff1ea4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e8d9ae65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1974305379], ["username", "billy_14"], ["access_token", "52149e6a91ab116e871fcbc853a51f19"], ["uuid", "5cd48c27-25ca-4b5f-ba2d-19b8d9ff1ea4"], ["support_identifier", "cs_e8d9ae65"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:44:30.199568"], ["updated_at", "2017-12-18 18:44:30.199568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1138518804 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2a978e8-1dd1-477e-9e18-b9dd99e249f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d2ea465' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1138518804], ["username", "billy_15"], ["access_token", "5a289542b968eaca436ea7712ca1733e"], ["uuid", "f2a978e8-1dd1-477e-9e18-b9dd99e249f9"], ["support_identifier", "cs_4d2ea465"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:44:30.205482"], ["updated_at", "2017-12-18 18:44:30.205482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1230800471 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e67b4121-69d0-46d3-90db-ba6eb852a63a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_341f8afb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1230800471], ["username", "billy_16"], ["access_token", "efdc93d0e981c48e7d8d309788ec4ca7"], ["uuid", "e67b4121-69d0-46d3-90db-ba6eb852a63a"], ["support_identifier", "cs_341f8afb"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:44:30.211148"], ["updated_at", "2017-12-18 18:44:30.211148"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1891118359 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d45d49f-5308-4eda-9c13-76327af5c7da' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0846d0a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1891118359], ["username", "billy_17"], ["access_token", "bde7f8fcf9246def94660424a5695596"], ["uuid", "0d45d49f-5308-4eda-9c13-76327af5c7da"], ["support_identifier", "cs_0846d0a5"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:44:30.216059"], ["updated_at", "2017-12-18 18:44:30.216059"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -846146756 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aaabc33d-4172-4c48-ab8b-1fec8d1ab603' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_22e4e421' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -846146756], ["username", "billy_18"], ["access_token", "4800df606e0de79a5a187e7addb18095"], ["uuid", "aaabc33d-4172-4c48-ab8b-1fec8d1ab603"], ["support_identifier", "cs_22e4e421"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:44:30.221115"], ["updated_at", "2017-12-18 18:44:30.221115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2090829820 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65e0e60d-15fb-4420-8b7b-2de44573b01e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3de846ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2090829820], ["username", "billy_19"], ["access_token", "726f96ec4cba4ff546e3d2f0b4ad3ff1"], ["uuid", "65e0e60d-15fb-4420-8b7b-2de44573b01e"], ["support_identifier", "cs_3de846ce"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:44:30.226245"], ["updated_at", "2017-12-18 18:44:30.226245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1194102426 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b9b9aca-7724-4f9a-bef6-6a2d5d01b90c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d0dbcb4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1194102426], ["username", "billy_20"], ["access_token", "f843df48436e53c41543c0f6d8eca0c3"], ["uuid", "3b9b9aca-7724-4f9a-bef6-6a2d5d01b90c"], ["support_identifier", "cs_4d0dbcb4"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:44:30.231095"], ["updated_at", "2017-12-18 18:44:30.231095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264490001 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22107938-8add-439c-a669-a22614a788d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cb234f61' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -264490001], ["username", "billy_21"], ["access_token", "96cafe3f8e1ae76cb9e0d0f925b373e8"], ["uuid", "22107938-8add-439c-a669-a22614a788d4"], ["support_identifier", "cs_cb234f61"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:44:30.237012"], ["updated_at", "2017-12-18 18:44:30.237012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -15413269 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50828b48-7e57-4199-bc5a-40cdf623f7a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a8e08652' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -15413269], ["username", "billy_22"], ["access_token", "06fb61639ede95c106232e395b15993c"], ["uuid", "50828b48-7e57-4199-bc5a-40cdf623f7a5"], ["support_identifier", "cs_a8e08652"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:44:30.244278"], ["updated_at", "2017-12-18 18:44:30.244278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1364449133 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '352d4ffd-871f-4664-83bd-15a4317c28be' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_306af876' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1364449133], ["username", "billy_23"], ["access_token", "be2d7b93b90caad57ceb6bc582a59d81"], ["uuid", "352d4ffd-871f-4664-83bd-15a4317c28be"], ["support_identifier", "cs_306af876"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:44:30.250440"], ["updated_at", "2017-12-18 18:44:30.250440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1704547161 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e74cb100-e6ce-4e35-bddf-eed26c0e2872' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10fd1780' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1704547161], ["username", "billy_24"], ["access_token", "28d56d67f85417281fc2768faa5f49bb"], ["uuid", "e74cb100-e6ce-4e35-bddf-eed26c0e2872"], ["support_identifier", "cs_10fd1780"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:44:30.255824"], ["updated_at", "2017-12-18 18:44:30.255824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1343287888 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8edd84c2-67d2-4add-80da-f921b4a02600' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c97c2eb9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1343287888], ["username", "billy_25"], ["access_token", "8704d518d44c05b688fb94bbbadc7439"], ["uuid", "8edd84c2-67d2-4add-80da-f921b4a02600"], ["support_identifier", "cs_c97c2eb9"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:44:30.278717"], ["updated_at", "2017-12-18 18:44:30.278717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1977541890 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1bb28ac-c402-40bd-8d3f-2cf5ecc120c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d7341bc1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1977541890], ["username", "billy_26"], ["access_token", "6a3e4c4ddd7d1922afa8f936a1a95271"], ["uuid", "c1bb28ac-c402-40bd-8d3f-2cf5ecc120c3"], ["support_identifier", "cs_d7341bc1"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:44:30.284004"], ["updated_at", "2017-12-18 18:44:30.284004"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -864250225 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64e85a98-fd66-4d94-8217-e0c1258bac0b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29233b26' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -864250225], ["username", "billy_27"], ["access_token", "39eef8f8746b229636ba9dd7ae756cb1"], ["uuid", "64e85a98-fd66-4d94-8217-e0c1258bac0b"], ["support_identifier", "cs_29233b26"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:44:30.288451"], ["updated_at", "2017-12-18 18:44:30.288451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772018466 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03eab124-0f46-42ce-9551-cf7bf21b289c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9835decc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1772018466], ["username", "billy_28"], ["access_token", "3a516fa1836fff0eec3da7c942c54c26"], ["uuid", "03eab124-0f46-42ce-9551-cf7bf21b289c"], ["support_identifier", "cs_9835decc"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:44:30.293693"], ["updated_at", "2017-12-18 18:44:30.293693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -536427960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93ae0287-b288-4310-9917-bc956710148a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c7046910' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -536427960], ["username", "billy_29"], ["access_token", "9730c2e95e952129b7d45d47d719283c"], ["uuid", "93ae0287-b288-4310-9917-bc956710148a"], ["support_identifier", "cs_c7046910"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:44:30.299400"], ["updated_at", "2017-12-18 18:44:30.299400"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444102007 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a80cb257-e444-4c67-9fe8-acee07c19c98' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12d26065' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -444102007], ["username", "billy_30"], ["access_token", "3f3bcb9da892a4b9f549c7e9194b344d"], ["uuid", "a80cb257-e444-4c67-9fe8-acee07c19c98"], ["support_identifier", "cs_12d26065"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:44:30.304559"], ["updated_at", "2017-12-18 18:44:30.304559"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -418898116 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f39063d6-afd8-4c45-81d4-6fa41132d16d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a4179d7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -418898116], ["username", "billy_31"], ["access_token", "a025ba9927cfb5acf713af196e0d1f62"], ["uuid", "f39063d6-afd8-4c45-81d4-6fa41132d16d"], ["support_identifier", "cs_1a4179d7"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:44:30.312152"], ["updated_at", "2017-12-18 18:44:30.312152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1279905901 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6c27e63-8c04-4e67-8177-befa3978791d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_252c98b2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1279905901], ["username", "billy_32"], ["access_token", "71fbf33d7bee525a3c97cedbee3fdbd0"], ["uuid", "d6c27e63-8c04-4e67-8177-befa3978791d"], ["support_identifier", "cs_252c98b2"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:44:30.317956"], ["updated_at", "2017-12-18 18:44:30.317956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423996974 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd73f39a3-b892-4098-a31b-c907dba8d3aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_673c6717' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -423996974], ["username", "billy_33"], ["access_token", "45413c88f296d21eccd27ce7593924a9"], ["uuid", "d73f39a3-b892-4098-a31b-c907dba8d3aa"], ["support_identifier", "cs_673c6717"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:44:30.324213"], ["updated_at", "2017-12-18 18:44:30.324213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1608506868 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c1b7ee7-9b35-437b-8ca0-6b4e773f9e62' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_56741962' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1608506868], ["username", "billy_34"], ["access_token", "2f669abde0dbb8a966a2f48230f5ed47"], ["uuid", "2c1b7ee7-9b35-437b-8ca0-6b4e773f9e62"], ["support_identifier", "cs_56741962"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:44:30.329138"], ["updated_at", "2017-12-18 18:44:30.329138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1300764668 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bc999be-3b60-4484-a309-907ceea8b5ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29f901c4' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1300764668], ["username", "billy_35"], ["access_token", "921062a541d0267f363a6d0c0ff7b2f3"], ["uuid", "8bc999be-3b60-4484-a309-907ceea8b5ae"], ["support_identifier", "cs_29f901c4"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:44:30.334078"], ["updated_at", "2017-12-18 18:44:30.334078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1262220086 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '002d625f-3ed3-4908-acac-38f9cea1b8d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0483139' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1262220086], ["username", "billy_36"], ["access_token", "6f0ee8eebc71184d197de1bab0306790"], ["uuid", "002d625f-3ed3-4908-acac-38f9cea1b8d5"], ["support_identifier", "cs_a0483139"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:44:30.342130"], ["updated_at", "2017-12-18 18:44:30.342130"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -309190209 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c3b546c-96d4-41b7-8ce6-e9b945810366' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d7f54210' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -309190209], ["username", "billy_37"], ["access_token", "c450a926afc9a99920bcd6e34adfdf92"], ["uuid", "6c3b546c-96d4-41b7-8ce6-e9b945810366"], ["support_identifier", "cs_d7f54210"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:44:30.347912"], ["updated_at", "2017-12-18 18:44:30.347912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1268808563 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69c3318c-0d60-43f5-b8fd-a24b59dba857' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_55517d33' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1268808563], ["username", "billy_38"], ["access_token", "950e9a1303a76ed2b0e7b5b66944e8ae"], ["uuid", "69c3318c-0d60-43f5-b8fd-a24b59dba857"], ["support_identifier", "cs_55517d33"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:44:30.353054"], ["updated_at", "2017-12-18 18:44:30.353054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1083635717 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43aec2d3-6f89-493e-8955-a5c7973aa410' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d74fc5f9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1083635717], ["username", "billy_39"], ["access_token", "b4e5a305239482a83ad970c6919672ca"], ["uuid", "43aec2d3-6f89-493e-8955-a5c7973aa410"], ["support_identifier", "cs_d74fc5f9"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:44:30.358638"], ["updated_at", "2017-12-18 18:44:30.358638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2139391856 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f4070ea-8b55-406f-a02c-a88b1f0977eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a172005' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2139391856], ["username", "billy_40"], ["access_token", "c7cf8b47acf144d12653a95fea1efcb9"], ["uuid", "6f4070ea-8b55-406f-a02c-a88b1f0977eb"], ["support_identifier", "cs_2a172005"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:44:30.363482"], ["updated_at", "2017-12-18 18:44:30.363482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1366385114 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91698ba7-d3a0-47c9-8a27-fcfaeb9165a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_87f1d6c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1366385114], ["username", "billy_41"], ["access_token", "ca477330b8c8b6f31f7e93f42713ff52"], ["uuid", "91698ba7-d3a0-47c9-8a27-fcfaeb9165a1"], ["support_identifier", "cs_87f1d6c6"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:44:30.368185"], ["updated_at", "2017-12-18 18:44:30.368185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -27836081 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0da28eab-955c-4843-8996-f0c5941e0177' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af1c77f5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -27836081], ["username", "billy_42"], ["access_token", "e51ac24d58eb192182c6ba73218b5fe3"], ["uuid", "0da28eab-955c-4843-8996-f0c5941e0177"], ["support_identifier", "cs_af1c77f5"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:44:30.374833"], ["updated_at", "2017-12-18 18:44:30.374833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1584538587 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aab45816-824c-40a3-8491-5d5023654f8f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_02166085' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1584538587], ["username", "billy_43"], ["access_token", "4b533429c6fbe211dc2cb6d038b8c13a"], ["uuid", "aab45816-824c-40a3-8491-5d5023654f8f"], ["support_identifier", "cs_02166085"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:44:30.380703"], ["updated_at", "2017-12-18 18:44:30.380703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512855970 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cadd9d5f-fdd6-4cf6-a7e8-6feee520405f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63e81ef1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -512855970], ["username", "billy_44"], ["access_token", "97818570c95a8018c07806ad963a4893"], ["uuid", "cadd9d5f-fdd6-4cf6-a7e8-6feee520405f"], ["support_identifier", "cs_63e81ef1"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:44:30.385935"], ["updated_at", "2017-12-18 18:44:30.385935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1397270301 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0c527110-aa9a-4817-9ee8-d8cc3ebc21e0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d108ddb2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1397270301], ["username", "billy_45"], ["access_token", "3619f1373e6b53e6753f88d57d81e480"], ["uuid", "0c527110-aa9a-4817-9ee8-d8cc3ebc21e0"], ["support_identifier", "cs_d108ddb2"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:44:30.391350"], ["updated_at", "2017-12-18 18:44:30.391350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -895178001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6ce7e06-737d-42a3-9e2e-137e6b58808d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6cd04bd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -895178001], ["username", "billy_46"], ["access_token", "23aeccdaf88bde913e99f14233cfb0b4"], ["uuid", "b6ce7e06-737d-42a3-9e2e-137e6b58808d"], ["support_identifier", "cs_e6cd04bd"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:44:30.395972"], ["updated_at", "2017-12-18 18:44:30.395972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1194525332 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '328438f4-13e3-4bbb-84ef-88cec492a081' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bd64ccb3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1194525332], ["username", "billy_47"], ["access_token", "02202794af54ce62176929e7aeb742a3"], ["uuid", "328438f4-13e3-4bbb-84ef-88cec492a081"], ["support_identifier", "cs_bd64ccb3"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:44:30.400446"], ["updated_at", "2017-12-18 18:44:30.400446"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486529663 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4434c5ac-81d7-4fd1-826b-2f018ce82680' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d6ca2a8e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -486529663], ["username", "billy_48"], ["access_token", "41ccc478070473880c52c802b6f29d2a"], ["uuid", "4434c5ac-81d7-4fd1-826b-2f018ce82680"], ["support_identifier", "cs_d6ca2a8e"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:44:30.405227"], ["updated_at", "2017-12-18 18:44:30.405227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -138332133 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2bb3b90-9724-4316-9dd9-f0e9e552e3de' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_72043d30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -138332133], ["username", "billy_49"], ["access_token", "ef90254c8bbc3a3fd4dd15c4c13287e2"], ["uuid", "f2bb3b90-9724-4316-9dd9-f0e9e552e3de"], ["support_identifier", "cs_72043d30"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:44:30.410410"], ["updated_at", "2017-12-18 18:44:30.410410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021109923 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a73d066-a699-4dc8-9d15-84ac439d097d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cc67acf2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1021109923], ["username", "jstrav"], ["access_token", "8d2b029214c5f19f4ff50d5d5ce779fc"], ["uuid", "6a73d066-a699-4dc8-9d15-84ac439d097d"], ["support_identifier", "cs_cc67acf2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:30.419685"], ["updated_at", "2017-12-18 18:44:30.419685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661260504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01926afc-fcec-4578-987e-bc154a09a874' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_375d3b77' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -661260504], ["username", "mary"], ["access_token", "38d428fd277b174a917dbde4dfa4c36d"], ["uuid", "01926afc-fcec-4578-987e-bc154a09a874"], ["support_identifier", "cs_375d3b77"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:30.425102"], ["updated_at", "2017-12-18 18:44:30.425102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2087737925 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae6e5bce-12cb-4eaf-ab6a-95ac2c6417c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d103ca9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2087737925], ["username", "jstead"], ["access_token", "64394452b9ee66e9af79b9fa67eadb09"], ["uuid", "ae6e5bce-12cb-4eaf-ab6a-95ac2c6417c6"], ["support_identifier", "cs_d103ca9c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:30.430284"], ["updated_at", "2017-12-18 18:44:30.430284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1973286442 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2f4b696-9de9-4a25-b1c5-83ab8a9a6dbd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eae7e3c5' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1973286442], ["username", "bigbear"], ["access_token", "532b0a54f7f9c6482a0059002bca1d68"], ["uuid", "a2f4b696-9de9-4a25-b1c5-83ab8a9a6dbd"], ["support_identifier", "cs_eae7e3c5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:30.434891"], ["updated_at", "2017-12-18 18:44:30.434891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1620531280 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2b81669-af04-442e-b3cd-a6146b6a04b9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d11fe74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1620531280], ["username", "billy_00"], ["access_token", "7d5e26d762523200435703200b28b5ed"], ["uuid", "a2b81669-af04-442e-b3cd-a6146b6a04b9"], ["support_identifier", "cs_8d11fe74"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 18:44:30.441095"], ["updated_at", "2017-12-18 18:44:30.441095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1054738489 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5d48325-19bb-4081-ad0b-c6a1b5539ce1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0a21e7a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1054738489], ["username", "billy_01"], ["access_token", "df4382e4040de5fc3cdbc8b26951aca9"], ["uuid", "b5d48325-19bb-4081-ad0b-c6a1b5539ce1"], ["support_identifier", "cs_a0a21e7a"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 18:44:30.446026"], ["updated_at", "2017-12-18 18:44:30.446026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1589528759 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62b5a252-df2e-4d18-a5f6-12ebb0d6aeaa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c81dce5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1589528759], ["username", "billy_02"], ["access_token", "6c629f392ab16741ff5abfa311d88807"], ["uuid", "62b5a252-df2e-4d18-a5f6-12ebb0d6aeaa"], ["support_identifier", "cs_5c81dce5"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 18:44:30.450478"], ["updated_at", "2017-12-18 18:44:30.450478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1452258872 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db9342da-ac18-4836-a7d6-1977d1600890' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_84a3cc33' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1452258872], ["username", "billy_03"], ["access_token", "18069934d78ee574e7da409de47a6447"], ["uuid", "db9342da-ac18-4836-a7d6-1977d1600890"], ["support_identifier", "cs_84a3cc33"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 18:44:30.455751"], ["updated_at", "2017-12-18 18:44:30.455751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1221257356 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e4ed8e2-de69-481a-9d08-d26f9f961a4e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_94cc5f4e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1221257356], ["username", "billy_04"], ["access_token", "3bb9be6ab669778d598f74a71eaec884"], ["uuid", "9e4ed8e2-de69-481a-9d08-d26f9f961a4e"], ["support_identifier", "cs_94cc5f4e"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:44:30.460987"], ["updated_at", "2017-12-18 18:44:30.460987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -483419738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72fdf209-33b0-4254-bc20-7c7a3ab7665a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea4636df' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -483419738], ["username", "billy_05"], ["access_token", "3ecc18dc1bf462ce8b595f4f7f5f8a2c"], ["uuid", "72fdf209-33b0-4254-bc20-7c7a3ab7665a"], ["support_identifier", "cs_ea4636df"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:44:30.467015"], ["updated_at", "2017-12-18 18:44:30.467015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1792052761 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96139c77-4a48-4ac3-a82b-f717986d799e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa5590b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1792052761], ["username", "billy_06"], ["access_token", "f6156db5b1fae4fdac73f3b3e175ff1a"], ["uuid", "96139c77-4a48-4ac3-a82b-f717986d799e"], ["support_identifier", "cs_fa5590b3"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:44:30.473562"], ["updated_at", "2017-12-18 18:44:30.473562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424694710 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d6ef818-e78a-45f6-9b4c-98ed43649749' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_20149f75' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -424694710], ["username", "billy_07"], ["access_token", "0c34c26f79a9038ca2bcd6028814f7b7"], ["uuid", "1d6ef818-e78a-45f6-9b4c-98ed43649749"], ["support_identifier", "cs_20149f75"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:44:30.478950"], ["updated_at", "2017-12-18 18:44:30.478950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989548873 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '70f62686-5099-477a-979d-1b9dd5c74dd7' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fc0309cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -989548873], ["username", "billy_08"], ["access_token", "c8a5bf7da6addeb54b8880f09c051a2c"], ["uuid", "70f62686-5099-477a-979d-1b9dd5c74dd7"], ["support_identifier", "cs_fc0309cd"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:44:30.484374"], ["updated_at", "2017-12-18 18:44:30.484374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -998326012 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98157376-a211-4d5d-8f2c-8bf88511dddc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a5b231c2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -998326012], ["username", "billy_09"], ["access_token", "52bc4c79c9121badfc951d54e2ad75a5"], ["uuid", "98157376-a211-4d5d-8f2c-8bf88511dddc"], ["support_identifier", "cs_a5b231c2"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:44:30.489014"], ["updated_at", "2017-12-18 18:44:30.489014"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870132649 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42f200e9-36b3-45b0-9539-bdbf47b1f7a4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf4030bd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1870132649], ["username", "billy_10"], ["access_token", "608623ff235d3ee29ab836b4438ac2c5"], ["uuid", "42f200e9-36b3-45b0-9539-bdbf47b1f7a4"], ["support_identifier", "cs_cf4030bd"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:44:30.494421"], ["updated_at", "2017-12-18 18:44:30.494421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171294361 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95773ad2-0a91-4ddf-b201-efead8b698dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d4ac641c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1171294361], ["username", "billy_11"], ["access_token", "83e4aff130138c5e019fab9063df5588"], ["uuid", "95773ad2-0a91-4ddf-b201-efead8b698dc"], ["support_identifier", "cs_d4ac641c"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:44:30.499262"], ["updated_at", "2017-12-18 18:44:30.499262"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1699836938 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b7bc589-08e2-4ea5-9b0b-d9c0ef2cd000' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a2c37f58' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1699836938], ["username", "billy_12"], ["access_token", "73588dae94d00082d5c2fa8f18ba289a"], ["uuid", "8b7bc589-08e2-4ea5-9b0b-d9c0ef2cd000"], ["support_identifier", "cs_a2c37f58"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:44:30.504079"], ["updated_at", "2017-12-18 18:44:30.504079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -148496225 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b42e5ec-a9c1-4768-955a-7b403c0c4e9b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93a63454' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -148496225], ["username", "billy_13"], ["access_token", "b912fe5a467610576b14db8ef8db3aef"], ["uuid", "2b42e5ec-a9c1-4768-955a-7b403c0c4e9b"], ["support_identifier", "cs_93a63454"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:44:30.509625"], ["updated_at", "2017-12-18 18:44:30.509625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -802370653 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83e5cdf7-d800-4ba8-bbf9-6c80ac483a15' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0835af60' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -802370653], ["username", "billy_14"], ["access_token", "13929fa294cb5c6cdb0356454d7e0fa3"], ["uuid", "83e5cdf7-d800-4ba8-bbf9-6c80ac483a15"], ["support_identifier", "cs_0835af60"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:44:30.514873"], ["updated_at", "2017-12-18 18:44:30.514873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1209910509 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d8822e5-0c15-4164-b722-9b521a447a5b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_739299be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1209910509], ["username", "billy_15"], ["access_token", "2c92aaa78a5dcfc0471bb6d047f9c470"], ["uuid", "9d8822e5-0c15-4164-b722-9b521a447a5b"], ["support_identifier", "cs_739299be"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:44:30.520147"], ["updated_at", "2017-12-18 18:44:30.520147"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -974112606 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9cc8c80a-103d-4e8c-9176-a62b6798f673' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d2918ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -974112606], ["username", "billy_16"], ["access_token", "ca2cc59528565bbdd53c84bf8b603366"], ["uuid", "9cc8c80a-103d-4e8c-9176-a62b6798f673"], ["support_identifier", "cs_4d2918ae"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:44:30.525793"], ["updated_at", "2017-12-18 18:44:30.525793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1342058157 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98879e75-3b0e-40b4-9943-0322b91bb34d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd94300c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1342058157], ["username", "billy_17"], ["access_token", "3551c0d8605c5e560fb8f871a8bb26e7"], ["uuid", "98879e75-3b0e-40b4-9943-0322b91bb34d"], ["support_identifier", "cs_dd94300c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:44:30.530760"], ["updated_at", "2017-12-18 18:44:30.530760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1380646721 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '639e1785-0d91-4abd-b91a-4f1bd5712c61' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d008a07d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1380646721], ["username", "billy_18"], ["access_token", "f4af90939bc1289569309539941d2758"], ["uuid", "639e1785-0d91-4abd-b91a-4f1bd5712c61"], ["support_identifier", "cs_d008a07d"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:44:30.535592"], ["updated_at", "2017-12-18 18:44:30.535592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -451008580 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e53fb5d0-68c6-469a-adae-eed943d66e39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_368a8d66' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -451008580], ["username", "billy_19"], ["access_token", "e4270b7e99c128d6a3693a173796ef85"], ["uuid", "e53fb5d0-68c6-469a-adae-eed943d66e39"], ["support_identifier", "cs_368a8d66"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:44:30.540944"], ["updated_at", "2017-12-18 18:44:30.540944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1268692402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8458dfdb-f309-404f-8888-c53244c21d75' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_72f0b250' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1268692402], ["username", "billy_20"], ["access_token", "cd8c633bb490e5438978c253afd2ca5b"], ["uuid", "8458dfdb-f309-404f-8888-c53244c21d75"], ["support_identifier", "cs_72f0b250"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:44:30.545920"], ["updated_at", "2017-12-18 18:44:30.545920"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -608587621 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2db85f2f-2e2e-410b-8f46-2daf56df94d9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3619fc78' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -608587621], ["username", "billy_21"], ["access_token", "f2ec4650e42c583a048f5466c2a3323d"], ["uuid", "2db85f2f-2e2e-410b-8f46-2daf56df94d9"], ["support_identifier", "cs_3619fc78"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:44:30.550938"], ["updated_at", "2017-12-18 18:44:30.550938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1313973583 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27caf06a-2a30-41d2-ad06-6fb4be143ab2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fab31046' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1313973583], ["username", "billy_22"], ["access_token", "8ad28f03634dae5f65adf3a967bd05ca"], ["uuid", "27caf06a-2a30-41d2-ad06-6fb4be143ab2"], ["support_identifier", "cs_fab31046"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:44:30.555670"], ["updated_at", "2017-12-18 18:44:30.555670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1417508967 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4607a519-52e0-43b5-8705-69fa3125aa13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_99f50a7f' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1417508967], ["username", "billy_23"], ["access_token", "21afd951923b503ed9b3a97749c7b5ce"], ["uuid", "4607a519-52e0-43b5-8705-69fa3125aa13"], ["support_identifier", "cs_99f50a7f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:44:30.560763"], ["updated_at", "2017-12-18 18:44:30.560763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -77763881 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe1f5a05-4f61-4b78-8687-c93e36ad42d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a0bea9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -77763881], ["username", "billy_24"], ["access_token", "637644f28f0f62ced83c391541747aeb"], ["uuid", "fe1f5a05-4f61-4b78-8687-c93e36ad42d3"], ["support_identifier", "cs_4a0bea9f"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:44:30.565976"], ["updated_at", "2017-12-18 18:44:30.565976"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797776777 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9d70e1b-4dfd-43a3-b139-188bf1714bc4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9c1f368' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -797776777], ["username", "billy_25"], ["access_token", "84dfb8b8905e7796c9cb562906afd41b"], ["uuid", "f9d70e1b-4dfd-43a3-b139-188bf1714bc4"], ["support_identifier", "cs_e9c1f368"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:44:30.571338"], ["updated_at", "2017-12-18 18:44:30.571338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1476700790 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76da43fe-5352-4c93-b466-5017b679d514' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a071976f' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1476700790], ["username", "billy_26"], ["access_token", "f8313f6df9707cc59fc7fe21ff28582f"], ["uuid", "76da43fe-5352-4c93-b466-5017b679d514"], ["support_identifier", "cs_a071976f"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:44:30.576808"], ["updated_at", "2017-12-18 18:44:30.576808"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -126638109 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad998433-62a3-4bf9-a03f-f6fb29844c96' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53166625' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -126638109], ["username", "billy_27"], ["access_token", "9c3b11a3d2852e9aa3bae87d34af8523"], ["uuid", "ad998433-62a3-4bf9-a03f-f6fb29844c96"], ["support_identifier", "cs_53166625"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:44:30.583306"], ["updated_at", "2017-12-18 18:44:30.583306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1128425215 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b52c3cc4-85d9-455d-a128-3e550db5cbd8' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c51a3bd6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1128425215], ["username", "billy_28"], ["access_token", "3fe844b8975181bd1133f24ae3d915e1"], ["uuid", "b52c3cc4-85d9-455d-a128-3e550db5cbd8"], ["support_identifier", "cs_c51a3bd6"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:44:30.589361"], ["updated_at", "2017-12-18 18:44:30.589361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1599382907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd2e26a6-0502-4cda-aa1f-01928abf4bc1' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5b4d885' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1599382907], ["username", "billy_29"], ["access_token", "b5e86b3db8ba5145dd6e5537adb608d5"], ["uuid", "fd2e26a6-0502-4cda-aa1f-01928abf4bc1"], ["support_identifier", "cs_c5b4d885"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:44:30.594922"], ["updated_at", "2017-12-18 18:44:30.594922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -158372766 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc9ae092-b88a-4df7-b1ed-b1155fe64ba9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d6407e95' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -158372766], ["username", "billy_30"], ["access_token", "383fc880103f7aae4c9f967782ce4ad2"], ["uuid", "dc9ae092-b88a-4df7-b1ed-b1155fe64ba9"], ["support_identifier", "cs_d6407e95"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:44:30.600165"], ["updated_at", "2017-12-18 18:44:30.600165"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1758150695 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42248f59-5498-4ce0-a9c2-11d84f182308' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0057ccb3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1758150695], ["username", "billy_31"], ["access_token", "729b3e25df1f96fe735e332717ee4ed6"], ["uuid", "42248f59-5498-4ce0-a9c2-11d84f182308"], ["support_identifier", "cs_0057ccb3"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:44:30.604654"], ["updated_at", "2017-12-18 18:44:30.604654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1600226520 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6c7d0b3-98cc-4d4e-a546-08b6fb35a9fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9ad4fc7d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1600226520], ["username", "billy_32"], ["access_token", "5c6451cf6820f1f2cac7ceec8db7e155"], ["uuid", "b6c7d0b3-98cc-4d4e-a546-08b6fb35a9fb"], ["support_identifier", "cs_9ad4fc7d"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:44:30.608943"], ["updated_at", "2017-12-18 18:44:30.608943"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1943554903 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7dcae446-9112-4919-b1a6-674086941946' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_522154a4' LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1943554903], ["username", "billy_33"], ["access_token", "406a2cf8e0293b3cbcb1a4e4e5f16aff"], ["uuid", "7dcae446-9112-4919-b1a6-674086941946"], ["support_identifier", "cs_522154a4"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:44:30.613165"], ["updated_at", "2017-12-18 18:44:30.613165"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1892636061 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '332d57c3-76b4-48a9-8495-8a39e92f0d39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7e8d9676' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1892636061], ["username", "billy_34"], ["access_token", "f65b4a4aa1aad1e50b0577fe70b055dd"], ["uuid", "332d57c3-76b4-48a9-8495-8a39e92f0d39"], ["support_identifier", "cs_7e8d9676"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:44:30.618545"], ["updated_at", "2017-12-18 18:44:30.618545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1744737966 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '455f7fce-0292-413e-9f05-29db017dcccc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_16802763' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1744737966], ["username", "billy_35"], ["access_token", "ed786ee488b0edac89cd1d6049765c2b"], ["uuid", "455f7fce-0292-413e-9f05-29db017dcccc"], ["support_identifier", "cs_16802763"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:44:30.622998"], ["updated_at", "2017-12-18 18:44:30.622998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507312881 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32a884ab-3691-4f07-99f1-ccd06b3548a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_27d16823' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1507312881], ["username", "billy_36"], ["access_token", "e6d42d455479fe6ee8b2c815106faf2d"], ["uuid", "32a884ab-3691-4f07-99f1-ccd06b3548a6"], ["support_identifier", "cs_27d16823"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:44:30.627712"], ["updated_at", "2017-12-18 18:44:30.627712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776575509 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a54dac1d-6b26-441d-b0b6-c33533eb139c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a514652' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -776575509], ["username", "billy_37"], ["access_token", "df8eda0efaa94f8a12b209cebbe5dcd9"], ["uuid", "a54dac1d-6b26-441d-b0b6-c33533eb139c"], ["support_identifier", "cs_4a514652"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:44:30.632296"], ["updated_at", "2017-12-18 18:44:30.632296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1138612441 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '891e30f1-e757-44a9-96e4-c4d9f7f994dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d62cd12' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1138612441], ["username", "billy_38"], ["access_token", "de23c876db051ae6da9b6d35389bcd53"], ["uuid", "891e30f1-e757-44a9-96e4-c4d9f7f994dc"], ["support_identifier", "cs_7d62cd12"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:44:30.637073"], ["updated_at", "2017-12-18 18:44:30.637073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -523764614 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4cb08a36-b7d0-4c47-ba5e-ca19df5a74f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1675508b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -523764614], ["username", "billy_39"], ["access_token", "7d2f4980ba5fb58bd5a68f318cdea8a4"], ["uuid", "4cb08a36-b7d0-4c47-ba5e-ca19df5a74f9"], ["support_identifier", "cs_1675508b"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:44:30.642185"], ["updated_at", "2017-12-18 18:44:30.642185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1592764849 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '26e395a7-ad23-4b7e-88a3-d7cf323f52ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1cb12b0c' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1592764849], ["username", "billy_40"], ["access_token", "b15995d28029fa2ba8db0687586a0ed8"], ["uuid", "26e395a7-ad23-4b7e-88a3-d7cf323f52ae"], ["support_identifier", "cs_1cb12b0c"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:44:30.647115"], ["updated_at", "2017-12-18 18:44:30.647115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1837453459 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e09bb704-5d08-4606-adf0-20c99a2eaaec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b217c37' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1837453459], ["username", "billy_41"], ["access_token", "7598d06202c6047e108ef5905dfbf98d"], ["uuid", "e09bb704-5d08-4606-adf0-20c99a2eaaec"], ["support_identifier", "cs_7b217c37"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:44:30.652314"], ["updated_at", "2017-12-18 18:44:30.652314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -479667219 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e093e1f-ee1b-4a81-ad4a-dd50efe6fe2e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d4293e14' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -479667219], ["username", "billy_42"], ["access_token", "d2453e40e0f4075199d25a0068e7f90a"], ["uuid", "8e093e1f-ee1b-4a81-ad4a-dd50efe6fe2e"], ["support_identifier", "cs_d4293e14"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:44:30.658227"], ["updated_at", "2017-12-18 18:44:30.658227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538242804 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bbd39b4b-4b8c-4d28-bfe2-c232c1260b23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d06e3355' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -538242804], ["username", "billy_43"], ["access_token", "0a6eed6b21d175834b11112483ca1767"], ["uuid", "bbd39b4b-4b8c-4d28-bfe2-c232c1260b23"], ["support_identifier", "cs_d06e3355"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:44:30.663315"], ["updated_at", "2017-12-18 18:44:30.663315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -802548593 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85babbd1-9bb1-4f02-b0c0-dc7ed132bd7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_26367a0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -802548593], ["username", "billy_44"], ["access_token", "d82e3f226aa0c88e23dfc8db41b5e8d6"], ["uuid", "85babbd1-9bb1-4f02-b0c0-dc7ed132bd7a"], ["support_identifier", "cs_26367a0e"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:44:30.668117"], ["updated_at", "2017-12-18 18:44:30.668117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -276429911 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18f1dd24-999e-495f-8e8b-5746a4788baf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4f83a4b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -276429911], ["username", "billy_45"], ["access_token", "f8746729fca5a1767bedc4bd86270def"], ["uuid", "18f1dd24-999e-495f-8e8b-5746a4788baf"], ["support_identifier", "cs_4f83a4b3"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:44:30.673025"], ["updated_at", "2017-12-18 18:44:30.673025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1820082736 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35dc07d1-e76d-4bf1-a86a-952bbef51fbc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ee8daa3' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1820082736], ["username", "billy_46"], ["access_token", "5a0f4bcb7439398c970bc904d3a9a15b"], ["uuid", "35dc07d1-e76d-4bf1-a86a-952bbef51fbc"], ["support_identifier", "cs_6ee8daa3"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:44:30.677500"], ["updated_at", "2017-12-18 18:44:30.677500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415537672 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05acb5b4-c409-4ff2-87cc-27213990aa29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_771dc79f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -415537672], ["username", "billy_47"], ["access_token", "a2d6e6d7efe11694b73f24593de5da5a"], ["uuid", "05acb5b4-c409-4ff2-87cc-27213990aa29"], ["support_identifier", "cs_771dc79f"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:44:30.682471"], ["updated_at", "2017-12-18 18:44:30.682471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1068961360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39ca2c86-6efd-4cfb-b217-37e7a0f2fe95' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6bdcd115' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1068961360], ["username", "billy_48"], ["access_token", "25b85563516debd6f0de690172b94e8a"], ["uuid", "39ca2c86-6efd-4cfb-b217-37e7a0f2fe95"], ["support_identifier", "cs_6bdcd115"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:44:30.687562"], ["updated_at", "2017-12-18 18:44:30.687562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -902536292 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '876a71cf-bec4-4fa4-b930-395e1b70559b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c9a6048' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -902536292], ["username", "billy_49"], ["access_token", "f6b520e6bd5c094ba9d15e62ecb49bf0"], ["uuid", "876a71cf-bec4-4fa4-b930-395e1b70559b"], ["support_identifier", "cs_3c9a6048"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:44:30.692558"], ["updated_at", "2017-12-18 18:44:30.692558"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410231152 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be104e5a-8f2b-45bf-a795-6e39286c8504' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_05219c4e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -410231152], ["username", "jstrav"], ["access_token", "18bdacea3986b79d1ea769c54db5b404"], ["uuid", "be104e5a-8f2b-45bf-a795-6e39286c8504"], ["support_identifier", "cs_05219c4e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 18:44:30.700534"], ["updated_at", "2017-12-18 18:44:30.700534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -656760456 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63d4af8b-17b9-4804-b75f-7de54df25d74' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f134bd90' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -656760456], ["username", "mary"], ["access_token", "87f4181cbb02272f12b83430132f7c89"], ["uuid", "63d4af8b-17b9-4804-b75f-7de54df25d74"], ["support_identifier", "cs_f134bd90"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 18:44:30.706706"], ["updated_at", "2017-12-18 18:44:30.706706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1449130897 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd4c9750-aefd-4907-8ec5-edf7db029a25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_473b041e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1449130897], ["username", "jstead"], ["access_token", "35f7c68e1d86d9c0f3d1a28b71c934b9"], ["uuid", "dd4c9750-aefd-4907-8ec5-edf7db029a25"], ["support_identifier", "cs_473b041e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 18:44:30.713133"], ["updated_at", "2017-12-18 18:44:30.713133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187375845 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b8d9bc8-90e8-45c5-b2a1-fe430d513ad2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b7740fed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1187375845], ["username", "bigbear"], ["access_token", "f14b1794740f03acc57b2f7c844dfaf8"], ["uuid", "2b8d9bc8-90e8-45c5-b2a1-fe430d513ad2"], ["support_identifier", "cs_b7740fed"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 18:44:30.718302"], ["updated_at", "2017-12-18 18:44:30.718302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1663802836 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0c9dffb-0f8b-4e9e-b294-bc11510f65da' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c88ea58f' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1663802836], ["username", "billy_00"], ["access_token", "8bfa1d50ede94ba9942af828675c3ec8"], ["uuid", "f0c9dffb-0f8b-4e9e-b294-bc11510f65da"], ["support_identifier", "cs_c88ea58f"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 18:44:30.722845"], ["updated_at", "2017-12-18 18:44:30.722845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -282811288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ddca66c-ab2e-4b52-b993-b47e733f8ca9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9cc929b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -282811288], ["username", "billy_01"], ["access_token", "8f2d3e20d677d8117d34965fcc08726d"], ["uuid", "5ddca66c-ab2e-4b52-b993-b47e733f8ca9"], ["support_identifier", "cs_9cc929b7"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 18:44:30.728156"], ["updated_at", "2017-12-18 18:44:30.728156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -632820186 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d3bcf15-bda8-4200-90ad-03d0547dd798' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c1eccfb7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -632820186], ["username", "billy_02"], ["access_token", "a6f25c267f8958a147dfbc20c3593032"], ["uuid", "4d3bcf15-bda8-4200-90ad-03d0547dd798"], ["support_identifier", "cs_c1eccfb7"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 18:44:30.733068"], ["updated_at", "2017-12-18 18:44:30.733068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1542633479 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f86cc6dd-303c-49a4-a195-f4bcc74bd82c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9aee15f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1542633479], ["username", "billy_03"], ["access_token", "eefb3082815e95c63a44967b46abcb3f"], ["uuid", "f86cc6dd-303c-49a4-a195-f4bcc74bd82c"], ["support_identifier", "cs_e9aee15f"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 18:44:30.737520"], ["updated_at", "2017-12-18 18:44:30.737520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1096596739 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'caa6ad37-946a-47fc-afee-22ccbe06338b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a5a09bfd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1096596739], ["username", "billy_04"], ["access_token", "9c0268700207e45c35cb00ea8bd73298"], ["uuid", "caa6ad37-946a-47fc-afee-22ccbe06338b"], ["support_identifier", "cs_a5a09bfd"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 18:44:30.742028"], ["updated_at", "2017-12-18 18:44:30.742028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1250620609 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c96dec6a-de67-4991-aa48-a4ee67fe1ec6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62f8dc0c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1250620609], ["username", "billy_05"], ["access_token", "d9b637c4db132abbbf3ed6d1e9d49839"], ["uuid", "c96dec6a-de67-4991-aa48-a4ee67fe1ec6"], ["support_identifier", "cs_62f8dc0c"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 18:44:30.746450"], ["updated_at", "2017-12-18 18:44:30.746450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -628705504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2fd2612-f9a9-4591-a320-f0f3abea6c68' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ffae805a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -628705504], ["username", "billy_06"], ["access_token", "e09b9a3e1ea170dbbce37bd481a2201c"], ["uuid", "a2fd2612-f9a9-4591-a320-f0f3abea6c68"], ["support_identifier", "cs_ffae805a"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 18:44:30.750977"], ["updated_at", "2017-12-18 18:44:30.750977"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975747067 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e866fa3-b31a-4f3e-9f00-7d0a0443a836' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_934cf6fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1975747067], ["username", "billy_07"], ["access_token", "2220432a053f248d89489d0e209e22aa"], ["uuid", "6e866fa3-b31a-4f3e-9f00-7d0a0443a836"], ["support_identifier", "cs_934cf6fe"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 18:44:30.755243"], ["updated_at", "2017-12-18 18:44:30.755243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1588925536 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e66c9192-74ae-4a8f-b0c0-8923a8a6cf39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f86f8ac4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1588925536], ["username", "billy_08"], ["access_token", "735b94a589456bf89ad353af27c34f4d"], ["uuid", "e66c9192-74ae-4a8f-b0c0-8923a8a6cf39"], ["support_identifier", "cs_f86f8ac4"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 18:44:30.760764"], ["updated_at", "2017-12-18 18:44:30.760764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1649676765 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78e625b2-0736-4776-956c-640a50099b49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_82ac3125' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1649676765], ["username", "billy_09"], ["access_token", "9c60e47ec15aa2df883196f42cdb331d"], ["uuid", "78e625b2-0736-4776-956c-640a50099b49"], ["support_identifier", "cs_82ac3125"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 18:44:30.766726"], ["updated_at", "2017-12-18 18:44:30.766726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990215898 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13449bbd-6616-4b18-8040-678169662a2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c948f75' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1990215898], ["username", "billy_10"], ["access_token", "da4b2170f65387f9a24da5d12edadef3"], ["uuid", "13449bbd-6616-4b18-8040-678169662a2d"], ["support_identifier", "cs_7c948f75"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 18:44:30.771491"], ["updated_at", "2017-12-18 18:44:30.771491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1878287720 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19e698a8-27f3-46a3-a23d-5df2b63fb51a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bfe1ac52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1878287720], ["username", "billy_11"], ["access_token", "5f5e85bd9afbae113d2a54efc86cdbda"], ["uuid", "19e698a8-27f3-46a3-a23d-5df2b63fb51a"], ["support_identifier", "cs_bfe1ac52"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 18:44:30.775818"], ["updated_at", "2017-12-18 18:44:30.775818"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1540445224 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2bad59a7-0488-4105-b3a8-b4fe5725a14d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e4bc3ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1540445224], ["username", "billy_12"], ["access_token", "80c372e20e660e6067256941ad022af5"], ["uuid", "2bad59a7-0488-4105-b3a8-b4fe5725a14d"], ["support_identifier", "cs_8e4bc3ca"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 18:44:30.780259"], ["updated_at", "2017-12-18 18:44:30.780259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1310263505 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c79f5f0f-5d8b-4d66-8786-dba7952e2648' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_beab1e02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1310263505], ["username", "billy_13"], ["access_token", "fb935358e7d381206233fd30740db513"], ["uuid", "c79f5f0f-5d8b-4d66-8786-dba7952e2648"], ["support_identifier", "cs_beab1e02"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 18:44:30.784970"], ["updated_at", "2017-12-18 18:44:30.784970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -163174798 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5963656f-8f96-4e32-967c-765d423d2f31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f469fb07' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -163174798], ["username", "billy_14"], ["access_token", "9110b86fbdd1bce70127ef5d4e3e1e35"], ["uuid", "5963656f-8f96-4e32-967c-765d423d2f31"], ["support_identifier", "cs_f469fb07"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 18:44:30.789319"], ["updated_at", "2017-12-18 18:44:30.789319"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1977339425 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f5ea2e7-cc66-413f-965f-65ef1d76cd4b' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_65704737' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1977339425], ["username", "billy_15"], ["access_token", "1d5f1356f6a064da5430a9cac1eb98b4"], ["uuid", "4f5ea2e7-cc66-413f-965f-65ef1d76cd4b"], ["support_identifier", "cs_65704737"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 18:44:30.794756"], ["updated_at", "2017-12-18 18:44:30.794756"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989172166 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c57080c-513f-4612-b986-6c8d5df172f7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_05ed7f46' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -989172166], ["username", "billy_16"], ["access_token", "89e98dccd0a677747b26b8fb69e2a0aa"], ["uuid", "1c57080c-513f-4612-b986-6c8d5df172f7"], ["support_identifier", "cs_05ed7f46"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 18:44:30.801364"], ["updated_at", "2017-12-18 18:44:30.801364"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1367136634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '58927e0e-f9dd-49d9-adfc-2d608823159f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf849619' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1367136634], ["username", "billy_17"], ["access_token", "13995600dd0d106a56e4fa30b93f66d6"], ["uuid", "58927e0e-f9dd-49d9-adfc-2d608823159f"], ["support_identifier", "cs_bf849619"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 18:44:30.806644"], ["updated_at", "2017-12-18 18:44:30.806644"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1046072541 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2977066-bce9-4e67-b14f-dce54a29716f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0e6bd042' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1046072541], ["username", "billy_18"], ["access_token", "47a5e3acb0c91a0a24c401022eb6c081"], ["uuid", "e2977066-bce9-4e67-b14f-dce54a29716f"], ["support_identifier", "cs_0e6bd042"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 18:44:30.811283"], ["updated_at", "2017-12-18 18:44:30.811283"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -997191209 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6472b13f-00f9-4d34-b4b4-5e8068d578ca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_809fb06e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -997191209], ["username", "billy_19"], ["access_token", "9299091d54a4bb60a36864a5fafe4fa7"], ["uuid", "6472b13f-00f9-4d34-b4b4-5e8068d578ca"], ["support_identifier", "cs_809fb06e"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 18:44:30.815816"], ["updated_at", "2017-12-18 18:44:30.815816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -941873930 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13290e7e-10e4-4882-a647-a3ef33577c1e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c581599a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -941873930], ["username", "billy_20"], ["access_token", "de981133991b0279cdcfa79291725251"], ["uuid", "13290e7e-10e4-4882-a647-a3ef33577c1e"], ["support_identifier", "cs_c581599a"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 18:44:30.819822"], ["updated_at", "2017-12-18 18:44:30.819822"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1326968392 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99710076-85d6-45f3-a5ad-f9f733666e80' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b6465ff' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1326968392], ["username", "billy_21"], ["access_token", "4d0a64a66cdc3deb4547d9d7c43cae59"], ["uuid", "99710076-85d6-45f3-a5ad-f9f733666e80"], ["support_identifier", "cs_2b6465ff"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 18:44:30.823923"], ["updated_at", "2017-12-18 18:44:30.823923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -265453407 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd675ed66-3534-4ed6-b835-f765d5b4ac57' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bd1f63b3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -265453407], ["username", "billy_22"], ["access_token", "dc535a83e08eda268a390cf908127342"], ["uuid", "d675ed66-3534-4ed6-b835-f765d5b4ac57"], ["support_identifier", "cs_bd1f63b3"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 18:44:30.828870"], ["updated_at", "2017-12-18 18:44:30.828870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1312948644 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc783d9f-35f8-4c34-ad83-fdfdd4f1de34' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7fcd5503' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1312948644], ["username", "billy_23"], ["access_token", "04e0126aebea32a02fab3ff1861268ff"], ["uuid", "dc783d9f-35f8-4c34-ad83-fdfdd4f1de34"], ["support_identifier", "cs_7fcd5503"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 18:44:30.834414"], ["updated_at", "2017-12-18 18:44:30.834414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -152672650 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bbe48726-da58-4dca-9cd6-d33b85c9dbb6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_992f6ae1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -152672650], ["username", "billy_24"], ["access_token", "75550b0dfdd4bc1aef5e81caa7131dc8"], ["uuid", "bbe48726-da58-4dca-9cd6-d33b85c9dbb6"], ["support_identifier", "cs_992f6ae1"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 18:44:30.839279"], ["updated_at", "2017-12-18 18:44:30.839279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -104914390 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c2676d5-dbfd-40a4-9d04-5811036b10a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_15ddf483' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -104914390], ["username", "billy_25"], ["access_token", "3aa5c04f7748a979bd19a34ede8a85f4"], ["uuid", "5c2676d5-dbfd-40a4-9d04-5811036b10a1"], ["support_identifier", "cs_15ddf483"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 18:44:30.843361"], ["updated_at", "2017-12-18 18:44:30.843361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1931405411 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4142bf6d-98d8-4ef7-92f4-76fa096cbe95' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d92e8d6a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1931405411], ["username", "billy_26"], ["access_token", "52e54377a0263109057c9295aa7ec2d9"], ["uuid", "4142bf6d-98d8-4ef7-92f4-76fa096cbe95"], ["support_identifier", "cs_d92e8d6a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 18:44:30.849734"], ["updated_at", "2017-12-18 18:44:30.849734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2126330015 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1be9a412-62a7-44cd-b506-0472ec796764' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_55b89b16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2126330015], ["username", "billy_27"], ["access_token", "b19cb44cc8ac52ea3e38a6f4a4d80307"], ["uuid", "1be9a412-62a7-44cd-b506-0472ec796764"], ["support_identifier", "cs_55b89b16"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 18:44:30.854862"], ["updated_at", "2017-12-18 18:44:30.854862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848270135 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '796c0964-7019-4677-8bea-71836266f0d7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5cd3e008' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -848270135], ["username", "billy_28"], ["access_token", "deb8932330c75e453eeae06121f0cdcd"], ["uuid", "796c0964-7019-4677-8bea-71836266f0d7"], ["support_identifier", "cs_5cd3e008"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 18:44:30.859018"], ["updated_at", "2017-12-18 18:44:30.859018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1771440144 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1104415c-e4d8-4594-9b2a-edfcf4f7be59' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ee9af0c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1771440144], ["username", "billy_29"], ["access_token", "fdeb60c14e7423ca168f67c94127cf7d"], ["uuid", "1104415c-e4d8-4594-9b2a-edfcf4f7be59"], ["support_identifier", "cs_6ee9af0c"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 18:44:30.863213"], ["updated_at", "2017-12-18 18:44:30.863213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1824390859 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db418770-1d46-467e-948d-d5364db37951' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_40c3c463' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1824390859], ["username", "billy_30"], ["access_token", "953a9d423468946b5111415e10a04453"], ["uuid", "db418770-1d46-467e-948d-d5364db37951"], ["support_identifier", "cs_40c3c463"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 18:44:30.873963"], ["updated_at", "2017-12-18 18:44:30.873963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -632814519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0eb27235-6fe3-4892-8a34-ab2da58f6373' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12bccbfa' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -632814519], ["username", "billy_31"], ["access_token", "49b7c3a161f65a3801eb109f70452452"], ["uuid", "0eb27235-6fe3-4892-8a34-ab2da58f6373"], ["support_identifier", "cs_12bccbfa"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 18:44:30.878917"], ["updated_at", "2017-12-18 18:44:30.878917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -919266213 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a03aaa1b-d540-425a-b9c2-9994d1d017aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d60702c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -919266213], ["username", "billy_32"], ["access_token", "109dfd85f2a5eeb4284c6d350887d8a8"], ["uuid", "a03aaa1b-d540-425a-b9c2-9994d1d017aa"], ["support_identifier", "cs_8d60702c"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 18:44:30.884724"], ["updated_at", "2017-12-18 18:44:30.884724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1447654715 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c26b3b9-f5d3-4d85-853c-44ec2f320cf1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c4f443de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1447654715], ["username", "billy_33"], ["access_token", "879003b4f6acf2eb1ce195e72cedcfad"], ["uuid", "7c26b3b9-f5d3-4d85-853c-44ec2f320cf1"], ["support_identifier", "cs_c4f443de"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 18:44:30.889914"], ["updated_at", "2017-12-18 18:44:30.889914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776204226 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a514aae-76fc-4534-82a5-a0653153cf7b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67f3ce79' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -776204226], ["username", "billy_34"], ["access_token", "db7edb646a15190046643084f647bc0f"], ["uuid", "3a514aae-76fc-4534-82a5-a0653153cf7b"], ["support_identifier", "cs_67f3ce79"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 18:44:30.894777"], ["updated_at", "2017-12-18 18:44:30.894777"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1061842762 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11ef042e-1a9e-457c-bb09-45fb4aead5a9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0f811391' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1061842762], ["username", "billy_35"], ["access_token", "d0392c5945696a8ee80fca175d61e189"], ["uuid", "11ef042e-1a9e-457c-bb09-45fb4aead5a9"], ["support_identifier", "cs_0f811391"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 18:44:30.900579"], ["updated_at", "2017-12-18 18:44:30.900579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -471541092 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e23de19b-e553-487d-b62a-98520b191ce4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_254fcee5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -471541092], ["username", "billy_36"], ["access_token", "f6db2205c2430257a952dc0e677404bf"], ["uuid", "e23de19b-e553-487d-b62a-98520b191ce4"], ["support_identifier", "cs_254fcee5"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 18:44:30.905899"], ["updated_at", "2017-12-18 18:44:30.905899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1934844741 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '165a7054-f712-4425-8839-a0acb63be604' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47cba6eb' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1934844741], ["username", "billy_37"], ["access_token", "10048dc3d79158c60242be2a03fedd9e"], ["uuid", "165a7054-f712-4425-8839-a0acb63be604"], ["support_identifier", "cs_47cba6eb"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 18:44:30.910749"], ["updated_at", "2017-12-18 18:44:30.910749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1945645200 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '51a74f0e-d043-49da-8522-e513d18957a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_02212952' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1945645200], ["username", "billy_38"], ["access_token", "8c1d2083fd09b9fb5665109d489859d2"], ["uuid", "51a74f0e-d043-49da-8522-e513d18957a5"], ["support_identifier", "cs_02212952"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 18:44:30.915399"], ["updated_at", "2017-12-18 18:44:30.915399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1596701826 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee0d8b6d-f30e-479e-a4c5-b947bd2ca2c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c734bd8f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1596701826], ["username", "billy_39"], ["access_token", "8dc79877ace7e34efe2d74f00e9c7f94"], ["uuid", "ee0d8b6d-f30e-479e-a4c5-b947bd2ca2c7"], ["support_identifier", "cs_c734bd8f"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 18:44:30.919909"], ["updated_at", "2017-12-18 18:44:30.919909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -238738658 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8987ce5f-3b2d-43b7-a95d-2477434723c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2cc5a0a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -238738658], ["username", "billy_40"], ["access_token", "2f4fa34ba1cee15112d2347cb197fcba"], ["uuid", "8987ce5f-3b2d-43b7-a95d-2477434723c8"], ["support_identifier", "cs_2cc5a0a1"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 18:44:30.925501"], ["updated_at", "2017-12-18 18:44:30.925501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -499167211 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ddda6e5-912c-4c3f-b8a4-f9abd85033eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bbe8aa70' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -499167211], ["username", "billy_41"], ["access_token", "a3c1e106657e300b866f7bf2a13590bd"], ["uuid", "1ddda6e5-912c-4c3f-b8a4-f9abd85033eb"], ["support_identifier", "cs_bbe8aa70"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 18:44:30.930401"], ["updated_at", "2017-12-18 18:44:30.930401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -855220719 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c908c00-2b56-426c-ae40-bb80a9fa4c47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_79ecce5c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -855220719], ["username", "billy_42"], ["access_token", "91bc0f84ad9fe88e4e62422067a457ae"], ["uuid", "2c908c00-2b56-426c-ae40-bb80a9fa4c47"], ["support_identifier", "cs_79ecce5c"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 18:44:30.934922"], ["updated_at", "2017-12-18 18:44:30.934922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1803080471 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cab72e2c-e98f-4629-a81c-a9a81c1251ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a64007a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1803080471], ["username", "billy_43"], ["access_token", "2eb5858c31e7ee218ebd2196f13a7251"], ["uuid", "cab72e2c-e98f-4629-a81c-a9a81c1251ed"], ["support_identifier", "cs_4a64007a"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 18:44:30.939844"], ["updated_at", "2017-12-18 18:44:30.939844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1093681168 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34ce228c-9f0d-4db2-b98d-b8c7cb820157' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f5fa3864' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1093681168], ["username", "billy_44"], ["access_token", "0c1117add29493feaad991392f750e25"], ["uuid", "34ce228c-9f0d-4db2-b98d-b8c7cb820157"], ["support_identifier", "cs_f5fa3864"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 18:44:30.944333"], ["updated_at", "2017-12-18 18:44:30.944333"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -114525482 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea1d82b8-96c8-40fe-a4ac-38878d064880' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a58684ef' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -114525482], ["username", "billy_45"], ["access_token", "8e568bcab08e70a85847f51a97519a3d"], ["uuid", "ea1d82b8-96c8-40fe-a4ac-38878d064880"], ["support_identifier", "cs_a58684ef"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 18:44:30.949188"], ["updated_at", "2017-12-18 18:44:30.949188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646361157 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89c47120-ae14-45a2-b4b2-ad5b89366baf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c0adbed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -646361157], ["username", "billy_46"], ["access_token", "95f98c49a67c3a1bfc2a5fc118ba7aef"], ["uuid", "89c47120-ae14-45a2-b4b2-ad5b89366baf"], ["support_identifier", "cs_4c0adbed"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 18:44:30.954478"], ["updated_at", "2017-12-18 18:44:30.954478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -347213295 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6ca85b0-da2a-4a63-bd48-5aaaf7d75035' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f6076dca' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -347213295], ["username", "billy_47"], ["access_token", "cc97812322aa7e95e6121884d5d667e9"], ["uuid", "d6ca85b0-da2a-4a63-bd48-5aaaf7d75035"], ["support_identifier", "cs_f6076dca"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 18:44:30.958971"], ["updated_at", "2017-12-18 18:44:30.958971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883269663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7c9bfc2-8280-4b48-9cd3-238a05b7f97f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b96cefa6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1883269663], ["username", "billy_48"], ["access_token", "b32dc1e01190bc3710f381c6b250a28b"], ["uuid", "c7c9bfc2-8280-4b48-9cd3-238a05b7f97f"], ["support_identifier", "cs_b96cefa6"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 18:44:30.964141"], ["updated_at", "2017-12-18 18:44:30.964141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2105399819 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c95cb40-a9c8-408b-8f93-92f744ba40c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64806a5e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2105399819], ["username", "billy_49"], ["access_token", "f4f7b1e290ca867a8f7c4f906e8b3c85"], ["uuid", "1c95cb40-a9c8-408b-8f93-92f744ba40c4"], ["support_identifier", "cs_64806a5e"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 18:44:30.969970"], ["updated_at", "2017-12-18 18:44:30.969970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.7ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045018954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3361c039da6e180b0346e2cfe7798d59' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '90545233-f851-4843-aa2d-78c7ada89b90' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_599e0aa3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2045018954], ["username", "3361c039da6e180b0346e2cfe7798d59"], ["access_token", "e7a6c27ddb1cc970912ad38bc4b02595"], ["uuid", "90545233-f851-4843-aa2d-78c7ada89b90"], ["support_identifier", "cs_599e0aa3"], ["created_at", "2017-12-18 18:44:30.980089"], ["updated_at", "2017-12-18 18:44:30.980089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 479 AND "openstax_accounts_group_owners"."group_id" = -17198624) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -17198624]] OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 479 AND "openstax_accounts_group_owners"."group_id" = -17198624) LIMIT 1 OpenStax::Accounts::Group Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -17198624 LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -17198624], ["created_at", "2017-12-18 18:44:31.007367"], ["updated_at", "2017-12-18 18:44:31.007367"]] OpenStax::Accounts::GroupOwner Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 479 AND "openstax_accounts_group_owners"."group_id" = -17198624) LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -17198624], ["user_id", -2045018954], ["created_at", "2017-12-18 18:44:31.011141"], ["updated_at", "2017-12-18 18:44:31.011141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -17198624]] OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -17198624]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1824964534 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '43d89dd0a8cca981e14145f596d78964' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e11aed54-865b-4748-a8a5-ffa8adf80c38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f68b88b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1824964534], ["username", "43d89dd0a8cca981e14145f596d78964"], ["access_token", "692dae3359f57ac1801dcb404e4e2722"], ["uuid", "e11aed54-865b-4748-a8a5-ffa8adf80c38"], ["support_identifier", "cs_f68b88b4"], ["created_at", "2017-12-18 18:44:31.030467"], ["updated_at", "2017-12-18 18:44:31.030467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1416883114 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '45a4100df687bc6ebc1ec1784f117831' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46dddb55-e70c-4a22-ab56-256f296f4b8a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2737afd0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1416883114], ["username", "45a4100df687bc6ebc1ec1784f117831"], ["access_token", "f435cc4ae4586bbcb1b349b21b6f7a61"], ["uuid", "46dddb55-e70c-4a22-ab56-256f296f4b8a"], ["support_identifier", "cs_2737afd0"], ["created_at", "2017-12-18 18:44:31.035812"], ["updated_at", "2017-12-18 18:44:31.035812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1675252493 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9cd91c006ba4f7368819069b7ef4b008' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d8bb781-2127-4267-b66b-dbf980948791' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e3fc83ba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1675252493], ["username", "9cd91c006ba4f7368819069b7ef4b008"], ["access_token", "1acba5ab3d88309a68e6428d9ce53f06"], ["uuid", "0d8bb781-2127-4267-b66b-dbf980948791"], ["support_identifier", "cs_e3fc83ba"], ["created_at", "2017-12-18 18:44:31.043950"], ["updated_at", "2017-12-18 18:44:31.043950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '9cd91c006ba4f7368819069b7ef4b008' AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '0d8bb781-2127-4267-b66b-dbf980948791' AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_e3fc83ba' AND "openstax_accounts_accounts"."id" != 482) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '9cd91c006ba4f7368819069b7ef4b008' AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '0d8bb781-2127-4267-b66b-dbf980948791' AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_e3fc83ba' AND "openstax_accounts_accounts"."id" != 482) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-18 18:44:31.050760"], ["id", 482]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a94da14eda092e6f7162599d9277d590' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78afc892-67ab-49fd-8b5d-9e66ccb81765' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4f3543c3' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -631113814 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '09e50f4f3bd6040818611374b0061e66' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29626064-d515-47c1-bc0f-198e47747e9f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b8320fcb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -631113814], ["username", "09e50f4f3bd6040818611374b0061e66"], ["access_token", "5b9964ffce020d649675ca79b0fbdbf6"], ["uuid", "29626064-d515-47c1-bc0f-198e47747e9f"], ["support_identifier", "cs_b8320fcb"], ["created_at", "2017-12-18 18:44:31.060581"], ["updated_at", "2017-12-18 18:44:31.060581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -631113814 AND "openstax_accounts_accounts"."id" != 483) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '29626064-d515-47c1-bc0f-198e47747e9f' AND "openstax_accounts_accounts"."id" != 483) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_b8320fcb' AND "openstax_accounts_accounts"."id" != 483) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -882974738 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6cc23fb4eb171f6be576569f2891948b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9238ebc5-3a2b-4a9f-b46a-38f557407330' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c6846af4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -882974738], ["username", "6cc23fb4eb171f6be576569f2891948b"], ["access_token", "9ee5404d6663dcc014b5f4fa68a6c681"], ["uuid", "9238ebc5-3a2b-4a9f-b46a-38f557407330"], ["support_identifier", "cs_c6846af4"], ["created_at", "2017-12-18 18:44:31.068884"], ["updated_at", "2017-12-18 18:44:31.068884"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1583011094 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6cc23fb4eb171f6be576569f2891948b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c17a268e-06ea-4189-a6d7-48148d1ad0bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0ac864b9' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -716486516 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4bd8c0735dff8828d4fe4beb769daef6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '180a453c-c86e-44eb-9356-5b437bdec8e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67a626be' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -453790575 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a092f61-43b7-440e-85ea-12c20042cdc1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_358a0b17' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -453790575], ["access_token", "90bdd2ce8985ba58033b2c722841192c"], ["uuid", "0a092f61-43b7-440e-85ea-12c20042cdc1"], ["support_identifier", "cs_358a0b17"], ["created_at", "2017-12-18 18:44:31.083878"], ["updated_at", "2017-12-18 18:44:31.083878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1250799030 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d7fd684-b68f-42e6-8475-d79651c94cc5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9a07cbcb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1250799030], ["access_token", "8854291b93fc65d9ab267cbf3a558297"], ["uuid", "1d7fd684-b68f-42e6-8475-d79651c94cc5"], ["support_identifier", "cs_9a07cbcb"], ["created_at", "2017-12-18 18:44:31.088202"], ["updated_at", "2017-12-18 18:44:31.088202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -894090874 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f3ff9c854b8c8977d7a33dc094d27f52' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43262724-ea5e-4563-8b17-9cd09fb22a8f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b1d7a556' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -894090874], ["username", "f3ff9c854b8c8977d7a33dc094d27f52"], ["access_token", "0529434cbbcaaab76af41e4a554ab712"], ["uuid", "43262724-ea5e-4563-8b17-9cd09fb22a8f"], ["support_identifier", "cs_b1d7a556"], ["created_at", "2017-12-18 18:44:31.094265"], ["updated_at", "2017-12-18 18:44:31.094265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 487) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 487) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '43262724-ea5e-4563-8b17-9cd09fb22a8f' AND "openstax_accounts_accounts"."id" != 487) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_b1d7a556' AND "openstax_accounts_accounts"."id" != 487) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-18 18:44:31.099698"], ["id", 487]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -701946543 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a9d131bae32e0d99bff08fdbb59ee7d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '602adc60-7640-4e29-a418-cc6676b09b4a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_03a67660' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -701946543], ["username", "a9d131bae32e0d99bff08fdbb59ee7d5"], ["access_token", "32b00f367ac6fd66a9fe3907ac599f44"], ["uuid", "602adc60-7640-4e29-a418-cc6676b09b4a"], ["support_identifier", "cs_03a67660"], ["created_at", "2017-12-18 18:44:31.105748"], ["updated_at", "2017-12-18 18:44:31.105748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 488) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 488) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '602adc60-7640-4e29-a418-cc6676b09b4a' AND "openstax_accounts_accounts"."id" != 488) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_03a67660' AND "openstax_accounts_accounts"."id" != 488) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-18 18:44:31.109900"], ["id", 488]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -594496298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7d50b90124dce3bbdb310dc7c6d03f6b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4061d1fa-a574-4801-b638-066c2b20964b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ebbe7d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -594496298], ["username", "7d50b90124dce3bbdb310dc7c6d03f6b"], ["access_token", "04e5e3c099c855486413c9aeca867463"], ["uuid", "4061d1fa-a574-4801-b638-066c2b20964b"], ["support_identifier", "cs_4ebbe7d5"], ["created_at", "2017-12-18 18:44:31.115437"], ["updated_at", "2017-12-18 18:44:31.115437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 489) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '4061d1fa-a574-4801-b638-066c2b20964b' AND "openstax_accounts_accounts"."id" != 489) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_4ebbe7d5' AND "openstax_accounts_accounts"."id" != 489) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-18 18:44:31.119355"], ["id", 489]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 489) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 489) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '4061d1fa-a574-4801-b638-066c2b20964b' AND "openstax_accounts_accounts"."id" != 489) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_4ebbe7d5' AND "openstax_accounts_accounts"."id" != 489) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-18 18:44:31.123599"], ["id", 489]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 489) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 489) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '4061d1fa-a574-4801-b638-066c2b20964b' AND "openstax_accounts_accounts"."id" != 489) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_4ebbe7d5' AND "openstax_accounts_accounts"."id" != 489) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-18 18:44:31.127409"], ["id", 489]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1135301073 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd49045ffbc78d25bc890c6ee183a5e53' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd6e4b0c-0587-4463-90dd-72cdd3d01bb5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ee1bbfd3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1135301073], ["username", "d49045ffbc78d25bc890c6ee183a5e53"], ["access_token", "2e0afe671fac0211dc1d0e2c41f8ac44"], ["uuid", "fd6e4b0c-0587-4463-90dd-72cdd3d01bb5"], ["support_identifier", "cs_ee1bbfd3"], ["created_at", "2017-12-18 18:44:31.133359"], ["updated_at", "2017-12-18 18:44:31.133359"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 490) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 490) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'fd6e4b0c-0587-4463-90dd-72cdd3d01bb5' AND "openstax_accounts_accounts"."id" != 490) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_ee1bbfd3' AND "openstax_accounts_accounts"."id" != 490) LIMIT 1 SQL (0.5ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-18 18:44:31.137831"], ["id", 490]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:44:33 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-12-18 12:44:35 -0600 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1131966874 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b52b388bcf6eafac2ef7635f6911ab74' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f41ae10-d8ab-490d-8156-ab54af37598b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ff6468b' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1131966874], ["username", "b52b388bcf6eafac2ef7635f6911ab74"], ["access_token", "f949aa35265ff9a04bb11289b07c6959"], ["uuid", "1f41ae10-d8ab-490d-8156-ab54af37598b"], ["support_identifier", "cs_4ff6468b"], ["created_at", "2017-12-18 18:44:35.262137"], ["updated_at", "2017-12-18 18:44:35.262137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1461595310 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1461595310], ["name", "MyGroup"], ["created_at", "2017-12-18 18:44:35.272262"], ["updated_at", "2017-12-18 18:44:35.272262"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1615682618 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6f1b0babd8457adbda7ca38d5ce44b1f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f4dffee-3d6a-4ceb-a9cd-c0bca1b45057' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e41c344' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1615682618], ["username", "6f1b0babd8457adbda7ca38d5ce44b1f"], ["access_token", "26d4c18088440a715354445c3538e9fd"], ["uuid", "4f4dffee-3d6a-4ceb-a9cd-c0bca1b45057"], ["support_identifier", "cs_2e41c344"], ["created_at", "2017-12-18 18:44:35.277395"], ["updated_at", "2017-12-18 18:44:35.277395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1461595310/owners/-1615682618" for 127.0.0.1 at 2017-12-18 12:44:37 -0600 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1461595310", "user_id"=>"-1615682618", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1856924234 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'da48ca2137f1045b09413ad8d7c507d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94d690a8-004a-4b1d-bd8f-a15d40a1105a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ac88a51' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1856924234], ["username", "da48ca2137f1045b09413ad8d7c507d3"], ["access_token", "372a5ef64a1c345959c13f1ba955dc8d"], ["uuid", "94d690a8-004a-4b1d-bd8f-a15d40a1105a"], ["support_identifier", "cs_2ac88a51"], ["created_at", "2017-12-18 18:44:37.309231"], ["updated_at", "2017-12-18 18:44:37.309231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -774012041 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -774012041], ["name", "MyGroup"], ["created_at", "2017-12-18 18:44:37.312082"], ["updated_at", "2017-12-18 18:44:37.312082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -942367792 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f423d8e2411ab72cb189a0a8e9073b35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ede089a0-fb91-4b0f-bbfe-d6e596bc427d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd2e3be9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -942367792], ["username", "f423d8e2411ab72cb189a0a8e9073b35"], ["access_token", "e5491678e40e4ca87037f81cf6cd7bc8"], ["uuid", "ede089a0-fb91-4b0f-bbfe-d6e596bc427d"], ["support_identifier", "cs_fd2e3be9"], ["created_at", "2017-12-18 18:44:37.316345"], ["updated_at", "2017-12-18 18:44:37.316345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 494 AND "openstax_accounts_group_owners"."group_id" = -774012041) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -774012041], ["user_id", -942367792], ["created_at", "2017-12-18 18:44:37.318960"], ["updated_at", "2017-12-18 18:44:37.318960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-774012041/owners/-942367792" for 127.0.0.1 at 2017-12-18 12:44:39 -0600 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-774012041", "user_id"=>"-942367792", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2115495396 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1129618821d8a44104833ee93714c6fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b587a5d3-0eb7-43f9-bec9-955a349a1fa5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2478e195' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2115495396], ["username", "1129618821d8a44104833ee93714c6fb"], ["access_token", "ee02316d55f62c9f7daad99a4f6b0214"], ["uuid", "b587a5d3-0eb7-43f9-bec9-955a349a1fa5"], ["support_identifier", "cs_2478e195"], ["created_at", "2017-12-18 18:44:39.349616"], ["updated_at", "2017-12-18 18:44:39.349616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -704182697 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -704182697], ["name", "MyGroup"], ["created_at", "2017-12-18 18:44:39.361105"], ["updated_at", "2017-12-18 18:44:39.361105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -28545395 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -28545395], ["name", "MyGroup"], ["created_at", "2017-12-18 18:44:39.364693"], ["updated_at", "2017-12-18 18:44:39.364693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-704182697/nestings/-28545395" for 127.0.0.1 at 2017-12-18 12:44:41 -0600 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-704182697", "member_group_id"=>"-28545395", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -209552618 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '42f5e417153a9b26ab70922f322e75d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a21ca7fb-ce95-4ab4-8165-d7566311e0c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c2101b59' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -209552618], ["username", "42f5e417153a9b26ab70922f322e75d5"], ["access_token", "c3cf88466046d39df31c71bfffedf8ed"], ["uuid", "a21ca7fb-ce95-4ab4-8165-d7566311e0c8"], ["support_identifier", "cs_c2101b59"], ["created_at", "2017-12-18 18:44:41.396035"], ["updated_at", "2017-12-18 18:44:41.396035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1105278609 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1105278609], ["name", "MyGroup"], ["created_at", "2017-12-18 18:44:41.399076"], ["updated_at", "2017-12-18 18:44:41.399076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1936645153 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1936645153], ["name", "MyGroup"], ["created_at", "2017-12-18 18:44:41.401563"], ["updated_at", "2017-12-18 18:44:41.401563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 7 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 7]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -1936645153 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1936645153 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 7]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 6]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1105278609 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1105278609 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 6]] SQL (0.4ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1936645153 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1105278609 SQL (0.5ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -1105278609], ["member_group_id", -1936645153], ["created_at", "2017-12-18 18:44:41.405153"], ["updated_at", "2017-12-18 18:44:41.405153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1105278609/nestings/-1936645153" for 127.0.0.1 at 2017-12-18 12:44:43 -0600 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1105278609", "member_group_id"=>"-1936645153", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324372904 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6dc4daa9e260c8de28ff1473f1c428af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0dc2f8f9-8de2-4854-9f99-207253100eb5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e400763' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -324372904], ["username", "6dc4daa9e260c8de28ff1473f1c428af"], ["access_token", "6e4f61e869c4b1d05ae5533c0b6ca58c"], ["uuid", "0dc2f8f9-8de2-4854-9f99-207253100eb5"], ["support_identifier", "cs_9e400763"], ["created_at", "2017-12-18 18:44:43.445397"], ["updated_at", "2017-12-18 18:44:43.445397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2055403814 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2055403814], ["name", "MyGroup"], ["created_at", "2017-12-18 18:44:43.454375"], ["updated_at", "2017-12-18 18:44:43.454375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-12-18 12:44:45 -0600 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1713726185 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '74a4b09518e9ae8e674454eda32f6565' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5134ca22-2268-4f03-9fa7-d04dbd558582' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_30ef7780' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1713726185], ["username", "74a4b09518e9ae8e674454eda32f6565"], ["access_token", "34e6552f68e15bdf5b316a57b5a13b5f"], ["uuid", "5134ca22-2268-4f03-9fa7-d04dbd558582"], ["support_identifier", "cs_30ef7780"], ["created_at", "2017-12-18 18:44:45.482738"], ["updated_at", "2017-12-18 18:44:45.482738"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1980088686 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1980088686], ["name", "MyGroup"], ["created_at", "2017-12-18 18:44:45.485868"], ["updated_at", "2017-12-18 18:44:45.485868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1980088686 AND "openstax_accounts_groups"."id" != 9) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-1980088686" for 127.0.0.1 at 2017-12-18 12:44:47 -0600 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-1980088686", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -116762936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7b247b89b2baefd0b85cbfbd94865822' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b2189bd-2293-4009-bd61-05bb22e5879c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d38fad5b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -116762936], ["username", "7b247b89b2baefd0b85cbfbd94865822"], ["access_token", "fdeff3c7016c74ff036aaa39a162531f"], ["uuid", "7b2189bd-2293-4009-bd61-05bb22e5879c"], ["support_identifier", "cs_d38fad5b"], ["created_at", "2017-12-18 18:44:47.511682"], ["updated_at", "2017-12-18 18:44:47.511682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -484773748 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -484773748], ["name", "MyGroup"], ["created_at", "2017-12-18 18:44:47.514451"], ["updated_at", "2017-12-18 18:44:47.514451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -484773748 AND "openstax_accounts_groups"."id" != 10) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-484773748" for 127.0.0.1 at 2017-12-18 12:44:49 -0600 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-484773748", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:44:51 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 12:44:53 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:44:55 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2017-12-18 12:44:57 -0600 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "application_user"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:44:59 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 12:45:01 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "application_user"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:45:03 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2017-12-18 12:45:05 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_user"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -8196039 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '0f1f137323eb67020f0ece7f5920b835' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff9ee3da-95fc-4b37-90de-a56fe6dd9294' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e692cd94' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -8196039], ["username", "0f1f137323eb67020f0ece7f5920b835"], ["access_token", "a0d3ab7fe8f7373b19f23869d912d91b"], ["uuid", "ff9ee3da-95fc-4b37-90de-a56fe6dd9294"], ["support_identifier", "cs_e692cd94"], ["created_at", "2017-12-18 18:45:05.727836"], ["updated_at", "2017-12-18 18:45:05.727836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-12-18 12:45:07 -0600 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"0f1f137323eb67020f0ece7f5920b835", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"0f1f137323eb67020f0ece7f5920b835", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1842042810 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4af0c93261dc31e1245529dd6604b17f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e65c9104-9970-41e0-9b4f-28062209564e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e23cc514' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1842042810], ["username", "4af0c93261dc31e1245529dd6604b17f"], ["access_token", "f2f6276c483a7eb16356ab3a93251933"], ["uuid", "e65c9104-9970-41e0-9b4f-28062209564e"], ["support_identifier", "cs_e23cc514"], ["created_at", "2017-12-18 18:45:07.756120"], ["updated_at", "2017-12-18 18:45:07.756120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:45:09 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-12-18 12:45:11 -0600 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -200722927 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3038b0271f8ba2751052bb1cfa69b3eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '546613d5-cc4a-452b-8dd2-248e685d14c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33e11c55' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -200722927], ["username", "3038b0271f8ba2751052bb1cfa69b3eb"], ["access_token", "a5afcd71a5b1f53faa7b17c03e54af3e"], ["uuid", "546613d5-cc4a-452b-8dd2-248e685d14c5"], ["support_identifier", "cs_33e11c55"], ["created_at", "2017-12-18 18:45:11.800429"], ["updated_at", "2017-12-18 18:45:11.800429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:45:13 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-18 12:45:15 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -703269095 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '553255e89447d30b83af17639d852097' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0e6a773-b44c-455d-8e5d-cd5be61f1087' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_05ccaaf6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -703269095], ["username", "553255e89447d30b83af17639d852097"], ["access_token", "64357e63d0bc89bf913aedceab8dd685"], ["uuid", "b0e6a773-b44c-455d-8e5d-cd5be61f1087"], ["support_identifier", "cs_05ccaaf6"], ["created_at", "2017-12-18 18:45:15.845721"], ["updated_at", "2017-12-18 18:45:15.845721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:45:17 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-18 12:45:19 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:45:21 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-18 12:45:23 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:45:25 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-18 12:45:27 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "application_group"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -711790323 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6dbc217ff544cc35c0c3734e32608a61' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0450603-42d9-4e86-98e3-6d21d936812c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0653374b' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -711790323], ["username", "6dbc217ff544cc35c0c3734e32608a61"], ["access_token", "902b0769d2c4e6ee3b303fc248cb94b5"], ["uuid", "f0450603-42d9-4e86-98e3-6d21d936812c"], ["support_identifier", "cs_0653374b"], ["created_at", "2017-12-18 18:45:27.981021"], ["updated_at", "2017-12-18 18:45:27.981021"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -150270510 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -150270510], ["name", "MyGroup"], ["created_at", "2017-12-18 18:45:27.993086"], ["updated_at", "2017-12-18 18:45:27.993086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366534253 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4133b30c47ea8d94adfcf444ae0c4d8f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2667846a-01ff-4759-8d33-925dba3f33ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b232829a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -366534253], ["username", "4133b30c47ea8d94adfcf444ae0c4d8f"], ["access_token", "dc1f03a6f234f981075553109454aaf2"], ["uuid", "2667846a-01ff-4759-8d33-925dba3f33ba"], ["support_identifier", "cs_b232829a"], ["created_at", "2017-12-18 18:45:27.998677"], ["updated_at", "2017-12-18 18:45:27.998677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-150270510/members/-366534253" for 127.0.0.1 at 2017-12-18 12:45:29 -0600 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-150270510", "user_id"=>"-366534253", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088739121 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b0869965dbdb3736612fb389942bfd5b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3bd292c8-0a16-4a5b-bb0d-651749425bff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fefba4cb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1088739121], ["username", "b0869965dbdb3736612fb389942bfd5b"], ["access_token", "0a7ce4c382a728a17f3ca4e29e809ba1"], ["uuid", "3bd292c8-0a16-4a5b-bb0d-651749425bff"], ["support_identifier", "cs_fefba4cb"], ["created_at", "2017-12-18 18:45:29.032700"], ["updated_at", "2017-12-18 18:45:29.032700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1745120414 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1745120414], ["name", "MyGroup"], ["created_at", "2017-12-18 18:45:29.036106"], ["updated_at", "2017-12-18 18:45:29.036106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -413326954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5103c55aa430dea673e0b10176a19ce4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '112fb8cf-6bb1-4560-befe-585360676495' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2046b99e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -413326954], ["username", "5103c55aa430dea673e0b10176a19ce4"], ["access_token", "7272dd05a322f45ee5d2cccb08e0f55f"], ["uuid", "112fb8cf-6bb1-4560-befe-585360676495"], ["support_identifier", "cs_2046b99e"], ["created_at", "2017-12-18 18:45:29.040197"], ["updated_at", "2017-12-18 18:45:29.040197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 507 AND "openstax_accounts_group_members"."group_id" = -1745120414) LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1745120414], ["user_id", -413326954], ["created_at", "2017-12-18 18:45:29.043748"], ["updated_at", "2017-12-18 18:45:29.043748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1745120414/members/-413326954" for 127.0.0.1 at 2017-12-18 12:45:31 -0600 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1745120414", "user_id"=>"-413326954", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1847972713 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ff1f49980ae2872248be168ef4bfa28d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4b180ad-3df9-4b93-8675-c106d529d9d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a7ef16b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1847972713], ["username", "ff1f49980ae2872248be168ef4bfa28d"], ["access_token", "5b377760ac2a6aa93cf64ad2a879f150"], ["uuid", "b4b180ad-3df9-4b93-8675-c106d529d9d4"], ["support_identifier", "cs_a7ef16b9"], ["created_at", "2017-12-18 18:45:31.086378"], ["updated_at", "2017-12-18 18:45:31.086378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -170967547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f3590afcde458423a21acddc2d410d08' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9ec2561-c100-4fba-ac0f-4653ccd6deda' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7135099b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -170967547], ["username", "f3590afcde458423a21acddc2d410d08"], ["access_token", "759cc8fcecd790543014a7de67e6d7f8"], ["uuid", "b9ec2561-c100-4fba-ac0f-4653ccd6deda"], ["support_identifier", "cs_7135099b"], ["created_at", "2017-12-18 18:45:31.093030"], ["updated_at", "2017-12-18 18:45:31.093030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1763982327 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1763982327], ["name", "MyGroup"], ["created_at", "2017-12-18 18:45:31.096224"], ["updated_at", "2017-12-18 18:45:31.096224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1867539264 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '32b7a7877efd24fb3409eb9d85e05d50' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c24143e0-a4a4-4b94-9428-63dde3d30327' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2fdfe575' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1867539264], ["username", "32b7a7877efd24fb3409eb9d85e05d50"], ["access_token", "ea09d9492c17e888402a130a30b10fc5"], ["uuid", "c24143e0-a4a4-4b94-9428-63dde3d30327"], ["support_identifier", "cs_2fdfe575"], ["created_at", "2017-12-18 18:45:31.103622"], ["updated_at", "2017-12-18 18:45:31.103622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1362255329 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1362255329], ["name", "MyGroup"], ["created_at", "2017-12-18 18:45:31.107993"], ["updated_at", "2017-12-18 18:45:31.107993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-12-18 18:45:31.113508"], ["updated_at", "2017-12-18 18:45:31.113508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 12:45:31 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 12:45:31 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 12:45:31 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 12:45:31 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 12:45:31 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 12:45:31 -0600  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 12:45:31 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 12:45:31 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 12:45:31 -0600  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01a90b48-2dcb-4342-9bb3-1d961d95c77b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3a6135ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "6794bc129a2835cc096007c3d6da2a88"], ["uuid", "01a90b48-2dcb-4342-9bb3-1d961d95c77b"], ["support_identifier", "cs_3a6135ca"], ["created_at", "2017-12-18 18:45:31.181659"], ["updated_at", "2017-12-18 18:45:31.181659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 511], ["created_at", "2017-12-18 18:45:31.183822"], ["updated_at", "2017-12-18 18:45:31.183822"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fbe26ca-03af-497d-a96b-d5abbe62deb0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_24305fc4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "1f408897d783022db5cf34ef99bcc008"], ["uuid", "0fbe26ca-03af-497d-a96b-d5abbe62deb0"], ["support_identifier", "cs_24305fc4"], ["created_at", "2017-12-18 18:45:31.188056"], ["updated_at", "2017-12-18 18:45:31.188056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 512], ["created_at", "2017-12-18 18:45:31.189881"], ["updated_at", "2017-12-18 18:45:31.189881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1087659972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1087659972], ["name", "MyGroup"], ["created_at", "2017-12-18 18:45:31.192347"], ["updated_at", "2017-12-18 18:45:31.192347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1251783804 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1251783804], ["name", "MyGroup"], ["created_at", "2017-12-18 18:45:31.194658"], ["updated_at", "2017-12-18 18:45:31.194658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 17 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 17]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -1251783804 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1251783804 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 17]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 16]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1087659972 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1087659972 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 16]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1251783804 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1087659972 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -1087659972], ["member_group_id", -1251783804], ["created_at", "2017-12-18 18:45:31.197075"], ["updated_at", "2017-12-18 18:45:31.197075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 511 AND "openstax_accounts_group_members"."group_id" = -1251783804) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 511 AND "openstax_accounts_group_members"."group_id" = -1251783804) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1251783804], ["user_id", 1], ["created_at", "2017-12-18 18:45:31.208149"], ["updated_at", "2017-12-18 18:45:31.208149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 511 AND "openstax_accounts_group_members"."id" != 2 AND "openstax_accounts_group_members"."group_id" = -1251783804) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.4ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 511]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 17]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1251783804 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1251783804 - -1087659972 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 17]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1251783804, -1087659972) Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 7], ["owner_type", "User"], ["created_at", "2017-12-18 18:45:31.235767"], ["updated_at", "2017-12-18 18:45:31.235767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 511]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1251783804, -1087659972) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 6], ["owner_type", "User"], ["created_at", "2017-12-18 18:45:31.242898"], ["updated_at", "2017-12-18 18:45:31.242898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 511]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1251783804, -1087659972) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 17], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-18 18:45:31.249522"], ["updated_at", "2017-12-18 18:45:31.249522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 511]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1251783804, -1087659972) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1251783804, -1087659972) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 16], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-18 18:45:31.257923"], ["updated_at", "2017-12-18 18:45:31.257923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 511]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1251783804, -1087659972) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1251783804, -1087659972) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17) OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1251783804, -1087659972) Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e77f865-792d-4113-87f6-8de888a181ea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97d541a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "fa958704e86b713594cb9dc3f66f335e"], ["uuid", "4e77f865-792d-4113-87f6-8de888a181ea"], ["support_identifier", "cs_97d541a0"], ["created_at", "2017-12-18 18:45:31.274980"], ["updated_at", "2017-12-18 18:45:31.274980"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f5f00c3-c94d-4d8d-ae9f-c1a46d38275d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_46e6efbc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "25ccea9ed06077bf150e3821dc8c3b13"], ["uuid", "1f5f00c3-c94d-4d8d-ae9f-c1a46d38275d"], ["support_identifier", "cs_46e6efbc"], ["created_at", "2017-12-18 18:45:31.288969"], ["updated_at", "2017-12-18 18:45:31.288969"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41672009-0d94-46ae-9ac7-c426d8bb88a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5488c864' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "dca813bf002eab58366938114f28a978"], ["uuid", "41672009-0d94-46ae-9ac7-c426d8bb88a6"], ["support_identifier", "cs_5488c864"], ["created_at", "2017-12-18 18:45:31.302833"], ["updated_at", "2017-12-18 18:45:31.302833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06b8470d-482c-4ea0-9055-96a418a4ed1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_08f7780d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "e018001372bfe3c1e47942570004641e"], ["uuid", "06b8470d-482c-4ea0-9055-96a418a4ed1a"], ["support_identifier", "cs_08f7780d"], ["created_at", "2017-12-18 18:45:31.314169"], ["updated_at", "2017-12-18 18:45:31.314169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb5cf978-e92a-444a-9b97-dc734601020d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c61b8f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "1ccaa07e513613113184f6441bdddb0f"], ["uuid", "eb5cf978-e92a-444a-9b97-dc734601020d"], ["support_identifier", "cs_7c61b8f6"], ["created_at", "2017-12-18 18:45:31.324744"], ["updated_at", "2017-12-18 18:45:31.324744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 517]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13d4e420-fd12-45d2-b329-374b124c895f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_30f72b65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "c4bbbf41c47293a076f0ddf6c6e9f0ba"], ["uuid", "13d4e420-fd12-45d2-b329-374b124c895f"], ["support_identifier", "cs_30f72b65"], ["created_at", "2017-12-18 18:45:31.336622"], ["updated_at", "2017-12-18 18:45:31.336622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 518]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:50094/logout Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8849ece-4b4d-41ca-8751-cd386857325c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a4656b7b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "2dfd112dcd7a7acde949139979008ef5"], ["uuid", "a8849ece-4b4d-41ca-8751-cd386857325c"], ["support_identifier", "cs_a4656b7b"], ["created_at", "2017-12-18 18:45:31.347870"], ["updated_at", "2017-12-18 18:45:31.347870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '013d75d9-8af3-4520-be99-372dd16f066e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f9449c93' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "u"], ["access_token", "550292f000025017173c4867f7f19466"], ["uuid", "013d75d9-8af3-4520-be99-372dd16f066e"], ["support_identifier", "cs_f9449c93"], ["created_at", "2017-12-18 18:47:54.445372"], ["updated_at", "2017-12-18 18:47:54.445372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:47:56 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 12:47:58 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e79abb59-dbfe-4f23-920e-b6123fbd3b43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f0c4e81' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "u"], ["access_token", "02a51554b4867d3f77e74818c22767f2"], ["uuid", "e79abb59-dbfe-4f23-920e-b6123fbd3b43"], ["support_identifier", "cs_8f0c4e81"], ["created_at", "2017-12-18 18:48:59.169687"], ["updated_at", "2017-12-18 18:48:59.169687"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:49:01 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 12:49:03 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '188f0a90-e0c3-4c6c-8e6d-70b91e0cb0d8' AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_3c93cdbf' AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "support_identifier" = $3, "role" = $4, "updated_at" = $5 WHERE "openstax_accounts_accounts"."id" = $6 [["username", "user"], ["uuid", "188f0a90-e0c3-4c6c-8e6d-70b91e0cb0d8"], ["support_identifier", "cs_3c93cdbf"], ["role", 2], ["updated_at", "2017-12-18 18:49:03.262662"], ["id", 521]]  (0.2ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:49:05 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 12:49:06 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14bcd95d-39ea-46b4-ac4f-a57b582d2a2a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e36ff468' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "u"], ["access_token", "9b59321b1d068c0d88c660ef43a9cfc4"], ["uuid", "14bcd95d-39ea-46b4-ac4f-a57b582d2a2a"], ["support_identifier", "cs_e36ff468"], ["created_at", "2017-12-18 18:49:38.929219"], ["updated_at", "2017-12-18 18:49:38.929219"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:49:40 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 12:49:42 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 522) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 522) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '24d7d78e-7d7c-4100-bf0c-c4b59188ae19' AND "openstax_accounts_accounts"."id" != 522) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_ba6b0086' AND "openstax_accounts_accounts"."id" != 522) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "support_identifier" = $3, "role" = $4, "updated_at" = $5 WHERE "openstax_accounts_accounts"."id" = $6 [["username", "user"], ["uuid", "24d7d78e-7d7c-4100-bf0c-c4b59188ae19"], ["support_identifier", "cs_ba6b0086"], ["role", 2], ["updated_at", "2017-12-18 18:49:43.014997"], ["id", 522]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7230102-f955-4e31-92d9-b257d35bc25a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fac2a4e1' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "u"], ["access_token", "672d26925fbe9cb306bc952d66360e49"], ["uuid", "d7230102-f955-4e31-92d9-b257d35bc25a"], ["support_identifier", "cs_fac2a4e1"], ["created_at", "2017-12-18 18:51:13.229559"], ["updated_at", "2017-12-18 18:51:13.229559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:51:15 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 12:51:16 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 523) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 523) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '0b96e291-10dd-41b7-89d2-ecc81f396e13' AND "openstax_accounts_accounts"."id" != 523) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_79123f21' AND "openstax_accounts_accounts"."id" != 523) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "support_identifier" = $3, "role" = $4, "updated_at" = $5 WHERE "openstax_accounts_accounts"."id" = $6 [["username", "user"], ["uuid", "0b96e291-10dd-41b7-89d2-ecc81f396e13"], ["support_identifier", "cs_79123f21"], ["role", 2], ["updated_at", "2017-12-18 18:51:16.312813"], ["id", 523]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ffa1306-f141-4e71-8825-aa9540ea8021' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b77e2086' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["uuid", "9ffa1306-f141-4e71-8825-aa9540ea8021"], ["support_identifier", "cs_b77e2086"], ["created_at", "2017-12-18 18:51:16.318467"], ["updated_at", "2017-12-18 18:51:16.318467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:51:18 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 12:51:20 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0cd761a-4314-468a-a28b-46bd6f6b37fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_282f325f' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "u"], ["access_token", "6d6334c412de37418a8eadf0c101d053"], ["uuid", "e0cd761a-4314-468a-a28b-46bd6f6b37fa"], ["support_identifier", "cs_282f325f"], ["created_at", "2017-12-18 18:51:33.199600"], ["updated_at", "2017-12-18 18:51:33.199600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:51:35 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 12:51:37 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 525) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 525) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '095de1e8-df41-4cd2-89d6-5b47c24355df' AND "openstax_accounts_accounts"."id" != 525) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_b7eeeb51' AND "openstax_accounts_accounts"."id" != 525) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "support_identifier" = $3, "role" = $4, "updated_at" = $5 WHERE "openstax_accounts_accounts"."id" = $6 [["username", "user"], ["uuid", "095de1e8-df41-4cd2-89d6-5b47c24355df"], ["support_identifier", "cs_b7eeeb51"], ["role", 2], ["updated_at", "2017-12-18 18:51:37.280634"], ["id", 525]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22afa3b5-032d-4020-9dfc-286db3e732f7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4807d19e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["uuid", "22afa3b5-032d-4020-9dfc-286db3e732f7"], ["support_identifier", "cs_4807d19e"], ["created_at", "2017-12-18 18:51:37.285717"], ["updated_at", "2017-12-18 18:51:37.285717"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:51:39 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 12:51:41 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:51:42 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 12:51:44 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 525) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 525) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '095de1e8-df41-4cd2-89d6-5b47c24355df' AND "openstax_accounts_accounts"."id" != 525) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_b7eeeb51' AND "openstax_accounts_accounts"."id" != 525) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 526) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 526) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '22afa3b5-032d-4020-9dfc-286db3e732f7' AND "openstax_accounts_accounts"."id" != 526) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_4807d19e' AND "openstax_accounts_accounts"."id" != 526) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:51:46 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 12:51:47 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '413b6969-fb7a-473a-a052-609f8e7b6efe' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c0e7ff6e' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "u"], ["access_token", "be55a5b0238dbfff363c5756bac7cc86"], ["uuid", "413b6969-fb7a-473a-a052-609f8e7b6efe"], ["support_identifier", "cs_c0e7ff6e"], ["created_at", "2017-12-18 18:55:26.660593"], ["updated_at", "2017-12-18 18:55:26.660593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:55:28 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 12:55:30 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 527) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 527) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'cbf18291-106f-4c94-aa80-4efe4cde63d5' AND "openstax_accounts_accounts"."id" != 527) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_f8ada398' AND "openstax_accounts_accounts"."id" != 527) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "support_identifier" = $3, "role" = $4, "updated_at" = $5 WHERE "openstax_accounts_accounts"."id" = $6 [["username", "user"], ["uuid", "cbf18291-106f-4c94-aa80-4efe4cde63d5"], ["support_identifier", "cs_f8ada398"], ["role", 2], ["updated_at", "2017-12-18 18:55:30.754431"], ["id", 527]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7d68233-021e-45e4-b8fc-e35eb6953fa4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_834b2837' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["uuid", "e7d68233-021e-45e4-b8fc-e35eb6953fa4"], ["support_identifier", "cs_834b2837"], ["created_at", "2017-12-18 18:55:30.760197"], ["updated_at", "2017-12-18 18:55:30.760197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:55:31 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 12:55:33 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 527]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:55:35 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 12:55:37 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 527) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 527) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'cbf18291-106f-4c94-aa80-4efe4cde63d5' AND "openstax_accounts_accounts"."id" != 527) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_f8ada398' AND "openstax_accounts_accounts"."id" != 527) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 528) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 528) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'e7d68233-021e-45e4-b8fc-e35eb6953fa4' AND "openstax_accounts_accounts"."id" != 528) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_834b2837' AND "openstax_accounts_accounts"."id" != 528) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 12:55:39 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 12:55:41 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 527]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 528]]  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -642987576 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8b6720a7a03cbd3d9c98bef664a6f4c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '058c5ab9-694d-4a80-89b4-c6089ef2556b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8657ad33' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -642987576], ["username", "8b6720a7a03cbd3d9c98bef664a6f4c5"], ["access_token", "f06559c12b8b4feec6a0ff5fd034615d"], ["uuid", "058c5ab9-694d-4a80-89b4-c6089ef2556b"], ["support_identifier", "cs_8657ad33"], ["created_at", "2017-12-18 18:55:53.455529"], ["updated_at", "2017-12-18 18:55:53.455529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -617884741 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5739c16314ab8e3ecef8c5546503ae66' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d8d8cdd-efed-44e9-b41c-afb1373e8055' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3de9e9a6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -617884741], ["username", "5739c16314ab8e3ecef8c5546503ae66"], ["access_token", "ab38117f3af8353b6acc8d8cef4cc1f1"], ["uuid", "5d8d8cdd-efed-44e9-b41c-afb1373e8055"], ["support_identifier", "cs_3de9e9a6"], ["created_at", "2017-12-18 18:55:53.463693"], ["updated_at", "2017-12-18 18:55:53.463693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2066085866 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c8925eb23ec4cf760be3c3b8ac8ed991' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e62b2f8c-2342-4685-8575-622e562fd560' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b8d6b04' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2066085866], ["username", "c8925eb23ec4cf760be3c3b8ac8ed991"], ["access_token", "a4d8951c60f78433a92fb5c7ef8e2849"], ["uuid", "e62b2f8c-2342-4685-8575-622e562fd560"], ["support_identifier", "cs_0b8d6b04"], ["created_at", "2017-12-18 18:55:53.470379"], ["updated_at", "2017-12-18 18:55:53.470379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -2066085866 AND "openstax_accounts_accounts"."id" != 531) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'e62b2f8c-2342-4685-8575-622e562fd560' AND "openstax_accounts_accounts"."id" != 531) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_0b8d6b04' AND "openstax_accounts_accounts"."id" != 531) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1851609708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c812700cadb7d3e54a82d39cd65a9ac8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15fb3eb8-1437-4513-9d4c-07c17e48f56f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_762b3668' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1851609708], ["username", "c812700cadb7d3e54a82d39cd65a9ac8"], ["access_token", "a8ec69e6ec5b92fb83764e21fbf3d46a"], ["uuid", "15fb3eb8-1437-4513-9d4c-07c17e48f56f"], ["support_identifier", "cs_762b3668"], ["created_at", "2017-12-18 18:55:53.481870"], ["updated_at", "2017-12-18 18:55:53.481870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -554772626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c812700cadb7d3e54a82d39cd65a9ac8' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '101f4f4c-37a8-4a00-b5e9-1182cceead13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f00fa394' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -11648860 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bc5432d-cfc7-4642-a1dc-7553c417a9a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6bec45d9' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -11648860], ["access_token", "776688a64314ff299766788e89806646"], ["uuid", "4bc5432d-cfc7-4642-a1dc-7553c417a9a6"], ["support_identifier", "cs_6bec45d9"], ["created_at", "2017-12-18 18:55:53.496486"], ["updated_at", "2017-12-18 18:55:53.496486"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -733828707 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13db8171-640a-48c9-ade8-de498dece3f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dc5d72f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -733828707], ["access_token", "99d13f7cdc64cc9e3d33b3cc3798fa5b"], ["uuid", "13db8171-640a-48c9-ade8-de498dece3f1"], ["support_identifier", "cs_dc5d72f3"], ["created_at", "2017-12-18 18:55:53.501704"], ["updated_at", "2017-12-18 18:55:53.501704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -860783755 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '63a2312e8eb35fe534eba22c3b08903f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e00c3a91-c9ec-4875-b787-e1ca0127e0f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b75b8b67' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -860783755], ["username", "63a2312e8eb35fe534eba22c3b08903f"], ["access_token", "946e4a2bfe620258accc1c2e9d66e461"], ["uuid", "e00c3a91-c9ec-4875-b787-e1ca0127e0f3"], ["support_identifier", "cs_b75b8b67"], ["created_at", "2017-12-18 18:55:53.507288"], ["updated_at", "2017-12-18 18:55:53.507288"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '63a2312e8eb35fe534eba22c3b08903f' AND "openstax_accounts_accounts"."id" != 535) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'e00c3a91-c9ec-4875-b787-e1ca0127e0f3' AND "openstax_accounts_accounts"."id" != 535) LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_b75b8b67' AND "openstax_accounts_accounts"."id" != 535) LIMIT 1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 535) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '63a2312e8eb35fe534eba22c3b08903f' AND "openstax_accounts_accounts"."id" != 535) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'e00c3a91-c9ec-4875-b787-e1ca0127e0f3' AND "openstax_accounts_accounts"."id" != 535) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_b75b8b67' AND "openstax_accounts_accounts"."id" != 535) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-18 18:55:53.513846"], ["id", 535]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a91ba6ddfe3a43729bbf8394645c630c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10cefd27-bf35-4f5d-96e4-e7c398aa2617' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_60518109' LIMIT 1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1643482964 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2fc09754a344aaea07b9b60c0fc311aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1c678c1-9f14-4973-b726-46243ae62ab5' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44c2a230' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -185899586 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a6989a2df7af088c08338ca10efd357b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28735030-3cae-44fb-baac-05f123c7136c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d02eb754' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -185899586], ["username", "a6989a2df7af088c08338ca10efd357b"], ["access_token", "afc3bb7f58e8f0a144e5ca47562ef581"], ["uuid", "28735030-3cae-44fb-baac-05f123c7136c"], ["support_identifier", "cs_d02eb754"], ["created_at", "2017-12-18 18:55:53.534640"], ["updated_at", "2017-12-18 18:55:53.534640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 536) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 536) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '28735030-3cae-44fb-baac-05f123c7136c' AND "openstax_accounts_accounts"."id" != 536) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_d02eb754' AND "openstax_accounts_accounts"."id" != 536) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-18 18:55:53.545137"], ["id", 536]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1146213660 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'add684e68aa4e9e1fd7c8223e508c274' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4de02391-b731-4741-9bc7-ea1d11ccd7a3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_76e56ca5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1146213660], ["username", "add684e68aa4e9e1fd7c8223e508c274"], ["access_token", "3a831f51117cfd5c61bfda685d8a3521"], ["uuid", "4de02391-b731-4741-9bc7-ea1d11ccd7a3"], ["support_identifier", "cs_76e56ca5"], ["created_at", "2017-12-18 18:55:53.550589"], ["updated_at", "2017-12-18 18:55:53.550589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '4de02391-b731-4741-9bc7-ea1d11ccd7a3' AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_76e56ca5' AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-18 18:55:53.554756"], ["id", 537]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -595327183 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3c900d80e817113d2283345322cf9e0d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d2b5b66-1055-4702-83cd-75cd9685219e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62db2eb9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -595327183], ["username", "3c900d80e817113d2283345322cf9e0d"], ["access_token", "18ee4c516243eb4ebd02e421a033ca16"], ["uuid", "5d2b5b66-1055-4702-83cd-75cd9685219e"], ["support_identifier", "cs_62db2eb9"], ["created_at", "2017-12-18 18:55:53.560252"], ["updated_at", "2017-12-18 18:55:53.560252"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '5d2b5b66-1055-4702-83cd-75cd9685219e' AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_62db2eb9' AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-18 18:55:53.565123"], ["id", 538]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '5d2b5b66-1055-4702-83cd-75cd9685219e' AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_62db2eb9' AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-18 18:55:53.569591"], ["id", 538]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '5d2b5b66-1055-4702-83cd-75cd9685219e' AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_62db2eb9' AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-18 18:55:53.573713"], ["id", 538]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -382466537 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e33635ae97ab8ec831107e4a9c2d7ee0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b494982-0271-46b4-b553-82694c701971' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b700b4dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -382466537], ["username", "e33635ae97ab8ec831107e4a9c2d7ee0"], ["access_token", "e839eda3b669aab8948d62afd776c388"], ["uuid", "7b494982-0271-46b4-b553-82694c701971"], ["support_identifier", "cs_b700b4dd"], ["created_at", "2017-12-18 18:55:53.578918"], ["updated_at", "2017-12-18 18:55:53.578918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 539) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 539) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '7b494982-0271-46b4-b553-82694c701971' AND "openstax_accounts_accounts"."id" != 539) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_b700b4dd' AND "openstax_accounts_accounts"."id" != 539) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-18 18:55:53.583036"], ["id", 539]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1391254767 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4609316e4517223f856a9de42f8a831b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f5d7028-0b9a-4fbd-9311-30c5393f304b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_05dbf361' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1391254767], ["username", "4609316e4517223f856a9de42f8a831b"], ["access_token", "14a1589689c57ef9f2ad472cdecf21d3"], ["uuid", "8f5d7028-0b9a-4fbd-9311-30c5393f304b"], ["support_identifier", "cs_05dbf361"], ["created_at", "2017-12-18 18:57:40.834873"], ["updated_at", "2017-12-18 18:57:40.834873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -548909586 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5b70776d6f2d992487ad6ecc5483de76' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '810c0491-821c-4abc-bdf9-7308662115ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e856830' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -548909586], ["username", "5b70776d6f2d992487ad6ecc5483de76"], ["access_token", "7004571703e47d15a6ce61cce63c0304"], ["uuid", "810c0491-821c-4abc-bdf9-7308662115ba"], ["support_identifier", "cs_8e856830"], ["created_at", "2017-12-18 18:57:40.844620"], ["updated_at", "2017-12-18 18:57:40.844620"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1201229453 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f50b179d0f186461d4f2e3766f3c964a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '924a450f-fe84-4910-9fea-4f93206a4eac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8018cc92' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1201229453], ["username", "f50b179d0f186461d4f2e3766f3c964a"], ["access_token", "74f39af7c156d5d8646458ec58d63914"], ["uuid", "924a450f-fe84-4910-9fea-4f93206a4eac"], ["support_identifier", "cs_8018cc92"], ["created_at", "2017-12-18 18:57:40.852664"], ["updated_at", "2017-12-18 18:57:40.852664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 542) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 542) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '924a450f-fe84-4910-9fea-4f93206a4eac' AND "openstax_accounts_accounts"."id" != 542) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_8018cc92' AND "openstax_accounts_accounts"."id" != 542) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-18 18:57:40.875082"], ["id", 542]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687536490 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'edc781645ca88ad5c960357c719ac769' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '645cbfc3-92a9-4505-a725-b30da7baa54d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d0edebb1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1687536490], ["username", "edc781645ca88ad5c960357c719ac769"], ["access_token", "32ded619206c31a82af67971ac30a492"], ["uuid", "645cbfc3-92a9-4505-a725-b30da7baa54d"], ["support_identifier", "cs_d0edebb1"], ["created_at", "2017-12-18 18:57:40.889588"], ["updated_at", "2017-12-18 18:57:40.889588"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 543) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '645cbfc3-92a9-4505-a725-b30da7baa54d' AND "openstax_accounts_accounts"."id" != 543) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_d0edebb1' AND "openstax_accounts_accounts"."id" != 543) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-18 18:57:40.895013"], ["id", 543]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 543) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 543) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '645cbfc3-92a9-4505-a725-b30da7baa54d' AND "openstax_accounts_accounts"."id" != 543) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_d0edebb1' AND "openstax_accounts_accounts"."id" != 543) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-18 18:57:40.900676"], ["id", 543]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 543) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 543) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '645cbfc3-92a9-4505-a725-b30da7baa54d' AND "openstax_accounts_accounts"."id" != 543) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_d0edebb1' AND "openstax_accounts_accounts"."id" != 543) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-18 18:57:40.906257"], ["id", 543]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1549082126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ffb85242990b2479017a59039f061bd1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2010a6de-0337-4e43-8316-d7276597d7bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_02579789' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1549082126], ["username", "ffb85242990b2479017a59039f061bd1"], ["access_token", "a91a647aa24ba2aae95230b3d02dab40"], ["uuid", "2010a6de-0337-4e43-8316-d7276597d7bd"], ["support_identifier", "cs_02579789"], ["created_at", "2017-12-18 18:57:40.912530"], ["updated_at", "2017-12-18 18:57:40.912530"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 544) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 544) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '2010a6de-0337-4e43-8316-d7276597d7bd' AND "openstax_accounts_accounts"."id" != 544) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_02579789' AND "openstax_accounts_accounts"."id" != 544) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-18 18:57:40.917514"], ["id", 544]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021128240 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6efdf3f1c08175f1bc1b8fe43666e706' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0626b9ec-f760-48cc-8af4-2303ad7a3297' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67df94c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1021128240], ["username", "6efdf3f1c08175f1bc1b8fe43666e706"], ["access_token", "4df3cb2343939f1f3b994c94e53aaeab"], ["uuid", "0626b9ec-f760-48cc-8af4-2303ad7a3297"], ["support_identifier", "cs_67df94c8"], ["created_at", "2017-12-18 18:57:40.924570"], ["updated_at", "2017-12-18 18:57:40.924570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 545) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 545) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '0626b9ec-f760-48cc-8af4-2303ad7a3297' AND "openstax_accounts_accounts"."id" != 545) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_67df94c8' AND "openstax_accounts_accounts"."id" != 545) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-18 18:57:40.939147"], ["id", 545]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1235557626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd535f0f914d15f0917e707f74d52b781' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc483055-296a-41c0-99b3-3e78d01c0636' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10d70420' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1235557626], ["username", "d535f0f914d15f0917e707f74d52b781"], ["access_token", "a2dd43af438236ce3c821fffe196fe0b"], ["uuid", "dc483055-296a-41c0-99b3-3e78d01c0636"], ["support_identifier", "cs_10d70420"], ["created_at", "2017-12-18 18:57:40.944497"], ["updated_at", "2017-12-18 18:57:40.944497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'd535f0f914d15f0917e707f74d52b781' AND "openstax_accounts_accounts"."id" != 546) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'dc483055-296a-41c0-99b3-3e78d01c0636' AND "openstax_accounts_accounts"."id" != 546) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_10d70420' AND "openstax_accounts_accounts"."id" != 546) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 546) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'd535f0f914d15f0917e707f74d52b781' AND "openstax_accounts_accounts"."id" != 546) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'dc483055-296a-41c0-99b3-3e78d01c0636' AND "openstax_accounts_accounts"."id" != 546) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_10d70420' AND "openstax_accounts_accounts"."id" != 546) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-18 18:57:40.950355"], ["id", 546]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'efda5c30825c707d8459f23f6e12b6c1' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '959f7eef-160e-49d5-b8a4-7ae455fbfbb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_863895a3' LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -352709050 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81dc96cc-2bc0-4bac-af60-37ea8f4437df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4b164d96' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -352709050], ["access_token", "12ee48587e53d680cfe6e600bcffa8a0"], ["uuid", "81dc96cc-2bc0-4bac-af60-37ea8f4437df"], ["support_identifier", "cs_4b164d96"], ["created_at", "2017-12-18 18:57:40.965926"], ["updated_at", "2017-12-18 18:57:40.965926"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -637498478 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28bec719-26b7-495c-8cf4-52587fe720c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_70f6a4b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -637498478], ["access_token", "f48746428854ab6d0307a0483cc090fb"], ["uuid", "28bec719-26b7-495c-8cf4-52587fe720c6"], ["support_identifier", "cs_70f6a4b1"], ["created_at", "2017-12-18 18:57:40.971053"], ["updated_at", "2017-12-18 18:57:40.971053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -949733724 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '0ac0a40000dfca4e3ed6bd6f2a591b56' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aff9adab-e96e-4384-aadd-ee006627930e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_75f34d7d' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050923646 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c603975f6757e095caec11e8e38be5cc' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd47da82d-ecad-460f-8390-aa973875a56f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af216b26' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2050923646], ["username", "c603975f6757e095caec11e8e38be5cc"], ["access_token", "4c517593c2bb9a165e5ca2f1a585d77d"], ["uuid", "d47da82d-ecad-460f-8390-aa973875a56f"], ["support_identifier", "cs_af216b26"], ["created_at", "2017-12-18 18:57:40.981908"], ["updated_at", "2017-12-18 18:57:40.981908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581046892 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c603975f6757e095caec11e8e38be5cc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e82650d9-d66c-4fcb-91e9-3c0b245df173' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c7a7e308' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1349006649 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '98f388ec76df7a17ecd235d572b64958' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a21e9ec4-45a7-4cb4-a7ef-69bc9872b1ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e106a86b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1349006649], ["username", "98f388ec76df7a17ecd235d572b64958"], ["access_token", "4c3cdc0fa876b5a62831ccdf824e1fc4"], ["uuid", "a21e9ec4-45a7-4cb4-a7ef-69bc9872b1ae"], ["support_identifier", "cs_e106a86b"], ["created_at", "2017-12-18 18:57:40.991313"], ["updated_at", "2017-12-18 18:57:40.991313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1349006649 AND "openstax_accounts_accounts"."id" != 550) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'a21e9ec4-45a7-4cb4-a7ef-69bc9872b1ae' AND "openstax_accounts_accounts"."id" != 550) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_e106a86b' AND "openstax_accounts_accounts"."id" != 550) LIMIT 1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1273582073 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '57d1285786e8a9ad522480a2c9f80d5d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cf3dab0-8213-40a9-9f59-e75f88cc1acd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5862b053' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1273582073], ["username", "57d1285786e8a9ad522480a2c9f80d5d"], ["access_token", "faef7a051a076fc8a10430487f5047b0"], ["uuid", "7cf3dab0-8213-40a9-9f59-e75f88cc1acd"], ["support_identifier", "cs_5862b053"], ["created_at", "2017-12-18 18:58:25.174522"], ["updated_at", "2017-12-18 18:58:25.174522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -753580524 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'dc00593c2273f240e84df78aeb38b8e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '564df0c7-e0a5-43b0-aa35-466d78e8e54b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fae55415' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -753580524], ["username", "dc00593c2273f240e84df78aeb38b8e2"], ["access_token", "52a2880597afed296bc6a19a2011a4bf"], ["uuid", "564df0c7-e0a5-43b0-aa35-466d78e8e54b"], ["support_identifier", "cs_fae55415"], ["created_at", "2017-12-18 18:58:25.180807"], ["updated_at", "2017-12-18 18:58:25.180807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -620770184 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3e03b4bfefe4b3113f388fae1821723b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d22a517-efa4-4d7b-a6ce-e8a80a086a49' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_635752ab' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -620770184], ["username", "3e03b4bfefe4b3113f388fae1821723b"], ["access_token", "084910bc5661919f7de2ff5d3af30cb9"], ["uuid", "0d22a517-efa4-4d7b-a6ce-e8a80a086a49"], ["support_identifier", "cs_635752ab"], ["created_at", "2017-12-18 18:58:25.187088"], ["updated_at", "2017-12-18 18:58:25.187088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 553) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 553) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '0d22a517-efa4-4d7b-a6ce-e8a80a086a49' AND "openstax_accounts_accounts"."id" != 553) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_635752ab' AND "openstax_accounts_accounts"."id" != 553) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-18 18:58:25.199658"], ["id", 553]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1809766888 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '03bb9bb3983736859ed4336bf415fcb1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1eb19bc-b569-406d-b51e-f894694b1734' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b425c6a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1809766888], ["username", "03bb9bb3983736859ed4336bf415fcb1"], ["access_token", "6317996d0acd1238ceb3c65af559da58"], ["uuid", "b1eb19bc-b569-406d-b51e-f894694b1734"], ["support_identifier", "cs_b425c6a3"], ["created_at", "2017-12-18 18:58:25.208798"], ["updated_at", "2017-12-18 18:58:25.208798"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 554) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b1eb19bc-b569-406d-b51e-f894694b1734' AND "openstax_accounts_accounts"."id" != 554) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_b425c6a3' AND "openstax_accounts_accounts"."id" != 554) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-18 18:58:25.212550"], ["id", 554]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 554) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 554) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b1eb19bc-b569-406d-b51e-f894694b1734' AND "openstax_accounts_accounts"."id" != 554) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_b425c6a3' AND "openstax_accounts_accounts"."id" != 554) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-18 18:58:25.216306"], ["id", 554]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 554) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 554) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b1eb19bc-b569-406d-b51e-f894694b1734' AND "openstax_accounts_accounts"."id" != 554) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_b425c6a3' AND "openstax_accounts_accounts"."id" != 554) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-18 18:58:25.219982"], ["id", 554]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -881499905 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2bfc6561e002246c8f820cd39c2de690' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31141142-4ea2-4465-bc49-b075b9a3eb0c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_609a3182' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -881499905], ["username", "2bfc6561e002246c8f820cd39c2de690"], ["access_token", "fa9ba9d1e4aea28b24bb1f060316937b"], ["uuid", "31141142-4ea2-4465-bc49-b075b9a3eb0c"], ["support_identifier", "cs_609a3182"], ["created_at", "2017-12-18 18:58:25.225179"], ["updated_at", "2017-12-18 18:58:25.225179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 555) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 555) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '31141142-4ea2-4465-bc49-b075b9a3eb0c' AND "openstax_accounts_accounts"."id" != 555) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_609a3182' AND "openstax_accounts_accounts"."id" != 555) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-18 18:58:25.229373"], ["id", 555]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1024811699 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4cb48f242b3e5d463dbbf6a30f4c31d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1fcdc5d4-9fb8-4b74-9a52-6b9453d86239' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b860701' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1024811699], ["username", "4cb48f242b3e5d463dbbf6a30f4c31d5"], ["access_token", "8c56680e3a76e1c55f1d3bfd310c1776"], ["uuid", "1fcdc5d4-9fb8-4b74-9a52-6b9453d86239"], ["support_identifier", "cs_9b860701"], ["created_at", "2017-12-18 18:58:25.234427"], ["updated_at", "2017-12-18 18:58:25.234427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 556) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 556) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '1fcdc5d4-9fb8-4b74-9a52-6b9453d86239' AND "openstax_accounts_accounts"."id" != 556) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_9b860701' AND "openstax_accounts_accounts"."id" != 556) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-18 18:58:25.238648"], ["id", 556]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897501658 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3df34509daebe9cd807002f3cbec7a82' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a413b4a2-3c48-44f4-89f4-6074d05bcfd6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_78b91003' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -689800318 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd693b0c-8465-4a0b-9a5c-1298544cc33f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c17cd532' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -689800318], ["access_token", "66fa74914819a4b6c717e49b10764ea1"], ["uuid", "bd693b0c-8465-4a0b-9a5c-1298544cc33f"], ["support_identifier", "cs_c17cd532"], ["created_at", "2017-12-18 18:58:25.255774"], ["updated_at", "2017-12-18 18:58:25.255774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1294637836 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec4ba813-7cb7-4b64-aaf2-4a0b5c120c4e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_03ee1bb3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1294637836], ["access_token", "c7b270ffb5154b69e7477e557228e665"], ["uuid", "ec4ba813-7cb7-4b64-aaf2-4a0b5c120c4e"], ["support_identifier", "cs_03ee1bb3"], ["created_at", "2017-12-18 18:58:25.259627"], ["updated_at", "2017-12-18 18:58:25.259627"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1097546936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '471e19b2253d18a349c95cc8a90e1d98' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7550292-65a1-4fd8-a85f-6585c23cfed4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ecf41229' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1097546936], ["username", "471e19b2253d18a349c95cc8a90e1d98"], ["access_token", "b6fc52a8c314dfb5a99a6399b60f64de"], ["uuid", "d7550292-65a1-4fd8-a85f-6585c23cfed4"], ["support_identifier", "cs_ecf41229"], ["created_at", "2017-12-18 18:58:25.264749"], ["updated_at", "2017-12-18 18:58:25.264749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1073676185 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '471e19b2253d18a349c95cc8a90e1d98' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee070eed-c326-4279-96be-f9f90c7d0a06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a786b1e2' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1345309279 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6cfd59ea6bd313dd046e8fb8c491445b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5f8988e-4278-42c5-aa2d-5f7c567ccd1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_22b328ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1345309279], ["username", "6cfd59ea6bd313dd046e8fb8c491445b"], ["access_token", "44e5a236f6f7858e29adb8c96a89e2fe"], ["uuid", "f5f8988e-4278-42c5-aa2d-5f7c567ccd1c"], ["support_identifier", "cs_22b328ef"], ["created_at", "2017-12-18 18:58:25.274815"], ["updated_at", "2017-12-18 18:58:25.274815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1345309279 AND "openstax_accounts_accounts"."id" != 560) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'f5f8988e-4278-42c5-aa2d-5f7c567ccd1c' AND "openstax_accounts_accounts"."id" != 560) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_22b328ef' AND "openstax_accounts_accounts"."id" != 560) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846467457 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f529601f7984d574d623c71fa1bd19ca' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2c992ff-79e9-420f-bcf2-385bfccc187a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c607f5ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1846467457], ["username", "f529601f7984d574d623c71fa1bd19ca"], ["access_token", "e87576cd4936b23cf67ed4f9789c30c3"], ["uuid", "c2c992ff-79e9-420f-bcf2-385bfccc187a"], ["support_identifier", "cs_c607f5ad"], ["created_at", "2017-12-18 18:58:25.283277"], ["updated_at", "2017-12-18 18:58:25.283277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'f529601f7984d574d623c71fa1bd19ca' AND "openstax_accounts_accounts"."id" != 561) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c2c992ff-79e9-420f-bcf2-385bfccc187a' AND "openstax_accounts_accounts"."id" != 561) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c607f5ad' AND "openstax_accounts_accounts"."id" != 561) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 561) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'f529601f7984d574d623c71fa1bd19ca' AND "openstax_accounts_accounts"."id" != 561) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c2c992ff-79e9-420f-bcf2-385bfccc187a' AND "openstax_accounts_accounts"."id" != 561) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c607f5ad' AND "openstax_accounts_accounts"."id" != 561) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-18 18:58:25.289331"], ["id", 561]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4d54c0d2e1230356c2574be7041ac1da' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '764146a2-c3a2-44f5-b5b8-42d87c930276' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53939b42' LIMIT 1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1724687017 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '287600be464fb44fbd433e38b24eb03b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97445afe-e165-4ea3-a46e-b637a4b42981' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_59cf8efd' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1724687017], ["username", "287600be464fb44fbd433e38b24eb03b"], ["access_token", "34d0af303e968519927cf3513a685e5e"], ["uuid", "97445afe-e165-4ea3-a46e-b637a4b42981"], ["support_identifier", "cs_59cf8efd"], ["created_at", "2017-12-18 19:00:27.031326"], ["updated_at", "2017-12-18 19:00:27.031326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942400784 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7ae84f71e71e14dd5c9d36c366f9ac61' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3b87ecd-3f07-45a9-9f8a-86fe25c4f367' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12621e68' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1942400784], ["username", "7ae84f71e71e14dd5c9d36c366f9ac61"], ["access_token", "7e02245a61b4431d31c142e3cbc6bb35"], ["uuid", "a3b87ecd-3f07-45a9-9f8a-86fe25c4f367"], ["support_identifier", "cs_12621e68"], ["created_at", "2017-12-18 19:00:27.039292"], ["updated_at", "2017-12-18 19:00:27.039292"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1410870578 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a0f219d5b4120c321aa8718f9e5a4b65' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59fd7d6d-0a20-4544-aba9-0dfec41d4051' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c977b85' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1410870578], ["username", "a0f219d5b4120c321aa8718f9e5a4b65"], ["access_token", "09dc2d11c3d156a1783defaf35dbd7e3"], ["uuid", "59fd7d6d-0a20-4544-aba9-0dfec41d4051"], ["support_identifier", "cs_7c977b85"], ["created_at", "2017-12-18 19:00:27.044734"], ["updated_at", "2017-12-18 19:00:27.044734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -117952142 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '0dd92e76d426d04f8283a54d616dcda6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25b2a8f1-70d9-4350-93a9-2b2d25bc3125' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6994bb7b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -117952142], ["username", "0dd92e76d426d04f8283a54d616dcda6"], ["access_token", "580311a17e32ad78abc37b5c006a7f15"], ["uuid", "25b2a8f1-70d9-4350-93a9-2b2d25bc3125"], ["support_identifier", "cs_6994bb7b"], ["created_at", "2017-12-18 19:00:27.051301"], ["updated_at", "2017-12-18 19:00:27.051301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '0dd92e76d426d04f8283a54d616dcda6' AND "openstax_accounts_accounts"."id" != 565) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '25b2a8f1-70d9-4350-93a9-2b2d25bc3125' AND "openstax_accounts_accounts"."id" != 565) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_6994bb7b' AND "openstax_accounts_accounts"."id" != 565) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 565) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '0dd92e76d426d04f8283a54d616dcda6' AND "openstax_accounts_accounts"."id" != 565) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '25b2a8f1-70d9-4350-93a9-2b2d25bc3125' AND "openstax_accounts_accounts"."id" != 565) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_6994bb7b' AND "openstax_accounts_accounts"."id" != 565) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-18 19:00:27.058626"], ["id", 565]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '58555d5860448d533fafab103d41fab4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '657adcaf-ce49-4538-a629-2d90cf5d49e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_919b98b4' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1230201676 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5b0ec61866868abcea8ce6b1ad86e97f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3370e25-45f7-480e-9ff0-17089526906c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6438ecd6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1230201676], ["username", "5b0ec61866868abcea8ce6b1ad86e97f"], ["access_token", "2dad494ab5bd1babf7e2d894abb1ca9e"], ["uuid", "b3370e25-45f7-480e-9ff0-17089526906c"], ["support_identifier", "cs_6438ecd6"], ["created_at", "2017-12-18 19:00:27.075683"], ["updated_at", "2017-12-18 19:00:27.075683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -606926701 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5b0ec61866868abcea8ce6b1ad86e97f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca555806-40d8-494f-9123-65fb99c3fc8b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cb1b7f37' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2100380074 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e9c63ac5bb07322949e194ebbc21b684' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f429cd9b-7f3e-4c01-a537-6d32cc8d4689' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_230db57d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2100380074], ["username", "e9c63ac5bb07322949e194ebbc21b684"], ["access_token", "749c50d42db794e2219980a3aef89f2d"], ["uuid", "f429cd9b-7f3e-4c01-a537-6d32cc8d4689"], ["support_identifier", "cs_230db57d"], ["created_at", "2017-12-18 19:00:27.084663"], ["updated_at", "2017-12-18 19:00:27.084663"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -2100380074 AND "openstax_accounts_accounts"."id" != 567) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'f429cd9b-7f3e-4c01-a537-6d32cc8d4689' AND "openstax_accounts_accounts"."id" != 567) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_230db57d' AND "openstax_accounts_accounts"."id" != 567) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070047303 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '49969e29d1d9fbb5e0f2197a790f9aac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a00807f-d55f-4140-8fed-58da0377a12a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf927131' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1495805445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dac1cc61-f913-4532-ad25-99ed627780dd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf859897' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1495805445], ["access_token", "341d53a3627531ab29bf493ef85d929d"], ["uuid", "dac1cc61-f913-4532-ad25-99ed627780dd"], ["support_identifier", "cs_cf859897"], ["created_at", "2017-12-18 19:00:27.097199"], ["updated_at", "2017-12-18 19:00:27.097199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -722369424 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecac2c54-3aea-403d-9bf3-ea8b7447b850' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_617134c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -722369424], ["access_token", "5efea160c5643cd399aa3beea79d5028"], ["uuid", "ecac2c54-3aea-403d-9bf3-ea8b7447b850"], ["support_identifier", "cs_617134c5"], ["created_at", "2017-12-18 19:00:27.100858"], ["updated_at", "2017-12-18 19:00:27.100858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -231338841 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1ca20dcd3adf26deaed8cbb84b7e2e01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b16c517a-92b1-40df-ad23-93fa806e5cf2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_444388a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -231338841], ["username", "1ca20dcd3adf26deaed8cbb84b7e2e01"], ["access_token", "40ad8ccaa9e0c70320b12648ee0a8a90"], ["uuid", "b16c517a-92b1-40df-ad23-93fa806e5cf2"], ["support_identifier", "cs_444388a4"], ["created_at", "2017-12-18 19:00:27.105851"], ["updated_at", "2017-12-18 19:00:27.105851"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 570) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 570) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b16c517a-92b1-40df-ad23-93fa806e5cf2' AND "openstax_accounts_accounts"."id" != 570) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_444388a4' AND "openstax_accounts_accounts"."id" != 570) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-18 19:00:27.115531"], ["id", 570]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1554214540 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5a01cd6a4780c85beae29c0bee5b649a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e05b00b2-dbef-4cc0-8636-3b372504a596' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2199f26d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1554214540], ["username", "5a01cd6a4780c85beae29c0bee5b649a"], ["access_token", "da1a9579b75f30db51dd51ed11d1b23b"], ["uuid", "e05b00b2-dbef-4cc0-8636-3b372504a596"], ["support_identifier", "cs_2199f26d"], ["created_at", "2017-12-18 19:00:27.120967"], ["updated_at", "2017-12-18 19:00:27.120967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 571) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 571) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'e05b00b2-dbef-4cc0-8636-3b372504a596' AND "openstax_accounts_accounts"."id" != 571) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_2199f26d' AND "openstax_accounts_accounts"."id" != 571) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-18 19:00:27.125433"], ["id", 571]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -971510293 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3595ba041bbb4b9e7742cf09efcfe68e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '726c77f1-5ada-43b5-92ae-d3b1042b24d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c060e308' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -971510293], ["username", "3595ba041bbb4b9e7742cf09efcfe68e"], ["access_token", "05497d431c40ae13a223761c9e43a1ae"], ["uuid", "726c77f1-5ada-43b5-92ae-d3b1042b24d2"], ["support_identifier", "cs_c060e308"], ["created_at", "2017-12-18 19:00:27.131125"], ["updated_at", "2017-12-18 19:00:27.131125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 572) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '726c77f1-5ada-43b5-92ae-d3b1042b24d2' AND "openstax_accounts_accounts"."id" != 572) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c060e308' AND "openstax_accounts_accounts"."id" != 572) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-18 19:00:27.135739"], ["id", 572]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 572) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 572) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '726c77f1-5ada-43b5-92ae-d3b1042b24d2' AND "openstax_accounts_accounts"."id" != 572) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c060e308' AND "openstax_accounts_accounts"."id" != 572) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-18 19:00:27.139202"], ["id", 572]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 572) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 572) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '726c77f1-5ada-43b5-92ae-d3b1042b24d2' AND "openstax_accounts_accounts"."id" != 572) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c060e308' AND "openstax_accounts_accounts"."id" != 572) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-18 19:00:27.142714"], ["id", 572]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -90185236 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c3d10c54ec04ad47985a7f2b9a823c25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '421a32a0-1701-43ce-be26-ea80d21a0525' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_893f92e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -90185236], ["username", "c3d10c54ec04ad47985a7f2b9a823c25"], ["access_token", "d03d3962369d48778d66daa01cb6de0b"], ["uuid", "421a32a0-1701-43ce-be26-ea80d21a0525"], ["support_identifier", "cs_893f92e6"], ["created_at", "2017-12-18 19:00:27.148049"], ["updated_at", "2017-12-18 19:00:27.148049"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 573) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 573) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '421a32a0-1701-43ce-be26-ea80d21a0525' AND "openstax_accounts_accounts"."id" != 573) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_893f92e6' AND "openstax_accounts_accounts"."id" != 573) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-18 19:00:27.152241"], ["id", 573]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -975261687 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6210e96883d9f5b52229c88021d39a89' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09f4e031-70ef-4a1b-a7a8-a770a4c441b9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_61929699' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -975261687], ["username", "6210e96883d9f5b52229c88021d39a89"], ["access_token", "ebc998585769f4ca074152ac929de75e"], ["uuid", "09f4e031-70ef-4a1b-a7a8-a770a4c441b9"], ["support_identifier", "cs_61929699"], ["created_at", "2017-12-18 19:00:47.627152"], ["updated_at", "2017-12-18 19:00:47.627152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -253546356 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '747b7883cfa86af9e9d8385d9a111e0c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99b1a36f-b8f5-48d9-a4f2-a3c6d6b50f36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_43fc79e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -253546356], ["username", "747b7883cfa86af9e9d8385d9a111e0c"], ["access_token", "cf61ad3164f81cd636294a2923935fa8"], ["uuid", "99b1a36f-b8f5-48d9-a4f2-a3c6d6b50f36"], ["support_identifier", "cs_43fc79e5"], ["created_at", "2017-12-18 19:00:47.633925"], ["updated_at", "2017-12-18 19:00:47.633925"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -482614690 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '69610754382863f07a432e3761dd5c20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '195f7d25-a683-4027-acb7-566031584771' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e3c1801' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -482614690], ["username", "69610754382863f07a432e3761dd5c20"], ["access_token", "babf46801f0a746f510fcb519c762c85"], ["uuid", "195f7d25-a683-4027-acb7-566031584771"], ["support_identifier", "cs_2e3c1801"], ["created_at", "2017-12-18 19:00:47.641329"], ["updated_at", "2017-12-18 19:00:47.641329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2130757663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b810928d1d2bb7d2c58228a42e166918' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c22bc631-7e1e-4c40-9528-a30326ddb404' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_306a4a28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2130757663], ["username", "b810928d1d2bb7d2c58228a42e166918"], ["access_token", "053b3781a0fbccc2d6d29b788f18af3c"], ["uuid", "c22bc631-7e1e-4c40-9528-a30326ddb404"], ["support_identifier", "cs_306a4a28"], ["created_at", "2017-12-18 19:00:47.647376"], ["updated_at", "2017-12-18 19:00:47.647376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -705251208 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b810928d1d2bb7d2c58228a42e166918' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b651049-a6ed-440a-a40e-9f56379ddb73' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a1d2b28' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1045825698 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '530200079b7de8e43335b34f321dff18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31774700-1f7d-4c9d-ac50-d81169159242' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_996b6d5d' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -150560848 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3b97b9f81ca4153fa1c1aa4684c5689f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '927e3f0a-c560-4565-96a3-e2458a3eccf7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ac6b4146' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -150560848], ["username", "3b97b9f81ca4153fa1c1aa4684c5689f"], ["access_token", "07f5f51c7f3d96a27663c6df977180b1"], ["uuid", "927e3f0a-c560-4565-96a3-e2458a3eccf7"], ["support_identifier", "cs_ac6b4146"], ["created_at", "2017-12-18 19:00:47.666781"], ["updated_at", "2017-12-18 19:00:47.666781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -150560848 AND "openstax_accounts_accounts"."id" != 578) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '927e3f0a-c560-4565-96a3-e2458a3eccf7' AND "openstax_accounts_accounts"."id" != 578) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_ac6b4146' AND "openstax_accounts_accounts"."id" != 578) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -255306909 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a66b08b-aa11-4530-a8e7-1d3a5c4872f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f7d9b870' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -255306909], ["access_token", "0eddc30a7a0d5b56a62ea5e3404b6e94"], ["uuid", "1a66b08b-aa11-4530-a8e7-1d3a5c4872f4"], ["support_identifier", "cs_f7d9b870"], ["created_at", "2017-12-18 19:00:47.674044"], ["updated_at", "2017-12-18 19:00:47.674044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -732472761 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be234d29-c18d-4a79-8bb8-ebc77922df3a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a191b52c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -732472761], ["access_token", "4f0670bf4503c07ffeeb91eb4d2416e4"], ["uuid", "be234d29-c18d-4a79-8bb8-ebc77922df3a"], ["support_identifier", "cs_a191b52c"], ["created_at", "2017-12-18 19:00:47.678300"], ["updated_at", "2017-12-18 19:00:47.678300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -832882763 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2e8860d634498c8be66eeef864c7ddd0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47e06f52-2112-4101-b6d8-2610e6bfe830' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8177921' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -832882763], ["username", "2e8860d634498c8be66eeef864c7ddd0"], ["access_token", "8c60d619a3078ee9780c5f8f5b9ca2c6"], ["uuid", "47e06f52-2112-4101-b6d8-2610e6bfe830"], ["support_identifier", "cs_f8177921"], ["created_at", "2017-12-18 19:00:47.683395"], ["updated_at", "2017-12-18 19:00:47.683395"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '2e8860d634498c8be66eeef864c7ddd0' AND "openstax_accounts_accounts"."id" != 581) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '47e06f52-2112-4101-b6d8-2610e6bfe830' AND "openstax_accounts_accounts"."id" != 581) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_f8177921' AND "openstax_accounts_accounts"."id" != 581) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 581) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '2e8860d634498c8be66eeef864c7ddd0' AND "openstax_accounts_accounts"."id" != 581) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '47e06f52-2112-4101-b6d8-2610e6bfe830' AND "openstax_accounts_accounts"."id" != 581) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_f8177921' AND "openstax_accounts_accounts"."id" != 581) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-18 19:00:47.690435"], ["id", 581]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4a0dcba4e7d84f59a28841f745b27956' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94c8b318-4ac8-4d96-871d-720731f33b9c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b355a87d' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1431254105 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a84907e05dd142ad8ef3e80268e2a6f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4184d0c4-960e-4660-a3a7-c90d42cf76f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ca60a854' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1431254105], ["username", "a84907e05dd142ad8ef3e80268e2a6f5"], ["access_token", "49aebe971149aea3a65856574627a1b8"], ["uuid", "4184d0c4-960e-4660-a3a7-c90d42cf76f3"], ["support_identifier", "cs_ca60a854"], ["created_at", "2017-12-18 19:00:47.702392"], ["updated_at", "2017-12-18 19:00:47.702392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 582) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 582) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '4184d0c4-960e-4660-a3a7-c90d42cf76f3' AND "openstax_accounts_accounts"."id" != 582) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_ca60a854' AND "openstax_accounts_accounts"."id" != 582) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-18 19:00:47.712918"], ["id", 582]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1518213378 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c363ffb2e38c90e40cea4d8d769844e5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f3eca4e-e3c3-4119-b13c-1d759b68dd1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b79c3a1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1518213378], ["username", "c363ffb2e38c90e40cea4d8d769844e5"], ["access_token", "2d7739de32c55b7ebd03edd5b8f205a9"], ["uuid", "9f3eca4e-e3c3-4119-b13c-1d759b68dd1a"], ["support_identifier", "cs_6b79c3a1"], ["created_at", "2017-12-18 19:00:47.719579"], ["updated_at", "2017-12-18 19:00:47.719579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 583) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '9f3eca4e-e3c3-4119-b13c-1d759b68dd1a' AND "openstax_accounts_accounts"."id" != 583) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_6b79c3a1' AND "openstax_accounts_accounts"."id" != 583) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-18 19:00:47.723840"], ["id", 583]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 583) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 583) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '9f3eca4e-e3c3-4119-b13c-1d759b68dd1a' AND "openstax_accounts_accounts"."id" != 583) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_6b79c3a1' AND "openstax_accounts_accounts"."id" != 583) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-18 19:00:47.727459"], ["id", 583]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 583) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 583) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '9f3eca4e-e3c3-4119-b13c-1d759b68dd1a' AND "openstax_accounts_accounts"."id" != 583) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_6b79c3a1' AND "openstax_accounts_accounts"."id" != 583) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-18 19:00:47.730970"], ["id", 583]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018885414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '71e2a77bccc8368e52ac1e9f12e17ec2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a28e7fa8-5578-4aa5-9562-0e882fba01db' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dead860a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2018885414], ["username", "71e2a77bccc8368e52ac1e9f12e17ec2"], ["access_token", "fe7d96fac7e493ab4eeda41d96f3f4cf"], ["uuid", "a28e7fa8-5578-4aa5-9562-0e882fba01db"], ["support_identifier", "cs_dead860a"], ["created_at", "2017-12-18 19:00:47.735942"], ["updated_at", "2017-12-18 19:00:47.735942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 584) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 584) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'a28e7fa8-5578-4aa5-9562-0e882fba01db' AND "openstax_accounts_accounts"."id" != 584) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_dead860a' AND "openstax_accounts_accounts"."id" != 584) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-18 19:00:47.740045"], ["id", 584]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -784892530 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '926c5fb279985c42d6aa9ccd31121672' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11d5341b-8843-45a3-b535-0298fcdf6c95' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_09eb167b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -784892530], ["username", "926c5fb279985c42d6aa9ccd31121672"], ["access_token", "4132552d7eb97e27b20ba45cc31b0201"], ["uuid", "11d5341b-8843-45a3-b535-0298fcdf6c95"], ["support_identifier", "cs_09eb167b"], ["created_at", "2017-12-18 19:00:47.745034"], ["updated_at", "2017-12-18 19:00:47.745034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 585) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 585) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '11d5341b-8843-45a3-b535-0298fcdf6c95' AND "openstax_accounts_accounts"."id" != 585) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_09eb167b' AND "openstax_accounts_accounts"."id" != 585) LIMIT 1 SQL (0.5ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-18 19:00:47.749133"], ["id", 585]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146729322 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1e0be17e28a60ad2ac029468c1e2e91c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc11a44a-e189-4683-a89a-43ec89e5c2cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50012c5a' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -146729322], ["username", "1e0be17e28a60ad2ac029468c1e2e91c"], ["access_token", "6bd113770bc86979e55cd71fba087abe"], ["uuid", "dc11a44a-e189-4683-a89a-43ec89e5c2cd"], ["support_identifier", "cs_50012c5a"], ["created_at", "2017-12-18 19:01:33.467769"], ["updated_at", "2017-12-18 19:01:33.467769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146729322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1e0be17e28a60ad2ac029468c1e2e91c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc11a44a-e189-4683-a89a-43ec89e5c2cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50012c5a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146729322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1e0be17e28a60ad2ac029468c1e2e91c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'DC11A44A-E189-4683-A89A-43EC89E5C2CD' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50012c5a' LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -4010468 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'aef709057e82698a1cb4057f8ee23cb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9dde147f-b03b-4acd-9b8c-04c627e823ee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d346d0eb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -4010468], ["username", "aef709057e82698a1cb4057f8ee23cb2"], ["access_token", "07bc892cf1572fe5197f5e009c2d639f"], ["uuid", "9dde147f-b03b-4acd-9b8c-04c627e823ee"], ["support_identifier", "cs_d346d0eb"], ["created_at", "2017-12-18 19:01:33.489766"], ["updated_at", "2017-12-18 19:01:33.489766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -4010468 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'aef709057e82698a1cb4057f8ee23cb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9dde147f-b03b-4acd-9b8c-04c627e823ee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d346d0eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -4010468 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'aef709057e82698a1cb4057f8ee23cb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9dde147f-b03b-4acd-9b8c-04c627e823ee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'CS_D346D0EB' LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -79869802 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '295dfc5141294ef17c78fe4c898b99ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f1eeea2-614f-4451-b86b-d4509838ef4b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aa6ffa90' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -79869802], ["username", "295dfc5141294ef17c78fe4c898b99ba"], ["access_token", "c1b9b4d7bebeb382f438a5548cccc5c8"], ["uuid", "9f1eeea2-614f-4451-b86b-d4509838ef4b"], ["support_identifier", "cs_aa6ffa90"], ["created_at", "2017-12-18 19:01:33.527318"], ["updated_at", "2017-12-18 19:01:33.527318"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -79869802 AND "openstax_accounts_accounts"."id" != 588) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '295dfc5141294ef17c78fe4c898b99ba' AND "openstax_accounts_accounts"."id" != 588) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 588) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_aa6ffa90' AND "openstax_accounts_accounts"."id" != 588) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -763438145 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'cbb41969736194cf4bdd5d26da085ec5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8957c050-e1ac-4492-a86c-393c28802908' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7281668b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -763438145], ["username", "cbb41969736194cf4bdd5d26da085ec5"], ["access_token", "7c9dc9d31e1faa8a9dd21592ad311cb1"], ["uuid", "8957c050-e1ac-4492-a86c-393c28802908"], ["support_identifier", "cs_7281668b"], ["created_at", "2017-12-18 19:01:33.538135"], ["updated_at", "2017-12-18 19:01:33.538135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 589) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 589) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '8957c050-e1ac-4492-a86c-393c28802908' AND "openstax_accounts_accounts"."id" != 589) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7281668b' AND "openstax_accounts_accounts"."id" != 589) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-18 19:01:33.550370"], ["id", 589]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -380598616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fdebcfba860d422563d2b4e349f4bb18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27bcb0ef-3e97-4f89-ab36-27f6b921d85a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c299ab4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -380598616], ["username", "fdebcfba860d422563d2b4e349f4bb18"], ["access_token", "7858176db61b28be74a2eb9438b7de35"], ["uuid", "27bcb0ef-3e97-4f89-ab36-27f6b921d85a"], ["support_identifier", "cs_1c299ab4"], ["created_at", "2017-12-18 19:01:33.560073"], ["updated_at", "2017-12-18 19:01:33.560073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 590) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '27bcb0ef-3e97-4f89-ab36-27f6b921d85a' AND "openstax_accounts_accounts"."id" != 590) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_1c299ab4' AND "openstax_accounts_accounts"."id" != 590) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-18 19:01:33.563499"], ["id", 590]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 590) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 590) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '27bcb0ef-3e97-4f89-ab36-27f6b921d85a' AND "openstax_accounts_accounts"."id" != 590) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_1c299ab4' AND "openstax_accounts_accounts"."id" != 590) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-18 19:01:33.566806"], ["id", 590]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 590) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 590) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '27bcb0ef-3e97-4f89-ab36-27f6b921d85a' AND "openstax_accounts_accounts"."id" != 590) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_1c299ab4' AND "openstax_accounts_accounts"."id" != 590) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-18 19:01:33.569931"], ["id", 590]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1892327228 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6f9c677daadae8e62d11e1a77116baca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92742c67-a3b9-4579-b562-aaaf2258c45e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bcb63180' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1892327228], ["username", "6f9c677daadae8e62d11e1a77116baca"], ["access_token", "e04ff5c1158264ca5c5e499322e840b7"], ["uuid", "92742c67-a3b9-4579-b562-aaaf2258c45e"], ["support_identifier", "cs_bcb63180"], ["created_at", "2017-12-18 19:01:33.576043"], ["updated_at", "2017-12-18 19:01:33.576043"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 591) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 591) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '92742c67-a3b9-4579-b562-aaaf2258c45e' AND "openstax_accounts_accounts"."id" != 591) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_bcb63180' AND "openstax_accounts_accounts"."id" != 591) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-18 19:01:33.580282"], ["id", 591]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -775116805 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5f12ea27bc28bbfe92b73c52632b9a14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'afe86dc6-6c7c-43b2-a90d-9c19699e4581' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0f289635' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -775116805], ["username", "5f12ea27bc28bbfe92b73c52632b9a14"], ["access_token", "14ce0627ad707c4c778052f6ab8e81bd"], ["uuid", "afe86dc6-6c7c-43b2-a90d-9c19699e4581"], ["support_identifier", "cs_0f289635"], ["created_at", "2017-12-18 19:01:33.586339"], ["updated_at", "2017-12-18 19:01:33.586339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 592) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 592) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'afe86dc6-6c7c-43b2-a90d-9c19699e4581' AND "openstax_accounts_accounts"."id" != 592) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_0f289635' AND "openstax_accounts_accounts"."id" != 592) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-18 19:01:33.590890"], ["id", 592]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2108367206 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6cf592dae5a610370907f99782dd12fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04786649-05f7-40f7-85b5-ad634e2a34d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f0af3790' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2108367206], ["username", "6cf592dae5a610370907f99782dd12fa"], ["access_token", "d3bb5d1c55255c3b244c0aa1f4c4a5ea"], ["uuid", "04786649-05f7-40f7-85b5-ad634e2a34d2"], ["support_identifier", "cs_f0af3790"], ["created_at", "2017-12-18 19:01:33.596347"], ["updated_at", "2017-12-18 19:01:33.596347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '6cf592dae5a610370907f99782dd12fa' AND "openstax_accounts_accounts"."id" != 593) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '04786649-05f7-40f7-85b5-ad634e2a34d2' AND "openstax_accounts_accounts"."id" != 593) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_f0af3790' AND "openstax_accounts_accounts"."id" != 593) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 593) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '6cf592dae5a610370907f99782dd12fa' AND "openstax_accounts_accounts"."id" != 593) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '04786649-05f7-40f7-85b5-ad634e2a34d2' AND "openstax_accounts_accounts"."id" != 593) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_f0af3790' AND "openstax_accounts_accounts"."id" != 593) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-18 19:01:33.601613"], ["id", 593]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '52066da37df40b101817d1bd75259dac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c41653e-aa96-47dd-bea8-9364ba0306df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a827ad70' LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1602556460 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e809126e7ddeb18231910d2e03057283' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9775e70-9af8-4c83-a07c-c26c7663559a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f27071ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1602556460], ["username", "e809126e7ddeb18231910d2e03057283"], ["access_token", "88a401b64477d396b84618e7cde09b9f"], ["uuid", "e9775e70-9af8-4c83-a07c-c26c7663559a"], ["support_identifier", "cs_f27071ae"], ["created_at", "2017-12-18 19:01:33.611577"], ["updated_at", "2017-12-18 19:01:33.611577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2108752542 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e809126e7ddeb18231910d2e03057283' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '687be11a-9ed6-48d3-98d7-42e1c18d48cb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d54e42b' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -149378320 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'cf89358f5c741eaa8a96e138d1f33604' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20cbc113-1509-4375-b68b-7b66f5b5d9f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_310afd3e' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016533597 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b375a0d43bb5b5b799ca68944be89820' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c7d75c2-31a2-472a-8a4d-e342bdab24b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5d3ac7e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1016533597], ["username", "b375a0d43bb5b5b799ca68944be89820"], ["access_token", "6abdcaa701398a9db1d8b31266722de7"], ["uuid", "8c7d75c2-31a2-472a-8a4d-e342bdab24b7"], ["support_identifier", "cs_c5d3ac7e"], ["created_at", "2017-12-18 19:01:33.625729"], ["updated_at", "2017-12-18 19:01:33.625729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1016533597 AND "openstax_accounts_accounts"."id" != 595) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '8c7d75c2-31a2-472a-8a4d-e342bdab24b7' AND "openstax_accounts_accounts"."id" != 595) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c5d3ac7e' AND "openstax_accounts_accounts"."id" != 595) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -905070516 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01b002ea-3d6b-436f-b3fd-ecaa1ec166f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b5efcd4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -905070516], ["access_token", "8fffe63007fbca5520cf072554faecab"], ["uuid", "01b002ea-3d6b-436f-b3fd-ecaa1ec166f3"], ["support_identifier", "cs_0b5efcd4"], ["created_at", "2017-12-18 19:01:33.633348"], ["updated_at", "2017-12-18 19:01:33.633348"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -946957882 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39ae8651-b3cc-474e-a6b2-62745721e2b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_da1f5294' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -946957882], ["access_token", "530b890565ffb6ab0f70920403e64009"], ["uuid", "39ae8651-b3cc-474e-a6b2-62745721e2b0"], ["support_identifier", "cs_da1f5294"], ["created_at", "2017-12-18 19:01:33.637004"], ["updated_at", "2017-12-18 19:01:33.637004"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (174.9ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (432.9ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.2ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (6.2ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" SQL (11.2ms) CREATE EXTENSION IF NOT EXISTS "citext"  (4.9ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL, "support_identifier" citext)  (1.5ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_support_identifier" ON "openstax_accounts_accounts" USING btree ("support_identifier")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (2.1ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (1.9ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (1.9ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.5ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (3.0ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (1.8ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('11')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 23ms (ActiveRecord: 2.3ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1011061344 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '51d4d310-ce0c-499c-a01f-f0e880b2d89c' LIMIT 1 OpenStax::Accounts::Account Exists (1.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c6e7e635' LIMIT 1 SQL (1.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1011061344], ["username", "jstrav"], ["access_token", "65e912db9555072bdc669c30a1823138"], ["uuid", "51d4d310-ce0c-499c-a01f-f0e880b2d89c"], ["support_identifier", "cs_c6e7e635"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:56.533943"], ["updated_at", "2017-12-18 19:02:56.533943"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1632023010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '986080a1-3406-4874-89eb-1666474ddfc6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f68d1134' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1632023010], ["username", "mary"], ["access_token", "c0db6011cfa3d00a878979308fc37a23"], ["uuid", "986080a1-3406-4874-89eb-1666474ddfc6"], ["support_identifier", "cs_f68d1134"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:56.539943"], ["updated_at", "2017-12-18 19:02:56.539943"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324878256 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc6be02d-583b-4cd5-87b0-7913238a76ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3cce0c62' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -324878256], ["username", "jstead"], ["access_token", "c354b53338ede7ecb3893cb16863898d"], ["uuid", "bc6be02d-583b-4cd5-87b0-7913238a76ad"], ["support_identifier", "cs_3cce0c62"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:56.544472"], ["updated_at", "2017-12-18 19:02:56.544472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -333530236 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d839d28-94da-4101-a7f4-f4b63e7ddd1e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b90a78f7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -333530236], ["username", "bigbear"], ["access_token", "c866f0828b9d58a4f0996a0116e62613"], ["uuid", "6d839d28-94da-4101-a7f4-f4b63e7ddd1e"], ["support_identifier", "cs_b90a78f7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:56.548583"], ["updated_at", "2017-12-18 19:02:56.548583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.8ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -496337420 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cbbbdab-679b-4e86-b756-665212244671' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_944b9f8c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -496337420], ["username", "jstrav"], ["access_token", "4626d149dd43a33e9ed35a1a13a5b336"], ["uuid", "7cbbbdab-679b-4e86-b756-665212244671"], ["support_identifier", "cs_944b9f8c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:56.562307"], ["updated_at", "2017-12-18 19:02:56.562307"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -503551744 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cecab808-5c88-455e-9ada-62ac8eabce55' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af08959e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -503551744], ["username", "mary"], ["access_token", "703f816cad1480973b3a87d682a0cb0e"], ["uuid", "cecab808-5c88-455e-9ada-62ac8eabce55"], ["support_identifier", "cs_af08959e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:56.567202"], ["updated_at", "2017-12-18 19:02:56.567202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -537728676 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a76ab6ad-5aef-4fbd-bfb3-ee421b9c24a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91ad0848' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -537728676], ["username", "jstead"], ["access_token", "bccb836d57325e142591da82a3152af3"], ["uuid", "a76ab6ad-5aef-4fbd-bfb3-ee421b9c24a5"], ["support_identifier", "cs_91ad0848"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:56.572829"], ["updated_at", "2017-12-18 19:02:56.572829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1549697169 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc164e6c-cb4a-423a-8fcc-0db570b36770' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4228c903' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1549697169], ["username", "bigbear"], ["access_token", "975145122f27cb801130c93ac83fce7f"], ["uuid", "bc164e6c-cb4a-423a-8fcc-0db570b36770"], ["support_identifier", "cs_4228c903"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:56.576968"], ["updated_at", "2017-12-18 19:02:56.576968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -155922341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30a9337d-54cf-4637-8088-9f71479fcef3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1cb19d53' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -155922341], ["username", "jstrav"], ["access_token", "7275a4f079e9f1df2fed39a2bce7e91c"], ["uuid", "30a9337d-54cf-4637-8088-9f71479fcef3"], ["support_identifier", "cs_1cb19d53"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:56.585715"], ["updated_at", "2017-12-18 19:02:56.585715"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1164452902 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff123411-fa54-4623-ae7c-748907868195' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_70121842' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1164452902], ["username", "mary"], ["access_token", "44d784226ffc1532de96b6f2bae161a9"], ["uuid", "ff123411-fa54-4623-ae7c-748907868195"], ["support_identifier", "cs_70121842"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:56.602456"], ["updated_at", "2017-12-18 19:02:56.602456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1024186065 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bbdf90d-e959-4ee8-a688-c5ff215a69c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a9dddf50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1024186065], ["username", "jstead"], ["access_token", "3a004d16fbb37ed68a4cacc3267e5086"], ["uuid", "9bbdf90d-e959-4ee8-a688-c5ff215a69c8"], ["support_identifier", "cs_a9dddf50"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:56.607251"], ["updated_at", "2017-12-18 19:02:56.607251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1512939458 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e48fd3b-6bf4-448a-a93d-d1268698b7cb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4538e472' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1512939458], ["username", "bigbear"], ["access_token", "882f59c0da815f7753409669c49c68d3"], ["uuid", "8e48fd3b-6bf4-448a-a93d-d1268698b7cb"], ["support_identifier", "cs_4538e472"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:56.611663"], ["updated_at", "2017-12-18 19:02:56.611663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -218654498 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f38ad25-6162-4ded-b109-536bcab758ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7eee5d01' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -218654498], ["username", "jstrav"], ["access_token", "5cdff397724350b576c365c7d5215a6c"], ["uuid", "4f38ad25-6162-4ded-b109-536bcab758ae"], ["support_identifier", "cs_7eee5d01"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:56.620700"], ["updated_at", "2017-12-18 19:02:56.620700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987931511 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd54cdeb6-32a4-4a60-b566-a5856ac12389' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_095724d8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -987931511], ["username", "mary"], ["access_token", "196f7d189c20d9420146c0835c53a386"], ["uuid", "d54cdeb6-32a4-4a60-b566-a5856ac12389"], ["support_identifier", "cs_095724d8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:56.626450"], ["updated_at", "2017-12-18 19:02:56.626450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -179542897 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc556fcb-c7ed-4594-b818-60111aa43b8d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e74d111' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -179542897], ["username", "jstead"], ["access_token", "3cfdb0738fa32ddc7bca594f89539a14"], ["uuid", "bc556fcb-c7ed-4594-b818-60111aa43b8d"], ["support_identifier", "cs_8e74d111"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:56.631945"], ["updated_at", "2017-12-18 19:02:56.631945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1701374931 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b962564a-9a62-4ef2-92e1-78f547844bdb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c78aec8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1701374931], ["username", "bigbear"], ["access_token", "cadcf07c279cff858d818ce0002012a8"], ["uuid", "b962564a-9a62-4ef2-92e1-78f547844bdb"], ["support_identifier", "cs_5c78aec8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:56.638005"], ["updated_at", "2017-12-18 19:02:56.638005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -927439197 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ebe6123-b6a9-414e-b795-3b5d8c1e3d8c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bfb17f04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -927439197], ["username", "jstrav"], ["access_token", "1dd32abf774cd37300342e1c152d7a14"], ["uuid", "1ebe6123-b6a9-414e-b795-3b5d8c1e3d8c"], ["support_identifier", "cs_bfb17f04"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:56.647301"], ["updated_at", "2017-12-18 19:02:56.647301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1609832651 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ebe3a627-259d-4a1d-8006-4d06aa9682c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0ebcb96' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1609832651], ["username", "mary"], ["access_token", "a5cd9f7a245bd23795fd45d237fd1a76"], ["uuid", "ebe3a627-259d-4a1d-8006-4d06aa9682c3"], ["support_identifier", "cs_e0ebcb96"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:56.652076"], ["updated_at", "2017-12-18 19:02:56.652076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -70055784 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '626e3350-dea0-4213-b721-9c64a5664d67' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5555ed7e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -70055784], ["username", "jstead"], ["access_token", "8b79cdd8c6f36a7e1aec44e78f1b35ca"], ["uuid", "626e3350-dea0-4213-b721-9c64a5664d67"], ["support_identifier", "cs_5555ed7e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:56.657888"], ["updated_at", "2017-12-18 19:02:56.657888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529577992 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf9fcbb3-005c-4adc-bab3-99736e60bf69' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5c7b1ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -529577992], ["username", "bigbear"], ["access_token", "9de1e6187d1d56fd8a49dd98700b07c5"], ["uuid", "cf9fcbb3-005c-4adc-bab3-99736e60bf69"], ["support_identifier", "cs_c5c7b1ef"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:56.662508"], ["updated_at", "2017-12-18 19:02:56.662508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1265824986 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a17b048-ae18-4653-b42b-f1f44f866482' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b750a3f9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1265824986], ["username", "jstrav"], ["access_token", "13dbc152613563a202d209bd70fb9b2f"], ["uuid", "6a17b048-ae18-4653-b42b-f1f44f866482"], ["support_identifier", "cs_b750a3f9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:56.670306"], ["updated_at", "2017-12-18 19:02:56.670306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1526533908 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2189b72a-597e-47e3-b3f7-f341dab6ab64' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d9d3c751' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1526533908], ["username", "mary"], ["access_token", "0ac6bf890ae9eb003076c22081e9c21d"], ["uuid", "2189b72a-597e-47e3-b3f7-f341dab6ab64"], ["support_identifier", "cs_d9d3c751"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:56.674728"], ["updated_at", "2017-12-18 19:02:56.674728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1820257018 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fab7af8e-85ac-4a51-8f6c-109b350dbfc1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2aaa30ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1820257018], ["username", "jstead"], ["access_token", "08097da2778370a6f2dcba94686ac220"], ["uuid", "fab7af8e-85ac-4a51-8f6c-109b350dbfc1"], ["support_identifier", "cs_2aaa30ea"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:56.679036"], ["updated_at", "2017-12-18 19:02:56.679036"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1476265309 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '528b8830-0ed2-48ca-8ddb-40ebd8abec29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f22aa5e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1476265309], ["username", "bigbear"], ["access_token", "5275486c781fd3fc6a854b55a5caef1e"], ["uuid", "528b8830-0ed2-48ca-8ddb-40ebd8abec29"], ["support_identifier", "cs_f22aa5e0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:56.683303"], ["updated_at", "2017-12-18 19:02:56.683303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1014549412 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62eaa74e-27b0-4be8-9f7c-4ba07ebb3c8a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d9bf43be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1014549412], ["username", "jstrav"], ["access_token", "5481c5caa018a5a541577eca0e5c2bd0"], ["uuid", "62eaa74e-27b0-4be8-9f7c-4ba07ebb3c8a"], ["support_identifier", "cs_d9bf43be"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:56.692035"], ["updated_at", "2017-12-18 19:02:56.692035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -312455900 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e695b4d7-c4a9-4617-b9ee-530a85b4bb74' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f42d85b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -312455900], ["username", "mary"], ["access_token", "594637db087b32ed2d8cfe5c878c88cd"], ["uuid", "e695b4d7-c4a9-4617-b9ee-530a85b4bb74"], ["support_identifier", "cs_f42d85b6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:56.696435"], ["updated_at", "2017-12-18 19:02:56.696435"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1528277652 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8adac41-3fe9-45ac-bd79-3e9b472f1d9d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_600bce7b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1528277652], ["username", "jstead"], ["access_token", "fca58add24e5bc605cd82e35b4e72978"], ["uuid", "e8adac41-3fe9-45ac-bd79-3e9b472f1d9d"], ["support_identifier", "cs_600bce7b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:56.700684"], ["updated_at", "2017-12-18 19:02:56.700684"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -914899646 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9c003ff-6bd6-4a5c-8635-3e2ca139806f' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12abe16a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -914899646], ["username", "bigbear"], ["access_token", "63c901296be44cac4941d2efe1dcb84d"], ["uuid", "a9c003ff-6bd6-4a5c-8635-3e2ca139806f"], ["support_identifier", "cs_12abe16a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:56.706629"], ["updated_at", "2017-12-18 19:02:56.706629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1994823767 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0be2016e-4cd9-4475-8ea6-99484004c293' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e42520f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1994823767], ["username", "jstrav"], ["access_token", "a4c1522eec2b372dcbf2e22bd12f934b"], ["uuid", "0be2016e-4cd9-4475-8ea6-99484004c293"], ["support_identifier", "cs_2e42520f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:56.715300"], ["updated_at", "2017-12-18 19:02:56.715300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -188716849 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c6c01ae-e3ea-475b-9be5-c79dc0c0b1e4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b0b537c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -188716849], ["username", "mary"], ["access_token", "584ce71f44eb161cd6fb95b6de793801"], ["uuid", "2c6c01ae-e3ea-475b-9be5-c79dc0c0b1e4"], ["support_identifier", "cs_9b0b537c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:56.719657"], ["updated_at", "2017-12-18 19:02:56.719657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1104078704 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77fd5028-0d86-4046-843c-0e2cd3c269c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae1eb197' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1104078704], ["username", "jstead"], ["access_token", "aaed6605e5ce06bea351fa6c8318da52"], ["uuid", "77fd5028-0d86-4046-843c-0e2cd3c269c6"], ["support_identifier", "cs_ae1eb197"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:56.724060"], ["updated_at", "2017-12-18 19:02:56.724060"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462461548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b30a7e4-fbc6-4861-b9fe-7bb420269d5a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a9b995bb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1462461548], ["username", "bigbear"], ["access_token", "cb4f56a09d0ca7bf54a6153adb56388f"], ["uuid", "8b30a7e4-fbc6-4861-b9fe-7bb420269d5a"], ["support_identifier", "cs_a9b995bb"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:56.728631"], ["updated_at", "2017-12-18 19:02:56.728631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1561058516 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25fd500a-1dd5-45e2-be4a-af6482044b8f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_23adda90' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1561058516], ["username", "jstrav"], ["access_token", "a11f654f124ddc408a389121ec496aa6"], ["uuid", "25fd500a-1dd5-45e2-be4a-af6482044b8f"], ["support_identifier", "cs_23adda90"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:56.738029"], ["updated_at", "2017-12-18 19:02:56.738029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1025848941 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ec341a4-c8fb-46da-b332-8c495ae7cf8d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_14066d16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1025848941], ["username", "mary"], ["access_token", "dd59fba3868526eda3aa1b1fd8360fe4"], ["uuid", "7ec341a4-c8fb-46da-b332-8c495ae7cf8d"], ["support_identifier", "cs_14066d16"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:56.743816"], ["updated_at", "2017-12-18 19:02:56.743816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1982287222 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08025c4a-2eb9-43c0-9e34-0ca7a221e269' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_04a0e5f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1982287222], ["username", "jstead"], ["access_token", "671fd1906a26459a2f1bb98a4984f582"], ["uuid", "08025c4a-2eb9-43c0-9e34-0ca7a221e269"], ["support_identifier", "cs_04a0e5f2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:56.748488"], ["updated_at", "2017-12-18 19:02:56.748488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146132073 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d014814-f271-4ffe-ba8b-6d8d143bc5e5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1e7f0095' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -146132073], ["username", "bigbear"], ["access_token", "e88d7bcabb8a4753cfdf3dcf0a793f79"], ["uuid", "8d014814-f271-4ffe-ba8b-6d8d143bc5e5"], ["support_identifier", "cs_1e7f0095"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:56.753465"], ["updated_at", "2017-12-18 19:02:56.753465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -833523914 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7801f64c-5acf-4221-a815-1b3d26e088b2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_80bddfc2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -833523914], ["username", "jstrav"], ["access_token", "4f4cfd69f126afa5a50d1247f8f66eed"], ["uuid", "7801f64c-5acf-4221-a815-1b3d26e088b2"], ["support_identifier", "cs_80bddfc2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:56.761537"], ["updated_at", "2017-12-18 19:02:56.761537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -328921632 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '232f4c5e-96c5-4953-ad1f-1a853b899eb1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51818c0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -328921632], ["username", "mary"], ["access_token", "43015ca3c2dfc23ba491369abd2bd5de"], ["uuid", "232f4c5e-96c5-4953-ad1f-1a853b899eb1"], ["support_identifier", "cs_51818c0f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:56.765712"], ["updated_at", "2017-12-18 19:02:56.765712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -893732101 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a2194d8-e17c-4513-ba15-4e63472655f8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6a8acb27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -893732101], ["username", "jstead"], ["access_token", "0faea8e9260757ec8bb74a9e1abc61be"], ["uuid", "0a2194d8-e17c-4513-ba15-4e63472655f8"], ["support_identifier", "cs_6a8acb27"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:56.770043"], ["updated_at", "2017-12-18 19:02:56.770043"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891144217 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe07c39f-7c63-4cae-8042-79c996150d93' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44ac2537' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -891144217], ["username", "bigbear"], ["access_token", "2d4db70432267dbd90ebbae24d6dafb0"], ["uuid", "fe07c39f-7c63-4cae-8042-79c996150d93"], ["support_identifier", "cs_44ac2537"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:56.774241"], ["updated_at", "2017-12-18 19:02:56.774241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -775172524 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3a8c3c2-9e08-40da-8f38-4c585c2afa5c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a9836fee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -775172524], ["username", "jstrav"], ["access_token", "7d0839d1bd2947aabd06d32cca0f4249"], ["uuid", "c3a8c3c2-9e08-40da-8f38-4c585c2afa5c"], ["support_identifier", "cs_a9836fee"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:56.782184"], ["updated_at", "2017-12-18 19:02:56.782184"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088456935 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16b51c6b-83a9-413e-820f-a71e0e86f625' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e30e63d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1088456935], ["username", "mary"], ["access_token", "6e1c12fc0b03b32adbc854c5b6f0e248"], ["uuid", "16b51c6b-83a9-413e-820f-a71e0e86f625"], ["support_identifier", "cs_e30e63d0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:56.786639"], ["updated_at", "2017-12-18 19:02:56.786639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1703852570 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a15999d-0841-4a5c-ba9c-b7b999e53d29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2064db65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1703852570], ["username", "jstead"], ["access_token", "25cf82f81e822e4a7544c57bf3c28bcc"], ["uuid", "1a15999d-0841-4a5c-ba9c-b7b999e53d29"], ["support_identifier", "cs_2064db65"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:56.791184"], ["updated_at", "2017-12-18 19:02:56.791184"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -364029259 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b758a2b-5604-4198-b6a7-791d76a086e4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_659ae1ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -364029259], ["username", "bigbear"], ["access_token", "ec915a54eb91f923c658f4d3f9c47b60"], ["uuid", "7b758a2b-5604-4198-b6a7-791d76a086e4"], ["support_identifier", "cs_659ae1ce"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:56.796284"], ["updated_at", "2017-12-18 19:02:56.796284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -3275111 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5678c3aa-24ff-4e72-8c39-108d747858eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c62dda7' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -3275111], ["username", "foo_bb"], ["access_token", "fc408afacb489dd17d0bfb38d3d976e2"], ["uuid", "5678c3aa-24ff-4e72-8c39-108d747858eb"], ["support_identifier", "cs_3c62dda7"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-12-18 19:02:56.800682"], ["updated_at", "2017-12-18 19:02:56.800682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1824851350 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff6e72b0-1b8c-4308-b68f-76b860f5dfa6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47cb02b7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1824851350], ["username", "foo_bj"], ["access_token", "d27dc98ee5a68f04446942201281dc99"], ["uuid", "ff6e72b0-1b8c-4308-b68f-76b860f5dfa6"], ["support_identifier", "cs_47cb02b7"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-12-18 19:02:56.806514"], ["updated_at", "2017-12-18 19:02:56.806514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1793328936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9139cff3-a645-46aa-9daa-9807c43b70b2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_03966940' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1793328936], ["username", "foo_tj"], ["access_token", "c6036995fb7e7da8ab35ab10007c8093"], ["uuid", "9139cff3-a645-46aa-9daa-9807c43b70b2"], ["support_identifier", "cs_03966940"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-12-18 19:02:56.811951"], ["updated_at", "2017-12-18 19:02:56.811951"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.2ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -265897766 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4656cb1f-0d58-468a-9b46-feb6f2ff810b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7096f0e1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -265897766], ["username", "jstrav"], ["access_token", "9a74d43992fbb655415aaa869fdb5897"], ["uuid", "4656cb1f-0d58-468a-9b46-feb6f2ff810b"], ["support_identifier", "cs_7096f0e1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:56.826053"], ["updated_at", "2017-12-18 19:02:56.826053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1599427075 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d076be2-2037-42d7-abe2-f338f129c39b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_382a1022' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1599427075], ["username", "mary"], ["access_token", "5252186e152a922969ff968e15cf2162"], ["uuid", "1d076be2-2037-42d7-abe2-f338f129c39b"], ["support_identifier", "cs_382a1022"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:56.831032"], ["updated_at", "2017-12-18 19:02:56.831032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1752930749 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6ce2cf4-5fbd-4045-814a-04c1db8ddb53' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae4b7367' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1752930749], ["username", "jstead"], ["access_token", "78eed9daf6690ab28a4a55d923073348"], ["uuid", "d6ce2cf4-5fbd-4045-814a-04c1db8ddb53"], ["support_identifier", "cs_ae4b7367"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:56.835220"], ["updated_at", "2017-12-18 19:02:56.835220"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736899080 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c07b6c0a-d18c-41d1-bcf6-81592fe0ef91' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d84b3725' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1736899080], ["username", "bigbear"], ["access_token", "4c46ac7a9f47e08aa49d59685af6fb26"], ["uuid", "c07b6c0a-d18c-41d1-bcf6-81592fe0ef91"], ["support_identifier", "cs_d84b3725"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:56.839359"], ["updated_at", "2017-12-18 19:02:56.839359"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429191220 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb1d5a7d-57dd-4be3-9dad-0fe552d2da40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97fb007f' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -429191220], ["username", "billy_00"], ["access_token", "d905448c1b00ed8604fbdac0348847ea"], ["uuid", "eb1d5a7d-57dd-4be3-9dad-0fe552d2da40"], ["support_identifier", "cs_97fb007f"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:02:56.843592"], ["updated_at", "2017-12-18 19:02:56.843592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1839313649 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b59bd51-a689-4fda-b56d-746981619364' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_90ba31e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1839313649], ["username", "billy_01"], ["access_token", "943be8f040ae25e106a07f54f1af07be"], ["uuid", "3b59bd51-a689-4fda-b56d-746981619364"], ["support_identifier", "cs_90ba31e0"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:02:56.848073"], ["updated_at", "2017-12-18 19:02:56.848073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878897062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f137238-2579-4c57-ae5f-09a0893818ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f58d607a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -878897062], ["username", "billy_02"], ["access_token", "363c94443b8fbda9152623cd92d2816d"], ["uuid", "5f137238-2579-4c57-ae5f-09a0893818ab"], ["support_identifier", "cs_f58d607a"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:02:56.852518"], ["updated_at", "2017-12-18 19:02:56.852518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1458275770 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f320cff7-501d-4bc1-925a-a4b65b4a9388' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f15912b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1458275770], ["username", "billy_03"], ["access_token", "407ab9fd26b01043b83a420c880906ca"], ["uuid", "f320cff7-501d-4bc1-925a-a4b65b4a9388"], ["support_identifier", "cs_f15912b6"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:02:56.857213"], ["updated_at", "2017-12-18 19:02:56.857213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1119354479 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '80a9799b-dfc2-44fa-be2e-4e2cf75a51b9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_742a5894' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1119354479], ["username", "billy_04"], ["access_token", "8bd93aecb249271a07071a376fad95ae"], ["uuid", "80a9799b-dfc2-44fa-be2e-4e2cf75a51b9"], ["support_identifier", "cs_742a5894"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:02:56.861785"], ["updated_at", "2017-12-18 19:02:56.861785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1334098974 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7801c191-8fdd-46de-ae95-4ef4bd4d0c39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_42010a23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1334098974], ["username", "billy_05"], ["access_token", "76fcb66cb6c52c89d4599c3ae7374a9a"], ["uuid", "7801c191-8fdd-46de-ae95-4ef4bd4d0c39"], ["support_identifier", "cs_42010a23"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:02:56.865976"], ["updated_at", "2017-12-18 19:02:56.865976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1145106563 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '943b21d9-ddf6-49da-9cbf-cf0beeaf2d7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a28034fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1145106563], ["username", "billy_06"], ["access_token", "5f0ca6cf7101bb4a7a3aabe6240215a2"], ["uuid", "943b21d9-ddf6-49da-9cbf-cf0beeaf2d7e"], ["support_identifier", "cs_a28034fe"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:02:56.871230"], ["updated_at", "2017-12-18 19:02:56.871230"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19565985 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28447523-f1c5-47df-a369-55cfbf943f88' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_11155159' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -19565985], ["username", "billy_07"], ["access_token", "fb0ed0d8eb59a7294a2c03c2b23c19b2"], ["uuid", "28447523-f1c5-47df-a369-55cfbf943f88"], ["support_identifier", "cs_11155159"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:02:56.875874"], ["updated_at", "2017-12-18 19:02:56.875874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -8483231 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89631f3f-a909-4742-b078-ace1a262fef6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1520a55f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -8483231], ["username", "billy_08"], ["access_token", "35b4462f6f74efcb29fa4abbee51bec5"], ["uuid", "89631f3f-a909-4742-b078-ace1a262fef6"], ["support_identifier", "cs_1520a55f"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:02:56.880048"], ["updated_at", "2017-12-18 19:02:56.880048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -362935274 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '097fad03-3199-4b44-a001-9f532dcc84af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d27969ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -362935274], ["username", "billy_09"], ["access_token", "e017c64a5ef59aa2d1262b3a4a884d36"], ["uuid", "097fad03-3199-4b44-a001-9f532dcc84af"], ["support_identifier", "cs_d27969ca"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:02:56.884410"], ["updated_at", "2017-12-18 19:02:56.884410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -431676546 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '804d767e-419d-4daf-a5ad-09ef51105398' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b702ad6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -431676546], ["username", "billy_10"], ["access_token", "579d8dafb117fd7f1619308c0a2fa8bc"], ["uuid", "804d767e-419d-4daf-a5ad-09ef51105398"], ["support_identifier", "cs_6b702ad6"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:02:56.888628"], ["updated_at", "2017-12-18 19:02:56.888628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -76193966 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30058d01-ada7-4494-99fa-1f4a24fe5703' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8de9dad8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -76193966], ["username", "billy_11"], ["access_token", "ab90ad2f8412d63e521dbdc64f140c1e"], ["uuid", "30058d01-ada7-4494-99fa-1f4a24fe5703"], ["support_identifier", "cs_8de9dad8"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:02:56.892853"], ["updated_at", "2017-12-18 19:02:56.892853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -554356458 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0476bb25-099e-47ea-b93f-23da1dab1d66' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f16e5fe6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -554356458], ["username", "billy_12"], ["access_token", "d9698a2ed972803a3b55d4f257593ad7"], ["uuid", "0476bb25-099e-47ea-b93f-23da1dab1d66"], ["support_identifier", "cs_f16e5fe6"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:02:56.897071"], ["updated_at", "2017-12-18 19:02:56.897071"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1665616583 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe97d88a-87ba-4dbe-af46-c25e69e87baf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_371f17ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1665616583], ["username", "billy_13"], ["access_token", "22a5d6ab411817c0d31e0c8c9cd73070"], ["uuid", "fe97d88a-87ba-4dbe-af46-c25e69e87baf"], ["support_identifier", "cs_371f17ea"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:02:56.901287"], ["updated_at", "2017-12-18 19:02:56.901287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -936575410 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ffb91fd-5cd1-4fc6-9266-8cb210397d44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_06d49720' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -936575410], ["username", "billy_14"], ["access_token", "74cb8fe4767843b9b93dc12219c40eed"], ["uuid", "8ffb91fd-5cd1-4fc6-9266-8cb210397d44"], ["support_identifier", "cs_06d49720"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:02:56.905501"], ["updated_at", "2017-12-18 19:02:56.905501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -650178026 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e682ce5-b47d-4c0e-a7cc-d337b456a820' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6efb839e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -650178026], ["username", "billy_15"], ["access_token", "dab2ecb5807cdbcc04577544b7e47716"], ["uuid", "3e682ce5-b47d-4c0e-a7cc-d337b456a820"], ["support_identifier", "cs_6efb839e"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:02:56.909705"], ["updated_at", "2017-12-18 19:02:56.909705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1722553182 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f361598b-99bb-477f-8da3-d2a7b4e697e9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ee6dd483' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1722553182], ["username", "billy_16"], ["access_token", "eaff590791efc9111ff01578634e75a7"], ["uuid", "f361598b-99bb-477f-8da3-d2a7b4e697e9"], ["support_identifier", "cs_ee6dd483"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:02:56.913901"], ["updated_at", "2017-12-18 19:02:56.913901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -278405999 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37d4ac46-ebce-4ef4-8ea3-074888d68a13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a8b0da7e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -278405999], ["username", "billy_17"], ["access_token", "359859a6c36145348e3199687d71384f"], ["uuid", "37d4ac46-ebce-4ef4-8ea3-074888d68a13"], ["support_identifier", "cs_a8b0da7e"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:02:56.918169"], ["updated_at", "2017-12-18 19:02:56.918169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -916797051 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e88d27a-10f0-4887-9875-0a1e3e15f66a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d131b76' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -916797051], ["username", "billy_18"], ["access_token", "abe7f1243f8aeffab09806bdef806f99"], ["uuid", "0e88d27a-10f0-4887-9875-0a1e3e15f66a"], ["support_identifier", "cs_5d131b76"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:02:56.922411"], ["updated_at", "2017-12-18 19:02:56.922411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1819556399 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17a8ee4a-2a47-43b8-b7ba-ee2456680ce4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4fc0396e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1819556399], ["username", "billy_19"], ["access_token", "b764aaff2378177f89676e878035b4eb"], ["uuid", "17a8ee4a-2a47-43b8-b7ba-ee2456680ce4"], ["support_identifier", "cs_4fc0396e"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:02:56.926569"], ["updated_at", "2017-12-18 19:02:56.926569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1811130198 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f75615e-bf22-4d55-8f30-5036d3bfad8f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb7dd192' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1811130198], ["username", "billy_20"], ["access_token", "e0b10bd237c1da2bdbb933271f7e81b0"], ["uuid", "0f75615e-bf22-4d55-8f30-5036d3bfad8f"], ["support_identifier", "cs_bb7dd192"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:02:56.930877"], ["updated_at", "2017-12-18 19:02:56.930877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -460644164 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ccf6289-6f76-4a7d-8214-055d13b0d906' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a4269194' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -460644164], ["username", "billy_21"], ["access_token", "5a6a149c051a5e121363ab581470e19d"], ["uuid", "7ccf6289-6f76-4a7d-8214-055d13b0d906"], ["support_identifier", "cs_a4269194"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:02:56.935132"], ["updated_at", "2017-12-18 19:02:56.935132"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1680518735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0106f16b-e529-4f6f-967a-cd0a1dfdd6dd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aeb95f2b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1680518735], ["username", "billy_22"], ["access_token", "12ed03b3bc57b3bf6a101d5832ef53c4"], ["uuid", "0106f16b-e529-4f6f-967a-cd0a1dfdd6dd"], ["support_identifier", "cs_aeb95f2b"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:02:56.939401"], ["updated_at", "2017-12-18 19:02:56.939401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524104180 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29598350-d319-4a35-8b62-abc707a449b6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_61e5e094' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1524104180], ["username", "billy_23"], ["access_token", "d77a06e3fd2abf876d15d8873ba9bb51"], ["uuid", "29598350-d319-4a35-8b62-abc707a449b6"], ["support_identifier", "cs_61e5e094"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:02:56.945102"], ["updated_at", "2017-12-18 19:02:56.945102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1811024412 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba61986e-2ec9-4723-be0d-70ed8484af5d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_35ff65df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1811024412], ["username", "billy_24"], ["access_token", "8fccf881de5c83f045bcb5007fa762fb"], ["uuid", "ba61986e-2ec9-4723-be0d-70ed8484af5d"], ["support_identifier", "cs_35ff65df"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:02:56.950954"], ["updated_at", "2017-12-18 19:02:56.950954"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -707015247 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3686ff1-28bb-42a4-9fe6-4b61b2483d37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_96c9061b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -707015247], ["username", "billy_25"], ["access_token", "c9c7a93807a20df92567b01f1c880ef5"], ["uuid", "e3686ff1-28bb-42a4-9fe6-4b61b2483d37"], ["support_identifier", "cs_96c9061b"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:02:56.955552"], ["updated_at", "2017-12-18 19:02:56.955552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1254044296 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1dab41a7-bcfb-45a7-b956-9b9752e1e016' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73108816' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1254044296], ["username", "billy_26"], ["access_token", "445dc249ea1d94118cfc39d316de32d8"], ["uuid", "1dab41a7-bcfb-45a7-b956-9b9752e1e016"], ["support_identifier", "cs_73108816"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:02:56.959736"], ["updated_at", "2017-12-18 19:02:56.959736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -270506420 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1086f7a8-990e-4eb1-bfe6-ace6ca282557' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fdcf8bd6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -270506420], ["username", "billy_27"], ["access_token", "494609e8c36a790c14169eb2c84da79a"], ["uuid", "1086f7a8-990e-4eb1-bfe6-ace6ca282557"], ["support_identifier", "cs_fdcf8bd6"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:02:56.964002"], ["updated_at", "2017-12-18 19:02:56.964002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -563083107 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e11c13e-7357-46d2-80fc-fcd2e15cd56b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5cb785f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -563083107], ["username", "billy_28"], ["access_token", "ba0aa3776ef856c57e213b080afee775"], ["uuid", "7e11c13e-7357-46d2-80fc-fcd2e15cd56b"], ["support_identifier", "cs_5cb785f0"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:02:56.968298"], ["updated_at", "2017-12-18 19:02:56.968298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1587478963 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef7bcd13-0c28-447d-a4bc-bf1552f209b1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6c21b66' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1587478963], ["username", "billy_29"], ["access_token", "1462b3a43df4bda380594c3e57b88188"], ["uuid", "ef7bcd13-0c28-447d-a4bc-bf1552f209b1"], ["support_identifier", "cs_e6c21b66"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:02:56.972828"], ["updated_at", "2017-12-18 19:02:56.972828"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -447502391 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'defb4021-2ae6-4360-acf6-4ba378474c18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_87c9b108' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -447502391], ["username", "billy_30"], ["access_token", "a60e47015d87dd37fd85b7393da4b4a2"], ["uuid", "defb4021-2ae6-4360-acf6-4ba378474c18"], ["support_identifier", "cs_87c9b108"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:02:56.977119"], ["updated_at", "2017-12-18 19:02:56.977119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1421360690 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd782899d-b27b-4892-9804-eecba12e9144' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5f8c0c86' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1421360690], ["username", "billy_31"], ["access_token", "8df8321a543e95977d5e264c6db58667"], ["uuid", "d782899d-b27b-4892-9804-eecba12e9144"], ["support_identifier", "cs_5f8c0c86"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:02:56.981359"], ["updated_at", "2017-12-18 19:02:56.981359"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -961502524 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e1cc61c7-6705-4fe1-8f60-8ddb5e1bbd94' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_77809d2f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -961502524], ["username", "billy_32"], ["access_token", "b51f35b1a2b22da2d10f58e30b85b845"], ["uuid", "e1cc61c7-6705-4fe1-8f60-8ddb5e1bbd94"], ["support_identifier", "cs_77809d2f"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:02:56.985693"], ["updated_at", "2017-12-18 19:02:56.985693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1115332694 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7481aa9c-dcd6-45d8-bec3-b42f2c465425' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e676a42b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1115332694], ["username", "billy_33"], ["access_token", "4c51490d9dd9661d67b9d197d64060f8"], ["uuid", "7481aa9c-dcd6-45d8-bec3-b42f2c465425"], ["support_identifier", "cs_e676a42b"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:02:56.990022"], ["updated_at", "2017-12-18 19:02:56.990022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1756848128 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '490bfe82-2767-4374-8fdf-a371f41a1a2f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ad4db76' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1756848128], ["username", "billy_34"], ["access_token", "e9172340068d6264d3d4b187f4330260"], ["uuid", "490bfe82-2767-4374-8fdf-a371f41a1a2f"], ["support_identifier", "cs_7ad4db76"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:02:56.994152"], ["updated_at", "2017-12-18 19:02:56.994152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -289448772 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72cf89ef-a961-4654-a9a4-86c6e10cf153' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e15a9209' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -289448772], ["username", "billy_35"], ["access_token", "e55facadcdc78397ceea34928254a113"], ["uuid", "72cf89ef-a961-4654-a9a4-86c6e10cf153"], ["support_identifier", "cs_e15a9209"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:02:56.998277"], ["updated_at", "2017-12-18 19:02:56.998277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1341332239 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bf45111-f710-44e7-9d1c-6be0a3fc27f6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f6dd298' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1341332239], ["username", "billy_36"], ["access_token", "62b4c4b907bf70d2710c2aeb14e9775a"], ["uuid", "9bf45111-f710-44e7-9d1c-6be0a3fc27f6"], ["support_identifier", "cs_9f6dd298"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:02:57.002438"], ["updated_at", "2017-12-18 19:02:57.002438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -63593007 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '61d4fffe-896a-4035-847f-44f26f433208' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4886de33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -63593007], ["username", "billy_37"], ["access_token", "ee2ecffb701ee58fd5a74f04e1f12b86"], ["uuid", "61d4fffe-896a-4035-847f-44f26f433208"], ["support_identifier", "cs_4886de33"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:02:57.006826"], ["updated_at", "2017-12-18 19:02:57.006826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2134510738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa47dd97-6239-4328-afeb-0218748419e6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93c9b019' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2134510738], ["username", "billy_38"], ["access_token", "d05d144932053176d39ad42415474e86"], ["uuid", "fa47dd97-6239-4328-afeb-0218748419e6"], ["support_identifier", "cs_93c9b019"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:02:57.011189"], ["updated_at", "2017-12-18 19:02:57.011189"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1921413990 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13f37385-2752-4ff8-ac42-11f1966b9bc1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f94087fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1921413990], ["username", "billy_39"], ["access_token", "3e551d5ae84476a2725067146bbe58fc"], ["uuid", "13f37385-2752-4ff8-ac42-11f1966b9bc1"], ["support_identifier", "cs_f94087fd"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:02:57.015575"], ["updated_at", "2017-12-18 19:02:57.015575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -787114604 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2a1eca7-ce38-4825-9840-b2807504300e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dfbc32ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -787114604], ["username", "billy_40"], ["access_token", "418f102136c551d55c2ee7d603c1aef8"], ["uuid", "b2a1eca7-ce38-4825-9840-b2807504300e"], ["support_identifier", "cs_dfbc32ae"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:02:57.019897"], ["updated_at", "2017-12-18 19:02:57.019897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1617791685 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b971046-36ad-4abe-8365-7c23d2c21afd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_04abf5d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1617791685], ["username", "billy_41"], ["access_token", "3b00dbd06937b4ecce40c9c3b8668bc0"], ["uuid", "4b971046-36ad-4abe-8365-7c23d2c21afd"], ["support_identifier", "cs_04abf5d7"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:02:57.024142"], ["updated_at", "2017-12-18 19:02:57.024142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1011240582 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b010029d-f4e1-48f2-8b63-5049caf0b133' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_79262b92' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1011240582], ["username", "billy_42"], ["access_token", "0c393a170473506cb28f210e4a3d1f9d"], ["uuid", "b010029d-f4e1-48f2-8b63-5049caf0b133"], ["support_identifier", "cs_79262b92"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:02:57.028405"], ["updated_at", "2017-12-18 19:02:57.028405"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -567345926 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '74b1ea16-6935-468b-8df4-55ab6669b4d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47ee26ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -567345926], ["username", "billy_43"], ["access_token", "31f87b40e3b2561d95187a784d0d76b1"], ["uuid", "74b1ea16-6935-468b-8df4-55ab6669b4d3"], ["support_identifier", "cs_47ee26ea"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:02:57.032735"], ["updated_at", "2017-12-18 19:02:57.032735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2004689032 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'caf7e17c-9644-4a8e-8227-20c467c85c21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ac33f9e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2004689032], ["username", "billy_44"], ["access_token", "afbd0d7ee8e1448b6806a4209cb85680"], ["uuid", "caf7e17c-9644-4a8e-8227-20c467c85c21"], ["support_identifier", "cs_7ac33f9e"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:02:57.037110"], ["updated_at", "2017-12-18 19:02:57.037110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -36891203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb89e3d2-8369-437b-812a-d1400272061b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_84e06258' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -36891203], ["username", "billy_45"], ["access_token", "584bc39a71fc9d9ef2fa11ff284b746c"], ["uuid", "fb89e3d2-8369-437b-812a-d1400272061b"], ["support_identifier", "cs_84e06258"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:02:57.041404"], ["updated_at", "2017-12-18 19:02:57.041404"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -857671430 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f6d0e12-3386-4235-b65f-ebaee4ab16d1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_381e7565' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -857671430], ["username", "jstrav"], ["access_token", "4a3c3da9af7140d4d07781a31b0e1256"], ["uuid", "1f6d0e12-3386-4235-b65f-ebaee4ab16d1"], ["support_identifier", "cs_381e7565"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:57.060082"], ["updated_at", "2017-12-18 19:02:57.060082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1323779304 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '445ad989-ddb4-4db7-a70c-ac7c885e81ac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_813771ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1323779304], ["username", "mary"], ["access_token", "918c2890bf19cbd7bc29e0c77f2ee52e"], ["uuid", "445ad989-ddb4-4db7-a70c-ac7c885e81ac"], ["support_identifier", "cs_813771ec"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:57.065061"], ["updated_at", "2017-12-18 19:02:57.065061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -583730573 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d6c4b99-6cb0-49ee-9dff-3135ffbe4560' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_49a582ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -583730573], ["username", "jstead"], ["access_token", "98c505750172d67421fa3ca6b0d05ab0"], ["uuid", "4d6c4b99-6cb0-49ee-9dff-3135ffbe4560"], ["support_identifier", "cs_49a582ab"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:57.069499"], ["updated_at", "2017-12-18 19:02:57.069499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -192805669 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '26fba5bd-144b-4218-84fe-2f94f9cbcb9c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0774b1bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -192805669], ["username", "bigbear"], ["access_token", "598b09870d04debbbf1db44f3ba27e5a"], ["uuid", "26fba5bd-144b-4218-84fe-2f94f9cbcb9c"], ["support_identifier", "cs_0774b1bb"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:57.073815"], ["updated_at", "2017-12-18 19:02:57.073815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1257141846 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f5c90b6-a57a-4b74-9a47-7bcb9e291de7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_78ccf6cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1257141846], ["username", "billy_00"], ["access_token", "e5318e12823d48f5cec668c17a177107"], ["uuid", "6f5c90b6-a57a-4b74-9a47-7bcb9e291de7"], ["support_identifier", "cs_78ccf6cc"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:02:57.078240"], ["updated_at", "2017-12-18 19:02:57.078240"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -293342923 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9450cd25-c255-40c9-a0ba-9057a6631e5d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1fd7b74e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -293342923], ["username", "billy_01"], ["access_token", "5c4d547f4369867780eb724c1f3ca486"], ["uuid", "9450cd25-c255-40c9-a0ba-9057a6631e5d"], ["support_identifier", "cs_1fd7b74e"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:02:57.082613"], ["updated_at", "2017-12-18 19:02:57.082613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429989230 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0c37081-1415-4db3-8490-16d2b73d7c99' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_71c647eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -429989230], ["username", "billy_02"], ["access_token", "8a27348a98955bd264e0e8cc2876d975"], ["uuid", "a0c37081-1415-4db3-8490-16d2b73d7c99"], ["support_identifier", "cs_71c647eb"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:02:57.087083"], ["updated_at", "2017-12-18 19:02:57.087083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2063405021 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b72c06f3-79ac-4010-9cb3-03353ad83b1e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_46152f0d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2063405021], ["username", "billy_03"], ["access_token", "f006dd372f9770956169a0fcabdcd632"], ["uuid", "b72c06f3-79ac-4010-9cb3-03353ad83b1e"], ["support_identifier", "cs_46152f0d"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:02:57.091796"], ["updated_at", "2017-12-18 19:02:57.091796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1190193477 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1fdf659a-5874-4e31-a6b8-3c9d7ccde92e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_46d332e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1190193477], ["username", "billy_04"], ["access_token", "0e4234771cf86dd156bc46c1e7e65580"], ["uuid", "1fdf659a-5874-4e31-a6b8-3c9d7ccde92e"], ["support_identifier", "cs_46d332e9"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:02:57.096352"], ["updated_at", "2017-12-18 19:02:57.096352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1331033016 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b5b6856-f368-4891-b650-b80f47e67bb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_60af0e9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1331033016], ["username", "billy_05"], ["access_token", "f641af362c822e5e8d0129b5657efee9"], ["uuid", "5b5b6856-f368-4891-b650-b80f47e67bb2"], ["support_identifier", "cs_60af0e9c"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:02:57.100713"], ["updated_at", "2017-12-18 19:02:57.100713"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1118545732 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e9e95d0-9cc2-4a8f-aa35-571839b2df62' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2c9a8aaf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1118545732], ["username", "billy_06"], ["access_token", "61437d3036d1450dd7193d890950d006"], ["uuid", "3e9e95d0-9cc2-4a8f-aa35-571839b2df62"], ["support_identifier", "cs_2c9a8aaf"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:02:57.108514"], ["updated_at", "2017-12-18 19:02:57.108514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -764644957 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16a6b350-39ce-4d13-8772-3384d306b358' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7030a1ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -764644957], ["username", "billy_07"], ["access_token", "a191aa1b6d13aba3e5dbaea8d5209178"], ["uuid", "16a6b350-39ce-4d13-8772-3384d306b358"], ["support_identifier", "cs_7030a1ce"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:02:57.113942"], ["updated_at", "2017-12-18 19:02:57.113942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1147732173 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11e2afdb-4cd9-4beb-8d62-7d28cad3898e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d85604e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1147732173], ["username", "billy_08"], ["access_token", "f6c083df85c071806eed322031e36fdd"], ["uuid", "11e2afdb-4cd9-4beb-8d62-7d28cad3898e"], ["support_identifier", "cs_d85604e8"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:02:57.118852"], ["updated_at", "2017-12-18 19:02:57.118852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -508483249 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b7a3105-227b-43dc-8973-9a4169317065' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd3f0481' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -508483249], ["username", "billy_09"], ["access_token", "16bb55bfe587e934f1c197cf419f664f"], ["uuid", "1b7a3105-227b-43dc-8973-9a4169317065"], ["support_identifier", "cs_dd3f0481"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:02:57.123182"], ["updated_at", "2017-12-18 19:02:57.123182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1415822698 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e4cfcfb-b0b6-4037-a832-0c1e93686bf4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fbfcc8a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1415822698], ["username", "billy_10"], ["access_token", "54e3a3090ce79663ebb8ce5fee8f616b"], ["uuid", "0e4cfcfb-b0b6-4037-a832-0c1e93686bf4"], ["support_identifier", "cs_fbfcc8a8"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:02:57.127282"], ["updated_at", "2017-12-18 19:02:57.127282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1840733809 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '964b69a5-ba13-430f-9d8c-5f638753a55a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d36b044e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1840733809], ["username", "billy_11"], ["access_token", "71fac0a328c4ce78306e3f549b95aa86"], ["uuid", "964b69a5-ba13-430f-9d8c-5f638753a55a"], ["support_identifier", "cs_d36b044e"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:02:57.131427"], ["updated_at", "2017-12-18 19:02:57.131427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -637762008 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc0fd0c3-07ed-45a6-b9a7-99a42be0b9c2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e77af716' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -637762008], ["username", "billy_12"], ["access_token", "4d79406be589e1bf6dc4101a76ffa4c4"], ["uuid", "dc0fd0c3-07ed-45a6-b9a7-99a42be0b9c2"], ["support_identifier", "cs_e77af716"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:02:57.135686"], ["updated_at", "2017-12-18 19:02:57.135686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -717715866 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16fb7bcf-dcb0-4aab-a172-a73cb637aa37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_11f576e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -717715866], ["username", "billy_13"], ["access_token", "3bc3c286d2fa66f3b2a42487b97ac2aa"], ["uuid", "16fb7bcf-dcb0-4aab-a172-a73cb637aa37"], ["support_identifier", "cs_11f576e5"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:02:57.139711"], ["updated_at", "2017-12-18 19:02:57.139711"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -852248192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b6c9c4d-ee99-4ec9-b169-dd7eac62b792' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6b8b08a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -852248192], ["username", "billy_14"], ["access_token", "82dfa0f8a3354d4add5b154e72171da6"], ["uuid", "8b6c9c4d-ee99-4ec9-b169-dd7eac62b792"], ["support_identifier", "cs_e6b8b08a"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:02:57.144115"], ["updated_at", "2017-12-18 19:02:57.144115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829955288 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a06411dd-8f28-410c-97f4-c03e1ea56598' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_11bbe9b8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1829955288], ["username", "billy_15"], ["access_token", "69e7a083b6df7ea72803030558d10f0c"], ["uuid", "a06411dd-8f28-410c-97f4-c03e1ea56598"], ["support_identifier", "cs_11bbe9b8"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:02:57.149568"], ["updated_at", "2017-12-18 19:02:57.149568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2142790232 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5dd5bc1b-72b6-44ef-9589-e715182f2306' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85a837e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2142790232], ["username", "billy_16"], ["access_token", "ca08743422310a4c115ed70e0ee48e8c"], ["uuid", "5dd5bc1b-72b6-44ef-9589-e715182f2306"], ["support_identifier", "cs_85a837e0"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:02:57.154516"], ["updated_at", "2017-12-18 19:02:57.154516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -222709346 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd3f34fb-0933-46d5-a6d2-4cd39a1bd1f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dc7636d6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -222709346], ["username", "billy_17"], ["access_token", "94026a2cae66ba04072c449646dda5b0"], ["uuid", "bd3f34fb-0933-46d5-a6d2-4cd39a1bd1f4"], ["support_identifier", "cs_dc7636d6"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:02:57.166027"], ["updated_at", "2017-12-18 19:02:57.166027"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -509409309 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d63d758-effa-418e-9291-1bafbbae7274' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8b1c3f2a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -509409309], ["username", "billy_18"], ["access_token", "56373e382c12305bd810c8a5e5a62747"], ["uuid", "4d63d758-effa-418e-9291-1bafbbae7274"], ["support_identifier", "cs_8b1c3f2a"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:02:57.170399"], ["updated_at", "2017-12-18 19:02:57.170399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1724665179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83f51e41-afeb-406a-9d21-b0ab34511859' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_23f74d55' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1724665179], ["username", "billy_19"], ["access_token", "064e2a95797431b6fc5aea71bd1a8874"], ["uuid", "83f51e41-afeb-406a-9d21-b0ab34511859"], ["support_identifier", "cs_23f74d55"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:02:57.174853"], ["updated_at", "2017-12-18 19:02:57.174853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -280548441 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ab3b056-88ae-42ec-a559-e6c67eecf7d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1566a564' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -280548441], ["username", "billy_20"], ["access_token", "8d88c3c1574d516446053e06c7681ba7"], ["uuid", "1ab3b056-88ae-42ec-a559-e6c67eecf7d4"], ["support_identifier", "cs_1566a564"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:02:57.179311"], ["updated_at", "2017-12-18 19:02:57.179311"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53161658 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8367bd4e-57d3-42f8-ba0c-a4bc4ca9673f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ca684808' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -53161658], ["username", "billy_21"], ["access_token", "b9846918ea530ab2e887e8d24946481d"], ["uuid", "8367bd4e-57d3-42f8-ba0c-a4bc4ca9673f"], ["support_identifier", "cs_ca684808"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:02:57.183536"], ["updated_at", "2017-12-18 19:02:57.183536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -553986412 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3b26718-ab2d-4c98-a152-32c96bb9f367' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d075b4b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -553986412], ["username", "billy_22"], ["access_token", "113f6fbc8824505e6ded9e897ee6c72c"], ["uuid", "f3b26718-ab2d-4c98-a152-32c96bb9f367"], ["support_identifier", "cs_5d075b4b"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:02:57.187834"], ["updated_at", "2017-12-18 19:02:57.187834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236616075 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0330605-3479-407f-8c0e-3516ee123d7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bad25bc5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -236616075], ["username", "billy_23"], ["access_token", "128e01def45ec6ed6e17fe2234d2bf73"], ["uuid", "c0330605-3479-407f-8c0e-3516ee123d7e"], ["support_identifier", "cs_bad25bc5"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:02:57.192286"], ["updated_at", "2017-12-18 19:02:57.192286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1665677534 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34b1bd1d-4603-45e9-9284-d4760b44780c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c7aefdb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1665677534], ["username", "billy_24"], ["access_token", "eb8e36fc08aa5385016c33df65bfcc6e"], ["uuid", "34b1bd1d-4603-45e9-9284-d4760b44780c"], ["support_identifier", "cs_3c7aefdb"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:02:57.196659"], ["updated_at", "2017-12-18 19:02:57.196659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -611507271 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2fee1ccc-2995-4c50-bec2-1ad78f9a9039' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_27360845' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -611507271], ["username", "billy_25"], ["access_token", "c044ff83245d5bf23bba8c81836af3f2"], ["uuid", "2fee1ccc-2995-4c50-bec2-1ad78f9a9039"], ["support_identifier", "cs_27360845"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:02:57.200976"], ["updated_at", "2017-12-18 19:02:57.200976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -185338433 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd278671e-f2e0-4ad8-967e-422bed2ba057' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eaf4b7d6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -185338433], ["username", "billy_26"], ["access_token", "27bff90b95b84d9f28188fd82eccc847"], ["uuid", "d278671e-f2e0-4ad8-967e-422bed2ba057"], ["support_identifier", "cs_eaf4b7d6"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:02:57.205255"], ["updated_at", "2017-12-18 19:02:57.205255"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1400197840 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2dd2ce1f-ce13-4d26-b8f8-8c181b58fad2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a915a98' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1400197840], ["username", "billy_27"], ["access_token", "c6c154ee13e118d2718ea4864f654b81"], ["uuid", "2dd2ce1f-ce13-4d26-b8f8-8c181b58fad2"], ["support_identifier", "cs_2a915a98"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:02:57.209901"], ["updated_at", "2017-12-18 19:02:57.209901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -265808434 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d674998-f5db-46c7-ad83-2ed312a455e3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ddac3bb1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -265808434], ["username", "billy_28"], ["access_token", "762a70b2e51380bcfa95bf6cf95ecc16"], ["uuid", "7d674998-f5db-46c7-ad83-2ed312a455e3"], ["support_identifier", "cs_ddac3bb1"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:02:57.214434"], ["updated_at", "2017-12-18 19:02:57.214434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -562596847 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd2514e4-48cd-4776-ad16-81eaf1507188' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51d79313' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -562596847], ["username", "billy_29"], ["access_token", "4222d128a9ab6d051e1acc61de82b8ac"], ["uuid", "fd2514e4-48cd-4776-ad16-81eaf1507188"], ["support_identifier", "cs_51d79313"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:02:57.218718"], ["updated_at", "2017-12-18 19:02:57.218718"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1130253245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df33f053-8218-48ef-b4a7-334b73d093cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00ce6018' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1130253245], ["username", "billy_30"], ["access_token", "1584795e07508dc7a4f9fe92227af584"], ["uuid", "df33f053-8218-48ef-b4a7-334b73d093cd"], ["support_identifier", "cs_00ce6018"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:02:57.223113"], ["updated_at", "2017-12-18 19:02:57.223113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -595326749 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f9a46db-1e46-4fb2-84b8-5ed47d7baf9a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc704ca2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -595326749], ["username", "billy_31"], ["access_token", "5e5337913d3405ed07ed05436349fe40"], ["uuid", "1f9a46db-1e46-4fb2-84b8-5ed47d7baf9a"], ["support_identifier", "cs_bc704ca2"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:02:57.227493"], ["updated_at", "2017-12-18 19:02:57.227493"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -684719387 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71d0398a-d3a9-47fd-9ae6-8f99f53e1657' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_212e2ca5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -684719387], ["username", "billy_32"], ["access_token", "a6877907bc3e6fa366b654d39b195639"], ["uuid", "71d0398a-d3a9-47fd-9ae6-8f99f53e1657"], ["support_identifier", "cs_212e2ca5"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:02:57.231783"], ["updated_at", "2017-12-18 19:02:57.231783"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1153353352 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95adea7e-125f-4ab5-8d50-5a686f5c12bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c03e85db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1153353352], ["username", "billy_33"], ["access_token", "ab5d68ccdd5d07f38d80e092e379d0cc"], ["uuid", "95adea7e-125f-4ab5-8d50-5a686f5c12bb"], ["support_identifier", "cs_c03e85db"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:02:57.236003"], ["updated_at", "2017-12-18 19:02:57.236003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -586965885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2c9cb52-2ecc-4166-bb7d-b9473f06f392' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_437fd1fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -586965885], ["username", "billy_34"], ["access_token", "d926c1f1c0a29048b25baf6d82e8ddf5"], ["uuid", "e2c9cb52-2ecc-4166-bb7d-b9473f06f392"], ["support_identifier", "cs_437fd1fb"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:02:57.240271"], ["updated_at", "2017-12-18 19:02:57.240271"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1412909408 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'adeac532-7aa0-40f0-9eaf-2e6af4382602' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9ea2dc64' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1412909408], ["username", "billy_35"], ["access_token", "d5d72a275cfb0daa6f3e0f829a85870c"], ["uuid", "adeac532-7aa0-40f0-9eaf-2e6af4382602"], ["support_identifier", "cs_9ea2dc64"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:02:57.244641"], ["updated_at", "2017-12-18 19:02:57.244641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1120655234 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c4ebadfc-d908-4a07-a680-6f0fb52c1f21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_425f1c28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1120655234], ["username", "billy_36"], ["access_token", "cff8b53bb434b61b998477553f023a4d"], ["uuid", "c4ebadfc-d908-4a07-a680-6f0fb52c1f21"], ["support_identifier", "cs_425f1c28"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:02:57.248912"], ["updated_at", "2017-12-18 19:02:57.248912"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1567851507 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e19720d0-05ae-476d-9fe6-f4d08baa0fc0' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a4330d6f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1567851507], ["username", "billy_37"], ["access_token", "1d1db9964df820f3bbb699db57ef1102"], ["uuid", "e19720d0-05ae-476d-9fe6-f4d08baa0fc0"], ["support_identifier", "cs_a4330d6f"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:02:57.255404"], ["updated_at", "2017-12-18 19:02:57.255404"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -353078134 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '656e3cdd-8058-46e8-b5fe-fd3e7177dacc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b1b83ea5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -353078134], ["username", "billy_38"], ["access_token", "61b47c35745f7d31567414e3ecf43503"], ["uuid", "656e3cdd-8058-46e8-b5fe-fd3e7177dacc"], ["support_identifier", "cs_b1b83ea5"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:02:57.261052"], ["updated_at", "2017-12-18 19:02:57.261052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -103177306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02cb4fe7-4101-480b-9b37-7cfffe0f8f42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_326be8a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -103177306], ["username", "billy_39"], ["access_token", "3be2eb961db1f9e6dd9ba13f94eb9cd4"], ["uuid", "02cb4fe7-4101-480b-9b37-7cfffe0f8f42"], ["support_identifier", "cs_326be8a3"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:02:57.265660"], ["updated_at", "2017-12-18 19:02:57.265660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -843474043 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19471568-5174-467d-ad2a-66f5c045f4f7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3127187' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -843474043], ["username", "billy_40"], ["access_token", "836ea6fe1962a23c806eb054e619c3f3"], ["uuid", "19471568-5174-467d-ad2a-66f5c045f4f7"], ["support_identifier", "cs_b3127187"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:02:57.270094"], ["updated_at", "2017-12-18 19:02:57.270094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1986086446 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '892097ee-daf8-4780-ac14-f6bd319af326' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_58e38929' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1986086446], ["username", "billy_41"], ["access_token", "bebb36196a8cb3f9f8f35d8b3f334dff"], ["uuid", "892097ee-daf8-4780-ac14-f6bd319af326"], ["support_identifier", "cs_58e38929"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:02:57.274407"], ["updated_at", "2017-12-18 19:02:57.274407"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -606652725 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '046cbe3b-b893-473d-83e9-d9de74981fc9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_701342a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -606652725], ["username", "billy_42"], ["access_token", "39582638f2718a3448c874ef0332366b"], ["uuid", "046cbe3b-b893-473d-83e9-d9de74981fc9"], ["support_identifier", "cs_701342a7"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:02:57.278784"], ["updated_at", "2017-12-18 19:02:57.278784"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -756979374 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2dc3d95d-4fa3-43cf-b443-2c9881a58533' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a4f3ab13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -756979374], ["username", "billy_43"], ["access_token", "2f0a805f6770ab34a7fe06cbce565ab0"], ["uuid", "2dc3d95d-4fa3-43cf-b443-2c9881a58533"], ["support_identifier", "cs_a4f3ab13"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:02:57.283106"], ["updated_at", "2017-12-18 19:02:57.283106"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -202810141 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f813d00-6ef1-49d3-b86c-15d67414da86' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3879109e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -202810141], ["username", "billy_44"], ["access_token", "e6a1061558ef7fe9c59c942902198e46"], ["uuid", "3f813d00-6ef1-49d3-b86c-15d67414da86"], ["support_identifier", "cs_3879109e"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:02:57.287411"], ["updated_at", "2017-12-18 19:02:57.287411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1710246993 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ec7c449-a7e8-4d54-a3bd-2ec12d5c5baa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29557580' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1710246993], ["username", "billy_45"], ["access_token", "48ddfc0cb4d96fc1ecf29d9a3e3ca104"], ["uuid", "3ec7c449-a7e8-4d54-a3bd-2ec12d5c5baa"], ["support_identifier", "cs_29557580"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:02:57.291747"], ["updated_at", "2017-12-18 19:02:57.291747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -69075179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fecec43c-a1a3-44d5-8266-e6ab9ddfabf3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_07f9fd03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -69075179], ["username", "jstrav"], ["access_token", "5fce6a1df2b42940a2736516a4c022a2"], ["uuid", "fecec43c-a1a3-44d5-8266-e6ab9ddfabf3"], ["support_identifier", "cs_07f9fd03"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:02:57.302069"], ["updated_at", "2017-12-18 19:02:57.302069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1051801528 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '244de448-85b6-4a68-ab3d-1e637947fc90' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d38fd12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1051801528], ["username", "mary"], ["access_token", "bb637937350d4924ee721d2bffb29caa"], ["uuid", "244de448-85b6-4a68-ab3d-1e637947fc90"], ["support_identifier", "cs_7d38fd12"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:02:57.306656"], ["updated_at", "2017-12-18 19:02:57.306656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1818233800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d794a6d-1e6b-48e0-b167-473472424b22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6c4d5536' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1818233800], ["username", "jstead"], ["access_token", "7133f5bc284ee3a2ef8936f2cb6575d0"], ["uuid", "9d794a6d-1e6b-48e0-b167-473472424b22"], ["support_identifier", "cs_6c4d5536"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:02:57.311021"], ["updated_at", "2017-12-18 19:02:57.311021"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1311201581 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1a3495b-ccc0-43c0-b203-d99537da4e34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7a8b8dcc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1311201581], ["username", "bigbear"], ["access_token", "47178dbe84f6579a0102ebf68a49a4fe"], ["uuid", "a1a3495b-ccc0-43c0-b203-d99537da4e34"], ["support_identifier", "cs_7a8b8dcc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:02:57.315424"], ["updated_at", "2017-12-18 19:02:57.315424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591142045 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5402602-6974-4197-8cd7-9b85657d52cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e4b825ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1591142045], ["username", "billy_00"], ["access_token", "c3cad5f15557e6eb584857b2f7219feb"], ["uuid", "f5402602-6974-4197-8cd7-9b85657d52cf"], ["support_identifier", "cs_e4b825ff"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:02:57.319700"], ["updated_at", "2017-12-18 19:02:57.319700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -342456560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c691d729-b6fb-4b58-8b71-8302ad0f289c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8bb53408' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -342456560], ["username", "billy_01"], ["access_token", "c67c6e102ec5b03f3b4294d7e2873674"], ["uuid", "c691d729-b6fb-4b58-8b71-8302ad0f289c"], ["support_identifier", "cs_8bb53408"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:02:57.323963"], ["updated_at", "2017-12-18 19:02:57.323963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594494259 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37174285-4b81-4d69-8790-4ba0444aa62d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33189a46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1594494259], ["username", "billy_02"], ["access_token", "9b39a30c9be25b4478d149cb82562b0e"], ["uuid", "37174285-4b81-4d69-8790-4ba0444aa62d"], ["support_identifier", "cs_33189a46"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:02:57.328204"], ["updated_at", "2017-12-18 19:02:57.328204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1583214210 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '644d49ec-9966-467b-9bf7-5c14734470a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b953a99a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1583214210], ["username", "billy_03"], ["access_token", "82da02ab2bdeac3501a6c01c61936f9c"], ["uuid", "644d49ec-9966-467b-9bf7-5c14734470a7"], ["support_identifier", "cs_b953a99a"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:02:57.332500"], ["updated_at", "2017-12-18 19:02:57.332500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -652166688 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ae04bc2-383e-4937-b721-682e83503394' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c9edfd07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -652166688], ["username", "billy_04"], ["access_token", "7c349d6f30e775f44bf8ab7287c24a25"], ["uuid", "5ae04bc2-383e-4937-b721-682e83503394"], ["support_identifier", "cs_c9edfd07"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:02:57.337217"], ["updated_at", "2017-12-18 19:02:57.337217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1064196541 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b9e51c3-4347-4721-a046-dbdbe3f287fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d718fcfe' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1064196541], ["username", "billy_05"], ["access_token", "c001205676e4e12d8a59d47ea1678de8"], ["uuid", "8b9e51c3-4347-4721-a046-dbdbe3f287fb"], ["support_identifier", "cs_d718fcfe"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:02:57.342779"], ["updated_at", "2017-12-18 19:02:57.342779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769072119 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe4abbf5-412b-4e69-84e1-29ab01834da0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_90725be1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1769072119], ["username", "billy_06"], ["access_token", "26177bfbe6431d453a967d0bb09a9c85"], ["uuid", "fe4abbf5-412b-4e69-84e1-29ab01834da0"], ["support_identifier", "cs_90725be1"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:02:57.348546"], ["updated_at", "2017-12-18 19:02:57.348546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1114598902 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '068b0c8a-17f6-4253-aebf-e8952e8a0d5a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93c5443d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1114598902], ["username", "billy_07"], ["access_token", "2cdd1da8503ddb4142a379d9e09ecf47"], ["uuid", "068b0c8a-17f6-4253-aebf-e8952e8a0d5a"], ["support_identifier", "cs_93c5443d"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:02:57.354734"], ["updated_at", "2017-12-18 19:02:57.354734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -890301432 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76597d81-5f41-4711-a157-ae88db0f6182' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0e8a406' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -890301432], ["username", "billy_08"], ["access_token", "76e318147d96fbee3dfa79c200cdbffe"], ["uuid", "76597d81-5f41-4711-a157-ae88db0f6182"], ["support_identifier", "cs_a0e8a406"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:02:57.359986"], ["updated_at", "2017-12-18 19:02:57.359986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1620689800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7c8dc8b-0e2d-41b2-aabf-b1684ffe4a2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f386fb8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1620689800], ["username", "billy_09"], ["access_token", "a9199a66cb0ba66e4594b1bb68590159"], ["uuid", "f7c8dc8b-0e2d-41b2-aabf-b1684ffe4a2d"], ["support_identifier", "cs_7f386fb8"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:02:57.364459"], ["updated_at", "2017-12-18 19:02:57.364459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1796723256 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3cb06821-fdfb-4399-a864-2902deec5150' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dbbc015c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1796723256], ["username", "billy_10"], ["access_token", "625ee13277cdc93e24166cf10f083dfe"], ["uuid", "3cb06821-fdfb-4399-a864-2902deec5150"], ["support_identifier", "cs_dbbc015c"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:02:57.368683"], ["updated_at", "2017-12-18 19:02:57.368683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1485648474 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9abf220e-2e11-433b-a201-02bdc29b54a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d466cb78' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1485648474], ["username", "billy_11"], ["access_token", "e199eb78b0bb8e3285474c8f45f54b70"], ["uuid", "9abf220e-2e11-433b-a201-02bdc29b54a5"], ["support_identifier", "cs_d466cb78"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:02:57.372902"], ["updated_at", "2017-12-18 19:02:57.372902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1516976472 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46ce1931-df88-4485-a783-89e2f49e85bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50a14346' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1516976472], ["username", "billy_12"], ["access_token", "e9fa7ff69d0e5a8b71d9b3812107fa6f"], ["uuid", "46ce1931-df88-4485-a783-89e2f49e85bb"], ["support_identifier", "cs_50a14346"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:02:57.377157"], ["updated_at", "2017-12-18 19:02:57.377157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790439004 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24103a06-f4d6-4488-a3ff-8640816d89ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f4a25ba5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1790439004], ["username", "billy_13"], ["access_token", "f643e805bf5a567fb7fe57266e90cdea"], ["uuid", "24103a06-f4d6-4488-a3ff-8640816d89ba"], ["support_identifier", "cs_f4a25ba5"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:02:57.381387"], ["updated_at", "2017-12-18 19:02:57.381387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1449778363 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3ed2e9d-27c6-4af2-940a-5a6423c8b26f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6a87fbab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1449778363], ["username", "billy_14"], ["access_token", "fece83fc8b86aec4cbeb802b0d23cbe8"], ["uuid", "c3ed2e9d-27c6-4af2-940a-5a6423c8b26f"], ["support_identifier", "cs_6a87fbab"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:02:57.385803"], ["updated_at", "2017-12-18 19:02:57.385803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1781593414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21939296-4620-4215-a53c-2377413655c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b1675f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1781593414], ["username", "billy_15"], ["access_token", "7d28bb38f99c261190fe0133a446b7e7"], ["uuid", "21939296-4620-4215-a53c-2377413655c8"], ["support_identifier", "cs_7b1675f3"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:02:57.390135"], ["updated_at", "2017-12-18 19:02:57.390135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1892954892 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32b0fd43-68b4-4eea-8f1d-9aae76acf989' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_db532a89' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1892954892], ["username", "billy_16"], ["access_token", "1b5339cf33691a91c3465764dad0e0be"], ["uuid", "32b0fd43-68b4-4eea-8f1d-9aae76acf989"], ["support_identifier", "cs_db532a89"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:02:57.394290"], ["updated_at", "2017-12-18 19:02:57.394290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -131763124 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f2301b1-833f-4139-983b-4bd9ad3750a0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_787e91c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -131763124], ["username", "billy_17"], ["access_token", "579860b4da9be7d714fd81d72fad096f"], ["uuid", "6f2301b1-833f-4139-983b-4bd9ad3750a0"], ["support_identifier", "cs_787e91c7"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:02:57.398416"], ["updated_at", "2017-12-18 19:02:57.398416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975514812 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42c9b30a-10ff-424e-923c-79890077d5ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_84ef4451' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1975514812], ["username", "billy_18"], ["access_token", "b133e5536dab96a10395ee2c0c18f235"], ["uuid", "42c9b30a-10ff-424e-923c-79890077d5ad"], ["support_identifier", "cs_84ef4451"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:02:57.402516"], ["updated_at", "2017-12-18 19:02:57.402516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1907789300 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd61cb52d-e81b-43a8-8f2b-dfdab2e0898c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_88c66866' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1907789300], ["username", "billy_19"], ["access_token", "17f6e912095628cdb8308e25d4ed8c0c"], ["uuid", "d61cb52d-e81b-43a8-8f2b-dfdab2e0898c"], ["support_identifier", "cs_88c66866"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:02:57.406753"], ["updated_at", "2017-12-18 19:02:57.406753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -467758392 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ad52ccd-490f-409b-94fd-95b1f4b57ab5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d9e95d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -467758392], ["username", "billy_20"], ["access_token", "b7f9845c66be948439b8fb44e4220f18"], ["uuid", "4ad52ccd-490f-409b-94fd-95b1f4b57ab5"], ["support_identifier", "cs_8d9e95d5"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:02:57.410974"], ["updated_at", "2017-12-18 19:02:57.410974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -954720481 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc8ed50f-60a8-45fc-bc38-eaf24508b6be' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3700f49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -954720481], ["username", "billy_21"], ["access_token", "63e6986b912dd481b986c0b55b959c34"], ["uuid", "dc8ed50f-60a8-45fc-bc38-eaf24508b6be"], ["support_identifier", "cs_b3700f49"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:02:57.415235"], ["updated_at", "2017-12-18 19:02:57.415235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1683593306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9762527b-ad71-4159-8e55-3af535a74453' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ed9d742d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1683593306], ["username", "billy_22"], ["access_token", "7041838afc64970ab533e9c5c469d380"], ["uuid", "9762527b-ad71-4159-8e55-3af535a74453"], ["support_identifier", "cs_ed9d742d"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:02:57.419476"], ["updated_at", "2017-12-18 19:02:57.419476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -540245853 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6bda1c4-9bfc-4975-b8a8-5f098f28f09c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3127377d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -540245853], ["username", "billy_23"], ["access_token", "33498f256a8a243058c40d6ba7df9250"], ["uuid", "b6bda1c4-9bfc-4975-b8a8-5f098f28f09c"], ["support_identifier", "cs_3127377d"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:02:57.423752"], ["updated_at", "2017-12-18 19:02:57.423752"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1503001430 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c170fb6-1b13-43a4-868c-1d968c108aae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dc6f0e8d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1503001430], ["username", "billy_24"], ["access_token", "9cdbd5a8f83cc8123596237e402c235c"], ["uuid", "7c170fb6-1b13-43a4-868c-1d968c108aae"], ["support_identifier", "cs_dc6f0e8d"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:02:57.428000"], ["updated_at", "2017-12-18 19:02:57.428000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1125530669 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecce16c5-8534-4fb3-9514-3242033242d6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1abb6768' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1125530669], ["username", "billy_25"], ["access_token", "66275e12994859d1fda9efba027b0c4a"], ["uuid", "ecce16c5-8534-4fb3-9514-3242033242d6"], ["support_identifier", "cs_1abb6768"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:02:57.432213"], ["updated_at", "2017-12-18 19:02:57.432213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031851662 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30a962e7-c109-49fd-a818-bc5b1c600395' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c9006f4f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2031851662], ["username", "billy_26"], ["access_token", "c9ac1b842bad09a832f41de8f45b746e"], ["uuid", "30a962e7-c109-49fd-a818-bc5b1c600395"], ["support_identifier", "cs_c9006f4f"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:02:57.436465"], ["updated_at", "2017-12-18 19:02:57.436465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897490027 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecef7a8b-a301-4244-a553-71bac586c968' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_162f66e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -897490027], ["username", "billy_27"], ["access_token", "ddf7aae947d1b7f1e5b8022e3353be86"], ["uuid", "ecef7a8b-a301-4244-a553-71bac586c968"], ["support_identifier", "cs_162f66e5"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:02:57.440673"], ["updated_at", "2017-12-18 19:02:57.440673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1416117976 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab1fb9c6-af33-4e4a-9d7b-1ca1bbb26744' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab06cf51' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1416117976], ["username", "billy_28"], ["access_token", "a2e43b98d93955a4ab956c327e93dcda"], ["uuid", "ab1fb9c6-af33-4e4a-9d7b-1ca1bbb26744"], ["support_identifier", "cs_ab06cf51"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:02:57.444973"], ["updated_at", "2017-12-18 19:02:57.444973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043988833 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4f088a9-e4e2-4a1b-ad39-0162b131dba3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_574e023a' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1043988833], ["username", "billy_29"], ["access_token", "2b2c4c93b3f8ad174b2365f2cd951a94"], ["uuid", "d4f088a9-e4e2-4a1b-ad39-0162b131dba3"], ["support_identifier", "cs_574e023a"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:02:57.449214"], ["updated_at", "2017-12-18 19:02:57.449214"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2047388015 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f18ad26e-687f-4777-918c-0ac3ae14b42f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_14937e4b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2047388015], ["username", "billy_30"], ["access_token", "ecfa83eebf9d8b9cd49dfd5fe0542cb6"], ["uuid", "f18ad26e-687f-4777-918c-0ac3ae14b42f"], ["support_identifier", "cs_14937e4b"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:02:57.454365"], ["updated_at", "2017-12-18 19:02:57.454365"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1936714196 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d6cf972-89d9-4dd6-9cc5-b03bf594b7a8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa9d99e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1936714196], ["username", "billy_31"], ["access_token", "651e4ae1e9e8aed11f47a99d4139b4ca"], ["uuid", "4d6cf972-89d9-4dd6-9cc5-b03bf594b7a8"], ["support_identifier", "cs_fa9d99e3"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:02:57.459067"], ["updated_at", "2017-12-18 19:02:57.459067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1902403897 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f418fbad-6685-451a-aa52-e77d0ea9415b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9ef0ca8a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1902403897], ["username", "billy_32"], ["access_token", "a99b3afa3060f981148a7ced59879e59"], ["uuid", "f418fbad-6685-451a-aa52-e77d0ea9415b"], ["support_identifier", "cs_9ef0ca8a"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:02:57.463533"], ["updated_at", "2017-12-18 19:02:57.463533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1104367832 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c848206a-b2b3-41a2-9524-9090ab929c73' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a446a483' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1104367832], ["username", "billy_33"], ["access_token", "44ff90ffb5db505229cbf55b2103cbc4"], ["uuid", "c848206a-b2b3-41a2-9524-9090ab929c73"], ["support_identifier", "cs_a446a483"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:02:57.467808"], ["updated_at", "2017-12-18 19:02:57.467808"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1007719895 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a0b875b-506d-4e01-ade6-d6f15796c10e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f4e9955e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1007719895], ["username", "billy_34"], ["access_token", "93d7f062d2245968970b2c0224ec88e6"], ["uuid", "7a0b875b-506d-4e01-ade6-d6f15796c10e"], ["support_identifier", "cs_f4e9955e"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:02:57.472122"], ["updated_at", "2017-12-18 19:02:57.472122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1226078583 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59e133b7-60e3-43eb-9607-9bd78963d358' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae6d1a0a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1226078583], ["username", "billy_35"], ["access_token", "fa05cb4bbf4c736979e1d394148a16bd"], ["uuid", "59e133b7-60e3-43eb-9607-9bd78963d358"], ["support_identifier", "cs_ae6d1a0a"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:02:57.476417"], ["updated_at", "2017-12-18 19:02:57.476417"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1383088319 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '325c2ccf-bb6e-4823-ad7e-9b43d16f2dbb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_184202b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1383088319], ["username", "billy_36"], ["access_token", "905a9c3467d8ffc91661cfd3d3ff6193"], ["uuid", "325c2ccf-bb6e-4823-ad7e-9b43d16f2dbb"], ["support_identifier", "cs_184202b5"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:02:57.480670"], ["updated_at", "2017-12-18 19:02:57.480670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -903622869 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99300d56-088e-4503-8877-596c4e2d01ff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_45b65169' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -903622869], ["username", "billy_37"], ["access_token", "697c982304d77878aaaf6bbb2d3baf3f"], ["uuid", "99300d56-088e-4503-8877-596c4e2d01ff"], ["support_identifier", "cs_45b65169"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:02:57.484933"], ["updated_at", "2017-12-18 19:02:57.484933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1431462302 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f4b76c8-b451-49d0-85e7-0d77e5b294f6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_77e3f84e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1431462302], ["username", "billy_38"], ["access_token", "378c47099e2a1ded9597d5cc32645dbc"], ["uuid", "4f4b76c8-b451-49d0-85e7-0d77e5b294f6"], ["support_identifier", "cs_77e3f84e"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:02:57.489181"], ["updated_at", "2017-12-18 19:02:57.489181"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1100839928 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '180a05c3-76a2-4fef-a9ce-232f941e6388' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_99850094' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1100839928], ["username", "billy_39"], ["access_token", "96527a7bf209533567b18b023cf8d213"], ["uuid", "180a05c3-76a2-4fef-a9ce-232f941e6388"], ["support_identifier", "cs_99850094"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:02:57.493408"], ["updated_at", "2017-12-18 19:02:57.493408"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972362147 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c87e3d2f-66df-45d2-99d2-2e09e0ec1ebe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97a1d46e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1972362147], ["username", "billy_40"], ["access_token", "9bf72d1dfc3ba7f6f5a26a18ee09f668"], ["uuid", "c87e3d2f-66df-45d2-99d2-2e09e0ec1ebe"], ["support_identifier", "cs_97a1d46e"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:02:57.497640"], ["updated_at", "2017-12-18 19:02:57.497640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945356380 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '817de7aa-5f04-450b-a318-0d8d4a79c7fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d854f52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -945356380], ["username", "billy_41"], ["access_token", "d601b249576c17bc2821f3b83c968c14"], ["uuid", "817de7aa-5f04-450b-a318-0d8d4a79c7fe"], ["support_identifier", "cs_5d854f52"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:02:57.501845"], ["updated_at", "2017-12-18 19:02:57.501845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990920855 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39e6e834-4bf1-4f39-bf08-ee799c57f73e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ac3a57d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1990920855], ["username", "billy_42"], ["access_token", "b630d0394e79005c62cf756a4183b558"], ["uuid", "39e6e834-4bf1-4f39-bf08-ee799c57f73e"], ["support_identifier", "cs_7ac3a57d"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:02:57.506131"], ["updated_at", "2017-12-18 19:02:57.506131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1886686569 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '90b463cd-7193-47c5-bba8-094e71836e5d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bfee2b98' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1886686569], ["username", "billy_43"], ["access_token", "e02a17dd57dc785df0d60c7386c7904e"], ["uuid", "90b463cd-7193-47c5-bba8-094e71836e5d"], ["support_identifier", "cs_bfee2b98"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:02:57.510426"], ["updated_at", "2017-12-18 19:02:57.510426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1152723134 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbd6ac0e-1519-416f-bfbc-2b21f03329dd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bee253ac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1152723134], ["username", "billy_44"], ["access_token", "b50e87b9ad582c3a70c149bf3ce2a060"], ["uuid", "fbd6ac0e-1519-416f-bfbc-2b21f03329dd"], ["support_identifier", "cs_bee253ac"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:02:57.514683"], ["updated_at", "2017-12-18 19:02:57.514683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -134425704 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b2150f0-f056-4c8b-903f-9f05e8d6d301' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29220811' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -134425704], ["username", "billy_45"], ["access_token", "701a305fd67d0d4307bc11b0d9766448"], ["uuid", "8b2150f0-f056-4c8b-903f-9f05e8d6d301"], ["support_identifier", "cs_29220811"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:02:57.519019"], ["updated_at", "2017-12-18 19:02:57.519019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 13:02:57 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 15ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:02:57 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:02:57 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 13:02:57 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:02:57 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:02:57 -0600  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1575211638 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '00f0091018fdf4d7c0ab9a2cf1349e67' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5af0efbf-3dee-4ebe-adfd-b40799ecd704' LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ee32bad7' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1575211638], ["username", "00f0091018fdf4d7c0ab9a2cf1349e67"], ["access_token", "e581e048138be3dcbd7281b2eb87bc11"], ["uuid", "5af0efbf-3dee-4ebe-adfd-b40799ecd704"], ["support_identifier", "cs_ee32bad7"], ["created_at", "2017-12-18 19:03:01.307095"], ["updated_at", "2017-12-18 19:03:01.307095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1575211638 AND "openstax_accounts_accounts"."id" != 198) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '00f0091018fdf4d7c0ab9a2cf1349e67' AND "openstax_accounts_accounts"."id" != 198) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 198) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_ee32bad7' AND "openstax_accounts_accounts"."id" != 198) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900364033 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9c1e20425829965e9a719154d6a3ca25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9be3ea15-4a65-4a12-a080-bc78c900d8ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dcdaf23d' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1900364033], ["username", "9c1e20425829965e9a719154d6a3ca25"], ["access_token", "b284eac7c00a84c3c4b26f2c6f1a8d75"], ["uuid", "9be3ea15-4a65-4a12-a080-bc78c900d8ae"], ["support_identifier", "cs_dcdaf23d"], ["created_at", "2017-12-18 19:03:01.323889"], ["updated_at", "2017-12-18 19:03:01.323889"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900364033 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9c1e20425829965e9a719154d6a3ca25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9be3ea15-4a65-4a12-a080-bc78c900d8ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dcdaf23d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900364033 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9c1e20425829965e9a719154d6a3ca25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9BE3EA15-4A65-4A12-A080-BC78C900D8AE' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dcdaf23d' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1256978839 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6d907946e0fa14e2f2e477f79f9ac787' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1937327-50de-4bab-99ea-16e6ac625b09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e7722614' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1256978839], ["username", "6d907946e0fa14e2f2e477f79f9ac787"], ["access_token", "3da5c25615454097f6165bbf65458f83"], ["uuid", "a1937327-50de-4bab-99ea-16e6ac625b09"], ["support_identifier", "cs_e7722614"], ["created_at", "2017-12-18 19:03:01.342430"], ["updated_at", "2017-12-18 19:03:01.342430"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1256978839 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6d907946e0fa14e2f2e477f79f9ac787' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1937327-50de-4bab-99ea-16e6ac625b09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e7722614' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1256978839 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6d907946e0fa14e2f2e477f79f9ac787' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1937327-50de-4bab-99ea-16e6ac625b09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'CS_E7722614' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "support_identifier" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["support_identifier", nil], ["updated_at", "2017-12-18 19:03:01.354219"], ["id", 200]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1256978839 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6d907946e0fa14e2f2e477f79f9ac787' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1937327-50de-4bab-99ea-16e6ac625b09' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -59155978 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5723c2a9ef78e1fc3425fdb78251b451' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e563c43b-7c1f-4dbf-bc92-6df2a73081ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_621be4c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -59155978], ["username", "5723c2a9ef78e1fc3425fdb78251b451"], ["access_token", "624ed8653bb75761763abd4815032377"], ["uuid", "e563c43b-7c1f-4dbf-bc92-6df2a73081ae"], ["support_identifier", "cs_621be4c9"], ["created_at", "2017-12-18 19:03:01.369581"], ["updated_at", "2017-12-18 19:03:01.369581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 201) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 201) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'e563c43b-7c1f-4dbf-bc92-6df2a73081ae' AND "openstax_accounts_accounts"."id" != 201) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_621be4c9' AND "openstax_accounts_accounts"."id" != 201) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-18 19:03:01.379664"], ["id", 201]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869932029 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4524f2266bbf8f8c1f5870b618af8420' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad7cbf5e-f532-44c5-bc6f-9bfcfb5a69c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_42cddba3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -869932029], ["username", "4524f2266bbf8f8c1f5870b618af8420"], ["access_token", "0e4c9c36e1ec9ed7df77544f8c70ac52"], ["uuid", "ad7cbf5e-f532-44c5-bc6f-9bfcfb5a69c7"], ["support_identifier", "cs_42cddba3"], ["created_at", "2017-12-18 19:03:01.385306"], ["updated_at", "2017-12-18 19:03:01.385306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 202) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 202) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'ad7cbf5e-f532-44c5-bc6f-9bfcfb5a69c7' AND "openstax_accounts_accounts"."id" != 202) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_42cddba3' AND "openstax_accounts_accounts"."id" != 202) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-18 19:03:01.389657"], ["id", 202]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594698912 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8552ecaa62c13e7ad2d1c944395bb0e6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b6236fb-b542-4bc4-922f-b62702b927e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d481caa8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1594698912], ["username", "8552ecaa62c13e7ad2d1c944395bb0e6"], ["access_token", "1bbbcf05fe14fce8208c3a41b1f0347a"], ["uuid", "3b6236fb-b542-4bc4-922f-b62702b927e8"], ["support_identifier", "cs_d481caa8"], ["created_at", "2017-12-18 19:03:01.394903"], ["updated_at", "2017-12-18 19:03:01.394903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 203) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '3b6236fb-b542-4bc4-922f-b62702b927e8' AND "openstax_accounts_accounts"."id" != 203) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_d481caa8' AND "openstax_accounts_accounts"."id" != 203) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-18 19:03:01.398527"], ["id", 203]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 203) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 203) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '3b6236fb-b542-4bc4-922f-b62702b927e8' AND "openstax_accounts_accounts"."id" != 203) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_d481caa8' AND "openstax_accounts_accounts"."id" != 203) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-18 19:03:01.403207"], ["id", 203]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 203) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 203) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '3b6236fb-b542-4bc4-922f-b62702b927e8' AND "openstax_accounts_accounts"."id" != 203) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_d481caa8' AND "openstax_accounts_accounts"."id" != 203) LIMIT 1 SQL (0.7ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-18 19:03:01.408481"], ["id", 203]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942273839 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '76d5dc7afa61bffec9528576b902d26a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c4aa30b-8ec5-4681-af91-99e0cf30dadf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_15c33266' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1942273839], ["username", "76d5dc7afa61bffec9528576b902d26a"], ["access_token", "5b0860ead18e51c91bcb5326ce80e193"], ["uuid", "8c4aa30b-8ec5-4681-af91-99e0cf30dadf"], ["support_identifier", "cs_15c33266"], ["created_at", "2017-12-18 19:03:01.415409"], ["updated_at", "2017-12-18 19:03:01.415409"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 204) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 204) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '8c4aa30b-8ec5-4681-af91-99e0cf30dadf' AND "openstax_accounts_accounts"."id" != 204) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_15c33266' AND "openstax_accounts_accounts"."id" != 204) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-18 19:03:01.419672"], ["id", 204]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405242882 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'eb4c3d076ab0b7f462c85adb6cf06c13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cfa521cb-bf65-4925-9153-e08d59e795c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8287ef82' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1329662725 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8fd1630a-5650-4042-9806-94418b0cf69e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a4e1850' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1329662725], ["access_token", "c6cabc4ea13ef7aed2f6b4b14f6f27df"], ["uuid", "8fd1630a-5650-4042-9806-94418b0cf69e"], ["support_identifier", "cs_5a4e1850"], ["created_at", "2017-12-18 19:03:01.431136"], ["updated_at", "2017-12-18 19:03:01.431136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -483641184 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad98fa93-eb42-43cf-a6db-2cd724e20c8b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b09c5791' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -483641184], ["access_token", "2c8a5582dcc2b2d3b85b5190b86a27ed"], ["uuid", "ad98fa93-eb42-43cf-a6db-2cd724e20c8b"], ["support_identifier", "cs_b09c5791"], ["created_at", "2017-12-18 19:03:01.436225"], ["updated_at", "2017-12-18 19:03:01.436225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -603864990 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9d9115f84ce373bdaa3bce2d81ae4ef0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd5d8263-9730-46ba-b272-cb5bb7fe2ee2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a33f698a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -603864990], ["username", "9d9115f84ce373bdaa3bce2d81ae4ef0"], ["access_token", "6ebf086e03093541c40ab46e1acc3e0f"], ["uuid", "fd5d8263-9730-46ba-b272-cb5bb7fe2ee2"], ["support_identifier", "cs_a33f698a"], ["created_at", "2017-12-18 19:03:01.441800"], ["updated_at", "2017-12-18 19:03:01.441800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -603864990 AND "openstax_accounts_accounts"."id" != 207) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'fd5d8263-9730-46ba-b272-cb5bb7fe2ee2' AND "openstax_accounts_accounts"."id" != 207) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_a33f698a' AND "openstax_accounts_accounts"."id" != 207) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -825155707 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'aeea0f50e0397a76386af2f4623310e0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4042718e-8fd0-4cd2-b4d3-ae3ef55a38ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e57bb52b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -825155707], ["username", "aeea0f50e0397a76386af2f4623310e0"], ["access_token", "70bf639e5ad91ac56a21e2d4c998bd68"], ["uuid", "4042718e-8fd0-4cd2-b4d3-ae3ef55a38ad"], ["support_identifier", "cs_e57bb52b"], ["created_at", "2017-12-18 19:03:01.449104"], ["updated_at", "2017-12-18 19:03:01.449104"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2077923369 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'aeea0f50e0397a76386af2f4623310e0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b08c7b2-a82e-4329-a343-c5d522ca553e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eae31157' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -786426110 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ed02189eccba50f2524415c00e8a730a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2bc7d76-1ecf-435b-9679-7c145d3566c1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b5af9a54' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -786426110], ["username", "ed02189eccba50f2524415c00e8a730a"], ["access_token", "f2b2fcc8a8b2fd9e4c78d6954451c6f2"], ["uuid", "b2bc7d76-1ecf-435b-9679-7c145d3566c1"], ["support_identifier", "cs_b5af9a54"], ["created_at", "2017-12-18 19:03:01.460575"], ["updated_at", "2017-12-18 19:03:01.460575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'ed02189eccba50f2524415c00e8a730a' AND "openstax_accounts_accounts"."id" != 209) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b2bc7d76-1ecf-435b-9679-7c145d3566c1' AND "openstax_accounts_accounts"."id" != 209) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_b5af9a54' AND "openstax_accounts_accounts"."id" != 209) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 209) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'ed02189eccba50f2524415c00e8a730a' AND "openstax_accounts_accounts"."id" != 209) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b2bc7d76-1ecf-435b-9679-7c145d3566c1' AND "openstax_accounts_accounts"."id" != 209) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_b5af9a54' AND "openstax_accounts_accounts"."id" != 209) LIMIT 1 SQL (0.5ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-18 19:03:01.466388"], ["id", 209]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '25c85fe0e659b1c4131f11d977e73fb0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93f65bbb-ea74-4cf8-92d4-bce6441264a2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_08d25526' LIMIT 1  (0.1ms) ROLLBACK  (184.2ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (434.2ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (6.8ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" SQL (11.3ms) CREATE EXTENSION IF NOT EXISTS "citext"  (4.2ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL, "support_identifier" citext)  (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_support_identifier" ON "openstax_accounts_accounts" USING btree ("support_identifier")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (2.0ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (1.9ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (1.9ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (2.8ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (2.6ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.0ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('11')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2117101010 LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99cd1cc9-0b46-43c1-91b3-4e8a47dc8d08' LIMIT 1 OpenStax::Accounts::Account Exists (1.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8b21f419' LIMIT 1 SQL (1.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2117101010], ["username", "jstrav"], ["access_token", "877ced2465e315050cb69dd523afa904"], ["uuid", "99cd1cc9-0b46-43c1-91b3-4e8a47dc8d08"], ["support_identifier", "cs_8b21f419"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.014661"], ["updated_at", "2017-12-18 19:04:09.014661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846595885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4fb8e647-a565-4bf7-98c7-7028085587b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0f7b454' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1846595885], ["username", "mary"], ["access_token", "ff365ce70d0b4a4c3e2b0cfc9680631c"], ["uuid", "4fb8e647-a565-4bf7-98c7-7028085587b0"], ["support_identifier", "cs_a0f7b454"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.022149"], ["updated_at", "2017-12-18 19:04:09.022149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -961537449 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8637cc5d-62d3-48f5-8701-733c2b977084' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0af08389' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -961537449], ["username", "jstead"], ["access_token", "173f33999055e7bbf98f312daf9fbadd"], ["uuid", "8637cc5d-62d3-48f5-8701-733c2b977084"], ["support_identifier", "cs_0af08389"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.027303"], ["updated_at", "2017-12-18 19:04:09.027303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1635421335 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b045b69d-9ee9-4b3b-8d95-67b6ede5fa6d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_78c043b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1635421335], ["username", "bigbear"], ["access_token", "dab77a204c666ffa83ea90e65cf26451"], ["uuid", "b045b69d-9ee9-4b3b-8d95-67b6ede5fa6d"], ["support_identifier", "cs_78c043b7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.033067"], ["updated_at", "2017-12-18 19:04:09.033067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1465084505 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9ea036e-fdd2-4375-ad57-d68573a63115' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d288d389' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1465084505], ["username", "jstrav"], ["access_token", "179fc1709b5cd86096f7edbb710218ad"], ["uuid", "a9ea036e-fdd2-4375-ad57-d68573a63115"], ["support_identifier", "cs_d288d389"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.042549"], ["updated_at", "2017-12-18 19:04:09.042549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -741038320 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e7ab0df-4838-4f96-b8ae-15ffb4052d88' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_515af899' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -741038320], ["username", "mary"], ["access_token", "78914072263ce4de110769a8a312cead"], ["uuid", "0e7ab0df-4838-4f96-b8ae-15ffb4052d88"], ["support_identifier", "cs_515af899"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.047090"], ["updated_at", "2017-12-18 19:04:09.047090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -436325129 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5664ec1-ba7c-45c3-a6bb-f6e96f6deda9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a6f9c12e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -436325129], ["username", "jstead"], ["access_token", "20250c5e332308294f9f1856b261b3d9"], ["uuid", "c5664ec1-ba7c-45c3-a6bb-f6e96f6deda9"], ["support_identifier", "cs_a6f9c12e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.051743"], ["updated_at", "2017-12-18 19:04:09.051743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -8001786 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '556da7e9-8d42-4915-879c-a678be7501c1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1eaa24a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -8001786], ["username", "bigbear"], ["access_token", "95ba3655ee06f08bd468e20724c9c218"], ["uuid", "556da7e9-8d42-4915-879c-a678be7501c1"], ["support_identifier", "cs_1eaa24a2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.055926"], ["updated_at", "2017-12-18 19:04:09.055926"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -439947398 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b974ed6-6f11-42aa-9e9e-ee775cb7f0f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c129bb12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -439947398], ["username", "jstrav"], ["access_token", "3dd3c7c26eb800ee420d05b4d84d085b"], ["uuid", "7b974ed6-6f11-42aa-9e9e-ee775cb7f0f0"], ["support_identifier", "cs_c129bb12"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.065918"], ["updated_at", "2017-12-18 19:04:09.065918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2047722091 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd669b907-8f2f-4883-8c34-df42e8690051' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_027d25e2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2047722091], ["username", "mary"], ["access_token", "0f90533048dc29c0577eb9beefc440c1"], ["uuid", "d669b907-8f2f-4883-8c34-df42e8690051"], ["support_identifier", "cs_027d25e2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.071471"], ["updated_at", "2017-12-18 19:04:09.071471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1362760657 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a297237-77ac-4d1a-844d-439d2272c649' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92d330d0' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1362760657], ["username", "jstead"], ["access_token", "74aff90a23b4e27dbd52d909d3d4af76"], ["uuid", "9a297237-77ac-4d1a-844d-439d2272c649"], ["support_identifier", "cs_92d330d0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.076865"], ["updated_at", "2017-12-18 19:04:09.076865"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019210954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5510e1d2-d00d-41f9-a220-c48b77f43e81' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f962f6b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2019210954], ["username", "bigbear"], ["access_token", "64cf552207b990eef640cea86a2025c2"], ["uuid", "5510e1d2-d00d-41f9-a220-c48b77f43e81"], ["support_identifier", "cs_f962f6b5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.083209"], ["updated_at", "2017-12-18 19:04:09.083209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574219503 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de6a93ba-d7b2-4e36-98f9-637ec272d688' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a4009aa' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1574219503], ["username", "jstrav"], ["access_token", "81918d89920603dade085f43b3917853"], ["uuid", "de6a93ba-d7b2-4e36-98f9-637ec272d688"], ["support_identifier", "cs_1a4009aa"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.092687"], ["updated_at", "2017-12-18 19:04:09.092687"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1154579289 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78460e55-8f6c-43c3-bc90-d081fbde32cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_078820a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1154579289], ["username", "mary"], ["access_token", "b26c3d09d2e13e0326869af4346e643d"], ["uuid", "78460e55-8f6c-43c3-bc90-d081fbde32cd"], ["support_identifier", "cs_078820a7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.097351"], ["updated_at", "2017-12-18 19:04:09.097351"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1937433062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e2726e2-e0cd-4735-9a17-73d03606af30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fb35a691' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1937433062], ["username", "jstead"], ["access_token", "d5baa022b7a7c73dfeff5e4d39244351"], ["uuid", "0e2726e2-e0cd-4735-9a17-73d03606af30"], ["support_identifier", "cs_fb35a691"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.101632"], ["updated_at", "2017-12-18 19:04:09.101632"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -115570054 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ead5912e-8662-44bb-bbc6-ad6d47e5c9c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fc2613f6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -115570054], ["username", "bigbear"], ["access_token", "1cffe934a648d32266921bbaf4e88a88"], ["uuid", "ead5912e-8662-44bb-bbc6-ad6d47e5c9c5"], ["support_identifier", "cs_fc2613f6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.107571"], ["updated_at", "2017-12-18 19:04:09.107571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -985537073 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '007f3439-ad9f-4228-a8f9-05ab8703b6e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7027c891' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -985537073], ["username", "jstrav"], ["access_token", "87503085b0d2618e1b30dc8ee8653586"], ["uuid", "007f3439-ad9f-4228-a8f9-05ab8703b6e2"], ["support_identifier", "cs_7027c891"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.117314"], ["updated_at", "2017-12-18 19:04:09.117314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1822001758 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c8be1e8-f9e2-4f21-bdd3-79d4892b2601' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_84185754' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1822001758], ["username", "mary"], ["access_token", "615546cbf0649e8f5c77e30fbae47c7e"], ["uuid", "3c8be1e8-f9e2-4f21-bdd3-79d4892b2601"], ["support_identifier", "cs_84185754"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.122754"], ["updated_at", "2017-12-18 19:04:09.122754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -65897419 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17ff703f-90dc-4374-badd-23ab8a6a9e4d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_60d5f7b2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -65897419], ["username", "jstead"], ["access_token", "4f296d04c2eaa77a372b00ae7b78918c"], ["uuid", "17ff703f-90dc-4374-badd-23ab8a6a9e4d"], ["support_identifier", "cs_60d5f7b2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.128278"], ["updated_at", "2017-12-18 19:04:09.128278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1161425738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb1ffa54-7ce7-4343-a099-5fc3f67cbebe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2d978b10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1161425738], ["username", "bigbear"], ["access_token", "6d8c340fc5ff0f888b06f989965dd64d"], ["uuid", "bb1ffa54-7ce7-4343-a099-5fc3f67cbebe"], ["support_identifier", "cs_2d978b10"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.133494"], ["updated_at", "2017-12-18 19:04:09.133494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1950336559 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79e3b987-64b4-4129-8139-939a3f1e6e26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_71e61adc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1950336559], ["username", "jstrav"], ["access_token", "bc6a6b1e59e8dbda4b42a34b120d2989"], ["uuid", "79e3b987-64b4-4129-8139-939a3f1e6e26"], ["support_identifier", "cs_71e61adc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.153254"], ["updated_at", "2017-12-18 19:04:09.153254"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2107897182 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f544ea44-ebea-458f-a55d-9acd9cec8624' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53dc9bc2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2107897182], ["username", "mary"], ["access_token", "d98a7d05c0e58bb108f0cf224a234183"], ["uuid", "f544ea44-ebea-458f-a55d-9acd9cec8624"], ["support_identifier", "cs_53dc9bc2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.158851"], ["updated_at", "2017-12-18 19:04:09.158851"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -472624450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f44903f3-f38b-4fd4-b92f-0a1709c691cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f769ac69' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -472624450], ["username", "jstead"], ["access_token", "112a26b2be46befacfe9d67dfa7f452c"], ["uuid", "f44903f3-f38b-4fd4-b92f-0a1709c691cf"], ["support_identifier", "cs_f769ac69"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.164011"], ["updated_at", "2017-12-18 19:04:09.164011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -425623838 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'adf051de-60e1-497e-a634-3ad8c460294a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b9ac43e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -425623838], ["username", "bigbear"], ["access_token", "b7c3d005f2afe371c1da5308ea909d04"], ["uuid", "adf051de-60e1-497e-a634-3ad8c460294a"], ["support_identifier", "cs_0b9ac43e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.169857"], ["updated_at", "2017-12-18 19:04:09.169857"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170294032 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '70001857-dba7-4aa8-a456-73e94078466d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_da91550a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1170294032], ["username", "jstrav"], ["access_token", "52758a5f7797e13bdd6f85e25924a0d1"], ["uuid", "70001857-dba7-4aa8-a456-73e94078466d"], ["support_identifier", "cs_da91550a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.180812"], ["updated_at", "2017-12-18 19:04:09.180812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -269734005 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a6c11ca8-ecf4-49e7-b94f-0fb1ce3997ec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2583fd9b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -269734005], ["username", "mary"], ["access_token", "e130b3dda697902d888a856c7a29c677"], ["uuid", "a6c11ca8-ecf4-49e7-b94f-0fb1ce3997ec"], ["support_identifier", "cs_2583fd9b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.186247"], ["updated_at", "2017-12-18 19:04:09.186247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -238321113 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21030916-77d4-4852-8934-b35dd1ae41b6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34364721' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -238321113], ["username", "jstead"], ["access_token", "71ec9d3ddacf5818673cda460613e539"], ["uuid", "21030916-77d4-4852-8934-b35dd1ae41b6"], ["support_identifier", "cs_34364721"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.190502"], ["updated_at", "2017-12-18 19:04:09.190502"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -163323816 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44cbbb35-89dd-407e-ba92-bde4e69072b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8562f06b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -163323816], ["username", "bigbear"], ["access_token", "1b10ff6b84c9fbaf9cc3b139b480916f"], ["uuid", "44cbbb35-89dd-407e-ba92-bde4e69072b7"], ["support_identifier", "cs_8562f06b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.196611"], ["updated_at", "2017-12-18 19:04:09.196611"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2042186517 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2803fac-db88-4700-be54-1d82dddade92' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b317409b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2042186517], ["username", "jstrav"], ["access_token", "67847cc648452c373fd216b41127c7f7"], ["uuid", "b2803fac-db88-4700-be54-1d82dddade92"], ["support_identifier", "cs_b317409b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.205264"], ["updated_at", "2017-12-18 19:04:09.205264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -733354785 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89b254db-1fd1-413f-8ddf-b95aeb0c5ace' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a36d472' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -733354785], ["username", "mary"], ["access_token", "94923a23c0ad8facc4a3b39e79176098"], ["uuid", "89b254db-1fd1-413f-8ddf-b95aeb0c5ace"], ["support_identifier", "cs_2a36d472"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.209606"], ["updated_at", "2017-12-18 19:04:09.209606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1120767685 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '605f31be-ba2a-4363-926c-4a65f3c8119d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_25d8f564' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1120767685], ["username", "jstead"], ["access_token", "73c3a55204715abd5d74b84ab67973a2"], ["uuid", "605f31be-ba2a-4363-926c-4a65f3c8119d"], ["support_identifier", "cs_25d8f564"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.214586"], ["updated_at", "2017-12-18 19:04:09.214586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1836086403 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '86f31514-a60f-4892-bf98-851b9d8d9044' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae9fc2ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1836086403], ["username", "bigbear"], ["access_token", "c035905769ee8f5d87aa656d6be2098b"], ["uuid", "86f31514-a60f-4892-bf98-851b9d8d9044"], ["support_identifier", "cs_ae9fc2ad"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.218954"], ["updated_at", "2017-12-18 19:04:09.218954"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1234054881 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '783cb331-94ef-4baf-abe5-47e6bd6fa936' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ebd14a31' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1234054881], ["username", "jstrav"], ["access_token", "8d8a38424a7c1ba2bd50f82be2642945"], ["uuid", "783cb331-94ef-4baf-abe5-47e6bd6fa936"], ["support_identifier", "cs_ebd14a31"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.227560"], ["updated_at", "2017-12-18 19:04:09.227560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2132434542 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59b0f95a-cb81-4441-898a-ecb9965b2122' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_61dc49ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2132434542], ["username", "mary"], ["access_token", "736e28433a12e2574e5f695d50b54fda"], ["uuid", "59b0f95a-cb81-4441-898a-ecb9965b2122"], ["support_identifier", "cs_61dc49ca"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.233466"], ["updated_at", "2017-12-18 19:04:09.233466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1475342065 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cd12bec-2ba1-47b2-9c14-1c447213a820' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e0b0bfd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1475342065], ["username", "jstead"], ["access_token", "e8bdb8cf11ca6ee3fd29c1463116e547"], ["uuid", "8cd12bec-2ba1-47b2-9c14-1c447213a820"], ["support_identifier", "cs_8e0b0bfd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.237861"], ["updated_at", "2017-12-18 19:04:09.237861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1789569655 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aab75feb-1fce-4064-af41-516d598e5873' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9104d163' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1789569655], ["username", "bigbear"], ["access_token", "ff8daf30e74218d5eefe40a74b53877e"], ["uuid", "aab75feb-1fce-4064-af41-516d598e5873"], ["support_identifier", "cs_9104d163"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.241986"], ["updated_at", "2017-12-18 19:04:09.241986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -630908673 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7524b10-e951-41fc-a809-1565b74c60aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ee594c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -630908673], ["username", "jstrav"], ["access_token", "468ffebc401fab5f27c8e9ab6e93c402"], ["uuid", "a7524b10-e951-41fc-a809-1565b74c60aa"], ["support_identifier", "cs_1ee594c0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.250890"], ["updated_at", "2017-12-18 19:04:09.250890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -344115626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd7374fa-320e-462f-be13-013c5c8fbd95' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93c2525b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -344115626], ["username", "mary"], ["access_token", "64cbe655e167ffaea37dd67ca674fc2f"], ["uuid", "cd7374fa-320e-462f-be13-013c5c8fbd95"], ["support_identifier", "cs_93c2525b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.255273"], ["updated_at", "2017-12-18 19:04:09.255273"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -198302206 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '443cebfb-ebb9-48d2-be0b-83809e90110c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_547b0873' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -198302206], ["username", "jstead"], ["access_token", "f33c91e49bd1893c0717a5cd29990793"], ["uuid", "443cebfb-ebb9-48d2-be0b-83809e90110c"], ["support_identifier", "cs_547b0873"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.259689"], ["updated_at", "2017-12-18 19:04:09.259689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462290790 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea543811-11ad-4fab-8e62-d214b85456d0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0d4a9e31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1462290790], ["username", "bigbear"], ["access_token", "4310c42d36ce6eba99450ebf97e7b0fe"], ["uuid", "ea543811-11ad-4fab-8e62-d214b85456d0"], ["support_identifier", "cs_0d4a9e31"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.265107"], ["updated_at", "2017-12-18 19:04:09.265107"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605118330 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63baea4e-ec34-4f4f-8a3e-12561529f5ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c8314201' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1605118330], ["username", "jstrav"], ["access_token", "40adef54bbcc6ebc7e055d22d33de88d"], ["uuid", "63baea4e-ec34-4f4f-8a3e-12561529f5ae"], ["support_identifier", "cs_c8314201"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.275391"], ["updated_at", "2017-12-18 19:04:09.275391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1856088851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5eabee62-473d-4520-a131-7f891a864dc2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2d31a2d1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1856088851], ["username", "mary"], ["access_token", "6a2883e74b8986f4a93f27433e7c1e83"], ["uuid", "5eabee62-473d-4520-a131-7f891a864dc2"], ["support_identifier", "cs_2d31a2d1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.281694"], ["updated_at", "2017-12-18 19:04:09.281694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232530777 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1528c46d-4483-403b-af80-c562afc24cbf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0494d1dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1232530777], ["username", "jstead"], ["access_token", "94b50e4a1be48a849427878ce066630f"], ["uuid", "1528c46d-4483-403b-af80-c562afc24cbf"], ["support_identifier", "cs_0494d1dc"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.286662"], ["updated_at", "2017-12-18 19:04:09.286662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -142918799 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4fd47c90-c846-4868-b9e7-725e43e4b77d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28b18683' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -142918799], ["username", "bigbear"], ["access_token", "5caf912c9528072dfaa42e5f3806ce87"], ["uuid", "4fd47c90-c846-4868-b9e7-725e43e4b77d"], ["support_identifier", "cs_28b18683"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.290856"], ["updated_at", "2017-12-18 19:04:09.290856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -26437023 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd81fab8f-8342-41a8-8efa-83159a760e8d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a9151d6c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -26437023], ["username", "foo_bb"], ["access_token", "c779431dcbf0bf0e92b8495643938dc5"], ["uuid", "d81fab8f-8342-41a8-8efa-83159a760e8d"], ["support_identifier", "cs_a9151d6c"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-12-18 19:04:09.294950"], ["updated_at", "2017-12-18 19:04:09.294950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1439141724 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '205bdf8f-dcf4-46f9-b987-d9c39bc3fd47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95eae0be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1439141724], ["username", "foo_bj"], ["access_token", "60d998eca1268205312114127256aa36"], ["uuid", "205bdf8f-dcf4-46f9-b987-d9c39bc3fd47"], ["support_identifier", "cs_95eae0be"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-12-18 19:04:09.299419"], ["updated_at", "2017-12-18 19:04:09.299419"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1724255325 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f70d4ac-4d09-4bb0-acc0-d0b793a045e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9be2a7b' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1724255325], ["username", "foo_tj"], ["access_token", "ff092fdddac239e370060e35911530b6"], ["uuid", "0f70d4ac-4d09-4bb0-acc0-d0b793a045e2"], ["support_identifier", "cs_e9be2a7b"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-12-18 19:04:09.303605"], ["updated_at", "2017-12-18 19:04:09.303605"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -391855143 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '70e5e358-0dad-4817-9f06-2875368c063b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f8ba81d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -391855143], ["username", "jstrav"], ["access_token", "92d1217a01cd025b228ca8c3ade81334"], ["uuid", "70e5e358-0dad-4817-9f06-2875368c063b"], ["support_identifier", "cs_8f8ba81d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.317731"], ["updated_at", "2017-12-18 19:04:09.317731"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2040821193 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '554748ac-53f9-4096-9fec-c58737aa56f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_173c13a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2040821193], ["username", "mary"], ["access_token", "454cd5de808dd6a719fa0d4d8be09521"], ["uuid", "554748ac-53f9-4096-9fec-c58737aa56f4"], ["support_identifier", "cs_173c13a1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.322268"], ["updated_at", "2017-12-18 19:04:09.322268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003220334 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01547c08-63bb-4a8a-bbfd-d5f1ad64916d' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e7e23e82' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1003220334], ["username", "jstead"], ["access_token", "cd034a2b282bb48a0cdad3c480d89345"], ["uuid", "01547c08-63bb-4a8a-bbfd-d5f1ad64916d"], ["support_identifier", "cs_e7e23e82"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.326960"], ["updated_at", "2017-12-18 19:04:09.326960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366005698 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3d155ce-d5f9-4726-ba59-b9c5366d63c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3818ac9d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -366005698], ["username", "bigbear"], ["access_token", "1f4e7e2e9dd1d364ad49ca4300356020"], ["uuid", "a3d155ce-d5f9-4726-ba59-b9c5366d63c5"], ["support_identifier", "cs_3818ac9d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.331907"], ["updated_at", "2017-12-18 19:04:09.331907"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -47458333 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3cd4944-8e8a-4870-babc-00485e18049c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a10fd394' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -47458333], ["username", "billy_00"], ["access_token", "d93c730207f11cc7780580c804efa4dd"], ["uuid", "e3cd4944-8e8a-4870-babc-00485e18049c"], ["support_identifier", "cs_a10fd394"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:04:09.336183"], ["updated_at", "2017-12-18 19:04:09.336183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -655453437 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbcdb7b0-c91d-4bc5-8be8-b06bd5148cdd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_728f79d8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -655453437], ["username", "billy_01"], ["access_token", "998ad3cea9d206818aef067a4d1a0164"], ["uuid", "fbcdb7b0-c91d-4bc5-8be8-b06bd5148cdd"], ["support_identifier", "cs_728f79d8"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:04:09.340614"], ["updated_at", "2017-12-18 19:04:09.340614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -128256788 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a2c6427-af92-4cfd-80c8-b4d253e44023' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9d4f41a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -128256788], ["username", "billy_02"], ["access_token", "0a357151df7aa4563212e87a28e37a3c"], ["uuid", "6a2c6427-af92-4cfd-80c8-b4d253e44023"], ["support_identifier", "cs_e9d4f41a"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:04:09.344757"], ["updated_at", "2017-12-18 19:04:09.344757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -978991772 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '903dfcbd-d8db-48c4-bf89-c0aef5b4b1b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c6fc88e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -978991772], ["username", "billy_03"], ["access_token", "9c475ba936a866f99cdb3c7f3b1f9838"], ["uuid", "903dfcbd-d8db-48c4-bf89-c0aef5b4b1b0"], ["support_identifier", "cs_c6fc88e3"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:04:09.350006"], ["updated_at", "2017-12-18 19:04:09.350006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1079216100 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ec4b80b-9d7d-480c-8998-a2cfb5c4d108' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5566f601' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1079216100], ["username", "billy_04"], ["access_token", "06aaea800e68dc4ac317ffc08645903d"], ["uuid", "9ec4b80b-9d7d-480c-8998-a2cfb5c4d108"], ["support_identifier", "cs_5566f601"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:04:09.354619"], ["updated_at", "2017-12-18 19:04:09.354619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1892515538 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6018496c-2226-41a6-a9c6-792d30a40e6d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1fd29a60' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1892515538], ["username", "billy_05"], ["access_token", "9431269ea8269adff5809c18e57e5fc5"], ["uuid", "6018496c-2226-41a6-a9c6-792d30a40e6d"], ["support_identifier", "cs_1fd29a60"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:04:09.360065"], ["updated_at", "2017-12-18 19:04:09.360065"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -625201838 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'badd9c04-22b1-4c2f-ad78-960d78a3bd6d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d93f6788' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -625201838], ["username", "billy_06"], ["access_token", "1f2bcfcc258da68074ce39a51516220e"], ["uuid", "badd9c04-22b1-4c2f-ad78-960d78a3bd6d"], ["support_identifier", "cs_d93f6788"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:04:09.367290"], ["updated_at", "2017-12-18 19:04:09.367290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -263966321 LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd8bb8ee7-bf9c-492c-88ee-274b2b8727ac' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00ed6896' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -263966321], ["username", "billy_07"], ["access_token", "5c72de26fa89047a38a15ac0f69428ef"], ["uuid", "d8bb8ee7-bf9c-492c-88ee-274b2b8727ac"], ["support_identifier", "cs_00ed6896"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:04:09.373959"], ["updated_at", "2017-12-18 19:04:09.373959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409762379 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c452c943-de08-4f2b-9908-0f81cd8486e9' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af80bfdc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1409762379], ["username", "billy_08"], ["access_token", "c08414538057fdf1985d1764b469420f"], ["uuid", "c452c943-de08-4f2b-9908-0f81cd8486e9"], ["support_identifier", "cs_af80bfdc"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:04:09.381727"], ["updated_at", "2017-12-18 19:04:09.381727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1916878351 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f486305c-74c2-4be2-8022-46176b0bf99f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_577d2bea' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1916878351], ["username", "billy_09"], ["access_token", "bdecaf494515fae739015646c94557a5"], ["uuid", "f486305c-74c2-4be2-8022-46176b0bf99f"], ["support_identifier", "cs_577d2bea"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:04:09.390024"], ["updated_at", "2017-12-18 19:04:09.390024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -228982 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bdfd8e7-16aa-4750-b790-4bdd165730f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b0d73f7' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -228982], ["username", "billy_10"], ["access_token", "1a3c52658cc9719f1420deb5ab50a38e"], ["uuid", "4bdfd8e7-16aa-4750-b790-4bdd165730f5"], ["support_identifier", "cs_6b0d73f7"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:04:09.397629"], ["updated_at", "2017-12-18 19:04:09.397629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1306420083 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '037537e8-4403-4d00-b64b-742d066bcf00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4f3b32f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1306420083], ["username", "billy_11"], ["access_token", "a28682cd8c40e76eb81007f7f48f2173"], ["uuid", "037537e8-4403-4d00-b64b-742d066bcf00"], ["support_identifier", "cs_4f3b32f2"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:04:09.403735"], ["updated_at", "2017-12-18 19:04:09.403735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1741545950 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5ae40c0-3efd-4a79-863e-4666e8c78734' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5b51b79e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1741545950], ["username", "billy_12"], ["access_token", "8719de557af99a319999efd300ad437e"], ["uuid", "b5ae40c0-3efd-4a79-863e-4666e8c78734"], ["support_identifier", "cs_5b51b79e"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:04:09.410025"], ["updated_at", "2017-12-18 19:04:09.410025"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2142723888 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '690e690a-c394-4891-8465-99d12276f29b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ebbb7f1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2142723888], ["username", "billy_13"], ["access_token", "9ae4199d0a53c54f0a39d7ecd381d8d0"], ["uuid", "690e690a-c394-4891-8465-99d12276f29b"], ["support_identifier", "cs_6ebbb7f1"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:04:09.417079"], ["updated_at", "2017-12-18 19:04:09.417079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -864006750 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92d7eb62-670b-45d7-b9b9-e30405272508' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c3fc427' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -864006750], ["username", "billy_14"], ["access_token", "3c165a6f2c25c07a2b02cdd39b6b46dc"], ["uuid", "92d7eb62-670b-45d7-b9b9-e30405272508"], ["support_identifier", "cs_1c3fc427"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:04:09.421923"], ["updated_at", "2017-12-18 19:04:09.421923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2117260718 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba29633e-974e-47cd-bcb8-74a712714175' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_adeb1523' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2117260718], ["username", "billy_15"], ["access_token", "012d041cb4134cdd2d8237b32a3789ce"], ["uuid", "ba29633e-974e-47cd-bcb8-74a712714175"], ["support_identifier", "cs_adeb1523"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:04:09.427215"], ["updated_at", "2017-12-18 19:04:09.427215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1931524988 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf9f4a09-0263-42c7-82fb-d9f387e27217' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44be54f8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1931524988], ["username", "billy_16"], ["access_token", "6a8e1f2c016f9f2954d1921de67ec29c"], ["uuid", "bf9f4a09-0263-42c7-82fb-d9f387e27217"], ["support_identifier", "cs_44be54f8"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:04:09.432097"], ["updated_at", "2017-12-18 19:04:09.432097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -734899991 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c93e0bd-c25a-45d5-be9a-a692877e4935' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d3e1dba0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -734899991], ["username", "billy_17"], ["access_token", "b5ddf0883d15f2b0eb953b06bf480207"], ["uuid", "3c93e0bd-c25a-45d5-be9a-a692877e4935"], ["support_identifier", "cs_d3e1dba0"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:04:09.436965"], ["updated_at", "2017-12-18 19:04:09.436965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1996294207 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8f0871c-ba0d-431f-9e15-2bb0b3e6b524' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a3802a68' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1996294207], ["username", "billy_18"], ["access_token", "0439d7bb9dbe01d6c4aacc11955b4eae"], ["uuid", "f8f0871c-ba0d-431f-9e15-2bb0b3e6b524"], ["support_identifier", "cs_a3802a68"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:04:09.441700"], ["updated_at", "2017-12-18 19:04:09.441700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657533950 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e18ad548-520c-4660-af88-de9bbcfba0db' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c690221' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -657533950], ["username", "billy_19"], ["access_token", "16c24f1342d1463df714094aa12290d5"], ["uuid", "e18ad548-520c-4660-af88-de9bbcfba0db"], ["support_identifier", "cs_1c690221"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:04:09.447245"], ["updated_at", "2017-12-18 19:04:09.447245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1455664620 LIMIT 1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '058d9ffb-1cf4-48df-aa01-55eedb84f670' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_940d9fef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1455664620], ["username", "billy_20"], ["access_token", "5677fe19abac68d836b19aa0f6f21144"], ["uuid", "058d9ffb-1cf4-48df-aa01-55eedb84f670"], ["support_identifier", "cs_940d9fef"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:04:09.454132"], ["updated_at", "2017-12-18 19:04:09.454132"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -888859784 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad3fc082-a058-4b1e-8938-73876f74e6bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb0e9e84' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -888859784], ["username", "billy_21"], ["access_token", "d136ccbc36a44c7858b51519a5cf9c65"], ["uuid", "ad3fc082-a058-4b1e-8938-73876f74e6bb"], ["support_identifier", "cs_eb0e9e84"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:04:09.459185"], ["updated_at", "2017-12-18 19:04:09.459185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -751437999 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79582062-e2e2-4a1a-b8e7-36d1732a50f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a9288e8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -751437999], ["username", "billy_22"], ["access_token", "0d19058f20278cbdf80455d4e3fe516b"], ["uuid", "79582062-e2e2-4a1a-b8e7-36d1732a50f2"], ["support_identifier", "cs_1a9288e8"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:04:09.465875"], ["updated_at", "2017-12-18 19:04:09.465875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -754854041 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'edfc2a77-59d5-4287-81e7-1faf02adab63' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00a45b24' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -754854041], ["username", "billy_23"], ["access_token", "30fdce307ea8aa70e27e1c542bbd437c"], ["uuid", "edfc2a77-59d5-4287-81e7-1faf02adab63"], ["support_identifier", "cs_00a45b24"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:04:09.471757"], ["updated_at", "2017-12-18 19:04:09.471757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2015933387 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6abead83-bb23-4783-b546-bd217a6ad2a2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5bbbad75' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2015933387], ["username", "billy_24"], ["access_token", "9f32cdef7cc8ded202071b49a258ed4b"], ["uuid", "6abead83-bb23-4783-b546-bd217a6ad2a2"], ["support_identifier", "cs_5bbbad75"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:04:09.477300"], ["updated_at", "2017-12-18 19:04:09.477300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1337495628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a2c5a32-3239-4b0b-befe-d82d6a31b761' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd8a7cdb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1337495628], ["username", "billy_25"], ["access_token", "03f09f3a2f6687ec694a5a67907aa364"], ["uuid", "4a2c5a32-3239-4b0b-befe-d82d6a31b761"], ["support_identifier", "cs_dd8a7cdb"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:04:09.482335"], ["updated_at", "2017-12-18 19:04:09.482335"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -495232564 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd8b120f2-f959-49fb-a8f9-3a4bbd64539e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_afb3c7cb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -495232564], ["username", "billy_26"], ["access_token", "dba31a6b1ca0e78df3a72f421d3deca7"], ["uuid", "d8b120f2-f959-49fb-a8f9-3a4bbd64539e"], ["support_identifier", "cs_afb3c7cb"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:04:09.491571"], ["updated_at", "2017-12-18 19:04:09.491571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2021667097 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64117cdb-9817-4256-adad-504afbf60f06' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f20deed1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2021667097], ["username", "billy_27"], ["access_token", "1a072e9400bb69d7b7ce7774f88756d9"], ["uuid", "64117cdb-9817-4256-adad-504afbf60f06"], ["support_identifier", "cs_f20deed1"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:04:09.497256"], ["updated_at", "2017-12-18 19:04:09.497256"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -90483252 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '358103d2-cfda-4311-a670-8b214f62d69b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_110e52a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -90483252], ["username", "billy_28"], ["access_token", "972c21e94c1fbd90a2d9ac2420e3bf20"], ["uuid", "358103d2-cfda-4311-a670-8b214f62d69b"], ["support_identifier", "cs_110e52a0"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:04:09.502688"], ["updated_at", "2017-12-18 19:04:09.502688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -248068923 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f638cfd-e378-4143-9236-1bbad1c7900e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b77c4095' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -248068923], ["username", "billy_29"], ["access_token", "5cd8d59fdfb2692b2a8e9fa9cba3dc6f"], ["uuid", "1f638cfd-e378-4143-9236-1bbad1c7900e"], ["support_identifier", "cs_b77c4095"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:04:09.507187"], ["updated_at", "2017-12-18 19:04:09.507187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1564619823 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b56c0bb4-df1e-4768-afd2-6169bbe8de45' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c765b706' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1564619823], ["username", "billy_30"], ["access_token", "088123f61a8e5c5968bf9595310e0e0a"], ["uuid", "b56c0bb4-df1e-4768-afd2-6169bbe8de45"], ["support_identifier", "cs_c765b706"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:04:09.513044"], ["updated_at", "2017-12-18 19:04:09.513044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1701323744 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '961a04ec-3c18-40ee-9244-cbba3dbc312d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5528823e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1701323744], ["username", "billy_31"], ["access_token", "eae9129598d6946bb53a13e8f353538b"], ["uuid", "961a04ec-3c18-40ee-9244-cbba3dbc312d"], ["support_identifier", "cs_5528823e"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:04:09.517842"], ["updated_at", "2017-12-18 19:04:09.517842"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894288153 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fdaa2719-5721-4d0f-9986-044c570c5273' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e4cf76de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1894288153], ["username", "billy_32"], ["access_token", "b4845f7c6aa52d180db63350b2bb9ad6"], ["uuid", "fdaa2719-5721-4d0f-9986-044c570c5273"], ["support_identifier", "cs_e4cf76de"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:04:09.522109"], ["updated_at", "2017-12-18 19:04:09.522109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1459599203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd671e9d2-64dc-489f-818a-894982b45d21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f8b657a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1459599203], ["username", "billy_33"], ["access_token", "98d70233dc6501e7fe532cfcf33624d8"], ["uuid", "d671e9d2-64dc-489f-818a-894982b45d21"], ["support_identifier", "cs_7f8b657a"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:04:09.526542"], ["updated_at", "2017-12-18 19:04:09.526542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -925052894 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e9f2828-fda9-4942-9bad-feb2f8df4b37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3783f90d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -925052894], ["username", "billy_34"], ["access_token", "a789571f15d1b31dc42190a92affb24c"], ["uuid", "9e9f2828-fda9-4942-9bad-feb2f8df4b37"], ["support_identifier", "cs_3783f90d"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:04:09.531980"], ["updated_at", "2017-12-18 19:04:09.531980"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -526549457 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c7aeddc-b8e7-4bbb-977a-94e46b84cb15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1d586814' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -526549457], ["username", "billy_35"], ["access_token", "a3a635e7b7427475562f9fde530290fb"], ["uuid", "1c7aeddc-b8e7-4bbb-977a-94e46b84cb15"], ["support_identifier", "cs_1d586814"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:04:09.536633"], ["updated_at", "2017-12-18 19:04:09.536633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -697949131 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '58654465-dbde-4e7a-9bc0-122f8984f611' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12b6d9d0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -697949131], ["username", "billy_36"], ["access_token", "2ff7bb811d89bf723d54c7061e733d85"], ["uuid", "58654465-dbde-4e7a-9bc0-122f8984f611"], ["support_identifier", "cs_12b6d9d0"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:04:09.540967"], ["updated_at", "2017-12-18 19:04:09.540967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1346026354 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8e2b41d-0ca2-4073-ae33-2b3623fa29c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b2f53bec' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1346026354], ["username", "billy_37"], ["access_token", "40272a57852bdf35c55ad4eee10862ba"], ["uuid", "f8e2b41d-0ca2-4073-ae33-2b3623fa29c0"], ["support_identifier", "cs_b2f53bec"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:04:09.547374"], ["updated_at", "2017-12-18 19:04:09.547374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1338368879 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ce260dd-56ee-47a3-9d47-1ccb2df82fe5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e8dc5a9a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1338368879], ["username", "billy_38"], ["access_token", "7782755fa28ff0b379d504b376bf9e4d"], ["uuid", "3ce260dd-56ee-47a3-9d47-1ccb2df82fe5"], ["support_identifier", "cs_e8dc5a9a"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:04:09.552830"], ["updated_at", "2017-12-18 19:04:09.552830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1910627459 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81178fe1-1681-4618-b834-aa03b2ace853' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a7acb583' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1910627459], ["username", "billy_39"], ["access_token", "b1d4e3f1ec410275a849e94bcbbefc25"], ["uuid", "81178fe1-1681-4618-b834-aa03b2ace853"], ["support_identifier", "cs_a7acb583"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:04:09.557270"], ["updated_at", "2017-12-18 19:04:09.557270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -856180486 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bab1ef7-bba3-48e2-bd14-568a20835616' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dda519fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -856180486], ["username", "billy_40"], ["access_token", "fa84dcbb2b1d0ef3aa48791a87c415a3"], ["uuid", "5bab1ef7-bba3-48e2-bd14-568a20835616"], ["support_identifier", "cs_dda519fe"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:04:09.561836"], ["updated_at", "2017-12-18 19:04:09.561836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1685017734 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8a2b284-5dbe-458c-90e5-c1bd82c4f63b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fc5d1585' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1685017734], ["username", "billy_41"], ["access_token", "746494c290d06c33b54dc0d5ce1e8884"], ["uuid", "f8a2b284-5dbe-458c-90e5-c1bd82c4f63b"], ["support_identifier", "cs_fc5d1585"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:04:09.566253"], ["updated_at", "2017-12-18 19:04:09.566253"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153731566 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c80c0fcb-fc77-4c40-9867-dd544dfc6eac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_35885630' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -153731566], ["username", "billy_42"], ["access_token", "1ac80eb40a8c784137d62b95022a5c03"], ["uuid", "c80c0fcb-fc77-4c40-9867-dd544dfc6eac"], ["support_identifier", "cs_35885630"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:04:09.570515"], ["updated_at", "2017-12-18 19:04:09.570515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1552516595 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bb4bf7c-4b7e-4b5d-936d-5893b621f84e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f4f98df6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1552516595], ["username", "billy_43"], ["access_token", "2cc0614fc1ef9dc31cd1b971a916aeca"], ["uuid", "8bb4bf7c-4b7e-4b5d-936d-5893b621f84e"], ["support_identifier", "cs_f4f98df6"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:04:09.574929"], ["updated_at", "2017-12-18 19:04:09.574929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997737329 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5102f32c-4ce2-4cad-83e5-9ea184060e00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d14e6fde' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1997737329], ["username", "billy_44"], ["access_token", "64f0173b6358f720e1e69acb23f1eee3"], ["uuid", "5102f32c-4ce2-4cad-83e5-9ea184060e00"], ["support_identifier", "cs_d14e6fde"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:04:09.579254"], ["updated_at", "2017-12-18 19:04:09.579254"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -944534292 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75edb2b3-4d65-4aaa-b020-b05aa21ee79a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10ad383a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -944534292], ["username", "billy_45"], ["access_token", "f73c00bd54448ea198c17c1e787bc83f"], ["uuid", "75edb2b3-4d65-4aaa-b020-b05aa21ee79a"], ["support_identifier", "cs_10ad383a"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:04:09.583619"], ["updated_at", "2017-12-18 19:04:09.583619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1754464528 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03779235-5859-4351-8d3b-c643d2ccea77' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c8aaac8c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1754464528], ["username", "jstrav"], ["access_token", "43a76525e24dffc71234f88e721f9c41"], ["uuid", "03779235-5859-4351-8d3b-c643d2ccea77"], ["support_identifier", "cs_c8aaac8c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.602457"], ["updated_at", "2017-12-18 19:04:09.602457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -903069034 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb8095a2-41d1-4b81-b93a-5c8b20d38b74' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_45484f05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -903069034], ["username", "mary"], ["access_token", "14caf9f1bee4cecd54df7fc8f7c95edc"], ["uuid", "cb8095a2-41d1-4b81-b93a-5c8b20d38b74"], ["support_identifier", "cs_45484f05"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.607164"], ["updated_at", "2017-12-18 19:04:09.607164"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891169881 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e3872da-ae05-4b95-b6a2-5f0e7495c5f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb62d91e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -891169881], ["username", "jstead"], ["access_token", "8064e92f02d83952dd1ad78d86d47d60"], ["uuid", "4e3872da-ae05-4b95-b6a2-5f0e7495c5f5"], ["support_identifier", "cs_eb62d91e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.613211"], ["updated_at", "2017-12-18 19:04:09.613211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1284904638 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa09813c-4c1b-4bd3-87f3-5d6e0914c669' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7bfc3712' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1284904638], ["username", "bigbear"], ["access_token", "99e0d4d0e509b2d72aafee2472ea00a9"], ["uuid", "aa09813c-4c1b-4bd3-87f3-5d6e0914c669"], ["support_identifier", "cs_7bfc3712"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.619839"], ["updated_at", "2017-12-18 19:04:09.619839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -123646387 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6dba7a6-32f3-41d9-9919-bf17d9be2720' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_287d3069' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -123646387], ["username", "billy_00"], ["access_token", "c037970f82b6b982f8e08ea56420e63f"], ["uuid", "c6dba7a6-32f3-41d9-9919-bf17d9be2720"], ["support_identifier", "cs_287d3069"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:04:09.625601"], ["updated_at", "2017-12-18 19:04:09.625601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -672170502 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a61f928-8cb6-4d0c-9383-bb6fd27f4301' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_001e73ee' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -672170502], ["username", "billy_01"], ["access_token", "7f54f1158132eb8a23912b3819702550"], ["uuid", "0a61f928-8cb6-4d0c-9383-bb6fd27f4301"], ["support_identifier", "cs_001e73ee"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:04:09.632055"], ["updated_at", "2017-12-18 19:04:09.632055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1206322365 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd332956-b61b-45f7-92df-165bb8025c9d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9238fdf8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1206322365], ["username", "billy_02"], ["access_token", "7993c71de20e72cbd23976526ffafa45"], ["uuid", "bd332956-b61b-45f7-92df-165bb8025c9d"], ["support_identifier", "cs_9238fdf8"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:04:09.637414"], ["updated_at", "2017-12-18 19:04:09.637414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904478099 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd29cc086-d98e-4421-ab8f-b785620a0c28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66d120cc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1904478099], ["username", "billy_03"], ["access_token", "e6aad30ec37c3e55017eb691f8e30d78"], ["uuid", "d29cc086-d98e-4421-ab8f-b785620a0c28"], ["support_identifier", "cs_66d120cc"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:04:09.642029"], ["updated_at", "2017-12-18 19:04:09.642029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1505256609 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '970379a2-cf49-45a8-8edb-6bcfb27a2bf4' LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95e5104f' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1505256609], ["username", "billy_04"], ["access_token", "2811b13d0b91b477bed09fc211bcf444"], ["uuid", "970379a2-cf49-45a8-8edb-6bcfb27a2bf4"], ["support_identifier", "cs_95e5104f"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:04:09.649032"], ["updated_at", "2017-12-18 19:04:09.649032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160626610 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c9c92f1-261e-41c4-a7a0-a55ed4559c28' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7debe4c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -160626610], ["username", "billy_05"], ["access_token", "ff5517f31cfea760206c97f7dbcc27c5"], ["uuid", "1c9c92f1-261e-41c4-a7a0-a55ed4559c28"], ["support_identifier", "cs_7debe4c8"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:04:09.655607"], ["updated_at", "2017-12-18 19:04:09.655607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322023708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d5547be-5028-4441-928f-4dcba0455ec7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c625aa7c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -322023708], ["username", "billy_06"], ["access_token", "edeb3cbd37b78e94e816a68e9de9855d"], ["uuid", "5d5547be-5028-4441-928f-4dcba0455ec7"], ["support_identifier", "cs_c625aa7c"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:04:09.660792"], ["updated_at", "2017-12-18 19:04:09.660792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -773298745 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb957c6e-0720-4239-b5b5-e57a2b5393e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_71407429' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -773298745], ["username", "billy_07"], ["access_token", "07af04d8109a9e9f4e3babba092898d2"], ["uuid", "cb957c6e-0720-4239-b5b5-e57a2b5393e8"], ["support_identifier", "cs_71407429"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:04:09.666413"], ["updated_at", "2017-12-18 19:04:09.666413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -416569982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8d81cf6-a21d-48e9-8588-8c413c795786' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d8505bc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -416569982], ["username", "billy_08"], ["access_token", "2f62b24735f59de5d7931d9fd1ffcf22"], ["uuid", "b8d81cf6-a21d-48e9-8588-8c413c795786"], ["support_identifier", "cs_8d8505bc"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:04:09.671564"], ["updated_at", "2017-12-18 19:04:09.671564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -69038745 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2529b5de-2bc2-4580-9073-225d824c0f27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b0032759' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -69038745], ["username", "billy_09"], ["access_token", "300262326eebb7ba3196bb9623dc2766"], ["uuid", "2529b5de-2bc2-4580-9073-225d824c0f27"], ["support_identifier", "cs_b0032759"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:04:09.676143"], ["updated_at", "2017-12-18 19:04:09.676143"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2041239667 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72fe37c7-84ae-4183-83ef-fb7597a42c91' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_700dcb9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2041239667], ["username", "billy_10"], ["access_token", "d7d38c259a29211bf775758af1e2a27c"], ["uuid", "72fe37c7-84ae-4183-83ef-fb7597a42c91"], ["support_identifier", "cs_700dcb9f"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:04:09.682143"], ["updated_at", "2017-12-18 19:04:09.682143"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1919351778 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b745339-cdd8-4667-aa53-4f01b3ddb449' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b5f6f09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1919351778], ["username", "billy_11"], ["access_token", "f70f059c8355be727d6a2756b2b347b9"], ["uuid", "7b745339-cdd8-4667-aa53-4f01b3ddb449"], ["support_identifier", "cs_0b5f6f09"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:04:09.686782"], ["updated_at", "2017-12-18 19:04:09.686782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794731308 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04376025-218b-46c9-bd23-6369424b8a36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29b3bf15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -794731308], ["username", "billy_12"], ["access_token", "fc5a34bc76c97c18bb2a51bbd8094d05"], ["uuid", "04376025-218b-46c9-bd23-6369424b8a36"], ["support_identifier", "cs_29b3bf15"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:04:09.691320"], ["updated_at", "2017-12-18 19:04:09.691320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -963713146 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '278d1045-3fcb-4f88-b79d-2625f586782d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0f4898af' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -963713146], ["username", "billy_13"], ["access_token", "daade3cbde1dc1f0bdea9809d2ea3670"], ["uuid", "278d1045-3fcb-4f88-b79d-2625f586782d"], ["support_identifier", "cs_0f4898af"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:04:09.696899"], ["updated_at", "2017-12-18 19:04:09.696899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661036540 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5026cfd4-006f-4b3c-b273-16bfc0a9ebe0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_832f76db' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -661036540], ["username", "billy_14"], ["access_token", "5c8cc434d8b1c2d9a9648b88174964e0"], ["uuid", "5026cfd4-006f-4b3c-b273-16bfc0a9ebe0"], ["support_identifier", "cs_832f76db"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:04:09.702675"], ["updated_at", "2017-12-18 19:04:09.702675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1604339531 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13b0884c-a9a7-4d40-80a0-5aea0057ac60' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c1e9660a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1604339531], ["username", "billy_15"], ["access_token", "8c3001f963f06c1b47ad1f746432ef60"], ["uuid", "13b0884c-a9a7-4d40-80a0-5aea0057ac60"], ["support_identifier", "cs_c1e9660a"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:04:09.707247"], ["updated_at", "2017-12-18 19:04:09.707247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1875555345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e186b60a-bc4d-4f45-bebb-40a0a1f88a1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a2484135' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1875555345], ["username", "billy_16"], ["access_token", "495db789296d4f4d4176db60acefea32"], ["uuid", "e186b60a-bc4d-4f45-bebb-40a0a1f88a1c"], ["support_identifier", "cs_a2484135"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:04:09.711579"], ["updated_at", "2017-12-18 19:04:09.711579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1662545453 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e039961-8876-4d37-87bd-2138be350fba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12138d0d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1662545453], ["username", "billy_17"], ["access_token", "813d4ddd345c2c848ad3a8735aead17d"], ["uuid", "2e039961-8876-4d37-87bd-2138be350fba"], ["support_identifier", "cs_12138d0d"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:04:09.717218"], ["updated_at", "2017-12-18 19:04:09.717218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -379603960 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c004a8f7-72d4-469d-90f3-f669038879fc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_05b323ef' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -379603960], ["username", "billy_18"], ["access_token", "3c45cc883b79feea1345665f18386915"], ["uuid", "c004a8f7-72d4-469d-90f3-f669038879fc"], ["support_identifier", "cs_05b323ef"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:04:09.722643"], ["updated_at", "2017-12-18 19:04:09.722643"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1779523951 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc6cd881-d2ee-46ee-957c-2223486c993d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f514b879' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1779523951], ["username", "billy_19"], ["access_token", "32efd6d63392c6dc1a9d02fd0d6f9a77"], ["uuid", "dc6cd881-d2ee-46ee-957c-2223486c993d"], ["support_identifier", "cs_f514b879"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:04:09.727424"], ["updated_at", "2017-12-18 19:04:09.727424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1002127884 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '104ed740-5d7f-45c3-b527-c491ed6fad6d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d0407d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1002127884], ["username", "billy_20"], ["access_token", "c830837eab744c65ca377d3695be6b28"], ["uuid", "104ed740-5d7f-45c3-b527-c491ed6fad6d"], ["support_identifier", "cs_9d0407d5"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:04:09.732447"], ["updated_at", "2017-12-18 19:04:09.732447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1898027753 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1678737c-1207-4bc4-b8fc-3ec21b9c4966' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a680eb04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1898027753], ["username", "billy_21"], ["access_token", "2955c44385d331d6890d7cff9214bd8e"], ["uuid", "1678737c-1207-4bc4-b8fc-3ec21b9c4966"], ["support_identifier", "cs_a680eb04"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:04:09.736885"], ["updated_at", "2017-12-18 19:04:09.736885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -655952426 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9dfac56d-ca8d-4246-8cf2-b40f9aaf4443' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eefadc5d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -655952426], ["username", "billy_22"], ["access_token", "2a038c9b67e59e1f57c5bed3f789106e"], ["uuid", "9dfac56d-ca8d-4246-8cf2-b40f9aaf4443"], ["support_identifier", "cs_eefadc5d"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:04:09.741282"], ["updated_at", "2017-12-18 19:04:09.741282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1617949932 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee03258a-d6ec-4d37-9e64-d2759afe5f18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9edbca37' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1617949932], ["username", "billy_23"], ["access_token", "be3a463d88c79902c42d9dd02076098c"], ["uuid", "ee03258a-d6ec-4d37-9e64-d2759afe5f18"], ["support_identifier", "cs_9edbca37"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:04:09.745797"], ["updated_at", "2017-12-18 19:04:09.745797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1560129781 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8faeb08-8320-4d98-931a-19ad338feab3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47538a27' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1560129781], ["username", "billy_24"], ["access_token", "491cf3cf4a89fe41decdafd9ce561cda"], ["uuid", "a8faeb08-8320-4d98-931a-19ad338feab3"], ["support_identifier", "cs_47538a27"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:04:09.751286"], ["updated_at", "2017-12-18 19:04:09.751286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1453735577 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bd01d1a-d6d5-46c6-b5e4-c0dd1c449bb3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f391be3e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1453735577], ["username", "billy_25"], ["access_token", "4c8b9d5ba4fe1f3c478f8a33edc171be"], ["uuid", "5bd01d1a-d6d5-46c6-b5e4-c0dd1c449bb3"], ["support_identifier", "cs_f391be3e"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:04:09.755864"], ["updated_at", "2017-12-18 19:04:09.755864"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -456229341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6376aed0-03c5-43c0-b24c-eb2a02dee94f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5ed125f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -456229341], ["username", "billy_26"], ["access_token", "87e2bce486715bc5fd71e747ed529c64"], ["uuid", "6376aed0-03c5-43c0-b24c-eb2a02dee94f"], ["support_identifier", "cs_5ed125f0"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:04:09.759964"], ["updated_at", "2017-12-18 19:04:09.759964"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1925440450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4900a68c-2ba3-45e5-91dc-4a3e59b5aee5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_57f7023b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1925440450], ["username", "billy_27"], ["access_token", "5fd5e0852e7a0af2153a17ac22adb383"], ["uuid", "4900a68c-2ba3-45e5-91dc-4a3e59b5aee5"], ["support_identifier", "cs_57f7023b"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:04:09.764416"], ["updated_at", "2017-12-18 19:04:09.764416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -832567592 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60e40542-2e3d-4d28-b509-900704430164' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eba7008d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -832567592], ["username", "billy_28"], ["access_token", "3823cf07bd93eb2c8fcedfc4a0af469c"], ["uuid", "60e40542-2e3d-4d28-b509-900704430164"], ["support_identifier", "cs_eba7008d"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:04:09.769863"], ["updated_at", "2017-12-18 19:04:09.769863"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -480319384 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'faafc658-703c-4048-804b-2820bbae0594' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1073db20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -480319384], ["username", "billy_29"], ["access_token", "36ec9d8acf81b92204b11dc525af590c"], ["uuid", "faafc658-703c-4048-804b-2820bbae0594"], ["support_identifier", "cs_1073db20"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:04:09.774581"], ["updated_at", "2017-12-18 19:04:09.774581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -110998744 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c9f53fb-9580-4aa0-82e8-c3c0fe2da1de' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_87a6d13f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -110998744], ["username", "billy_30"], ["access_token", "febb4e0f011fdaa6f5d73df6e081875d"], ["uuid", "8c9f53fb-9580-4aa0-82e8-c3c0fe2da1de"], ["support_identifier", "cs_87a6d13f"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:04:09.779682"], ["updated_at", "2017-12-18 19:04:09.779682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1199831633 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e625df4a-e52d-4083-b655-25e8d574c823' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0c2be93a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1199831633], ["username", "billy_31"], ["access_token", "8872a7549ef09145239927b6df299497"], ["uuid", "e625df4a-e52d-4083-b655-25e8d574c823"], ["support_identifier", "cs_0c2be93a"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:04:09.791016"], ["updated_at", "2017-12-18 19:04:09.791016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -999720074 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78240394-7e4c-4593-bf84-7854ffd90789' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6d28b257' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -999720074], ["username", "billy_32"], ["access_token", "e30d395a6e7723770c46fa8fb657c425"], ["uuid", "78240394-7e4c-4593-bf84-7854ffd90789"], ["support_identifier", "cs_6d28b257"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:04:09.796347"], ["updated_at", "2017-12-18 19:04:09.796347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1500365433 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eeed2e5d-a10f-4cd1-85a2-b6f1f00b7755' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b53faab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1500365433], ["username", "billy_33"], ["access_token", "5674934089d96a58c8644c2ee31e0b73"], ["uuid", "eeed2e5d-a10f-4cd1-85a2-b6f1f00b7755"], ["support_identifier", "cs_0b53faab"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:04:09.801902"], ["updated_at", "2017-12-18 19:04:09.801902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -758188464 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3cc981c-fe2e-4747-9647-c6ff1f890271' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0f9ab020' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -758188464], ["username", "billy_34"], ["access_token", "1202796c8d209ad7788dcc76ce73b116"], ["uuid", "e3cc981c-fe2e-4747-9647-c6ff1f890271"], ["support_identifier", "cs_0f9ab020"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:04:09.807199"], ["updated_at", "2017-12-18 19:04:09.807199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1593926663 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9919f4d3-852c-4de4-9773-7b32c46adebe' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ede99086' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1593926663], ["username", "billy_35"], ["access_token", "2b964ed681c6e509d98e366851ea9440"], ["uuid", "9919f4d3-852c-4de4-9773-7b32c46adebe"], ["support_identifier", "cs_ede99086"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:04:09.813963"], ["updated_at", "2017-12-18 19:04:09.813963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -743646526 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ee275cb-3d87-4c4d-ae1f-f78c51d610ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4b9b001a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -743646526], ["username", "billy_36"], ["access_token", "1dbe787cc8f4d13380f6966f98e935b1"], ["uuid", "1ee275cb-3d87-4c4d-ae1f-f78c51d610ad"], ["support_identifier", "cs_4b9b001a"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:04:09.819618"], ["updated_at", "2017-12-18 19:04:09.819618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841653396 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69bc36e9-496b-4fd5-8328-70b15b077ffa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_41daf557' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1841653396], ["username", "billy_37"], ["access_token", "72393294000fff7664f3b990f0ef8101"], ["uuid", "69bc36e9-496b-4fd5-8328-70b15b077ffa"], ["support_identifier", "cs_41daf557"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:04:09.824293"], ["updated_at", "2017-12-18 19:04:09.824293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -675375585 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7eb3cbbb-47dd-4027-81b0-a7470b963dd3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34f91ed1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -675375585], ["username", "billy_38"], ["access_token", "99b7b93caf390c9f6d4bffdaf759ce91"], ["uuid", "7eb3cbbb-47dd-4027-81b0-a7470b963dd3"], ["support_identifier", "cs_34f91ed1"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:04:09.830062"], ["updated_at", "2017-12-18 19:04:09.830062"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878761662 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4fe6425-3e54-4892-9d35-49d988e92af7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0ba87174' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -878761662], ["username", "billy_39"], ["access_token", "42a797e2bac5c3703aab50692a64bb9e"], ["uuid", "f4fe6425-3e54-4892-9d35-49d988e92af7"], ["support_identifier", "cs_0ba87174"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:04:09.834644"], ["updated_at", "2017-12-18 19:04:09.834644"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870276617 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c546889c-9e28-4fd1-8912-2d10fa283032' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d900f706' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1870276617], ["username", "billy_40"], ["access_token", "2fd8164cd5ce88f6ce7d73927be60e03"], ["uuid", "c546889c-9e28-4fd1-8912-2d10fa283032"], ["support_identifier", "cs_d900f706"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:04:09.838925"], ["updated_at", "2017-12-18 19:04:09.838925"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2041933063 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07198bed-b646-4da9-bd70-4c491b88d8a4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7527f0a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2041933063], ["username", "billy_41"], ["access_token", "3879135883150b2aa693a1bf10ff52ce"], ["uuid", "07198bed-b646-4da9-bd70-4c491b88d8a4"], ["support_identifier", "cs_7527f0a2"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:04:09.843036"], ["updated_at", "2017-12-18 19:04:09.843036"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776515959 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d833064-b889-45f1-9f12-8f36f910d27c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_18d9bb78' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -776515959], ["username", "billy_42"], ["access_token", "da2234a39da7ad8e5af178e965298d89"], ["uuid", "7d833064-b889-45f1-9f12-8f36f910d27c"], ["support_identifier", "cs_18d9bb78"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:04:09.847618"], ["updated_at", "2017-12-18 19:04:09.847618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1634808110 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a70c7b4-251f-4733-b7b7-e2b5d0a818e0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8975634e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1634808110], ["username", "billy_43"], ["access_token", "020c162fbccf11e2ef163567bfcf41bc"], ["uuid", "8a70c7b4-251f-4733-b7b7-e2b5d0a818e0"], ["support_identifier", "cs_8975634e"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:04:09.852444"], ["updated_at", "2017-12-18 19:04:09.852444"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -570951333 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8598ab9a-1e76-4e13-b014-e83efb76b2b4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d7573482' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -570951333], ["username", "billy_44"], ["access_token", "2d111d7651ef25c3332291c3fbb8d182"], ["uuid", "8598ab9a-1e76-4e13-b014-e83efb76b2b4"], ["support_identifier", "cs_d7573482"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:04:09.856750"], ["updated_at", "2017-12-18 19:04:09.856750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1231776221 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd93ba457-2965-4cdf-b373-03b42d22f699' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f5464cd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1231776221], ["username", "billy_45"], ["access_token", "d5f445fcc6d238fabbc4357cbdc57812"], ["uuid", "d93ba457-2965-4cdf-b373-03b42d22f699"], ["support_identifier", "cs_7f5464cd"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:04:09.861212"], ["updated_at", "2017-12-18 19:04:09.861212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1766141286 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f17403cb-1c90-4a20-8080-bb2a2d252bc2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_683d3d26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1766141286], ["username", "jstrav"], ["access_token", "08044fbb22968cc3d4ebe7d8b0dd22f5"], ["uuid", "f17403cb-1c90-4a20-8080-bb2a2d252bc2"], ["support_identifier", "cs_683d3d26"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:09.872199"], ["updated_at", "2017-12-18 19:04:09.872199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -126004539 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '346c9dc7-a2f2-4da7-bbe7-74c7b6e91804' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_01725fdb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -126004539], ["username", "mary"], ["access_token", "b2a2d9a4115bbbee9ae79037337b3391"], ["uuid", "346c9dc7-a2f2-4da7-bbe7-74c7b6e91804"], ["support_identifier", "cs_01725fdb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:09.876706"], ["updated_at", "2017-12-18 19:04:09.876706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -367262398 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f746043e-2173-4a97-8e9f-2311f790e75b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8be5b92e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -367262398], ["username", "jstead"], ["access_token", "790d7862cf54035b1a6ae6b80795e0ea"], ["uuid", "f746043e-2173-4a97-8e9f-2311f790e75b"], ["support_identifier", "cs_8be5b92e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:09.881678"], ["updated_at", "2017-12-18 19:04:09.881678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -525655584 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77ab6e33-0aa9-4f9f-96f8-c40e31ac618c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e2fe5715' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -525655584], ["username", "bigbear"], ["access_token", "131d98a5b931a7b71e4306d40d339c1d"], ["uuid", "77ab6e33-0aa9-4f9f-96f8-c40e31ac618c"], ["support_identifier", "cs_e2fe5715"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:09.886015"], ["updated_at", "2017-12-18 19:04:09.886015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -45825130 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f4c848f-6478-4c4e-bddc-ce7620bcbd0d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b88dfdcc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -45825130], ["username", "billy_00"], ["access_token", "bc9a16c2000524ff064c577fb5907e87"], ["uuid", "4f4c848f-6478-4c4e-bddc-ce7620bcbd0d"], ["support_identifier", "cs_b88dfdcc"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:04:09.890306"], ["updated_at", "2017-12-18 19:04:09.890306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -35277780 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84ac1855-0872-44bd-b85e-226380e2e7a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d3c6062d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -35277780], ["username", "billy_01"], ["access_token", "4454af7e174e4176be9f8238c88b557a"], ["uuid", "84ac1855-0872-44bd-b85e-226380e2e7a7"], ["support_identifier", "cs_d3c6062d"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:04:09.894595"], ["updated_at", "2017-12-18 19:04:09.894595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975291269 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b40cc9a7-2322-48d0-b868-c7cbfb518aed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc6fa4c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1975291269], ["username", "billy_02"], ["access_token", "61cca535a9dcfcd68386bdcef8836e4d"], ["uuid", "b40cc9a7-2322-48d0-b868-c7cbfb518aed"], ["support_identifier", "cs_bc6fa4c7"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:04:09.898979"], ["updated_at", "2017-12-18 19:04:09.898979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894836033 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2434018e-06ab-4f52-b68d-ec48f98bbabe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a1337554' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1894836033], ["username", "billy_03"], ["access_token", "9fc299aa6567716ba2f9351ebcf660c7"], ["uuid", "2434018e-06ab-4f52-b68d-ec48f98bbabe"], ["support_identifier", "cs_a1337554"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:04:09.903643"], ["updated_at", "2017-12-18 19:04:09.903643"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696901155 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc4175c9-7353-4e01-a9bf-e86dfbadf2ca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_396e2aa4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -696901155], ["username", "billy_04"], ["access_token", "db433444fdf7bccd3698cf991ca7eba7"], ["uuid", "dc4175c9-7353-4e01-a9bf-e86dfbadf2ca"], ["support_identifier", "cs_396e2aa4"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:04:09.909133"], ["updated_at", "2017-12-18 19:04:09.909133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -182201176 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '913b7de6-337c-43cf-8d7d-cc72679c023c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_87ddcd97' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -182201176], ["username", "billy_05"], ["access_token", "5a86f61afd3f0c5883a957fd7f70639e"], ["uuid", "913b7de6-337c-43cf-8d7d-cc72679c023c"], ["support_identifier", "cs_87ddcd97"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:04:09.914689"], ["updated_at", "2017-12-18 19:04:09.914689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1433288598 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f947cf1-8446-43c1-98f6-2fb0c514cdac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95027b83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1433288598], ["username", "billy_06"], ["access_token", "10e22ae51fdf23bdb24371a892ae15a0"], ["uuid", "1f947cf1-8446-43c1-98f6-2fb0c514cdac"], ["support_identifier", "cs_95027b83"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:04:09.919307"], ["updated_at", "2017-12-18 19:04:09.919307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429595439 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93782d97-aa8d-4d63-926c-d4b03b34338b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ded2aecf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -429595439], ["username", "billy_07"], ["access_token", "54c03a7b1c79196be0eb145cceeb827a"], ["uuid", "93782d97-aa8d-4d63-926c-d4b03b34338b"], ["support_identifier", "cs_ded2aecf"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:04:09.924085"], ["updated_at", "2017-12-18 19:04:09.924085"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1834450098 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d4b642a-1175-4e02-97bd-e6b6c86327ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_65652f3d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1834450098], ["username", "billy_08"], ["access_token", "9453e28cf40947494d71e9af37f63ab9"], ["uuid", "7d4b642a-1175-4e02-97bd-e6b6c86327ab"], ["support_identifier", "cs_65652f3d"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:04:09.929770"], ["updated_at", "2017-12-18 19:04:09.929770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -454492315 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19b3f06e-5ac4-4b58-a5d7-0c93ea757502' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b413f63c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -454492315], ["username", "billy_09"], ["access_token", "2475a785e90e65286f1eac77c61fffce"], ["uuid", "19b3f06e-5ac4-4b58-a5d7-0c93ea757502"], ["support_identifier", "cs_b413f63c"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:04:09.935204"], ["updated_at", "2017-12-18 19:04:09.935204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1832622107 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dedccf6f-e9d8-4292-8f90-b818498e1565' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12d2e960' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1832622107], ["username", "billy_10"], ["access_token", "5811c22f8b2deed1a9424bb1ca38964f"], ["uuid", "dedccf6f-e9d8-4292-8f90-b818498e1565"], ["support_identifier", "cs_12d2e960"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:04:09.939744"], ["updated_at", "2017-12-18 19:04:09.939744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2125997509 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3c0b332-222a-4ed0-baf1-927a8b76bea5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c97b935a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2125997509], ["username", "billy_11"], ["access_token", "5aa10d000a73cbb15f52364379a6021f"], ["uuid", "c3c0b332-222a-4ed0-baf1-927a8b76bea5"], ["support_identifier", "cs_c97b935a"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:04:09.944096"], ["updated_at", "2017-12-18 19:04:09.944096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1635319278 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34442289-b435-4750-995c-06e7abcbf2ac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0565fdb6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1635319278], ["username", "billy_12"], ["access_token", "782dc1e38d9cae5afb1e8fb636ddda4c"], ["uuid", "34442289-b435-4750-995c-06e7abcbf2ac"], ["support_identifier", "cs_0565fdb6"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:04:09.948844"], ["updated_at", "2017-12-18 19:04:09.948844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2017196664 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbc5e739-2eca-477f-8a62-b9257ca8cdcb' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c50dbb4e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2017196664], ["username", "billy_13"], ["access_token", "7ec2f93db3e7191d4df1d7f5d0339c77"], ["uuid", "fbc5e739-2eca-477f-8a62-b9257ca8cdcb"], ["support_identifier", "cs_c50dbb4e"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:04:09.953462"], ["updated_at", "2017-12-18 19:04:09.953462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -743921988 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c9dcf9f-f829-4c6c-b13f-0095b8b2e08d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e4e7e9b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -743921988], ["username", "billy_14"], ["access_token", "f6b81df467b3c38737d34206a5b7a8f1"], ["uuid", "1c9dcf9f-f829-4c6c-b13f-0095b8b2e08d"], ["support_identifier", "cs_5e4e7e9b"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:04:09.957903"], ["updated_at", "2017-12-18 19:04:09.957903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -829045666 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '620a14d6-8878-46cd-987d-2584d35a911f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d9f6aa32' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -829045666], ["username", "billy_15"], ["access_token", "4e8dd9d9566afe8a9f58ce5e662ec6f6"], ["uuid", "620a14d6-8878-46cd-987d-2584d35a911f"], ["support_identifier", "cs_d9f6aa32"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:04:09.963106"], ["updated_at", "2017-12-18 19:04:09.963106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1027224153 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad9af43e-6af9-4b55-b330-280dc3614e7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9cd4d7d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1027224153], ["username", "billy_16"], ["access_token", "377461328ce5733cf282f13a219de8fd"], ["uuid", "ad9af43e-6af9-4b55-b330-280dc3614e7e"], ["support_identifier", "cs_9cd4d7d4"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:04:09.968155"], ["updated_at", "2017-12-18 19:04:09.968155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1945407358 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db624df1-f979-4b55-90e3-c632ed8ac0bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_32dd7f93' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1945407358], ["username", "billy_17"], ["access_token", "1fc244ff5cba106e93bac491a3836cee"], ["uuid", "db624df1-f979-4b55-90e3-c632ed8ac0bd"], ["support_identifier", "cs_32dd7f93"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:04:09.972872"], ["updated_at", "2017-12-18 19:04:09.972872"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1206424106 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0ffa63f-8b1d-4170-a826-396b4ad30238' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_add1949d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1206424106], ["username", "billy_18"], ["access_token", "8f04707812f71fdbdbaf7ee464904d4b"], ["uuid", "e0ffa63f-8b1d-4170-a826-396b4ad30238"], ["support_identifier", "cs_add1949d"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:04:09.979428"], ["updated_at", "2017-12-18 19:04:09.979428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1624598276 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '528478d2-f455-4c3f-9cf3-7475941aad4e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c81efdb8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1624598276], ["username", "billy_19"], ["access_token", "249e89e40a70f2d961629e1828b38f44"], ["uuid", "528478d2-f455-4c3f-9cf3-7475941aad4e"], ["support_identifier", "cs_c81efdb8"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:04:09.984972"], ["updated_at", "2017-12-18 19:04:09.984972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945618678 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ebbe413f-7faa-4313-bb7b-856ed28c69bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1f535f35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -945618678], ["username", "billy_20"], ["access_token", "95b82f6324056c8f1ecd45c5ff90e5f6"], ["uuid", "ebbe413f-7faa-4313-bb7b-856ed28c69bc"], ["support_identifier", "cs_1f535f35"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:04:09.989303"], ["updated_at", "2017-12-18 19:04:09.989303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1817314098 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac730621-bd97-45fe-90ae-f7fa9f4832da' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b4a88bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1817314098], ["username", "billy_21"], ["access_token", "4a1d6c5f5780c954091edb09e8480657"], ["uuid", "ac730621-bd97-45fe-90ae-f7fa9f4832da"], ["support_identifier", "cs_6b4a88bb"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:04:09.993950"], ["updated_at", "2017-12-18 19:04:09.993950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -33946010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21dd4ae6-dc04-4845-8399-987034ad3528' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dfe7499d' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -33946010], ["username", "billy_22"], ["access_token", "ad757d169e538a6e037f679d547898a1"], ["uuid", "21dd4ae6-dc04-4845-8399-987034ad3528"], ["support_identifier", "cs_dfe7499d"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:04:09.998547"], ["updated_at", "2017-12-18 19:04:09.998547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -282539445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c18784e7-46cf-4de7-8498-e77457d9fea3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_17a9de97' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -282539445], ["username", "billy_23"], ["access_token", "aae20b12d6c406dee505152bdd5af04a"], ["uuid", "c18784e7-46cf-4de7-8498-e77457d9fea3"], ["support_identifier", "cs_17a9de97"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:04:10.003740"], ["updated_at", "2017-12-18 19:04:10.003740"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -458149777 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf8128e7-c08b-4b37-87d8-88aa72aa84d7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68d7e7b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -458149777], ["username", "billy_24"], ["access_token", "4468f2c48c25e069074d7af0cdde3810"], ["uuid", "bf8128e7-c08b-4b37-87d8-88aa72aa84d7"], ["support_identifier", "cs_68d7e7b5"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:04:10.008100"], ["updated_at", "2017-12-18 19:04:10.008100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -363222649 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38b2e317-87c6-489f-8982-7f7aad00d025' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9c32ca74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -363222649], ["username", "billy_25"], ["access_token", "62700ca8d00eb7f970c66440539b2ac2"], ["uuid", "38b2e317-87c6-489f-8982-7f7aad00d025"], ["support_identifier", "cs_9c32ca74"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:04:10.012841"], ["updated_at", "2017-12-18 19:04:10.012841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1198888181 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64238663-3de9-486e-9997-ada8051dfa6d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62a718ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1198888181], ["username", "billy_26"], ["access_token", "a1f6084f4d55f0ae952e0efd09f02cd4"], ["uuid", "64238663-3de9-486e-9997-ada8051dfa6d"], ["support_identifier", "cs_62a718ed"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:04:10.017887"], ["updated_at", "2017-12-18 19:04:10.017887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1262809839 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd517e71a-fd97-4579-980c-c6a53ac1592f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e99017ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1262809839], ["username", "billy_27"], ["access_token", "a6b514a7678175398f8a9b0adcde3420"], ["uuid", "d517e71a-fd97-4579-980c-c6a53ac1592f"], ["support_identifier", "cs_e99017ae"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:04:10.022279"], ["updated_at", "2017-12-18 19:04:10.022279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -737524632 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '652661d9-03ee-43cd-9d17-4694789687c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3767b155' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -737524632], ["username", "billy_28"], ["access_token", "fa00e01c417eb66f24b8b5ae526536b1"], ["uuid", "652661d9-03ee-43cd-9d17-4694789687c9"], ["support_identifier", "cs_3767b155"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:04:10.026861"], ["updated_at", "2017-12-18 19:04:10.026861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -709060200 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c06865f-24ae-4bd9-829e-8f43b7be4ccc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cade88eb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -709060200], ["username", "billy_29"], ["access_token", "0d6ddfcec2cd74ed316de0b5164055df"], ["uuid", "7c06865f-24ae-4bd9-829e-8f43b7be4ccc"], ["support_identifier", "cs_cade88eb"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:04:10.032492"], ["updated_at", "2017-12-18 19:04:10.032492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -352247623 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c37d12f-6537-48d5-9204-a88dd1914410' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b75def30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -352247623], ["username", "billy_30"], ["access_token", "824fb9ce64f557dc15c16d9f761c91b1"], ["uuid", "8c37d12f-6537-48d5-9204-a88dd1914410"], ["support_identifier", "cs_b75def30"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:04:10.037459"], ["updated_at", "2017-12-18 19:04:10.037459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1104516543 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa0a27b2-f477-4fd9-ad18-154cdaf239f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fbe3bd68' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1104516543], ["username", "billy_31"], ["access_token", "20024df16caac01c268ff45e2ba624f2"], ["uuid", "fa0a27b2-f477-4fd9-ad18-154cdaf239f2"], ["support_identifier", "cs_fbe3bd68"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:04:10.042007"], ["updated_at", "2017-12-18 19:04:10.042007"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -950184445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a5e13cc0-3f32-4c52-a0a8-1f5c6192b6df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_83681abf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -950184445], ["username", "billy_32"], ["access_token", "0624851d97cd78d8a340ef9352beb0d3"], ["uuid", "a5e13cc0-3f32-4c52-a0a8-1f5c6192b6df"], ["support_identifier", "cs_83681abf"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:04:10.046772"], ["updated_at", "2017-12-18 19:04:10.046772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1356540246 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2930319-a3ce-401b-ad44-8b9199522f9c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cbc453c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1356540246], ["username", "billy_33"], ["access_token", "1a7edb4222c0a01d3b5b6bbcecf84767"], ["uuid", "e2930319-a3ce-401b-ad44-8b9199522f9c"], ["support_identifier", "cs_cbc453c1"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:04:10.052135"], ["updated_at", "2017-12-18 19:04:10.052135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -849409864 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1dff1575-18f6-4ecc-a004-f89f2b2891f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_52547cfb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -849409864], ["username", "billy_34"], ["access_token", "ef9ccb5df161d7de9e894d3ffaa2f8d9"], ["uuid", "1dff1575-18f6-4ecc-a004-f89f2b2891f1"], ["support_identifier", "cs_52547cfb"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:04:10.057168"], ["updated_at", "2017-12-18 19:04:10.057168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -652720288 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '497eb835-6005-4573-9054-7ecad5f9c3db' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0ef02610' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -652720288], ["username", "billy_35"], ["access_token", "b856528249384fce72e62452e1776374"], ["uuid", "497eb835-6005-4573-9054-7ecad5f9c3db"], ["support_identifier", "cs_0ef02610"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:04:10.064488"], ["updated_at", "2017-12-18 19:04:10.064488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1272555348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '58fc0cd7-4bdf-4c3f-8bd7-c5262b01c95b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f3a223aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1272555348], ["username", "billy_36"], ["access_token", "8e1d1d9fade628251fe62739a6d722b0"], ["uuid", "58fc0cd7-4bdf-4c3f-8bd7-c5262b01c95b"], ["support_identifier", "cs_f3a223aa"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:04:10.069786"], ["updated_at", "2017-12-18 19:04:10.069786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1561485587 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e923381-f693-473e-8bd1-49a919d0f194' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_acbd73e7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1561485587], ["username", "billy_37"], ["access_token", "64c8140a987356b075de7f5c588d1cae"], ["uuid", "8e923381-f693-473e-8bd1-49a919d0f194"], ["support_identifier", "cs_acbd73e7"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:04:10.074230"], ["updated_at", "2017-12-18 19:04:10.074230"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -383511661 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e1109e78-c014-430e-85b8-015b753544fc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f769a08a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -383511661], ["username", "billy_38"], ["access_token", "d7f8df8176ca03d743fddf6680e3a0e4"], ["uuid", "e1109e78-c014-430e-85b8-015b753544fc"], ["support_identifier", "cs_f769a08a"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:04:10.078670"], ["updated_at", "2017-12-18 19:04:10.078670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1716278737 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '969b0537-4d65-4077-b42c-604b5a6d3e10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4eebf567' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1716278737], ["username", "billy_39"], ["access_token", "58072130f4ccc25a6a079340cfa7547f"], ["uuid", "969b0537-4d65-4077-b42c-604b5a6d3e10"], ["support_identifier", "cs_4eebf567"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:04:10.083557"], ["updated_at", "2017-12-18 19:04:10.083557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1928618956 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '013b9f5d-dd0b-47e9-bf62-7ad064b924e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b5db1e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1928618956], ["username", "billy_40"], ["access_token", "a9311b2283c1cb13c42d949f6691c64b"], ["uuid", "013b9f5d-dd0b-47e9-bf62-7ad064b924e8"], ["support_identifier", "cs_9b5db1e8"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:04:10.088239"], ["updated_at", "2017-12-18 19:04:10.088239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -442878178 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c71bdfa6-b211-4ab9-a3b6-381e89f2c9a8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dcbf974e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -442878178], ["username", "billy_41"], ["access_token", "8f2f5377a0413956a9f08a3b610866b2"], ["uuid", "c71bdfa6-b211-4ab9-a3b6-381e89f2c9a8"], ["support_identifier", "cs_dcbf974e"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:04:10.092507"], ["updated_at", "2017-12-18 19:04:10.092507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1872353634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a491675b-134a-465f-9b3f-b17bd4804634' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1563d5c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1872353634], ["username", "billy_42"], ["access_token", "3b78951c01b88f5a6afe0ccf23ab18f8"], ["uuid", "a491675b-134a-465f-9b3f-b17bd4804634"], ["support_identifier", "cs_1563d5c0"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:04:10.096846"], ["updated_at", "2017-12-18 19:04:10.096846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656028194 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '981cf6d6-4709-4d66-bf9e-2cbd345c9c43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c3767f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1656028194], ["username", "billy_43"], ["access_token", "61fdfb795c476368503613cb329d2604"], ["uuid", "981cf6d6-4709-4d66-bf9e-2cbd345c9c43"], ["support_identifier", "cs_7c3767f2"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:04:10.101311"], ["updated_at", "2017-12-18 19:04:10.101311"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -541449296 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be0fb5ad-483d-4b0d-a39a-fceaa71d5829' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fcbdbc91' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -541449296], ["username", "billy_44"], ["access_token", "8a6b8b138d0c99b07265b59887b4f0c6"], ["uuid", "be0fb5ad-483d-4b0d-a39a-fceaa71d5829"], ["support_identifier", "cs_fcbdbc91"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:04:10.105599"], ["updated_at", "2017-12-18 19:04:10.105599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2146091281 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d6a72df-607c-4b3c-bb21-00c0995d7b90' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2b2b617' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2146091281], ["username", "billy_45"], ["access_token", "b4e0666e546fbe60a9d384d32ee7c29c"], ["uuid", "1d6a72df-607c-4b3c-bb21-00c0995d7b90"], ["support_identifier", "cs_f2b2b617"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:04:10.109918"], ["updated_at", "2017-12-18 19:04:10.109918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1738996000 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f143f95-eb63-4da8-95ee-55279e505f67' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a4b14cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1738996000], ["username", "jstrav"], ["access_token", "b89bce88046e8f58bd5e16b49306264f"], ["uuid", "7f143f95-eb63-4da8-95ee-55279e505f67"], ["support_identifier", "cs_8a4b14cd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:10.119335"], ["updated_at", "2017-12-18 19:04:10.119335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -198104465 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b755e706-e338-4515-a67b-8142b8f298cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28db9138' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -198104465], ["username", "mary"], ["access_token", "b655725c095b72b550b1e85365f2f3b7"], ["uuid", "b755e706-e338-4515-a67b-8142b8f298cf"], ["support_identifier", "cs_28db9138"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:10.123727"], ["updated_at", "2017-12-18 19:04:10.123727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -722122315 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36bf4ae3-8d56-4313-a408-47458ed3a2df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_387d80b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -722122315], ["username", "jstead"], ["access_token", "367af301cdd43747634c06975b70efd5"], ["uuid", "36bf4ae3-8d56-4313-a408-47458ed3a2df"], ["support_identifier", "cs_387d80b3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:10.128066"], ["updated_at", "2017-12-18 19:04:10.128066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -196433963 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d36f555-b90d-4917-b605-35ed8c12dd56' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1971489' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -196433963], ["username", "bigbear"], ["access_token", "8f81d960d30d8e933785320e4cd4dcad"], ["uuid", "2d36f555-b90d-4917-b605-35ed8c12dd56"], ["support_identifier", "cs_f1971489"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:10.132596"], ["updated_at", "2017-12-18 19:04:10.132596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -40387175 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2117d57c-bb4c-49d3-b173-f4a1077af504' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d62f30af' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -40387175], ["username", "billy_00"], ["access_token", "603bc82c7cf9b2964ab00973187aeb74"], ["uuid", "2117d57c-bb4c-49d3-b173-f4a1077af504"], ["support_identifier", "cs_d62f30af"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 19:04:10.137733"], ["updated_at", "2017-12-18 19:04:10.137733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -972294722 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8930d7a6-e94a-4983-8e55-1649d865cd40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f6efb361' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -972294722], ["username", "billy_01"], ["access_token", "4a6424fce91373d9b63ece83659409ad"], ["uuid", "8930d7a6-e94a-4983-8e55-1649d865cd40"], ["support_identifier", "cs_f6efb361"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 19:04:10.141966"], ["updated_at", "2017-12-18 19:04:10.141966"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605877711 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98a2ad30-2fd9-4e35-a8e8-dbfd9cb11e85' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8c3c0356' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1605877711], ["username", "billy_02"], ["access_token", "ec0267d3f1133359766e805eb447164b"], ["uuid", "98a2ad30-2fd9-4e35-a8e8-dbfd9cb11e85"], ["support_identifier", "cs_8c3c0356"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 19:04:10.146130"], ["updated_at", "2017-12-18 19:04:10.146130"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2029062737 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '077913ec-771e-45f9-b460-9a624a14f986' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1194d174' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2029062737], ["username", "billy_03"], ["access_token", "1594cbd75f03d04998beafc26f7edca2"], ["uuid", "077913ec-771e-45f9-b460-9a624a14f986"], ["support_identifier", "cs_1194d174"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 19:04:10.151477"], ["updated_at", "2017-12-18 19:04:10.151477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1346278079 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17a9bcb1-52a5-4a63-9733-1da3e8848208' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e5a4bf0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1346278079], ["username", "billy_04"], ["access_token", "0736382fc1ea2db8de1e8385f1d44e13"], ["uuid", "17a9bcb1-52a5-4a63-9733-1da3e8848208"], ["support_identifier", "cs_e5a4bf0f"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:04:10.156077"], ["updated_at", "2017-12-18 19:04:10.156077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -632409071 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6b80faa-c595-4e60-94db-9a814dc57193' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0015fad7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -632409071], ["username", "billy_05"], ["access_token", "7aa0911bf2c5f9ef26d1368c218ce72b"], ["uuid", "f6b80faa-c595-4e60-94db-9a814dc57193"], ["support_identifier", "cs_0015fad7"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:04:10.160294"], ["updated_at", "2017-12-18 19:04:10.160294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1843297889 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'deddfcae-6e8d-475e-a22f-32c66939a133' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a7ded8ba' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1843297889], ["username", "billy_06"], ["access_token", "4ec7a50a503922b0aa885cf050c3f1b2"], ["uuid", "deddfcae-6e8d-475e-a22f-32c66939a133"], ["support_identifier", "cs_a7ded8ba"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:04:10.166810"], ["updated_at", "2017-12-18 19:04:10.166810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2010984996 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6ca8d37-09c3-4375-81f7-7862f62fd0a0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e05dac59' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2010984996], ["username", "billy_07"], ["access_token", "ae42c98d90dfc8c9bfb46e8e8c612679"], ["uuid", "b6ca8d37-09c3-4375-81f7-7862f62fd0a0"], ["support_identifier", "cs_e05dac59"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:04:10.171993"], ["updated_at", "2017-12-18 19:04:10.171993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1577422539 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '565b416d-1c1d-46df-b4f2-4b9eedb8354f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c2ea99b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1577422539], ["username", "billy_08"], ["access_token", "4b6e10e3daffffb4f7db75297622168d"], ["uuid", "565b416d-1c1d-46df-b4f2-4b9eedb8354f"], ["support_identifier", "cs_c2ea99b6"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:04:10.176317"], ["updated_at", "2017-12-18 19:04:10.176317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1937037406 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '693d6d84-7739-4aa6-8709-1dfc2008e8d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_88d61e28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1937037406], ["username", "billy_09"], ["access_token", "4b71a66aafbb6f661f230288b97ca2d2"], ["uuid", "693d6d84-7739-4aa6-8709-1dfc2008e8d3"], ["support_identifier", "cs_88d61e28"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:04:10.180704"], ["updated_at", "2017-12-18 19:04:10.180704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800409425 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e5b2a0e-810b-4175-8959-67b3e27ba648' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7bd5b035' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -800409425], ["username", "billy_10"], ["access_token", "dfaf143f9bc17795e558a0bc6829e3bc"], ["uuid", "8e5b2a0e-810b-4175-8959-67b3e27ba648"], ["support_identifier", "cs_7bd5b035"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:04:10.184994"], ["updated_at", "2017-12-18 19:04:10.184994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1041729588 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7354c19-efad-43df-b3ce-d994710cf08f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_09484bb6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1041729588], ["username", "billy_11"], ["access_token", "82d90985114ff81753eaa02a827c6ddb"], ["uuid", "b7354c19-efad-43df-b3ce-d994710cf08f"], ["support_identifier", "cs_09484bb6"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:04:10.189383"], ["updated_at", "2017-12-18 19:04:10.189383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1828927498 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '942ea624-23ce-456c-b2e4-e283c9fbb96c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bebc0a87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1828927498], ["username", "billy_12"], ["access_token", "da407e2241baf81e4602fae46edd8937"], ["uuid", "942ea624-23ce-456c-b2e4-e283c9fbb96c"], ["support_identifier", "cs_bebc0a87"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:04:10.193672"], ["updated_at", "2017-12-18 19:04:10.193672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -731204363 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99ab28b6-1c12-4e48-a354-51b529c21876' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d82952ca' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -731204363], ["username", "billy_13"], ["access_token", "597b297a98406fabd1ec65a659da10dd"], ["uuid", "99ab28b6-1c12-4e48-a354-51b529c21876"], ["support_identifier", "cs_d82952ca"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:04:10.198193"], ["updated_at", "2017-12-18 19:04:10.198193"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -574087148 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7081e36-e931-42ec-98a8-b04ab3384b5c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2de85069' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -574087148], ["username", "billy_14"], ["access_token", "e7c76a8562c075e063b9172f9550dd8f"], ["uuid", "c7081e36-e931-42ec-98a8-b04ab3384b5c"], ["support_identifier", "cs_2de85069"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:04:10.203177"], ["updated_at", "2017-12-18 19:04:10.203177"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1317310047 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be03781c-53c0-4ecf-89eb-6f631f0111ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1db8719' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1317310047], ["username", "billy_15"], ["access_token", "b293c2ed15821e2cd44f74d832da2201"], ["uuid", "be03781c-53c0-4ecf-89eb-6f631f0111ba"], ["support_identifier", "cs_d1db8719"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:04:10.208201"], ["updated_at", "2017-12-18 19:04:10.208201"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169082719 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e11243f0-f6df-437d-9b2a-48762f4f7610' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3da1a6f1' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -169082719], ["username", "billy_16"], ["access_token", "007ca5a43636f046599e307bee29655f"], ["uuid", "e11243f0-f6df-437d-9b2a-48762f4f7610"], ["support_identifier", "cs_3da1a6f1"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:04:10.214160"], ["updated_at", "2017-12-18 19:04:10.214160"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19735587 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f23e4ce8-6a5f-402e-8358-769818984efa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_896b4010' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -19735587], ["username", "billy_17"], ["access_token", "eeccd4c33dfe832cc096242cba7132bd"], ["uuid", "f23e4ce8-6a5f-402e-8358-769818984efa"], ["support_identifier", "cs_896b4010"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:04:10.219590"], ["updated_at", "2017-12-18 19:04:10.219590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2000348670 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f65c82ec-eb6d-44aa-a361-309e946ac979' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_24066b72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2000348670], ["username", "billy_18"], ["access_token", "c8ebe23b0e1f3acaa162efa8a08f8b3c"], ["uuid", "f65c82ec-eb6d-44aa-a361-309e946ac979"], ["support_identifier", "cs_24066b72"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:04:10.223821"], ["updated_at", "2017-12-18 19:04:10.223821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -165597880 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd909aff0-06c0-4e5b-b43c-6d6a62b98986' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3b19c67f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -165597880], ["username", "billy_19"], ["access_token", "3d784f08c9bf7671c080e59d3d736360"], ["uuid", "d909aff0-06c0-4e5b-b43c-6d6a62b98986"], ["support_identifier", "cs_3b19c67f"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:04:10.228360"], ["updated_at", "2017-12-18 19:04:10.228360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -474032691 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3994d17e-c4ad-4dd3-a3d7-d917342d0a54' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62edf623' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -474032691], ["username", "billy_20"], ["access_token", "713a18958a9e27008e0fd4f3d0e30647"], ["uuid", "3994d17e-c4ad-4dd3-a3d7-d917342d0a54"], ["support_identifier", "cs_62edf623"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:04:10.233128"], ["updated_at", "2017-12-18 19:04:10.233128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1439300347 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d6fdd3e-0f8b-4760-952e-c5ef661146c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5203a655' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1439300347], ["username", "billy_21"], ["access_token", "8ff78b0c95f01a44816368b6a7f644a8"], ["uuid", "2d6fdd3e-0f8b-4760-952e-c5ef661146c8"], ["support_identifier", "cs_5203a655"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:04:10.237504"], ["updated_at", "2017-12-18 19:04:10.237504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361060266 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b38d292-1b11-4574-a7c5-78cd0f437942' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7a0a382b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -361060266], ["username", "billy_22"], ["access_token", "fa2699c85dc2b36bc0f07a0d8bb0fd89"], ["uuid", "0b38d292-1b11-4574-a7c5-78cd0f437942"], ["support_identifier", "cs_7a0a382b"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:04:10.241854"], ["updated_at", "2017-12-18 19:04:10.241854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -210584234 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb874b8d-81cd-4d82-b0fe-a018e56b1efb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_406f1655' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -210584234], ["username", "billy_23"], ["access_token", "d60dcdf3b0328517802a9a559e5ad03e"], ["uuid", "fb874b8d-81cd-4d82-b0fe-a018e56b1efb"], ["support_identifier", "cs_406f1655"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:04:10.246079"], ["updated_at", "2017-12-18 19:04:10.246079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1641423102 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07819a0f-faee-43d3-b652-c6924d609a92' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_061b5ee0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1641423102], ["username", "billy_24"], ["access_token", "9e713a15f22f02d027cb1dd82b8f3af1"], ["uuid", "07819a0f-faee-43d3-b652-c6924d609a92"], ["support_identifier", "cs_061b5ee0"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:04:10.250753"], ["updated_at", "2017-12-18 19:04:10.250753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1914159479 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77a293f7-e6d4-481f-a316-8f0f01375e70' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a513da0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1914159479], ["username", "billy_25"], ["access_token", "38062603742bdd644653864cd8d03302"], ["uuid", "77a293f7-e6d4-481f-a316-8f0f01375e70"], ["support_identifier", "cs_2a513da0"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:04:10.255056"], ["updated_at", "2017-12-18 19:04:10.255056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2062765638 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1df890f-7e42-4faf-9613-c8a777c04786' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6efa9bf4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2062765638], ["username", "billy_26"], ["access_token", "dc3ac843e9307c9f5f66d1b822b00d42"], ["uuid", "f1df890f-7e42-4faf-9613-c8a777c04786"], ["support_identifier", "cs_6efa9bf4"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:04:10.259264"], ["updated_at", "2017-12-18 19:04:10.259264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195013195 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7fc2e854-95db-4b46-825b-34e057a6b7ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0a4c79f9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1195013195], ["username", "billy_27"], ["access_token", "8391dd2825e786eeab39f3653128057d"], ["uuid", "7fc2e854-95db-4b46-825b-34e057a6b7ed"], ["support_identifier", "cs_0a4c79f9"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:04:10.263616"], ["updated_at", "2017-12-18 19:04:10.263616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768784596 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d40af86-6059-41ab-b1a3-f213b51f2635' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce348d91' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1768784596], ["username", "billy_28"], ["access_token", "2c9d049d16529ec0c324b258d7c2254a"], ["uuid", "9d40af86-6059-41ab-b1a3-f213b51f2635"], ["support_identifier", "cs_ce348d91"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:04:10.268716"], ["updated_at", "2017-12-18 19:04:10.268716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1836488106 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3b4cf09-9d3e-443a-9c76-5aa2fb60a067' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e24ba051' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1836488106], ["username", "billy_29"], ["access_token", "b36081cfea464fc68dc2a15f253955ee"], ["uuid", "d3b4cf09-9d3e-443a-9c76-5aa2fb60a067"], ["support_identifier", "cs_e24ba051"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:04:10.273854"], ["updated_at", "2017-12-18 19:04:10.273854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -175672960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '87d0896f-b8f2-4041-870d-634801b5fc19' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ff923b9' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -175672960], ["username", "billy_30"], ["access_token", "4c884a435f657daacaf80db153a45156"], ["uuid", "87d0896f-b8f2-4041-870d-634801b5fc19"], ["support_identifier", "cs_1ff923b9"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:04:10.279309"], ["updated_at", "2017-12-18 19:04:10.279309"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -811529596 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '777b126d-73ba-4905-ba7a-9e94bfce165a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0ee94c7c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -811529596], ["username", "billy_31"], ["access_token", "f41568eda34de18105841644b456b449"], ["uuid", "777b126d-73ba-4905-ba7a-9e94bfce165a"], ["support_identifier", "cs_0ee94c7c"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:04:10.285051"], ["updated_at", "2017-12-18 19:04:10.285051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1563166495 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02eb0684-92a9-4cb4-8473-9e1b1d9f514d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_14ca53cb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1563166495], ["username", "billy_32"], ["access_token", "85419e04155bcfaa6985adb79cf299ce"], ["uuid", "02eb0684-92a9-4cb4-8473-9e1b1d9f514d"], ["support_identifier", "cs_14ca53cb"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:04:10.289481"], ["updated_at", "2017-12-18 19:04:10.289481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -868895564 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef54cdab-abde-4573-a370-0852eb1e457d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5720c5ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -868895564], ["username", "billy_33"], ["access_token", "d64b0b96455b1e33464e106ca9ad1891"], ["uuid", "ef54cdab-abde-4573-a370-0852eb1e457d"], ["support_identifier", "cs_5720c5ad"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:04:10.293703"], ["updated_at", "2017-12-18 19:04:10.293703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -304738258 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2eb4b07-856a-45d1-a5ab-7638b56699ff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8eb6e0b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -304738258], ["username", "billy_34"], ["access_token", "d96733bd61c4179bbf50fb2b5509fbfe"], ["uuid", "d2eb4b07-856a-45d1-a5ab-7638b56699ff"], ["support_identifier", "cs_8eb6e0b6"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:04:10.298435"], ["updated_at", "2017-12-18 19:04:10.298435"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1066261219 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9beb272a-6fd5-4c0f-9a50-12054b27a052' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c676adce' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1066261219], ["username", "billy_35"], ["access_token", "8593eeb1a030e632283351cd6640ea34"], ["uuid", "9beb272a-6fd5-4c0f-9a50-12054b27a052"], ["support_identifier", "cs_c676adce"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:04:10.302938"], ["updated_at", "2017-12-18 19:04:10.302938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -333234753 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8571d875-ab85-4f75-b722-414165c25719' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9c9052d6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -333234753], ["username", "billy_36"], ["access_token", "b85dff6f58231ed2efd73c74c252a6a9"], ["uuid", "8571d875-ab85-4f75-b722-414165c25719"], ["support_identifier", "cs_9c9052d6"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:04:10.309593"], ["updated_at", "2017-12-18 19:04:10.309593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -357299587 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be65c957-250a-45c2-957c-3e646f0b019b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f87ad354' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -357299587], ["username", "billy_37"], ["access_token", "cf897c132b4b8674d81e0a73cf26bd58"], ["uuid", "be65c957-250a-45c2-957c-3e646f0b019b"], ["support_identifier", "cs_f87ad354"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:04:10.315318"], ["updated_at", "2017-12-18 19:04:10.315318"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -683063586 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09d27033-d2a0-415a-b9bb-03dfc2a06795' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c683eba7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -683063586], ["username", "billy_38"], ["access_token", "a948af90cb47cfc1fb9fd7822019dfd2"], ["uuid", "09d27033-d2a0-415a-b9bb-03dfc2a06795"], ["support_identifier", "cs_c683eba7"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:04:10.320268"], ["updated_at", "2017-12-18 19:04:10.320268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -627283604 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc097cb5-0b08-416b-9de4-2ace509515c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0dde5ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -627283604], ["username", "billy_39"], ["access_token", "d33911f26c8947822b1d92f881911051"], ["uuid", "dc097cb5-0b08-416b-9de4-2ace509515c5"], ["support_identifier", "cs_a0dde5ca"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:04:10.324637"], ["updated_at", "2017-12-18 19:04:10.324637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530224937 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01542bb9-473e-411d-a9bf-69131d7ef86a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3f7518e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1530224937], ["username", "billy_40"], ["access_token", "2563486d5b6002b197d9a6196e5d911e"], ["uuid", "01542bb9-473e-411d-a9bf-69131d7ef86a"], ["support_identifier", "cs_3f7518e8"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:04:10.328670"], ["updated_at", "2017-12-18 19:04:10.328670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -790462346 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e1790b6-5194-4483-ae33-606afdd900d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29a6dc9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -790462346], ["username", "billy_41"], ["access_token", "38e95431f05d22e76669075001d9fbd1"], ["uuid", "8e1790b6-5194-4483-ae33-606afdd900d2"], ["support_identifier", "cs_29a6dc9f"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:04:10.332678"], ["updated_at", "2017-12-18 19:04:10.332678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -307556239 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9aa6cfdc-e91d-4304-bec4-a89fc3c5a0e7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cdc38d2d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -307556239], ["username", "billy_42"], ["access_token", "71adc2fb6b84a230a9057f0ee24039a2"], ["uuid", "9aa6cfdc-e91d-4304-bec4-a89fc3c5a0e7"], ["support_identifier", "cs_cdc38d2d"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:04:10.336739"], ["updated_at", "2017-12-18 19:04:10.336739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1989741371 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '186c1b93-7e7b-4edf-8a6e-876f5bed92c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b702a53' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1989741371], ["username", "billy_43"], ["access_token", "fb29191fea0f1d3ca23b7173390e3a41"], ["uuid", "186c1b93-7e7b-4edf-8a6e-876f5bed92c4"], ["support_identifier", "cs_2b702a53"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:04:10.341328"], ["updated_at", "2017-12-18 19:04:10.341328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -819308154 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc7fb179-e615-4518-bf27-3cb8e46646eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1268631b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -819308154], ["username", "billy_44"], ["access_token", "458aedaf884b4df76aaf85761e1450f3"], ["uuid", "bc7fb179-e615-4518-bf27-3cb8e46646eb"], ["support_identifier", "cs_1268631b"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:04:10.346336"], ["updated_at", "2017-12-18 19:04:10.346336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1226258584 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d3a9bf1-2084-4b66-a81c-253736fbb6e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3272c36f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1226258584], ["username", "billy_45"], ["access_token", "72b79b2626bd1e064cde1f8b01d06d04"], ["uuid", "9d3a9bf1-2084-4b66-a81c-253736fbb6e2"], ["support_identifier", "cs_3272c36f"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:04:10.351209"], ["updated_at", "2017-12-18 19:04:10.351209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1625706142 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc95ad2a-01e9-469e-b2ce-53bc8a33d524' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e574ce1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1625706142], ["username", "billy_46"], ["access_token", "4b501cb7f31587e1a538c1c28513e2f1"], ["uuid", "cc95ad2a-01e9-469e-b2ce-53bc8a33d524"], ["support_identifier", "cs_9e574ce1"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:04:10.364108"], ["updated_at", "2017-12-18 19:04:10.364108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -857650463 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1894c28d-5dcb-4b78-a930-71ef14870f78' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_272db472' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -857650463], ["username", "billy_47"], ["access_token", "fe4ff82e143c98eb2900c969a24e8447"], ["uuid", "1894c28d-5dcb-4b78-a930-71ef14870f78"], ["support_identifier", "cs_272db472"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:04:10.368569"], ["updated_at", "2017-12-18 19:04:10.368569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1492329341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef255fd6-9e3c-4f7b-8a39-4c112684c070' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3295f5e2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1492329341], ["username", "billy_48"], ["access_token", "c3aee61db006662201a566c085d8f370"], ["uuid", "ef255fd6-9e3c-4f7b-8a39-4c112684c070"], ["support_identifier", "cs_3295f5e2"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:04:10.372755"], ["updated_at", "2017-12-18 19:04:10.372755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -756967005 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'deec560d-64e1-40d6-a922-1a284f61446c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00e6d998' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -756967005], ["username", "billy_49"], ["access_token", "edcc534f447e6490a04ce9c479998111"], ["uuid", "deec560d-64e1-40d6-a922-1a284f61446c"], ["support_identifier", "cs_00e6d998"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:04:10.376969"], ["updated_at", "2017-12-18 19:04:10.376969"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1104211767 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33062d41-5846-4760-9a43-bbf211046e4a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64b16f4a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1104211767], ["username", "jstrav"], ["access_token", "e77416ce38b50fb2a8ba244af19fa38f"], ["uuid", "33062d41-5846-4760-9a43-bbf211046e4a"], ["support_identifier", "cs_64b16f4a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:10.386832"], ["updated_at", "2017-12-18 19:04:10.386832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1450570619 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '87c1500b-50ea-4365-af06-021b1bdc699c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2081edd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1450570619], ["username", "mary"], ["access_token", "bb9b197d0f21adbde455ded151286235"], ["uuid", "87c1500b-50ea-4365-af06-021b1bdc699c"], ["support_identifier", "cs_f2081edd"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:10.391321"], ["updated_at", "2017-12-18 19:04:10.391321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2143733087 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38aa34dd-38b1-4bb0-a138-dc792276575f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_247a5207' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2143733087], ["username", "jstead"], ["access_token", "0930785b1958171b3b35038ba5801f28"], ["uuid", "38aa34dd-38b1-4bb0-a138-dc792276575f"], ["support_identifier", "cs_247a5207"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:10.395460"], ["updated_at", "2017-12-18 19:04:10.395460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2135780247 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cde48f0e-0c87-4240-9770-e88027c956ca' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3892ad1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2135780247], ["username", "bigbear"], ["access_token", "9bc524c0555cf5086fad0eef7d4dbc42"], ["uuid", "cde48f0e-0c87-4240-9770-e88027c956ca"], ["support_identifier", "cs_b3892ad1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:10.400833"], ["updated_at", "2017-12-18 19:04:10.400833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1762108586 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba4682b2-1ace-47c9-9da8-b0463c4c2dd3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_94205863' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1762108586], ["username", "billy_00"], ["access_token", "42fcdb9a3954c9d756f2d13ad0c186b9"], ["uuid", "ba4682b2-1ace-47c9-9da8-b0463c4c2dd3"], ["support_identifier", "cs_94205863"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 19:04:10.406645"], ["updated_at", "2017-12-18 19:04:10.406645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405818037 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dbe3677d-cfb7-4ca0-9181-3ae4ad5b2032' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb63c49c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -405818037], ["username", "billy_01"], ["access_token", "827d1cb9189670c952220e84d0199961"], ["uuid", "dbe3677d-cfb7-4ca0-9181-3ae4ad5b2032"], ["support_identifier", "cs_bb63c49c"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 19:04:10.411355"], ["updated_at", "2017-12-18 19:04:10.411355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -634013847 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0da1bda6-7ae3-4ca2-b99c-249c7d088086' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_944d1853' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -634013847], ["username", "billy_02"], ["access_token", "a3e1784cb5e03e1744bf494a3fda437e"], ["uuid", "0da1bda6-7ae3-4ca2-b99c-249c7d088086"], ["support_identifier", "cs_944d1853"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 19:04:10.415640"], ["updated_at", "2017-12-18 19:04:10.415640"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1598902060 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c1ecd37-285d-4658-a4d1-0c5401e7137d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_866956a3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1598902060], ["username", "billy_03"], ["access_token", "0a62990a036c96074a7d5a8150133b20"], ["uuid", "7c1ecd37-285d-4658-a4d1-0c5401e7137d"], ["support_identifier", "cs_866956a3"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 19:04:10.420999"], ["updated_at", "2017-12-18 19:04:10.420999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1520683349 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'adfac368-16d6-4c1e-83c6-ec4e2670ee8c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f4108317' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1520683349], ["username", "billy_04"], ["access_token", "28c3dc152d55c742bd91625a7b3ff7d0"], ["uuid", "adfac368-16d6-4c1e-83c6-ec4e2670ee8c"], ["support_identifier", "cs_f4108317"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:04:10.425779"], ["updated_at", "2017-12-18 19:04:10.425779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -151381441 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75b038ce-16de-4fe5-9576-6135680fcc49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c125a3a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -151381441], ["username", "billy_05"], ["access_token", "50a3499be891f665bd30d342980462eb"], ["uuid", "75b038ce-16de-4fe5-9576-6135680fcc49"], ["support_identifier", "cs_4c125a3a"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:04:10.431529"], ["updated_at", "2017-12-18 19:04:10.431529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -517967348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4716c4d1-33e7-4847-9f2b-bb1cebb433cb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f6812a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -517967348], ["username", "billy_06"], ["access_token", "24bc7861eece769f0bf066222a37876f"], ["uuid", "4716c4d1-33e7-4847-9f2b-bb1cebb433cb"], ["support_identifier", "cs_6f6812a5"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:04:10.436349"], ["updated_at", "2017-12-18 19:04:10.436349"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -606299284 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3a8fee0-d546-413f-bd18-a54bb89bfc18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_06a84295' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -606299284], ["username", "billy_07"], ["access_token", "e663f53e63a25ba8c78099cbfaccb68c"], ["uuid", "e3a8fee0-d546-413f-bd18-a54bb89bfc18"], ["support_identifier", "cs_06a84295"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:04:10.440484"], ["updated_at", "2017-12-18 19:04:10.440484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1389853492 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68a7a55c-1739-4da7-8b6c-dad837e0d5d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_db62c353' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1389853492], ["username", "billy_08"], ["access_token", "352f422a4934b03cf00672e627b8a8f3"], ["uuid", "68a7a55c-1739-4da7-8b6c-dad837e0d5d4"], ["support_identifier", "cs_db62c353"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:04:10.445231"], ["updated_at", "2017-12-18 19:04:10.445231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -572583620 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc9182f5-e18e-4022-ae31-a111e4806da2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b32ec296' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -572583620], ["username", "billy_09"], ["access_token", "3afb4b81218936ff26071422ded9718c"], ["uuid", "fc9182f5-e18e-4022-ae31-a111e4806da2"], ["support_identifier", "cs_b32ec296"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:04:10.450696"], ["updated_at", "2017-12-18 19:04:10.450696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1923638717 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e63ce3a-77dc-4ef4-acca-8f6439b868f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d7afe36' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1923638717], ["username", "billy_10"], ["access_token", "3e66afc5c630823b238d977c37579853"], ["uuid", "6e63ce3a-77dc-4ef4-acca-8f6439b868f0"], ["support_identifier", "cs_9d7afe36"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:04:10.455052"], ["updated_at", "2017-12-18 19:04:10.455052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591983346 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0aa95fcf-4823-420a-a6dc-bb8fa841f98a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_80f6be43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -591983346], ["username", "billy_11"], ["access_token", "1baa76ec7763d03f7444f2ad82020ab3"], ["uuid", "0aa95fcf-4823-420a-a6dc-bb8fa841f98a"], ["support_identifier", "cs_80f6be43"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:04:10.459185"], ["updated_at", "2017-12-18 19:04:10.459185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1733775713 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49a7353b-f26c-4288-8ee6-5c1d15bb7270' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f96e69d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1733775713], ["username", "billy_12"], ["access_token", "9097f1a52f2addd3f0e09377fa703d9b"], ["uuid", "49a7353b-f26c-4288-8ee6-5c1d15bb7270"], ["support_identifier", "cs_9f96e69d"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:04:10.463476"], ["updated_at", "2017-12-18 19:04:10.463476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -734913907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a0b6f0e-326c-4bd7-bba4-2863c5828451' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4b0d7762' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -734913907], ["username", "billy_13"], ["access_token", "c9722f4d2b790857370afa705ff04b26"], ["uuid", "9a0b6f0e-326c-4bd7-bba4-2863c5828451"], ["support_identifier", "cs_4b0d7762"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:04:10.467725"], ["updated_at", "2017-12-18 19:04:10.467725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1238710924 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0cddfe3-d1d6-4389-82a5-a247e69f469e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9573ad08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1238710924], ["username", "billy_14"], ["access_token", "f06715dc6f66ec1f64b3931be78fb465"], ["uuid", "f0cddfe3-d1d6-4389-82a5-a247e69f469e"], ["support_identifier", "cs_9573ad08"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:04:10.471905"], ["updated_at", "2017-12-18 19:04:10.471905"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002113493 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b693ff2f-02c0-45dd-8275-e0acc0997180' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d917700d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2002113493], ["username", "billy_15"], ["access_token", "2619c9db0b1d577c1ca846c1252f2624"], ["uuid", "b693ff2f-02c0-45dd-8275-e0acc0997180"], ["support_identifier", "cs_d917700d"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:04:10.476151"], ["updated_at", "2017-12-18 19:04:10.476151"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2080060163 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e378873-cd1b-4921-9c1e-a8a7e6c73c0b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2856ab3c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2080060163], ["username", "billy_16"], ["access_token", "35331dbd0903cc34aad18481fc2839d7"], ["uuid", "3e378873-cd1b-4921-9c1e-a8a7e6c73c0b"], ["support_identifier", "cs_2856ab3c"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:04:10.480345"], ["updated_at", "2017-12-18 19:04:10.480345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2008223043 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b061f1ed-72b5-41ad-a73e-1e72f8646e50' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4694784f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2008223043], ["username", "billy_17"], ["access_token", "fa917254d3fa917247d699c3b146eb75"], ["uuid", "b061f1ed-72b5-41ad-a73e-1e72f8646e50"], ["support_identifier", "cs_4694784f"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:04:10.484521"], ["updated_at", "2017-12-18 19:04:10.484521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1547556754 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '70e2fe0d-317c-407d-afad-ab7f76417a93' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a953cd4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1547556754], ["username", "billy_18"], ["access_token", "e8fbee51d35195131d1fbc407efa17e8"], ["uuid", "70e2fe0d-317c-407d-afad-ab7f76417a93"], ["support_identifier", "cs_8a953cd4"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:04:10.488729"], ["updated_at", "2017-12-18 19:04:10.488729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55640220 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c4a23ef-e871-4065-802a-14806cd0600e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f28c0b87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -55640220], ["username", "billy_19"], ["access_token", "7e1755b25dce6c1f63875d9118f41318"], ["uuid", "6c4a23ef-e871-4065-802a-14806cd0600e"], ["support_identifier", "cs_f28c0b87"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:04:10.493046"], ["updated_at", "2017-12-18 19:04:10.493046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880915425 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e522258-daf0-4335-a81b-984af9643aab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_60e153f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -880915425], ["username", "billy_20"], ["access_token", "7890f989157175315b1b379851f847a8"], ["uuid", "6e522258-daf0-4335-a81b-984af9643aab"], ["support_identifier", "cs_60e153f7"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:04:10.497285"], ["updated_at", "2017-12-18 19:04:10.497285"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -922869955 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '017e6c55-0f3d-41ed-946d-0bf8b02dd95a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b21e5d3e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -922869955], ["username", "billy_21"], ["access_token", "c4a30c92b94ff6dda4468f68d8a4cb97"], ["uuid", "017e6c55-0f3d-41ed-946d-0bf8b02dd95a"], ["support_identifier", "cs_b21e5d3e"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:04:10.501671"], ["updated_at", "2017-12-18 19:04:10.501671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141439171 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76adbbf5-68ad-4a88-a2ff-81e3e9264997' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_270972c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2141439171], ["username", "billy_22"], ["access_token", "f1bf259bee49d9d754b249b42a887a06"], ["uuid", "76adbbf5-68ad-4a88-a2ff-81e3e9264997"], ["support_identifier", "cs_270972c8"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:04:10.506079"], ["updated_at", "2017-12-18 19:04:10.506079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169604497 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd40f5b54-d9ff-4d98-85f1-f703d4bc65c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b7d90a96' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -169604497], ["username", "billy_23"], ["access_token", "eb7696867a966713ccd7930473d09671"], ["uuid", "d40f5b54-d9ff-4d98-85f1-f703d4bc65c8"], ["support_identifier", "cs_b7d90a96"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:04:10.510380"], ["updated_at", "2017-12-18 19:04:10.510380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1886363778 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33cd3687-74fd-4d84-9bcf-450d7e121a44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_760240a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1886363778], ["username", "billy_24"], ["access_token", "d906a1b978e63c97227dd594e67ca30e"], ["uuid", "33cd3687-74fd-4d84-9bcf-450d7e121a44"], ["support_identifier", "cs_760240a3"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:04:10.514557"], ["updated_at", "2017-12-18 19:04:10.514557"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1725635190 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f7c33a5-cd5b-40c5-8871-62a0f08c68c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1671c7d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1725635190], ["username", "billy_25"], ["access_token", "5def1457956594614ecd86389e321e09"], ["uuid", "6f7c33a5-cd5b-40c5-8871-62a0f08c68c4"], ["support_identifier", "cs_1671c7d9"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:04:10.518981"], ["updated_at", "2017-12-18 19:04:10.518981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1502452431 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '188b160e-c50f-426b-9093-94399952ba82' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5db86dab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1502452431], ["username", "billy_26"], ["access_token", "7371342244b63f05be05f5bd19b799b0"], ["uuid", "188b160e-c50f-426b-9093-94399952ba82"], ["support_identifier", "cs_5db86dab"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:04:10.523266"], ["updated_at", "2017-12-18 19:04:10.523266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1411554871 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '450a1f41-3270-4e70-8076-0e65a3ccfd64' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8587a0b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1411554871], ["username", "billy_27"], ["access_token", "a4b84e0214f1edbd7f5d55ffbf84b40e"], ["uuid", "450a1f41-3270-4e70-8076-0e65a3ccfd64"], ["support_identifier", "cs_8587a0b1"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:04:10.527540"], ["updated_at", "2017-12-18 19:04:10.527540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153650343 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63bf6de5-10a1-4697-bc5b-98c36b81cee4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8ed77e41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -153650343], ["username", "billy_28"], ["access_token", "98db95a6ce5b15674208cc7490ea0d06"], ["uuid", "63bf6de5-10a1-4697-bc5b-98c36b81cee4"], ["support_identifier", "cs_8ed77e41"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:04:10.531764"], ["updated_at", "2017-12-18 19:04:10.531764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -816406954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98bdf1c6-60e4-423f-b515-14ad3d657299' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea08ab0a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -816406954], ["username", "billy_29"], ["access_token", "bfb1c78c4e4800a8e4f414a4c36b4f3b"], ["uuid", "98bdf1c6-60e4-423f-b515-14ad3d657299"], ["support_identifier", "cs_ea08ab0a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:04:10.535967"], ["updated_at", "2017-12-18 19:04:10.535967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768417725 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e0dfa6b-505a-4eaa-a694-4bf5605e55ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab917529' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1768417725], ["username", "billy_30"], ["access_token", "9923d3b5a87b368b85931179c2929cb3"], ["uuid", "9e0dfa6b-505a-4eaa-a694-4bf5605e55ab"], ["support_identifier", "cs_ab917529"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:04:10.540453"], ["updated_at", "2017-12-18 19:04:10.540453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -27962061 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e6dfce54-d76b-4e2b-bdd1-1ab4536e3e16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e14d96a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -27962061], ["username", "billy_31"], ["access_token", "9b818e8c1e7bce6ebe1e25c925e2ac1b"], ["uuid", "e6dfce54-d76b-4e2b-bdd1-1ab4536e3e16"], ["support_identifier", "cs_e14d96a9"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:04:10.544670"], ["updated_at", "2017-12-18 19:04:10.544670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -832434208 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2fb9888-4c1c-43f5-b8e2-9b330d46a3b5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a730b730' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -832434208], ["username", "billy_32"], ["access_token", "1d466c86b5b7d516f8189f904f68b144"], ["uuid", "b2fb9888-4c1c-43f5-b8e2-9b330d46a3b5"], ["support_identifier", "cs_a730b730"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:04:10.549023"], ["updated_at", "2017-12-18 19:04:10.549023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1536915595 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ef68f02-f275-4751-aefb-152c0af5943d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47c0889f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1536915595], ["username", "billy_33"], ["access_token", "3f008c29cc1bb3ffde1c1986db19844a"], ["uuid", "7ef68f02-f275-4751-aefb-152c0af5943d"], ["support_identifier", "cs_47c0889f"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:04:10.553315"], ["updated_at", "2017-12-18 19:04:10.553315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1397724563 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b28f099d-a702-4af6-a234-a5c4108c0b7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eacf94c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1397724563], ["username", "billy_34"], ["access_token", "26ed2c3f52bdb438c7db8fa7e055bef0"], ["uuid", "b28f099d-a702-4af6-a234-a5c4108c0b7a"], ["support_identifier", "cs_eacf94c9"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:04:10.557479"], ["updated_at", "2017-12-18 19:04:10.557479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1100541811 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1b6ce3b-4dbc-4055-b23d-2d4e866b5c64' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa721955' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1100541811], ["username", "billy_35"], ["access_token", "e3d11d4edee669f40c9a0d01669f69f6"], ["uuid", "d1b6ce3b-4dbc-4055-b23d-2d4e866b5c64"], ["support_identifier", "cs_fa721955"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:04:10.561864"], ["updated_at", "2017-12-18 19:04:10.561864"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1739256411 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd75896da-fc3d-4be8-a056-db761dc001a2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_96f352b7' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1739256411], ["username", "billy_36"], ["access_token", "1cdf5ef743829d6d31a9509617e0e4b7"], ["uuid", "d75896da-fc3d-4be8-a056-db761dc001a2"], ["support_identifier", "cs_96f352b7"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:04:10.566172"], ["updated_at", "2017-12-18 19:04:10.566172"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -899301182 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd84d9f95-7595-4b08-917a-2ee8631fe485' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e026bba1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -899301182], ["username", "billy_37"], ["access_token", "5c5a64cb46050931511b6972042b8a76"], ["uuid", "d84d9f95-7595-4b08-917a-2ee8631fe485"], ["support_identifier", "cs_e026bba1"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:04:10.570710"], ["updated_at", "2017-12-18 19:04:10.570710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1713557133 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e75115c1-4a68-402e-9257-52c2eb5e1ff9' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a1d34610' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1713557133], ["username", "billy_38"], ["access_token", "579071d99d7f2d4d2749381793e0b6df"], ["uuid", "e75115c1-4a68-402e-9257-52c2eb5e1ff9"], ["support_identifier", "cs_a1d34610"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:04:10.575346"], ["updated_at", "2017-12-18 19:04:10.575346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -904224886 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f3441ad-a86d-4a7b-90e0-de03faf7ba81' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f402979e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -904224886], ["username", "billy_39"], ["access_token", "a43d9710af57d66adfddee39d14d05ad"], ["uuid", "3f3441ad-a86d-4a7b-90e0-de03faf7ba81"], ["support_identifier", "cs_f402979e"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:04:10.581862"], ["updated_at", "2017-12-18 19:04:10.581862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1700246971 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44e1adf4-549c-40c3-b604-58e18655bf4c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1381e9b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1700246971], ["username", "billy_40"], ["access_token", "838eb5bb5bcbb5725d5550c16d9a7d26"], ["uuid", "44e1adf4-549c-40c3-b604-58e18655bf4c"], ["support_identifier", "cs_1381e9b7"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:04:10.586914"], ["updated_at", "2017-12-18 19:04:10.586914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -913454622 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b92b4a4-802f-4bbd-856d-d3d43e1f5063' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ffbb8f9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -913454622], ["username", "billy_41"], ["access_token", "7eb3fb6acb68c57e5e1f6f60d866c980"], ["uuid", "8b92b4a4-802f-4bbd-856d-d3d43e1f5063"], ["support_identifier", "cs_4ffbb8f9"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:04:10.591274"], ["updated_at", "2017-12-18 19:04:10.591274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1017539071 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12dd2be4-c346-4b76-b75f-c07c6d1b5fe6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6dae4a76' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1017539071], ["username", "billy_42"], ["access_token", "82d7192cba8dce55a8d951f76992581f"], ["uuid", "12dd2be4-c346-4b76-b75f-c07c6d1b5fe6"], ["support_identifier", "cs_6dae4a76"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:04:10.595620"], ["updated_at", "2017-12-18 19:04:10.595620"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1489056928 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eecd3f60-4f70-41d2-9f17-3bc2519ea081' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_45bfe4d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1489056928], ["username", "billy_43"], ["access_token", "a68d4c4cf4674ebce01c2395c9dee6ed"], ["uuid", "eecd3f60-4f70-41d2-9f17-3bc2519ea081"], ["support_identifier", "cs_45bfe4d7"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:04:10.599947"], ["updated_at", "2017-12-18 19:04:10.599947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1666771080 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1bd2282-699b-4a6b-95be-0cced4b9d511' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_270c7d51' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1666771080], ["username", "billy_44"], ["access_token", "ea465c7053125138ffc5b00e0cf08654"], ["uuid", "f1bd2282-699b-4a6b-95be-0cced4b9d511"], ["support_identifier", "cs_270c7d51"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:04:10.604207"], ["updated_at", "2017-12-18 19:04:10.604207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -92786710 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13691c38-4ee4-4923-9fe6-d47a1477d329' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b4fb9443' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -92786710], ["username", "billy_45"], ["access_token", "8bef65e74b24818020de7af0f97ae8cc"], ["uuid", "13691c38-4ee4-4923-9fe6-d47a1477d329"], ["support_identifier", "cs_b4fb9443"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:04:10.608505"], ["updated_at", "2017-12-18 19:04:10.608505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -502552133 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a1c72f0-163d-4994-926a-433bdfa9d6c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ad310c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -502552133], ["username", "billy_46"], ["access_token", "a90adfbafc0cbdb0f9844017f98cd51d"], ["uuid", "2a1c72f0-163d-4994-926a-433bdfa9d6c8"], ["support_identifier", "cs_6ad310c0"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:04:10.612841"], ["updated_at", "2017-12-18 19:04:10.612841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -934455860 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3df89228-312d-4aa8-91ed-64862a0e2607' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1888e84e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -934455860], ["username", "billy_47"], ["access_token", "8b1b34b8ea4187046cab113f13b8e853"], ["uuid", "3df89228-312d-4aa8-91ed-64862a0e2607"], ["support_identifier", "cs_1888e84e"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:04:10.617199"], ["updated_at", "2017-12-18 19:04:10.617199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1911266684 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a78e0ef8-30ac-4dbc-ae72-f87cdfb4f2b1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62bf82c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1911266684], ["username", "billy_48"], ["access_token", "98fa4d11c515042cc8be06662d59786a"], ["uuid", "a78e0ef8-30ac-4dbc-ae72-f87cdfb4f2b1"], ["support_identifier", "cs_62bf82c0"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:04:10.621491"], ["updated_at", "2017-12-18 19:04:10.621491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1190992495 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ac272f0-4ca7-4911-b048-eaf0c8166c3c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_55938e08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1190992495], ["username", "billy_49"], ["access_token", "3b838b81d50b039618cb6791695ff6e5"], ["uuid", "2ac272f0-4ca7-4911-b048-eaf0c8166c3c"], ["support_identifier", "cs_55938e08"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:04:10.625710"], ["updated_at", "2017-12-18 19:04:10.625710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -484041040 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3fd88822-afbd-4e5b-b3e1-ae817a15b63a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b10e78ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -484041040], ["username", "jstrav"], ["access_token", "f010e6cc3be05fd9c7c097e014ff47d1"], ["uuid", "3fd88822-afbd-4e5b-b3e1-ae817a15b63a"], ["support_identifier", "cs_b10e78ad"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:04:10.631965"], ["updated_at", "2017-12-18 19:04:10.631965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2064298295 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b201598-b351-4b38-bd15-faa3b490aa9a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38a23aba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2064298295], ["username", "mary"], ["access_token", "d99d422c9727879f8abd7d00b1af4651"], ["uuid", "5b201598-b351-4b38-bd15-faa3b490aa9a"], ["support_identifier", "cs_38a23aba"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:04:10.636649"], ["updated_at", "2017-12-18 19:04:10.636649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -196668533 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14745530-d408-438a-85a3-69c229e09d54' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73b77f20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -196668533], ["username", "jstead"], ["access_token", "063accdd8766ec7189767ea912d11a38"], ["uuid", "14745530-d408-438a-85a3-69c229e09d54"], ["support_identifier", "cs_73b77f20"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:04:10.640847"], ["updated_at", "2017-12-18 19:04:10.640847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1447784569 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd26743d-7acd-4021-a34f-6b3ac2cd66ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a9f0f338' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1447784569], ["username", "bigbear"], ["access_token", "3e3678bce7bf12ee610c5495e5c644fe"], ["uuid", "fd26743d-7acd-4021-a34f-6b3ac2cd66ba"], ["support_identifier", "cs_a9f0f338"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:04:10.645015"], ["updated_at", "2017-12-18 19:04:10.645015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -408892164 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc0326ce-cd5d-441d-8a85-3650b360bddb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0da2e5f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -408892164], ["username", "billy_00"], ["access_token", "48c5674d9cbef4206d4469d7e0f9e9e2"], ["uuid", "bc0326ce-cd5d-441d-8a85-3650b360bddb"], ["support_identifier", "cs_e0da2e5f"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 19:04:10.649586"], ["updated_at", "2017-12-18 19:04:10.649586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1878670409 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd46d658d-b8b2-41ca-b443-0b7c33297184' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f6557d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1878670409], ["username", "billy_01"], ["access_token", "208fc47328af04b292a40dec7acdcd4d"], ["uuid", "d46d658d-b8b2-41ca-b443-0b7c33297184"], ["support_identifier", "cs_9f6557d1"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 19:04:10.654045"], ["updated_at", "2017-12-18 19:04:10.654045"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1115713323 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '863ec0d1-a8f5-4c06-8fb4-446469b1083a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bbc77ef5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1115713323], ["username", "billy_02"], ["access_token", "15f9ae59d58097a31267e019e8da938e"], ["uuid", "863ec0d1-a8f5-4c06-8fb4-446469b1083a"], ["support_identifier", "cs_bbc77ef5"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 19:04:10.658296"], ["updated_at", "2017-12-18 19:04:10.658296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -121379372 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7ad1700-b60c-4bf9-a620-1d4d25fbb707' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a797930' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -121379372], ["username", "billy_03"], ["access_token", "abe3956288972b50aef7380924c841fc"], ["uuid", "f7ad1700-b60c-4bf9-a620-1d4d25fbb707"], ["support_identifier", "cs_8a797930"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 19:04:10.662507"], ["updated_at", "2017-12-18 19:04:10.662507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1002959961 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7f20774-906f-4743-b827-e0a922c98c81' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85f27bf6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1002959961], ["username", "billy_04"], ["access_token", "3c9773df92a6719f786131426a8e3c77"], ["uuid", "c7f20774-906f-4743-b827-e0a922c98c81"], ["support_identifier", "cs_85f27bf6"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:04:10.667165"], ["updated_at", "2017-12-18 19:04:10.667165"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1186902856 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c000b7c6-8456-4d99-a6fb-dbb803e1fcd1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d83f4177' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1186902856], ["username", "billy_05"], ["access_token", "a9f1c3371d83090c6bc1726af6bfed46"], ["uuid", "c000b7c6-8456-4d99-a6fb-dbb803e1fcd1"], ["support_identifier", "cs_d83f4177"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:04:10.671467"], ["updated_at", "2017-12-18 19:04:10.671467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -907295040 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3b181d4-891c-4f04-81c8-02a6b1c24a8c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b441fb7c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -907295040], ["username", "billy_06"], ["access_token", "1f81d839f0e1dafdca5a160b44b57ee6"], ["uuid", "b3b181d4-891c-4f04-81c8-02a6b1c24a8c"], ["support_identifier", "cs_b441fb7c"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:04:10.675783"], ["updated_at", "2017-12-18 19:04:10.675783"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -875552226 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'abcb2ff8-6d2e-409f-8422-f85fad18de7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_75a45c8e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -875552226], ["username", "billy_07"], ["access_token", "17949c39453d1cf8304ae42608b7298f"], ["uuid", "abcb2ff8-6d2e-409f-8422-f85fad18de7e"], ["support_identifier", "cs_75a45c8e"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:04:10.681221"], ["updated_at", "2017-12-18 19:04:10.681221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -494200822 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17f4b56a-a143-466f-a4d0-2796da00e221' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce6ee2b7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -494200822], ["username", "billy_08"], ["access_token", "c548b627794a3112d01fe24c6d075200"], ["uuid", "17f4b56a-a143-466f-a4d0-2796da00e221"], ["support_identifier", "cs_ce6ee2b7"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:04:10.687141"], ["updated_at", "2017-12-18 19:04:10.687141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641905398 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5b8cfcf-e4a0-441e-92e2-6781b9c52e14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_352d321b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -641905398], ["username", "billy_09"], ["access_token", "021f2da9209c9a65693e12034e12dd87"], ["uuid", "d5b8cfcf-e4a0-441e-92e2-6781b9c52e14"], ["support_identifier", "cs_352d321b"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:04:10.691858"], ["updated_at", "2017-12-18 19:04:10.691858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1146570048 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '591b4823-77d3-4366-bcef-fb82c664a529' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_98e81d15' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1146570048], ["username", "billy_10"], ["access_token", "8d15f150715d3b9addd512fe67122f9e"], ["uuid", "591b4823-77d3-4366-bcef-fb82c664a529"], ["support_identifier", "cs_98e81d15"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:04:10.698185"], ["updated_at", "2017-12-18 19:04:10.698185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1074692913 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e02688dd-754f-43e0-9056-50e8a1b0a355' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_953e76eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1074692913], ["username", "billy_11"], ["access_token", "4c62ca119af47206de52c7dad40ee629"], ["uuid", "e02688dd-754f-43e0-9056-50e8a1b0a355"], ["support_identifier", "cs_953e76eb"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:04:10.703681"], ["updated_at", "2017-12-18 19:04:10.703681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050417395 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f89d9dc-f4b8-4e9e-a371-0cadba2dd726' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b48ff64d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2050417395], ["username", "billy_12"], ["access_token", "f12e4e3816a99a0980ed1a0dfbf69c41"], ["uuid", "1f89d9dc-f4b8-4e9e-a371-0cadba2dd726"], ["support_identifier", "cs_b48ff64d"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:04:10.708120"], ["updated_at", "2017-12-18 19:04:10.708120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2117417156 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1bf339a6-fe76-421d-a1cf-d70321f9cbd2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a368f33' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2117417156], ["username", "billy_13"], ["access_token", "d4bd8f5874b01b9eba3595a0d42212da"], ["uuid", "1bf339a6-fe76-421d-a1cf-d70321f9cbd2"], ["support_identifier", "cs_2a368f33"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:04:10.712438"], ["updated_at", "2017-12-18 19:04:10.712438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2135521483 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32b86962-937e-42c4-95a1-262de0e1f9af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_966515ad' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2135521483], ["username", "billy_14"], ["access_token", "7d54e5f1b7d018f2579c042c28b4f9c7"], ["uuid", "32b86962-937e-42c4-95a1-262de0e1f9af"], ["support_identifier", "cs_966515ad"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:04:10.716853"], ["updated_at", "2017-12-18 19:04:10.716853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146049365 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4dbab766-73a8-47eb-b429-ece8d954d60b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63b3ef79' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -146049365], ["username", "billy_15"], ["access_token", "4ef93a3f35530fb01a57d59333113730"], ["uuid", "4dbab766-73a8-47eb-b429-ece8d954d60b"], ["support_identifier", "cs_63b3ef79"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:04:10.721144"], ["updated_at", "2017-12-18 19:04:10.721144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1121728671 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99365345-9ba1-4f75-97f8-e5d735d78274' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e957f028' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1121728671], ["username", "billy_16"], ["access_token", "43eee50bb9ac8da3459f416c6def91c8"], ["uuid", "99365345-9ba1-4f75-97f8-e5d735d78274"], ["support_identifier", "cs_e957f028"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:04:10.725298"], ["updated_at", "2017-12-18 19:04:10.725298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1082915957 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca2414d1-137c-43c7-8b44-1a7b26f5a7f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_be95eaa2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1082915957], ["username", "billy_17"], ["access_token", "a07d7f3072b04e14fe84215fb5f4be68"], ["uuid", "ca2414d1-137c-43c7-8b44-1a7b26f5a7f3"], ["support_identifier", "cs_be95eaa2"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:04:10.729549"], ["updated_at", "2017-12-18 19:04:10.729549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1246785603 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '74ecf8f4-2b6e-4259-adcf-11437c9c7bd5' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2dec007e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1246785603], ["username", "billy_18"], ["access_token", "eb15677dba6317f341c3333fd70e7d09"], ["uuid", "74ecf8f4-2b6e-4259-adcf-11437c9c7bd5"], ["support_identifier", "cs_2dec007e"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:04:10.734939"], ["updated_at", "2017-12-18 19:04:10.734939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1253961672 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd688cf2-e4a4-4038-9740-5067911a473d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b00c71f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1253961672], ["username", "billy_19"], ["access_token", "bfb1d8ce546aa77db263532a65e706dd"], ["uuid", "bd688cf2-e4a4-4038-9740-5067911a473d"], ["support_identifier", "cs_7b00c71f"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:04:10.740185"], ["updated_at", "2017-12-18 19:04:10.740185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1026278150 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd3aa57a-7cf5-4436-9d12-ee9d22d42894' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1c07534' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1026278150], ["username", "billy_20"], ["access_token", "5dc7b145da4cba96b4e91cb96854f1d5"], ["uuid", "fd3aa57a-7cf5-4436-9d12-ee9d22d42894"], ["support_identifier", "cs_d1c07534"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:04:10.744425"], ["updated_at", "2017-12-18 19:04:10.744425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1546593962 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'da3c0b42-2c6a-416c-b20d-3a723d120c2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_422875b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1546593962], ["username", "billy_21"], ["access_token", "01e24fbf063e189ed5f8afea25b0235f"], ["uuid", "da3c0b42-2c6a-416c-b20d-3a723d120c2d"], ["support_identifier", "cs_422875b8"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:04:10.748695"], ["updated_at", "2017-12-18 19:04:10.748695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2106721390 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e2e064c-6829-4ed7-a770-caab5e17161e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7353108d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2106721390], ["username", "billy_22"], ["access_token", "88f0a1ea07161352f783fcd2d272da8d"], ["uuid", "8e2e064c-6829-4ed7-a770-caab5e17161e"], ["support_identifier", "cs_7353108d"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:04:10.752962"], ["updated_at", "2017-12-18 19:04:10.752962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1926699202 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e4ea1d2c-244d-4e92-8c9e-4586ef1b2021' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_621dabb8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1926699202], ["username", "billy_23"], ["access_token", "e9a85153bab21267695e472d4b1361bc"], ["uuid", "e4ea1d2c-244d-4e92-8c9e-4586ef1b2021"], ["support_identifier", "cs_621dabb8"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:04:10.757312"], ["updated_at", "2017-12-18 19:04:10.757312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1755247277 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95f4cb9a-a643-49f4-a3c2-3771d281b755' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f0f5149' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1755247277], ["username", "billy_24"], ["access_token", "800766d7ff74b4990f3b4869a716cadd"], ["uuid", "95f4cb9a-a643-49f4-a3c2-3771d281b755"], ["support_identifier", "cs_9f0f5149"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:04:10.761610"], ["updated_at", "2017-12-18 19:04:10.761610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1505352851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '792583ab-fb03-4f1c-b91e-583921ca53e3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_163b636c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1505352851], ["username", "billy_25"], ["access_token", "c71a9e085a316865025d111f67cba50b"], ["uuid", "792583ab-fb03-4f1c-b91e-583921ca53e3"], ["support_identifier", "cs_163b636c"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:04:10.766074"], ["updated_at", "2017-12-18 19:04:10.766074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1910310175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bf743f2-49da-48a2-8fe6-10d995e8730d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44a9fd44' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1910310175], ["username", "billy_26"], ["access_token", "ffa88569f1d0d7b50b89c0175845af11"], ["uuid", "8bf743f2-49da-48a2-8fe6-10d995e8730d"], ["support_identifier", "cs_44a9fd44"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:04:10.770315"], ["updated_at", "2017-12-18 19:04:10.770315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436335283 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41109980-cd7f-4096-a480-efe8b688a783' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73a70420' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1436335283], ["username", "billy_27"], ["access_token", "59a444c3c00f0b0046d8f0e85d983006"], ["uuid", "41109980-cd7f-4096-a480-efe8b688a783"], ["support_identifier", "cs_73a70420"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:04:10.775384"], ["updated_at", "2017-12-18 19:04:10.775384"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -92677817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82efdf7b-b389-4f54-a042-2271fc187891' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53f6719d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -92677817], ["username", "billy_28"], ["access_token", "f9e6e0f11c087023c0d1fe837e70f34b"], ["uuid", "82efdf7b-b389-4f54-a042-2271fc187891"], ["support_identifier", "cs_53f6719d"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:04:10.779915"], ["updated_at", "2017-12-18 19:04:10.779915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1726141253 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '213ec8ef-5037-4b6d-914d-c177dd593f15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3f9de35b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1726141253], ["username", "billy_29"], ["access_token", "13adf6b235782f8af5a22973e10daad5"], ["uuid", "213ec8ef-5037-4b6d-914d-c177dd593f15"], ["support_identifier", "cs_3f9de35b"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:04:10.784578"], ["updated_at", "2017-12-18 19:04:10.784578"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -240185384 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84a3c82f-e557-49bb-a607-242b844f73a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d345ff10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -240185384], ["username", "billy_30"], ["access_token", "f0486ecfff073bf004b2cf9e30d06975"], ["uuid", "84a3c82f-e557-49bb-a607-242b844f73a7"], ["support_identifier", "cs_d345ff10"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:04:10.789168"], ["updated_at", "2017-12-18 19:04:10.789168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2124941634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c673b1d-a8b3-475f-9f81-e94853941dd1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ab946c2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2124941634], ["username", "billy_31"], ["access_token", "2aec43f5c4d7ec78c4ca2fff4ab79fb8"], ["uuid", "4c673b1d-a8b3-475f-9f81-e94853941dd1"], ["support_identifier", "cs_6ab946c2"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:04:10.793566"], ["updated_at", "2017-12-18 19:04:10.793566"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524728336 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '067cc81e-8674-4224-b315-63ff6bab22a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85d1089a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1524728336], ["username", "billy_32"], ["access_token", "3c720a6ae9a906b6480d3b7b3a804663"], ["uuid", "067cc81e-8674-4224-b315-63ff6bab22a5"], ["support_identifier", "cs_85d1089a"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:04:10.798732"], ["updated_at", "2017-12-18 19:04:10.798732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1394033667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1fa5c45-dabf-4a01-9fc9-9d6d152958a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ee575b1e' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1394033667], ["username", "billy_33"], ["access_token", "c2dbab668a68da84f2963438473afc7a"], ["uuid", "b1fa5c45-dabf-4a01-9fc9-9d6d152958a6"], ["support_identifier", "cs_ee575b1e"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:04:10.803507"], ["updated_at", "2017-12-18 19:04:10.803507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2105894003 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6680dd2a-2d32-4d6d-b429-9293d1bb705b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7dae5188' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2105894003], ["username", "billy_34"], ["access_token", "0aea7b462a26928db1f8ec4da4b67de7"], ["uuid", "6680dd2a-2d32-4d6d-b429-9293d1bb705b"], ["support_identifier", "cs_7dae5188"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:04:10.810376"], ["updated_at", "2017-12-18 19:04:10.810376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -805385567 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a4ec61a-879e-412c-8269-57e74a71b1eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd6a259c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -805385567], ["username", "billy_35"], ["access_token", "4ef964a7aa442b6c376b9d183b3e3c8d"], ["uuid", "3a4ec61a-879e-412c-8269-57e74a71b1eb"], ["support_identifier", "cs_fd6a259c"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:04:10.816136"], ["updated_at", "2017-12-18 19:04:10.816136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -45649220 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ccd3293-206c-4fcb-844a-958cfce99b17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6fff4010' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -45649220], ["username", "billy_36"], ["access_token", "d842881f116fd8816add75166454bae4"], ["uuid", "9ccd3293-206c-4fcb-844a-958cfce99b17"], ["support_identifier", "cs_6fff4010"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:04:10.820776"], ["updated_at", "2017-12-18 19:04:10.820776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -866273611 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '187ed545-ce05-43e8-87e2-2ca7e9aa2a95' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_492626e1' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -866273611], ["username", "billy_37"], ["access_token", "f957e664faaaadc9989669434b4e11dc"], ["uuid", "187ed545-ce05-43e8-87e2-2ca7e9aa2a95"], ["support_identifier", "cs_492626e1"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:04:10.825896"], ["updated_at", "2017-12-18 19:04:10.825896"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -564659532 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33ae1c55-fc19-448e-b932-f491274f90b9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ae24b06' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -564659532], ["username", "billy_38"], ["access_token", "988c801bd633bd6b20b2ecaf49e1d673"], ["uuid", "33ae1c55-fc19-448e-b932-f491274f90b9"], ["support_identifier", "cs_4ae24b06"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:04:10.832282"], ["updated_at", "2017-12-18 19:04:10.832282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1066753406 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '61f1f3a5-727a-4ca8-b5dc-437bc53d845d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa109d3c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1066753406], ["username", "billy_39"], ["access_token", "8c41c9ede0cc29694b975877d0b15edd"], ["uuid", "61f1f3a5-727a-4ca8-b5dc-437bc53d845d"], ["support_identifier", "cs_fa109d3c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:04:10.837208"], ["updated_at", "2017-12-18 19:04:10.837208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1596729414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7024ebf-ad6f-40e9-a8b3-0df7bf745c37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4b52e238' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1596729414], ["username", "billy_40"], ["access_token", "1c0ea91d3f565d105eba1a40668dd85c"], ["uuid", "a7024ebf-ad6f-40e9-a8b3-0df7bf745c37"], ["support_identifier", "cs_4b52e238"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:04:10.841874"], ["updated_at", "2017-12-18 19:04:10.841874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1766915574 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11807e96-c1c6-42d1-9c8b-2b549d5037b4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5fee030c' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1766915574], ["username", "billy_41"], ["access_token", "3fc174cff71bc27f5a18de9b3ed49ade"], ["uuid", "11807e96-c1c6-42d1-9c8b-2b549d5037b4"], ["support_identifier", "cs_5fee030c"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:04:10.846296"], ["updated_at", "2017-12-18 19:04:10.846296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989632316 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '40cdcf97-7164-4717-ab07-b066c13df7eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53d265fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -989632316], ["username", "billy_42"], ["access_token", "4261adb3d75df9cf83e3fbd055108354"], ["uuid", "40cdcf97-7164-4717-ab07-b066c13df7eb"], ["support_identifier", "cs_53d265fa"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:04:10.851447"], ["updated_at", "2017-12-18 19:04:10.851447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1051677392 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ef83f40-e08a-47f9-b021-9fdab540bd3d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_185d624f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1051677392], ["username", "billy_43"], ["access_token", "21e0ebcc09c16fdfa1308bfeea763ed4"], ["uuid", "6ef83f40-e08a-47f9-b021-9fdab540bd3d"], ["support_identifier", "cs_185d624f"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:04:10.856126"], ["updated_at", "2017-12-18 19:04:10.856126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1569381040 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35389444-0313-4912-8ad3-3a789a78aef5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd2e907a' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1569381040], ["username", "billy_44"], ["access_token", "c957afcfa431d0d60b27848a2711c73b"], ["uuid", "35389444-0313-4912-8ad3-3a789a78aef5"], ["support_identifier", "cs_fd2e907a"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:04:10.861981"], ["updated_at", "2017-12-18 19:04:10.861981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -556541532 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e2a0a38-5773-4990-af05-bc38bde97cc7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3b19aca1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -556541532], ["username", "billy_45"], ["access_token", "3f31f6ff62e87722a1a2f5b81e9b2d04"], ["uuid", "3e2a0a38-5773-4990-af05-bc38bde97cc7"], ["support_identifier", "cs_3b19aca1"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:04:10.867847"], ["updated_at", "2017-12-18 19:04:10.867847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1236233927 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1942f73-c2a3-4fb2-a67f-3a41ee1a6309' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_22d5f23b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1236233927], ["username", "billy_46"], ["access_token", "e9ca0bea87d167135b93a2875de5e955"], ["uuid", "c1942f73-c2a3-4fb2-a67f-3a41ee1a6309"], ["support_identifier", "cs_22d5f23b"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:04:10.872397"], ["updated_at", "2017-12-18 19:04:10.872397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2083582025 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c31267c3-3a0a-41f0-a0d6-580fe0b370dd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b03591f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2083582025], ["username", "billy_47"], ["access_token", "1e924a6366c69fb4486a48624c6046de"], ["uuid", "c31267c3-3a0a-41f0-a0d6-580fe0b370dd"], ["support_identifier", "cs_b03591f2"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:04:10.877134"], ["updated_at", "2017-12-18 19:04:10.877134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1818804869 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76f98d8d-861d-4d8c-8d53-827262d71d2e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9648aa7d' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1818804869], ["username", "billy_48"], ["access_token", "4d5d80a32e58a668b47e804685879921"], ["uuid", "76f98d8d-861d-4d8c-8d53-827262d71d2e"], ["support_identifier", "cs_9648aa7d"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:04:10.881854"], ["updated_at", "2017-12-18 19:04:10.881854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -968672305 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '74c46c5b-afab-4aee-92c8-d8d0170fc2d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ca346d4f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -968672305], ["username", "billy_49"], ["access_token", "2f5b8a9e584be4e3bf02fc69116fe1a5"], ["uuid", "74c46c5b-afab-4aee-92c8-d8d0170fc2d4"], ["support_identifier", "cs_ca346d4f"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:04:10.888456"], ["updated_at", "2017-12-18 19:04:10.888456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1596942830 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '23cd1ea8b02fc02ab57dcfefdd260ddd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb0e64c5-9d51-44f0-a188-8bbd9d020903' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92c8bce1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1596942830], ["username", "23cd1ea8b02fc02ab57dcfefdd260ddd"], ["access_token", "41b4a8de699161e025e9a3f697c06a73"], ["uuid", "cb0e64c5-9d51-44f0-a188-8bbd9d020903"], ["support_identifier", "cs_92c8bce1"], ["created_at", "2017-12-18 19:04:10.903648"], ["updated_at", "2017-12-18 19:04:10.903648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -1596942830]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1596942830 AND "openstax_accounts_accounts"."id" != 360) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 360) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 360) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_92c8bce1' AND "openstax_accounts_accounts"."id" != 360) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 360]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4335562]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4335562 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8618719]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8618719 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9303182]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9303182 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1862677]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1862677 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3138720]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3138720 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3133312]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3133312 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3133312 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 5244908]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5244908 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:04:13 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-12-18 13:04:15 -0600 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:04:17 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-18 13:04:19 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:04:21 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-18 13:04:23 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:04:25 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2017-12-18 13:04:27 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:04:29 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2017-12-18 13:04:31 -0600 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:04:33 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 13:04:35 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:04:37 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 13:04:39 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013116554 LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '05aef4f378517ca5d38a039b91917a59' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '918dfeb1-c693-49e3-9119-4dd103a22329' LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6c8b33f5' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2013116554], ["username", "05aef4f378517ca5d38a039b91917a59"], ["access_token", "4ab6cb74cf8f62d48e577d9249f15955"], ["uuid", "918dfeb1-c693-49e3-9119-4dd103a22329"], ["support_identifier", "cs_6c8b33f5"], ["created_at", "2017-12-18 19:04:39.384962"], ["updated_at", "2017-12-18 19:04:39.384962"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -425618642 LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -425618642], ["name", "MyGroup"], ["created_at", "2017-12-18 19:04:39.405412"], ["updated_at", "2017-12-18 19:04:39.405412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1183245848 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '764a252d03d907ae6d455291d80f230c' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c72848ce-a5f6-4e93-8025-9258087d26fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62fff1af' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1183245848], ["username", "764a252d03d907ae6d455291d80f230c"], ["access_token", "6e63baa5d7c154d83ff8ffc2e60a5f21"], ["uuid", "c72848ce-a5f6-4e93-8025-9258087d26fb"], ["support_identifier", "cs_62fff1af"], ["created_at", "2017-12-18 19:04:39.418021"], ["updated_at", "2017-12-18 19:04:39.418021"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 362 AND "openstax_accounts_group_owners"."group_id" = -425618642) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -425618642], ["user_id", -1183245848], ["created_at", "2017-12-18 19:04:39.422987"], ["updated_at", "2017-12-18 19:04:39.422987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-425618642/owners/-1183245848" for 127.0.0.1 at 2017-12-18 13:04:41 -0600 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-425618642", "user_id"=>"-1183245848", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -825201342 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '87a66a2bb82edc3441b65b2b71cc954f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66024224-c34e-4d2a-9c8f-7687413f4a66' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7bd37a07' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -825201342], ["username", "87a66a2bb82edc3441b65b2b71cc954f"], ["access_token", "ea3b82eab12ec8ab51e941b4241abaca"], ["uuid", "66024224-c34e-4d2a-9c8f-7687413f4a66"], ["support_identifier", "cs_7bd37a07"], ["created_at", "2017-12-18 19:04:41.451270"], ["updated_at", "2017-12-18 19:04:41.451270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1903180447 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1903180447], ["name", "MyGroup"], ["created_at", "2017-12-18 19:04:41.455825"], ["updated_at", "2017-12-18 19:04:41.455825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1802658243 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'de64b2773b36e84535d7202fb8e9fa24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '875bb6e1-19fa-48cb-8780-59b59e41ca5b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d2fda1b0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1802658243], ["username", "de64b2773b36e84535d7202fb8e9fa24"], ["access_token", "d53856083e44d43c91ee2d10b3545a24"], ["uuid", "875bb6e1-19fa-48cb-8780-59b59e41ca5b"], ["support_identifier", "cs_d2fda1b0"], ["created_at", "2017-12-18 19:04:41.462468"], ["updated_at", "2017-12-18 19:04:41.462468"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1903180447/owners/-1802658243" for 127.0.0.1 at 2017-12-18 13:04:43 -0600 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1903180447", "user_id"=>"-1802658243", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965793567 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd79927aa0f5e3e22f280be7a03f5a8c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12226485-8c49-4d4a-9b1f-c2c57a8c5f13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cc144380' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -965793567], ["username", "d79927aa0f5e3e22f280be7a03f5a8c6"], ["access_token", "bbb654fb2e1d9630ef0087bf1db50061"], ["uuid", "12226485-8c49-4d4a-9b1f-c2c57a8c5f13"], ["support_identifier", "cs_cc144380"], ["created_at", "2017-12-18 19:04:43.490024"], ["updated_at", "2017-12-18 19:04:43.490024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1268289612 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1268289612], ["name", "MyGroup"], ["created_at", "2017-12-18 19:04:43.502510"], ["updated_at", "2017-12-18 19:04:43.502510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1766525527 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bb7f91a3c761702a99cd932b6e28112f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df432b3a-9a97-401b-9d6c-f9eed5faadbb' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b638fcc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1766525527], ["username", "bb7f91a3c761702a99cd932b6e28112f"], ["access_token", "1bf8c345eaa06557b663000243fdaaf5"], ["uuid", "df432b3a-9a97-401b-9d6c-f9eed5faadbb"], ["support_identifier", "cs_1b638fcc"], ["created_at", "2017-12-18 19:04:43.508421"], ["updated_at", "2017-12-18 19:04:43.508421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 366 AND "openstax_accounts_group_members"."group_id" = -1268289612) LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1268289612], ["user_id", -1766525527], ["created_at", "2017-12-18 19:04:43.513124"], ["updated_at", "2017-12-18 19:04:43.513124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1268289612/members/-1766525527" for 127.0.0.1 at 2017-12-18 13:04:45 -0600 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1268289612", "user_id"=>"-1766525527", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2016102907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '29818ff94bc4e94858c8234aee61c930' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb79cb79-1893-40f3-932f-86d02ee655a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_09a6006e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2016102907], ["username", "29818ff94bc4e94858c8234aee61c930"], ["access_token", "18a2de315875a19c77d91ef63d0f1693"], ["uuid", "bb79cb79-1893-40f3-932f-86d02ee655a5"], ["support_identifier", "cs_09a6006e"], ["created_at", "2017-12-18 19:04:45.537841"], ["updated_at", "2017-12-18 19:04:45.537841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -679955539 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -679955539], ["name", "MyGroup"], ["created_at", "2017-12-18 19:04:45.540882"], ["updated_at", "2017-12-18 19:04:45.540882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1705854222 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7e3ca26d2dd1dc37310a21d0ac9c4373' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '641f53b3-18d0-4ffc-bae4-93fa937db5f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6c255620' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1705854222], ["username", "7e3ca26d2dd1dc37310a21d0ac9c4373"], ["access_token", "2086f865fc8e229e91a697722d730ffc"], ["uuid", "641f53b3-18d0-4ffc-bae4-93fa937db5f5"], ["support_identifier", "cs_6c255620"], ["created_at", "2017-12-18 19:04:45.545139"], ["updated_at", "2017-12-18 19:04:45.545139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-679955539/members/-1705854222" for 127.0.0.1 at 2017-12-18 13:04:47 -0600 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-679955539", "user_id"=>"-1705854222", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410616208 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '13e534f6ecf84ac73a3183fcb4263512' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f64587c1-e1e4-4c5e-b44b-ccb3bca91cee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b981820' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -410616208], ["username", "13e534f6ecf84ac73a3183fcb4263512"], ["access_token", "5dd6d03c35604f81292cd9a7bb29b7b6"], ["uuid", "f64587c1-e1e4-4c5e-b44b-ccb3bca91cee"], ["support_identifier", "cs_7b981820"], ["created_at", "2017-12-18 19:04:47.569378"], ["updated_at", "2017-12-18 19:04:47.569378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:04:49 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-18 13:04:51 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1277308798 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd50d6eaea70e9ae9d78c029b63726d26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b177daa9-cf09-4f8c-a2b7-f61679c6efe8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f93e1d1a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1277308798], ["username", "d50d6eaea70e9ae9d78c029b63726d26"], ["access_token", "4d71b4f3d0fb78ab9a53d9a77372f4a8"], ["uuid", "b177daa9-cf09-4f8c-a2b7-f61679c6efe8"], ["support_identifier", "cs_f93e1d1a"], ["created_at", "2017-12-18 19:04:51.616999"], ["updated_at", "2017-12-18 19:04:51.616999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:04:53 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-18 13:04:55 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1224673858 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '10b4f1eab05caecb25502cb1d54ba40c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b247e125-2e95-4ef3-8a3a-beb5174a69b1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63d8876c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1224673858], ["username", "10b4f1eab05caecb25502cb1d54ba40c"], ["access_token", "23aa86dd95ff68041f9fcf3e05031770"], ["uuid", "b247e125-2e95-4ef3-8a3a-beb5174a69b1"], ["support_identifier", "cs_63d8876c"], ["created_at", "2017-12-18 19:04:55.658158"], ["updated_at", "2017-12-18 19:04:55.658158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:04:57 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-12-18 13:04:59 -0600 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -403866042 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'df9e76d78ba2d41d1ca3e2cdac580fd5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42255260-330d-4e1c-93e2-eb140015cce8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_83aa660c' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -403866042], ["username", "df9e76d78ba2d41d1ca3e2cdac580fd5"], ["access_token", "b99e9804e0171210d453a51c7441ebb1"], ["uuid", "42255260-330d-4e1c-93e2-eb140015cce8"], ["support_identifier", "cs_83aa660c"], ["created_at", "2017-12-18 19:04:59.704799"], ["updated_at", "2017-12-18 19:04:59.704799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-12-18 13:05:01 -0600 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"df9e76d78ba2d41d1ca3e2cdac580fd5", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"df9e76d78ba2d41d1ca3e2cdac580fd5", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1489549414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7becf645a81edb4877a68227cceef69e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c7f59c3-4673-4afd-ade3-93a622a51451' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f691346' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1489549414], ["username", "7becf645a81edb4877a68227cceef69e"], ["access_token", "a4e253d392ce6c48866fc8e79e16d7f4"], ["uuid", "6c7f59c3-4673-4afd-ade3-93a622a51451"], ["support_identifier", "cs_8f691346"], ["created_at", "2017-12-18 19:05:01.732142"], ["updated_at", "2017-12-18 19:05:01.732142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2134966583 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2134966583], ["name", "MyGroup"], ["created_at", "2017-12-18 19:05:01.740552"], ["updated_at", "2017-12-18 19:05:01.740552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-12-18 13:05:03 -0600 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045320398 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '0e01fd248d5161947e96997d341145d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '647c4b29-54b7-4d6c-9b30-e70861ef00dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8b3ccbf8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2045320398], ["username", "0e01fd248d5161947e96997d341145d8"], ["access_token", "87ca89abe89840269edd770942545051"], ["uuid", "647c4b29-54b7-4d6c-9b30-e70861ef00dc"], ["support_identifier", "cs_8b3ccbf8"], ["created_at", "2017-12-18 19:05:03.768616"], ["updated_at", "2017-12-18 19:05:03.768616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -452248138 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -452248138], ["name", "MyGroup"], ["created_at", "2017-12-18 19:05:03.771420"], ["updated_at", "2017-12-18 19:05:03.771420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -452248138 AND "openstax_accounts_groups"."id" != 6) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-452248138" for 127.0.0.1 at 2017-12-18 13:05:05 -0600 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-452248138", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1239818457 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '61d69d0060c79cd83b23623bd9799602' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7470083c-849c-40a7-8c17-3c8f73bc17bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b4a723a9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1239818457], ["username", "61d69d0060c79cd83b23623bd9799602"], ["access_token", "438e932c78292ec1672683dacacd5569"], ["uuid", "7470083c-849c-40a7-8c17-3c8f73bc17bd"], ["support_identifier", "cs_b4a723a9"], ["created_at", "2017-12-18 19:05:05.797733"], ["updated_at", "2017-12-18 19:05:05.797733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -526525694 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -526525694], ["name", "MyGroup"], ["created_at", "2017-12-18 19:05:05.800646"], ["updated_at", "2017-12-18 19:05:05.800646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -526525694 AND "openstax_accounts_groups"."id" != 7) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-526525694" for 127.0.0.1 at 2017-12-18 13:05:07 -0600 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-526525694", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2008026516 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1f8edc67cfdc836b26a268b53025a639' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e698e760-a51e-4f90-be6c-936334e4b4d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_74029974' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2008026516], ["username", "1f8edc67cfdc836b26a268b53025a639"], ["access_token", "8ba1240cdec4533cf87012c4d0f15932"], ["uuid", "e698e760-a51e-4f90-be6c-936334e4b4d4"], ["support_identifier", "cs_74029974"], ["created_at", "2017-12-18 19:05:07.834566"], ["updated_at", "2017-12-18 19:05:07.834566"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -905928536 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -905928536], ["name", "MyGroup"], ["created_at", "2017-12-18 19:05:07.848436"], ["updated_at", "2017-12-18 19:05:07.848436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1888465400 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1888465400], ["name", "MyGroup"], ["created_at", "2017-12-18 19:05:07.853535"], ["updated_at", "2017-12-18 19:05:07.853535"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-905928536/nestings/-1888465400" for 127.0.0.1 at 2017-12-18 13:05:09 -0600 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-905928536", "member_group_id"=>"-1888465400", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1664900187 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '330f104822769d1af3a14f99a35c4ee0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '343b63ff-142b-4c2b-a71f-d7f8d2da2f22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d766cade' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1664900187], ["username", "330f104822769d1af3a14f99a35c4ee0"], ["access_token", "56da26087dc358eb25ed024e83fee63e"], ["uuid", "343b63ff-142b-4c2b-a71f-d7f8d2da2f22"], ["support_identifier", "cs_d766cade"], ["created_at", "2017-12-18 19:05:09.886556"], ["updated_at", "2017-12-18 19:05:09.886556"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2065237081 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2065237081], ["name", "MyGroup"], ["created_at", "2017-12-18 19:05:09.889885"], ["updated_at", "2017-12-18 19:05:09.889885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1357028430 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1357028430], ["name", "MyGroup"], ["created_at", "2017-12-18 19:05:09.892329"], ["updated_at", "2017-12-18 19:05:09.892329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 11 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 11]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -1357028430 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1357028430 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 11]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 10]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -2065237081 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -2065237081 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 10]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1357028430 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -2065237081 SQL (0.5ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -2065237081], ["member_group_id", -1357028430], ["created_at", "2017-12-18 19:05:09.895929"], ["updated_at", "2017-12-18 19:05:09.895929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-2065237081/nestings/-1357028430" for 127.0.0.1 at 2017-12-18 13:05:11 -0600 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-2065237081", "member_group_id"=>"-1357028430", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -899483266 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1e6cb17c6390629b09734c2dbbe8b7d7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5618bd36-9a04-40cd-acfa-413a43ee80af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1d106135' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -899483266], ["username", "1e6cb17c6390629b09734c2dbbe8b7d7"], ["access_token", "e9a6612ce6738c6e0ffb9c3417768035"], ["uuid", "5618bd36-9a04-40cd-acfa-413a43ee80af"], ["support_identifier", "cs_1d106135"], ["created_at", "2017-12-18 19:05:11.934219"], ["updated_at", "2017-12-18 19:05:11.934219"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 378 AND "openstax_accounts_group_owners"."group_id" = -502336194) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -502336194]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 378 AND "openstax_accounts_group_owners"."group_id" = -502336194) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -502336194 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -502336194], ["created_at", "2017-12-18 19:05:11.949371"], ["updated_at", "2017-12-18 19:05:11.949371"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 378 AND "openstax_accounts_group_owners"."group_id" = -502336194) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -502336194], ["user_id", -899483266], ["created_at", "2017-12-18 19:05:11.952507"], ["updated_at", "2017-12-18 19:05:11.952507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -502336194]] OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -502336194]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566046411 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '360f7ac6a50f96a8ede7bf6143212ae4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46d861d2-ee68-47a6-9801-62ecdbe11600' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_742bed69' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -566046411], ["username", "360f7ac6a50f96a8ede7bf6143212ae4"], ["access_token", "a94e82780a586a4d1cbf2eb8305036ed"], ["uuid", "46d861d2-ee68-47a6-9801-62ecdbe11600"], ["support_identifier", "cs_742bed69"], ["created_at", "2017-12-18 19:05:11.971355"], ["updated_at", "2017-12-18 19:05:11.971355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -566046411 AND "openstax_accounts_accounts"."id" != 379) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '360f7ac6a50f96a8ede7bf6143212ae4' AND "openstax_accounts_accounts"."id" != 379) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 379) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_742bed69' AND "openstax_accounts_accounts"."id" != 379) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -710024028 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b57239679b8cb20c440999f1a1fa4722' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '887d1c10-8c9c-4618-a468-084fe5754c59' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c842915' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -710024028], ["username", "b57239679b8cb20c440999f1a1fa4722"], ["access_token", "92274c64402396f7c922e290be0e5788"], ["uuid", "887d1c10-8c9c-4618-a468-084fe5754c59"], ["support_identifier", "cs_7c842915"], ["created_at", "2017-12-18 19:05:11.980635"], ["updated_at", "2017-12-18 19:05:11.980635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -710024028 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b57239679b8cb20c440999f1a1fa4722' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '887d1c10-8c9c-4618-a468-084fe5754c59' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c842915' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -710024028 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b57239679b8cb20c440999f1a1fa4722' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '887D1C10-8C9C-4618-A468-084FE5754C59' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c842915' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -296057194 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '13c6379b564a337c2499ae75faf7163a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7c109e8-a786-4307-927a-6b694b845906' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1986ff62' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -296057194], ["username", "13c6379b564a337c2499ae75faf7163a"], ["access_token", "774a662078b743b91bb97c6492459b62"], ["uuid", "e7c109e8-a786-4307-927a-6b694b845906"], ["support_identifier", "cs_1986ff62"], ["created_at", "2017-12-18 19:05:11.997821"], ["updated_at", "2017-12-18 19:05:11.997821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -296057194 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '13c6379b564a337c2499ae75faf7163a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7c109e8-a786-4307-927a-6b694b845906' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1986ff62' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -296057194 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '13c6379b564a337c2499ae75faf7163a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7c109e8-a786-4307-927a-6b694b845906' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'CS_1986FF62' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "support_identifier" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["support_identifier", nil], ["updated_at", "2017-12-18 19:05:12.010902"], ["id", 381]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -296057194 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '13c6379b564a337c2499ae75faf7163a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7c109e8-a786-4307-927a-6b694b845906' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550631010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2439808346dc6103be6598a7536a1711' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21832fb8-d540-493d-b394-c598372e0f3b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ccf199f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1550631010], ["username", "2439808346dc6103be6598a7536a1711"], ["access_token", "1fda6c2142fe30f646d94f5a61960a25"], ["uuid", "21832fb8-d540-493d-b394-c598372e0f3b"], ["support_identifier", "cs_ccf199f0"], ["created_at", "2017-12-18 19:05:12.024085"], ["updated_at", "2017-12-18 19:05:12.024085"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018754048 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2439808346dc6103be6598a7536a1711' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3525b78e-25cd-445f-86b7-0c056c677272' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fcefd0dd' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1297197789 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6c5cdc75d4a1213dbd2711ed03a5e203' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0a09cf9-5deb-4429-8709-710625243e36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_717cc4cb' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313003776 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83495864-d8de-4b38-b56e-14444f34a92f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1420e1d8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -313003776], ["access_token", "55e40bbca6b51d9191219b50bfd77cdc"], ["uuid", "83495864-d8de-4b38-b56e-14444f34a92f"], ["support_identifier", "cs_1420e1d8"], ["created_at", "2017-12-18 19:05:12.040129"], ["updated_at", "2017-12-18 19:05:12.040129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2022016555 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e684efa6-4ffb-421b-86ac-a5341c31e9f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_868a69ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2022016555], ["access_token", "a69174460644d0b3fd389cba6e2c32d2"], ["uuid", "e684efa6-4ffb-421b-86ac-a5341c31e9f3"], ["support_identifier", "cs_868a69ad"], ["created_at", "2017-12-18 19:05:12.044642"], ["updated_at", "2017-12-18 19:05:12.044642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -761264893 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd9ccd33ed272e10e6a1bd4dcbb3655ee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '106158b4-5025-4cce-bf85-c62c6a8d435b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_80f65159' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -761264893], ["username", "d9ccd33ed272e10e6a1bd4dcbb3655ee"], ["access_token", "376860b8b8b1b32f385caf6ee4367ce2"], ["uuid", "106158b4-5025-4cce-bf85-c62c6a8d435b"], ["support_identifier", "cs_80f65159"], ["created_at", "2017-12-18 19:05:12.050052"], ["updated_at", "2017-12-18 19:05:12.050052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'd9ccd33ed272e10e6a1bd4dcbb3655ee' AND "openstax_accounts_accounts"."id" != 385) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '106158b4-5025-4cce-bf85-c62c6a8d435b' AND "openstax_accounts_accounts"."id" != 385) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_80f65159' AND "openstax_accounts_accounts"."id" != 385) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 385) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'd9ccd33ed272e10e6a1bd4dcbb3655ee' AND "openstax_accounts_accounts"."id" != 385) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '106158b4-5025-4cce-bf85-c62c6a8d435b' AND "openstax_accounts_accounts"."id" != 385) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_80f65159' AND "openstax_accounts_accounts"."id" != 385) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-18 19:05:12.056618"], ["id", 385]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a17c60e965cd5e2f6a8dd1992e73ed67' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef1b9660-9459-47df-88f5-bd10b9f2daed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_86053351' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -941752072 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '02964e7275f163b522ebe0e357335548' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '760976db-0467-4ff7-af6e-59b026e31414' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47a0fe6f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -941752072], ["username", "02964e7275f163b522ebe0e357335548"], ["access_token", "8e1af67427f4f653b2160860b5e92855"], ["uuid", "760976db-0467-4ff7-af6e-59b026e31414"], ["support_identifier", "cs_47a0fe6f"], ["created_at", "2017-12-18 19:05:12.065223"], ["updated_at", "2017-12-18 19:05:12.065223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -941752072 AND "openstax_accounts_accounts"."id" != 386) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '760976db-0467-4ff7-af6e-59b026e31414' AND "openstax_accounts_accounts"."id" != 386) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_47a0fe6f' AND "openstax_accounts_accounts"."id" != 386) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1414929006 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ef46a1d3e84ccef230f25c176ec634a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0c5fe12-4114-4e28-b6a5-adbd0141cfc8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5bf96078' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1414929006], ["username", "ef46a1d3e84ccef230f25c176ec634a7"], ["access_token", "f32d6bb19988b8e9a1ba5373d5c15e60"], ["uuid", "d0c5fe12-4114-4e28-b6a5-adbd0141cfc8"], ["support_identifier", "cs_5bf96078"], ["created_at", "2017-12-18 19:05:12.074131"], ["updated_at", "2017-12-18 19:05:12.074131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 387) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 387) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'd0c5fe12-4114-4e28-b6a5-adbd0141cfc8' AND "openstax_accounts_accounts"."id" != 387) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_5bf96078' AND "openstax_accounts_accounts"."id" != 387) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-18 19:05:12.078796"], ["id", 387]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -333452471 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '987a4dabb529c801bc993e756c9d3654' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eae0ffc7-3341-49ba-bc25-9e03ec03f646' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1f31e4b4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -333452471], ["username", "987a4dabb529c801bc993e756c9d3654"], ["access_token", "24e2573c0dede702dc5c04c1231b9c65"], ["uuid", "eae0ffc7-3341-49ba-bc25-9e03ec03f646"], ["support_identifier", "cs_1f31e4b4"], ["created_at", "2017-12-18 19:05:12.086351"], ["updated_at", "2017-12-18 19:05:12.086351"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 388) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 388) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'eae0ffc7-3341-49ba-bc25-9e03ec03f646' AND "openstax_accounts_accounts"."id" != 388) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_1f31e4b4' AND "openstax_accounts_accounts"."id" != 388) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-18 19:05:12.090864"], ["id", 388]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1134389271 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7808760e8d7f18413482d78462a1e770' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '188998d9-4bcb-4f96-9131-957402f588e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ca672e39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1134389271], ["username", "7808760e8d7f18413482d78462a1e770"], ["access_token", "56d3f84a985985dea32caa857c0edd4e"], ["uuid", "188998d9-4bcb-4f96-9131-957402f588e1"], ["support_identifier", "cs_ca672e39"], ["created_at", "2017-12-18 19:05:12.095926"], ["updated_at", "2017-12-18 19:05:12.095926"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 389) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '188998d9-4bcb-4f96-9131-957402f588e1' AND "openstax_accounts_accounts"."id" != 389) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_ca672e39' AND "openstax_accounts_accounts"."id" != 389) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-18 19:05:12.100244"], ["id", 389]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 389) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 389) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '188998d9-4bcb-4f96-9131-957402f588e1' AND "openstax_accounts_accounts"."id" != 389) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_ca672e39' AND "openstax_accounts_accounts"."id" != 389) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-18 19:05:12.104668"], ["id", 389]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 389) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 389) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '188998d9-4bcb-4f96-9131-957402f588e1' AND "openstax_accounts_accounts"."id" != 389) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_ca672e39' AND "openstax_accounts_accounts"."id" != 389) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-18 19:05:12.108879"], ["id", 389]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -724995174 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8f1e926ba0e28d8de30db333ec3c592e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '504e69f2-7f26-4ef3-9ce8-85f218a11850' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66063b99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -724995174], ["username", "8f1e926ba0e28d8de30db333ec3c592e"], ["access_token", "d556bfc64862335bdcc3a734ec77683e"], ["uuid", "504e69f2-7f26-4ef3-9ce8-85f218a11850"], ["support_identifier", "cs_66063b99"], ["created_at", "2017-12-18 19:05:12.114821"], ["updated_at", "2017-12-18 19:05:12.114821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 390) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 390) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '504e69f2-7f26-4ef3-9ce8-85f218a11850' AND "openstax_accounts_accounts"."id" != 390) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_66063b99' AND "openstax_accounts_accounts"."id" != 390) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-18 19:05:12.119057"], ["id", 390]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800405496 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c57d4950-bce5-4db0-9240-88c5347e0038' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_83d2a26a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -800405496], ["username", "jstrav"], ["access_token", "a3813a14e392ddb2962370e1204ade96"], ["uuid", "c57d4950-bce5-4db0-9240-88c5347e0038"], ["support_identifier", "cs_83d2a26a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:05:12.124860"], ["updated_at", "2017-12-18 19:05:12.124860"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1854240069 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3de1df99-603e-4eee-8bcd-258b516cfe10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12a46070' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1854240069], ["username", "mary"], ["access_token", "38cff68263a3f4b01a47054b59904833"], ["uuid", "3de1df99-603e-4eee-8bcd-258b516cfe10"], ["support_identifier", "cs_12a46070"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:05:12.129196"], ["updated_at", "2017-12-18 19:05:12.129196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -302694171 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5092566-995c-47ca-8638-d2041157c27e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e1d635c5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -302694171], ["username", "jstead"], ["access_token", "4a52fe1e89758bc56b48116d26a130ba"], ["uuid", "b5092566-995c-47ca-8638-d2041157c27e"], ["support_identifier", "cs_e1d635c5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:05:12.134372"], ["updated_at", "2017-12-18 19:05:12.134372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1427463357 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4951cd22-83bc-43b6-bc27-0860d5be5af5' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f41656a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1427463357], ["username", "bigbear"], ["access_token", "a3e6dc892e3f0ed20b39faf6fd840d79"], ["uuid", "4951cd22-83bc-43b6-bc27-0860d5be5af5"], ["support_identifier", "cs_f41656a1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:05:12.140205"], ["updated_at", "2017-12-18 19:05:12.140205"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2028856621 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65cb1394-04b4-4140-9597-80d91efe62bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_903de331' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2028856621], ["username", "billy_00"], ["access_token", "7e213a8007eb7f4621a7dde66fc56040"], ["uuid", "65cb1394-04b4-4140-9597-80d91efe62bf"], ["support_identifier", "cs_903de331"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 19:05:12.144908"], ["updated_at", "2017-12-18 19:05:12.144908"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396480444 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7465196-47fc-4753-bd20-201de983ea95' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_04aea420' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -396480444], ["username", "billy_01"], ["access_token", "1d3795b9af1c22e6b9366b73849cd469"], ["uuid", "d7465196-47fc-4753-bd20-201de983ea95"], ["support_identifier", "cs_04aea420"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 19:05:12.151407"], ["updated_at", "2017-12-18 19:05:12.151407"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1869372884 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7d0c41a-6227-46fe-af7c-346fd0aa310d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_492c8178' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1869372884], ["username", "billy_02"], ["access_token", "c72c899b0eda9d35a5bcd6befaebcfe4"], ["uuid", "b7d0c41a-6227-46fe-af7c-346fd0aa310d"], ["support_identifier", "cs_492c8178"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 19:05:12.156024"], ["updated_at", "2017-12-18 19:05:12.156024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -266239486 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0044b665-8b67-4b89-b105-0b806f6e6044' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_deadb6a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -266239486], ["username", "billy_03"], ["access_token", "58882c58052bab490e294d162964dc12"], ["uuid", "0044b665-8b67-4b89-b105-0b806f6e6044"], ["support_identifier", "cs_deadb6a5"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 19:05:12.160215"], ["updated_at", "2017-12-18 19:05:12.160215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1130240044 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cdbd6143-77eb-48b0-9dd4-5b4b16526bf7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d38479df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1130240044], ["username", "billy_04"], ["access_token", "80eb8ab2bc3e09770d3bea7f58db0d9f"], ["uuid", "cdbd6143-77eb-48b0-9dd4-5b4b16526bf7"], ["support_identifier", "cs_d38479df"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:05:12.165607"], ["updated_at", "2017-12-18 19:05:12.165607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -643962840 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22806d20-6225-42d5-a157-8e5cc652e0c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00d7b511' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -643962840], ["username", "billy_05"], ["access_token", "02aee6088d5b2228a541bfa46f8a2f86"], ["uuid", "22806d20-6225-42d5-a157-8e5cc652e0c8"], ["support_identifier", "cs_00d7b511"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:05:12.170317"], ["updated_at", "2017-12-18 19:05:12.170317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411466344 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '975abe4d-1a79-4b17-ab26-6356371900fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62f31a7f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -411466344], ["username", "billy_06"], ["access_token", "93a9328c2f6b49f6720672bb333482ad"], ["uuid", "975abe4d-1a79-4b17-ab26-6356371900fa"], ["support_identifier", "cs_62f31a7f"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:05:12.174486"], ["updated_at", "2017-12-18 19:05:12.174486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -959002214 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01f8ceed-cfb3-4625-af79-5b892fd96f1b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_639de6ba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -959002214], ["username", "billy_07"], ["access_token", "3ad1b1c1ba9836aaf554306067af7d33"], ["uuid", "01f8ceed-cfb3-4625-af79-5b892fd96f1b"], ["support_identifier", "cs_639de6ba"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:05:12.179298"], ["updated_at", "2017-12-18 19:05:12.179298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1318706751 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb61822e-1892-4096-bf58-2a41093f4e54' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_14f89777' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1318706751], ["username", "billy_08"], ["access_token", "38df479009977ba458e3ea6a677b0e33"], ["uuid", "fb61822e-1892-4096-bf58-2a41093f4e54"], ["support_identifier", "cs_14f89777"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:05:12.183696"], ["updated_at", "2017-12-18 19:05:12.183696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1477600173 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '600158c7-10a6-4a35-86ba-9d549d134a20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1f3f359' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1477600173], ["username", "billy_09"], ["access_token", "9efa777849961cd0e42448034f266c3d"], ["uuid", "600158c7-10a6-4a35-86ba-9d549d134a20"], ["support_identifier", "cs_d1f3f359"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:05:12.190204"], ["updated_at", "2017-12-18 19:05:12.190204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1948312073 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a6575292-6085-47d3-b071-f4dda0e521ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_86221eef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1948312073], ["username", "billy_10"], ["access_token", "826b424a1206fe97df8484974030a7a8"], ["uuid", "a6575292-6085-47d3-b071-f4dda0e521ed"], ["support_identifier", "cs_86221eef"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:05:12.195367"], ["updated_at", "2017-12-18 19:05:12.195367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657221619 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb7b76ef-8748-45fe-9551-108ab561ec20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_65c2982b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -657221619], ["username", "billy_11"], ["access_token", "4e6733bc9b501fa448cdd7ffb5b1e06c"], ["uuid", "eb7b76ef-8748-45fe-9551-108ab561ec20"], ["support_identifier", "cs_65c2982b"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:05:12.199748"], ["updated_at", "2017-12-18 19:05:12.199748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1448799624 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef61b99f-35cd-40e9-a2e5-8300c95465f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6a3390bd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1448799624], ["username", "billy_12"], ["access_token", "82fef380b05582817758d6d5becb62e1"], ["uuid", "ef61b99f-35cd-40e9-a2e5-8300c95465f5"], ["support_identifier", "cs_6a3390bd"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:05:12.204236"], ["updated_at", "2017-12-18 19:05:12.204236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1531311979 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ba850a9-8183-408f-bd05-b640072f050c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_581ee53b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1531311979], ["username", "billy_13"], ["access_token", "2db6446da81216c57b3dd35ddb5256f3"], ["uuid", "1ba850a9-8183-408f-bd05-b640072f050c"], ["support_identifier", "cs_581ee53b"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:05:12.208685"], ["updated_at", "2017-12-18 19:05:12.208685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1783462747 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7014482-b339-41e7-ab1d-3d39fad26d27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d9869c3d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1783462747], ["username", "billy_14"], ["access_token", "7976974c688b854dc0ae8daddaba946b"], ["uuid", "f7014482-b339-41e7-ab1d-3d39fad26d27"], ["support_identifier", "cs_d9869c3d"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:05:12.213915"], ["updated_at", "2017-12-18 19:05:12.213915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719796212 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ada8a60f-ae2e-4558-a122-153c58b31268' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b7687a9c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1719796212], ["username", "billy_15"], ["access_token", "ef217ab666af2822fc0e65e011145675"], ["uuid", "ada8a60f-ae2e-4558-a122-153c58b31268"], ["support_identifier", "cs_b7687a9c"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:05:12.219033"], ["updated_at", "2017-12-18 19:05:12.219033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -257177551 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9c4196e-5604-4fbf-8833-ee2504b48629' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_efc0adc9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -257177551], ["username", "billy_16"], ["access_token", "4402edd6c71d575cc55f59e3a165afb0"], ["uuid", "f9c4196e-5604-4fbf-8833-ee2504b48629"], ["support_identifier", "cs_efc0adc9"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:05:12.223551"], ["updated_at", "2017-12-18 19:05:12.223551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -180055374 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aaa530ec-8c98-41f1-b5be-3721928b0c33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e22fcc65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -180055374], ["username", "billy_17"], ["access_token", "f23adc56fdd056be465e596547f58342"], ["uuid", "aaa530ec-8c98-41f1-b5be-3721928b0c33"], ["support_identifier", "cs_e22fcc65"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:05:12.227953"], ["updated_at", "2017-12-18 19:05:12.227953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -821962085 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62fec359-13ed-4399-b256-5f2d0c931e2b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53835e7e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -821962085], ["username", "billy_18"], ["access_token", "3a0931c709975c847363d1e5d8efae66"], ["uuid", "62fec359-13ed-4399-b256-5f2d0c931e2b"], ["support_identifier", "cs_53835e7e"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:05:12.232953"], ["updated_at", "2017-12-18 19:05:12.232953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1122824604 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d2e6fb2-24d6-4aac-8a4f-87b81505a2f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6a6bc93a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1122824604], ["username", "billy_19"], ["access_token", "12ae680303015a7983e7e6d28318c2c4"], ["uuid", "1d2e6fb2-24d6-4aac-8a4f-87b81505a2f3"], ["support_identifier", "cs_6a6bc93a"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:05:12.237874"], ["updated_at", "2017-12-18 19:05:12.237874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1716609339 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bcaa91b-a215-43f2-80e1-aa60c8e22c90' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1cd43f4a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1716609339], ["username", "billy_20"], ["access_token", "39ead96edfeaa7bcb231d80c197d59cd"], ["uuid", "4bcaa91b-a215-43f2-80e1-aa60c8e22c90"], ["support_identifier", "cs_1cd43f4a"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:05:12.242612"], ["updated_at", "2017-12-18 19:05:12.242612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1645513149 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e689c3b8-8d4f-45ff-b8ba-5065345656cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c2ff9c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1645513149], ["username", "billy_21"], ["access_token", "0417d5cf882a1060cdd0fd403aa2da33"], ["uuid", "e689c3b8-8d4f-45ff-b8ba-5065345656cd"], ["support_identifier", "cs_1c2ff9c6"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:05:12.247259"], ["updated_at", "2017-12-18 19:05:12.247259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -304253505 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3224af1-c41d-4088-8258-e01c9fc0d09e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e2686ca3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -304253505], ["username", "billy_22"], ["access_token", "009dcd572510c70fa5217e556e0cb121"], ["uuid", "b3224af1-c41d-4088-8258-e01c9fc0d09e"], ["support_identifier", "cs_e2686ca3"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:05:12.251524"], ["updated_at", "2017-12-18 19:05:12.251524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1278833812 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8111c07-6aa2-44f9-93d8-867609f04487' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8ba087c5' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1278833812], ["username", "billy_23"], ["access_token", "10cb835c927de7b9ea41a23612d02a28"], ["uuid", "b8111c07-6aa2-44f9-93d8-867609f04487"], ["support_identifier", "cs_8ba087c5"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:05:12.256831"], ["updated_at", "2017-12-18 19:05:12.256831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1526907794 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '017ddb2a-cae8-418c-a3af-ffd16eed15bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b336cb5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1526907794], ["username", "billy_24"], ["access_token", "d0fa3a187ffe89ce603db4d9383feba9"], ["uuid", "017ddb2a-cae8-418c-a3af-ffd16eed15bd"], ["support_identifier", "cs_6b336cb5"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:05:12.262248"], ["updated_at", "2017-12-18 19:05:12.262248"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002601295 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bba5674e-dcc0-4edf-955f-36dd20339b2b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1f47d680' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2002601295], ["username", "billy_25"], ["access_token", "9e7abfc41812f7fa8b12aa2135b566f8"], ["uuid", "bba5674e-dcc0-4edf-955f-36dd20339b2b"], ["support_identifier", "cs_1f47d680"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:05:12.269246"], ["updated_at", "2017-12-18 19:05:12.269246"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -384892016 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc11d6c5-5033-4f5c-bd28-4804f179ff3d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f31d0044' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -384892016], ["username", "billy_26"], ["access_token", "230e6234507ec2fdf82625178a869707"], ["uuid", "cc11d6c5-5033-4f5c-bd28-4804f179ff3d"], ["support_identifier", "cs_f31d0044"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:05:12.274376"], ["updated_at", "2017-12-18 19:05:12.274376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1177506844 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a10789f6-f9f0-4fa9-bff7-64e39490ab72' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_46b170f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1177506844], ["username", "billy_27"], ["access_token", "428423f66b94a58f8626019cee6b300b"], ["uuid", "a10789f6-f9f0-4fa9-bff7-64e39490ab72"], ["support_identifier", "cs_46b170f1"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:05:12.278735"], ["updated_at", "2017-12-18 19:05:12.278735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -451276010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a7219f0-daa6-4053-91ce-81eea03f97a3' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b2c80f62' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -451276010], ["username", "billy_28"], ["access_token", "c05dde3dc3b53b425fa38dc749a520fd"], ["uuid", "5a7219f0-daa6-4053-91ce-81eea03f97a3"], ["support_identifier", "cs_b2c80f62"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:05:12.284928"], ["updated_at", "2017-12-18 19:05:12.284928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64490531 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '974e2df8-873e-4757-abed-3872ef3b44ee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b108abf8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -64490531], ["username", "billy_29"], ["access_token", "e5b6e4a1ffdc8856d78c206e883905ca"], ["uuid", "974e2df8-873e-4757-abed-3872ef3b44ee"], ["support_identifier", "cs_b108abf8"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:05:12.289835"], ["updated_at", "2017-12-18 19:05:12.289835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -466715177 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e86c2f39-9835-4afc-8053-5a8688e675b8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_11f0c1aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -466715177], ["username", "billy_30"], ["access_token", "2e8fc783b0a3387cdc163740054d305b"], ["uuid", "e86c2f39-9835-4afc-8053-5a8688e675b8"], ["support_identifier", "cs_11f0c1aa"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:05:12.294378"], ["updated_at", "2017-12-18 19:05:12.294378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1509244697 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6bec71fe-6fc3-4b49-bef5-5ca74abf387d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_609b98ac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1509244697], ["username", "billy_31"], ["access_token", "4f338ef14714f7a1baa7f20ebc49ef63"], ["uuid", "6bec71fe-6fc3-4b49-bef5-5ca74abf387d"], ["support_identifier", "cs_609b98ac"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:05:12.298706"], ["updated_at", "2017-12-18 19:05:12.298706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222807909 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9858461-e5a0-49f4-805c-cefde7a6bc88' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0355a761' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1222807909], ["username", "billy_32"], ["access_token", "e09303152c9498f22adc057cb5713f00"], ["uuid", "b9858461-e5a0-49f4-805c-cefde7a6bc88"], ["support_identifier", "cs_0355a761"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:05:12.304286"], ["updated_at", "2017-12-18 19:05:12.304286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1032002659 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '838e2966-365a-4688-a1b9-5b9432de0032' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc83c7d6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1032002659], ["username", "billy_33"], ["access_token", "fc92e5660cea63d83b54d572cd9c079d"], ["uuid", "838e2966-365a-4688-a1b9-5b9432de0032"], ["support_identifier", "cs_bc83c7d6"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:05:12.310625"], ["updated_at", "2017-12-18 19:05:12.310625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1609696920 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e12abcb-a178-4c49-bc62-2f72ff6b8ec2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c0849be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1609696920], ["username", "billy_34"], ["access_token", "07ea0150092fb2c349698dc77e5baa03"], ["uuid", "3e12abcb-a178-4c49-bc62-2f72ff6b8ec2"], ["support_identifier", "cs_7c0849be"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:05:12.315719"], ["updated_at", "2017-12-18 19:05:12.315719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1791370608 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '803d6e59-9ccf-4ae3-8e40-29af53e90494' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0591ead8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1791370608], ["username", "billy_35"], ["access_token", "1159285fa145896a2520ddad8ce618f0"], ["uuid", "803d6e59-9ccf-4ae3-8e40-29af53e90494"], ["support_identifier", "cs_0591ead8"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:05:12.320009"], ["updated_at", "2017-12-18 19:05:12.320009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510775849 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c5dffe6-297c-407c-84d9-2c00650f96e3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9a6f01e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1510775849], ["username", "billy_36"], ["access_token", "7d7b5161e5341851257610700d4a1c4a"], ["uuid", "9c5dffe6-297c-407c-84d9-2c00650f96e3"], ["support_identifier", "cs_e9a6f01e"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:05:12.324347"], ["updated_at", "2017-12-18 19:05:12.324347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1684961321 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '452d5487-53be-4dae-87c4-8dd0e370881c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_37b41a02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1684961321], ["username", "billy_37"], ["access_token", "fa8f7e87520a01b30cb04c7f7dad188b"], ["uuid", "452d5487-53be-4dae-87c4-8dd0e370881c"], ["support_identifier", "cs_37b41a02"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:05:12.328570"], ["updated_at", "2017-12-18 19:05:12.328570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -229090182 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3106007f-9a07-4848-80b5-2f8f72bf9107' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c4a966f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -229090182], ["username", "billy_38"], ["access_token", "1f26b0f28a93f61b021ae619bbd7a0e2"], ["uuid", "3106007f-9a07-4848-80b5-2f8f72bf9107"], ["support_identifier", "cs_5c4a966f"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:05:12.332752"], ["updated_at", "2017-12-18 19:05:12.332752"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -830526796 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78bb0204-2bec-400d-a66f-0b525d6cf1fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e4b7af24' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -830526796], ["username", "billy_39"], ["access_token", "bf195d7993f1b7029b4becbf62332b4c"], ["uuid", "78bb0204-2bec-400d-a66f-0b525d6cf1fa"], ["support_identifier", "cs_e4b7af24"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:05:12.337257"], ["updated_at", "2017-12-18 19:05:12.337257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1800813442 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e262f8d3-109e-4805-979c-d5e7c7ea2378' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2cf9471f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1800813442], ["username", "billy_40"], ["access_token", "d3f75f98c0289bc18be233221becb0b3"], ["uuid", "e262f8d3-109e-4805-979c-d5e7c7ea2378"], ["support_identifier", "cs_2cf9471f"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:05:12.341565"], ["updated_at", "2017-12-18 19:05:12.341565"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2009329555 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20e20438-1ea1-4aec-b08e-2877eade4e34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_82dc0fb3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2009329555], ["username", "billy_41"], ["access_token", "8e6204e3bd26378cc9273ea5155892c8"], ["uuid", "20e20438-1ea1-4aec-b08e-2877eade4e34"], ["support_identifier", "cs_82dc0fb3"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:05:12.345606"], ["updated_at", "2017-12-18 19:05:12.345606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1730706506 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc23a31d-c2e9-4544-878f-a2c8b232a476' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50c6bc44' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1730706506], ["username", "billy_42"], ["access_token", "1e37840e19d6660a43802b04ece2f8dc"], ["uuid", "bc23a31d-c2e9-4544-878f-a2c8b232a476"], ["support_identifier", "cs_50c6bc44"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:05:12.350280"], ["updated_at", "2017-12-18 19:05:12.350280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -441768436 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '90e71cca-504a-4cf2-b882-2ca8bf35b9ac' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f02f798a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -441768436], ["username", "billy_43"], ["access_token", "c3a9f31f1c3f4f6c1d965ef82b73c96c"], ["uuid", "90e71cca-504a-4cf2-b882-2ca8bf35b9ac"], ["support_identifier", "cs_f02f798a"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:05:12.356128"], ["updated_at", "2017-12-18 19:05:12.356128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -392004965 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d573b60-5c9b-4a6f-b6ed-ca4e83d9cd94' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fc5e310b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -392004965], ["username", "billy_44"], ["access_token", "131cf6024afc4f58a0d7b3e5db7ab3c0"], ["uuid", "7d573b60-5c9b-4a6f-b6ed-ca4e83d9cd94"], ["support_identifier", "cs_fc5e310b"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:05:12.361191"], ["updated_at", "2017-12-18 19:05:12.361191"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66071083 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d33c53d-6a38-41b3-8763-12e59d79a5af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4af08ff9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -66071083], ["username", "billy_45"], ["access_token", "b1cb2611ad526e5b790064e03757f2c4"], ["uuid", "2d33c53d-6a38-41b3-8763-12e59d79a5af"], ["support_identifier", "cs_4af08ff9"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:05:12.365687"], ["updated_at", "2017-12-18 19:05:12.365687"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070736484 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3941be8e-b6fd-4118-874c-a5fb34c7deaf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4225a6ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1070736484], ["username", "billy_46"], ["access_token", "fe10a834226ed04fb0f6cf627f21b34f"], ["uuid", "3941be8e-b6fd-4118-874c-a5fb34c7deaf"], ["support_identifier", "cs_4225a6ed"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:05:12.369994"], ["updated_at", "2017-12-18 19:05:12.369994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525735226 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0967f30-5adc-4283-ad34-02c974382fbd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3006d8a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1525735226], ["username", "billy_47"], ["access_token", "55024d8fff4d15e8cc15a4e5f5f51266"], ["uuid", "a0967f30-5adc-4283-ad34-02c974382fbd"], ["support_identifier", "cs_3006d8a6"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:05:12.374060"], ["updated_at", "2017-12-18 19:05:12.374060"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -329916106 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96bc2039-fc68-41e6-b3fe-d5ca01fc140b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2f531d80' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -329916106], ["username", "billy_48"], ["access_token", "8805c9445ba79a044708b700874d6881"], ["uuid", "96bc2039-fc68-41e6-b3fe-d5ca01fc140b"], ["support_identifier", "cs_2f531d80"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:05:12.378268"], ["updated_at", "2017-12-18 19:05:12.378268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -954306683 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9cf7ab4e-5781-446b-b540-88023181fbe9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ef6cc84f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -954306683], ["username", "billy_49"], ["access_token", "abca91d382ff3c640d12894292cc1ed5"], ["uuid", "9cf7ab4e-5781-446b-b540-88023181fbe9"], ["support_identifier", "cs_ef6cc84f"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:05:12.382525"], ["updated_at", "2017-12-18 19:05:12.382525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091908162 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d347ad5-1d73-437b-9e19-0e24515956ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bcaebe83' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2091908162], ["username", "jstrav"], ["access_token", "75b8e9b6f43fb88fafad84579ca52d42"], ["uuid", "7d347ad5-1d73-437b-9e19-0e24515956ba"], ["support_identifier", "cs_bcaebe83"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:05:12.393931"], ["updated_at", "2017-12-18 19:05:12.393931"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1718069287 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1bbea554-8acc-4052-b4fa-527850194c46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6b1ea12' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1718069287], ["username", "mary"], ["access_token", "084e3c16a8231c2438933b1f4003090d"], ["uuid", "1bbea554-8acc-4052-b4fa-527850194c46"], ["support_identifier", "cs_e6b1ea12"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:05:12.399315"], ["updated_at", "2017-12-18 19:05:12.399315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1004234458 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47e931f7-18f9-4424-8ca1-10790a2e9ddc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e768f5d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1004234458], ["username", "jstead"], ["access_token", "605e22114be3805080fe81cf64eb90b7"], ["uuid", "47e931f7-18f9-4424-8ca1-10790a2e9ddc"], ["support_identifier", "cs_9e768f5d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:05:12.404297"], ["updated_at", "2017-12-18 19:05:12.404297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137523063 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22a69ce0-b4bf-4232-bd0c-f2121d9ac312' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a4984d97' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2137523063], ["username", "bigbear"], ["access_token", "2f87cb860c53e8432b3a2c44042c7330"], ["uuid", "22a69ce0-b4bf-4232-bd0c-f2121d9ac312"], ["support_identifier", "cs_a4984d97"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:05:12.408445"], ["updated_at", "2017-12-18 19:05:12.408445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1243618916 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1776f05b-79e9-4fb9-ada4-b3b44eb8ccac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_448c5e22' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1243618916], ["username", "billy_00"], ["access_token", "66c76acd5e49a26e38385c0edde2a1fd"], ["uuid", "1776f05b-79e9-4fb9-ada4-b3b44eb8ccac"], ["support_identifier", "cs_448c5e22"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 19:05:12.413535"], ["updated_at", "2017-12-18 19:05:12.413535"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378602557 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '48e86473-a4ad-4120-9f71-558f1ac11f40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4f34f44c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1378602557], ["username", "billy_01"], ["access_token", "3846b9232cef91ef5c8270b45ca4c654"], ["uuid", "48e86473-a4ad-4120-9f71-558f1ac11f40"], ["support_identifier", "cs_4f34f44c"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 19:05:12.418461"], ["updated_at", "2017-12-18 19:05:12.418461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486286736 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3dc3c817-d5ad-40ac-8013-e254522bdc5d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2fd71675' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -486286736], ["username", "billy_02"], ["access_token", "b6cacaba45cafb046867de1ae008bd31"], ["uuid", "3dc3c817-d5ad-40ac-8013-e254522bdc5d"], ["support_identifier", "cs_2fd71675"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 19:05:12.430963"], ["updated_at", "2017-12-18 19:05:12.430963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1828069898 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16e09908-a0e7-456e-a7f0-5643f047d2d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ac8c0567' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1828069898], ["username", "billy_03"], ["access_token", "41de2bd3047fc23f7f66849eaa6b4d01"], ["uuid", "16e09908-a0e7-456e-a7f0-5643f047d2d2"], ["support_identifier", "cs_ac8c0567"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 19:05:12.435444"], ["updated_at", "2017-12-18 19:05:12.435444"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1131106988 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6149aa5d-6860-4306-bff0-3aedfb948349' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4dbabf87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1131106988], ["username", "billy_04"], ["access_token", "5bcf371eced78b59ff958718cf359109"], ["uuid", "6149aa5d-6860-4306-bff0-3aedfb948349"], ["support_identifier", "cs_4dbabf87"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:05:12.440045"], ["updated_at", "2017-12-18 19:05:12.440045"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -234945715 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd7fa003-61dc-4bbc-92ba-f53ff491b7e7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_521bd1d8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -234945715], ["username", "billy_05"], ["access_token", "73a4a2ec42acc6820c904644e02eeff7"], ["uuid", "fd7fa003-61dc-4bbc-92ba-f53ff491b7e7"], ["support_identifier", "cs_521bd1d8"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:05:12.444539"], ["updated_at", "2017-12-18 19:05:12.444539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -88616747 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39279648-8903-4b48-ad50-e778a220aca0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ad029ea' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -88616747], ["username", "billy_06"], ["access_token", "dd6141d8de34122e60e3d5f4bf97e343"], ["uuid", "39279648-8903-4b48-ad50-e778a220aca0"], ["support_identifier", "cs_2ad029ea"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:05:12.448832"], ["updated_at", "2017-12-18 19:05:12.448832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1540458171 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bfb0a4b1-a138-45d4-8fbb-5b69c07efd66' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0f1c0afe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1540458171], ["username", "billy_07"], ["access_token", "912965eabbf7318d10830720a8f01553"], ["uuid", "bfb0a4b1-a138-45d4-8fbb-5b69c07efd66"], ["support_identifier", "cs_0f1c0afe"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:05:12.453323"], ["updated_at", "2017-12-18 19:05:12.453323"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -921012344 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2055b64-e928-47d7-880c-bb1f791b76d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a81dabe9' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -921012344], ["username", "billy_08"], ["access_token", "24976eb14364741df95d66456851cacd"], ["uuid", "d2055b64-e928-47d7-880c-bb1f791b76d8"], ["support_identifier", "cs_a81dabe9"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:05:12.457583"], ["updated_at", "2017-12-18 19:05:12.457583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1341581748 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '876d39b0-6ef1-4836-ac51-95bbd758f46f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_acad6250' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1341581748], ["username", "billy_09"], ["access_token", "f4d81605a5cbb10a53d98e698c523d3c"], ["uuid", "876d39b0-6ef1-4836-ac51-95bbd758f46f"], ["support_identifier", "cs_acad6250"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:05:12.464372"], ["updated_at", "2017-12-18 19:05:12.464372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1208238042 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '61001bcb-1607-4f2a-9575-db4ec521c4c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_867c6189' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1208238042], ["username", "billy_10"], ["access_token", "e1e6751beb794d0db5367e5194ee6e10"], ["uuid", "61001bcb-1607-4f2a-9575-db4ec521c4c4"], ["support_identifier", "cs_867c6189"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:05:12.470378"], ["updated_at", "2017-12-18 19:05:12.470378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1332711613 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a92ec253-cbb7-4288-ab73-13e85c7ac3e7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aa694dce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1332711613], ["username", "billy_11"], ["access_token", "15ba2187acc5eed5911cbbe2484b7088"], ["uuid", "a92ec253-cbb7-4288-ab73-13e85c7ac3e7"], ["support_identifier", "cs_aa694dce"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:05:12.475906"], ["updated_at", "2017-12-18 19:05:12.475906"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070355531 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84fb1324-0139-45f0-84a1-17c969ea3b87' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e5cad801' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2070355531], ["username", "billy_12"], ["access_token", "34e2f0cc4b3f26ae54eddc6f20301ecd"], ["uuid", "84fb1324-0139-45f0-84a1-17c969ea3b87"], ["support_identifier", "cs_e5cad801"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:05:12.480645"], ["updated_at", "2017-12-18 19:05:12.480645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1845231086 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21a7eab5-921b-4928-bf3f-9d9d3c360195' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_22136590' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1845231086], ["username", "billy_13"], ["access_token", "a5a1118ae4cbfc23a9ffb31f2b453905"], ["uuid", "21a7eab5-921b-4928-bf3f-9d9d3c360195"], ["support_identifier", "cs_22136590"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:05:12.486900"], ["updated_at", "2017-12-18 19:05:12.486900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1456754592 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31bdc460-efac-4da4-9154-91dcb7de0d06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_78ecc673' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1456754592], ["username", "billy_14"], ["access_token", "e4188e64d2b771b3f8572d2f1c2d2048"], ["uuid", "31bdc460-efac-4da4-9154-91dcb7de0d06"], ["support_identifier", "cs_78ecc673"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:05:12.492076"], ["updated_at", "2017-12-18 19:05:12.492076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573197204 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a154e9fa-66ae-40d4-8ea7-4efe4e2e90b5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ac449ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1573197204], ["username", "billy_15"], ["access_token", "00197e57a7d0559601a20bcb068c9feb"], ["uuid", "a154e9fa-66ae-40d4-8ea7-4efe4e2e90b5"], ["support_identifier", "cs_7ac449ff"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:05:12.496950"], ["updated_at", "2017-12-18 19:05:12.496950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2104207875 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd60c1c6-1b92-4ef7-9bab-c090461b4daa' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4eb4bc5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2104207875], ["username", "billy_16"], ["access_token", "f9e3322278842f775bc6744520c5a0f5"], ["uuid", "fd60c1c6-1b92-4ef7-9bab-c090461b4daa"], ["support_identifier", "cs_4eb4bc5a"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:05:12.501617"], ["updated_at", "2017-12-18 19:05:12.501617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974127321 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab587137-13d1-4f96-989b-e7d4b84e3fd5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2f7fbb59' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1974127321], ["username", "billy_17"], ["access_token", "5df940760621bbace15180a57605b312"], ["uuid", "ab587137-13d1-4f96-989b-e7d4b84e3fd5"], ["support_identifier", "cs_2f7fbb59"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:05:12.506504"], ["updated_at", "2017-12-18 19:05:12.506504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1514205788 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb743263-ea0f-4bc3-882f-8073b4658762' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_76609087' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1514205788], ["username", "billy_18"], ["access_token", "571ae512286f13589dbd25ced782e8f1"], ["uuid", "eb743263-ea0f-4bc3-882f-8073b4658762"], ["support_identifier", "cs_76609087"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:05:12.510780"], ["updated_at", "2017-12-18 19:05:12.510780"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1621312538 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18cc82de-633d-4039-85df-b04420e0104d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9ec559fa' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1621312538], ["username", "billy_19"], ["access_token", "fa81fcf577161c84652b350585c186fe"], ["uuid", "18cc82de-633d-4039-85df-b04420e0104d"], ["support_identifier", "cs_9ec559fa"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:05:12.517869"], ["updated_at", "2017-12-18 19:05:12.517869"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -117817312 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f09e81b7-ff72-46a0-ab49-cc992757f05c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ca25193b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -117817312], ["username", "billy_20"], ["access_token", "fa96124ad123895ee805ccf2f5e40e99"], ["uuid", "f09e81b7-ff72-46a0-ab49-cc992757f05c"], ["support_identifier", "cs_ca25193b"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:05:12.523724"], ["updated_at", "2017-12-18 19:05:12.523724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -922468807 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0b87f6c-432f-42d9-9ced-3fbe3933b6c2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a25fb112' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -922468807], ["username", "billy_21"], ["access_token", "2cdc148f6ffbf6cb8ad59a54fedef58f"], ["uuid", "b0b87f6c-432f-42d9-9ced-3fbe3933b6c2"], ["support_identifier", "cs_a25fb112"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:05:12.528690"], ["updated_at", "2017-12-18 19:05:12.528690"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1911799446 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09e065ff-f8c3-499d-a3de-0e16dceb9b48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ae9ddd5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1911799446], ["username", "billy_22"], ["access_token", "a5351333cfe875d7d22411b8f7fd3ce7"], ["uuid", "09e065ff-f8c3-499d-a3de-0e16dceb9b48"], ["support_identifier", "cs_1ae9ddd5"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:05:12.532879"], ["updated_at", "2017-12-18 19:05:12.532879"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1732555071 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53c3a73a-83a1-46d9-a82b-f315b1f98e1d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_46c73042' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1732555071], ["username", "billy_23"], ["access_token", "68aa2df54fad85c7bb02fba0bdfafee6"], ["uuid", "53c3a73a-83a1-46d9-a82b-f315b1f98e1d"], ["support_identifier", "cs_46c73042"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:05:12.537308"], ["updated_at", "2017-12-18 19:05:12.537308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1836424813 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63b8f07d-c145-4e8e-9d01-b50e443f7fd5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e754088' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1836424813], ["username", "billy_24"], ["access_token", "65a55f84bd89687f1cce714fad996198"], ["uuid", "63b8f07d-c145-4e8e-9d01-b50e443f7fd5"], ["support_identifier", "cs_2e754088"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:05:12.541800"], ["updated_at", "2017-12-18 19:05:12.541800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -822084149 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b343aa0-7bb4-4bfc-90e3-858b1e1e9c8b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_301a8036' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -822084149], ["username", "billy_25"], ["access_token", "21e1fa0156e671988aa9c8df20863461"], ["uuid", "3b343aa0-7bb4-4bfc-90e3-858b1e1e9c8b"], ["support_identifier", "cs_301a8036"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:05:12.545924"], ["updated_at", "2017-12-18 19:05:12.545924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -372994353 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f2d91ad-a9ba-484c-ac1e-d048ed528708' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c053808d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -372994353], ["username", "billy_26"], ["access_token", "d86e736d9a573d7efa2b98ef53049d47"], ["uuid", "5f2d91ad-a9ba-484c-ac1e-d048ed528708"], ["support_identifier", "cs_c053808d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:05:12.550205"], ["updated_at", "2017-12-18 19:05:12.550205"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -562515365 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94efb55d-94f6-4c16-b44b-b956d84e03ee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d101fa74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -562515365], ["username", "billy_27"], ["access_token", "8a3d09b9136625402e99d9fa504d784a"], ["uuid", "94efb55d-94f6-4c16-b44b-b956d84e03ee"], ["support_identifier", "cs_d101fa74"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:05:12.554139"], ["updated_at", "2017-12-18 19:05:12.554139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -811351708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'afbc4efc-2864-4cb5-86c9-4d8862a84334' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5666150' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -811351708], ["username", "billy_28"], ["access_token", "aeb6e8ca628d56e96df334f615d042d0"], ["uuid", "afbc4efc-2864-4cb5-86c9-4d8862a84334"], ["support_identifier", "cs_c5666150"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:05:12.558505"], ["updated_at", "2017-12-18 19:05:12.558505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1142301181 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18aaa3ce-f370-4a14-8e6b-7a5bf834bf80' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_37944d11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1142301181], ["username", "billy_29"], ["access_token", "5e172bf2c42ea4e1db8621e3f9cd0415"], ["uuid", "18aaa3ce-f370-4a14-8e6b-7a5bf834bf80"], ["support_identifier", "cs_37944d11"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:05:12.562734"], ["updated_at", "2017-12-18 19:05:12.562734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -974420097 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7d47080-2127-45f3-b8ff-260aef82fad6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9fbf92dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -974420097], ["username", "billy_30"], ["access_token", "9d675c26b50f3d85f307d8b2afce3d03"], ["uuid", "c7d47080-2127-45f3-b8ff-260aef82fad6"], ["support_identifier", "cs_9fbf92dd"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:05:12.567251"], ["updated_at", "2017-12-18 19:05:12.567251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2047121857 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab47b352-51c4-4551-a07d-13f5b3c83f5b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d774667a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2047121857], ["username", "billy_31"], ["access_token", "f67acddc865a556fa907588b81bdde12"], ["uuid", "ab47b352-51c4-4551-a07d-13f5b3c83f5b"], ["support_identifier", "cs_d774667a"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:05:12.571463"], ["updated_at", "2017-12-18 19:05:12.571463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -576941520 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '506ce3bb-9888-48b1-ae24-ef9baa0fbe19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f61cc84e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -576941520], ["username", "billy_32"], ["access_token", "c2dfaec2f5e548c74c4323354701aca0"], ["uuid", "506ce3bb-9888-48b1-ae24-ef9baa0fbe19"], ["support_identifier", "cs_f61cc84e"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:05:12.575972"], ["updated_at", "2017-12-18 19:05:12.575972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -940660660 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bd60b18-e83d-4860-934a-174a297270b6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c9e4355f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -940660660], ["username", "billy_33"], ["access_token", "494b6ae1513766031843391e349b7320"], ["uuid", "5bd60b18-e83d-4860-934a-174a297270b6"], ["support_identifier", "cs_c9e4355f"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:05:12.580196"], ["updated_at", "2017-12-18 19:05:12.580196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1600425861 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ec231e9-ed18-42b4-b082-6d04c2f54782' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3f9915a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1600425861], ["username", "billy_34"], ["access_token", "9606110dfa25db81f44120c1d783c923"], ["uuid", "4ec231e9-ed18-42b4-b082-6d04c2f54782"], ["support_identifier", "cs_3f9915a5"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:05:12.584586"], ["updated_at", "2017-12-18 19:05:12.584586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -694238865 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e20fd884-1974-40f8-bd2e-1d0543051a85' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_699b2fc2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -694238865], ["username", "billy_35"], ["access_token", "c42b0f87b97921e758e98d164862e877"], ["uuid", "e20fd884-1974-40f8-bd2e-1d0543051a85"], ["support_identifier", "cs_699b2fc2"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:05:12.588896"], ["updated_at", "2017-12-18 19:05:12.588896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -870380858 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc3b72f6-92bf-4fb9-b648-1b0c0f250045' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb3ed22c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -870380858], ["username", "billy_36"], ["access_token", "ee102d11374b4a0063c8bb813e61e382"], ["uuid", "cc3b72f6-92bf-4fb9-b648-1b0c0f250045"], ["support_identifier", "cs_eb3ed22c"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:05:12.593171"], ["updated_at", "2017-12-18 19:05:12.593171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -130356588 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66532082-9bfd-4a89-a9e7-55d43e1eaf44' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c70279cb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -130356588], ["username", "billy_37"], ["access_token", "31e66689d756bd2cd57fe40afe5c1d90"], ["uuid", "66532082-9bfd-4a89-a9e7-55d43e1eaf44"], ["support_identifier", "cs_c70279cb"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:05:12.598048"], ["updated_at", "2017-12-18 19:05:12.598048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -167945616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f74747c8-8297-42f1-bc8a-7a62ce9fcd09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e7cc596c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -167945616], ["username", "billy_38"], ["access_token", "d55dc33f8ca8f38b5a6c88d60639807e"], ["uuid", "f74747c8-8297-42f1-bc8a-7a62ce9fcd09"], ["support_identifier", "cs_e7cc596c"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:05:12.602386"], ["updated_at", "2017-12-18 19:05:12.602386"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1270129379 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83c00725-031e-4cd9-bc0e-aa6b320be23a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e3a00420' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1270129379], ["username", "billy_39"], ["access_token", "47ae4d83005fbec495fc98855fcd1ba7"], ["uuid", "83c00725-031e-4cd9-bc0e-aa6b320be23a"], ["support_identifier", "cs_e3a00420"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:05:12.607000"], ["updated_at", "2017-12-18 19:05:12.607000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1673174959 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2c6d492-29db-40ca-b11c-36c07b819cc3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3640f58a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1673174959], ["username", "billy_40"], ["access_token", "474af384d7448ec48c507625a5f6e6ef"], ["uuid", "e2c6d492-29db-40ca-b11c-36c07b819cc3"], ["support_identifier", "cs_3640f58a"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:05:12.611058"], ["updated_at", "2017-12-18 19:05:12.611058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1653987339 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bafadc74-28bd-40e4-b9db-f3bc203f3fd4' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d2d441c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1653987339], ["username", "billy_41"], ["access_token", "c27e4c681efcbfbc196750dd8dd60d7b"], ["uuid", "bafadc74-28bd-40e4-b9db-f3bc203f3fd4"], ["support_identifier", "cs_4d2d441c"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:05:12.616094"], ["updated_at", "2017-12-18 19:05:12.616094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -704289891 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dfcb2b9c-c272-4e86-9976-80eb6daa223e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f6186f4d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -704289891], ["username", "billy_42"], ["access_token", "a99d85f4799287114f333e1b454712e8"], ["uuid", "dfcb2b9c-c272-4e86-9976-80eb6daa223e"], ["support_identifier", "cs_f6186f4d"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:05:12.620995"], ["updated_at", "2017-12-18 19:05:12.620995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -61024684 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6061328-f4c1-4f91-a188-0f7b79dc10bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_feb461a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -61024684], ["username", "billy_43"], ["access_token", "578fad380514a9df38512db35ada151c"], ["uuid", "b6061328-f4c1-4f91-a188-0f7b79dc10bb"], ["support_identifier", "cs_feb461a8"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:05:12.625698"], ["updated_at", "2017-12-18 19:05:12.625698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1803405437 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68bb05cc-9687-4098-92c3-207e3b1aeaa7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e924bcd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1803405437], ["username", "billy_44"], ["access_token", "3ebcccae0722a7a4ee1c7cff19ccb5c0"], ["uuid", "68bb05cc-9687-4098-92c3-207e3b1aeaa7"], ["support_identifier", "cs_5e924bcd"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:05:12.630309"], ["updated_at", "2017-12-18 19:05:12.630309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -544666438 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69459691-c25e-4031-bf65-48140d8d9211' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_13e979a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -544666438], ["username", "billy_45"], ["access_token", "5280a823e6ba3cf4a312a94415784b01"], ["uuid", "69459691-c25e-4031-bf65-48140d8d9211"], ["support_identifier", "cs_13e979a1"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:05:12.634631"], ["updated_at", "2017-12-18 19:05:12.634631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1280128750 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ba5805c-561a-4247-8ffa-7d05edf6a508' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_743398e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1280128750], ["username", "billy_46"], ["access_token", "751bf1ff20a7cab7e14604ec67261129"], ["uuid", "5ba5805c-561a-4247-8ffa-7d05edf6a508"], ["support_identifier", "cs_743398e0"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:05:12.639335"], ["updated_at", "2017-12-18 19:05:12.639335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1354191878 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd493ab8f-b6b7-4497-9024-67afad0e17df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_700887f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1354191878], ["username", "billy_47"], ["access_token", "8983dbb58fac5c34c003cada63950bdb"], ["uuid", "d493ab8f-b6b7-4497-9024-67afad0e17df"], ["support_identifier", "cs_700887f1"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:05:12.643475"], ["updated_at", "2017-12-18 19:05:12.643475"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1857049326 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ec78df0-8cb5-4b65-92d0-a1151ec42db4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00ea15c3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1857049326], ["username", "billy_48"], ["access_token", "4cfa95998f4a791b4fac4d003f627de8"], ["uuid", "7ec78df0-8cb5-4b65-92d0-a1151ec42db4"], ["support_identifier", "cs_00ea15c3"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:05:12.647796"], ["updated_at", "2017-12-18 19:05:12.647796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -558699490 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63ddab59-ed1c-41a0-9ac1-efd6beae8b39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b7e09802' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -558699490], ["username", "billy_49"], ["access_token", "0d8318fff72284023b0bac3a4cf1ef11"], ["uuid", "63ddab59-ed1c-41a0-9ac1-efd6beae8b39"], ["support_identifier", "cs_b7e09802"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:05:12.652046"], ["updated_at", "2017-12-18 19:05:12.652046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d7a053c-c125-471a-a0c5-cf10226dfd56' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73de3004' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "82b46b62f706cac6124f4bf0327c7792"], ["uuid", "7d7a053c-c125-471a-a0c5-cf10226dfd56"], ["support_identifier", "cs_73de3004"], ["created_at", "2017-12-18 19:05:12.662545"], ["updated_at", "2017-12-18 19:05:12.662545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 499]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:50457/logout Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33fd73bf-a848-4698-b88a-f193b1a6070a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_da8cbadc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "2bdae8cf8c6c8fb8407be8d9a332f05a"], ["uuid", "33fd73bf-a848-4698-b88a-f193b1a6070a"], ["support_identifier", "cs_da8cbadc"], ["created_at", "2017-12-18 19:05:12.695016"], ["updated_at", "2017-12-18 19:05:12.695016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8a1dc27-8ff5-4294-a47e-791433321d73' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_06c6d70a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "2f0d57cf1061ed6cb25a38ef9ef153f9"], ["uuid", "c8a1dc27-8ff5-4294-a47e-791433321d73"], ["support_identifier", "cs_06c6d70a"], ["created_at", "2017-12-18 19:05:12.708333"], ["updated_at", "2017-12-18 19:05:12.708333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d23b1e5-dc94-46e4-8ae0-56cd4a97f195' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ee5a8df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "2845f35bbaa43e8b02dd7f276c1869af"], ["uuid", "3d23b1e5-dc94-46e4-8ae0-56cd4a97f195"], ["support_identifier", "cs_6ee5a8df"], ["created_at", "2017-12-18 19:05:12.722326"], ["updated_at", "2017-12-18 19:05:12.722326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c30b2d3d-e989-4b63-a233-ccc47aaa6c8b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c07cd50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "012dd88765d619dbfad8f66a82b136b6"], ["uuid", "c30b2d3d-e989-4b63-a233-ccc47aaa6c8b"], ["support_identifier", "cs_5c07cd50"], ["created_at", "2017-12-18 19:05:12.728019"], ["updated_at", "2017-12-18 19:05:12.728019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b0fbe1e-20c1-4eed-bcbb-b6a2f78e3fd2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ede4654' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "9f30c035cea55bb2c3709e838aac789e"], ["uuid", "4b0fbe1e-20c1-4eed-bcbb-b6a2f78e3fd2"], ["support_identifier", "cs_1ede4654"], ["created_at", "2017-12-18 19:05:12.739065"], ["updated_at", "2017-12-18 19:05:12.739065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 504]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5acd36cb-103e-4609-b61e-ef6e0419a4c1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7678eb52' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "884eac1829fb194af22828b83ed893b6"], ["uuid", "5acd36cb-103e-4609-b61e-ef6e0419a4c1"], ["support_identifier", "cs_7678eb52"], ["created_at", "2017-12-18 19:05:12.752001"], ["updated_at", "2017-12-18 19:05:12.752001"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de0d44b5-b7ff-424f-a9c6-00579ea69398' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b777c393' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "80a3eb11fb578caf9abe44b8aab66a0d"], ["uuid", "de0d44b5-b7ff-424f-a9c6-00579ea69398"], ["support_identifier", "cs_b777c393"], ["created_at", "2017-12-18 19:05:12.768414"], ["updated_at", "2017-12-18 19:05:12.768414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 28ms (Views: 28.3ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ea6033c-bfa9-4dec-8990-3d2f77c5da80' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_45b85841' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "f141cd5beccff53e4319ed8b786eaf7d"], ["uuid", "7ea6033c-bfa9-4dec-8990-3d2f77c5da80"], ["support_identifier", "cs_45b85841"], ["created_at", "2017-12-18 19:05:12.807965"], ["updated_at", "2017-12-18 19:05:12.807965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 507]] Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1408aabc-2546-40cb-808f-04bb01154b66' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_40f8b6d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "180a3bdb640e4218ceaa4945bf87530b"], ["uuid", "1408aabc-2546-40cb-808f-04bb01154b66"], ["support_identifier", "cs_40f8b6d7"], ["created_at", "2017-12-18 19:05:12.830678"], ["updated_at", "2017-12-18 19:05:12.830678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 508], ["created_at", "2017-12-18 19:05:12.834921"], ["updated_at", "2017-12-18 19:05:12.834921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a920565-1f1d-49d5-b34d-8e68650b2dc9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_222d8397' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "c06a07b9993e2b833680d15bf50f351c"], ["uuid", "6a920565-1f1d-49d5-b34d-8e68650b2dc9"], ["support_identifier", "cs_222d8397"], ["created_at", "2017-12-18 19:05:12.840795"], ["updated_at", "2017-12-18 19:05:12.840795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 509], ["created_at", "2017-12-18 19:05:12.842688"], ["updated_at", "2017-12-18 19:05:12.842688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -626380425 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -626380425], ["name", "MyGroup"], ["created_at", "2017-12-18 19:05:12.844983"], ["updated_at", "2017-12-18 19:05:12.844983"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -247614819 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -247614819], ["name", "MyGroup"], ["created_at", "2017-12-18 19:05:12.848335"], ["updated_at", "2017-12-18 19:05:12.848335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 14 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 14]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -247614819 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -247614819 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 14]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -626380425 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -626380425 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 13]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -247614819 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -626380425 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -626380425], ["member_group_id", -247614819], ["created_at", "2017-12-18 19:05:12.852180"], ["updated_at", "2017-12-18 19:05:12.852180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 508 AND "openstax_accounts_group_members"."group_id" = -247614819) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 508 AND "openstax_accounts_group_members"."group_id" = -247614819) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -247614819], ["user_id", 1], ["created_at", "2017-12-18 19:05:12.865441"], ["updated_at", "2017-12-18 19:05:12.865441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 508 AND "openstax_accounts_group_members"."id" != 2 AND "openstax_accounts_group_members"."group_id" = -247614819) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 508]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 14]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -247614819 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -247614819 - -626380425 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 14]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-247614819, -626380425) Ownership Load (0.4ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (13, 14)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "User"], ["created_at", "2017-12-18 19:05:12.895047"], ["updated_at", "2017-12-18 19:05:12.895047"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 508]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-247614819, -626380425) Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (13, 14)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "User"], ["created_at", "2017-12-18 19:05:12.903026"], ["updated_at", "2017-12-18 19:05:12.903026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 508]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-247614819, -626380425) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (13, 14)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 14], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-18 19:05:12.909666"], ["updated_at", "2017-12-18 19:05:12.909666"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 508]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-247614819, -626380425) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (13, 14) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-247614819, -626380425) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (13, 14)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 13], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-18 19:05:12.918212"], ["updated_at", "2017-12-18 19:05:12.918212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 508]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-247614819, -626380425) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (13, 14) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-247614819, -626380425) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (13, 14) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-247614819, -626380425) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (13, 14)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "3d2d7b"]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3d2d7b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f3b305b' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 18], ["username", "3d2d7b"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["support_identifier", "cs_6f3b305b"], ["created_at", "2017-12-18 19:05:12.971160"], ["updated_at", "2017-12-18 19:05:12.971160"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edc0b069' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["support_identifier", "cs_edc0b069"], ["created_at", "2017-12-18 19:05:12.992184"], ["updated_at", "2017-12-18 19:05:12.992184"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bccb058a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["support_identifier", "cs_bccb058a"], ["created_at", "2017-12-18 19:05:13.004348"], ["updated_at", "2017-12-18 19:05:13.004348"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1af4c6ec-fd22-4aba-b8be-6cd9bb05d880' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2edd92ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "3a62660a4b7d9728720d9ff968ecec45"], ["uuid", "1af4c6ec-fd22-4aba-b8be-6cd9bb05d880"], ["support_identifier", "cs_2edd92ec"], ["created_at", "2017-12-18 19:05:13.013614"], ["updated_at", "2017-12-18 19:05:13.013614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 513], ["created_at", "2017-12-18 19:05:13.015636"], ["updated_at", "2017-12-18 19:05:13.015636"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 513]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55b7ee16-35b1-4ed4-8490-eb6627f4b0e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1fb210cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "0e7b850b36a3fc882f15da1b35d54611"], ["uuid", "55b7ee16-35b1-4ed4-8490-eb6627f4b0e8"], ["support_identifier", "cs_1fb210cf"], ["created_at", "2017-12-18 19:05:13.458601"], ["updated_at", "2017-12-18 19:05:13.458601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 514], ["created_at", "2017-12-18 19:05:13.460551"], ["updated_at", "2017-12-18 19:05:13.460551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cab4f83b-1ede-45f2-a7ee-7ffc3fe6e037' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c7712ea9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "7b5b73acace1682904d55f786b2e1792"], ["uuid", "cab4f83b-1ede-45f2-a7ee-7ffc3fe6e037"], ["support_identifier", "cs_c7712ea9"], ["created_at", "2017-12-18 19:05:13.902275"], ["updated_at", "2017-12-18 19:05:13.902275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 515], ["created_at", "2017-12-18 19:05:13.904267"], ["updated_at", "2017-12-18 19:05:13.904267"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 515]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd876ce73-1c4d-4bb7-94ab-9e8ac9b5a3ef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e747da00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "a664170f374f2b1dbf9090835682e248"], ["uuid", "d876ce73-1c4d-4bb7-94ab-9e8ac9b5a3ef"], ["support_identifier", "cs_e747da00"], ["created_at", "2017-12-18 19:05:14.341473"], ["updated_at", "2017-12-18 19:05:14.341473"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 516], ["created_at", "2017-12-18 19:05:14.343591"], ["updated_at", "2017-12-18 19:05:14.343591"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 516]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 516]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 516]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6707f558-c545-458e-a2ca-d764a3e5abcf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6968985' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "d6e2b47e7f98fef5c0891d08fbb37bfb"], ["uuid", "6707f558-c545-458e-a2ca-d764a3e5abcf"], ["support_identifier", "cs_e6968985"], ["created_at", "2017-12-18 19:05:14.760611"], ["updated_at", "2017-12-18 19:05:14.760611"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 517], ["created_at", "2017-12-18 19:05:14.762828"], ["updated_at", "2017-12-18 19:05:14.762828"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 517]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 517]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 517]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 517]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 517]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-12-18 19:05:15.201637"], ["updated_at", "2017-12-18 19:05:15.201637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409431014 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '07d4ee00f3c216fa8a79bbf8304f7e21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2cbdc493-d954-43ef-9749-5806a6094311' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_77dc5556' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1409431014], ["username", "07d4ee00f3c216fa8a79bbf8304f7e21"], ["access_token", "a68e71c422b6e7b750d46c3714ccdbab"], ["uuid", "2cbdc493-d954-43ef-9749-5806a6094311"], ["support_identifier", "cs_77dc5556"], ["created_at", "2017-12-18 19:05:15.209112"], ["updated_at", "2017-12-18 19:05:15.209112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -274500311 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -274500311], ["name", "MyGroup"], ["created_at", "2017-12-18 19:05:15.212679"], ["updated_at", "2017-12-18 19:05:15.212679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -218044159 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5b92f13fb12b9c9ceea8b896ff36670b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8fdc058-dd0e-4b9f-8684-a7220c867a54' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_30a2464b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -218044159], ["username", "5b92f13fb12b9c9ceea8b896ff36670b"], ["access_token", "b1755f8ba8d077c0e6f5799365a4aa90"], ["uuid", "a8fdc058-dd0e-4b9f-8684-a7220c867a54"], ["support_identifier", "cs_30a2464b"], ["created_at", "2017-12-18 19:05:15.217970"], ["updated_at", "2017-12-18 19:05:15.217970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -944590933 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -944590933], ["name", "MyGroup"], ["created_at", "2017-12-18 19:05:15.221274"], ["updated_at", "2017-12-18 19:05:15.221274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1999093269 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ac4b2b56e0d9be687bd26616dc96c4bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c597708-e5e4-409e-8885-e3f302088b8c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3fb89e3b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1999093269], ["username", "ac4b2b56e0d9be687bd26616dc96c4bc"], ["access_token", "7c8807d205c8aaa4f134f8d824043e51"], ["uuid", "7c597708-e5e4-409e-8885-e3f302088b8c"], ["support_identifier", "cs_3fb89e3b"], ["created_at", "2017-12-18 19:05:15.226576"], ["updated_at", "2017-12-18 19:05:15.226576"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '40f8781d-8e6f-44fe-aa1e-e6effce68ea8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1e10a610' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "u"], ["access_token", "f0dd21c3b0153f4212ef96e8ddfc6fc4"], ["uuid", "40f8781d-8e6f-44fe-aa1e-e6effce68ea8"], ["support_identifier", "cs_1e10a610"], ["created_at", "2017-12-18 19:05:15.238150"], ["updated_at", "2017-12-18 19:05:15.238150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:05:17 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 13:05:19 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '589f9181-1c17-43ec-b00f-83b4e7fef3bb' AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_6a5ed118' AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 SQL (0.6ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "support_identifier" = $3, "role" = $4, "updated_at" = $5 WHERE "openstax_accounts_accounts"."id" = $6 [["username", "user"], ["uuid", "589f9181-1c17-43ec-b00f-83b4e7fef3bb"], ["support_identifier", "cs_6a5ed118"], ["role", 2], ["updated_at", "2017-12-18 19:05:19.298359"], ["id", 521]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e662f605-765c-4db7-a040-9b7098c3af08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3a55dfc2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["uuid", "e662f605-765c-4db7-a040-9b7098c3af08"], ["support_identifier", "cs_3a55dfc2"], ["created_at", "2017-12-18 19:05:19.304897"], ["updated_at", "2017-12-18 19:05:19.304897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:05:21 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 13:05:23 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 521]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:05:25 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 13:05:27 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '589f9181-1c17-43ec-b00f-83b4e7fef3bb' AND "openstax_accounts_accounts"."id" != 521) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_6a5ed118' AND "openstax_accounts_accounts"."id" != 521) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 522) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 522) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'e662f605-765c-4db7-a040-9b7098c3af08' AND "openstax_accounts_accounts"."id" != 522) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_3a55dfc2' AND "openstax_accounts_accounts"."id" != 522) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:05:29 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 13:05:31 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 521]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 522]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 13:05:31 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:05:31 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:05:31 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 13:05:31 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:05:31 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:05:31 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 13:05:31 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:05:31 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:05:31 -0600  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "03d1de"]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '03d1de' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "d7e0fd"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd7e0fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f3b305b' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 18], ["username", "d7e0fd"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["support_identifier", "cs_6f3b305b"], ["created_at", "2017-12-18 19:06:43.054690"], ["updated_at", "2017-12-18 19:06:43.054690"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edc0b069' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["support_identifier", "cs_edc0b069"], ["created_at", "2017-12-18 19:06:43.068958"], ["updated_at", "2017-12-18 19:06:43.068958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bccb058a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["support_identifier", "cs_bccb058a"], ["created_at", "2017-12-18 19:06:43.083051"], ["updated_at", "2017-12-18 19:06:43.083051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "ea12fd"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ea12fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f3b305b' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 18], ["username", "ea12fd"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["support_identifier", "cs_6f3b305b"], ["created_at", "2017-12-18 19:09:22.351858"], ["updated_at", "2017-12-18 19:09:22.351858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edc0b069' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["support_identifier", "cs_edc0b069"], ["created_at", "2017-12-18 19:09:22.364351"], ["updated_at", "2017-12-18 19:09:22.364351"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bccb058a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["support_identifier", "cs_bccb058a"], ["created_at", "2017-12-18 19:09:22.374425"], ["updated_at", "2017-12-18 19:09:22.374425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "f99427"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f99427' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f6c5e02-8160-4338-b965-3afdb0ce7759' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_562ac677' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "salesforce_contact_id", "faculty_status", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["openstax_uid", 1], ["username", "f99427"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["salesforce_contact_id", "b0b"], ["faculty_status", 3], ["role", 2], ["uuid", "5f6c5e02-8160-4338-b965-3afdb0ce7759"], ["support_identifier", "cs_562ac677"], ["created_at", "2017-12-18 19:09:22.389089"], ["updated_at", "2017-12-18 19:09:22.389089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ad7675e-e23b-48b8-b678-02dce7c6a8a2' LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f49a733' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["access_token", "5696ab514771f5b5fb29fd476667d67f"], ["uuid", "8ad7675e-e23b-48b8-b678-02dce7c6a8a2"], ["support_identifier", "cs_8f49a733"], ["created_at", "2017-12-18 19:12:55.096186"], ["updated_at", "2017-12-18 19:12:55.096186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '670e5182-3553-4449-9f8d-2df7595e8eab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_abb49b18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["access_token", "2a18854909ba2da75def05d4c5daa896"], ["uuid", "670e5182-3553-4449-9f8d-2df7595e8eab"], ["support_identifier", "cs_abb49b18"], ["created_at", "2017-12-18 19:12:55.101785"], ["updated_at", "2017-12-18 19:12:55.101785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["name", "Member Group"], ["created_at", "2017-12-18 19:12:55.109431"], ["updated_at", "2017-12-18 19:12:55.109431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd81a4bd2-07f2-47ab-9039-942b1aa51aee' LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_515f4daa' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["access_token", "96c7869f5a0fe413adcc13f0b725562b"], ["uuid", "d81a4bd2-07f2-47ab-9039-942b1aa51aee"], ["support_identifier", "cs_515f4daa"], ["created_at", "2017-12-18 19:18:51.791980"], ["updated_at", "2017-12-18 19:18:51.791980"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ad22f16-5e4d-46f6-96a5-169c6832cb2f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_25675a2c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["access_token", "7eb213ab2cec67a222f41d9e07341f39"], ["uuid", "9ad22f16-5e4d-46f6-96a5-169c6832cb2f"], ["support_identifier", "cs_25675a2c"], ["created_at", "2017-12-18 19:18:51.797192"], ["updated_at", "2017-12-18 19:18:51.797192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["name", "Member Group"], ["created_at", "2017-12-18 19:18:51.805536"], ["updated_at", "2017-12-18 19:18:51.805536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 532 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 2], ["user_id", 2], ["created_at", "2017-12-18 19:18:51.818504"], ["updated_at", "2017-12-18 19:18:51.818504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["name", "Container Group"], ["created_at", "2017-12-18 19:18:51.821140"], ["updated_at", "2017-12-18 19:18:51.821140"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 532 AND "openstax_accounts_group_members"."group_id" = 4) LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 4], ["user_id", 2], ["created_at", "2017-12-18 19:18:51.824341"], ["updated_at", "2017-12-18 19:18:51.824341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -108403829 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -108403829], ["name", "MyGroup"], ["created_at", "2017-12-18 19:18:51.828019"], ["updated_at", "2017-12-18 19:18:51.828019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -697994227 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd5dd2f818fc145de0ee4ac71632cdbe8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b004981-e0f1-43d2-85e0-b8016a9855a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de59ee62' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -697994227], ["username", "d5dd2f818fc145de0ee4ac71632cdbe8"], ["access_token", "165da9012c031d4029e682e2e754c896"], ["uuid", "2b004981-e0f1-43d2-85e0-b8016a9855a1"], ["support_identifier", "cs_de59ee62"], ["created_at", "2017-12-18 19:18:51.833398"], ["updated_at", "2017-12-18 19:18:51.833398"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8ed1805-5cd3-414c-97bf-73cd538491b2' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44fc17ba' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["access_token", "43fe970f97f56db0471eb7750677fe9b"], ["uuid", "e8ed1805-5cd3-414c-97bf-73cd538491b2"], ["support_identifier", "cs_44fc17ba"], ["created_at", "2017-12-18 19:19:32.321554"], ["updated_at", "2017-12-18 19:19:32.321554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6120f21d-56ba-472f-9870-8da8cca04f5e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ca015da5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["access_token", "c1f030f5c3f7ad9a51b481f2954ffa10"], ["uuid", "6120f21d-56ba-472f-9870-8da8cca04f5e"], ["support_identifier", "cs_ca015da5"], ["created_at", "2017-12-18 19:19:32.326755"], ["updated_at", "2017-12-18 19:19:32.326755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["name", "Member Group"], ["created_at", "2017-12-18 19:19:32.334750"], ["updated_at", "2017-12-18 19:19:32.334750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 535 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 2], ["user_id", 2], ["created_at", "2017-12-18 19:19:32.347105"], ["updated_at", "2017-12-18 19:19:32.347105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["name", "Container Group"], ["created_at", "2017-12-18 19:19:32.349940"], ["updated_at", "2017-12-18 19:19:32.349940"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 535 AND "openstax_accounts_group_members"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 4], ["user_id", 2], ["created_at", "2017-12-18 19:19:32.352448"], ["updated_at", "2017-12-18 19:19:32.352448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 22 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2017-12-18 19:19:32.363038"], ["updated_at", "2017-12-18 19:19:32.363038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 22]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 2], ["id", 535]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 23]] OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 4], ["id", 22]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 4], ["id", 535]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 4]]  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2ce600e-a7af-4507-b1df-8ddb3a15f15f' LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ab04f3b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["access_token", "887b0a270084ccb471b9021ca17aee47"], ["uuid", "a2ce600e-a7af-4507-b1df-8ddb3a15f15f"], ["support_identifier", "cs_4ab04f3b"], ["created_at", "2017-12-18 19:20:00.455906"], ["updated_at", "2017-12-18 19:20:00.455906"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eddbb553-4857-4e27-8cde-5eb15959d76e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad0a84fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["access_token", "e3a0846e2945a2464af1b866d6bcadd3"], ["uuid", "eddbb553-4857-4e27-8cde-5eb15959d76e"], ["support_identifier", "cs_ad0a84fa"], ["created_at", "2017-12-18 19:20:00.460788"], ["updated_at", "2017-12-18 19:20:00.460788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["name", "Member Group"], ["created_at", "2017-12-18 19:20:00.468684"], ["updated_at", "2017-12-18 19:20:00.468684"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 537 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 2], ["user_id", 2], ["created_at", "2017-12-18 19:20:00.481853"], ["updated_at", "2017-12-18 19:20:00.481853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["name", "Container Group"], ["created_at", "2017-12-18 19:20:00.484555"], ["updated_at", "2017-12-18 19:20:00.484555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 537 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 4], ["user_id", 2], ["created_at", "2017-12-18 19:20:00.492815"], ["updated_at", "2017-12-18 19:20:00.492815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 24 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2017-12-18 19:20:00.503834"], ["updated_at", "2017-12-18 19:20:00.503834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 24]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 2], ["id", 537]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 25]] OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 4], ["id", 24]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 4], ["id", 537]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:20:02 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-18 13:20:04 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 538 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 537 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2017-12-18 19:20:04.623116"], ["updated_at", "2017-12-18 19:20:04.623116"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 538 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-18 19:20:04.624932"], ["updated_at", "2017-12-18 19:20:04.624932"]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 537 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-18 19:20:04.626671"], ["updated_at", "2017-12-18 19:20:04.626671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 26 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-18 19:20:04.632520"], ["updated_at", "2017-12-18 19:20:04.632520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 24) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "name" = $1, "updated_at" = $2 WHERE "openstax_accounts_groups"."id" = $3 [["name", "M"], ["updated_at", "2017-12-18 19:20:04.635487"], ["id", 24]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 26) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:20:06 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-18 13:20:08 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 24]] OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 2], ["id", 25]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a5fe9879-87f1-4aaf-a5da-96b66e20f969' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e46cf414' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["access_token", "e78233aa9a91ffa6efc71be72c2fa95f"], ["uuid", "a5fe9879-87f1-4aaf-a5da-96b66e20f969"], ["support_identifier", "cs_e46cf414"], ["created_at", "2017-12-18 19:21:49.234073"], ["updated_at", "2017-12-18 19:21:49.234073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09285793-ecb4-4b50-a0bd-ef728387aeb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b886bbcc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["access_token", "81f26797d0498fe572154054c820212b"], ["uuid", "09285793-ecb4-4b50-a0bd-ef728387aeb2"], ["support_identifier", "cs_b886bbcc"], ["created_at", "2017-12-18 19:21:49.239725"], ["updated_at", "2017-12-18 19:21:49.239725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["name", "Member Group"], ["created_at", "2017-12-18 19:21:49.248030"], ["updated_at", "2017-12-18 19:21:49.248030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 539 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 2], ["user_id", 2], ["created_at", "2017-12-18 19:21:49.261137"], ["updated_at", "2017-12-18 19:21:49.261137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["name", "Container Group"], ["created_at", "2017-12-18 19:21:49.263897"], ["updated_at", "2017-12-18 19:21:49.263897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 539 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 4], ["user_id", 2], ["created_at", "2017-12-18 19:21:49.275224"], ["updated_at", "2017-12-18 19:21:49.275224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 27 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2017-12-18 19:21:49.287449"], ["updated_at", "2017-12-18 19:21:49.287449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 27]] OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 2], ["id", 539]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 28]] OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 4], ["id", 27]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 4], ["id", 539]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:21:51 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-18 13:21:53 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 540 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 539 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2017-12-18 19:21:53.400377"], ["updated_at", "2017-12-18 19:21:53.400377"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 540 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-18 19:21:53.402271"], ["updated_at", "2017-12-18 19:21:53.402271"]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 539 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-18 19:21:53.404045"], ["updated_at", "2017-12-18 19:21:53.404045"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 29 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-18 19:21:53.410016"], ["updated_at", "2017-12-18 19:21:53.410016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 27) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "name" = $1, "updated_at" = $2 WHERE "openstax_accounts_groups"."id" = $3 [["name", "M"], ["updated_at", "2017-12-18 19:21:53.412790"], ["id", 27]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 29) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:21:55 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-18 13:21:56 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 27]] OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 2], ["id", 29]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 28]] OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 4], ["id", 29]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]]  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c483bab-07dd-42c3-891f-3bf484a0a02e' LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6e0666a0' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["access_token", "d89a21c2a18e28666fc548f84fa1a534"], ["uuid", "4c483bab-07dd-42c3-891f-3bf484a0a02e"], ["support_identifier", "cs_6e0666a0"], ["created_at", "2017-12-18 19:22:16.930154"], ["updated_at", "2017-12-18 19:22:16.930154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bb5f112-bced-4a51-86f5-3d8e2c89b5ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dbff36c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["access_token", "376abf4e844faba6c007cf530883079e"], ["uuid", "5bb5f112-bced-4a51-86f5-3d8e2c89b5ba"], ["support_identifier", "cs_dbff36c1"], ["created_at", "2017-12-18 19:22:16.935364"], ["updated_at", "2017-12-18 19:22:16.935364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["name", "Member Group"], ["created_at", "2017-12-18 19:22:16.943622"], ["updated_at", "2017-12-18 19:22:16.943622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 541 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 2], ["user_id", 2], ["created_at", "2017-12-18 19:22:16.957187"], ["updated_at", "2017-12-18 19:22:16.957187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["name", "Container Group"], ["created_at", "2017-12-18 19:22:16.959878"], ["updated_at", "2017-12-18 19:22:16.959878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 541 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 4], ["user_id", 2], ["created_at", "2017-12-18 19:22:16.968448"], ["updated_at", "2017-12-18 19:22:16.968448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 30 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2017-12-18 19:22:16.980094"], ["updated_at", "2017-12-18 19:22:16.980094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 30]] OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 2], ["id", 541]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 31]] OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 4], ["id", 30]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 4], ["id", 541]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:22:19 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-18 13:22:21 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.3ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 11]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 542 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 541 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2017-12-18 19:22:21.103487"], ["updated_at", "2017-12-18 19:22:21.103487"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 542 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-18 19:22:21.105294"], ["updated_at", "2017-12-18 19:22:21.105294"]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 541 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-18 19:22:21.106996"], ["updated_at", "2017-12-18 19:22:21.106996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 32 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-18 19:22:21.112746"], ["updated_at", "2017-12-18 19:22:21.112746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 30) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "name" = $1, "updated_at" = $2 WHERE "openstax_accounts_groups"."id" = $3 [["name", "M"], ["updated_at", "2017-12-18 19:22:21.115497"], ["id", 30]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 32) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:22:23 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-18 13:22:25 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 30]] OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 2], ["id", 32]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 31]] OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 4], ["id", 30]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 3], ["id", 542]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 3], ["id", 541]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:22:27 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-18 13:22:29 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.3ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = $1 [["id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = $1 [["id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 12]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.3ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 32 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-18 19:22:29.205211"], ["updated_at", "2017-12-18 19:22:29.205211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 30) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 541 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-18 19:22:29.212900"], ["updated_at", "2017-12-18 19:22:29.212900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 542 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-18 19:22:29.216734"], ["updated_at", "2017-12-18 19:22:29.216734"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 32) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:22:31 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-18 13:22:33 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 30]] OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 2], ["id", 32]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 31]] OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 AND "openstax_accounts_groups"."id" = $2 LIMIT 1 [["container_group_id", 4], ["id", 30]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 32]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 3], ["id", 542]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 AND "openstax_accounts_accounts"."id" = $2 LIMIT 1 [["group_id", 3], ["id", 541]]  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5eb86a44-d220-4ac5-adb7-e0274eb8b23d' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ab9ab4d' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["access_token", "01e6f90fc43755543d74e525200e2f87"], ["uuid", "5eb86a44-d220-4ac5-adb7-e0274eb8b23d"], ["support_identifier", "cs_7ab9ab4d"], ["created_at", "2017-12-18 19:23:31.102187"], ["updated_at", "2017-12-18 19:23:31.102187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7494c06-650c-4c1b-aa0c-22b939e1ee69' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2d7f802a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["access_token", "e7a32d2efee269b1773b7c5eccf6c108"], ["uuid", "c7494c06-650c-4c1b-aa0c-22b939e1ee69"], ["support_identifier", "cs_2d7f802a"], ["created_at", "2017-12-18 19:23:31.107282"], ["updated_at", "2017-12-18 19:23:31.107282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["name", "Member Group"], ["created_at", "2017-12-18 19:23:31.116019"], ["updated_at", "2017-12-18 19:23:31.116019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 543 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 2], ["user_id", 2], ["created_at", "2017-12-18 19:23:31.128805"], ["updated_at", "2017-12-18 19:23:31.128805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["name", "Container Group"], ["created_at", "2017-12-18 19:23:31.131291"], ["updated_at", "2017-12-18 19:23:31.131291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 543 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 4], ["user_id", 2], ["created_at", "2017-12-18 19:23:31.139312"], ["updated_at", "2017-12-18 19:23:31.139312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 33 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2017-12-18 19:23:31.150015"], ["updated_at", "2017-12-18 19:23:31.150015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 33]] OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 34]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 4]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:23:33 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-18 13:23:35 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 14]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 544 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 543 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2017-12-18 19:23:35.266327"], ["updated_at", "2017-12-18 19:23:35.266327"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 544 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-18 19:23:35.268087"], ["updated_at", "2017-12-18 19:23:35.268087"]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 543 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-18 19:23:35.269809"], ["updated_at", "2017-12-18 19:23:35.269809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.3ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.3ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 35 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-18 19:23:35.277753"], ["updated_at", "2017-12-18 19:23:35.277753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 33) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "name" = $1, "updated_at" = $2 WHERE "openstax_accounts_groups"."id" = $3 [["name", "M"], ["updated_at", "2017-12-18 19:23:35.281208"], ["id", 33]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 35) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:23:37 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-18 13:23:39 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 33]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 34]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:23:40 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-18 13:23:42 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.3ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = $1 [["id", 12]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = $1 [["id", 11]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 15]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 35 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-18 19:23:42.378450"], ["updated_at", "2017-12-18 19:23:42.378450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 33) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 543 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-18 19:23:42.385578"], ["updated_at", "2017-12-18 19:23:42.385578"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 544 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-18 19:23:42.390884"], ["updated_at", "2017-12-18 19:23:42.390884"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 35) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:23:44 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-18 13:23:46 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 33]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 34]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 35]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.8ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 7611974]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 7611974 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4779254]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4779254 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4779254 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 5234435]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5234435 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4502140]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4502140 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4612129]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4612129 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 7867705]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 7867705 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3783767]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3783767 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -806227764 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f8f0b668254335b6d31604fbe696225c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4a353af-6538-423e-89d8-1fe6910c312c' LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_19f28568' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -806227764], ["username", "f8f0b668254335b6d31604fbe696225c"], ["access_token", "091683e23aadadcbedc9f13d6b67db37"], ["uuid", "f4a353af-6538-423e-89d8-1fe6910c312c"], ["support_identifier", "cs_19f28568"], ["created_at", "2017-12-18 19:24:02.715575"], ["updated_at", "2017-12-18 19:24:02.715575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -806227764]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -806227764 AND "openstax_accounts_accounts"."id" != 545) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 545) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 545) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_19f28568' AND "openstax_accounts_accounts"."id" != 545) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 545]]  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (1.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3601810]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3601810 LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4782699]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4782699 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6082578]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6082578 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6166772]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6166772 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1170644]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1170644 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1170644 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8549222]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8549222 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9496781]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9496781 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -919757202 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd37bfece220e4b15b877f52a25dae927' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d95c0cd-6157-4f5a-be01-4b35f0ead129' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e7a3145f' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -919757202], ["username", "d37bfece220e4b15b877f52a25dae927"], ["access_token", "e5045e80779937fbca360231ba6e60a4"], ["uuid", "7d95c0cd-6157-4f5a-be01-4b35f0ead129"], ["support_identifier", "cs_e7a3145f"], ["created_at", "2017-12-18 19:26:59.826802"], ["updated_at", "2017-12-18 19:26:59.826802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -919757202]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -919757202 AND "openstax_accounts_accounts"."id" != 546) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 546) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 546) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_e7a3145f' AND "openstax_accounts_accounts"."id" != 546) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 546]]  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4611286]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4611286 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9433264]] OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9433264 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1853725207 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b686cf78d77344d24917337cc7b32872' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e149e56d-d0a6-420f-8152-a7cbb69e118d' LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e004d198' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1853725207], ["username", "b686cf78d77344d24917337cc7b32872"], ["access_token", "a8541bef7ba39ef396b4de2085b16277"], ["uuid", "e149e56d-d0a6-420f-8152-a7cbb69e118d"], ["support_identifier", "cs_e004d198"], ["created_at", "2017-12-18 19:28:55.219108"], ["updated_at", "2017-12-18 19:28:55.219108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -1853725207]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1853725207 AND "openstax_accounts_accounts"."id" != 547) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 547) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 547) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_e004d198' AND "openstax_accounts_accounts"."id" != 547) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 547]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3769774]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3769774 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3596153]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3596153 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3596153 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4870480]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4870480 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4608157]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4608157 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 7400026]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 7400026 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997390089 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4bd8b3a0f8167ba40c0e3391403122a4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ebafe39d-7c65-4697-a2e8-ece5c1bb8ea0' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d582c7ac' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1997390089], ["username", "4bd8b3a0f8167ba40c0e3391403122a4"], ["access_token", "ce2f0d884b0625f97314e83d89ebea21"], ["uuid", "ebafe39d-7c65-4697-a2e8-ece5c1bb8ea0"], ["support_identifier", "cs_d582c7ac"], ["created_at", "2017-12-18 19:29:15.686879"], ["updated_at", "2017-12-18 19:29:15.686879"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -1997390089]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1997390089 AND "openstax_accounts_accounts"."id" != 548) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 548) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '3de1456d-56ed-4b03-b592-f44c32380906' AND "openstax_accounts_accounts"."id" != 548) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_96de37d7' AND "openstax_accounts_accounts"."id" != 548) LIMIT 1 SQL (0.5ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "first_name" = $2, "last_name" = $3, "title" = $4, "access_token" = $5, "faculty_status" = $6, "role" = $7, "uuid" = $8, "support_identifier" = $9, "updated_at" = $10 WHERE "openstax_accounts_accounts"."id" = $11 [["username", "191919"], ["first_name", "1234"], ["last_name", "5678"], ["title", "900"], ["access_token", nil], ["faculty_status", 2], ["role", 2], ["uuid", "3de1456d-56ed-4b03-b592-f44c32380906"], ["support_identifier", "cs_96de37d7"], ["updated_at", "2017-12-18 19:29:15.697191"], ["id", 548]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 548]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4937981]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4937981 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ebd875b6-4f8d-4138-8642-178a285a3acd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b7568a44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 4937981], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "ebd875b6-4f8d-4138-8642-178a285a3acd"], ["support_identifier", "cs_b7568a44"], ["created_at", "2017-12-18 19:29:15.709334"], ["updated_at", "2017-12-18 19:29:15.709334"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4937981 AND "openstax_accounts_accounts"."id" != 549) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'ebd875b6-4f8d-4138-8642-178a285a3acd' AND "openstax_accounts_accounts"."id" != 549) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_b7568a44' AND "openstax_accounts_accounts"."id" != 549) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6895945]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6895945 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69986a27-adb8-402c-9113-a5bbe6fb8d86' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9fea602e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 6895945], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "69986a27-adb8-402c-9113-a5bbe6fb8d86"], ["support_identifier", "cs_9fea602e"], ["created_at", "2017-12-18 19:29:15.718042"], ["updated_at", "2017-12-18 19:29:15.718042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 693723]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 693723 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a84aa432-680a-4caf-a81b-f83d792ff1bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91cbdcb9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 693723], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "a84aa432-680a-4caf-a81b-f83d792ff1bf"], ["support_identifier", "cs_91cbdcb9"], ["created_at", "2017-12-18 19:29:15.725080"], ["updated_at", "2017-12-18 19:29:15.725080"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3478947]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3478947 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a7ad7dd-d291-4ac7-80f5-bcdcce8ff4d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3163858a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 3478947], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "7a7ad7dd-d291-4ac7-80f5-bcdcce8ff4d3"], ["support_identifier", "cs_3163858a"], ["created_at", "2017-12-18 19:29:15.732162"], ["updated_at", "2017-12-18 19:29:15.732162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 834384]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 834384 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad278ae3-d039-4ca6-b3fb-45dc1b2ae0c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6e1fd9ff' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", 834384], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["role", 2], ["uuid", "ad278ae3-d039-4ca6-b3fb-45dc1b2ae0c0"], ["support_identifier", "cs_6e1fd9ff"], ["created_at", "2017-12-18 19:29:15.739081"], ["updated_at", "2017-12-18 19:29:15.739081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6294159]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6294159 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22acc113-3495-42e6-9f41-b281bc43fdfa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7030285c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 6294159], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "22acc113-3495-42e6-9f41-b281bc43fdfa"], ["support_identifier", "cs_7030285c"], ["created_at", "2017-12-18 19:29:15.747184"], ["updated_at", "2017-12-18 19:29:15.747184"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6681017]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6681017 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dac97f1c-8aee-4fab-89a1-b98a3d039800' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea134563' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 6681017], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "dac97f1c-8aee-4fab-89a1-b98a3d039800"], ["support_identifier", "cs_ea134563"], ["created_at", "2017-12-18 19:29:15.754359"], ["updated_at", "2017-12-18 19:29:15.754359"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (211.1ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (444.7ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.2ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (6.5ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" SQL (13.2ms) CREATE EXTENSION IF NOT EXISTS "citext"  (5.5ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL, "support_identifier" citext)  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_support_identifier" ON "openstax_accounts_accounts" USING btree ("support_identifier")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (1.7ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.4ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (2.1ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.1ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.4ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (2.9ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (2.8ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.1ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('11')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1241342795 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c126af8-29f7-4d30-8452-41a4d99e19e4' LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c3136dd0' LIMIT 1 SQL (1.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1241342795], ["username", "jstrav"], ["access_token", "93f698f01e4bf6b7c681a365634bb614"], ["uuid", "5c126af8-29f7-4d30-8452-41a4d99e19e4"], ["support_identifier", "cs_c3136dd0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:29:24.900838"], ["updated_at", "2017-12-18 19:29:24.900838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1076525244 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d259e54-58f2-45bb-977c-354e0ff278d7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_14a50c56' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1076525244], ["username", "mary"], ["access_token", "28975a37da4bfcea41ef5a2b153de213"], ["uuid", "1d259e54-58f2-45bb-977c-354e0ff278d7"], ["support_identifier", "cs_14a50c56"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:29:24.908147"], ["updated_at", "2017-12-18 19:29:24.908147"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -457075049 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3cb3363-6e42-424a-be61-26857fa3f7be' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d7e9143' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -457075049], ["username", "jstead"], ["access_token", "d451e45eae6aea72a53d57b4d737dc7a"], ["uuid", "e3cb3363-6e42-424a-be61-26857fa3f7be"], ["support_identifier", "cs_5d7e9143"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:29:24.914883"], ["updated_at", "2017-12-18 19:29:24.914883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -781069604 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16e6228d-e84c-4776-b4f7-e4c59e6a961b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3d183690' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -781069604], ["username", "bigbear"], ["access_token", "482ad648cadec364a6aae654c6ad7bba"], ["uuid", "16e6228d-e84c-4776-b4f7-e4c59e6a961b"], ["support_identifier", "cs_3d183690"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:29:24.919819"], ["updated_at", "2017-12-18 19:29:24.919819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1646503488 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36066c13-917d-483e-95bf-8f69342e5ffe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_17f239d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1646503488], ["username", "billy_00"], ["access_token", "5b23656a20a50a0ae92c9c4a86d25b5a"], ["uuid", "36066c13-917d-483e-95bf-8f69342e5ffe"], ["support_identifier", "cs_17f239d0"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 19:29:24.924194"], ["updated_at", "2017-12-18 19:29:24.924194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942784001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71337a13-629e-4c2f-8dae-5a0aaf9d5cb9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f541794' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1942784001], ["username", "billy_01"], ["access_token", "7d77af7a26d1e940dbacb213f640372e"], ["uuid", "71337a13-629e-4c2f-8dae-5a0aaf9d5cb9"], ["support_identifier", "cs_9f541794"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 19:29:24.928478"], ["updated_at", "2017-12-18 19:29:24.928478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -860953818 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f12e704-a01c-4ba9-93e2-083d072c2506' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8729a8f5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -860953818], ["username", "billy_02"], ["access_token", "db319a64748183f04715268a1a06b4bf"], ["uuid", "0f12e704-a01c-4ba9-93e2-083d072c2506"], ["support_identifier", "cs_8729a8f5"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 19:29:24.933257"], ["updated_at", "2017-12-18 19:29:24.933257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074933720 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '574e9c58-37d1-4cac-9de7-a4c748efebb4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e231acfb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2074933720], ["username", "billy_03"], ["access_token", "e8bcc0da730353e6bf580bd81a623e00"], ["uuid", "574e9c58-37d1-4cac-9de7-a4c748efebb4"], ["support_identifier", "cs_e231acfb"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 19:29:24.938200"], ["updated_at", "2017-12-18 19:29:24.938200"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646704299 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a118efa1-2382-4881-816e-7161a84b423e' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c16176bd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -646704299], ["username", "billy_04"], ["access_token", "fe22eac6018d35741c2198f9bcd157de"], ["uuid", "a118efa1-2382-4881-816e-7161a84b423e"], ["support_identifier", "cs_c16176bd"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:29:24.943902"], ["updated_at", "2017-12-18 19:29:24.943902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1344815776 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd45aa29-c909-44f2-b06b-5c49c9729f50' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2aece153' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1344815776], ["username", "billy_05"], ["access_token", "e22335e2c3468b4c36adafe11bdfdd9e"], ["uuid", "dd45aa29-c909-44f2-b06b-5c49c9729f50"], ["support_identifier", "cs_2aece153"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:29:24.949392"], ["updated_at", "2017-12-18 19:29:24.949392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407680487 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0579c1c5-918d-481c-a8b9-98b1b3732713' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dbbea009' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1407680487], ["username", "billy_06"], ["access_token", "1bc65c902ab90b287197258009c7fa67"], ["uuid", "0579c1c5-918d-481c-a8b9-98b1b3732713"], ["support_identifier", "cs_dbbea009"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:29:24.954076"], ["updated_at", "2017-12-18 19:29:24.954076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -911839344 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'adb6139c-c0a8-4763-87a6-3554f1ec04c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1fe66f28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -911839344], ["username", "billy_07"], ["access_token", "1ca6685402a13edc9ca5fe1ded59bd44"], ["uuid", "adb6139c-c0a8-4763-87a6-3554f1ec04c9"], ["support_identifier", "cs_1fe66f28"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:29:24.958265"], ["updated_at", "2017-12-18 19:29:24.958265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1735609316 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af11e3d3-b3ae-45d0-8301-3623fb17797c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_780e187f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1735609316], ["username", "billy_08"], ["access_token", "74878739c322c97d75a6531aabbfd338"], ["uuid", "af11e3d3-b3ae-45d0-8301-3623fb17797c"], ["support_identifier", "cs_780e187f"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:29:24.962825"], ["updated_at", "2017-12-18 19:29:24.962825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958675204 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'deeaf3c9-5dc9-43df-9ed0-e0c7f9e8a44b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_160c2c90' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -958675204], ["username", "billy_09"], ["access_token", "469c1b297630ed251478fff5ff7cfca8"], ["uuid", "deeaf3c9-5dc9-43df-9ed0-e0c7f9e8a44b"], ["support_identifier", "cs_160c2c90"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:29:24.967256"], ["updated_at", "2017-12-18 19:29:24.967256"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1495014277 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd65d9757-21a4-42e9-b206-bc567448aee6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f6d830c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1495014277], ["username", "billy_10"], ["access_token", "0ec741374d50f65b466733a2401b5a6f"], ["uuid", "d65d9757-21a4-42e9-b206-bc567448aee6"], ["support_identifier", "cs_f6d830c7"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:29:24.972576"], ["updated_at", "2017-12-18 19:29:24.972576"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -565911043 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b31917ed-ef4d-4184-8931-5d654d1273e3' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_092aee0c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -565911043], ["username", "billy_11"], ["access_token", "fd006f8ef701db365e0b18ce78537d76"], ["uuid", "b31917ed-ef4d-4184-8931-5d654d1273e3"], ["support_identifier", "cs_092aee0c"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:29:24.976936"], ["updated_at", "2017-12-18 19:29:24.976936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1083296539 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0af57872-a8a0-477f-96d6-01a44926493b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_117f5f0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1083296539], ["username", "billy_12"], ["access_token", "5edbe412d69119fae4c35ddf926d63ed"], ["uuid", "0af57872-a8a0-477f-96d6-01a44926493b"], ["support_identifier", "cs_117f5f0f"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:29:24.981199"], ["updated_at", "2017-12-18 19:29:24.981199"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -468067790 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9406fc98-c4d7-41d2-a728-8d7f5bab825a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d9ccff8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -468067790], ["username", "billy_13"], ["access_token", "5ad8ec61da75480c83b864ca7a321b05"], ["uuid", "9406fc98-c4d7-41d2-a728-8d7f5bab825a"], ["support_identifier", "cs_4d9ccff8"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:29:24.986416"], ["updated_at", "2017-12-18 19:29:24.986416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415204262 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44f38d73-0c89-4ebf-bf91-68fc5bc76d1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_49bf1c7b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -415204262], ["username", "billy_14"], ["access_token", "bf3e4ad488ff3abc15b391c93f9f614e"], ["uuid", "44f38d73-0c89-4ebf-bf91-68fc5bc76d1a"], ["support_identifier", "cs_49bf1c7b"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:29:24.992203"], ["updated_at", "2017-12-18 19:29:24.992203"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -899795749 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c522d97-f7c9-44d2-b44f-2e295dac6c37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_04188f1e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -899795749], ["username", "billy_15"], ["access_token", "b07417bf68bbf7f6d2ad4d1bca850e48"], ["uuid", "8c522d97-f7c9-44d2-b44f-2e295dac6c37"], ["support_identifier", "cs_04188f1e"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:29:24.997267"], ["updated_at", "2017-12-18 19:29:24.997267"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1236531294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20bb55f0-a583-4083-b47e-b60037e6636a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_40bd1413' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1236531294], ["username", "billy_16"], ["access_token", "5007ea3daa6a370cf8585f517ad5c556"], ["uuid", "20bb55f0-a583-4083-b47e-b60037e6636a"], ["support_identifier", "cs_40bd1413"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:29:25.002064"], ["updated_at", "2017-12-18 19:29:25.002064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031468461 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6dd6f25a-0acf-4961-86a8-323ec4717496' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fcd23d31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2031468461], ["username", "billy_17"], ["access_token", "a46bdd74aad72d3f9accacf584692a34"], ["uuid", "6dd6f25a-0acf-4961-86a8-323ec4717496"], ["support_identifier", "cs_fcd23d31"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:29:25.006822"], ["updated_at", "2017-12-18 19:29:25.006822"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -555250215 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32858ab3-45ff-4fa2-9069-ccc42104987e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b14b8d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -555250215], ["username", "billy_18"], ["access_token", "933a9a8d1ac8a1d9ab538c8e4e878ed4"], ["uuid", "32858ab3-45ff-4fa2-9069-ccc42104987e"], ["support_identifier", "cs_7b14b8d5"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:29:25.012147"], ["updated_at", "2017-12-18 19:29:25.012147"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -39534525 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '866987c2-ecec-4a95-b9d1-97a8d5a09c7b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_135204c6' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -39534525], ["username", "billy_19"], ["access_token", "cba4e9fc8b4b5dee0212b98898b10edb"], ["uuid", "866987c2-ecec-4a95-b9d1-97a8d5a09c7b"], ["support_identifier", "cs_135204c6"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:29:25.016775"], ["updated_at", "2017-12-18 19:29:25.016775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141727182 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c04d721-373c-4917-94a2-706d60ba0ed7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c413cf7e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2141727182], ["username", "billy_20"], ["access_token", "23cf25f56c6658e668b674b2efc12db1"], ["uuid", "3c04d721-373c-4917-94a2-706d60ba0ed7"], ["support_identifier", "cs_c413cf7e"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:29:25.034048"], ["updated_at", "2017-12-18 19:29:25.034048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1292966856 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ce59b43-9abc-4694-9c66-e4a86acf0275' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_31957dfc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1292966856], ["username", "billy_21"], ["access_token", "1291cf53229e0171e595b3b9b989f831"], ["uuid", "5ce59b43-9abc-4694-9c66-e4a86acf0275"], ["support_identifier", "cs_31957dfc"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:29:25.038978"], ["updated_at", "2017-12-18 19:29:25.038978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1487986154 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '068b5644-2cb7-44a5-a29a-9c22e0251448' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d8d8599f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1487986154], ["username", "billy_22"], ["access_token", "3a03afbebf71465c72cd8152a00887e9"], ["uuid", "068b5644-2cb7-44a5-a29a-9c22e0251448"], ["support_identifier", "cs_d8d8599f"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:29:25.043765"], ["updated_at", "2017-12-18 19:29:25.043765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -975635272 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64470d41-b35d-4083-b5bd-63f6cf3e128a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a57fced' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -975635272], ["username", "billy_23"], ["access_token", "eba40ced582f79815b54b83fd79cc32d"], ["uuid", "64470d41-b35d-4083-b5bd-63f6cf3e128a"], ["support_identifier", "cs_2a57fced"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:29:25.048994"], ["updated_at", "2017-12-18 19:29:25.048994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1725538903 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32875f62-f072-4c95-b829-d08666ae8c48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b80462b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1725538903], ["username", "billy_24"], ["access_token", "35228bca8d702172503ba37335267c2a"], ["uuid", "32875f62-f072-4c95-b829-d08666ae8c48"], ["support_identifier", "cs_7b80462b"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:29:25.054251"], ["updated_at", "2017-12-18 19:29:25.054251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1044230693 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a596e1b2-41d5-49d6-bf3f-427ae4d252f6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ff40ba23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1044230693], ["username", "billy_25"], ["access_token", "d1d400770090f43fd86a0402b39ab4bb"], ["uuid", "a596e1b2-41d5-49d6-bf3f-427ae4d252f6"], ["support_identifier", "cs_ff40ba23"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:29:25.058788"], ["updated_at", "2017-12-18 19:29:25.058788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1887291691 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e4a9184-fcfd-4853-9d93-35b673b5bbdb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8af5f8fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1887291691], ["username", "billy_26"], ["access_token", "3b117953e1258cb2fc99d1d8dd1a9c82"], ["uuid", "2e4a9184-fcfd-4853-9d93-35b673b5bbdb"], ["support_identifier", "cs_8af5f8fa"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:29:25.063517"], ["updated_at", "2017-12-18 19:29:25.063517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1061940403 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3e6327c-9445-45b2-b029-b7b56bd782d1' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf61c658' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1061940403], ["username", "billy_27"], ["access_token", "282f0c71f2a91587e9a7fdd32cf8e457"], ["uuid", "d3e6327c-9445-45b2-b029-b7b56bd782d1"], ["support_identifier", "cs_bf61c658"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:29:25.068098"], ["updated_at", "2017-12-18 19:29:25.068098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1311320372 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b969685-4741-424f-ac19-6c683571c258' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ee40bb6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1311320372], ["username", "billy_28"], ["access_token", "76c83bcfae569792ee9ea83b5fafab3a"], ["uuid", "5b969685-4741-424f-ac19-6c683571c258"], ["support_identifier", "cs_7ee40bb6"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:29:25.073219"], ["updated_at", "2017-12-18 19:29:25.073219"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1838151173 LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '247f33b8-9408-4e76-93cc-17694c413b84' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fddce39e' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1838151173], ["username", "billy_29"], ["access_token", "1478dad6f813b57fe8b501b52ab21054"], ["uuid", "247f33b8-9408-4e76-93cc-17694c413b84"], ["support_identifier", "cs_fddce39e"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:29:25.078985"], ["updated_at", "2017-12-18 19:29:25.078985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1000680496 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a929e56-6ea8-4116-88c2-c9b5f0b4cf02' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_43753945' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1000680496], ["username", "billy_30"], ["access_token", "5088a5951c9d748efbb9d1e610c4edbd"], ["uuid", "1a929e56-6ea8-4116-88c2-c9b5f0b4cf02"], ["support_identifier", "cs_43753945"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:29:25.086066"], ["updated_at", "2017-12-18 19:29:25.086066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -200181587 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9ac1c44-24c4-44fe-a465-874f61794c2e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_31d8d100' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -200181587], ["username", "billy_31"], ["access_token", "cf5129ee5d3f52898c982e07a448d51f"], ["uuid", "a9ac1c44-24c4-44fe-a465-874f61794c2e"], ["support_identifier", "cs_31d8d100"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:29:25.091166"], ["updated_at", "2017-12-18 19:29:25.091166"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -740047945 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65890f2c-6150-44dc-95e9-a17d3ac55438' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4fdff0fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -740047945], ["username", "billy_32"], ["access_token", "07e192697a264fc3e88bee809f66c6ce"], ["uuid", "65890f2c-6150-44dc-95e9-a17d3ac55438"], ["support_identifier", "cs_4fdff0fb"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:29:25.097129"], ["updated_at", "2017-12-18 19:29:25.097129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1125947899 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f03ba6f4-f89d-4393-be37-13bc5e089161' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_35874b23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1125947899], ["username", "billy_33"], ["access_token", "93550caa231d1e6792aafaeced671e10"], ["uuid", "f03ba6f4-f89d-4393-be37-13bc5e089161"], ["support_identifier", "cs_35874b23"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:29:25.101838"], ["updated_at", "2017-12-18 19:29:25.101838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1688796404 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd72c37d1-cc88-4f9c-a8d0-cf285da7b100' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ab65ed4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1688796404], ["username", "billy_34"], ["access_token", "29f67c9adab15d154f40d34b0dcac7d8"], ["uuid", "d72c37d1-cc88-4f9c-a8d0-cf285da7b100"], ["support_identifier", "cs_3ab65ed4"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:29:25.106174"], ["updated_at", "2017-12-18 19:29:25.106174"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2006149761 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1cca899-97b4-457d-afde-7759c4b88848' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85dd37a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2006149761], ["username", "billy_35"], ["access_token", "be8cf02a4f4a89e2499858fc8943cc4e"], ["uuid", "d1cca899-97b4-457d-afde-7759c4b88848"], ["support_identifier", "cs_85dd37a7"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:29:25.110945"], ["updated_at", "2017-12-18 19:29:25.110945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1122511614 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b9626b0-1ca4-4af5-9ce1-a8a58c2ec4c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d4e50683' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1122511614], ["username", "billy_36"], ["access_token", "4fcfe21b77d9b17d8d4346d4dc573e2a"], ["uuid", "8b9626b0-1ca4-4af5-9ce1-a8a58c2ec4c9"], ["support_identifier", "cs_d4e50683"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:29:25.115501"], ["updated_at", "2017-12-18 19:29:25.115501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1501186845 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d0694af-2192-4ba6-a7fa-083bba3b00e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_30ba405d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1501186845], ["username", "billy_37"], ["access_token", "1a5275af5dfd9c2eacdcb58db7dfa61c"], ["uuid", "8d0694af-2192-4ba6-a7fa-083bba3b00e8"], ["support_identifier", "cs_30ba405d"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:29:25.119922"], ["updated_at", "2017-12-18 19:29:25.119922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -291867276 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6f312b8-4275-4b8a-ae56-c8366b8f32bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95eda428' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -291867276], ["username", "billy_38"], ["access_token", "83a6917886a17a6cb6365e12abf7c57c"], ["uuid", "d6f312b8-4275-4b8a-ae56-c8366b8f32bf"], ["support_identifier", "cs_95eda428"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:29:25.124077"], ["updated_at", "2017-12-18 19:29:25.124077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1779654410 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f71a16f-5a83-4a0d-9b7e-b23303766886' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95786bcd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1779654410], ["username", "billy_39"], ["access_token", "e85831160922a40ff657ff9e24affa5f"], ["uuid", "9f71a16f-5a83-4a0d-9b7e-b23303766886"], ["support_identifier", "cs_95786bcd"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:29:25.128373"], ["updated_at", "2017-12-18 19:29:25.128373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1121014106 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e2bee6a-005a-4b11-8e80-5248586c959a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d69fbf99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1121014106], ["username", "billy_40"], ["access_token", "3ed80856db56c0e7743ccdd490e4c3a9"], ["uuid", "6e2bee6a-005a-4b11-8e80-5248586c959a"], ["support_identifier", "cs_d69fbf99"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:29:25.132613"], ["updated_at", "2017-12-18 19:29:25.132613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -321734465 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '40466c3c-0429-4961-b93e-2d3d009d9460' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f7d2d98' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -321734465], ["username", "billy_41"], ["access_token", "5fe85a497ad90db32c0e82a4be34e7dc"], ["uuid", "40466c3c-0429-4961-b93e-2d3d009d9460"], ["support_identifier", "cs_8f7d2d98"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:29:25.136877"], ["updated_at", "2017-12-18 19:29:25.136877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1609614946 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb95909e-227a-4e33-badf-66f6941a01bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_763b26e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1609614946], ["username", "billy_42"], ["access_token", "021011dbabc2125d510286d3ea39e889"], ["uuid", "eb95909e-227a-4e33-badf-66f6941a01bc"], ["support_identifier", "cs_763b26e4"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:29:25.141060"], ["updated_at", "2017-12-18 19:29:25.141060"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1079228026 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21a8b242-abce-4eb6-86db-2dfccb5f0a05' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_340066bc' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1079228026], ["username", "billy_43"], ["access_token", "dc238d6823d9ccc250429cfd1c79bfb3"], ["uuid", "21a8b242-abce-4eb6-86db-2dfccb5f0a05"], ["support_identifier", "cs_340066bc"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:29:25.154610"], ["updated_at", "2017-12-18 19:29:25.154610"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -712813567 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9e96d14-247c-4f14-ad52-6d24e766b08c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ccf51b81' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -712813567], ["username", "billy_44"], ["access_token", "21fdce3fcd62373c1bb27f42c35c91c5"], ["uuid", "c9e96d14-247c-4f14-ad52-6d24e766b08c"], ["support_identifier", "cs_ccf51b81"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:29:25.161488"], ["updated_at", "2017-12-18 19:29:25.161488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -638267878 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21cadd0c-8da0-4215-be18-076e8117e379' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6140f3f3' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -638267878], ["username", "billy_45"], ["access_token", "e869db442ea2ee208e21921ed93acb8a"], ["uuid", "21cadd0c-8da0-4215-be18-076e8117e379"], ["support_identifier", "cs_6140f3f3"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:29:25.166514"], ["updated_at", "2017-12-18 19:29:25.166514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -185836005 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea6e8c03-9d9e-451b-84df-84c939ac62e6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_02954625' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -185836005], ["username", "billy_46"], ["access_token", "23f4563633aba1d343d2744db2d158fa"], ["uuid", "ea6e8c03-9d9e-451b-84df-84c939ac62e6"], ["support_identifier", "cs_02954625"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:29:25.171243"], ["updated_at", "2017-12-18 19:29:25.171243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1614099702 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '615aba0f-8fbc-4fbe-894f-804c53c74922' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_948c18d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1614099702], ["username", "billy_47"], ["access_token", "116cc2fb54c9280e3356c8c00cf16e39"], ["uuid", "615aba0f-8fbc-4fbe-894f-804c53c74922"], ["support_identifier", "cs_948c18d1"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:29:25.175521"], ["updated_at", "2017-12-18 19:29:25.175521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -297394102 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6756ea05-f865-4b61-a61d-9ea1570dca3c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62cab830' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -297394102], ["username", "billy_48"], ["access_token", "25a69004bd1f64d35ae9c9bda6f6d26a"], ["uuid", "6756ea05-f865-4b61-a61d-9ea1570dca3c"], ["support_identifier", "cs_62cab830"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:29:25.181384"], ["updated_at", "2017-12-18 19:29:25.181384"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424673372 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7da4dca-8f6f-48ce-8f81-2b4c62fdeefb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fcda8a0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -424673372], ["username", "billy_49"], ["access_token", "98995b0bb2b6df28abad45752ad83bff"], ["uuid", "b7da4dca-8f6f-48ce-8f81-2b4c62fdeefb"], ["support_identifier", "cs_fcda8a0f"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:29:25.187137"], ["updated_at", "2017-12-18 19:29:25.187137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460500321 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5013710e-fae1-4d68-b946-24e9aa280c6a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a952db1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1460500321], ["username", "jstrav"], ["access_token", "ec634dc43d9f2252a1a298d4b9260748"], ["uuid", "5013710e-fae1-4d68-b946-24e9aa280c6a"], ["support_identifier", "cs_a952db1c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:29:25.198818"], ["updated_at", "2017-12-18 19:29:25.198818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -102273605 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92dd900b-374c-4b1a-9ac9-eb0abaa99c92' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d755fcb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -102273605], ["username", "mary"], ["access_token", "403bec5d1fca0c8f7df9c48f28c24ddb"], ["uuid", "92dd900b-374c-4b1a-9ac9-eb0abaa99c92"], ["support_identifier", "cs_9d755fcb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:29:25.203374"], ["updated_at", "2017-12-18 19:29:25.203374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -51887968 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fe9dedf-b4bb-489a-a1cf-22c75d16165a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34dafea4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -51887968], ["username", "jstead"], ["access_token", "d1f1d16901888d757d4d82a6d9a9c3af"], ["uuid", "0fe9dedf-b4bb-489a-a1cf-22c75d16165a"], ["support_identifier", "cs_34dafea4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:29:25.207938"], ["updated_at", "2017-12-18 19:29:25.207938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29821631 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56590d37-b0dd-4065-8143-2b86809a1b8d' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c11ac997' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -29821631], ["username", "bigbear"], ["access_token", "9bcea93c2f018a993cfcf29cf88e0873"], ["uuid", "56590d37-b0dd-4065-8143-2b86809a1b8d"], ["support_identifier", "cs_c11ac997"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:29:25.213699"], ["updated_at", "2017-12-18 19:29:25.213699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -760318274 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a5f8f24-df00-4572-9830-b6073838626a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6fe7e11d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -760318274], ["username", "billy_00"], ["access_token", "ec51501957e3914e1347cf4130c71f14"], ["uuid", "4a5f8f24-df00-4572-9830-b6073838626a"], ["support_identifier", "cs_6fe7e11d"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 19:29:25.218897"], ["updated_at", "2017-12-18 19:29:25.218897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -332759486 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0c57c9bc-c77a-4c0c-ab3f-b67ba9e6278e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_99df68b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -332759486], ["username", "billy_01"], ["access_token", "d906b7073bf11d4d5f39c3752af8b635"], ["uuid", "0c57c9bc-c77a-4c0c-ab3f-b67ba9e6278e"], ["support_identifier", "cs_99df68b9"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 19:29:25.223500"], ["updated_at", "2017-12-18 19:29:25.223500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1745425226 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca74c313-8bca-4ddd-bb13-156aa4611b2b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a7ce9f65' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1745425226], ["username", "billy_02"], ["access_token", "612b166e7b6338b68cb44daa32961cbb"], ["uuid", "ca74c313-8bca-4ddd-bb13-156aa4611b2b"], ["support_identifier", "cs_a7ce9f65"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 19:29:25.228056"], ["updated_at", "2017-12-18 19:29:25.228056"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1453930485 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f2d997a-f943-4231-bc39-2bb1e028cdd7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de6570a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1453930485], ["username", "billy_03"], ["access_token", "7fe38dcef78b4e12ccaee6229a7cc82e"], ["uuid", "1f2d997a-f943-4231-bc39-2bb1e028cdd7"], ["support_identifier", "cs_de6570a0"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 19:29:25.234171"], ["updated_at", "2017-12-18 19:29:25.234171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1413847488 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'acd9ab4a-7db1-4da8-ae3b-42a5064503e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_595df17b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1413847488], ["username", "billy_04"], ["access_token", "208cc4fdca96c74e2a0bd3640655cbc3"], ["uuid", "acd9ab4a-7db1-4da8-ae3b-42a5064503e8"], ["support_identifier", "cs_595df17b"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:29:25.239589"], ["updated_at", "2017-12-18 19:29:25.239589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -101023782 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '51d3e2b2-d674-4dea-bcaf-20f97375fd99' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d697152a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -101023782], ["username", "billy_05"], ["access_token", "f3fb3c301dc351c10fcf1e7218b8ae4e"], ["uuid", "51d3e2b2-d674-4dea-bcaf-20f97375fd99"], ["support_identifier", "cs_d697152a"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:29:25.245470"], ["updated_at", "2017-12-18 19:29:25.245470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -57305696 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0605f8e1-ade2-4dc6-bc24-b30d1322cc1b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a8b902c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -57305696], ["username", "billy_06"], ["access_token", "47cb214d8b535a1dbdcc37f8b3fb9712"], ["uuid", "0605f8e1-ade2-4dc6-bc24-b30d1322cc1b"], ["support_identifier", "cs_2a8b902c"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:29:25.250823"], ["updated_at", "2017-12-18 19:29:25.250823"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -385462388 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94bafd4d-11d8-465e-8540-0c8e29ad5b7f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f675b862' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -385462388], ["username", "billy_07"], ["access_token", "58d65c8374c46d69bc09cec323067e51"], ["uuid", "94bafd4d-11d8-465e-8540-0c8e29ad5b7f"], ["support_identifier", "cs_f675b862"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:29:25.255772"], ["updated_at", "2017-12-18 19:29:25.255772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -508359746 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'baec3d1c-a971-4e4c-acf8-45526f6bc76a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ac2eb879' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -508359746], ["username", "billy_08"], ["access_token", "31a1a3c8b28ff24750dc70eab4c67f12"], ["uuid", "baec3d1c-a971-4e4c-acf8-45526f6bc76a"], ["support_identifier", "cs_ac2eb879"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:29:25.261171"], ["updated_at", "2017-12-18 19:29:25.261171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1490457170 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1166a78-c691-4f2d-8b56-157655f7723c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44f9285b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1490457170], ["username", "billy_09"], ["access_token", "c89c1e99b5b3f44d910fb25039a8d8f3"], ["uuid", "a1166a78-c691-4f2d-8b56-157655f7723c"], ["support_identifier", "cs_44f9285b"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:29:25.267634"], ["updated_at", "2017-12-18 19:29:25.267634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667972288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e60433d0-253f-459c-acdd-43692dc4d8d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ba0c571' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -667972288], ["username", "billy_10"], ["access_token", "553a9260cd90f43bacdb5cdf7794c689"], ["uuid", "e60433d0-253f-459c-acdd-43692dc4d8d2"], ["support_identifier", "cs_3ba0c571"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:29:25.272320"], ["updated_at", "2017-12-18 19:29:25.272320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1966658431 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f71e4d2-a192-4001-b961-b0419499a8c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d73ebb3e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1966658431], ["username", "billy_11"], ["access_token", "35a5bf676e70279b2aecb02341d04631"], ["uuid", "0f71e4d2-a192-4001-b961-b0419499a8c4"], ["support_identifier", "cs_d73ebb3e"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:29:25.276920"], ["updated_at", "2017-12-18 19:29:25.276920"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -474693564 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e9c4ba4-89a3-4280-a249-c66d28ce2ace' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ed8a5b2' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -474693564], ["username", "billy_12"], ["access_token", "16e2faa3cd77cdc903d1b3e9c603bf3b"], ["uuid", "7e9c4ba4-89a3-4280-a249-c66d28ce2ace"], ["support_identifier", "cs_7ed8a5b2"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:29:25.281791"], ["updated_at", "2017-12-18 19:29:25.281791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1400917059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f3d9ec2-1fd8-4113-b825-9855c1a29ec4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a7f994a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1400917059], ["username", "billy_13"], ["access_token", "9083e38a4fee4f63a360a1370c045421"], ["uuid", "7f3d9ec2-1fd8-4113-b825-9855c1a29ec4"], ["support_identifier", "cs_2a7f994a"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:29:25.286593"], ["updated_at", "2017-12-18 19:29:25.286593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -982412764 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52474f4b-99cf-464e-86af-443d8d2ca8a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f4c1131a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -982412764], ["username", "billy_14"], ["access_token", "6a4a1f118a7b251750d4a16a5afbbcc5"], ["uuid", "52474f4b-99cf-464e-86af-443d8d2ca8a5"], ["support_identifier", "cs_f4c1131a"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:29:25.291136"], ["updated_at", "2017-12-18 19:29:25.291136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1308253964 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12516789-ad15-49f2-862b-67837c68538a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48a785d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1308253964], ["username", "billy_15"], ["access_token", "c271cd4972b540e808982f982bdcee8e"], ["uuid", "12516789-ad15-49f2-862b-67837c68538a"], ["support_identifier", "cs_48a785d9"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:29:25.296432"], ["updated_at", "2017-12-18 19:29:25.296432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2101942356 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0c3afff-ffa0-486a-bc21-45f5d59b6bf4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d5686b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2101942356], ["username", "billy_16"], ["access_token", "7016f606240be85b777bff0384fa4f52"], ["uuid", "a0c3afff-ffa0-486a-bc21-45f5d59b6bf4"], ["support_identifier", "cs_5d5686b9"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:29:25.301391"], ["updated_at", "2017-12-18 19:29:25.301391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1325627000 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd679d532-5a1c-4c06-a272-80ff1a1cf96b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_137ba87c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1325627000], ["username", "billy_17"], ["access_token", "42fa5335562054fc70fa7075ff088e2e"], ["uuid", "d679d532-5a1c-4c06-a272-80ff1a1cf96b"], ["support_identifier", "cs_137ba87c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:29:25.306194"], ["updated_at", "2017-12-18 19:29:25.306194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -838931381 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20f76697-d8f2-4c27-8ec5-5318e2f91ba2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab88a762' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -838931381], ["username", "billy_18"], ["access_token", "efd93320c4d78720e8730917f5d3658e"], ["uuid", "20f76697-d8f2-4c27-8ec5-5318e2f91ba2"], ["support_identifier", "cs_ab88a762"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:29:25.310899"], ["updated_at", "2017-12-18 19:29:25.310899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53083055 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af57f954-a1ac-4a7b-96d6-bffec891b011' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5ae9e64e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -53083055], ["username", "billy_19"], ["access_token", "2c5bedf507280757be625963b492e15f"], ["uuid", "af57f954-a1ac-4a7b-96d6-bffec891b011"], ["support_identifier", "cs_5ae9e64e"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:29:25.315310"], ["updated_at", "2017-12-18 19:29:25.315310"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396342 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '465e2078-0541-4db7-8c49-e2e7780ef3a9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c1370725' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -396342], ["username", "billy_20"], ["access_token", "54c762e68477bbb878a12b74d6448492"], ["uuid", "465e2078-0541-4db7-8c49-e2e7780ef3a9"], ["support_identifier", "cs_c1370725"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:29:25.321357"], ["updated_at", "2017-12-18 19:29:25.321357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -881323411 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9683e449-00fd-4d1d-a5b1-ce9f8fb163c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_928b5df4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -881323411], ["username", "billy_21"], ["access_token", "d4337b7d3fbdb33c0da9ab5e5d6b5475"], ["uuid", "9683e449-00fd-4d1d-a5b1-ce9f8fb163c8"], ["support_identifier", "cs_928b5df4"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:29:25.325985"], ["updated_at", "2017-12-18 19:29:25.325985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1712915566 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2dd3b40d-5d8d-48c2-8fa2-9c3f999674b6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_15f8c062' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1712915566], ["username", "billy_22"], ["access_token", "780e56593553c22cb658f199804fcb2d"], ["uuid", "2dd3b40d-5d8d-48c2-8fa2-9c3f999674b6"], ["support_identifier", "cs_15f8c062"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:29:25.330274"], ["updated_at", "2017-12-18 19:29:25.330274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -287290692 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e6be80fe-71fc-492d-a18f-72640bdbae6e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0a342162' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -287290692], ["username", "billy_23"], ["access_token", "a54ae9a61516d3904b7a1c912840dec7"], ["uuid", "e6be80fe-71fc-492d-a18f-72640bdbae6e"], ["support_identifier", "cs_0a342162"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:29:25.334725"], ["updated_at", "2017-12-18 19:29:25.334725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1381427521 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5698521-9869-4e6e-b2b3-72149ddf20ac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85bfa59b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1381427521], ["username", "billy_24"], ["access_token", "7192c8806dedf99739f1a58356295a65"], ["uuid", "f5698521-9869-4e6e-b2b3-72149ddf20ac"], ["support_identifier", "cs_85bfa59b"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:29:25.339089"], ["updated_at", "2017-12-18 19:29:25.339089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1387941877 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0f60af3-a04a-45b1-b518-266695844509' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_54c738f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1387941877], ["username", "billy_25"], ["access_token", "5e5b292c67a6181f9334c45ab2dc9889"], ["uuid", "e0f60af3-a04a-45b1-b518-266695844509"], ["support_identifier", "cs_54c738f0"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:29:25.343302"], ["updated_at", "2017-12-18 19:29:25.343302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2039368424 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5a0b2f8-d4e8-4770-bf3b-41bf0c417ee0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ae02152' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2039368424], ["username", "billy_26"], ["access_token", "177fa7d71ec46954803fcf2e13de1103"], ["uuid", "d5a0b2f8-d4e8-4770-bf3b-41bf0c417ee0"], ["support_identifier", "cs_6ae02152"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:29:25.347593"], ["updated_at", "2017-12-18 19:29:25.347593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574485117 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ce74e60-554b-406a-b24e-dcb23c6b4964' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c8430250' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1574485117], ["username", "billy_27"], ["access_token", "f4aa502efc3b7f1570d17fa24cc5e1bd"], ["uuid", "7ce74e60-554b-406a-b24e-dcb23c6b4964"], ["support_identifier", "cs_c8430250"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:29:25.351920"], ["updated_at", "2017-12-18 19:29:25.351920"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -497798615 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5706d08-10b9-43eb-ae2e-fe20bd97c4ef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_78a3e38d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -497798615], ["username", "billy_28"], ["access_token", "0edbefa01ac38e9f1b24d6a52850161c"], ["uuid", "f5706d08-10b9-43eb-ae2e-fe20bd97c4ef"], ["support_identifier", "cs_78a3e38d"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:29:25.356097"], ["updated_at", "2017-12-18 19:29:25.356097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1277750560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27ea4aae-5567-457a-8a8a-54d9255d3487' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e91fc425' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1277750560], ["username", "billy_29"], ["access_token", "e4a5575949d3dd657958ba3a160c9518"], ["uuid", "27ea4aae-5567-457a-8a8a-54d9255d3487"], ["support_identifier", "cs_e91fc425"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:29:25.360306"], ["updated_at", "2017-12-18 19:29:25.360306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264225127 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7727e2b1-ff5f-4f3c-8e2a-735cc8921c40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_718aefb8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -264225127], ["username", "billy_30"], ["access_token", "704ed3d01e64a1bb3f660860b7c569d1"], ["uuid", "7727e2b1-ff5f-4f3c-8e2a-735cc8921c40"], ["support_identifier", "cs_718aefb8"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:29:25.364520"], ["updated_at", "2017-12-18 19:29:25.364520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -371174692 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '471f6a59-1fdd-49ed-adfe-e2be031d7989' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_149f1f71' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -371174692], ["username", "billy_31"], ["access_token", "11817fdcfcc7bf195c84c49a3d700383"], ["uuid", "471f6a59-1fdd-49ed-adfe-e2be031d7989"], ["support_identifier", "cs_149f1f71"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:29:25.368852"], ["updated_at", "2017-12-18 19:29:25.368852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748950570 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef3db4a0-d22c-4240-bb88-884373d75224' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e30c2103' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -748950570], ["username", "billy_32"], ["access_token", "c365b1e91f99c5ad9d89e2b6b6fddedc"], ["uuid", "ef3db4a0-d22c-4240-bb88-884373d75224"], ["support_identifier", "cs_e30c2103"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:29:25.373290"], ["updated_at", "2017-12-18 19:29:25.373290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406616397 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41e66b54-8361-4776-bf88-79fffefec483' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e50d9b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -406616397], ["username", "billy_33"], ["access_token", "dc9cce6585457e57a6a4993f000c9532"], ["uuid", "41e66b54-8361-4776-bf88-79fffefec483"], ["support_identifier", "cs_4e50d9b6"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:29:25.377594"], ["updated_at", "2017-12-18 19:29:25.377594"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1886196138 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'afd1d9a9-c44d-482e-8222-ad526038f417' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a49dbe23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1886196138], ["username", "billy_34"], ["access_token", "f9e0ba8233d8b22cd209512501857445"], ["uuid", "afd1d9a9-c44d-482e-8222-ad526038f417"], ["support_identifier", "cs_a49dbe23"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:29:25.381947"], ["updated_at", "2017-12-18 19:29:25.381947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1137527542 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c252a27d-44e4-4a3b-ad78-a304c693ff7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_24e12817' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1137527542], ["username", "billy_35"], ["access_token", "a77bf0297ec136e3de2b8481fcbb84e5"], ["uuid", "c252a27d-44e4-4a3b-ad78-a304c693ff7a"], ["support_identifier", "cs_24e12817"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:29:25.386208"], ["updated_at", "2017-12-18 19:29:25.386208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -299563936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c84ca039-baf5-458d-9a23-e9f34c665596' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4546ddfa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -299563936], ["username", "billy_36"], ["access_token", "94673549731a17f0be66f5e1a3c701df"], ["uuid", "c84ca039-baf5-458d-9a23-e9f34c665596"], ["support_identifier", "cs_4546ddfa"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:29:25.391538"], ["updated_at", "2017-12-18 19:29:25.391538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -961623304 LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5c36457-14f0-4c72-88c0-1a197fe45ec5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_be013063' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -961623304], ["username", "billy_37"], ["access_token", "fa6050b17011b50c0340f21e092958e8"], ["uuid", "e5c36457-14f0-4c72-88c0-1a197fe45ec5"], ["support_identifier", "cs_be013063"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:29:25.397662"], ["updated_at", "2017-12-18 19:29:25.397662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2123666915 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8dc68b9-d025-4fc0-82b4-be4817e0abf9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bff4fe8e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2123666915], ["username", "billy_38"], ["access_token", "3887c85a94891477f7e12ccf306da8ec"], ["uuid", "c8dc68b9-d025-4fc0-82b4-be4817e0abf9"], ["support_identifier", "cs_bff4fe8e"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:29:25.402367"], ["updated_at", "2017-12-18 19:29:25.402367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1527759314 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4a63bbe-7bc7-47f2-9d2b-186bff944078' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ca7b7cfa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1527759314], ["username", "billy_39"], ["access_token", "0c741f38953564323815437dab54ee3d"], ["uuid", "d4a63bbe-7bc7-47f2-9d2b-186bff944078"], ["support_identifier", "cs_ca7b7cfa"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:29:25.406730"], ["updated_at", "2017-12-18 19:29:25.406730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -434777511 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2fd92041-5fdc-43c7-b094-86d47d9a3661' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_886230e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -434777511], ["username", "billy_40"], ["access_token", "9aac257cb1a8ee67e91d2902175ca832"], ["uuid", "2fd92041-5fdc-43c7-b094-86d47d9a3661"], ["support_identifier", "cs_886230e8"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:29:25.411073"], ["updated_at", "2017-12-18 19:29:25.411073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043956359 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a866718-0266-4ff9-9883-f7cb4b571c57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47bcdcb8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1043956359], ["username", "billy_41"], ["access_token", "8bd7fe0714cf9341203c859dacca5dee"], ["uuid", "1a866718-0266-4ff9-9883-f7cb4b571c57"], ["support_identifier", "cs_47bcdcb8"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:29:25.416357"], ["updated_at", "2017-12-18 19:29:25.416357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -28309 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7fcdef08-bc3f-4017-9427-40416b55a598' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dc74a3ce' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -28309], ["username", "billy_42"], ["access_token", "6cd1b86339d97f9969ad69c1440b6513"], ["uuid", "7fcdef08-bc3f-4017-9427-40416b55a598"], ["support_identifier", "cs_dc74a3ce"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:29:25.421705"], ["updated_at", "2017-12-18 19:29:25.421705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -909723527 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1709cce4-3edf-406c-81aa-29bdd7fa6d3c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f864d4d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -909723527], ["username", "billy_43"], ["access_token", "d1ea6af77754c2d259bc3558a6cffe0c"], ["uuid", "1709cce4-3edf-406c-81aa-29bdd7fa6d3c"], ["support_identifier", "cs_f864d4d7"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:29:25.426690"], ["updated_at", "2017-12-18 19:29:25.426690"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1707798739 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c50511f-7a29-41d4-9e98-73fcbb040c7c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3461496e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1707798739], ["username", "billy_44"], ["access_token", "435343c4509e45522270f19aee362fc0"], ["uuid", "5c50511f-7a29-41d4-9e98-73fcbb040c7c"], ["support_identifier", "cs_3461496e"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:29:25.431187"], ["updated_at", "2017-12-18 19:29:25.431187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -384781585 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9df3be4-f97f-4809-b8ad-d7445aa82578' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fecdf30b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -384781585], ["username", "billy_45"], ["access_token", "af28b7d4799a1a1ef566febb97c9270f"], ["uuid", "e9df3be4-f97f-4809-b8ad-d7445aa82578"], ["support_identifier", "cs_fecdf30b"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:29:25.435781"], ["updated_at", "2017-12-18 19:29:25.435781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -252396126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '069daa7f-b26a-4b6f-9799-65c3fcc26f78' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ac370a47' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -252396126], ["username", "billy_46"], ["access_token", "5716390960fb93c2b47ad43ac8d019f6"], ["uuid", "069daa7f-b26a-4b6f-9799-65c3fcc26f78"], ["support_identifier", "cs_ac370a47"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:29:25.440948"], ["updated_at", "2017-12-18 19:29:25.440948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1914889027 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5adf052f-0276-43cc-ab8c-e23c60e48371' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10223a9a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1914889027], ["username", "billy_47"], ["access_token", "60e317948a158238013352dd679184c3"], ["uuid", "5adf052f-0276-43cc-ab8c-e23c60e48371"], ["support_identifier", "cs_10223a9a"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:29:25.446010"], ["updated_at", "2017-12-18 19:29:25.446010"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026896481 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bf5a005-cb36-4507-b755-b77428069138' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1e27e84b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2026896481], ["username", "billy_48"], ["access_token", "5fe19ec89bec0ff9e73e44f5c7d025d1"], ["uuid", "8bf5a005-cb36-4507-b755-b77428069138"], ["support_identifier", "cs_1e27e84b"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:29:25.450805"], ["updated_at", "2017-12-18 19:29:25.450805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1127472305 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83962f6b-8451-4087-ac83-262b03a02e8d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f97b9691' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1127472305], ["username", "billy_49"], ["access_token", "679551c6a73a3777dc2d935273613218"], ["uuid", "83962f6b-8451-4087-ac83-262b03a02e8d"], ["support_identifier", "cs_f97b9691"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:29:25.455215"], ["updated_at", "2017-12-18 19:29:25.455215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd619709a-6ec0-4dd7-8ab6-c0e12a6fca85' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e5f39a6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "619fc41bfe079c4d2b68a84fb491a02b"], ["uuid", "d619709a-6ec0-4dd7-8ab6-c0e12a6fca85"], ["support_identifier", "cs_5e5f39a6"], ["created_at", "2017-12-18 19:29:25.466837"], ["updated_at", "2017-12-18 19:29:25.466837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 109]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0f6a5cc-49fe-4586-98dd-fb4e80b851e4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_05bdc18c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a6e5d4f5ebdc9139d3c5c1122aab7e79"], ["uuid", "d0f6a5cc-49fe-4586-98dd-fb4e80b851e4"], ["support_identifier", "cs_05bdc18c"], ["created_at", "2017-12-18 19:29:25.505706"], ["updated_at", "2017-12-18 19:29:25.505706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19e5b1f0-9459-421d-ac70-8a15ab216e44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4040504d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "10b9c9811f90f3b297eb9a1b68724406"], ["uuid", "19e5b1f0-9459-421d-ac70-8a15ab216e44"], ["support_identifier", "cs_4040504d"], ["created_at", "2017-12-18 19:29:25.529576"], ["updated_at", "2017-12-18 19:29:25.529576"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6f3ca62-277d-4ef0-bc09-cb4d0cf53a1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fb41815d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ef2536c0bc8fc1b7fe29ccbf72124014"], ["uuid", "f6f3ca62-277d-4ef0-bc09-cb4d0cf53a1c"], ["support_identifier", "cs_fb41815d"], ["created_at", "2017-12-18 19:29:25.536671"], ["updated_at", "2017-12-18 19:29:25.536671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 112]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:50740/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bc9a9a7-699e-43bc-b1e8-5084ed294335' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ddfde64' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "e41e3551bd4d0913abd84fad16e938e9"], ["uuid", "8bc9a9a7-699e-43bc-b1e8-5084ed294335"], ["support_identifier", "cs_3ddfde64"], ["created_at", "2017-12-18 19:29:25.550109"], ["updated_at", "2017-12-18 19:29:25.550109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd6eb86a-92a9-4a57-bb2d-11ddfb962b00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d5b5384f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "db3720a33b43caa4da283ef80908d3cf"], ["uuid", "cd6eb86a-92a9-4a57-bb2d-11ddfb962b00"], ["support_identifier", "cs_d5b5384f"], ["created_at", "2017-12-18 19:29:25.564345"], ["updated_at", "2017-12-18 19:29:25.564345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f41dbb1-e4ae-41e1-a0d8-f59daaed9454' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b2c2468e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "592964e1b46bdd1e1f29b6c64e709a79"], ["uuid", "7f41dbb1-e4ae-41e1-a0d8-f59daaed9454"], ["support_identifier", "cs_b2c2468e"], ["created_at", "2017-12-18 19:29:25.577658"], ["updated_at", "2017-12-18 19:29:25.577658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b545ee58-105b-4501-9931-9e9b2203171d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fb921a8d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "9d6d191ae333eca480d62ef8c8e5287c"], ["uuid", "b545ee58-105b-4501-9931-9e9b2203171d"], ["support_identifier", "cs_fb921a8d"], ["created_at", "2017-12-18 19:29:25.592073"], ["updated_at", "2017-12-18 19:29:25.592073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 116], ["created_at", "2017-12-18 19:29:25.601183"], ["updated_at", "2017-12-18 19:29:25.601183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18d2f358-7e79-43dd-9592-6987ef7cb47e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_07ccef5d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "d91e21c44c06da0feed8f5c873dedefa"], ["uuid", "18d2f358-7e79-43dd-9592-6987ef7cb47e"], ["support_identifier", "cs_07ccef5d"], ["created_at", "2017-12-18 19:29:25.607711"], ["updated_at", "2017-12-18 19:29:25.607711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 117], ["created_at", "2017-12-18 19:29:25.609842"], ["updated_at", "2017-12-18 19:29:25.609842"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -8285070 LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -8285070], ["name", "MyGroup"], ["created_at", "2017-12-18 19:29:25.623552"], ["updated_at", "2017-12-18 19:29:25.623552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -749894011 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -749894011], ["name", "MyGroup"], ["created_at", "2017-12-18 19:29:25.628000"], ["updated_at", "2017-12-18 19:29:25.628000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -749894011 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -749894011 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 1]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -8285070 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -8285070 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 1]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -749894011 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -8285070 SQL (0.6ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -8285070], ["member_group_id", -749894011], ["created_at", "2017-12-18 19:29:25.635355"], ["updated_at", "2017-12-18 19:29:25.635355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 116 AND "openstax_accounts_group_members"."group_id" = -749894011) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 116 AND "openstax_accounts_group_members"."group_id" = -749894011) LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -749894011], ["user_id", 1], ["created_at", "2017-12-18 19:29:25.670329"], ["updated_at", "2017-12-18 19:29:25.670329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 116 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -749894011) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 116]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -749894011 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -749894011 - -8285070 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-749894011, -8285070) Ownership Load (0.5ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "User"], ["created_at", "2017-12-18 19:29:25.715340"], ["updated_at", "2017-12-18 19:29:25.715340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 116]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-749894011, -8285070) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "User"], ["created_at", "2017-12-18 19:29:25.723835"], ["updated_at", "2017-12-18 19:29:25.723835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 116]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-749894011, -8285070) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-18 19:29:25.732188"], ["updated_at", "2017-12-18 19:29:25.732188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 116]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-749894011, -8285070) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-749894011, -8285070) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-18 19:29:25.741472"], ["updated_at", "2017-12-18 19:29:25.741472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 116]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-749894011, -8285070) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-749894011, -8285070) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-749894011, -8285070) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "63b10c"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '63b10c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f3b305b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 18], ["username", "63b10c"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["support_identifier", "cs_6f3b305b"], ["created_at", "2017-12-18 19:29:25.774270"], ["updated_at", "2017-12-18 19:29:25.774270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edc0b069' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["support_identifier", "cs_edc0b069"], ["created_at", "2017-12-18 19:29:25.786131"], ["updated_at", "2017-12-18 19:29:25.786131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bccb058a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["support_identifier", "cs_bccb058a"], ["created_at", "2017-12-18 19:29:25.796576"], ["updated_at", "2017-12-18 19:29:25.796576"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "93da2d"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '93da2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '776befd2-91d2-40ae-8dc4-257776d6c8e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b401079' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "salesforce_contact_id", "faculty_status", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["openstax_uid", 1], ["username", "93da2d"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["salesforce_contact_id", "b0b"], ["faculty_status", 3], ["role", 2], ["uuid", "776befd2-91d2-40ae-8dc4-257776d6c8e1"], ["support_identifier", "cs_6b401079"], ["created_at", "2017-12-18 19:29:25.805135"], ["updated_at", "2017-12-18 19:29:25.805135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a363d2ce-4ad5-4bcd-846b-478b4092b727' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_509d1489' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "u"], ["access_token", "41cb4dc6619c158c5d648945c80ef728"], ["uuid", "a363d2ce-4ad5-4bcd-846b-478b4092b727"], ["support_identifier", "cs_509d1489"], ["created_at", "2017-12-18 19:29:25.825433"], ["updated_at", "2017-12-18 19:29:25.825433"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 122]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:29:27 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 13:29:29 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 122) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 122) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '580cf499-c219-4cb8-bdef-bca60fac09db' AND "openstax_accounts_accounts"."id" != 122) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_a5642c56' AND "openstax_accounts_accounts"."id" != 122) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "support_identifier" = $3, "role" = $4, "updated_at" = $5 WHERE "openstax_accounts_accounts"."id" = $6 [["username", "user"], ["uuid", "580cf499-c219-4cb8-bdef-bca60fac09db"], ["support_identifier", "cs_a5642c56"], ["role", 2], ["updated_at", "2017-12-18 19:29:29.908282"], ["id", 122]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb07da35-9b9f-45a7-ab2c-4ec086704f83' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7036d787' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["uuid", "bb07da35-9b9f-45a7-ab2c-4ec086704f83"], ["support_identifier", "cs_7036d787"], ["created_at", "2017-12-18 19:29:29.913936"], ["updated_at", "2017-12-18 19:29:29.913936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:29:31 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 13:29:33 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 122]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:29:35 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 13:29:37 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 122) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 122) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '580cf499-c219-4cb8-bdef-bca60fac09db' AND "openstax_accounts_accounts"."id" != 122) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_a5642c56' AND "openstax_accounts_accounts"."id" != 122) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 123) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 123) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'bb07da35-9b9f-45a7-ab2c-4ec086704f83' AND "openstax_accounts_accounts"."id" != 123) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7036d787' AND "openstax_accounts_accounts"."id" != 123) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:29:40 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 13:29:42 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 122]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 123]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -617702902 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d4c1783-e6dc-4384-92a7-693c704778a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6304a033' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -617702902], ["username", "jstrav"], ["access_token", "0f8b6c9da76066ede17005d4b2181a34"], ["uuid", "3d4c1783-e6dc-4384-92a7-693c704778a5"], ["support_identifier", "cs_6304a033"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:29:42.055848"], ["updated_at", "2017-12-18 19:29:42.055848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1310698894 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d0dfb4e-a007-4582-9c61-e8d651e7e43e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e514f875' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1310698894], ["username", "mary"], ["access_token", "5b92b8fbfc269483f6cd4365e5a087a5"], ["uuid", "0d0dfb4e-a007-4582-9c61-e8d651e7e43e"], ["support_identifier", "cs_e514f875"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:29:42.061125"], ["updated_at", "2017-12-18 19:29:42.061125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1476902147 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2788e83-e8ae-4ded-a0b6-c07dafa1c176' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_60578357' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1476902147], ["username", "jstead"], ["access_token", "97e72e72fda8163d4903806d8862f1c7"], ["uuid", "d2788e83-e8ae-4ded-a0b6-c07dafa1c176"], ["support_identifier", "cs_60578357"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:29:42.065846"], ["updated_at", "2017-12-18 19:29:42.065846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1792775648 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae29fde0-1bec-4bd5-8f0d-4295bdc54a2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_90251ac6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1792775648], ["username", "bigbear"], ["access_token", "96da379c4f130b3f373a931eca1ec03b"], ["uuid", "ae29fde0-1bec-4bd5-8f0d-4295bdc54a2d"], ["support_identifier", "cs_90251ac6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:29:42.070171"], ["updated_at", "2017-12-18 19:29:42.070171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -73412278 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2427fc9c-e7d4-44a0-8b82-bc1fd6f76b34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_74b2d2b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -73412278], ["username", "billy_00"], ["access_token", "c5239d362be564ed2763b786b7e61dca"], ["uuid", "2427fc9c-e7d4-44a0-8b82-bc1fd6f76b34"], ["support_identifier", "cs_74b2d2b8"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 19:29:42.074653"], ["updated_at", "2017-12-18 19:29:42.074653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1395334323 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '925da68e-f3e6-4e5c-9816-d991615bb9cb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a6f4dbc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1395334323], ["username", "billy_01"], ["access_token", "14b70eaf18a97c12ccd234d3940ae253"], ["uuid", "925da68e-f3e6-4e5c-9816-d991615bb9cb"], ["support_identifier", "cs_1a6f4dbc"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 19:29:42.079066"], ["updated_at", "2017-12-18 19:29:42.079066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -811248681 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4044541-5363-4c16-8ef6-e236354ad4f8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ee0dc491' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -811248681], ["username", "billy_02"], ["access_token", "bf33340e5470d4c8e73151cca1b9e86f"], ["uuid", "d4044541-5363-4c16-8ef6-e236354ad4f8"], ["support_identifier", "cs_ee0dc491"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 19:29:42.083962"], ["updated_at", "2017-12-18 19:29:42.083962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877058481 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d2394b5-1e94-4115-b082-8fb34eea6eb3' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33a2b94b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1877058481], ["username", "billy_03"], ["access_token", "35411d021ec00ecdaff27fc31980b2c0"], ["uuid", "8d2394b5-1e94-4115-b082-8fb34eea6eb3"], ["support_identifier", "cs_33a2b94b"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 19:29:42.089332"], ["updated_at", "2017-12-18 19:29:42.089332"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2023057952 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56f3b2f0-f0f3-4efc-ac45-e97e7b7d3705' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8259cef2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2023057952], ["username", "billy_04"], ["access_token", "ae3fe6e7f82312f90804bcbd58df0cf4"], ["uuid", "56f3b2f0-f0f3-4efc-ac45-e97e7b7d3705"], ["support_identifier", "cs_8259cef2"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:29:42.094612"], ["updated_at", "2017-12-18 19:29:42.094612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1954380720 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9e56441-74bb-42ad-976e-5373185498ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b91d6f48' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1954380720], ["username", "billy_05"], ["access_token", "cf6ac15c9b57613c9e9aaa1a7da08752"], ["uuid", "b9e56441-74bb-42ad-976e-5373185498ba"], ["support_identifier", "cs_b91d6f48"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:29:42.100148"], ["updated_at", "2017-12-18 19:29:42.100148"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -769993955 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24569254-ac14-4382-bedd-559d157b3367' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_716a7d01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -769993955], ["username", "billy_06"], ["access_token", "25b2a49fa1545b50f13c4b9b20800143"], ["uuid", "24569254-ac14-4382-bedd-559d157b3367"], ["support_identifier", "cs_716a7d01"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:29:42.104719"], ["updated_at", "2017-12-18 19:29:42.104719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -870940418 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fcca859f-fb01-4f18-b721-1fb17969700b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a02b935' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -870940418], ["username", "billy_07"], ["access_token", "bbf9c8e77fa69401c3335c95d4d8ffc2"], ["uuid", "fcca859f-fb01-4f18-b721-1fb17969700b"], ["support_identifier", "cs_5a02b935"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:29:42.108989"], ["updated_at", "2017-12-18 19:29:42.108989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -810418162 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42d9e6a3-039e-49f5-91c2-7d3f79231f21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e89a009' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -810418162], ["username", "billy_08"], ["access_token", "c05edddcd7390b9eaa8540d7ff79436e"], ["uuid", "42d9e6a3-039e-49f5-91c2-7d3f79231f21"], ["support_identifier", "cs_8e89a009"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:29:42.113258"], ["updated_at", "2017-12-18 19:29:42.113258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1966284037 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b3b6b44-76dc-45bf-836e-ec4f1320f40d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce80b135' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1966284037], ["username", "billy_09"], ["access_token", "1d0c3f44cb4e7d2b558f13b51418794f"], ["uuid", "2b3b6b44-76dc-45bf-836e-ec4f1320f40d"], ["support_identifier", "cs_ce80b135"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:29:42.117656"], ["updated_at", "2017-12-18 19:29:42.117656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -630512683 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16466b7b-2b51-471d-ba82-d78ddc95789e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d62b3e2f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -630512683], ["username", "billy_10"], ["access_token", "5358e2c3d08f3b96de3814132466a4f8"], ["uuid", "16466b7b-2b51-471d-ba82-d78ddc95789e"], ["support_identifier", "cs_d62b3e2f"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:29:42.122011"], ["updated_at", "2017-12-18 19:29:42.122011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -186453439 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47f35984-e64c-47a8-8229-402a1920b11d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63d577dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -186453439], ["username", "billy_11"], ["access_token", "9536a01dd8c09a25404183cbb7750a31"], ["uuid", "47f35984-e64c-47a8-8229-402a1920b11d"], ["support_identifier", "cs_63d577dc"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:29:42.126437"], ["updated_at", "2017-12-18 19:29:42.126437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1364026335 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b35597d-0a5e-4b4b-8c99-cdf931e31ccc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_41b207f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1364026335], ["username", "billy_12"], ["access_token", "1d50d6644f2e9f9dbddf393702c4b91c"], ["uuid", "4b35597d-0a5e-4b4b-8c99-cdf931e31ccc"], ["support_identifier", "cs_41b207f6"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:29:42.130800"], ["updated_at", "2017-12-18 19:29:42.130800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1535451845 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d9f6d7d-5858-4d1a-a048-78a385b76734' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e4367f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1535451845], ["username", "billy_13"], ["access_token", "01854403da4cf613cd30028e7dd06c01"], ["uuid", "8d9f6d7d-5858-4d1a-a048-78a385b76734"], ["support_identifier", "cs_2e4367f7"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:29:42.135143"], ["updated_at", "2017-12-18 19:29:42.135143"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1189976388 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e39ce821-904c-4b0b-97c3-f1b8ad342add' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8ff75ece' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1189976388], ["username", "billy_14"], ["access_token", "8869df45cf95d3ff4eef6b0ab101c57b"], ["uuid", "e39ce821-904c-4b0b-97c3-f1b8ad342add"], ["support_identifier", "cs_8ff75ece"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:29:42.139466"], ["updated_at", "2017-12-18 19:29:42.139466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1246552440 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f58072f1-d3c7-425a-b3c7-9645221d43c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd10f1bd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1246552440], ["username", "billy_15"], ["access_token", "57cef81fea9a7a74eef21a134c1f8929"], ["uuid", "f58072f1-d3c7-425a-b3c7-9645221d43c7"], ["support_identifier", "cs_fd10f1bd"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:29:42.143965"], ["updated_at", "2017-12-18 19:29:42.143965"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841653932 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bc3a5d4-7351-433c-8dfb-1790e1f52b2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aa726d1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1841653932], ["username", "billy_16"], ["access_token", "9db686ffc2338d83fea002bce62772b4"], ["uuid", "9bc3a5d4-7351-433c-8dfb-1790e1f52b2d"], ["support_identifier", "cs_aa726d1d"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:29:42.148642"], ["updated_at", "2017-12-18 19:29:42.148642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2023801626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '837877c9-e079-4339-97cb-7f68799ee8cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a89145a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2023801626], ["username", "billy_17"], ["access_token", "834c86e4a65d904fd82f9b0c41f63e6c"], ["uuid", "837877c9-e079-4339-97cb-7f68799ee8cf"], ["support_identifier", "cs_a89145a9"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:29:42.152985"], ["updated_at", "2017-12-18 19:29:42.152985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2069419680 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5235fce-0986-4089-be0b-a2ae44c5cb29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b88d00f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2069419680], ["username", "billy_18"], ["access_token", "3ec9401dbb936c16c75af2c95e32abb0"], ["uuid", "c5235fce-0986-4089-be0b-a2ae44c5cb29"], ["support_identifier", "cs_b88d00f2"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:29:42.157222"], ["updated_at", "2017-12-18 19:29:42.157222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1915885375 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b459d97f-4d46-427f-a7a8-8255e5ace8c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e7dba36b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1915885375], ["username", "billy_19"], ["access_token", "156224d1056298feb5dfa42b663dbbb8"], ["uuid", "b459d97f-4d46-427f-a7a8-8255e5ace8c7"], ["support_identifier", "cs_e7dba36b"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:29:42.161602"], ["updated_at", "2017-12-18 19:29:42.161602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -446092783 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30fbbe0c-9237-4e6e-82c2-c355f0ce44c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48ea174c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -446092783], ["username", "billy_20"], ["access_token", "bea915f74d16c1224e89d3f02f5dfded"], ["uuid", "30fbbe0c-9237-4e6e-82c2-c355f0ce44c0"], ["support_identifier", "cs_48ea174c"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:29:42.165910"], ["updated_at", "2017-12-18 19:29:42.165910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1696642996 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1842bf1-df02-4e4d-b5fc-6269331e8145' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b85c652' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1696642996], ["username", "billy_21"], ["access_token", "ea8f302746b4c99dd30ade2460fdfa72"], ["uuid", "a1842bf1-df02-4e4d-b5fc-6269331e8145"], ["support_identifier", "cs_9b85c652"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:29:42.170197"], ["updated_at", "2017-12-18 19:29:42.170197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2096685410 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52e678e5-00b9-4999-af05-b330ba2c79f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38b3a357' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2096685410], ["username", "billy_22"], ["access_token", "7a77d10064452cad2562c53f05b0842e"], ["uuid", "52e678e5-00b9-4999-af05-b330ba2c79f1"], ["support_identifier", "cs_38b3a357"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:29:42.174482"], ["updated_at", "2017-12-18 19:29:42.174482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1589291665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c26f45b-8342-4834-81da-88d936e2b6f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b899ab6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1589291665], ["username", "billy_23"], ["access_token", "a42c7c844ad2d0ee44221e05a713ed66"], ["uuid", "5c26f45b-8342-4834-81da-88d936e2b6f9"], ["support_identifier", "cs_1b899ab6"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:29:42.179200"], ["updated_at", "2017-12-18 19:29:42.179200"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1783424722 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '666f66bf-dcb6-49e3-8842-a8fbe35002d1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_354a70b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1783424722], ["username", "billy_24"], ["access_token", "1fa8bfc99983378597cc88697f2ba9fe"], ["uuid", "666f66bf-dcb6-49e3-8842-a8fbe35002d1"], ["support_identifier", "cs_354a70b6"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:29:42.183649"], ["updated_at", "2017-12-18 19:29:42.183649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -448765250 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '74d3abf3-0d09-48fc-9ce0-74e0ce3a5ae8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6134f67d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -448765250], ["username", "billy_25"], ["access_token", "da2536d51ca567883524b235bdd3fd0a"], ["uuid", "74d3abf3-0d09-48fc-9ce0-74e0ce3a5ae8"], ["support_identifier", "cs_6134f67d"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:29:42.188036"], ["updated_at", "2017-12-18 19:29:42.188036"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1382841774 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29b84ef5-ade9-4f83-9b72-90ab4361aee5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ee14a8ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1382841774], ["username", "billy_26"], ["access_token", "8218cccb0aa5737266c25b77c1c1afab"], ["uuid", "29b84ef5-ade9-4f83-9b72-90ab4361aee5"], ["support_identifier", "cs_ee14a8ab"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:29:42.192387"], ["updated_at", "2017-12-18 19:29:42.192387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -960751994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d86c9fb-979a-47e0-a69c-3dc48d789646' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b890a572' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -960751994], ["username", "billy_27"], ["access_token", "47d52f84752673f415b2b17c7ec658d4"], ["uuid", "5d86c9fb-979a-47e0-a69c-3dc48d789646"], ["support_identifier", "cs_b890a572"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:29:42.196606"], ["updated_at", "2017-12-18 19:29:42.196606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1075539015 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1fc5ca0c-bdeb-468a-8bdf-8ba9f41feb0d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9a1cf620' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1075539015], ["username", "billy_28"], ["access_token", "2da4fda6d5d056517e531d51f860cafc"], ["uuid", "1fc5ca0c-bdeb-468a-8bdf-8ba9f41feb0d"], ["support_identifier", "cs_9a1cf620"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:29:42.201123"], ["updated_at", "2017-12-18 19:29:42.201123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -644310334 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca6e2787-694d-4a86-98a6-71b7659ab4fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_39a8371c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -644310334], ["username", "billy_29"], ["access_token", "364737e55d61f38e5cdb1430ee3111a1"], ["uuid", "ca6e2787-694d-4a86-98a6-71b7659ab4fd"], ["support_identifier", "cs_39a8371c"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:29:42.205508"], ["updated_at", "2017-12-18 19:29:42.205508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -52837105 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2df61a39-9bda-4fa5-b7f9-3a08fbe3197d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_72feedb2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -52837105], ["username", "billy_30"], ["access_token", "25944d5535c45ba11b20a3910d2fa2d3"], ["uuid", "2df61a39-9bda-4fa5-b7f9-3a08fbe3197d"], ["support_identifier", "cs_72feedb2"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:29:42.209944"], ["updated_at", "2017-12-18 19:29:42.209944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -964054828 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '692ec5e3-543c-4093-96ef-0e0387408559' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3806cf43' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -964054828], ["username", "billy_31"], ["access_token", "fa88530f3719c791128321c47ba94aa8"], ["uuid", "692ec5e3-543c-4093-96ef-0e0387408559"], ["support_identifier", "cs_3806cf43"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:29:42.214340"], ["updated_at", "2017-12-18 19:29:42.214340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -783097185 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2106471c-26fd-4c27-b6a5-aee67678d7c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf0e64ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -783097185], ["username", "billy_32"], ["access_token", "a486c997c2f3e065569682261912c216"], ["uuid", "2106471c-26fd-4c27-b6a5-aee67678d7c8"], ["support_identifier", "cs_cf0e64ff"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:29:42.218768"], ["updated_at", "2017-12-18 19:29:42.218768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1149141983 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe2cb7bf-92fe-43d2-bc19-ae15fb1359f8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_206d84c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1149141983], ["username", "billy_33"], ["access_token", "90325b1c9a7a95a30d21ac25c961ce60"], ["uuid", "fe2cb7bf-92fe-43d2-bc19-ae15fb1359f8"], ["support_identifier", "cs_206d84c0"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:29:42.223392"], ["updated_at", "2017-12-18 19:29:42.223392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725686166 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7481510-b7fd-4546-9626-d132cba0f1c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6a750740' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -725686166], ["username", "billy_34"], ["access_token", "c9576438e4443123248253d204666afc"], ["uuid", "d7481510-b7fd-4546-9626-d132cba0f1c3"], ["support_identifier", "cs_6a750740"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:29:42.228006"], ["updated_at", "2017-12-18 19:29:42.228006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -460064816 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e0bc728-1297-423a-ba77-631e5cbe6283' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_040833e7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -460064816], ["username", "billy_35"], ["access_token", "9a63de7624205262f14b7e1f85752b2d"], ["uuid", "3e0bc728-1297-423a-ba77-631e5cbe6283"], ["support_identifier", "cs_040833e7"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:29:42.232497"], ["updated_at", "2017-12-18 19:29:42.232497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674598253 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2bd45b95-96b3-4a54-b022-ef03e879d7ce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_946f3f0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -674598253], ["username", "billy_36"], ["access_token", "4aa55bca5d28e85dc7798c24e9edbaa4"], ["uuid", "2bd45b95-96b3-4a54-b022-ef03e879d7ce"], ["support_identifier", "cs_946f3f0f"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:29:42.237235"], ["updated_at", "2017-12-18 19:29:42.237235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -935430686 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4333347f-d9bd-4cf1-bf3f-c96074d23593' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_42a71c51' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -935430686], ["username", "billy_37"], ["access_token", "c0a4ce3642b70176affba30e24f9b088"], ["uuid", "4333347f-d9bd-4cf1-bf3f-c96074d23593"], ["support_identifier", "cs_42a71c51"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:29:42.241706"], ["updated_at", "2017-12-18 19:29:42.241706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -152604404 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'da82e533-f4f7-4f2b-b7b2-1c05cea7db98' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_152498c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -152604404], ["username", "billy_38"], ["access_token", "bb634ba6861a4b02271fc6826289964d"], ["uuid", "da82e533-f4f7-4f2b-b7b2-1c05cea7db98"], ["support_identifier", "cs_152498c8"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:29:42.246171"], ["updated_at", "2017-12-18 19:29:42.246171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1191342401 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11a52227-10a1-46d0-aedb-a782a45fae61' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d768994' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1191342401], ["username", "billy_39"], ["access_token", "776ea920501cc49836e8ab259df66a24"], ["uuid", "11a52227-10a1-46d0-aedb-a782a45fae61"], ["support_identifier", "cs_7d768994"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:29:42.252144"], ["updated_at", "2017-12-18 19:29:42.252144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -79673820 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '158faf02-77c1-43c3-bac0-d81986d4d9c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3772215b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -79673820], ["username", "billy_40"], ["access_token", "0c9649597cbb3a8e442f3fe1db58d44f"], ["uuid", "158faf02-77c1-43c3-bac0-d81986d4d9c5"], ["support_identifier", "cs_3772215b"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:29:42.256742"], ["updated_at", "2017-12-18 19:29:42.256742"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1204748936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0081f268-8219-4495-bd00-b502eeefb169' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb41f591' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1204748936], ["username", "billy_41"], ["access_token", "e2eee692e4b4f2637f6125e6ac90ac20"], ["uuid", "0081f268-8219-4495-bd00-b502eeefb169"], ["support_identifier", "cs_eb41f591"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:29:42.261195"], ["updated_at", "2017-12-18 19:29:42.261195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1437427394 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ba2700f-1c66-478e-b580-e3385d0f3422' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_46ae5f94' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1437427394], ["username", "billy_42"], ["access_token", "e64999874b223a185a4fe6c05f4c49c0"], ["uuid", "9ba2700f-1c66-478e-b580-e3385d0f3422"], ["support_identifier", "cs_46ae5f94"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:29:42.267402"], ["updated_at", "2017-12-18 19:29:42.267402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1854792666 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f1430e2-bd6c-4fa2-9c0a-8903d60699f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_08c97e55' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1854792666], ["username", "billy_43"], ["access_token", "9d2c779ecb9569c511375c2c1ab49989"], ["uuid", "3f1430e2-bd6c-4fa2-9c0a-8903d60699f2"], ["support_identifier", "cs_08c97e55"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:29:42.281901"], ["updated_at", "2017-12-18 19:29:42.281901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1451483497 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '727e9443-92a1-4ca9-9934-d85231141a2f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ecf7a668' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1451483497], ["username", "billy_44"], ["access_token", "7d90b44f1e5182f07e27415f8e67bf1b"], ["uuid", "727e9443-92a1-4ca9-9934-d85231141a2f"], ["support_identifier", "cs_ecf7a668"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:29:42.286617"], ["updated_at", "2017-12-18 19:29:42.286617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -401820478 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2151ae3b-be60-4daf-af30-48f79362ba3a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e5fb4e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -401820478], ["username", "billy_45"], ["access_token", "087d21f5f5dde551707280734f909810"], ["uuid", "2151ae3b-be60-4daf-af30-48f79362ba3a"], ["support_identifier", "cs_9e5fb4e8"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:29:42.291105"], ["updated_at", "2017-12-18 19:29:42.291105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273949606 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99877a56-a01c-495b-8c88-353cf56cbae1' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6223e617' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -273949606], ["username", "billy_46"], ["access_token", "19bb6e24cc9f50b7536ddc25cd4b6d9b"], ["uuid", "99877a56-a01c-495b-8c88-353cf56cbae1"], ["support_identifier", "cs_6223e617"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:29:42.295584"], ["updated_at", "2017-12-18 19:29:42.295584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1781432271 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d56ec43-10a0-48b0-953a-1e11e3260839' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48d4d4c5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1781432271], ["username", "billy_47"], ["access_token", "3e68c42dbafe4813e8b611cc50e10d11"], ["uuid", "0d56ec43-10a0-48b0-953a-1e11e3260839"], ["support_identifier", "cs_48d4d4c5"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:29:42.300024"], ["updated_at", "2017-12-18 19:29:42.300024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1618391476 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a3956ae-1c9b-4070-a4ed-b837443e4cb4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_566f7208' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1618391476], ["username", "billy_48"], ["access_token", "c1c819e4299855817474e29c8c4e82ac"], ["uuid", "5a3956ae-1c9b-4070-a4ed-b837443e4cb4"], ["support_identifier", "cs_566f7208"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:29:42.304343"], ["updated_at", "2017-12-18 19:29:42.304343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -923548234 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd2d0d4a-0d8d-4ac5-bef3-88c62dd69fd8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9397b1cc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -923548234], ["username", "billy_49"], ["access_token", "d97e0506442e4fd780c424880982fa85"], ["uuid", "bd2d0d4a-0d8d-4ac5-bef3-88c62dd69fd8"], ["support_identifier", "cs_9397b1cc"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:29:42.308766"], ["updated_at", "2017-12-18 19:29:42.308766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221586678 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '897573af-affc-457b-b8fe-9ea1b8ad0440' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e523b40f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -221586678], ["username", "jstrav"], ["access_token", "46e46c5a30ecd50a0a3662a5d522b838"], ["uuid", "897573af-affc-457b-b8fe-9ea1b8ad0440"], ["support_identifier", "cs_e523b40f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:29:42.319829"], ["updated_at", "2017-12-18 19:29:42.319829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1746621142 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7aa281ea-ea59-40d9-a92f-aa348a725b7d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ba0104db' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1746621142], ["username", "mary"], ["access_token", "98909f8194834ebd4cb93fe139fa8a31"], ["uuid", "7aa281ea-ea59-40d9-a92f-aa348a725b7d"], ["support_identifier", "cs_ba0104db"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:29:42.324366"], ["updated_at", "2017-12-18 19:29:42.324366"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -338583338 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f69754f-7b4d-46f6-af0e-f758bb3dedae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_adf3c314' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -338583338], ["username", "jstead"], ["access_token", "a0c5ff5ff1c15a60ca7f94f3dfddac1b"], ["uuid", "3f69754f-7b4d-46f6-af0e-f758bb3dedae"], ["support_identifier", "cs_adf3c314"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:29:42.328713"], ["updated_at", "2017-12-18 19:29:42.328713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -556003273 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53509130-8a93-4648-bd6b-e0be360a12bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9966d20e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -556003273], ["username", "bigbear"], ["access_token", "6ad2817a788c32133063c320c00ee77d"], ["uuid", "53509130-8a93-4648-bd6b-e0be360a12bc"], ["support_identifier", "cs_9966d20e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:29:42.333093"], ["updated_at", "2017-12-18 19:29:42.333093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897258229 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e75271b8-d0de-4f65-b7b3-c49684e75614' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea1ad820' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1897258229], ["username", "billy_00"], ["access_token", "20a354eec21562c62621b186c57e22d4"], ["uuid", "e75271b8-d0de-4f65-b7b3-c49684e75614"], ["support_identifier", "cs_ea1ad820"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 19:29:42.337457"], ["updated_at", "2017-12-18 19:29:42.337457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -898846506 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6274793e-4c21-4fd3-9a44-f6c8e8d4427c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_89a9f610' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -898846506], ["username", "billy_01"], ["access_token", "38f7e80a233112a8933991da77c6c5ff"], ["uuid", "6274793e-4c21-4fd3-9a44-f6c8e8d4427c"], ["support_identifier", "cs_89a9f610"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 19:29:42.341701"], ["updated_at", "2017-12-18 19:29:42.341701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -389790634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d6ca7b6-3e0a-4f45-bad8-0437efd945b5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c160654' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -389790634], ["username", "billy_02"], ["access_token", "67e9782e4e45f47bc6d4a1077287bb7f"], ["uuid", "9d6ca7b6-3e0a-4f45-bad8-0437efd945b5"], ["support_identifier", "cs_4c160654"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 19:29:42.346000"], ["updated_at", "2017-12-18 19:29:42.346000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -837507258 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd59c488d-0117-41c8-af6d-d56e747868a4' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6948ae05' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -837507258], ["username", "billy_03"], ["access_token", "5263fc9f5d329e8f8390c055f2dde631"], ["uuid", "d59c488d-0117-41c8-af6d-d56e747868a4"], ["support_identifier", "cs_6948ae05"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 19:29:42.351467"], ["updated_at", "2017-12-18 19:29:42.351467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -744574130 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3a795de-45b4-46ef-81ca-f1cc1e8c42c2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ff1d537' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -744574130], ["username", "billy_04"], ["access_token", "2804154980ed4f7664e4697bb698ab2e"], ["uuid", "f3a795de-45b4-46ef-81ca-f1cc1e8c42c2"], ["support_identifier", "cs_4ff1d537"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:29:42.356617"], ["updated_at", "2017-12-18 19:29:42.356617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626562295 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc90dc57-bcc2-4b4d-b0e5-518b81183d87' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce4d7067' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1626562295], ["username", "billy_05"], ["access_token", "2152807fa37adebbe0686523ed2e19df"], ["uuid", "bc90dc57-bcc2-4b4d-b0e5-518b81183d87"], ["support_identifier", "cs_ce4d7067"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:29:42.360902"], ["updated_at", "2017-12-18 19:29:42.360902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1607718439 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c951e86-02c3-4630-8ddf-761abe847301' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d5c5286d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1607718439], ["username", "billy_06"], ["access_token", "5ec583a24d93b9a0cfed742923967bf8"], ["uuid", "1c951e86-02c3-4630-8ddf-761abe847301"], ["support_identifier", "cs_d5c5286d"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:29:42.366103"], ["updated_at", "2017-12-18 19:29:42.366103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1918851176 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dedbe9be-b095-4894-8514-798966ca5db4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de03eb71' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1918851176], ["username", "billy_07"], ["access_token", "f856333a4a45e0c40baf042c699ec18b"], ["uuid", "dedbe9be-b095-4894-8514-798966ca5db4"], ["support_identifier", "cs_de03eb71"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:29:42.370803"], ["updated_at", "2017-12-18 19:29:42.370803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1338742422 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8bcab0c-ffc9-4e83-84a8-7647af962ceb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a4a92f1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1338742422], ["username", "billy_08"], ["access_token", "174ab131ed8f2eccbb10c7e663e46c37"], ["uuid", "f8bcab0c-ffc9-4e83-84a8-7647af962ceb"], ["support_identifier", "cs_a4a92f1c"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:29:42.375106"], ["updated_at", "2017-12-18 19:29:42.375106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736023067 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e287ed3e-ea4c-485e-b1cd-12cbfd8ee0ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0ee485c5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1736023067], ["username", "billy_09"], ["access_token", "3898b307d8483a1b17743f94d25f54ac"], ["uuid", "e287ed3e-ea4c-485e-b1cd-12cbfd8ee0ba"], ["support_identifier", "cs_0ee485c5"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:29:42.380066"], ["updated_at", "2017-12-18 19:29:42.380066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594662057 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd36e01e6-9acf-4513-a73c-f492d32925c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_833dd2a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1594662057], ["username", "billy_10"], ["access_token", "572042ce37d44e7ed8c6ba44e150207f"], ["uuid", "d36e01e6-9acf-4513-a73c-f492d32925c5"], ["support_identifier", "cs_833dd2a6"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:29:42.386415"], ["updated_at", "2017-12-18 19:29:42.386415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1979568104 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '850178f0-96c6-41b5-897b-d917c72d0de0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e5358728' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1979568104], ["username", "billy_11"], ["access_token", "6507b11fe00f2c64bbfd9b5efb720251"], ["uuid", "850178f0-96c6-41b5-897b-d917c72d0de0"], ["support_identifier", "cs_e5358728"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:29:42.391353"], ["updated_at", "2017-12-18 19:29:42.391353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1669353994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '036808b4-85ee-4e20-a9fc-869fa58b873a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_acdd342c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1669353994], ["username", "billy_12"], ["access_token", "ad9425e3aba3c78eed319e4c765e4204"], ["uuid", "036808b4-85ee-4e20-a9fc-869fa58b873a"], ["support_identifier", "cs_acdd342c"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:29:42.395800"], ["updated_at", "2017-12-18 19:29:42.395800"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1608842833 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e36f448-a17e-4d32-bbea-83621879081f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ffbce159' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1608842833], ["username", "billy_13"], ["access_token", "aa47978a1b572f7d44af89bd11987268"], ["uuid", "1e36f448-a17e-4d32-bbea-83621879081f"], ["support_identifier", "cs_ffbce159"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:29:42.401519"], ["updated_at", "2017-12-18 19:29:42.401519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -316999556 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a2d0767-c02e-497b-ba93-f2520f6b619f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8993f30d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -316999556], ["username", "billy_14"], ["access_token", "81a193c9c398984239e73c9473d3c85f"], ["uuid", "3a2d0767-c02e-497b-ba93-f2520f6b619f"], ["support_identifier", "cs_8993f30d"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:29:42.407072"], ["updated_at", "2017-12-18 19:29:42.407072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1009603613 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf60920c-4816-495f-95e0-65ebb6472ea1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_52f89bff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1009603613], ["username", "billy_15"], ["access_token", "2ef0de06e1a5bbf6936ebab43058a5a5"], ["uuid", "cf60920c-4816-495f-95e0-65ebb6472ea1"], ["support_identifier", "cs_52f89bff"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:29:42.411585"], ["updated_at", "2017-12-18 19:29:42.411585"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1618173625 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01ee7902-c199-466a-9d4a-d525cb063a2c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bd1a3cc1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1618173625], ["username", "billy_16"], ["access_token", "930ec97deb9cd8f7fa8f84ca2d62dc12"], ["uuid", "01ee7902-c199-466a-9d4a-d525cb063a2c"], ["support_identifier", "cs_bd1a3cc1"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:29:42.415805"], ["updated_at", "2017-12-18 19:29:42.415805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -300658553 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb683427-906a-41c1-82a6-b890403e529a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b143c1b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -300658553], ["username", "billy_17"], ["access_token", "98abd57ee61510b7bebd6905182f4525"], ["uuid", "fb683427-906a-41c1-82a6-b890403e529a"], ["support_identifier", "cs_b143c1b3"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:29:42.420170"], ["updated_at", "2017-12-18 19:29:42.420170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1035726978 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f68df911-794b-408c-a223-3218bbcb940c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0bd8a79' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1035726978], ["username", "billy_18"], ["access_token", "106e35c9c794621edbd4edcdab13d655"], ["uuid", "f68df911-794b-408c-a223-3218bbcb940c"], ["support_identifier", "cs_a0bd8a79"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:29:42.424523"], ["updated_at", "2017-12-18 19:29:42.424523"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1513873118 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5745582-da95-46d1-ae68-ec39c8f6c9a2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c4cf718a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1513873118], ["username", "billy_19"], ["access_token", "81ec108e18a380079520da843f996734"], ["uuid", "e5745582-da95-46d1-ae68-ec39c8f6c9a2"], ["support_identifier", "cs_c4cf718a"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:29:42.428876"], ["updated_at", "2017-12-18 19:29:42.428876"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -535341486 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f7bd8e8-60fb-4701-8374-ffd35a73bc43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8ed15b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -535341486], ["username", "billy_20"], ["access_token", "728ada5d6c19966177d38d384711a813"], ["uuid", "2f7bd8e8-60fb-4701-8374-ffd35a73bc43"], ["support_identifier", "cs_f8ed15b6"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:29:42.433162"], ["updated_at", "2017-12-18 19:29:42.433162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904558179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32d67685-f2cf-406d-a9e4-e9e75bbfb33d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_40ef2047' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1904558179], ["username", "billy_21"], ["access_token", "9bb5a78f5efcd18b4f58862841b65920"], ["uuid", "32d67685-f2cf-406d-a9e4-e9e75bbfb33d"], ["support_identifier", "cs_40ef2047"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:29:42.437312"], ["updated_at", "2017-12-18 19:29:42.437312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867925517 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '294129a9-9acc-417a-ae34-a61660a22f1e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0e62ee3e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -867925517], ["username", "billy_22"], ["access_token", "e5861b16798e33c4373dc9338efb0cdc"], ["uuid", "294129a9-9acc-417a-ae34-a61660a22f1e"], ["support_identifier", "cs_0e62ee3e"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:29:42.441517"], ["updated_at", "2017-12-18 19:29:42.441517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1519449491 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0abe74b5-83d6-4860-a4da-7ec3ae6f3c67' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9463a52b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1519449491], ["username", "billy_23"], ["access_token", "27d227a7e1b04d58edd45f5cb9f3cd78"], ["uuid", "0abe74b5-83d6-4860-a4da-7ec3ae6f3c67"], ["support_identifier", "cs_9463a52b"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:29:42.445874"], ["updated_at", "2017-12-18 19:29:42.445874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -546991260 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38663021-d0ae-4c71-b8ef-e71486fade65' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_393a094c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -546991260], ["username", "billy_24"], ["access_token", "5e86033c56d77c798e2bb2b6601d99d5"], ["uuid", "38663021-d0ae-4c71-b8ef-e71486fade65"], ["support_identifier", "cs_393a094c"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:29:42.450368"], ["updated_at", "2017-12-18 19:29:42.450368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897620414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '196cf0f5-2526-4ea7-85ff-aa036def026d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_851d1aa7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -897620414], ["username", "billy_25"], ["access_token", "1a3dc29c0c8681c87ff947e325f587e9"], ["uuid", "196cf0f5-2526-4ea7-85ff-aa036def026d"], ["support_identifier", "cs_851d1aa7"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:29:42.455769"], ["updated_at", "2017-12-18 19:29:42.455769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1597956990 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28f43bd7-f62e-4c64-8702-1f26895c6ce0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a98c3df6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1597956990], ["username", "billy_26"], ["access_token", "e72e85c80a450aac511e4003f440529d"], ["uuid", "28f43bd7-f62e-4c64-8702-1f26895c6ce0"], ["support_identifier", "cs_a98c3df6"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:29:42.460288"], ["updated_at", "2017-12-18 19:29:42.460288"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -222679309 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e94736ff-a43c-4e01-a801-1ccb54d137ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd750dc2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -222679309], ["username", "billy_27"], ["access_token", "407dceb0ec10aea7647ab0f60bec25b1"], ["uuid", "e94736ff-a43c-4e01-a801-1ccb54d137ed"], ["support_identifier", "cs_dd750dc2"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:29:42.464683"], ["updated_at", "2017-12-18 19:29:42.464683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1578889907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f868de15-90e5-41f8-a4ce-d4517e846116' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5bb47624' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1578889907], ["username", "billy_28"], ["access_token", "d6cefe780bb59a5fd155a4fd625edeed"], ["uuid", "f868de15-90e5-41f8-a4ce-d4517e846116"], ["support_identifier", "cs_5bb47624"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:29:42.469064"], ["updated_at", "2017-12-18 19:29:42.469064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -51706411 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc3ddaa3-a637-43cd-8e98-d89846111910' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c32a753' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -51706411], ["username", "billy_29"], ["access_token", "7d1e4d62921171466b9144c785a482e7"], ["uuid", "fc3ddaa3-a637-43cd-8e98-d89846111910"], ["support_identifier", "cs_3c32a753"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:29:42.473447"], ["updated_at", "2017-12-18 19:29:42.473447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -261124313 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff52091f-96ba-4ec1-aa9e-ef99408d3aac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_55f8ff67' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -261124313], ["username", "billy_30"], ["access_token", "101ad6418d02146fad0fbc76583cd47a"], ["uuid", "ff52091f-96ba-4ec1-aa9e-ef99408d3aac"], ["support_identifier", "cs_55f8ff67"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:29:42.477676"], ["updated_at", "2017-12-18 19:29:42.477676"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -901237324 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ec92f17-15d8-4cd6-9f28-01cf37896003' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b62133e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -901237324], ["username", "billy_31"], ["access_token", "5d2c1bae69fbee3a93678908fc80f25f"], ["uuid", "1ec92f17-15d8-4cd6-9f28-01cf37896003"], ["support_identifier", "cs_b62133e1"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:29:42.482028"], ["updated_at", "2017-12-18 19:29:42.482028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2011723403 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '682c5703-0b0a-4cfd-bfb2-c16a1f844ad2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5fa0f8cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2011723403], ["username", "billy_32"], ["access_token", "8d66e156144c92f68422c6efe4b554ef"], ["uuid", "682c5703-0b0a-4cfd-bfb2-c16a1f844ad2"], ["support_identifier", "cs_5fa0f8cf"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:29:42.486353"], ["updated_at", "2017-12-18 19:29:42.486353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667735047 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8633dcc5-0686-4074-b8a2-003adae66435' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af07e2ab' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -667735047], ["username", "billy_33"], ["access_token", "867260e98232ae42f4e8d3d0cb490959"], ["uuid", "8633dcc5-0686-4074-b8a2-003adae66435"], ["support_identifier", "cs_af07e2ab"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:29:42.491762"], ["updated_at", "2017-12-18 19:29:42.491762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1963578374 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a1fa6f0-011e-4b6c-9bfe-6070e47abb60' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_deec68ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1963578374], ["username", "billy_34"], ["access_token", "11ce00972058831291c8472e5eb65e07"], ["uuid", "5a1fa6f0-011e-4b6c-9bfe-6070e47abb60"], ["support_identifier", "cs_deec68ed"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:29:42.497022"], ["updated_at", "2017-12-18 19:29:42.497022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573364935 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd48249a5-89df-45b8-a568-201e751a4efd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8b5ae480' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1573364935], ["username", "billy_35"], ["access_token", "308051146e9f3be28288e92db8463f48"], ["uuid", "d48249a5-89df-45b8-a568-201e751a4efd"], ["support_identifier", "cs_8b5ae480"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:29:42.501414"], ["updated_at", "2017-12-18 19:29:42.501414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -948282948 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e7b585f-58c8-4e58-8e83-01234bf6c6f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_034005db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -948282948], ["username", "billy_36"], ["access_token", "c402361db16e01f38203f88035cbe247"], ["uuid", "6e7b585f-58c8-4e58-8e83-01234bf6c6f9"], ["support_identifier", "cs_034005db"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:29:42.505675"], ["updated_at", "2017-12-18 19:29:42.505675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -284136488 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6655961-7396-476a-973c-fee890246325' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c534c638' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -284136488], ["username", "billy_37"], ["access_token", "bfdbafc018e7f6badbbdfc44484cdaac"], ["uuid", "c6655961-7396-476a-973c-fee890246325"], ["support_identifier", "cs_c534c638"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:29:42.510087"], ["updated_at", "2017-12-18 19:29:42.510087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1740462391 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37055c52-9187-42c8-8886-b5a85bff8825' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8344519e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1740462391], ["username", "billy_38"], ["access_token", "53d7a4bdbbce730305ecc2e6319586f3"], ["uuid", "37055c52-9187-42c8-8886-b5a85bff8825"], ["support_identifier", "cs_8344519e"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:29:42.514359"], ["updated_at", "2017-12-18 19:29:42.514359"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2122158454 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b3038a1-ca10-4f52-8f2b-accfdc5f5cff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b0de46c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2122158454], ["username", "billy_39"], ["access_token", "f51649e55f35c9840e604b42b3396ade"], ["uuid", "3b3038a1-ca10-4f52-8f2b-accfdc5f5cff"], ["support_identifier", "cs_b0de46c6"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:29:42.518644"], ["updated_at", "2017-12-18 19:29:42.518644"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1345903000 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e53c9ea2-53de-4e15-8746-c8fe366e94c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa19a474' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1345903000], ["username", "billy_40"], ["access_token", "2c5d98d5ac090774fe7b904b523aad86"], ["uuid", "e53c9ea2-53de-4e15-8746-c8fe366e94c7"], ["support_identifier", "cs_fa19a474"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:29:42.522934"], ["updated_at", "2017-12-18 19:29:42.522934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -489212001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '996fa991-24e5-4051-a733-5101ca772f70' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bd3370ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -489212001], ["username", "billy_41"], ["access_token", "43565c14517331254feae446328eaef8"], ["uuid", "996fa991-24e5-4051-a733-5101ca772f70"], ["support_identifier", "cs_bd3370ce"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:29:42.527215"], ["updated_at", "2017-12-18 19:29:42.527215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -86903784 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b3665fa-18fa-4dac-979f-f2db301dc1a4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a8041db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -86903784], ["username", "billy_42"], ["access_token", "b7946c98c42591cfbe2056a5c815bb6b"], ["uuid", "0b3665fa-18fa-4dac-979f-f2db301dc1a4"], ["support_identifier", "cs_8a8041db"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:29:42.531497"], ["updated_at", "2017-12-18 19:29:42.531497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -792809746 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4fcc9f61-e140-4306-8149-75c1df26e752' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a1abb6ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -792809746], ["username", "billy_43"], ["access_token", "7ae5539756049f11710125b691e819a7"], ["uuid", "4fcc9f61-e140-4306-8149-75c1df26e752"], ["support_identifier", "cs_a1abb6ca"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:29:42.535775"], ["updated_at", "2017-12-18 19:29:42.535775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -362389699 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f2f82b5-79b0-42bb-8617-3c5998465944' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6bd765e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -362389699], ["username", "billy_44"], ["access_token", "f9d2ade39e6d75bb866c8d0e632fd864"], ["uuid", "7f2f82b5-79b0-42bb-8617-3c5998465944"], ["support_identifier", "cs_6bd765e6"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:29:42.540028"], ["updated_at", "2017-12-18 19:29:42.540028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -712445310 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'da337205-ce23-4eb1-98a7-c426dcd8d916' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_927bf784' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -712445310], ["username", "billy_45"], ["access_token", "ed11fff1371ae2237e3b6d6ae520a60a"], ["uuid", "da337205-ce23-4eb1-98a7-c426dcd8d916"], ["support_identifier", "cs_927bf784"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:29:42.544391"], ["updated_at", "2017-12-18 19:29:42.544391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1788227975 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cdd43115-08a3-41d2-925e-37110fa54b13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f5f265ce' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1788227975], ["username", "billy_46"], ["access_token", "352a7896b3bb9f97f061752912d5b706"], ["uuid", "cdd43115-08a3-41d2-925e-37110fa54b13"], ["support_identifier", "cs_f5f265ce"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:29:42.549286"], ["updated_at", "2017-12-18 19:29:42.549286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1129812501 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42ac6f7b-5d04-4f6f-bb89-ce510d8eec70' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2756e408' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1129812501], ["username", "billy_47"], ["access_token", "7bff1fb65c56fea257d0fbc68d5d60b9"], ["uuid", "42ac6f7b-5d04-4f6f-bb89-ce510d8eec70"], ["support_identifier", "cs_2756e408"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:29:42.555751"], ["updated_at", "2017-12-18 19:29:42.555751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -505040561 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '40296d3f-a477-4a36-94cc-a72f6413ab86' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6afac1ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -505040561], ["username", "billy_48"], ["access_token", "e45d30ab45d9f4494ec3c1af126bc560"], ["uuid", "40296d3f-a477-4a36-94cc-a72f6413ab86"], ["support_identifier", "cs_6afac1ec"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:29:42.560962"], ["updated_at", "2017-12-18 19:29:42.560962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -6942933 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9fee64d0-6fea-477c-b827-f129e23ee461' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_02a97346' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -6942933], ["username", "billy_49"], ["access_token", "0556d708fe4d1b8f0dfdab9fb078311e"], ["uuid", "9fee64d0-6fea-477c-b827-f129e23ee461"], ["support_identifier", "cs_02a97346"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:29:42.565211"], ["updated_at", "2017-12-18 19:29:42.565211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -154225539 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38908514-1e3e-4ac5-a6a6-4499ebdf1360' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e2753084' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -154225539], ["username", "jstrav"], ["access_token", "326fb653f1fb4d8e6ae57ec4b393807d"], ["uuid", "38908514-1e3e-4ac5-a6a6-4499ebdf1360"], ["support_identifier", "cs_e2753084"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:29:42.571864"], ["updated_at", "2017-12-18 19:29:42.571864"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -358610054 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fcef7749-4f5f-4511-aa59-6ee178847029' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ed306306' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -358610054], ["username", "mary"], ["access_token", "3b64684be55663875d0098bcc2f93523"], ["uuid", "fcef7749-4f5f-4511-aa59-6ee178847029"], ["support_identifier", "cs_ed306306"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:29:42.576413"], ["updated_at", "2017-12-18 19:29:42.576413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668746529 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75754208-d38c-43ea-88e9-99c2331d58ff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_da64ad10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1668746529], ["username", "jstead"], ["access_token", "f057d97472b39bd6dfd9efa47fcf78c9"], ["uuid", "75754208-d38c-43ea-88e9-99c2331d58ff"], ["support_identifier", "cs_da64ad10"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:29:42.580829"], ["updated_at", "2017-12-18 19:29:42.580829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1905620142 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad88d064-0c3d-4562-8203-6425cddfa9b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d36b2160' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1905620142], ["username", "bigbear"], ["access_token", "8a0dfb3cf2e28155d998ab6fbcef697c"], ["uuid", "ad88d064-0c3d-4562-8203-6425cddfa9b0"], ["support_identifier", "cs_d36b2160"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:29:42.585196"], ["updated_at", "2017-12-18 19:29:42.585196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870904207 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46203da2-0df5-43b0-a55d-dc10518cb8b5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0e4bce01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1870904207], ["username", "billy_00"], ["access_token", "dbc3fbc393a3d6a560f9ff755a40cb6a"], ["uuid", "46203da2-0df5-43b0-a55d-dc10518cb8b5"], ["support_identifier", "cs_0e4bce01"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-18 19:29:42.589519"], ["updated_at", "2017-12-18 19:29:42.589519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357641503 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab2f8252-1bf7-453a-98ec-0d22514a5dc8' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7484ea71' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1357641503], ["username", "billy_01"], ["access_token", "77fb8dcf1dd3e4508df6d267bf55dc42"], ["uuid", "ab2f8252-1bf7-453a-98ec-0d22514a5dc8"], ["support_identifier", "cs_7484ea71"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-18 19:29:42.595149"], ["updated_at", "2017-12-18 19:29:42.595149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -656427082 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce5bd7b6-de42-4f35-bc99-64bb62c90264' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9a6527bd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -656427082], ["username", "billy_02"], ["access_token", "c0bd5bbee3957f9121147d9f42692937"], ["uuid", "ce5bd7b6-de42-4f35-bc99-64bb62c90264"], ["support_identifier", "cs_9a6527bd"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-18 19:29:42.601124"], ["updated_at", "2017-12-18 19:29:42.601124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2110064203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1565cbe-42bf-4cf9-b54a-a1637ed5da7f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_371ac596' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2110064203], ["username", "billy_03"], ["access_token", "cae538bd5ff2e4d6ba922ab9e0257e98"], ["uuid", "a1565cbe-42bf-4cf9-b54a-a1637ed5da7f"], ["support_identifier", "cs_371ac596"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-18 19:29:42.606451"], ["updated_at", "2017-12-18 19:29:42.606451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687970334 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a23a6b8-419b-4f51-83a5-47679c46ddf1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c0b6dbbe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1687970334], ["username", "billy_04"], ["access_token", "2f24f1f251917d523ed1743fb2517746"], ["uuid", "1a23a6b8-419b-4f51-83a5-47679c46ddf1"], ["support_identifier", "cs_c0b6dbbe"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:29:42.610963"], ["updated_at", "2017-12-18 19:29:42.610963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1354858141 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d347424-0e97-40b1-bb49-ebe1b9463082' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9a92a2f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1354858141], ["username", "billy_05"], ["access_token", "32bf37e07ece5daff1e9934bddf9b270"], ["uuid", "6d347424-0e97-40b1-bb49-ebe1b9463082"], ["support_identifier", "cs_9a92a2f4"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:29:42.616450"], ["updated_at", "2017-12-18 19:29:42.616450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2033964154 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c642518d-d513-4a64-9e43-067578eb6ab8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7dca57d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2033964154], ["username", "billy_06"], ["access_token", "d2964b1502e186bd664f2855d82160fc"], ["uuid", "c642518d-d513-4a64-9e43-067578eb6ab8"], ["support_identifier", "cs_7dca57d4"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:29:42.621145"], ["updated_at", "2017-12-18 19:29:42.621145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573359201 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93f09a87-aec2-468f-89fa-734086cb4109' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d9c1ef12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1573359201], ["username", "billy_07"], ["access_token", "48bd981b3c08920f43b9768a8814356a"], ["uuid", "93f09a87-aec2-468f-89fa-734086cb4109"], ["support_identifier", "cs_d9c1ef12"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:29:42.625514"], ["updated_at", "2017-12-18 19:29:42.625514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2140038551 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ecc8581-023e-467a-8827-a2393a6e3c4a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c63c4a13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2140038551], ["username", "billy_08"], ["access_token", "5b41ded44b54ca39416c3fc026fda1a1"], ["uuid", "8ecc8581-023e-467a-8827-a2393a6e3c4a"], ["support_identifier", "cs_c63c4a13"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:29:42.629791"], ["updated_at", "2017-12-18 19:29:42.629791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581363016 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd73b380f-11ed-4005-8b99-ca814d94d1be' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_018ea2a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -581363016], ["username", "billy_09"], ["access_token", "622a7d94a11f430e2a8c57edbfbb79f9"], ["uuid", "d73b380f-11ed-4005-8b99-ca814d94d1be"], ["support_identifier", "cs_018ea2a3"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:29:42.634103"], ["updated_at", "2017-12-18 19:29:42.634103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1920284283 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d6ae714-cb3d-4f57-b295-5469a45bce37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6d62b745' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1920284283], ["username", "billy_10"], ["access_token", "20fd281255a37979cefc8f15b5f7157a"], ["uuid", "4d6ae714-cb3d-4f57-b295-5469a45bce37"], ["support_identifier", "cs_6d62b745"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:29:42.638380"], ["updated_at", "2017-12-18 19:29:42.638380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -904275315 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ca17e49-1e12-409f-a253-4249f87f2877' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a426027' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -904275315], ["username", "billy_11"], ["access_token", "34d24494cba595bf558ec9cac33a35bc"], ["uuid", "5ca17e49-1e12-409f-a253-4249f87f2877"], ["support_identifier", "cs_8a426027"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:29:42.642726"], ["updated_at", "2017-12-18 19:29:42.642726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -901188772 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b6eb48c-6467-4f9a-a834-761fb6fb8335' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b7aa641' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -901188772], ["username", "billy_12"], ["access_token", "9735244a49b5fbfe430052f908258171"], ["uuid", "0b6eb48c-6467-4f9a-a834-761fb6fb8335"], ["support_identifier", "cs_6b7aa641"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:29:42.647057"], ["updated_at", "2017-12-18 19:29:42.647057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -242578218 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be540d69-8db2-46e7-a1cd-a07b18857ba4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_72796238' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -242578218], ["username", "billy_13"], ["access_token", "5bdec33da5db4dd37f6ebda645125d50"], ["uuid", "be540d69-8db2-46e7-a1cd-a07b18857ba4"], ["support_identifier", "cs_72796238"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:29:42.651586"], ["updated_at", "2017-12-18 19:29:42.651586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1111939088 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96b6f072-ea94-4cab-bc56-c37693820f89' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97bc7e11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1111939088], ["username", "billy_14"], ["access_token", "6a884852c3faa987055a4d47df32cc3e"], ["uuid", "96b6f072-ea94-4cab-bc56-c37693820f89"], ["support_identifier", "cs_97bc7e11"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:29:42.656219"], ["updated_at", "2017-12-18 19:29:42.656219"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -461744355 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd76c91c8-d763-4a4e-879a-cd4afea959b5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_772e8d08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -461744355], ["username", "billy_15"], ["access_token", "af53d84b23b603bbc5c6e42cdc311612"], ["uuid", "d76c91c8-d763-4a4e-879a-cd4afea959b5"], ["support_identifier", "cs_772e8d08"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:29:42.660529"], ["updated_at", "2017-12-18 19:29:42.660529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -810676991 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd77a1d68-b04c-40d7-8901-45eae69fbdae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_08447039' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -810676991], ["username", "billy_16"], ["access_token", "3be6ceb10c2678cf2ef37704a1de0f6f"], ["uuid", "d77a1d68-b04c-40d7-8901-45eae69fbdae"], ["support_identifier", "cs_08447039"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:29:42.664962"], ["updated_at", "2017-12-18 19:29:42.664962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1673914999 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd87c789b-a631-41e1-a348-f4a49160254a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00cf708b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1673914999], ["username", "billy_17"], ["access_token", "63a6297a99e0e547a98ec8ed184c3104"], ["uuid", "d87c789b-a631-41e1-a348-f4a49160254a"], ["support_identifier", "cs_00cf708b"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:29:42.669377"], ["updated_at", "2017-12-18 19:29:42.669377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -762123284 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56a4e138-ea85-41f3-8f9c-841cb257c27a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b641d0f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -762123284], ["username", "billy_18"], ["access_token", "b57ad2608a8de2fd2db8bc6ff7fe3ea8"], ["uuid", "56a4e138-ea85-41f3-8f9c-841cb257c27a"], ["support_identifier", "cs_b641d0f4"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:29:42.674059"], ["updated_at", "2017-12-18 19:29:42.674059"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1823698143 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5860a28c-fd94-481d-9d8d-b679253791a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_008efa77' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1823698143], ["username", "billy_19"], ["access_token", "fcb6dc017b09499dfad8b5936206b363"], ["uuid", "5860a28c-fd94-481d-9d8d-b679253791a7"], ["support_identifier", "cs_008efa77"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:29:42.678287"], ["updated_at", "2017-12-18 19:29:42.678287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1791833940 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8c60391-7485-4e7f-9931-b06384f0cd30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_23234a33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1791833940], ["username", "billy_20"], ["access_token", "c68d549bc9d821b42cdad8c6d70e898d"], ["uuid", "f8c60391-7485-4e7f-9931-b06384f0cd30"], ["support_identifier", "cs_23234a33"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:29:42.682641"], ["updated_at", "2017-12-18 19:29:42.682641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1987792065 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7fce34a-5b29-47e0-bdfe-311c36dd25db' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c1f4d4c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1987792065], ["username", "billy_21"], ["access_token", "28b4481d44d1dadfb997859d2bdfac60"], ["uuid", "b7fce34a-5b29-47e0-bdfe-311c36dd25db"], ["support_identifier", "cs_5c1f4d4c"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:29:42.686936"], ["updated_at", "2017-12-18 19:29:42.686936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -751542217 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '373dd724-0eed-48dd-a706-1c6c1f2daa97' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0174568' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -751542217], ["username", "billy_22"], ["access_token", "1cdc9b21d32fcb95b95c2f865c1f5d42"], ["uuid", "373dd724-0eed-48dd-a706-1c6c1f2daa97"], ["support_identifier", "cs_a0174568"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:29:42.692137"], ["updated_at", "2017-12-18 19:29:42.692137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -326166258 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd340091f-8403-4a9c-9744-0df27f8dd4e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a578079e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -326166258], ["username", "billy_23"], ["access_token", "968b69b43117bd91f70534506ae7bbdc"], ["uuid", "d340091f-8403-4a9c-9744-0df27f8dd4e1"], ["support_identifier", "cs_a578079e"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:29:42.698149"], ["updated_at", "2017-12-18 19:29:42.698149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -499195063 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28c0c0d7-6051-4840-b286-5b4ee5050dce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_08f2f581' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -499195063], ["username", "billy_24"], ["access_token", "484d287bab1bdbd5140d7e8888b7f3b7"], ["uuid", "28c0c0d7-6051-4840-b286-5b4ee5050dce"], ["support_identifier", "cs_08f2f581"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:29:42.702979"], ["updated_at", "2017-12-18 19:29:42.702979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -844650359 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81ece8f9-6e9b-481b-b00b-e5789740843a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b4443be3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -844650359], ["username", "billy_25"], ["access_token", "63c058a40b8920bf63f4d6ca3739b173"], ["uuid", "81ece8f9-6e9b-481b-b00b-e5789740843a"], ["support_identifier", "cs_b4443be3"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:29:42.707423"], ["updated_at", "2017-12-18 19:29:42.707423"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1483324633 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4704c30-8028-4b13-a1bf-3af41847c623' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c246153d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1483324633], ["username", "billy_26"], ["access_token", "caaa6d2d762e5f226cf57ca6c524afd8"], ["uuid", "b4704c30-8028-4b13-a1bf-3af41847c623"], ["support_identifier", "cs_c246153d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:29:42.711742"], ["updated_at", "2017-12-18 19:29:42.711742"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -883518531 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd336af47-91ad-4dd1-bc5d-9cb25eed8b9d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d68b1ac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -883518531], ["username", "billy_27"], ["access_token", "68d5577b62d32638da2f1fe6a1e89944"], ["uuid", "d336af47-91ad-4dd1-bc5d-9cb25eed8b9d"], ["support_identifier", "cs_7d68b1ac"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:29:42.716107"], ["updated_at", "2017-12-18 19:29:42.716107"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -120161370 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '073c0391-85d2-4d19-a365-49c8aa148fe2' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d72b434' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -120161370], ["username", "billy_28"], ["access_token", "11afde18f2edea1d2e8cc292252e3f61"], ["uuid", "073c0391-85d2-4d19-a365-49c8aa148fe2"], ["support_identifier", "cs_7d72b434"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:29:42.720692"], ["updated_at", "2017-12-18 19:29:42.720692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1412189720 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'faff005a-e876-40b6-b6b4-104fb42671af' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_657ad74b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1412189720], ["username", "billy_29"], ["access_token", "c968dbf3763144f92f7e67845161a90e"], ["uuid", "faff005a-e876-40b6-b6b4-104fb42671af"], ["support_identifier", "cs_657ad74b"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:29:42.727343"], ["updated_at", "2017-12-18 19:29:42.727343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -664035557 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5df00188-d2f8-4a44-b422-dd38d0fb03ce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e47d2bd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -664035557], ["username", "billy_30"], ["access_token", "dd72071679cf3c4fe565ad30910ccb10"], ["uuid", "5df00188-d2f8-4a44-b422-dd38d0fb03ce"], ["support_identifier", "cs_4e47d2bd"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:29:42.732479"], ["updated_at", "2017-12-18 19:29:42.732479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108566764 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5605e25d-eca2-4791-9f0f-be7515b45ada' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_59c14de4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1108566764], ["username", "billy_31"], ["access_token", "f8b624c107e5e054c2d478e5625d4c04"], ["uuid", "5605e25d-eca2-4791-9f0f-be7515b45ada"], ["support_identifier", "cs_59c14de4"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:29:42.736913"], ["updated_at", "2017-12-18 19:29:42.736913"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -975643921 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cdd8ffc2-5871-4fbd-8572-219039625959' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b71173f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -975643921], ["username", "billy_32"], ["access_token", "63849c91fa1219b8c6ec1f655221910c"], ["uuid", "cdd8ffc2-5871-4fbd-8572-219039625959"], ["support_identifier", "cs_b71173f3"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:29:42.741272"], ["updated_at", "2017-12-18 19:29:42.741272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -307680419 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '942bb4f2-3eb9-4d77-9453-c17cf2655357' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_331fcec2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -307680419], ["username", "billy_33"], ["access_token", "670a2f36dce198811831be6e4c4d4ee8"], ["uuid", "942bb4f2-3eb9-4d77-9453-c17cf2655357"], ["support_identifier", "cs_331fcec2"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:29:42.745589"], ["updated_at", "2017-12-18 19:29:42.745589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1254325708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '810b5389-6633-45ea-a3c7-4b4bb19c6c04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf9a5858' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1254325708], ["username", "billy_34"], ["access_token", "173dfc2b130119efda10ebdea984e866"], ["uuid", "810b5389-6633-45ea-a3c7-4b4bb19c6c04"], ["support_identifier", "cs_cf9a5858"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:29:42.749927"], ["updated_at", "2017-12-18 19:29:42.749927"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1782255520 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8860dc54-8ef4-4f3e-948e-863e82c52029' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_deabcda5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1782255520], ["username", "billy_35"], ["access_token", "7903ebc5eab9750d64b20d747fcc90a5"], ["uuid", "8860dc54-8ef4-4f3e-948e-863e82c52029"], ["support_identifier", "cs_deabcda5"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:29:42.754526"], ["updated_at", "2017-12-18 19:29:42.754526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -299725659 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4dd7dbd-2779-4929-8378-5f0260362709' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b1c3dece' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -299725659], ["username", "billy_36"], ["access_token", "411a6c98fe4dd031eb42b58db390e2d1"], ["uuid", "d4dd7dbd-2779-4929-8378-5f0260362709"], ["support_identifier", "cs_b1c3dece"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:29:42.759701"], ["updated_at", "2017-12-18 19:29:42.759701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1247766604 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa3492ce-ab05-40fb-81a1-ab0b7d02b3c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_43961b65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1247766604], ["username", "billy_37"], ["access_token", "11acbae0e98a6a810b49bb98c03069d9"], ["uuid", "aa3492ce-ab05-40fb-81a1-ab0b7d02b3c9"], ["support_identifier", "cs_43961b65"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:29:42.765014"], ["updated_at", "2017-12-18 19:29:42.765014"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1291489104 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0349cc4b-d689-4cef-9a22-a924cc46fb1d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1713e59' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1291489104], ["username", "billy_38"], ["access_token", "b782e3f1aa68b84597fbb07282bb7880"], ["uuid", "0349cc4b-d689-4cef-9a22-a924cc46fb1d"], ["support_identifier", "cs_d1713e59"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:29:42.769645"], ["updated_at", "2017-12-18 19:29:42.769645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -227888754 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d19f61e-e35a-4f0d-a9b0-fe915ed2a6b4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_42823eb2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -227888754], ["username", "billy_39"], ["access_token", "9ec057a3e07370afa99b02e9933a1bbc"], ["uuid", "0d19f61e-e35a-4f0d-a9b0-fe915ed2a6b4"], ["support_identifier", "cs_42823eb2"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:29:42.774086"], ["updated_at", "2017-12-18 19:29:42.774086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -888390949 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5293ca06-8a7c-49d2-b010-b93133851c9b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ff30b75' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -888390949], ["username", "billy_40"], ["access_token", "08be08cee2885e87c815f82feb3b80df"], ["uuid", "5293ca06-8a7c-49d2-b010-b93133851c9b"], ["support_identifier", "cs_7ff30b75"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:29:42.778476"], ["updated_at", "2017-12-18 19:29:42.778476"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2089413559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cbb2dc75-4933-45c6-9069-aab6c00a20b9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae27094d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2089413559], ["username", "billy_41"], ["access_token", "91f515df3df2467f51aaf4489e526b86"], ["uuid", "cbb2dc75-4933-45c6-9069-aab6c00a20b9"], ["support_identifier", "cs_ae27094d"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:29:42.782870"], ["updated_at", "2017-12-18 19:29:42.782870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2008165942 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd9a9a1ef-2458-4a5b-a286-db097184b4c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a8e0f7ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2008165942], ["username", "billy_42"], ["access_token", "9c935cb5d8a4ebecf9bc72ad0d90fbcc"], ["uuid", "d9a9a1ef-2458-4a5b-a286-db097184b4c6"], ["support_identifier", "cs_a8e0f7ce"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:29:42.787229"], ["updated_at", "2017-12-18 19:29:42.787229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1104240622 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e151ee14-9259-4bf6-8bc0-6295c732d575' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50af7e18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1104240622], ["username", "billy_43"], ["access_token", "e786156d1391c7be573aa70313bb6ff0"], ["uuid", "e151ee14-9259-4bf6-8bc0-6295c732d575"], ["support_identifier", "cs_50af7e18"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:29:42.791658"], ["updated_at", "2017-12-18 19:29:42.791658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1200909314 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36a4e97b-fa4f-44ac-97c3-47ea7ee001d6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_465c06e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1200909314], ["username", "billy_44"], ["access_token", "cb0e1518cd73fd85be90793816705f70"], ["uuid", "36a4e97b-fa4f-44ac-97c3-47ea7ee001d6"], ["support_identifier", "cs_465c06e9"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:29:42.796217"], ["updated_at", "2017-12-18 19:29:42.796217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -963290031 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a942c0f-634b-4f48-a151-897fec9d8423' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00d4db44' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -963290031], ["username", "billy_45"], ["access_token", "ec28830cae3292d943d72e293a46e969"], ["uuid", "3a942c0f-634b-4f48-a151-897fec9d8423"], ["support_identifier", "cs_00d4db44"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:29:42.808835"], ["updated_at", "2017-12-18 19:29:42.808835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1241539396 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd79ae6d8-5a09-4588-b402-259494cad92b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c744f4e1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1241539396], ["username", "billy_46"], ["access_token", "c1ae18cd99de175a8c94c6e5827741ed"], ["uuid", "d79ae6d8-5a09-4588-b402-259494cad92b"], ["support_identifier", "cs_c744f4e1"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:29:42.814020"], ["updated_at", "2017-12-18 19:29:42.814020"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2073086299 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d02384f-0c94-4950-8e87-1870a56e2438' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66988f11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2073086299], ["username", "billy_47"], ["access_token", "4174357757688b3ad8fa1332d7ce5e3e"], ["uuid", "6d02384f-0c94-4950-8e87-1870a56e2438"], ["support_identifier", "cs_66988f11"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:29:42.820040"], ["updated_at", "2017-12-18 19:29:42.820040"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1721756735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f7cfa44-30e9-4e44-a954-0549da947a08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0a7ab39b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1721756735], ["username", "billy_48"], ["access_token", "965531d0a4d97b2bb1709b6dc10a866b"], ["uuid", "8f7cfa44-30e9-4e44-a954-0549da947a08"], ["support_identifier", "cs_0a7ab39b"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:29:42.824636"], ["updated_at", "2017-12-18 19:29:42.824636"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -167812205 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e97378d-6322-4226-b9cd-fb88afafc699' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b135a36a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -167812205], ["username", "billy_49"], ["access_token", "5466d67c78062bc6852758570c7b637a"], ["uuid", "4e97378d-6322-4226-b9cd-fb88afafc699"], ["support_identifier", "cs_b135a36a"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:29:42.828928"], ["updated_at", "2017-12-18 19:29:42.828928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-12-18 19:29:42.843540"], ["updated_at", "2017-12-18 19:29:42.843540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1275433182 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '42fdb6e0d4f974d413aa7173fe59de6f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24d1963f-26b8-4893-a779-6c03903d6c46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_02a606d9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1275433182], ["username", "42fdb6e0d4f974d413aa7173fe59de6f"], ["access_token", "55f1b9758b941ac9993ea9324574045c"], ["uuid", "24d1963f-26b8-4893-a779-6c03903d6c46"], ["support_identifier", "cs_02a606d9"], ["created_at", "2017-12-18 19:29:42.851053"], ["updated_at", "2017-12-18 19:29:42.851053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -142164178 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9702941b5587ce2e3da04b87abba23c1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27e3d689-f181-48f6-8878-4bc2c8cd24d7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9faab300' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -142164178], ["username", "9702941b5587ce2e3da04b87abba23c1"], ["access_token", "8b9dd3f08ce1b5197cd5ab5a4576d0ee"], ["uuid", "27e3d689-f181-48f6-8878-4bc2c8cd24d7"], ["support_identifier", "cs_9faab300"], ["created_at", "2017-12-18 19:29:42.858129"], ["updated_at", "2017-12-18 19:29:42.858129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -119052389 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -119052389], ["name", "MyGroup"], ["created_at", "2017-12-18 19:29:42.861502"], ["updated_at", "2017-12-18 19:29:42.861502"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1392890571 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6bce4937f4f10cf6365e95349c9268d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a695e99e-5994-4655-937a-2d2753246bca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91b09a39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1392890571], ["username", "6bce4937f4f10cf6365e95349c9268d3"], ["access_token", "2a0941873c0f0e12221cbdb246b5c12a"], ["uuid", "a695e99e-5994-4655-937a-2d2753246bca"], ["support_identifier", "cs_91b09a39"], ["created_at", "2017-12-18 19:29:42.866480"], ["updated_at", "2017-12-18 19:29:42.866480"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1581103427 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1581103427], ["name", "MyGroup"], ["created_at", "2017-12-18 19:29:42.871353"], ["updated_at", "2017-12-18 19:29:42.871353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:29:44 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-12-18 13:29:46 -0600 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:29:48 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-18 13:29:50 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:29:52 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-18 13:29:54 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:29:57 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2017-12-18 13:29:59 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_user"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:30:01 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-18 13:30:03 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:30:05 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2017-12-18 13:30:06 -0600 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "application_user"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:30:08 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-18 13:30:10 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "application_user"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1548437198 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bbfb32392e6fcc377f7db8ad21b6267f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be8d1cc7-d7b7-4132-82f2-927f9400b592' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c1439fc2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1548437198], ["username", "bbfb32392e6fcc377f7db8ad21b6267f"], ["access_token", "ea2209f9054444fcff3b2437067b9095"], ["uuid", "be8d1cc7-d7b7-4132-82f2-927f9400b592"], ["support_identifier", "cs_c1439fc2"], ["created_at", "2017-12-18 19:30:10.172131"], ["updated_at", "2017-12-18 19:30:10.172131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1238379095 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1238379095], ["name", "MyGroup"], ["created_at", "2017-12-18 19:30:10.184307"], ["updated_at", "2017-12-18 19:30:10.184307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1236515346 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5c0bbd797dcf6059a644e3f5e0cc6b81' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2a0e2e3-6b52-4b84-aab4-73e741bb458d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d37aced2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1236515346], ["username", "5c0bbd797dcf6059a644e3f5e0cc6b81"], ["access_token", "f1eaa4c2e5d14ae79f1d73c325b2255f"], ["uuid", "d2a0e2e3-6b52-4b84-aab4-73e741bb458d"], ["support_identifier", "cs_d37aced2"], ["created_at", "2017-12-18 19:30:10.190041"], ["updated_at", "2017-12-18 19:30:10.190041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 290 AND "openstax_accounts_group_owners"."group_id" = -1238379095) LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1238379095], ["user_id", -1236515346], ["created_at", "2017-12-18 19:30:10.194487"], ["updated_at", "2017-12-18 19:30:10.194487"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1238379095/owners/-1236515346" for 127.0.0.1 at 2017-12-18 13:30:12 -0600 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1238379095", "user_id"=>"-1236515346", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091936750 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a49c3041b8e9fc6ecf4670848de37565' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '469f7eb2-301e-46d9-82f6-0f027707d82a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_818e212d' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2091936750], ["username", "a49c3041b8e9fc6ecf4670848de37565"], ["access_token", "6b6bdc7f58decbe64d92255eb7e585ff"], ["uuid", "469f7eb2-301e-46d9-82f6-0f027707d82a"], ["support_identifier", "cs_818e212d"], ["created_at", "2017-12-18 19:30:12.220280"], ["updated_at", "2017-12-18 19:30:12.220280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2057976299 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2057976299], ["name", "MyGroup"], ["created_at", "2017-12-18 19:30:12.223571"], ["updated_at", "2017-12-18 19:30:12.223571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1047348974 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e0f4194ea47a139f7f3263d67d88a49f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6c065fe-e2af-4154-bbc7-fff0438f45e0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_564b1e4b' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1047348974], ["username", "e0f4194ea47a139f7f3263d67d88a49f"], ["access_token", "dc45b961592a5ae03463ef7235c9a4c1"], ["uuid", "f6c065fe-e2af-4154-bbc7-fff0438f45e0"], ["support_identifier", "cs_564b1e4b"], ["created_at", "2017-12-18 19:30:12.227928"], ["updated_at", "2017-12-18 19:30:12.227928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-2057976299/owners/-1047348974" for 127.0.0.1 at 2017-12-18 13:30:14 -0600 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-2057976299", "user_id"=>"-1047348974", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1420051434 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9ab79e7a60a8d24f0a7409472f6590d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6979cb2-5340-4f02-a4ec-2b47143d322b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a34e4115' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1420051434], ["username", "9ab79e7a60a8d24f0a7409472f6590d5"], ["access_token", "276b9c0fe282d38fdc3b4395229ad6fe"], ["uuid", "b6979cb2-5340-4f02-a4ec-2b47143d322b"], ["support_identifier", "cs_a34e4115"], ["created_at", "2017-12-18 19:30:14.255687"], ["updated_at", "2017-12-18 19:30:14.255687"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:30:16 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-12-18 13:30:18 -0600 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1740823574 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2ef13ffdef6ab7301f18e3d5095359eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e031c26-61a0-4f7e-b795-369c5befcca4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c334221d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1740823574], ["username", "2ef13ffdef6ab7301f18e3d5095359eb"], ["access_token", "f652229b2b749b3a11a2a2b033b12be4"], ["uuid", "5e031c26-61a0-4f7e-b795-369c5befcca4"], ["support_identifier", "cs_c334221d"], ["created_at", "2017-12-18 19:30:18.313531"], ["updated_at", "2017-12-18 19:30:18.313531"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:30:20 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-18 13:30:22 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1341209647 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2f87e592bb125f400bc2fdc53b7542a9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89f99c48-e526-4504-a942-86ad787e740d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3d22ebcb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1341209647], ["username", "2f87e592bb125f400bc2fdc53b7542a9"], ["access_token", "8843c0849072a81f508a4aca4baf59dc"], ["uuid", "89f99c48-e526-4504-a942-86ad787e740d"], ["support_identifier", "cs_3d22ebcb"], ["created_at", "2017-12-18 19:30:22.360745"], ["updated_at", "2017-12-18 19:30:22.360745"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:30:24 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-18 13:30:26 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -142498047 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '199953dfa5694e850587230e4b7f575e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03aa505f-bc64-425a-9616-6bbeb4911b9a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_547db865' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -142498047], ["username", "199953dfa5694e850587230e4b7f575e"], ["access_token", "ad9af9f7f422c7ee783f4b8a191a4395"], ["uuid", "03aa505f-bc64-425a-9616-6bbeb4911b9a"], ["support_identifier", "cs_547db865"], ["created_at", "2017-12-18 19:30:26.400854"], ["updated_at", "2017-12-18 19:30:26.400854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-12-18 13:30:28 -0600 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"199953dfa5694e850587230e4b7f575e", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"199953dfa5694e850587230e4b7f575e", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -502982600 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '95c24daeaaac9c3ca350b308a896c7a0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64116677-b954-4671-b1e0-bb8560c13d2f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0e750847' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -502982600], ["username", "95c24daeaaac9c3ca350b308a896c7a0"], ["access_token", "30b99c463ef528eba304a226680f0e37"], ["uuid", "64116677-b954-4671-b1e0-bb8560c13d2f"], ["support_identifier", "cs_0e750847"], ["created_at", "2017-12-18 19:30:28.427342"], ["updated_at", "2017-12-18 19:30:28.427342"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1058377993 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1058377993], ["name", "MyGroup"], ["created_at", "2017-12-18 19:30:28.436471"], ["updated_at", "2017-12-18 19:30:28.436471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -578325013 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9c00e43a2f93ec781f20198630d9188c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ac53534-fcbc-4b10-91d5-6c41855178a9' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63532e4b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -578325013], ["username", "9c00e43a2f93ec781f20198630d9188c"], ["access_token", "7b1fc4bdadd625c3a1c1be5ebe913146"], ["uuid", "2ac53534-fcbc-4b10-91d5-6c41855178a9"], ["support_identifier", "cs_63532e4b"], ["created_at", "2017-12-18 19:30:28.441235"], ["updated_at", "2017-12-18 19:30:28.441235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1058377993/members/-578325013" for 127.0.0.1 at 2017-12-18 13:30:30 -0600 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1058377993", "user_id"=>"-578325013", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396125491 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2619e7f268c1a9ce0ed67c309afb63cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eae92202-f65a-4f04-a7fa-0d4848a953a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b5c5e64e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -396125491], ["username", "2619e7f268c1a9ce0ed67c309afb63cf"], ["access_token", "a2aef64d1b6e1e721b4152664f8d6f22"], ["uuid", "eae92202-f65a-4f04-a7fa-0d4848a953a1"], ["support_identifier", "cs_b5c5e64e"], ["created_at", "2017-12-18 19:30:30.468136"], ["updated_at", "2017-12-18 19:30:30.468136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1318678376 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1318678376], ["name", "MyGroup"], ["created_at", "2017-12-18 19:30:30.471100"], ["updated_at", "2017-12-18 19:30:30.471100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1389895213 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2282adbf9b2c24d84a6aeb6404433098' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96d9def3-a490-4e7a-a7b9-19f5a1729ba5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bbad1cfe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1389895213], ["username", "2282adbf9b2c24d84a6aeb6404433098"], ["access_token", "fc3c14e109f7e5bb87382a84ff60c6e1"], ["uuid", "96d9def3-a490-4e7a-a7b9-19f5a1729ba5"], ["support_identifier", "cs_bbad1cfe"], ["created_at", "2017-12-18 19:30:30.475411"], ["updated_at", "2017-12-18 19:30:30.475411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 300 AND "openstax_accounts_group_members"."group_id" = -1318678376) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1318678376], ["user_id", -1389895213], ["created_at", "2017-12-18 19:30:30.478156"], ["updated_at", "2017-12-18 19:30:30.478156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1318678376/members/-1389895213" for 127.0.0.1 at 2017-12-18 13:30:32 -0600 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1318678376", "user_id"=>"-1389895213", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -186916559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '57b67de3d1a0bab2634969a4e70a14f8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60b79378-d5cd-4817-8d6e-51c6b07a5515' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e82c4fd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -186916559], ["username", "57b67de3d1a0bab2634969a4e70a14f8"], ["access_token", "f0ac7407d3ef20db63711b56e128bc5d"], ["uuid", "60b79378-d5cd-4817-8d6e-51c6b07a5515"], ["support_identifier", "cs_8e82c4fd"], ["created_at", "2017-12-18 19:30:32.503034"], ["updated_at", "2017-12-18 19:30:32.503034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1484120135 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1484120135], ["name", "MyGroup"], ["created_at", "2017-12-18 19:30:32.511774"], ["updated_at", "2017-12-18 19:30:32.511774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-12-18 13:30:34 -0600 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597187247 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bdb73904bf6319dd0a2b665cb3406c5d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f10fc1d-15b8-4e78-a238-7ec3c24f74b4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64860907' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -597187247], ["username", "bdb73904bf6319dd0a2b665cb3406c5d"], ["access_token", "b783d1a30ec5ecbebd47749c12a247cb"], ["uuid", "7f10fc1d-15b8-4e78-a238-7ec3c24f74b4"], ["support_identifier", "cs_64860907"], ["created_at", "2017-12-18 19:30:34.537553"], ["updated_at", "2017-12-18 19:30:34.537553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -797346220 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -797346220], ["name", "MyGroup"], ["created_at", "2017-12-18 19:30:34.540214"], ["updated_at", "2017-12-18 19:30:34.540214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -797346220 AND "openstax_accounts_groups"."id" != 11) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-797346220" for 127.0.0.1 at 2017-12-18 13:30:36 -0600 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-797346220", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1939753933 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd9e12bbb1626b389f9ce5fedd6662124' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e021e8f-c7c7-4d47-a596-b9e488a8e303' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_74d0f164' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1939753933], ["username", "d9e12bbb1626b389f9ce5fedd6662124"], ["access_token", "866df99daa3fefd907846ae5eda050da"], ["uuid", "6e021e8f-c7c7-4d47-a596-b9e488a8e303"], ["support_identifier", "cs_74d0f164"], ["created_at", "2017-12-18 19:30:36.567123"], ["updated_at", "2017-12-18 19:30:36.567123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1279339229 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1279339229], ["name", "MyGroup"], ["created_at", "2017-12-18 19:30:36.569843"], ["updated_at", "2017-12-18 19:30:36.569843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1279339229 AND "openstax_accounts_groups"."id" != 12) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1279339229" for 127.0.0.1 at 2017-12-18 13:30:38 -0600 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1279339229", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -418363592 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c28f609122431e18252ef3508aa6ffef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79ad0030-a7c8-414f-aa4a-f20c6ef64e41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1020cd83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -418363592], ["username", "c28f609122431e18252ef3508aa6ffef"], ["access_token", "ad129e0b429da119832de1a219823821"], ["uuid", "79ad0030-a7c8-414f-aa4a-f20c6ef64e41"], ["support_identifier", "cs_1020cd83"], ["created_at", "2017-12-18 19:30:38.600757"], ["updated_at", "2017-12-18 19:30:38.600757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -901693828 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -901693828], ["name", "MyGroup"], ["created_at", "2017-12-18 19:30:38.608549"], ["updated_at", "2017-12-18 19:30:38.608549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1928129738 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1928129738], ["name", "MyGroup"], ["created_at", "2017-12-18 19:30:38.610993"], ["updated_at", "2017-12-18 19:30:38.610993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 14 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 14]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -1928129738 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1928129738 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 14]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -901693828 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -901693828 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 13]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1928129738 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -901693828 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -901693828], ["member_group_id", -1928129738], ["created_at", "2017-12-18 19:30:38.613850"], ["updated_at", "2017-12-18 19:30:38.613850"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-901693828/nestings/-1928129738" for 127.0.0.1 at 2017-12-18 13:30:40 -0600 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-901693828", "member_group_id"=>"-1928129738", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1691861696 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '75048f89244fd9839b1f4fd507d35b08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9126a5ef-c1ce-4207-959a-36757aa42868' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ad76b30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1691861696], ["username", "75048f89244fd9839b1f4fd507d35b08"], ["access_token", "b4cb5ef31b7c1b44aa5f5a129c6a4bd6"], ["uuid", "9126a5ef-c1ce-4207-959a-36757aa42868"], ["support_identifier", "cs_3ad76b30"], ["created_at", "2017-12-18 19:30:40.649936"], ["updated_at", "2017-12-18 19:30:40.649936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -868311964 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -868311964], ["name", "MyGroup"], ["created_at", "2017-12-18 19:30:40.653126"], ["updated_at", "2017-12-18 19:30:40.653126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -125165889 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -125165889], ["name", "MyGroup"], ["created_at", "2017-12-18 19:30:40.655734"], ["updated_at", "2017-12-18 19:30:40.655734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-868311964/nestings/-125165889" for 127.0.0.1 at 2017-12-18 13:30:42 -0600 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-868311964", "member_group_id"=>"-125165889", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5465d4d8-9191-4619-a6de-366a57140974' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cd2414ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["access_token", "fad61b896def5b88eb87c7ecd5bace2b"], ["uuid", "5465d4d8-9191-4619-a6de-366a57140974"], ["support_identifier", "cs_cd2414ec"], ["created_at", "2017-12-18 19:30:42.685268"], ["updated_at", "2017-12-18 19:30:42.685268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a2c07b2-6b4c-479f-a577-ad81c70c8ad8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b2e1961' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["access_token", "e5b70f2c153a09c42e1cf6b75c541d8e"], ["uuid", "3a2c07b2-6b4c-479f-a577-ad81c70c8ad8"], ["support_identifier", "cs_1b2e1961"], ["created_at", "2017-12-18 19:30:42.697031"], ["updated_at", "2017-12-18 19:30:42.697031"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["name", "Member Group"], ["created_at", "2017-12-18 19:30:42.699885"], ["updated_at", "2017-12-18 19:30:42.699885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 306 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 2], ["user_id", 2], ["created_at", "2017-12-18 19:30:42.703040"], ["updated_at", "2017-12-18 19:30:42.703040"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["name", "Container Group"], ["created_at", "2017-12-18 19:30:42.705563"], ["updated_at", "2017-12-18 19:30:42.705563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 306 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 4], ["user_id", 2], ["created_at", "2017-12-18 19:30:42.709443"], ["updated_at", "2017-12-18 19:30:42.709443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 17 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2017-12-18 19:30:42.712439"], ["updated_at", "2017-12-18 19:30:42.712439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 17]] OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 18]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 4]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:30:44 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-18 13:30:46 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.3ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 307 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 306 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2017-12-18 19:30:46.786221"], ["updated_at", "2017-12-18 19:30:46.786221"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 307 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-18 19:30:46.788139"], ["updated_at", "2017-12-18 19:30:46.788139"]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 306 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-18 19:30:46.790097"], ["updated_at", "2017-12-18 19:30:46.790097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 19 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-18 19:30:46.796502"], ["updated_at", "2017-12-18 19:30:46.796502"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 17) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "name" = $1, "updated_at" = $2 WHERE "openstax_accounts_groups"."id" = $3 [["name", "M"], ["updated_at", "2017-12-18 19:30:46.798908"], ["id", 17]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 19) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:30:48 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-18 13:30:50 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 17]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 18]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:30:52 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-18 13:30:54 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.3ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = $1 [["id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = $1 [["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 19 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-18 19:30:54.902219"], ["updated_at", "2017-12-18 19:30:54.902219"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 17) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 306 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-18 19:30:54.908375"], ["updated_at", "2017-12-18 19:30:54.908375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 307 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-18 19:30:54.912425"], ["updated_at", "2017-12-18 19:30:54.912425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 19) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-18 13:30:56 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-18 13:30:58 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 17]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 18]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 19]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 13:30:58 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:30:58 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:30:58 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 13:30:58 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:30:59 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:30:59 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-18 13:30:59 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:30:59 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-18 13:30:59 -0600  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8081]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8081 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ffecefe0-ff01-43b6-bc75-811fcaf0e038' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_433cb0fb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 8081], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "ffecefe0-ff01-43b6-bc75-811fcaf0e038"], ["support_identifier", "cs_433cb0fb"], ["created_at", "2017-12-18 19:30:59.035451"], ["updated_at", "2017-12-18 19:30:59.035451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 778864]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 778864 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ba0bd54-9315-420e-8b48-b9b572052b56' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ab30d48' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 778864], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "2ba0bd54-9315-420e-8b48-b9b572052b56"], ["support_identifier", "cs_4ab30d48"], ["created_at", "2017-12-18 19:30:59.043181"], ["updated_at", "2017-12-18 19:30:59.043181"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 778864 AND "openstax_accounts_accounts"."id" != 309) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '2ba0bd54-9315-420e-8b48-b9b572052b56' AND "openstax_accounts_accounts"."id" != 309) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_4ab30d48' AND "openstax_accounts_accounts"."id" != 309) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6760668]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6760668 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a33a9398-add8-4961-bb64-2e1f543fb7c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_144c4e92' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 6760668], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "a33a9398-add8-4961-bb64-2e1f543fb7c0"], ["support_identifier", "cs_144c4e92"], ["created_at", "2017-12-18 19:30:59.055683"], ["updated_at", "2017-12-18 19:30:59.055683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 7746400]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 7746400 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f64ed1df-0bc3-427b-bf59-416589995998' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_efe24924' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 7746400], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "f64ed1df-0bc3-427b-bf59-416589995998"], ["support_identifier", "cs_efe24924"], ["created_at", "2017-12-18 19:30:59.065692"], ["updated_at", "2017-12-18 19:30:59.065692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 915044]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 915044 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1146045-5d8d-4cb6-b651-586daf60ea72' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ceef580' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", 915044], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["role", 2], ["uuid", "c1146045-5d8d-4cb6-b651-586daf60ea72"], ["support_identifier", "cs_7ceef580"], ["created_at", "2017-12-18 19:30:59.074053"], ["updated_at", "2017-12-18 19:30:59.074053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1778064]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1778064 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2410f00-5a62-461c-accc-03f07e566da5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_99619973' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 1778064], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "e2410f00-5a62-461c-accc-03f07e566da5"], ["support_identifier", "cs_99619973"], ["created_at", "2017-12-18 19:30:59.082635"], ["updated_at", "2017-12-18 19:30:59.082635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1858840756 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '976c798db1491a24bff1b70a79d65c96' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed39a7c3-ea1e-404f-bfa1-c5179a919e14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d341ac75' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1858840756], ["username", "976c798db1491a24bff1b70a79d65c96"], ["access_token", "1a6cec91a994714605cb4368fa2be156"], ["uuid", "ed39a7c3-ea1e-404f-bfa1-c5179a919e14"], ["support_identifier", "cs_d341ac75"], ["created_at", "2017-12-18 19:30:59.092483"], ["updated_at", "2017-12-18 19:30:59.092483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -1858840756]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1858840756 AND "openstax_accounts_accounts"."id" != 314) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 314) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '8dd58af9-36fe-4240-8a1e-3df7cf146c97' AND "openstax_accounts_accounts"."id" != 314) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_5a7baf6a' AND "openstax_accounts_accounts"."id" != 314) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "first_name" = $2, "last_name" = $3, "title" = $4, "access_token" = $5, "faculty_status" = $6, "role" = $7, "uuid" = $8, "support_identifier" = $9, "updated_at" = $10 WHERE "openstax_accounts_accounts"."id" = $11 [["username", "191919"], ["first_name", "1234"], ["last_name", "5678"], ["title", "900"], ["access_token", nil], ["faculty_status", 2], ["role", 2], ["uuid", "8dd58af9-36fe-4240-8a1e-3df7cf146c97"], ["support_identifier", "cs_5a7baf6a"], ["updated_at", "2017-12-18 19:30:59.098793"], ["id", 314]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 314]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 7432341]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 7432341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ead59ba2-a395-4fe6-ba0c-e27f8595b600' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8c73a002' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 7432341], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "ead59ba2-a395-4fe6-ba0c-e27f8595b600"], ["support_identifier", "cs_8c73a002"], ["created_at", "2017-12-18 19:30:59.107660"], ["updated_at", "2017-12-18 19:30:59.107660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1884726547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a8b7068e4e0b178792e96cd29f5ffccc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1de2b58b-525f-4ace-897e-85f6f48bc0d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ada1bdf3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1884726547], ["username", "a8b7068e4e0b178792e96cd29f5ffccc"], ["access_token", "8fa53c25987b9418b2239bc41faf16f3"], ["uuid", "1de2b58b-525f-4ace-897e-85f6f48bc0d2"], ["support_identifier", "cs_ada1bdf3"], ["created_at", "2017-12-18 19:30:59.136494"], ["updated_at", "2017-12-18 19:30:59.136494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (1.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1884726547 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a8b7068e4e0b178792e96cd29f5ffccc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1de2b58b-525f-4ace-897e-85f6f48bc0d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ada1bdf3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1884726547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a8b7068e4e0b178792e96cd29f5ffccc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1DE2B58B-525F-4ACE-897E-85F6F48BC0D2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ada1bdf3' LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1371613819 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '12629dc257296dcf646bccda9dfd9a6e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55b2724a-41ad-401c-9976-2f7b79b27436' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_016a9f6a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1371613819], ["username", "12629dc257296dcf646bccda9dfd9a6e"], ["access_token", "464ed6fe985bff57d26b1ef9e7ba15cc"], ["uuid", "55b2724a-41ad-401c-9976-2f7b79b27436"], ["support_identifier", "cs_016a9f6a"], ["created_at", "2017-12-18 19:30:59.159130"], ["updated_at", "2017-12-18 19:30:59.159130"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1371613819 AND "openstax_accounts_accounts"."id" != 317) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '12629dc257296dcf646bccda9dfd9a6e' AND "openstax_accounts_accounts"."id" != 317) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 317) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_016a9f6a' AND "openstax_accounts_accounts"."id" != 317) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -759794349 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '85de62514754c5c8326f88de01976c1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b92ea28a-9fb0-4166-85d2-77dc34097c13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_233030b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -759794349], ["username", "85de62514754c5c8326f88de01976c1c"], ["access_token", "cdf6e2f9dbb4ee51420b2834f902db29"], ["uuid", "b92ea28a-9fb0-4166-85d2-77dc34097c13"], ["support_identifier", "cs_233030b3"], ["created_at", "2017-12-18 19:30:59.169637"], ["updated_at", "2017-12-18 19:30:59.169637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -759794349 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '85de62514754c5c8326f88de01976c1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b92ea28a-9fb0-4166-85d2-77dc34097c13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_233030b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -759794349 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '85de62514754c5c8326f88de01976c1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b92ea28a-9fb0-4166-85d2-77dc34097c13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'CS_233030B3' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "support_identifier" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["support_identifier", nil], ["updated_at", "2017-12-18 19:30:59.185821"], ["id", 318]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -759794349 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '85de62514754c5c8326f88de01976c1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b92ea28a-9fb0-4166-85d2-77dc34097c13' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -506662145 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd55a3bffbe390a1ddf9c4461a313a131' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97608544-e50f-4356-a727-faeafb86420b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4151583d' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1965506907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '435a8ff5-fc97-46d3-adf0-2f0ed2eb168a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c72e5d98' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1965506907], ["access_token", "c36e07136a73b05cd7115bc796a75d69"], ["uuid", "435a8ff5-fc97-46d3-adf0-2f0ed2eb168a"], ["support_identifier", "cs_c72e5d98"], ["created_at", "2017-12-18 19:30:59.200617"], ["updated_at", "2017-12-18 19:30:59.200617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -206309038 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f660ebe-4575-4a40-8153-ccd18f14b0fc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b9e6dc8e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -206309038], ["access_token", "4bbb68dbb50a38f9ecf120b3f8020dcb"], ["uuid", "2f660ebe-4575-4a40-8153-ccd18f14b0fc"], ["support_identifier", "cs_b9e6dc8e"], ["created_at", "2017-12-18 19:30:59.205529"], ["updated_at", "2017-12-18 19:30:59.205529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975868084 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8e0a3eab18deb2c18866ac00301f3c47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0013ba6c-1db8-45f3-988f-2aa378b98a7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6fa0e77a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1975868084], ["username", "8e0a3eab18deb2c18866ac00301f3c47"], ["access_token", "90895ad685609ce7afb537f00df424bd"], ["uuid", "0013ba6c-1db8-45f3-988f-2aa378b98a7e"], ["support_identifier", "cs_6fa0e77a"], ["created_at", "2017-12-18 19:30:59.211901"], ["updated_at", "2017-12-18 19:30:59.211901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1975868084 AND "openstax_accounts_accounts"."id" != 321) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '0013ba6c-1db8-45f3-988f-2aa378b98a7e' AND "openstax_accounts_accounts"."id" != 321) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_6fa0e77a' AND "openstax_accounts_accounts"."id" != 321) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1441535476 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ccf31fcddbb728127f267ba3b91131ce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe5955fa-2f8f-4724-9fd3-36d472077225' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7cfa716b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1441535476], ["username", "ccf31fcddbb728127f267ba3b91131ce"], ["access_token", "e86639f4371c2663fcb37f6f98998738"], ["uuid", "fe5955fa-2f8f-4724-9fd3-36d472077225"], ["support_identifier", "cs_7cfa716b"], ["created_at", "2017-12-18 19:30:59.219856"], ["updated_at", "2017-12-18 19:30:59.219856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'ccf31fcddbb728127f267ba3b91131ce' AND "openstax_accounts_accounts"."id" != 322) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'fe5955fa-2f8f-4724-9fd3-36d472077225' AND "openstax_accounts_accounts"."id" != 322) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7cfa716b' AND "openstax_accounts_accounts"."id" != 322) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 322) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'ccf31fcddbb728127f267ba3b91131ce' AND "openstax_accounts_accounts"."id" != 322) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'fe5955fa-2f8f-4724-9fd3-36d472077225' AND "openstax_accounts_accounts"."id" != 322) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7cfa716b' AND "openstax_accounts_accounts"."id" != 322) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-18 19:30:59.227993"], ["id", 322]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '405998f068957047d72f5fa777019971' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6102b0b3-0583-4627-b92d-d48b98b7fbbb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b64279c4' LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1803649830 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '05d2af25fc33d316f683ea96461da02d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2a834aa-4068-44b4-921f-90d524e68bde' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_347667e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1803649830], ["username", "05d2af25fc33d316f683ea96461da02d"], ["access_token", "70ff5859f2f7350a1f19bd4b32b5b6d5"], ["uuid", "d2a834aa-4068-44b4-921f-90d524e68bde"], ["support_identifier", "cs_347667e4"], ["created_at", "2017-12-18 19:30:59.237914"], ["updated_at", "2017-12-18 19:30:59.237914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1663998251 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '05d2af25fc33d316f683ea96461da02d' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4adc513-ffea-4d0e-a630-1da2a32c0a97' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d63de5d' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1327995741 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '81d36e336fb35a8722fad13545dc9642' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7357fdf3-81a3-4c50-be21-8c44e738bc21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d293fa98' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1327995741], ["username", "81d36e336fb35a8722fad13545dc9642"], ["access_token", "b2149de439fe62cd5667a565eed01f97"], ["uuid", "7357fdf3-81a3-4c50-be21-8c44e738bc21"], ["support_identifier", "cs_d293fa98"], ["created_at", "2017-12-18 19:30:59.249464"], ["updated_at", "2017-12-18 19:30:59.249464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 324) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 324) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '7357fdf3-81a3-4c50-be21-8c44e738bc21' AND "openstax_accounts_accounts"."id" != 324) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_d293fa98' AND "openstax_accounts_accounts"."id" != 324) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-18 19:30:59.254124"], ["id", 324]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958838024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4fbe6bf017be4e09ea608360348b95b5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3fe6a76-eb56-45f3-b5ad-02aaa4fabf1f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0923b8d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -958838024], ["username", "4fbe6bf017be4e09ea608360348b95b5"], ["access_token", "f3850b47e3ee55d07a775888a8a18783"], ["uuid", "c3fe6a76-eb56-45f3-b5ad-02aaa4fabf1f"], ["support_identifier", "cs_0923b8d1"], ["created_at", "2017-12-18 19:30:59.261616"], ["updated_at", "2017-12-18 19:30:59.261616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 325) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c3fe6a76-eb56-45f3-b5ad-02aaa4fabf1f' AND "openstax_accounts_accounts"."id" != 325) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_0923b8d1' AND "openstax_accounts_accounts"."id" != 325) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-18 19:30:59.265771"], ["id", 325]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 325) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 325) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c3fe6a76-eb56-45f3-b5ad-02aaa4fabf1f' AND "openstax_accounts_accounts"."id" != 325) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_0923b8d1' AND "openstax_accounts_accounts"."id" != 325) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-18 19:30:59.269395"], ["id", 325]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 325) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 325) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c3fe6a76-eb56-45f3-b5ad-02aaa4fabf1f' AND "openstax_accounts_accounts"."id" != 325) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_0923b8d1' AND "openstax_accounts_accounts"."id" != 325) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-18 19:30:59.272885"], ["id", 325]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1148597146 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fce8d9e86070549e2adc69a2c3273045' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2aaf6fca-1cdb-4e40-8556-83942d679392' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8acbe087' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1148597146], ["username", "fce8d9e86070549e2adc69a2c3273045"], ["access_token", "52a4cc29cc529ef975819ad85b8f9bb8"], ["uuid", "2aaf6fca-1cdb-4e40-8556-83942d679392"], ["support_identifier", "cs_8acbe087"], ["created_at", "2017-12-18 19:30:59.278542"], ["updated_at", "2017-12-18 19:30:59.278542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 326) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 326) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '2aaf6fca-1cdb-4e40-8556-83942d679392' AND "openstax_accounts_accounts"."id" != 326) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_8acbe087' AND "openstax_accounts_accounts"."id" != 326) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-18 19:30:59.284237"], ["id", 326]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1585827783 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8d1104e45c972d597795e0654b35aa72' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b75ffaa7-a073-44d5-869d-c47c4a57f1c2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3dafbe31' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1585827783], ["username", "8d1104e45c972d597795e0654b35aa72"], ["access_token", "ddf4ffd52be9849b0f1af18e474d69fd"], ["uuid", "b75ffaa7-a073-44d5-869d-c47c4a57f1c2"], ["support_identifier", "cs_3dafbe31"], ["created_at", "2017-12-18 19:30:59.290382"], ["updated_at", "2017-12-18 19:30:59.290382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 327) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 327) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b75ffaa7-a073-44d5-869d-c47c4a57f1c2' AND "openstax_accounts_accounts"."id" != 327) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_3dafbe31' AND "openstax_accounts_accounts"."id" != 327) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-18 19:30:59.296265"], ["id", 327]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '634c42e1-ab76-48dc-b4da-cd430cc089cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af6724d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "06476f8b29650d25630766c4eb988b0f"], ["uuid", "634c42e1-ab76-48dc-b4da-cd430cc089cd"], ["support_identifier", "cs_af6724d4"], ["created_at", "2017-12-18 19:30:59.302327"], ["updated_at", "2017-12-18 19:30:59.302327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 328], ["created_at", "2017-12-18 19:30:59.304397"], ["updated_at", "2017-12-18 19:30:59.304397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 328]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 328]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 328]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8265518b-9a0a-4d83-b079-e0905ff07339' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e5b32348' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "4a7c557752fd3d773226b9ffd3f252e2"], ["uuid", "8265518b-9a0a-4d83-b079-e0905ff07339"], ["support_identifier", "cs_e5b32348"], ["created_at", "2017-12-18 19:30:59.825629"], ["updated_at", "2017-12-18 19:30:59.825629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 329], ["created_at", "2017-12-18 19:30:59.827689"], ["updated_at", "2017-12-18 19:30:59.827689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 329]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 329]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 329]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 329]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 329]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b33f041-b952-4298-afff-76990828f85b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95cad495' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "227788c7a0fa967c60abb7b96dbb2bf8"], ["uuid", "2b33f041-b952-4298-afff-76990828f85b"], ["support_identifier", "cs_95cad495"], ["created_at", "2017-12-18 19:31:00.337393"], ["updated_at", "2017-12-18 19:31:00.337393"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 330], ["created_at", "2017-12-18 19:31:00.339474"], ["updated_at", "2017-12-18 19:31:00.339474"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 330]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea7e87c2-32ec-4dab-b886-bd5d5dd63473' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63fe1a15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "38694a53ed9295640b865a38baf689c2"], ["uuid", "ea7e87c2-32ec-4dab-b886-bd5d5dd63473"], ["support_identifier", "cs_63fe1a15"], ["created_at", "2017-12-18 19:31:00.820594"], ["updated_at", "2017-12-18 19:31:00.820594"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 331], ["created_at", "2017-12-18 19:31:00.822919"], ["updated_at", "2017-12-18 19:31:00.822919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '74d35dec-806b-4a64-86c0-3ca64d5b95f6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_062254d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "dde665e1d6f4af4973caef9cba4e8ef4"], ["uuid", "74d35dec-806b-4a64-86c0-3ca64d5b95f6"], ["support_identifier", "cs_062254d4"], ["created_at", "2017-12-18 19:31:01.316680"], ["updated_at", "2017-12-18 19:31:01.316680"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 332], ["created_at", "2017-12-18 19:31:01.318991"], ["updated_at", "2017-12-18 19:31:01.318991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 332]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a35b3b98-ce8c-4c86-a96f-4e33bb155f47' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d70ba245' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "daf7020e29cb3350e3c2d50f461b8612"], ["uuid", "a35b3b98-ce8c-4c86-a96f-4e33bb155f47"], ["support_identifier", "cs_d70ba245"], ["created_at", "2017-12-18 19:31:01.798500"], ["updated_at", "2017-12-18 19:31:01.798500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 26ms (Views: 26.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd237d3a-367d-4638-969e-8b342c10de71' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e311215' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a6c03879435c0b75c8b2ba871ed9c142"], ["uuid", "dd237d3a-367d-4638-969e-8b342c10de71"], ["support_identifier", "cs_2e311215"], ["created_at", "2017-12-18 19:31:01.837506"], ["updated_at", "2017-12-18 19:31:01.837506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 334]] Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891174261 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2c913a5de7d8d9573bfb7bcfb3114d49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f68f12da-ba62-4cf9-b233-6ce41e1aba31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c3a860b5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -891174261], ["username", "2c913a5de7d8d9573bfb7bcfb3114d49"], ["access_token", "33456fa0def4aa8cd73358b423ae7d76"], ["uuid", "f68f12da-ba62-4cf9-b233-6ce41e1aba31"], ["support_identifier", "cs_c3a860b5"], ["created_at", "2017-12-18 19:31:01.849910"], ["updated_at", "2017-12-18 19:31:01.849910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 335 AND "openstax_accounts_group_owners"."group_id" = -1769099642) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -1769099642]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 335 AND "openstax_accounts_group_owners"."group_id" = -1769099642) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1769099642 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1769099642], ["created_at", "2017-12-18 19:31:01.855583"], ["updated_at", "2017-12-18 19:31:01.855583"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 335 AND "openstax_accounts_group_owners"."group_id" = -1769099642) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1769099642], ["user_id", -891174261], ["created_at", "2017-12-18 19:31:01.858328"], ["updated_at", "2017-12-18 19:31:01.858328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1769099642]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -1769099642]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1361562512 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e8e4389-6226-43b3-ae87-cf32dd878ec9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f7ecb2e5' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1361562512], ["username", "jstrav"], ["access_token", "7bfd46e73223a5641cea70ba5d1b3eba"], ["uuid", "0e8e4389-6226-43b3-ae87-cf32dd878ec9"], ["support_identifier", "cs_f7ecb2e5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:01.870457"], ["updated_at", "2017-12-18 19:31:01.870457"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1429275501 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9aba785c-a867-4286-80f4-0f1f0ab2f22f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d35d3989' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1429275501], ["username", "mary"], ["access_token", "632f5ee8a92dc526e46c1908b465a784"], ["uuid", "9aba785c-a867-4286-80f4-0f1f0ab2f22f"], ["support_identifier", "cs_d35d3989"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:01.895143"], ["updated_at", "2017-12-18 19:31:01.895143"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043934458 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f92d469-cb6f-435c-b9b6-b1f224efd746' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92ed49de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1043934458], ["username", "jstead"], ["access_token", "ca59716c72cf8091b7118fe86c52401b"], ["uuid", "4f92d469-cb6f-435c-b9b6-b1f224efd746"], ["support_identifier", "cs_92ed49de"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:01.901416"], ["updated_at", "2017-12-18 19:31:01.901416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -185913667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e38c72d2-28f0-4bbf-b6a2-8c4b75b9283d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e83058fc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -185913667], ["username", "bigbear"], ["access_token", "17de8842f1c3d37889784a7203eecfa4"], ["uuid", "e38c72d2-28f0-4bbf-b6a2-8c4b75b9283d"], ["support_identifier", "cs_e83058fc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:01.906090"], ["updated_at", "2017-12-18 19:31:01.906090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58685620 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd81f11cb-3710-4d73-b72c-9da393f58839' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_26d7016d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -58685620], ["username", "jstrav"], ["access_token", "582d4804ea69cec8d06af78aad00c3d1"], ["uuid", "d81f11cb-3710-4d73-b72c-9da393f58839"], ["support_identifier", "cs_26d7016d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:01.914492"], ["updated_at", "2017-12-18 19:31:01.914492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1144027059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf787b45-0b30-4929-9e5b-d37eb9ea1be0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dba90fa9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1144027059], ["username", "mary"], ["access_token", "dbfc329973bdad91c3d470cb7333b58c"], ["uuid", "bf787b45-0b30-4929-9e5b-d37eb9ea1be0"], ["support_identifier", "cs_dba90fa9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:01.918866"], ["updated_at", "2017-12-18 19:31:01.918866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -81848386 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d05d7fe-d840-40e9-9094-9d0bfd94602d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_55d49289' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -81848386], ["username", "jstead"], ["access_token", "b52ab9e5039f6bc8223a7799e6afa840"], ["uuid", "0d05d7fe-d840-40e9-9094-9d0bfd94602d"], ["support_identifier", "cs_55d49289"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:01.923111"], ["updated_at", "2017-12-18 19:31:01.923111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1290872890 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d122ca9-6f6d-4290-af00-86678a93f492' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9fabc137' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1290872890], ["username", "bigbear"], ["access_token", "d41cf4b93a4300e0b2cebad9a40f0e72"], ["uuid", "1d122ca9-6f6d-4290-af00-86678a93f492"], ["support_identifier", "cs_9fabc137"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:01.927334"], ["updated_at", "2017-12-18 19:31:01.927334"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1393760907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec824f84-506a-4cc5-93a6-9d0a8d68c084' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cd206377' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1393760907], ["username", "jstrav"], ["access_token", "a56a2f60cc1f56e194e7c55cffb280db"], ["uuid", "ec824f84-506a-4cc5-93a6-9d0a8d68c084"], ["support_identifier", "cs_cd206377"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:01.935789"], ["updated_at", "2017-12-18 19:31:01.935789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308289850 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '576ec056-dda6-48bb-8b19-e2f48e869ac9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fff3d127' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -308289850], ["username", "mary"], ["access_token", "589b161a7f80bccd43281405a7262828"], ["uuid", "576ec056-dda6-48bb-8b19-e2f48e869ac9"], ["support_identifier", "cs_fff3d127"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:01.940145"], ["updated_at", "2017-12-18 19:31:01.940145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -669558147 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2ed44b8-8318-4d0f-af93-ef52b4b169c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea00f4e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -669558147], ["username", "jstead"], ["access_token", "8c5225e2888428b09f9b775973192e76"], ["uuid", "b2ed44b8-8318-4d0f-af93-ef52b4b169c6"], ["support_identifier", "cs_ea00f4e8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:01.944328"], ["updated_at", "2017-12-18 19:31:01.944328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1548811989 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c93e030-c176-4861-8674-478711597dcc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_05cc3a8a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1548811989], ["username", "bigbear"], ["access_token", "fe36518d92c4ae40cd067f07f1d8fca1"], ["uuid", "4c93e030-c176-4861-8674-478711597dcc"], ["support_identifier", "cs_05cc3a8a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:01.948982"], ["updated_at", "2017-12-18 19:31:01.948982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1419394609 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0447a68e-a21e-4f45-9536-aaa67d7ef622' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_90dfb928' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1419394609], ["username", "jstrav"], ["access_token", "da35447bddf8ec656f5d2c785cc30bf3"], ["uuid", "0447a68e-a21e-4f45-9536-aaa67d7ef622"], ["support_identifier", "cs_90dfb928"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:01.959114"], ["updated_at", "2017-12-18 19:31:01.959114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1252829250 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52468650-a560-4df0-b696-eb9c27be2da4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c3427481' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1252829250], ["username", "mary"], ["access_token", "9bba21ea9b1488694e633f7a61ec9c72"], ["uuid", "52468650-a560-4df0-b696-eb9c27be2da4"], ["support_identifier", "cs_c3427481"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:01.964142"], ["updated_at", "2017-12-18 19:31:01.964142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -611653155 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3da465e2-d045-4b39-88c2-7c2187d6cf4e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2690c89' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -611653155], ["username", "jstead"], ["access_token", "4ba678b73675a82cb9eddcaf22e0c0b6"], ["uuid", "3da465e2-d045-4b39-88c2-7c2187d6cf4e"], ["support_identifier", "cs_f2690c89"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:01.968222"], ["updated_at", "2017-12-18 19:31:01.968222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -614265268 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'edd91506-2244-4a43-8b17-8f3d8ef29e16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3231f0ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -614265268], ["username", "bigbear"], ["access_token", "78e7d11013feda3fbbc570a219029a48"], ["uuid", "edd91506-2244-4a43-8b17-8f3d8ef29e16"], ["support_identifier", "cs_3231f0ed"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:01.972439"], ["updated_at", "2017-12-18 19:31:01.972439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1635216359 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ef9a1df-ccb0-4c6f-bc92-f7d278ee5fa4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_044f0e27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1635216359], ["username", "jstrav"], ["access_token", "ede675ce6cf10a20e8dea706acedcedc"], ["uuid", "8ef9a1df-ccb0-4c6f-bc92-f7d278ee5fa4"], ["support_identifier", "cs_044f0e27"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:01.980606"], ["updated_at", "2017-12-18 19:31:01.980606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404447811 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79e92439-2d22-4d1c-92cb-807be37d4681' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62b09257' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -404447811], ["username", "mary"], ["access_token", "1801e4fe8c09a67f5dabd97cc524857e"], ["uuid", "79e92439-2d22-4d1c-92cb-807be37d4681"], ["support_identifier", "cs_62b09257"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:01.985006"], ["updated_at", "2017-12-18 19:31:01.985006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -439490328 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6246a485-fc25-46e8-829c-afafe3c31ab5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e16b71b8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -439490328], ["username", "jstead"], ["access_token", "ac13dd0d26a77ecb8efea8ff8fb7669b"], ["uuid", "6246a485-fc25-46e8-829c-afafe3c31ab5"], ["support_identifier", "cs_e16b71b8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:01.989656"], ["updated_at", "2017-12-18 19:31:01.989656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -742514416 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0031bea-31d8-43b7-9c10-243860c14272' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f679de99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -742514416], ["username", "bigbear"], ["access_token", "c2f3abd8c44331e0ea9c487c8d9e58c2"], ["uuid", "f0031bea-31d8-43b7-9c10-243860c14272"], ["support_identifier", "cs_f679de99"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:01.994744"], ["updated_at", "2017-12-18 19:31:01.994744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1748947101 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '932189f0-dcd3-4712-8c1f-7299dd3d7aa0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_89b51bb0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1748947101], ["username", "jstrav"], ["access_token", "3f54123443d80215afcf9bfd2b63d939"], ["uuid", "932189f0-dcd3-4712-8c1f-7299dd3d7aa0"], ["support_identifier", "cs_89b51bb0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:02.003303"], ["updated_at", "2017-12-18 19:31:02.003303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1271433806 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6cf6d700-84f0-457f-bfbb-db5878dba503' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3bd526ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1271433806], ["username", "mary"], ["access_token", "5604e2fe244df25dd41fbf8e85dd99c8"], ["uuid", "6cf6d700-84f0-457f-bfbb-db5878dba503"], ["support_identifier", "cs_3bd526ea"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:02.007601"], ["updated_at", "2017-12-18 19:31:02.007601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1813091782 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f866fef-40c0-45c0-b52b-6f23f8bd0063' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ebab0f5b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1813091782], ["username", "jstead"], ["access_token", "67458cf3c8d5f4225f6c06074930d31e"], ["uuid", "3f866fef-40c0-45c0-b52b-6f23f8bd0063"], ["support_identifier", "cs_ebab0f5b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:02.011831"], ["updated_at", "2017-12-18 19:31:02.011831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -734154911 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1873122f-bef3-4bd1-918c-915332074cb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6dcbe7b8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -734154911], ["username", "bigbear"], ["access_token", "521a8d65019a6ff1c5e806e7717297de"], ["uuid", "1873122f-bef3-4bd1-918c-915332074cb2"], ["support_identifier", "cs_6dcbe7b8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:02.016046"], ["updated_at", "2017-12-18 19:31:02.016046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -74861124 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac34a9a4-3461-41b5-b83a-545623d1c63a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_860c4aaf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -74861124], ["username", "jstrav"], ["access_token", "2217de93d7f629ebc7f749a3c8e45d96"], ["uuid", "ac34a9a4-3461-41b5-b83a-545623d1c63a"], ["support_identifier", "cs_860c4aaf"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:02.025026"], ["updated_at", "2017-12-18 19:31:02.025026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -183171107 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a33e48b7-e06d-4ca7-879f-323b14d02e59' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b12e683' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -183171107], ["username", "mary"], ["access_token", "f2c1038119aa194734271c37656b5136"], ["uuid", "a33e48b7-e06d-4ca7-879f-323b14d02e59"], ["support_identifier", "cs_9b12e683"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:02.029733"], ["updated_at", "2017-12-18 19:31:02.029733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1547637414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '328cdc94-ed73-4728-9db1-55454a991311' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a666665' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1547637414], ["username", "jstead"], ["access_token", "46155fcaebe1ec3ba5b61f1f1cdb761d"], ["uuid", "328cdc94-ed73-4728-9db1-55454a991311"], ["support_identifier", "cs_5a666665"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:02.034051"], ["updated_at", "2017-12-18 19:31:02.034051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -705964757 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c5ed34b-8c09-4bee-8de9-bd7c356c053a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_22c1100f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -705964757], ["username", "bigbear"], ["access_token", "b39f836960867a14db6b7d175a22f611"], ["uuid", "1c5ed34b-8c09-4bee-8de9-bd7c356c053a"], ["support_identifier", "cs_22c1100f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:02.038774"], ["updated_at", "2017-12-18 19:31:02.038774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -34707288 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4cd3e201-1bbb-4d47-9221-0a7509eca1ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c7b8e3ae' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -34707288], ["username", "jstrav"], ["access_token", "7f94405aedf8fd98271a4c9d863d0e15"], ["uuid", "4cd3e201-1bbb-4d47-9221-0a7509eca1ba"], ["support_identifier", "cs_c7b8e3ae"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:02.049335"], ["updated_at", "2017-12-18 19:31:02.049335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1083502382 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15d41428-cad7-4777-b355-8ca982860048' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_17c83536' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1083502382], ["username", "mary"], ["access_token", "add44c000d0b23834fb7623c2969d91c"], ["uuid", "15d41428-cad7-4777-b355-8ca982860048"], ["support_identifier", "cs_17c83536"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:02.054626"], ["updated_at", "2017-12-18 19:31:02.054626"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1955005485 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78836dd7-4801-4c1f-be2f-d817f29e99e4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_57b01aa1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1955005485], ["username", "jstead"], ["access_token", "0adf671c97f1348d8382b7e75b16f1d3"], ["uuid", "78836dd7-4801-4c1f-be2f-d817f29e99e4"], ["support_identifier", "cs_57b01aa1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:02.059128"], ["updated_at", "2017-12-18 19:31:02.059128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -975724498 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5e22793-a89b-4d63-9494-4f00816a8d4a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8a93fe2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -975724498], ["username", "bigbear"], ["access_token", "e98d37241bbf62b6e3de97062ee33f1a"], ["uuid", "f5e22793-a89b-4d63-9494-4f00816a8d4a"], ["support_identifier", "cs_f8a93fe2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:02.064549"], ["updated_at", "2017-12-18 19:31:02.064549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -957167086 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '315b2cb3-5a5e-4148-84cc-912e80d01910' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b6af28c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -957167086], ["username", "jstrav"], ["access_token", "d6f97dcd65a5eb824b93fba21e6bc82f"], ["uuid", "315b2cb3-5a5e-4148-84cc-912e80d01910"], ["support_identifier", "cs_9b6af28c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:02.074291"], ["updated_at", "2017-12-18 19:31:02.074291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -677308175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c185bfc-ec97-4457-a0f3-11665f659a6c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a01f5f0c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -677308175], ["username", "mary"], ["access_token", "458fbfb39a1424545c9fb76e87b636ae"], ["uuid", "5c185bfc-ec97-4457-a0f3-11665f659a6c"], ["support_identifier", "cs_a01f5f0c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:02.079003"], ["updated_at", "2017-12-18 19:31:02.079003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -293274775 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22149573-6e57-4e5a-87c0-1c9b7057a95e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ca4a72cf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -293274775], ["username", "jstead"], ["access_token", "2b71d4ffaa0a69bf7cc0e62b5b9f8809"], ["uuid", "22149573-6e57-4e5a-87c0-1c9b7057a95e"], ["support_identifier", "cs_ca4a72cf"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:02.083481"], ["updated_at", "2017-12-18 19:31:02.083481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -249789559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65f121f9-882c-46de-92cc-c73bce847962' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_46d35363' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -249789559], ["username", "bigbear"], ["access_token", "a1b0f92b77a50cbf84a4da7623a4d710"], ["uuid", "65f121f9-882c-46de-92cc-c73bce847962"], ["support_identifier", "cs_46d35363"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:02.087759"], ["updated_at", "2017-12-18 19:31:02.087759"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1672243825 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38ddd2af-927a-436c-8857-cebc3b79f11c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3f4bda2b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1672243825], ["username", "jstrav"], ["access_token", "0ccc69175a6a76b4f756d3921742d90f"], ["uuid", "38ddd2af-927a-436c-8857-cebc3b79f11c"], ["support_identifier", "cs_3f4bda2b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:02.098306"], ["updated_at", "2017-12-18 19:31:02.098306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -107119314 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7aeac293-d2bd-49ec-b2b7-3a85ac218379' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea68929e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -107119314], ["username", "mary"], ["access_token", "103e58c7efdfee6057ca6cbb1c90b09f"], ["uuid", "7aeac293-d2bd-49ec-b2b7-3a85ac218379"], ["support_identifier", "cs_ea68929e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:02.102768"], ["updated_at", "2017-12-18 19:31:02.102768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -882509271 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15492985-6f31-4a59-b352-e709903cdb55' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb2e766a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -882509271], ["username", "jstead"], ["access_token", "afa1a3b3afc7ac552ef2c265c0f0ab10"], ["uuid", "15492985-6f31-4a59-b352-e709903cdb55"], ["support_identifier", "cs_bb2e766a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:02.106744"], ["updated_at", "2017-12-18 19:31:02.106744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2095198676 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'badaaee8-b73b-4780-b293-112aa875b4dd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_19ff31b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2095198676], ["username", "bigbear"], ["access_token", "0edd6d8f8e58c60eb5a64a55cf091cbe"], ["uuid", "badaaee8-b73b-4780-b293-112aa875b4dd"], ["support_identifier", "cs_19ff31b4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:02.110804"], ["updated_at", "2017-12-18 19:31:02.110804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074629904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13d37420-3a0d-4ff4-b78e-325f48d9198b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_132a196d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2074629904], ["username", "jstrav"], ["access_token", "b15bcb72e247d7100bc6477edd8569a1"], ["uuid", "13d37420-3a0d-4ff4-b78e-325f48d9198b"], ["support_identifier", "cs_132a196d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:02.119693"], ["updated_at", "2017-12-18 19:31:02.119693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343900558 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e1722993-8525-4f19-96b1-5e0d7911a85b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_054e3879' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -343900558], ["username", "mary"], ["access_token", "f5805c7aa00c732648b7c0439aa76b9e"], ["uuid", "e1722993-8525-4f19-96b1-5e0d7911a85b"], ["support_identifier", "cs_054e3879"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:02.124088"], ["updated_at", "2017-12-18 19:31:02.124088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1147869345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f31e731-1c68-456c-b8d1-8031f9b20dc9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e4a0440e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1147869345], ["username", "jstead"], ["access_token", "55eb8ad746c75738ddf7ae0cc7e766d0"], ["uuid", "1f31e731-1c68-456c-b8d1-8031f9b20dc9"], ["support_identifier", "cs_e4a0440e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:02.128398"], ["updated_at", "2017-12-18 19:31:02.128398"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749730805 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '454da6f9-5675-4a2d-9df1-5f9b1f843163' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_242fed1b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -749730805], ["username", "bigbear"], ["access_token", "6c8dd0a1d7ea56f5748dd7ad4a896f66"], ["uuid", "454da6f9-5675-4a2d-9df1-5f9b1f843163"], ["support_identifier", "cs_242fed1b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:02.133089"], ["updated_at", "2017-12-18 19:31:02.133089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -334153467 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1172eb9e-5263-41df-9531-23e96d26aa61' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0e4ca0bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -334153467], ["username", "foo_bb"], ["access_token", "54d40c21b99a88f9e545ffb9c401e7a3"], ["uuid", "1172eb9e-5263-41df-9531-23e96d26aa61"], ["support_identifier", "cs_0e4ca0bf"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-12-18 19:31:02.137562"], ["updated_at", "2017-12-18 19:31:02.137562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -156148416 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '400d7ae3-0706-451f-bb9e-12371bce7392' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_364c5d84' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -156148416], ["username", "foo_bj"], ["access_token", "58af1d0b1fc1d8dab4adc3c6812a3ba7"], ["uuid", "400d7ae3-0706-451f-bb9e-12371bce7392"], ["support_identifier", "cs_364c5d84"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-12-18 19:31:02.143001"], ["updated_at", "2017-12-18 19:31:02.143001"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1261183258 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8972cbe0-2f51-45b3-8908-96822f4b6a81' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c23f2899' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1261183258], ["username", "foo_tj"], ["access_token", "3c0791778f5b1cc3062857ff34ca5e34"], ["uuid", "8972cbe0-2f51-45b3-8908-96822f4b6a81"], ["support_identifier", "cs_c23f2899"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-12-18 19:31:02.148995"], ["updated_at", "2017-12-18 19:31:02.148995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1775822684 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5675aa50-90ed-4e0b-ba24-62c7fe4bce50' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a413827f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1775822684], ["username", "jstrav"], ["access_token", "334890783744b6c8eceef3e5cd411677"], ["uuid", "5675aa50-90ed-4e0b-ba24-62c7fe4bce50"], ["support_identifier", "cs_a413827f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:02.160969"], ["updated_at", "2017-12-18 19:31:02.160969"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -786674446 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0ab482c-1732-4898-a09f-b35983860f72' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bfd0ff93' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -786674446], ["username", "mary"], ["access_token", "0034577778d207d1500ff667bf78c449"], ["uuid", "d0ab482c-1732-4898-a09f-b35983860f72"], ["support_identifier", "cs_bfd0ff93"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:02.165533"], ["updated_at", "2017-12-18 19:31:02.165533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894136698 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff9d108e-51b9-4a80-a60e-f513a7030015' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bd88f2c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1894136698], ["username", "jstead"], ["access_token", "da666a8ef1a8571c7a9d7c86fdaa9669"], ["uuid", "ff9d108e-51b9-4a80-a60e-f513a7030015"], ["support_identifier", "cs_bd88f2c2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:02.169932"], ["updated_at", "2017-12-18 19:31:02.169932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848609082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8fdcb11f-a7f2-47d4-8926-b6370e3033cb' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b6df909b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -848609082], ["username", "bigbear"], ["access_token", "5ad382cb2e2abb421c2a5e8ce316a9c2"], ["uuid", "8fdcb11f-a7f2-47d4-8926-b6370e3033cb"], ["support_identifier", "cs_b6df909b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:02.174043"], ["updated_at", "2017-12-18 19:31:02.174043"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -813179643 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bc63e35-6e3b-4707-9535-a88ab4e8a311' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0208ad07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -813179643], ["username", "billy_00"], ["access_token", "977fe644bb42f7979b5089c3185414bb"], ["uuid", "8bc63e35-6e3b-4707-9535-a88ab4e8a311"], ["support_identifier", "cs_0208ad07"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:31:02.178135"], ["updated_at", "2017-12-18 19:31:02.178135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1175409732 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f3b9cc3-bada-4a77-869f-831bfcc55883' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66322aa7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1175409732], ["username", "billy_01"], ["access_token", "3a636c8a8feb70583cc15976b04af271"], ["uuid", "8f3b9cc3-bada-4a77-869f-831bfcc55883"], ["support_identifier", "cs_66322aa7"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:31:02.182225"], ["updated_at", "2017-12-18 19:31:02.182225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1256772791 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca3c69a8-a8ee-4ab0-ab30-2d95842b6f3f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a17859d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1256772791], ["username", "billy_02"], ["access_token", "2d7ecda9d772c52f88b1fe77a2f9cc30"], ["uuid", "ca3c69a8-a8ee-4ab0-ab30-2d95842b6f3f"], ["support_identifier", "cs_a17859d0"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:31:02.186312"], ["updated_at", "2017-12-18 19:31:02.186312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -755063929 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dbf624cc-b81d-46cc-b84e-550480ec54ee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a9aa6cec' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -755063929], ["username", "billy_03"], ["access_token", "64d036f8ac0fecd4270a149676c1195e"], ["uuid", "dbf624cc-b81d-46cc-b84e-550480ec54ee"], ["support_identifier", "cs_a9aa6cec"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:31:02.190456"], ["updated_at", "2017-12-18 19:31:02.190456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749341663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f75101cb-9e71-4a4c-8bbb-db261f5b1a5b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c4ce0110' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -749341663], ["username", "billy_04"], ["access_token", "838c465f96bdb9857617e4cb1435ff12"], ["uuid", "f75101cb-9e71-4a4c-8bbb-db261f5b1a5b"], ["support_identifier", "cs_c4ce0110"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:31:02.196345"], ["updated_at", "2017-12-18 19:31:02.196345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187156271 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb6fb460-4a02-4686-b4c7-f3b2dcd65b68' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_82ae4715' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1187156271], ["username", "billy_05"], ["access_token", "e4ce9a5e2b04c74507b34d2841c112d5"], ["uuid", "eb6fb460-4a02-4686-b4c7-f3b2dcd65b68"], ["support_identifier", "cs_82ae4715"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:31:02.202057"], ["updated_at", "2017-12-18 19:31:02.202057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050666943 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '185d070d-1109-4167-8cc4-1adeb671df9a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_648d1b31' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2050666943], ["username", "billy_06"], ["access_token", "e69388b5e617519350f6f8f6f9e05026"], ["uuid", "185d070d-1109-4167-8cc4-1adeb671df9a"], ["support_identifier", "cs_648d1b31"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:31:02.206890"], ["updated_at", "2017-12-18 19:31:02.206890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -196675719 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '972e8631-d14e-4053-b5c3-3291a3b65fad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_befce3bf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -196675719], ["username", "billy_07"], ["access_token", "553e61fae52533618b4f862154fbcfcc"], ["uuid", "972e8631-d14e-4053-b5c3-3291a3b65fad"], ["support_identifier", "cs_befce3bf"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:31:02.213195"], ["updated_at", "2017-12-18 19:31:02.213195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2133875074 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3933ec5-9a0c-49f6-860c-e2d22115f9ce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_285214e7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2133875074], ["username", "billy_08"], ["access_token", "525181c8360ea20b6b7b8be6ce140123"], ["uuid", "f3933ec5-9a0c-49f6-860c-e2d22115f9ce"], ["support_identifier", "cs_285214e7"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:31:02.218190"], ["updated_at", "2017-12-18 19:31:02.218190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324357718 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf0262e8-8a81-433e-9f1a-ac8954d642ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_468ca259' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1324357718], ["username", "billy_09"], ["access_token", "6fde02a432a42c146185fcf18abd8475"], ["uuid", "bf0262e8-8a81-433e-9f1a-ac8954d642ed"], ["support_identifier", "cs_468ca259"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:31:02.222516"], ["updated_at", "2017-12-18 19:31:02.222516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1865849244 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7bb31ebb-3f39-449c-af5b-85c2595ea380' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9413bb88' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1865849244], ["username", "billy_10"], ["access_token", "da2a2cf9b815c75690d6b6430aba2b82"], ["uuid", "7bb31ebb-3f39-449c-af5b-85c2595ea380"], ["support_identifier", "cs_9413bb88"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:31:02.226809"], ["updated_at", "2017-12-18 19:31:02.226809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -34621646 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5a6dbb6-d971-46a5-bea2-09c61a9e68c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91ff4412' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -34621646], ["username", "billy_11"], ["access_token", "403be50338db2ae7b1803149db790bd6"], ["uuid", "c5a6dbb6-d971-46a5-bea2-09c61a9e68c8"], ["support_identifier", "cs_91ff4412"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:31:02.231075"], ["updated_at", "2017-12-18 19:31:02.231075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -382924241 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3bc65c2-e398-4882-b11a-5ffb97da77f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91c1ec1b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -382924241], ["username", "billy_12"], ["access_token", "d0118a4ccf276e70f5c323cd27409515"], ["uuid", "f3bc65c2-e398-4882-b11a-5ffb97da77f1"], ["support_identifier", "cs_91c1ec1b"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:31:02.236724"], ["updated_at", "2017-12-18 19:31:02.236724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800212961 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '309e9a57-b64e-4e6a-b8cd-746f46b3dd0a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_745fde5c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -800212961], ["username", "billy_13"], ["access_token", "094d3b5d873dc4e245a8b0c35ccb2e59"], ["uuid", "309e9a57-b64e-4e6a-b8cd-746f46b3dd0a"], ["support_identifier", "cs_745fde5c"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:31:02.242754"], ["updated_at", "2017-12-18 19:31:02.242754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1855962571 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f30a2b3-95eb-4ac9-84f7-718331842ee7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0f5c7778' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1855962571], ["username", "billy_14"], ["access_token", "7d71e191978a62443e0e14434d9f1990"], ["uuid", "7f30a2b3-95eb-4ac9-84f7-718331842ee7"], ["support_identifier", "cs_0f5c7778"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:31:02.247589"], ["updated_at", "2017-12-18 19:31:02.247589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462137975 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce12bea7-6d4f-4eb6-b7cb-7d95e87f9ec3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8095dc8c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1462137975], ["username", "billy_15"], ["access_token", "b694c342c06a75e83b05fe255cd06f30"], ["uuid", "ce12bea7-6d4f-4eb6-b7cb-7d95e87f9ec3"], ["support_identifier", "cs_8095dc8c"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:31:02.251814"], ["updated_at", "2017-12-18 19:31:02.251814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2139170645 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d23b45e-4357-4059-a989-811613eeb249' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d58a7ec5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2139170645], ["username", "billy_16"], ["access_token", "cb90d6c113b86834f9ca557f2f1e9210"], ["uuid", "1d23b45e-4357-4059-a989-811613eeb249"], ["support_identifier", "cs_d58a7ec5"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:31:02.256293"], ["updated_at", "2017-12-18 19:31:02.256293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146602281 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42ce1267-e83f-444e-8d7c-d704be1a7334' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_15b88a55' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -146602281], ["username", "billy_17"], ["access_token", "a8b9786a0eb37b14dda6053d4bc20538"], ["uuid", "42ce1267-e83f-444e-8d7c-d704be1a7334"], ["support_identifier", "cs_15b88a55"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:31:02.260495"], ["updated_at", "2017-12-18 19:31:02.260495"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1608340175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd15ea11d-cbdf-4061-9032-48b829df8d21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fed08835' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1608340175], ["username", "billy_18"], ["access_token", "d2d0e5094f71edbd4bd1cb7a60928f82"], ["uuid", "d15ea11d-cbdf-4061-9032-48b829df8d21"], ["support_identifier", "cs_fed08835"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:31:02.264819"], ["updated_at", "2017-12-18 19:31:02.264819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1319293421 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2ea80f1-db97-40e6-9b2f-f00bd9bacd12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_730b4a42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1319293421], ["username", "billy_19"], ["access_token", "38232ef6e2210dd36d2b3aa38b776529"], ["uuid", "e2ea80f1-db97-40e6-9b2f-f00bd9bacd12"], ["support_identifier", "cs_730b4a42"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:31:02.269417"], ["updated_at", "2017-12-18 19:31:02.269417"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -447448531 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '655283db-ce63-4125-8c37-004928bdf362' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_72911b02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -447448531], ["username", "billy_20"], ["access_token", "294e0f23ab2f65634461fa39f6743140"], ["uuid", "655283db-ce63-4125-8c37-004928bdf362"], ["support_identifier", "cs_72911b02"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:31:02.273814"], ["updated_at", "2017-12-18 19:31:02.273814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -724567599 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2c8cac4-04c9-4c60-95cb-1ed05b79369a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_720567ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -724567599], ["username", "billy_21"], ["access_token", "952060e8e7ec40fd190a211c67f12e3c"], ["uuid", "b2c8cac4-04c9-4c60-95cb-1ed05b79369a"], ["support_identifier", "cs_720567ee"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:31:02.277882"], ["updated_at", "2017-12-18 19:31:02.277882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1988404137 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0675635-01bd-4772-8de2-9560659fdcb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53cc9441' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1988404137], ["username", "billy_22"], ["access_token", "e5ac1b2b0dd242837f0ccb84e901a65a"], ["uuid", "a0675635-01bd-4772-8de2-9560659fdcb2"], ["support_identifier", "cs_53cc9441"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:31:02.282049"], ["updated_at", "2017-12-18 19:31:02.282049"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -370446571 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a90bc135-8018-460d-8059-72f9512edd3e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10ff86c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -370446571], ["username", "billy_23"], ["access_token", "8fbe938fc7d7b2bd5ccb600f52874d0c"], ["uuid", "a90bc135-8018-460d-8059-72f9512edd3e"], ["support_identifier", "cs_10ff86c9"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:31:02.286259"], ["updated_at", "2017-12-18 19:31:02.286259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1954213618 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0cdb21c-5794-4b9a-b1cf-d6b5d5b39e99' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ceb99fcf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1954213618], ["username", "billy_24"], ["access_token", "50263ae404dbe0785eafad9848d6dffc"], ["uuid", "a0cdb21c-5794-4b9a-b1cf-d6b5d5b39e99"], ["support_identifier", "cs_ceb99fcf"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:31:02.290747"], ["updated_at", "2017-12-18 19:31:02.290747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -67753322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a335c98b-f9ad-4165-a6e1-d5fe6e2a1bc0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_83d6aea9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -67753322], ["username", "billy_25"], ["access_token", "9d2d5f86ff23c254230e393d266410aa"], ["uuid", "a335c98b-f9ad-4165-a6e1-d5fe6e2a1bc0"], ["support_identifier", "cs_83d6aea9"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:31:02.295113"], ["updated_at", "2017-12-18 19:31:02.295113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -461117350 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c2493e1-2ab7-4a0f-afd9-e8aca9aa76d6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a40ef4fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -461117350], ["username", "billy_26"], ["access_token", "b9542ca7a74089b1097c230b45e89671"], ["uuid", "3c2493e1-2ab7-4a0f-afd9-e8aca9aa76d6"], ["support_identifier", "cs_a40ef4fa"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:31:02.299553"], ["updated_at", "2017-12-18 19:31:02.299553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1838729190 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3360627-95a7-4b1f-889d-cd167d5798c2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0d8d2d70' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1838729190], ["username", "billy_27"], ["access_token", "9cc244b46e0975b47bc2d6ac23dcf3d9"], ["uuid", "f3360627-95a7-4b1f-889d-cd167d5798c2"], ["support_identifier", "cs_0d8d2d70"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:31:02.305419"], ["updated_at", "2017-12-18 19:31:02.305419"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1279979879 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de34ff83-4207-4955-8b23-2841a58041c1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ed1cf281' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1279979879], ["username", "billy_28"], ["access_token", "531ecca290c9abc781baee7de5f69d05"], ["uuid", "de34ff83-4207-4955-8b23-2841a58041c1"], ["support_identifier", "cs_ed1cf281"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:31:02.311053"], ["updated_at", "2017-12-18 19:31:02.311053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313738268 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57a3a380-9b16-4e6d-b494-3b1d2fcf67be' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b32eebb9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -313738268], ["username", "billy_29"], ["access_token", "ab11e5406859a9cdfcef0217506b918f"], ["uuid", "57a3a380-9b16-4e6d-b494-3b1d2fcf67be"], ["support_identifier", "cs_b32eebb9"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:31:02.315573"], ["updated_at", "2017-12-18 19:31:02.315573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2078402069 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b77b057b-b17a-4136-aa81-3598fddac934' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1e7c57f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2078402069], ["username", "billy_30"], ["access_token", "fcbb251cac7b23212a5c646ee73dc89c"], ["uuid", "b77b057b-b17a-4136-aa81-3598fddac934"], ["support_identifier", "cs_1e7c57f4"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:31:02.319809"], ["updated_at", "2017-12-18 19:31:02.319809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2012614698 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15d546b0-5637-47c9-a160-b19e27ac5fed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b436050b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2012614698], ["username", "billy_31"], ["access_token", "93696fdbcae0a27718ca6db974d41e13"], ["uuid", "15d546b0-5637-47c9-a160-b19e27ac5fed"], ["support_identifier", "cs_b436050b"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:31:02.324018"], ["updated_at", "2017-12-18 19:31:02.324018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -938533056 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5d4b539-69ca-4635-add5-dd186b64e59e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e1911b39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -938533056], ["username", "billy_32"], ["access_token", "d51543806f701b9b497e8efd22ce2cb9"], ["uuid", "e5d4b539-69ca-4635-add5-dd186b64e59e"], ["support_identifier", "cs_e1911b39"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:31:02.328395"], ["updated_at", "2017-12-18 19:31:02.328395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1278616640 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '23833989-e1a5-4e5a-9e69-8eed7e99840a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_30227df9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1278616640], ["username", "billy_33"], ["access_token", "f8783f9eae8f25ae82b976ea6f650a16"], ["uuid", "23833989-e1a5-4e5a-9e69-8eed7e99840a"], ["support_identifier", "cs_30227df9"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:31:02.332817"], ["updated_at", "2017-12-18 19:31:02.332817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -275375854 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '106483c3-8e11-4a67-bcef-d8f91691b130' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b0378881' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -275375854], ["username", "billy_34"], ["access_token", "8252259cb72797743f11232fd2f93249"], ["uuid", "106483c3-8e11-4a67-bcef-d8f91691b130"], ["support_identifier", "cs_b0378881"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:31:02.337314"], ["updated_at", "2017-12-18 19:31:02.337314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1936148536 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ad5984b-ac9d-4a8b-a7d0-10e7bb208cb4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e956d04f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1936148536], ["username", "billy_35"], ["access_token", "f3a79bb64c5d467b5bd9127714b4880b"], ["uuid", "6ad5984b-ac9d-4a8b-a7d0-10e7bb208cb4"], ["support_identifier", "cs_e956d04f"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:31:02.341595"], ["updated_at", "2017-12-18 19:31:02.341595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1521814207 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '537b4880-2924-4058-9d07-0d74b4054ee0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f655c5e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1521814207], ["username", "billy_36"], ["access_token", "4cc93e3f3afdb21276f108aa2402cc54"], ["uuid", "537b4880-2924-4058-9d07-0d74b4054ee0"], ["support_identifier", "cs_7f655c5e"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:31:02.346174"], ["updated_at", "2017-12-18 19:31:02.346174"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1129588216 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e54161b3-2450-4293-a6df-e53499848ff9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5ed954cb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1129588216], ["username", "billy_37"], ["access_token", "c473972c4dfc84fd805bdb6e85cc7fde"], ["uuid", "e54161b3-2450-4293-a6df-e53499848ff9"], ["support_identifier", "cs_5ed954cb"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:31:02.350489"], ["updated_at", "2017-12-18 19:31:02.350489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -735363548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '410ef8c0-977c-4169-bdff-06c0f6cb5982' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3def813e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -735363548], ["username", "billy_38"], ["access_token", "920c79c751b76978c4e96f6e9be8a236"], ["uuid", "410ef8c0-977c-4169-bdff-06c0f6cb5982"], ["support_identifier", "cs_3def813e"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:31:02.354901"], ["updated_at", "2017-12-18 19:31:02.354901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1071573270 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'edb1b3f9-7346-4bd6-a2d7-465604f116f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00827666' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1071573270], ["username", "billy_39"], ["access_token", "9f89dcaa1560e1ae3aee275e19dd6627"], ["uuid", "edb1b3f9-7346-4bd6-a2d7-465604f116f9"], ["support_identifier", "cs_00827666"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:31:02.359333"], ["updated_at", "2017-12-18 19:31:02.359333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1373445733 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00c7d6c1-af1e-4769-ac0c-9a00ab062d4e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc4466e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1373445733], ["username", "billy_40"], ["access_token", "050e910730c6755dc99f827dde875374"], ["uuid", "00c7d6c1-af1e-4769-ac0c-9a00ab062d4e"], ["support_identifier", "cs_bc4466e3"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:31:02.363539"], ["updated_at", "2017-12-18 19:31:02.363539"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1426725748 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59e2127f-2aed-4cb5-9c8a-ec9814f2688e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bdbd2b79' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1426725748], ["username", "billy_41"], ["access_token", "c724b8be7231080a688b2d5a1f5c8af8"], ["uuid", "59e2127f-2aed-4cb5-9c8a-ec9814f2688e"], ["support_identifier", "cs_bdbd2b79"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:31:02.369441"], ["updated_at", "2017-12-18 19:31:02.369441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -652737991 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24add9f2-ff58-4c2b-a7eb-31477d7df777' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b78f46dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -652737991], ["username", "billy_42"], ["access_token", "f5be60a9bcb9deaf3e9ecb15e5ac01bc"], ["uuid", "24add9f2-ff58-4c2b-a7eb-31477d7df777"], ["support_identifier", "cs_b78f46dd"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:31:02.374577"], ["updated_at", "2017-12-18 19:31:02.374577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -5187284 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1428dd8d-506e-42e5-ba54-d4db05465653' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9310338c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -5187284], ["username", "billy_43"], ["access_token", "c7e08bdba9230dda2268e7efd1f9ac89"], ["uuid", "1428dd8d-506e-42e5-ba54-d4db05465653"], ["support_identifier", "cs_9310338c"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:31:02.379016"], ["updated_at", "2017-12-18 19:31:02.379016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1681054381 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02b2dcb4-b4a2-4f6b-bf05-57506125896d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2bfe83a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1681054381], ["username", "billy_44"], ["access_token", "356683d0a1aeb428ba97e139ce6551fa"], ["uuid", "02b2dcb4-b4a2-4f6b-bf05-57506125896d"], ["support_identifier", "cs_2bfe83a0"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:31:02.383487"], ["updated_at", "2017-12-18 19:31:02.383487"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1969414865 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ea87c17-3fec-42fc-bc9f-993fc8200cf8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b5469cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1969414865], ["username", "billy_45"], ["access_token", "5c7e70e575ca2d3c831c1e039091086c"], ["uuid", "3ea87c17-3fec-42fc-bc9f-993fc8200cf8"], ["support_identifier", "cs_6b5469cc"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:31:02.387888"], ["updated_at", "2017-12-18 19:31:02.387888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -413787252 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b40bbe8-7cba-4c87-8b3d-1c0b517e8c0f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_592aab57' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -413787252], ["username", "jstrav"], ["access_token", "5a377ef36397101b66d87b83b8af0f11"], ["uuid", "3b40bbe8-7cba-4c87-8b3d-1c0b517e8c0f"], ["support_identifier", "cs_592aab57"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:02.400155"], ["updated_at", "2017-12-18 19:31:02.400155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1111926716 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '518de553-b17d-45eb-ab85-1d8c5143ec21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b1eb05c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1111926716], ["username", "mary"], ["access_token", "f7a37872788fc175b88b824cfd997818"], ["uuid", "518de553-b17d-45eb-ab85-1d8c5143ec21"], ["support_identifier", "cs_b1eb05c2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:02.404989"], ["updated_at", "2017-12-18 19:31:02.404989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1934174306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c26ee065-9f18-492d-a77f-cd4b4eaf5c28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e03793e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1934174306], ["username", "jstead"], ["access_token", "b5184da452f754ecbdbe4205d9ab4a88"], ["uuid", "c26ee065-9f18-492d-a77f-cd4b4eaf5c28"], ["support_identifier", "cs_e03793e3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:02.409518"], ["updated_at", "2017-12-18 19:31:02.409518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -672618881 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '724ca58c-ce89-4e21-9362-8bbbca627499' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c47ed6e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -672618881], ["username", "bigbear"], ["access_token", "0453d86ef29be69303a2efb8249d3bc6"], ["uuid", "724ca58c-ce89-4e21-9362-8bbbca627499"], ["support_identifier", "cs_c47ed6e0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:02.414060"], ["updated_at", "2017-12-18 19:31:02.414060"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -942868001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1afa3b1-d8fa-41e7-a02b-cdeaf231b4a2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29ef89cb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -942868001], ["username", "billy_00"], ["access_token", "8e8ff71f58e4a6ee486d80dc8a928e35"], ["uuid", "c1afa3b1-d8fa-41e7-a02b-cdeaf231b4a2"], ["support_identifier", "cs_29ef89cb"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:31:02.418336"], ["updated_at", "2017-12-18 19:31:02.418336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1740457363 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4022939-52b7-4833-aa26-6eb9dbfa4dc1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f5d0a1e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1740457363], ["username", "billy_01"], ["access_token", "0d202904614c8e7403f7d924b2347c4b"], ["uuid", "f4022939-52b7-4833-aa26-6eb9dbfa4dc1"], ["support_identifier", "cs_6f5d0a1e"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:31:02.422467"], ["updated_at", "2017-12-18 19:31:02.422467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1803826749 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4062e229-cd58-44b8-a58f-f3daf0cf807b' LIMIT 1 OpenStax::Accounts::Account Exists (7.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dcaa2fed' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1803826749], ["username", "billy_02"], ["access_token", "aff1201717d8c040b539723388cfe377"], ["uuid", "4062e229-cd58-44b8-a58f-f3daf0cf807b"], ["support_identifier", "cs_dcaa2fed"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:31:02.433786"], ["updated_at", "2017-12-18 19:31:02.433786"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1837195460 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92f0f846-4fe3-4652-a160-81f73e199ffb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b65027e6' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1837195460], ["username", "billy_03"], ["access_token", "a4d637b1a1c298bacf1c224d5c703de5"], ["uuid", "92f0f846-4fe3-4652-a160-81f73e199ffb"], ["support_identifier", "cs_b65027e6"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:31:02.440692"], ["updated_at", "2017-12-18 19:31:02.440692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -644986482 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03c259a6-8b1a-411d-a6a7-6a5915feea78' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aca08ba5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -644986482], ["username", "billy_04"], ["access_token", "33f12ccdb2b27c4af54e5c9140a76489"], ["uuid", "03c259a6-8b1a-411d-a6a7-6a5915feea78"], ["support_identifier", "cs_aca08ba5"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:31:02.446570"], ["updated_at", "2017-12-18 19:31:02.446570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1505063402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7baea07-e4c9-49af-8f66-78f61c5c1a0f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c1a6056c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1505063402], ["username", "billy_05"], ["access_token", "c209683904d84e077888a0ff7f1e6f9c"], ["uuid", "c7baea07-e4c9-49af-8f66-78f61c5c1a0f"], ["support_identifier", "cs_c1a6056c"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:31:02.451052"], ["updated_at", "2017-12-18 19:31:02.451052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2037785736 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '535c83eb-e2a0-4655-a386-9c822680d231' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9381195' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2037785736], ["username", "billy_06"], ["access_token", "59a92497d4df38a452f2cd0abde28b0a"], ["uuid", "535c83eb-e2a0-4655-a386-9c822680d231"], ["support_identifier", "cs_e9381195"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:31:02.457709"], ["updated_at", "2017-12-18 19:31:02.457709"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1911984303 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c29e2f63-0b65-416f-9f77-4d5b5290cee9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1fda9ed6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1911984303], ["username", "billy_07"], ["access_token", "bd5a99bd9f7331016c61c4e193a9ee2a"], ["uuid", "c29e2f63-0b65-416f-9f77-4d5b5290cee9"], ["support_identifier", "cs_1fda9ed6"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:31:02.463077"], ["updated_at", "2017-12-18 19:31:02.463077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -223556297 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b98f704b-99f4-4dbd-8fb9-51503c7b8863' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_88f70a76' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -223556297], ["username", "billy_08"], ["access_token", "1803faa8ebf05bcfcb4e33ad9b7c8493"], ["uuid", "b98f704b-99f4-4dbd-8fb9-51503c7b8863"], ["support_identifier", "cs_88f70a76"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:31:02.467343"], ["updated_at", "2017-12-18 19:31:02.467343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -850682480 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47910768-0ed1-4d48-be8e-70adf34b1d5f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95449ae9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -850682480], ["username", "billy_09"], ["access_token", "2d9fbd0657c970010e76ed7616f6c573"], ["uuid", "47910768-0ed1-4d48-be8e-70adf34b1d5f"], ["support_identifier", "cs_95449ae9"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:31:02.471842"], ["updated_at", "2017-12-18 19:31:02.471842"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55917706 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '633d550a-5f25-4304-87a8-88031b1abcfd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ff38bf87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -55917706], ["username", "billy_10"], ["access_token", "80d70ef89577bf4a4ce4fb6b7fcfef94"], ["uuid", "633d550a-5f25-4304-87a8-88031b1abcfd"], ["support_identifier", "cs_ff38bf87"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:31:02.475984"], ["updated_at", "2017-12-18 19:31:02.475984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -141270641 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f78b047f-975f-4526-8a09-feaa01056928' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c1bcac53' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -141270641], ["username", "billy_11"], ["access_token", "69bf3d401727d036a66d7c1908341fdb"], ["uuid", "f78b047f-975f-4526-8a09-feaa01056928"], ["support_identifier", "cs_c1bcac53"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:31:02.480122"], ["updated_at", "2017-12-18 19:31:02.480122"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -942257540 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f238de1d-42f9-4ca3-937b-e8feefc1536e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a326ff76' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -942257540], ["username", "billy_12"], ["access_token", "dc5df3ba84e92b109553ee3cc818e8c5"], ["uuid", "f238de1d-42f9-4ca3-937b-e8feefc1536e"], ["support_identifier", "cs_a326ff76"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:31:02.484480"], ["updated_at", "2017-12-18 19:31:02.484480"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1124614954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '644c07ec-6a76-4fdd-a86f-0ff6d48e4350' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0cc8d8cb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1124614954], ["username", "billy_13"], ["access_token", "de82fea9a36f28eb198c906941b735ca"], ["uuid", "644c07ec-6a76-4fdd-a86f-0ff6d48e4350"], ["support_identifier", "cs_0cc8d8cb"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:31:02.489401"], ["updated_at", "2017-12-18 19:31:02.489401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -131777802 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e29f9afb-5f8d-403a-b6b0-f31a012b8c88' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d514562' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -131777802], ["username", "billy_14"], ["access_token", "beaa931a720495697427282101e47615"], ["uuid", "e29f9afb-5f8d-403a-b6b0-f31a012b8c88"], ["support_identifier", "cs_9d514562"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:31:02.495176"], ["updated_at", "2017-12-18 19:31:02.495176"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -314809343 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eeddc43d-ebb4-4616-bc88-2c31dd300a85' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29cf2b00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -314809343], ["username", "billy_15"], ["access_token", "01ec35e8b46febc1ecdffbad72768009"], ["uuid", "eeddc43d-ebb4-4616-bc88-2c31dd300a85"], ["support_identifier", "cs_29cf2b00"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:31:02.499954"], ["updated_at", "2017-12-18 19:31:02.499954"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -605456364 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ce2ac20-d57a-4ed7-8e03-de5dec05f18b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0c398a1f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -605456364], ["username", "billy_16"], ["access_token", "983cbe4d37d5e579baac1da7cfd8f036"], ["uuid", "3ce2ac20-d57a-4ed7-8e03-de5dec05f18b"], ["support_identifier", "cs_0c398a1f"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:31:02.504258"], ["updated_at", "2017-12-18 19:31:02.504258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1777616007 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '54c8cbb2-b044-4852-aecb-f71cd599cf71' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d7bef17e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1777616007], ["username", "billy_17"], ["access_token", "1e23950ac65b5b47a8a46bc12f7262ad"], ["uuid", "54c8cbb2-b044-4852-aecb-f71cd599cf71"], ["support_identifier", "cs_d7bef17e"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:31:02.508510"], ["updated_at", "2017-12-18 19:31:02.508510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870260066 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3bfd2700-5dde-456e-bdac-b58740ae3f1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a13a376' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1870260066], ["username", "billy_18"], ["access_token", "f57f943d36cedd8c1e0f7638055bd509"], ["uuid", "3bfd2700-5dde-456e-bdac-b58740ae3f1c"], ["support_identifier", "cs_5a13a376"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:31:02.512691"], ["updated_at", "2017-12-18 19:31:02.512691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -504076627 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2192586c-344b-44f4-9086-2a097a684ef1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93679744' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -504076627], ["username", "billy_19"], ["access_token", "7eeb060617f2b7f2f1bd1d30e4c2a2e8"], ["uuid", "2192586c-344b-44f4-9086-2a097a684ef1"], ["support_identifier", "cs_93679744"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:31:02.516729"], ["updated_at", "2017-12-18 19:31:02.516729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1551527835 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3f1d9b7-011c-4c2a-a72b-b7c0eb20d172' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2781eb34' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1551527835], ["username", "billy_20"], ["access_token", "ac9d7509b05bb85e02815121477696d5"], ["uuid", "b3f1d9b7-011c-4c2a-a72b-b7c0eb20d172"], ["support_identifier", "cs_2781eb34"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:31:02.520891"], ["updated_at", "2017-12-18 19:31:02.520891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -815348900 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8dde699-dd82-402c-b66f-7453f42378b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_771d046f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -815348900], ["username", "billy_21"], ["access_token", "3bf7e839db884ea61690a75f440f41c2"], ["uuid", "c8dde699-dd82-402c-b66f-7453f42378b0"], ["support_identifier", "cs_771d046f"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:31:02.525148"], ["updated_at", "2017-12-18 19:31:02.525148"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1874887912 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c114fcb6-5ebd-4b1f-84cb-4b86e1e783c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ea79839' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1874887912], ["username", "billy_22"], ["access_token", "8bd97d0aeb499c1e98cb35f9bd12c1a2"], ["uuid", "c114fcb6-5ebd-4b1f-84cb-4b86e1e783c7"], ["support_identifier", "cs_6ea79839"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:31:02.530792"], ["updated_at", "2017-12-18 19:31:02.530792"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2123971885 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '674b9cd4-4380-49d5-a1de-e5f9ec9dc46f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a96cc2eb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2123971885], ["username", "billy_23"], ["access_token", "adfdb9f5d72c2395af26b0d9c9fd6325"], ["uuid", "674b9cd4-4380-49d5-a1de-e5f9ec9dc46f"], ["support_identifier", "cs_a96cc2eb"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:31:02.537794"], ["updated_at", "2017-12-18 19:31:02.537794"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1062056326 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b97996c-d88d-40d2-82bd-859904e72618' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_818a3a47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1062056326], ["username", "billy_24"], ["access_token", "ca7bf9cffd4d17625c28296f03738730"], ["uuid", "2b97996c-d88d-40d2-82bd-859904e72618"], ["support_identifier", "cs_818a3a47"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:31:02.543238"], ["updated_at", "2017-12-18 19:31:02.543238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1967406309 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a143e314-f9b2-46ba-b1eb-720447bddd73' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1736d130' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1967406309], ["username", "billy_25"], ["access_token", "e2a5526d42391fa49125ca62bb5c9b30"], ["uuid", "a143e314-f9b2-46ba-b1eb-720447bddd73"], ["support_identifier", "cs_1736d130"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:31:02.547595"], ["updated_at", "2017-12-18 19:31:02.547595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2032678750 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45682242-8873-4b15-bc62-03ae11e8a4ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97dcf05f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2032678750], ["username", "billy_26"], ["access_token", "5815682ad8c7dc3a2110133711b40548"], ["uuid", "45682242-8873-4b15-bc62-03ae11e8a4ad"], ["support_identifier", "cs_97dcf05f"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:31:02.551990"], ["updated_at", "2017-12-18 19:31:02.551990"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1284371809 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c048d53c-e92e-4813-bb04-3dd01f97575a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1961788a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1284371809], ["username", "billy_27"], ["access_token", "be59b60c0787c92eb78de49c8aa54e09"], ["uuid", "c048d53c-e92e-4813-bb04-3dd01f97575a"], ["support_identifier", "cs_1961788a"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:31:02.556183"], ["updated_at", "2017-12-18 19:31:02.556183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -483895182 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee7b720e-3d7f-42a6-8347-2ae06063a624' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ed000cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -483895182], ["username", "billy_28"], ["access_token", "e2851ee92f25329fd0db96267ebcda99"], ["uuid", "ee7b720e-3d7f-42a6-8347-2ae06063a624"], ["support_identifier", "cs_6ed000cc"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:31:02.560468"], ["updated_at", "2017-12-18 19:31:02.560468"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -230263815 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7d39cce-d4fa-4e31-9f8b-7e49cd3fed92' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf59c3ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -230263815], ["username", "billy_29"], ["access_token", "7003728e272b1851e6c83c4678373dbb"], ["uuid", "e7d39cce-d4fa-4e31-9f8b-7e49cd3fed92"], ["support_identifier", "cs_cf59c3ed"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:31:02.564713"], ["updated_at", "2017-12-18 19:31:02.564713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1309691490 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bcda540-09c2-485c-ad92-86aef7825de4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ebd1399d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1309691490], ["username", "billy_30"], ["access_token", "fee4b43f9940232b12fdcb67495f2e31"], ["uuid", "4bcda540-09c2-485c-ad92-86aef7825de4"], ["support_identifier", "cs_ebd1399d"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:31:02.568889"], ["updated_at", "2017-12-18 19:31:02.568889"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718994195 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7fdd8bd1-e501-4c68-a2fb-4b403c570d8f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0f7bf73' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -718994195], ["username", "billy_31"], ["access_token", "bae5e10f0142a5694e3d204baf77e642"], ["uuid", "7fdd8bd1-e501-4c68-a2fb-4b403c570d8f"], ["support_identifier", "cs_e0f7bf73"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:31:02.573097"], ["updated_at", "2017-12-18 19:31:02.573097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1276209707 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bc15166-21d6-46e0-8aae-2ab952b888f7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48852c8e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1276209707], ["username", "billy_32"], ["access_token", "22768b972b09cd51e1bb2bb62d02b83d"], ["uuid", "8bc15166-21d6-46e0-8aae-2ab952b888f7"], ["support_identifier", "cs_48852c8e"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:31:02.577515"], ["updated_at", "2017-12-18 19:31:02.577515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1635568489 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '579b0727-3d03-4abc-b488-c6032c04e95e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63a2ca47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1635568489], ["username", "billy_33"], ["access_token", "e86bb7591152382cb7bc896481f2563c"], ["uuid", "579b0727-3d03-4abc-b488-c6032c04e95e"], ["support_identifier", "cs_63a2ca47"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:31:02.581781"], ["updated_at", "2017-12-18 19:31:02.581781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1497419950 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae8eea67-a46a-4644-90d5-421f9018b00a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e4e006c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1497419950], ["username", "billy_34"], ["access_token", "b5b7f71d8fb5a5e836ffa02ed2399f7f"], ["uuid", "ae8eea67-a46a-4644-90d5-421f9018b00a"], ["support_identifier", "cs_e4e006c0"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:31:02.585929"], ["updated_at", "2017-12-18 19:31:02.585929"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1949546906 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39a2634d-0bab-44d9-b182-6a8c283c5592' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ca725279' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1949546906], ["username", "billy_35"], ["access_token", "4a6a73be1cc6cf8b474a767b16426c5c"], ["uuid", "39a2634d-0bab-44d9-b182-6a8c283c5592"], ["support_identifier", "cs_ca725279"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:31:02.592268"], ["updated_at", "2017-12-18 19:31:02.592268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1965570831 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b32750f5-7f2d-47a4-ab15-7b3788344637' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c8e54c82' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1965570831], ["username", "billy_36"], ["access_token", "ddff5bb73b7ad389d58d77e106ead87f"], ["uuid", "b32750f5-7f2d-47a4-ab15-7b3788344637"], ["support_identifier", "cs_c8e54c82"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:31:02.597948"], ["updated_at", "2017-12-18 19:31:02.597948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912423713 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39f5ba1f-e125-4ab6-8c5e-c8c3150eb298' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_202e5cc5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1912423713], ["username", "billy_37"], ["access_token", "ddbff40ad56c339aa7ac4b1b2de5bc20"], ["uuid", "39f5ba1f-e125-4ab6-8c5e-c8c3150eb298"], ["support_identifier", "cs_202e5cc5"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:31:02.602609"], ["updated_at", "2017-12-18 19:31:02.602609"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2087985799 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad28a08a-0036-4b7b-b3c2-2dcbbfcc1948' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb743791' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2087985799], ["username", "billy_38"], ["access_token", "240dd8d2c8ebdf94865ce6dfc332907e"], ["uuid", "ad28a08a-0036-4b7b-b3c2-2dcbbfcc1948"], ["support_identifier", "cs_eb743791"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:31:02.606726"], ["updated_at", "2017-12-18 19:31:02.606726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -974852099 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3f5dcf3-2a1a-4abe-bf94-6334cdc5a931' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47c687fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -974852099], ["username", "billy_39"], ["access_token", "2104f547b01f2ab9ab8dbfdb2d0cb766"], ["uuid", "e3f5dcf3-2a1a-4abe-bf94-6334cdc5a931"], ["support_identifier", "cs_47c687fb"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:31:02.610732"], ["updated_at", "2017-12-18 19:31:02.610732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -89645039 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '374fe7b1-d571-40b6-9a51-a770632ffbc7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a3764c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -89645039], ["username", "billy_40"], ["access_token", "22b5ab0b59a2bf0dffa6bc59d3c02a54"], ["uuid", "374fe7b1-d571-40b6-9a51-a770632ffbc7"], ["support_identifier", "cs_2a3764c5"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:31:02.614870"], ["updated_at", "2017-12-18 19:31:02.614870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -664988699 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59feb668-da1b-4184-bdec-e4a6d9de2600' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e095460d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -664988699], ["username", "billy_41"], ["access_token", "f1c2b0b037e8a06c473f0212d7292821"], ["uuid", "59feb668-da1b-4184-bdec-e4a6d9de2600"], ["support_identifier", "cs_e095460d"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:31:02.619056"], ["updated_at", "2017-12-18 19:31:02.619056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2000536859 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '206db541-1e79-4b50-9635-aed747e35cde' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_343113d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2000536859], ["username", "billy_42"], ["access_token", "33e43f095960610b8dfa1821595c793e"], ["uuid", "206db541-1e79-4b50-9635-aed747e35cde"], ["support_identifier", "cs_343113d4"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:31:02.623286"], ["updated_at", "2017-12-18 19:31:02.623286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -576071096 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a144ebe8-11a2-48c5-a09c-6265cf3d6f9d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67f3c05b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -576071096], ["username", "billy_43"], ["access_token", "166db2a0e99839b17c6bc714ec6045ee"], ["uuid", "a144ebe8-11a2-48c5-a09c-6265cf3d6f9d"], ["support_identifier", "cs_67f3c05b"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:31:02.627399"], ["updated_at", "2017-12-18 19:31:02.627399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -323388786 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1023e153-2f3c-4bae-b1ec-4db3d4c6c3f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f43f569d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -323388786], ["username", "billy_44"], ["access_token", "ec5361fc0888c13b3aa71b36886792ec"], ["uuid", "1023e153-2f3c-4bae-b1ec-4db3d4c6c3f4"], ["support_identifier", "cs_f43f569d"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:31:02.631705"], ["updated_at", "2017-12-18 19:31:02.631705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1155109919 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93eb9116-3be5-4ce2-95f1-e936acc889cc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c7ecb5c2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1155109919], ["username", "billy_45"], ["access_token", "23d9e71b521b78e235d8fd55b5f837b1"], ["uuid", "93eb9116-3be5-4ce2-95f1-e936acc889cc"], ["support_identifier", "cs_c7ecb5c2"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:31:02.635962"], ["updated_at", "2017-12-18 19:31:02.635962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1491864154 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea8167b5-b11c-4f60-9e2e-16e60b2eeb2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a49f7521' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1491864154], ["username", "jstrav"], ["access_token", "f53a00db3e6fffac1ed11ec9b74ebd92"], ["uuid", "ea8167b5-b11c-4f60-9e2e-16e60b2eeb2d"], ["support_identifier", "cs_a49f7521"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-18 19:31:02.646320"], ["updated_at", "2017-12-18 19:31:02.646320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045135079 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2fb6d7a7-2605-47c2-a0b2-e8e7cbf3ef1f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_df0e43ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2045135079], ["username", "mary"], ["access_token", "17fc29f5fbb670679d82480820959904"], ["uuid", "2fb6d7a7-2605-47c2-a0b2-e8e7cbf3ef1f"], ["support_identifier", "cs_df0e43ae"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-18 19:31:02.650606"], ["updated_at", "2017-12-18 19:31:02.650606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1400206873 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b6e1570-2eed-4d9e-9acd-0c8e89ef6530' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fafd8107' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1400206873], ["username", "jstead"], ["access_token", "4f16bf02cde80b2458fcf94161699a82"], ["uuid", "5b6e1570-2eed-4d9e-9acd-0c8e89ef6530"], ["support_identifier", "cs_fafd8107"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-18 19:31:02.655260"], ["updated_at", "2017-12-18 19:31:02.655260"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581502338 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e925ab68-2ba8-414d-a014-7e2011533283' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_475e6b67' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1581502338], ["username", "bigbear"], ["access_token", "9e4980010b2e90ef8cbd587c9f9c6cd1"], ["uuid", "e925ab68-2ba8-414d-a014-7e2011533283"], ["support_identifier", "cs_475e6b67"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-18 19:31:02.661374"], ["updated_at", "2017-12-18 19:31:02.661374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -818941711 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b56409a5-6558-45ad-80f6-232d36ce3585' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_15202406' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -818941711], ["username", "billy_00"], ["access_token", "6068565cdfab6d5151bd7d881a12c6e6"], ["uuid", "b56409a5-6558-45ad-80f6-232d36ce3585"], ["support_identifier", "cs_15202406"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-18 19:31:02.666398"], ["updated_at", "2017-12-18 19:31:02.666398"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -226887744 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92228ded-1075-499e-bbc0-2f56286695b5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50c055d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -226887744], ["username", "billy_01"], ["access_token", "f4d893b37df2402234a4bc66c9083ee4"], ["uuid", "92228ded-1075-499e-bbc0-2f56286695b5"], ["support_identifier", "cs_50c055d9"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-18 19:31:02.670695"], ["updated_at", "2017-12-18 19:31:02.670695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1373613272 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bbd2d650-7cc1-4916-8f7a-71c3672e674c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d68a15de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1373613272], ["username", "billy_02"], ["access_token", "b4d39ad945881620cc17a29fcb977011"], ["uuid", "bbd2d650-7cc1-4916-8f7a-71c3672e674c"], ["support_identifier", "cs_d68a15de"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-18 19:31:02.674779"], ["updated_at", "2017-12-18 19:31:02.674779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660048904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cccf0ef8-551f-4c46-afb8-d2d26e790319' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_752c1d5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1660048904], ["username", "billy_03"], ["access_token", "ef9c658bc4a12ef6c8f783df0881915d"], ["uuid", "cccf0ef8-551f-4c46-afb8-d2d26e790319"], ["support_identifier", "cs_752c1d5a"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-18 19:31:02.679245"], ["updated_at", "2017-12-18 19:31:02.679245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1339974559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7efee3ce-3e88-43ac-ad1c-2e3b7e65c693' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d0efa08b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1339974559], ["username", "billy_04"], ["access_token", "cca57ef8cdc85aa85bd4d8d14878d0d4"], ["uuid", "7efee3ce-3e88-43ac-ad1c-2e3b7e65c693"], ["support_identifier", "cs_d0efa08b"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-18 19:31:02.683537"], ["updated_at", "2017-12-18 19:31:02.683537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1946810054 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22a840a3-3567-4227-bdf9-6a89f1b76bb3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e4afe9d9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1946810054], ["username", "billy_05"], ["access_token", "be9300073c2d7facb0f425da0bcf28df"], ["uuid", "22a840a3-3567-4227-bdf9-6a89f1b76bb3"], ["support_identifier", "cs_e4afe9d9"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-18 19:31:02.687654"], ["updated_at", "2017-12-18 19:31:02.687654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -833332015 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e58a177-3f5f-4d21-8c4d-fd392082349b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51973f8f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -833332015], ["username", "billy_06"], ["access_token", "5468f50682c2f3483350c69274f83758"], ["uuid", "9e58a177-3f5f-4d21-8c4d-fd392082349b"], ["support_identifier", "cs_51973f8f"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-18 19:31:02.693272"], ["updated_at", "2017-12-18 19:31:02.693272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1206524669 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89a1f2c0-09c2-4325-a789-c728ba5714a4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6f7d2e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1206524669], ["username", "billy_07"], ["access_token", "624f0420932c04d8bb4df97d98acd67b"], ["uuid", "89a1f2c0-09c2-4325-a789-c728ba5714a4"], ["support_identifier", "cs_e6f7d2e1"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-18 19:31:02.698050"], ["updated_at", "2017-12-18 19:31:02.698050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -307132374 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7bfae4fc-64cd-49db-984d-bdacb77918c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af1fdc91' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -307132374], ["username", "billy_08"], ["access_token", "29a30a2e82aa2a2ec10ef45368bef42c"], ["uuid", "7bfae4fc-64cd-49db-984d-bdacb77918c4"], ["support_identifier", "cs_af1fdc91"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-18 19:31:02.702114"], ["updated_at", "2017-12-18 19:31:02.702114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -94871808 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28e06038-415a-4971-81ac-e13159e399c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_478116cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -94871808], ["username", "billy_09"], ["access_token", "8b034dcb55586d85973cf6976d2e3f20"], ["uuid", "28e06038-415a-4971-81ac-e13159e399c6"], ["support_identifier", "cs_478116cf"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-18 19:31:02.706728"], ["updated_at", "2017-12-18 19:31:02.706728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995226897 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df0f9b82-154f-4da3-aec6-a34e7b22cc3f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9208368c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -995226897], ["username", "billy_10"], ["access_token", "aaab10195f494639b1702f29117f9bf4"], ["uuid", "df0f9b82-154f-4da3-aec6-a34e7b22cc3f"], ["support_identifier", "cs_9208368c"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-18 19:31:02.711220"], ["updated_at", "2017-12-18 19:31:02.711220"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -345347930 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd8e6e28b-a291-4aa0-88c9-e89d4da13e6e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e1fde4b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -345347930], ["username", "billy_11"], ["access_token", "4fb3eb87466d551fb33cb5b33a90a777"], ["uuid", "d8e6e28b-a291-4aa0-88c9-e89d4da13e6e"], ["support_identifier", "cs_e1fde4b4"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-18 19:31:02.715517"], ["updated_at", "2017-12-18 19:31:02.715517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2087750260 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18e5b9da-6a10-4727-952a-7fe3b4577321' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ec07d80b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2087750260], ["username", "billy_12"], ["access_token", "0313ae053a4e39d35ebe93cec55f5bac"], ["uuid", "18e5b9da-6a10-4727-952a-7fe3b4577321"], ["support_identifier", "cs_ec07d80b"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-18 19:31:02.719722"], ["updated_at", "2017-12-18 19:31:02.719722"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -959274133 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ba8690f-f88b-464f-bb55-b0825a06cd0c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d46f57d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -959274133], ["username", "billy_13"], ["access_token", "dfd4d0d948fd58b7c6322d1a5b22095f"], ["uuid", "5ba8690f-f88b-464f-bb55-b0825a06cd0c"], ["support_identifier", "cs_d46f57d4"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-18 19:31:02.723947"], ["updated_at", "2017-12-18 19:31:02.723947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1186954012 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e790d76-fb03-4caa-a8b3-3d27d9796567' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_034192b0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1186954012], ["username", "billy_14"], ["access_token", "5f745125b1eb7f694753295942860b87"], ["uuid", "1e790d76-fb03-4caa-a8b3-3d27d9796567"], ["support_identifier", "cs_034192b0"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-18 19:31:02.728110"], ["updated_at", "2017-12-18 19:31:02.728110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -476138648 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2776606d-2bf9-4ebb-bcee-6cf5e9e8b593' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0637202a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -476138648], ["username", "billy_15"], ["access_token", "5a3ed9040aafc5b834a718a922273adc"], ["uuid", "2776606d-2bf9-4ebb-bcee-6cf5e9e8b593"], ["support_identifier", "cs_0637202a"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-18 19:31:02.732306"], ["updated_at", "2017-12-18 19:31:02.732306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -468544064 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '878c710c-f0d0-4310-a29e-1050fef3436a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3cd98fcb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -468544064], ["username", "billy_16"], ["access_token", "e4909fcf505ca565b2059f51de63c86e"], ["uuid", "878c710c-f0d0-4310-a29e-1050fef3436a"], ["support_identifier", "cs_3cd98fcb"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-18 19:31:02.737042"], ["updated_at", "2017-12-18 19:31:02.737042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1628916810 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11a42398-d448-49ad-80b8-0bb84801a665' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85efdddd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1628916810], ["username", "billy_17"], ["access_token", "55e1826b1d16b6fc92b63cbbb9b83d5c"], ["uuid", "11a42398-d448-49ad-80b8-0bb84801a665"], ["support_identifier", "cs_85efdddd"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-18 19:31:02.741517"], ["updated_at", "2017-12-18 19:31:02.741517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1685936306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8ae7577-16b5-4fdc-af92-d815a93aac2e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a1fba6d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1685936306], ["username", "billy_18"], ["access_token", "be24291c83d9a0549b91c535ef960fbf"], ["uuid", "f8ae7577-16b5-4fdc-af92-d815a93aac2e"], ["support_identifier", "cs_a1fba6d5"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-18 19:31:02.745720"], ["updated_at", "2017-12-18 19:31:02.745720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1132302132 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ab5569d-9a58-4f99-bc98-9b10ef41fc52' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c00240f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1132302132], ["username", "billy_19"], ["access_token", "da3d6425bd23a8beb277054c74f4a470"], ["uuid", "2ab5569d-9a58-4f99-bc98-9b10ef41fc52"], ["support_identifier", "cs_c00240f2"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-18 19:31:02.749796"], ["updated_at", "2017-12-18 19:31:02.749796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1112763332 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd30924f1-67c3-4c84-bd84-0e29bae72cea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d6305c0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1112763332], ["username", "billy_20"], ["access_token", "a31349a84427d67fce71602514307c9a"], ["uuid", "d30924f1-67c3-4c84-bd84-0e29bae72cea"], ["support_identifier", "cs_d6305c0f"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-18 19:31:02.753934"], ["updated_at", "2017-12-18 19:31:02.753934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -340963252 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5f745a7-3216-4d5b-80f5-7d1070e5a86f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2d93fd54' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -340963252], ["username", "billy_21"], ["access_token", "421df70547d5404322bfc8292f215be0"], ["uuid", "c5f745a7-3216-4d5b-80f5-7d1070e5a86f"], ["support_identifier", "cs_2d93fd54"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-18 19:31:02.758077"], ["updated_at", "2017-12-18 19:31:02.758077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55593032 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b2bb104-f8c1-4b0c-b37d-ddd80b3df135' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a567c48' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -55593032], ["username", "billy_22"], ["access_token", "602f7cec3a55e22de34caeb6b774744a"], ["uuid", "8b2bb104-f8c1-4b0c-b37d-ddd80b3df135"], ["support_identifier", "cs_5a567c48"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-18 19:31:02.762466"], ["updated_at", "2017-12-18 19:31:02.762466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010887596 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6374746a-73dc-409b-8234-4f14ff9699ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b65585c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1010887596], ["username", "billy_23"], ["access_token", "f9428bf15ba3c3bf3da13aa6a4752283"], ["uuid", "6374746a-73dc-409b-8234-4f14ff9699ed"], ["support_identifier", "cs_b65585c1"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-18 19:31:02.766648"], ["updated_at", "2017-12-18 19:31:02.766648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1606031684 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37646517-70eb-4eed-aa33-ad36c0ee4606' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62a47c55' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1606031684], ["username", "billy_24"], ["access_token", "7b96333e9620ed92520b42a718766958"], ["uuid", "37646517-70eb-4eed-aa33-ad36c0ee4606"], ["support_identifier", "cs_62a47c55"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-18 19:31:02.770819"], ["updated_at", "2017-12-18 19:31:02.770819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1491704053 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e89fe65-a04c-4a71-812a-9799e994241d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_895f8d32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1491704053], ["username", "billy_25"], ["access_token", "a3269435b6e71895d3bc94089dfb3fa3"], ["uuid", "4e89fe65-a04c-4a71-812a-9799e994241d"], ["support_identifier", "cs_895f8d32"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-18 19:31:02.775069"], ["updated_at", "2017-12-18 19:31:02.775069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1140582319 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d834f42-0ed1-4468-90e6-eac2280cd61a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92b72553' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1140582319], ["username", "billy_26"], ["access_token", "1e47b94c1ca228c6c70f565d058541ce"], ["uuid", "4d834f42-0ed1-4468-90e6-eac2280cd61a"], ["support_identifier", "cs_92b72553"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-18 19:31:02.779256"], ["updated_at", "2017-12-18 19:31:02.779256"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566451757 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18e0f9cb-1e92-450b-9bb5-65a56e64fb53' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0d9bdc2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -566451757], ["username", "billy_27"], ["access_token", "a2142afca2bca94cd9b01ff52bf94db2"], ["uuid", "18e0f9cb-1e92-450b-9bb5-65a56e64fb53"], ["support_identifier", "cs_e0d9bdc2"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-18 19:31:02.783455"], ["updated_at", "2017-12-18 19:31:02.783455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -771806935 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35ebd29a-3983-4cbc-865f-1356d04b550e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d5033833' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -771806935], ["username", "billy_28"], ["access_token", "94da0efd8e268d29eaa9bb3565b9b4d8"], ["uuid", "35ebd29a-3983-4cbc-865f-1356d04b550e"], ["support_identifier", "cs_d5033833"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-18 19:31:02.787578"], ["updated_at", "2017-12-18 19:31:02.787578"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1868254757 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29f6a994-6873-46ab-b840-22067b06f778' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3d472a78' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1868254757], ["username", "billy_29"], ["access_token", "24cd863865722936245c7b5cd6ec8a13"], ["uuid", "29f6a994-6873-46ab-b840-22067b06f778"], ["support_identifier", "cs_3d472a78"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-18 19:31:02.791799"], ["updated_at", "2017-12-18 19:31:02.791799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -695625657 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '117d63fc-da7a-4151-9e26-c44097324690' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2123309b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -695625657], ["username", "billy_30"], ["access_token", "fca0f58acf1814ace0936b16f9ac1220"], ["uuid", "117d63fc-da7a-4151-9e26-c44097324690"], ["support_identifier", "cs_2123309b"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-18 19:31:02.796067"], ["updated_at", "2017-12-18 19:31:02.796067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -552251233 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16e6e0ab-0458-4094-a210-6108ee70ad90' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f43a129d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -552251233], ["username", "billy_31"], ["access_token", "1cb54c431f49e297efd801e91a0ce358"], ["uuid", "16e6e0ab-0458-4094-a210-6108ee70ad90"], ["support_identifier", "cs_f43a129d"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-18 19:31:02.800438"], ["updated_at", "2017-12-18 19:31:02.800438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667792536 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a5d7805-be43-4cdb-b8a0-469f5ee3fdfc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fff1a195' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -667792536], ["username", "billy_32"], ["access_token", "e609b4ca97254651c1dd34fa7628ccb0"], ["uuid", "7a5d7805-be43-4cdb-b8a0-469f5ee3fdfc"], ["support_identifier", "cs_fff1a195"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-18 19:31:02.804963"], ["updated_at", "2017-12-18 19:31:02.804963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -633859006 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2499991-b404-41b2-a6ec-d6309bceb32a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1005a995' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -633859006], ["username", "billy_33"], ["access_token", "bcda589ccb11e1e2dfb8fa40c06ab898"], ["uuid", "b2499991-b404-41b2-a6ec-d6309bceb32a"], ["support_identifier", "cs_1005a995"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-18 19:31:02.809181"], ["updated_at", "2017-12-18 19:31:02.809181"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660988348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a637997-b8c9-4986-9b85-8dfb918eb8c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fc534c42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1660988348], ["username", "billy_34"], ["access_token", "21d7414b7540219e594df60f1058b0ee"], ["uuid", "1a637997-b8c9-4986-9b85-8dfb918eb8c3"], ["support_identifier", "cs_fc534c42"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-18 19:31:02.813423"], ["updated_at", "2017-12-18 19:31:02.813423"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -13342975 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0681ced-3467-4c26-b07d-378217268025' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_382dd6a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -13342975], ["username", "billy_35"], ["access_token", "b5daa986bf92ca27f2de921b0638df46"], ["uuid", "e0681ced-3467-4c26-b07d-378217268025"], ["support_identifier", "cs_382dd6a4"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-18 19:31:02.817689"], ["updated_at", "2017-12-18 19:31:02.817689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -850617897 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5a9c721-dfdd-488d-a5ce-7aa7475b90ee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b0cabc32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -850617897], ["username", "billy_36"], ["access_token", "08ddbd432f0871b281693bc32ec711c1"], ["uuid", "d5a9c721-dfdd-488d-a5ce-7aa7475b90ee"], ["support_identifier", "cs_b0cabc32"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-18 19:31:02.821911"], ["updated_at", "2017-12-18 19:31:02.821911"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -982104596 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cdbd8ebe-73f8-4143-8c67-28301767e201' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a8943a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -982104596], ["username", "billy_37"], ["access_token", "458eda9dc76ff0476ce1d6f24dfb98eb"], ["uuid", "cdbd8ebe-73f8-4143-8c67-28301767e201"], ["support_identifier", "cs_5a8943a9"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-18 19:31:02.826248"], ["updated_at", "2017-12-18 19:31:02.826248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -549729489 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e086b556-548c-4150-88e5-548e8c02285b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d61fc53' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -549729489], ["username", "billy_38"], ["access_token", "81aee6dc86ee128864ff2900f0739572"], ["uuid", "e086b556-548c-4150-88e5-548e8c02285b"], ["support_identifier", "cs_9d61fc53"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-18 19:31:02.830712"], ["updated_at", "2017-12-18 19:31:02.830712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1347674419 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a61e7ed-f4e9-4274-887c-92bd19b0abb4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fced9833' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1347674419], ["username", "billy_39"], ["access_token", "69cc27d53ed20a5544847a87431955bf"], ["uuid", "0a61e7ed-f4e9-4274-887c-92bd19b0abb4"], ["support_identifier", "cs_fced9833"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-18 19:31:02.835545"], ["updated_at", "2017-12-18 19:31:02.835545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -457308499 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64bbc727-513d-4815-bd22-7f9ff2e74ee3' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f232734' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -457308499], ["username", "billy_40"], ["access_token", "c0bf390836132748c066e31fbdea649f"], ["uuid", "64bbc727-513d-4815-bd22-7f9ff2e74ee3"], ["support_identifier", "cs_6f232734"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-18 19:31:02.841469"], ["updated_at", "2017-12-18 19:31:02.841469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1081891578 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '552e3bbc-8e4a-4a21-b940-465e99d2fb71' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_957d6524' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1081891578], ["username", "billy_41"], ["access_token", "648bb85a6beeba8ef42e5543087fd4b7"], ["uuid", "552e3bbc-8e4a-4a21-b940-465e99d2fb71"], ["support_identifier", "cs_957d6524"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-18 19:31:02.846100"], ["updated_at", "2017-12-18 19:31:02.846100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1332691866 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e5a521d-c9bc-4c4d-9a18-46290e42f455' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dda826eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1332691866], ["username", "billy_42"], ["access_token", "bc1b7b5dc203034591743b29c96ac87c"], ["uuid", "2e5a521d-c9bc-4c4d-9a18-46290e42f455"], ["support_identifier", "cs_dda826eb"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-18 19:31:02.850469"], ["updated_at", "2017-12-18 19:31:02.850469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1944061565 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c058e79-1343-46e2-8ea4-e6f1d71ea5be' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e68fbbdc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1944061565], ["username", "billy_43"], ["access_token", "c1b9e6a3d687938b138d6aa97407db38"], ["uuid", "3c058e79-1343-46e2-8ea4-e6f1d71ea5be"], ["support_identifier", "cs_e68fbbdc"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-18 19:31:02.854932"], ["updated_at", "2017-12-18 19:31:02.854932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1069521278 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84c21e10-f368-4257-91bf-1c1716e01a99' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d3473058' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1069521278], ["username", "billy_44"], ["access_token", "79071425722405776db70c611e41b3dd"], ["uuid", "84c21e10-f368-4257-91bf-1c1716e01a99"], ["support_identifier", "cs_d3473058"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-18 19:31:02.859518"], ["updated_at", "2017-12-18 19:31:02.859518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -326497609 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'feaf560c-a1df-4a98-a459-24e4bb6f2f4a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7df0a894' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -326497609], ["username", "billy_45"], ["access_token", "f6d42cd8dea933d829f66ed9c01c19f8"], ["uuid", "feaf560c-a1df-4a98-a459-24e4bb6f2f4a"], ["support_identifier", "cs_7df0a894"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-18 19:31:02.863725"], ["updated_at", "2017-12-18 19:31:02.863725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (204.1ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (397.1ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (5.9ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" SQL (12.6ms) CREATE EXTENSION IF NOT EXISTS "citext"  (5.1ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL, "support_identifier" citext)  (1.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_support_identifier" ON "openstax_accounts_accounts" USING btree ("support_identifier")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (1.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.4ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (1.9ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.0ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (1.4ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (2.9ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (2.7ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.5ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.0ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('11')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1716504017 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a75b283-646a-4921-8619-8fadcc8b34fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8c9ea847' LIMIT 1 SQL (1.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1716504017], ["username", "jstrav"], ["access_token", "f384fda37812f7128fd7d637cb9fd066"], ["uuid", "1a75b283-646a-4921-8619-8fadcc8b34fd"], ["support_identifier", "cs_8c9ea847"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:21.867584"], ["updated_at", "2017-12-20 16:51:21.867584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -838673278 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea33ea63-6138-4f73-90cf-4293cee81882' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_98fc6d9b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -838673278], ["username", "mary"], ["access_token", "b1292a116c02077f0cf421a119f204f4"], ["uuid", "ea33ea63-6138-4f73-90cf-4293cee81882"], ["support_identifier", "cs_98fc6d9b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:21.873750"], ["updated_at", "2017-12-20 16:51:21.873750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2073340069 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d37dd8d-f227-41fd-a86a-1917f28f20b4' LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ffb8347d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2073340069], ["username", "jstead"], ["access_token", "27072367066f7e33beaefd28309ef590"], ["uuid", "4d37dd8d-f227-41fd-a86a-1917f28f20b4"], ["support_identifier", "cs_ffb8347d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:21.879250"], ["updated_at", "2017-12-20 16:51:21.879250"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1331100597 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb03a5a3-4e0e-466c-b1ba-c4410e50943f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_13e414c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1331100597], ["username", "bigbear"], ["access_token", "5f2a62bea9be8d08c14ccff58eb37612"], ["uuid", "fb03a5a3-4e0e-466c-b1ba-c4410e50943f"], ["support_identifier", "cs_13e414c6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:21.883905"], ["updated_at", "2017-12-20 16:51:21.883905"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -311466542 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd94d495e-225a-4831-aceb-c9eecad7bac9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f28d8ff9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -311466542], ["username", "jstrav"], ["access_token", "ec4a1eaf5bbadb78caeead7dd97f0d5a"], ["uuid", "d94d495e-225a-4831-aceb-c9eecad7bac9"], ["support_identifier", "cs_f28d8ff9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:21.896693"], ["updated_at", "2017-12-20 16:51:21.896693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1294086225 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e63dfec-e30b-4229-9eff-a973ff313a6e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b376895' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1294086225], ["username", "mary"], ["access_token", "155fcddfd5202b4883ac62efd82c69d6"], ["uuid", "4e63dfec-e30b-4229-9eff-a973ff313a6e"], ["support_identifier", "cs_2b376895"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:21.901786"], ["updated_at", "2017-12-20 16:51:21.901786"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1981859703 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84f96c22-b5af-4f87-a49c-49993da65b5d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a5c5f47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1981859703], ["username", "jstead"], ["access_token", "3ca4a95a4988720ece84c2bc83aadbf4"], ["uuid", "84f96c22-b5af-4f87-a49c-49993da65b5d"], ["support_identifier", "cs_1a5c5f47"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:21.906508"], ["updated_at", "2017-12-20 16:51:21.906508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1757982847 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '047a158a-9df3-4cb8-967b-4a15e47380d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_72fdc62c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1757982847], ["username", "bigbear"], ["access_token", "a55783598d622ff09ce6d30e8ada5939"], ["uuid", "047a158a-9df3-4cb8-967b-4a15e47380d8"], ["support_identifier", "cs_72fdc62c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:21.910772"], ["updated_at", "2017-12-20 16:51:21.910772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070447992 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08d115a4-3d69-49ab-b4c2-1428ed363fbe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ea1ee90' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2070447992], ["username", "jstrav"], ["access_token", "7ca2c7325410bc99525605cc931cfff8"], ["uuid", "08d115a4-3d69-49ab-b4c2-1428ed363fbe"], ["support_identifier", "cs_7ea1ee90"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:21.918569"], ["updated_at", "2017-12-20 16:51:21.918569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -541466529 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '834d3973-3a43-43a7-b0e1-1609985b6b66' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_363a3c2d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -541466529], ["username", "mary"], ["access_token", "dc5cfdceb52cb46bd33b97dd484c3cd9"], ["uuid", "834d3973-3a43-43a7-b0e1-1609985b6b66"], ["support_identifier", "cs_363a3c2d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:21.922834"], ["updated_at", "2017-12-20 16:51:21.922834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -315817313 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33174aab-78b4-486c-ba80-974a4f192b9f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b7db7991' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -315817313], ["username", "jstead"], ["access_token", "46b5d30693f004e54ecb34545092c3a7"], ["uuid", "33174aab-78b4-486c-ba80-974a4f192b9f"], ["support_identifier", "cs_b7db7991"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:21.927303"], ["updated_at", "2017-12-20 16:51:21.927303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -520839377 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be21c5ee-0e05-4e75-ac6a-5f1b4a8def59' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a22deaaf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -520839377], ["username", "bigbear"], ["access_token", "2fba4d1d2a774ed8f4dd46142afa1b9e"], ["uuid", "be21c5ee-0e05-4e75-ac6a-5f1b4a8def59"], ["support_identifier", "cs_a22deaaf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:21.931672"], ["updated_at", "2017-12-20 16:51:21.931672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1421891633 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b796fc63-81cf-48bb-babf-9714af54b672' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d511e9ac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1421891633], ["username", "jstrav"], ["access_token", "a6e8c197ac1efd66ff4d3a4d82dab315"], ["uuid", "b796fc63-81cf-48bb-babf-9714af54b672"], ["support_identifier", "cs_d511e9ac"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:21.939410"], ["updated_at", "2017-12-20 16:51:21.939410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -516877067 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '997181f9-49a6-431d-afa5-1d3e61f43f9e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5bad1b4b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -516877067], ["username", "mary"], ["access_token", "658a8580e157912a51b5f3f3da98e18c"], ["uuid", "997181f9-49a6-431d-afa5-1d3e61f43f9e"], ["support_identifier", "cs_5bad1b4b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:21.943707"], ["updated_at", "2017-12-20 16:51:21.943707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018397795 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b6b7ead-b278-4234-8ef9-4c7182b9680c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a713706e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1018397795], ["username", "jstead"], ["access_token", "f8d8fd70dbd0996e5b4be9f47854c95f"], ["uuid", "8b6b7ead-b278-4234-8ef9-4c7182b9680c"], ["support_identifier", "cs_a713706e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:21.948057"], ["updated_at", "2017-12-20 16:51:21.948057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -576098303 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6903c280-79c9-4f56-85bd-eef6108668bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_52e159b0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -576098303], ["username", "bigbear"], ["access_token", "470f965cc8ce0127b320dcc34403a90d"], ["uuid", "6903c280-79c9-4f56-85bd-eef6108668bc"], ["support_identifier", "cs_52e159b0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:21.952196"], ["updated_at", "2017-12-20 16:51:21.952196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1039518177 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18350d92-f1c1-45c1-9b5d-2b8615aa4086' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_643a607f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1039518177], ["username", "jstrav"], ["access_token", "077671d95b552e243a9b31cfe82c2da9"], ["uuid", "18350d92-f1c1-45c1-9b5d-2b8615aa4086"], ["support_identifier", "cs_643a607f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:21.961194"], ["updated_at", "2017-12-20 16:51:21.961194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -528367924 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '090a2695-8e0f-4e4c-b9c8-ed80d1fdb7f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_57d3b82e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -528367924], ["username", "mary"], ["access_token", "2ab8a31616ffb8f7e4a4251b3bd5fa68"], ["uuid", "090a2695-8e0f-4e4c-b9c8-ed80d1fdb7f4"], ["support_identifier", "cs_57d3b82e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:21.965756"], ["updated_at", "2017-12-20 16:51:21.965756"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1783627049 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca1e0554-372b-4381-89e5-9c98d654e54f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_acd22087' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1783627049], ["username", "jstead"], ["access_token", "379b3ced31ead32bcf2a277aa3637078"], ["uuid", "ca1e0554-372b-4381-89e5-9c98d654e54f"], ["support_identifier", "cs_acd22087"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:21.970070"], ["updated_at", "2017-12-20 16:51:21.970070"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -528220745 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39e8c5a5-6192-438b-b787-6e36bc8eec36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cc38c7dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -528220745], ["username", "bigbear"], ["access_token", "943640279b42aeb9d56552930c79cb46"], ["uuid", "39e8c5a5-6192-438b-b787-6e36bc8eec36"], ["support_identifier", "cs_cc38c7dd"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:21.974517"], ["updated_at", "2017-12-20 16:51:21.974517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -383480296 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3290443c-975f-409e-b505-fe4032676866' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c4445a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -383480296], ["username", "jstrav"], ["access_token", "c14c20d519f8b64551a186acd2b72478"], ["uuid", "3290443c-975f-409e-b505-fe4032676866"], ["support_identifier", "cs_4c4445a8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:21.982297"], ["updated_at", "2017-12-20 16:51:21.982297"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891666604 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4b8b065-509b-4468-921a-044e3bd2bb56' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d31f4483' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -891666604], ["username", "mary"], ["access_token", "65b6b5ee4e333d04b9bf0a95f59597c5"], ["uuid", "b4b8b065-509b-4468-921a-044e3bd2bb56"], ["support_identifier", "cs_d31f4483"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:21.986727"], ["updated_at", "2017-12-20 16:51:21.986727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1218374413 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01b63ee8-4aa1-48c5-bab2-a3c5fadcbb51' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3a151656' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1218374413], ["username", "jstead"], ["access_token", "4c5902c9c5c13be7e317ed485aa24784"], ["uuid", "01b63ee8-4aa1-48c5-bab2-a3c5fadcbb51"], ["support_identifier", "cs_3a151656"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:21.990987"], ["updated_at", "2017-12-20 16:51:21.990987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2034527929 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8473d3a-0419-41f0-9daf-93a5bdde63ea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1209e797' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2034527929], ["username", "bigbear"], ["access_token", "5096da1e46dac731c2206073daefe314"], ["uuid", "c8473d3a-0419-41f0-9daf-93a5bdde63ea"], ["support_identifier", "cs_1209e797"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:21.995090"], ["updated_at", "2017-12-20 16:51:21.995090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -375902254 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46e2a129-ab35-485b-ae15-2f2afad6c1b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7e548fbe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -375902254], ["username", "jstrav"], ["access_token", "11cf1ba0efd06e1ce564528a8d1044f7"], ["uuid", "46e2a129-ab35-485b-ae15-2f2afad6c1b0"], ["support_identifier", "cs_7e548fbe"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:22.002983"], ["updated_at", "2017-12-20 16:51:22.002983"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195343138 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e837e92e-83f0-4649-abc6-e78137255967' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_151c6c6f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1195343138], ["username", "mary"], ["access_token", "97a67b61d8d47cac9ae66bd9909b7285"], ["uuid", "e837e92e-83f0-4649-abc6-e78137255967"], ["support_identifier", "cs_151c6c6f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:22.007327"], ["updated_at", "2017-12-20 16:51:22.007327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1909833602 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf0e31e5-fd6e-4da4-a7dd-11982ae1154f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_79d4ff62' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1909833602], ["username", "jstead"], ["access_token", "f3cb20ea7988e9ebb7208870e336813d"], ["uuid", "bf0e31e5-fd6e-4da4-a7dd-11982ae1154f"], ["support_identifier", "cs_79d4ff62"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:22.011646"], ["updated_at", "2017-12-20 16:51:22.011646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429737337 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '61a3336a-86dd-49f0-bc9a-7bdc838a3276' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a14f36f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -429737337], ["username", "bigbear"], ["access_token", "cb1ae138f7750a4d8078a5a0d57626b6"], ["uuid", "61a3336a-86dd-49f0-bc9a-7bdc838a3276"], ["support_identifier", "cs_a14f36f1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:22.016373"], ["updated_at", "2017-12-20 16:51:22.016373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1399121048 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '407898e2-fd5f-4474-be40-dcc732936b34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e33d1965' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1399121048], ["username", "jstrav"], ["access_token", "5d6e95603ecaf386c455e1ca66c26feb"], ["uuid", "407898e2-fd5f-4474-be40-dcc732936b34"], ["support_identifier", "cs_e33d1965"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:22.025177"], ["updated_at", "2017-12-20 16:51:22.025177"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120903037 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9386e17b-1759-443a-84f3-fb8d764b4095' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5997f4fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2120903037], ["username", "mary"], ["access_token", "57197f236a48293c1d75d371ddc7df08"], ["uuid", "9386e17b-1759-443a-84f3-fb8d764b4095"], ["support_identifier", "cs_5997f4fc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:22.029635"], ["updated_at", "2017-12-20 16:51:22.029635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1809700956 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b496b808-df39-434e-96b1-6c1046678f4e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_08211baa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1809700956], ["username", "jstead"], ["access_token", "b409272e5491f4bc51194ba8da7e4962"], ["uuid", "b496b808-df39-434e-96b1-6c1046678f4e"], ["support_identifier", "cs_08211baa"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:22.033902"], ["updated_at", "2017-12-20 16:51:22.033902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444839851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5a0542c-156f-4726-9fac-c59a7012408a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_336c8c0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -444839851], ["username", "bigbear"], ["access_token", "d4a66b0a3b4211a1a382b1ad185ab9ba"], ["uuid", "b5a0542c-156f-4726-9fac-c59a7012408a"], ["support_identifier", "cs_336c8c0f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:22.038054"], ["updated_at", "2017-12-20 16:51:22.038054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1953769854 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '489f9a79-f3c8-4a0d-822a-81d3b36f1834' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f0b3218e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1953769854], ["username", "jstrav"], ["access_token", "8f3dda4a699e1fc3cd917071c6906ede"], ["uuid", "489f9a79-f3c8-4a0d-822a-81d3b36f1834"], ["support_identifier", "cs_f0b3218e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:22.046072"], ["updated_at", "2017-12-20 16:51:22.046072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -309014593 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '062d81c4-6041-4e74-a9a6-82bc5789ec35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b12c8402' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -309014593], ["username", "mary"], ["access_token", "b937efda20b13fa0af8f765d2e99b7f6"], ["uuid", "062d81c4-6041-4e74-a9a6-82bc5789ec35"], ["support_identifier", "cs_b12c8402"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:22.051747"], ["updated_at", "2017-12-20 16:51:22.051747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -601224107 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e45c2cad-d936-45ef-a7c9-d254b2246284' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_252b9b6f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -601224107], ["username", "jstead"], ["access_token", "b7e453ba6dfcb7812486c56802df2b68"], ["uuid", "e45c2cad-d936-45ef-a7c9-d254b2246284"], ["support_identifier", "cs_252b9b6f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:22.056897"], ["updated_at", "2017-12-20 16:51:22.056897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797356614 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0aa2681f-1de3-484c-abfd-6e14bb4a437c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ed7969cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -797356614], ["username", "bigbear"], ["access_token", "23258be085758b64dfe69f3db17bafbe"], ["uuid", "0aa2681f-1de3-484c-abfd-6e14bb4a437c"], ["support_identifier", "cs_ed7969cf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:22.061547"], ["updated_at", "2017-12-20 16:51:22.061547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -21819267 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e7a5ba0-5055-4ad9-93a3-562df06f181a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aa39b95b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -21819267], ["username", "jstrav"], ["access_token", "af3ebcb9fbe9d95cd305b1aa0ac3461e"], ["uuid", "3e7a5ba0-5055-4ad9-93a3-562df06f181a"], ["support_identifier", "cs_aa39b95b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:22.070156"], ["updated_at", "2017-12-20 16:51:22.070156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1811506994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f39b4036-4a77-43e9-951f-8df575c4cb4a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2dda8475' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1811506994], ["username", "mary"], ["access_token", "d7ebf90f573bcd4fab7b0c826438459a"], ["uuid", "f39b4036-4a77-43e9-951f-8df575c4cb4a"], ["support_identifier", "cs_2dda8475"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:22.074748"], ["updated_at", "2017-12-20 16:51:22.074748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1221422699 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e17d2bfb-2b12-40f5-9962-80e5f07ae382' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_61f4dcc3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1221422699], ["username", "jstead"], ["access_token", "4e39f01dda256170484241b432e0b4c6"], ["uuid", "e17d2bfb-2b12-40f5-9962-80e5f07ae382"], ["support_identifier", "cs_61f4dcc3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:22.078998"], ["updated_at", "2017-12-20 16:51:22.078998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -437941510 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ff0381e-6a31-4af0-bba2-cb7ea746440f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2260f9bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -437941510], ["username", "bigbear"], ["access_token", "be7b297d829326de13b9df8248b6038f"], ["uuid", "2ff0381e-6a31-4af0-bba2-cb7ea746440f"], ["support_identifier", "cs_2260f9bf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:22.083191"], ["updated_at", "2017-12-20 16:51:22.083191"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1734528837 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9542a5c0-4845-4f2c-b708-a5e302181ecb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b90ac0c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1734528837], ["username", "jstrav"], ["access_token", "7ad99c29b236c2a9910a76a09c7edae5"], ["uuid", "9542a5c0-4845-4f2c-b708-a5e302181ecb"], ["support_identifier", "cs_b90ac0c6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:22.091696"], ["updated_at", "2017-12-20 16:51:22.091696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -454640170 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3886d3cf-bf26-4a6d-9d5c-23f998a51bcc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95c9e2a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -454640170], ["username", "mary"], ["access_token", "18adfad70f464ccb522b3d3855b2cfa4"], ["uuid", "3886d3cf-bf26-4a6d-9d5c-23f998a51bcc"], ["support_identifier", "cs_95c9e2a8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:22.096063"], ["updated_at", "2017-12-20 16:51:22.096063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -950698935 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b504d1c1-cfeb-43d3-85da-25dd9b5f2879' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cb5a7667' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -950698935], ["username", "jstead"], ["access_token", "6e5d094b210803ee0f68513322415424"], ["uuid", "b504d1c1-cfeb-43d3-85da-25dd9b5f2879"], ["support_identifier", "cs_cb5a7667"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:22.100567"], ["updated_at", "2017-12-20 16:51:22.100567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1703646964 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06d0c0c1-f1a1-4662-85dc-7d2df534232d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fe445f90' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1703646964], ["username", "bigbear"], ["access_token", "a1bcf13ad2ebf018243523794cba43ff"], ["uuid", "06d0c0c1-f1a1-4662-85dc-7d2df534232d"], ["support_identifier", "cs_fe445f90"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:22.105488"], ["updated_at", "2017-12-20 16:51:22.105488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -508190446 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '416251f9-c162-4571-85c9-af3352553491' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d0299bae' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -508190446], ["username", "billy_00"], ["access_token", "3f77daf5a1d3f2636ff9cee9eeb846ad"], ["uuid", "416251f9-c162-4571-85c9-af3352553491"], ["support_identifier", "cs_d0299bae"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 16:51:22.109823"], ["updated_at", "2017-12-20 16:51:22.109823"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -968725726 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f54a1d20-fa10-4ed7-8521-776ae9d62e83' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b8c64b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -968725726], ["username", "billy_01"], ["access_token", "d53b41473ca7d568531ec40a412721d4"], ["uuid", "f54a1d20-fa10-4ed7-8521-776ae9d62e83"], ["support_identifier", "cs_1b8c64b6"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 16:51:22.114307"], ["updated_at", "2017-12-20 16:51:22.114307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1767873166 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56b58022-eb76-4b45-b9a8-cbdba0fb57d9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51364cde' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1767873166], ["username", "billy_02"], ["access_token", "c8f123831bf9141271cb3246b0b7a7cf"], ["uuid", "56b58022-eb76-4b45-b9a8-cbdba0fb57d9"], ["support_identifier", "cs_51364cde"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 16:51:22.118544"], ["updated_at", "2017-12-20 16:51:22.118544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1867154244 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd464e8ac-acd8-45d6-b4c7-c5820bc18d92' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_98810ddb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1867154244], ["username", "billy_03"], ["access_token", "c20c6c5adc5e2ec1ca25215e7768f45e"], ["uuid", "d464e8ac-acd8-45d6-b4c7-c5820bc18d92"], ["support_identifier", "cs_98810ddb"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 16:51:22.122766"], ["updated_at", "2017-12-20 16:51:22.122766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1798112331 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b02c3d9a-3041-4c64-a2dd-76105e7f1732' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_411d97b0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1798112331], ["username", "billy_04"], ["access_token", "c5489f332827abce402bad0ab38b6911"], ["uuid", "b02c3d9a-3041-4c64-a2dd-76105e7f1732"], ["support_identifier", "cs_411d97b0"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 16:51:22.126898"], ["updated_at", "2017-12-20 16:51:22.126898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1047829275 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77662017-850f-4464-b47a-f087f67ba575' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_80a31d9b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1047829275], ["username", "billy_05"], ["access_token", "a8a387ed91a9fb28b32c907ba94317eb"], ["uuid", "77662017-850f-4464-b47a-f087f67ba575"], ["support_identifier", "cs_80a31d9b"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 16:51:22.131131"], ["updated_at", "2017-12-20 16:51:22.131131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1430080237 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77b330d9-7e00-4f43-be3f-481253980890' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92383e0b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1430080237], ["username", "billy_06"], ["access_token", "b9890ec03bf30c4bdbb0c8f033679baa"], ["uuid", "77b330d9-7e00-4f43-be3f-481253980890"], ["support_identifier", "cs_92383e0b"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 16:51:22.135293"], ["updated_at", "2017-12-20 16:51:22.135293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411625549 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea344d2b-c32a-4faa-afed-10c7e4883860' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_956e6327' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -411625549], ["username", "billy_07"], ["access_token", "7edb894dfea95cacf5d476d619a6190c"], ["uuid", "ea344d2b-c32a-4faa-afed-10c7e4883860"], ["support_identifier", "cs_956e6327"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 16:51:22.139420"], ["updated_at", "2017-12-20 16:51:22.139420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1259638850 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dad22459-3444-4649-ad14-006f47fcdd61' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68d728e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1259638850], ["username", "billy_08"], ["access_token", "f15907742c67b12d03a227d0f9200411"], ["uuid", "dad22459-3444-4649-ad14-006f47fcdd61"], ["support_identifier", "cs_68d728e5"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 16:51:22.143886"], ["updated_at", "2017-12-20 16:51:22.143886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -557050771 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0a2ed58-e78c-486f-b37d-c028f7559ac5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e09c831b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -557050771], ["username", "billy_09"], ["access_token", "ee74542bb814fea686a2c44b819019f3"], ["uuid", "c0a2ed58-e78c-486f-b37d-c028f7559ac5"], ["support_identifier", "cs_e09c831b"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 16:51:22.148103"], ["updated_at", "2017-12-20 16:51:22.148103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -497038542 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00d583b7-0e3c-4821-930f-5e1e8b8417e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_df9cfd4e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -497038542], ["username", "billy_10"], ["access_token", "065b42c29f7c4b732680282a0bfb7fdd"], ["uuid", "00d583b7-0e3c-4821-930f-5e1e8b8417e8"], ["support_identifier", "cs_df9cfd4e"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 16:51:22.152616"], ["updated_at", "2017-12-20 16:51:22.152616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486294594 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9d7759e-7791-4a29-9053-0447a068723d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6d757edf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -486294594], ["username", "billy_11"], ["access_token", "82afaf56475019668fdb0e2654d9dd03"], ["uuid", "e9d7759e-7791-4a29-9053-0447a068723d"], ["support_identifier", "cs_6d757edf"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 16:51:22.157173"], ["updated_at", "2017-12-20 16:51:22.157173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -768298922 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c8db26d-eda8-4940-835c-cdb47e96d488' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91e7e217' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -768298922], ["username", "billy_12"], ["access_token", "973518c2ea3632528b3fac3ca0736352"], ["uuid", "1c8db26d-eda8-4940-835c-cdb47e96d488"], ["support_identifier", "cs_91e7e217"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 16:51:22.161463"], ["updated_at", "2017-12-20 16:51:22.161463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1441902791 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '152039a7-c9a6-43a0-8db0-4e3a91e0f9dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5ae172e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1441902791], ["username", "billy_13"], ["access_token", "2f3275e237153cb0d32762b18f2d01c5"], ["uuid", "152039a7-c9a6-43a0-8db0-4e3a91e0f9dc"], ["support_identifier", "cs_c5ae172e"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 16:51:22.166310"], ["updated_at", "2017-12-20 16:51:22.166310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -522518027 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0eed6ff8-d79a-4bb4-8b95-5af96b2f5863' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c572308' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -522518027], ["username", "billy_14"], ["access_token", "43646bbbfcf065e7a3b45ea13946890d"], ["uuid", "0eed6ff8-d79a-4bb4-8b95-5af96b2f5863"], ["support_identifier", "cs_1c572308"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 16:51:22.171604"], ["updated_at", "2017-12-20 16:51:22.171604"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -289080084 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9701bfda-364c-4b2b-bc07-732faa4c94aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_15278c81' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -289080084], ["username", "billy_15"], ["access_token", "4c4b754bc0c2245cacb13c1424d34e19"], ["uuid", "9701bfda-364c-4b2b-bc07-732faa4c94aa"], ["support_identifier", "cs_15278c81"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 16:51:22.176757"], ["updated_at", "2017-12-20 16:51:22.176757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1787500585 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc86d4e7-463a-4424-8dc5-90d8d751b0e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c26f2a38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1787500585], ["username", "billy_16"], ["access_token", "895eeb537593eb6c4d2011b7df37e2b9"], ["uuid", "dc86d4e7-463a-4424-8dc5-90d8d751b0e2"], ["support_identifier", "cs_c26f2a38"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 16:51:22.181055"], ["updated_at", "2017-12-20 16:51:22.181055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -762403294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c66323cf-4cf6-43eb-826f-c20120b1388f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_07aeed01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -762403294], ["username", "billy_17"], ["access_token", "44f8093206312339843197646b7ae0cd"], ["uuid", "c66323cf-4cf6-43eb-826f-c20120b1388f"], ["support_identifier", "cs_07aeed01"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 16:51:22.185336"], ["updated_at", "2017-12-20 16:51:22.185336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696858762 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35b650ef-59cb-4552-84ef-31e605376175' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50fd50bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -696858762], ["username", "billy_18"], ["access_token", "e4e2d56e15bec5b8b4b679021985d7f7"], ["uuid", "35b650ef-59cb-4552-84ef-31e605376175"], ["support_identifier", "cs_50fd50bb"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 16:51:22.189574"], ["updated_at", "2017-12-20 16:51:22.189574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1184109088 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f04b396a-0b24-4160-93e4-a24f414110d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_65625f97' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1184109088], ["username", "billy_19"], ["access_token", "8b866210ffe53a2d469c25568668fcfb"], ["uuid", "f04b396a-0b24-4160-93e4-a24f414110d4"], ["support_identifier", "cs_65625f97"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 16:51:22.193825"], ["updated_at", "2017-12-20 16:51:22.193825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -364537010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c41c6f49-0be8-4b17-92c6-d69333bd4fb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_113c525b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -364537010], ["username", "billy_20"], ["access_token", "0a0385300c6fbc76c2509f33337b95a7"], ["uuid", "c41c6f49-0be8-4b17-92c6-d69333bd4fb2"], ["support_identifier", "cs_113c525b"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 16:51:22.198870"], ["updated_at", "2017-12-20 16:51:22.198870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003245208 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb447cec-dde0-4b39-803c-a2d1fd679e8d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_478378d9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1003245208], ["username", "billy_21"], ["access_token", "3a32118ccd927e62704e54965be8fd5b"], ["uuid", "cb447cec-dde0-4b39-803c-a2d1fd679e8d"], ["support_identifier", "cs_478378d9"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 16:51:22.205174"], ["updated_at", "2017-12-20 16:51:22.205174"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1277083507 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '58a79d33-b689-4c24-aef8-f2e7356ad960' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f5dab6e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1277083507], ["username", "billy_22"], ["access_token", "39bac84cf54c8180e8826cd7de9f4092"], ["uuid", "58a79d33-b689-4c24-aef8-f2e7356ad960"], ["support_identifier", "cs_f5dab6e3"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 16:51:22.210048"], ["updated_at", "2017-12-20 16:51:22.210048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -382456010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef69c71b-ca45-40a7-97bc-8f6df8ba5bae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_811d1a1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -382456010], ["username", "billy_23"], ["access_token", "4827ad535e8c0cfc4f35bdae16344094"], ["uuid", "ef69c71b-ca45-40a7-97bc-8f6df8ba5bae"], ["support_identifier", "cs_811d1a1c"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 16:51:22.214496"], ["updated_at", "2017-12-20 16:51:22.214496"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1599970543 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'beb23317-89f6-4fd1-a8d6-e86165efbcbe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7756e3db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1599970543], ["username", "billy_24"], ["access_token", "6cfa181091e9618c9a74c0e08e77e677"], ["uuid", "beb23317-89f6-4fd1-a8d6-e86165efbcbe"], ["support_identifier", "cs_7756e3db"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 16:51:22.218759"], ["updated_at", "2017-12-20 16:51:22.218759"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1162428468 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd48e4ada-08db-464b-af5c-5feeb91bbc2e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_41a0e876' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1162428468], ["username", "billy_25"], ["access_token", "b922830404e9bf5ca411d6ef13e878a0"], ["uuid", "d48e4ada-08db-464b-af5c-5feeb91bbc2e"], ["support_identifier", "cs_41a0e876"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 16:51:22.222965"], ["updated_at", "2017-12-20 16:51:22.222965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -859294421 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50695644-1351-4ca3-a277-1845720e14d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_143c6579' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -859294421], ["username", "billy_26"], ["access_token", "10bcddeffbf6da915b55a05e81404ce5"], ["uuid", "50695644-1351-4ca3-a277-1845720e14d8"], ["support_identifier", "cs_143c6579"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 16:51:22.227298"], ["updated_at", "2017-12-20 16:51:22.227298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -533456152 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9de3e33-fd33-4939-af3c-e11b6ff4fb41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_279c756d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -533456152], ["username", "billy_27"], ["access_token", "8de7f34b2fae1a5fd02fe20ffa931dc6"], ["uuid", "f9de3e33-fd33-4939-af3c-e11b6ff4fb41"], ["support_identifier", "cs_279c756d"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 16:51:22.231481"], ["updated_at", "2017-12-20 16:51:22.231481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -820427999 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dcb6a4bf-fbe3-436f-8c6a-00e914aeac5f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_741713c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -820427999], ["username", "billy_28"], ["access_token", "4ea464e923767265afa0251e1954df21"], ["uuid", "dcb6a4bf-fbe3-436f-8c6a-00e914aeac5f"], ["support_identifier", "cs_741713c0"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 16:51:22.235677"], ["updated_at", "2017-12-20 16:51:22.235677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525200904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d3b5310-9495-4608-841d-11d9b58497db' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cfd3baa3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1525200904], ["username", "billy_29"], ["access_token", "3ec28441f9ea662e181dcf1732ca9a39"], ["uuid", "7d3b5310-9495-4608-841d-11d9b58497db"], ["support_identifier", "cs_cfd3baa3"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 16:51:22.239891"], ["updated_at", "2017-12-20 16:51:22.239891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947200844 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b55dd27-d05e-44cc-a352-cdf38e0e4446' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_54d56040' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -947200844], ["username", "billy_30"], ["access_token", "d4143cc495cecea2fc32d473047112ac"], ["uuid", "2b55dd27-d05e-44cc-a352-cdf38e0e4446"], ["support_identifier", "cs_54d56040"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 16:51:22.244047"], ["updated_at", "2017-12-20 16:51:22.244047"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -985732808 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6442668-2aee-4450-9c1a-1f36e1164b95' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_da76adf8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -985732808], ["username", "billy_31"], ["access_token", "6d35adea8ed77a51c8ab467c697699dc"], ["uuid", "c6442668-2aee-4450-9c1a-1f36e1164b95"], ["support_identifier", "cs_da76adf8"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 16:51:22.248243"], ["updated_at", "2017-12-20 16:51:22.248243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1308520041 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9857950e-98fc-4882-828a-1131f3170b2c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9dfaaf51' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1308520041], ["username", "billy_32"], ["access_token", "d4dbcf666622eeeebac43f6f2f183e87"], ["uuid", "9857950e-98fc-4882-828a-1131f3170b2c"], ["support_identifier", "cs_9dfaaf51"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 16:51:22.252383"], ["updated_at", "2017-12-20 16:51:22.252383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1186553123 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9dfb5778-142e-4774-bedb-a6a163403ca3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3d51ce4c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1186553123], ["username", "billy_33"], ["access_token", "3f4393e7a0b86674a35d25cd561573d6"], ["uuid", "9dfb5778-142e-4774-bedb-a6a163403ca3"], ["support_identifier", "cs_3d51ce4c"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 16:51:22.256757"], ["updated_at", "2017-12-20 16:51:22.256757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1210974073 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04548dd9-46a9-4f94-ae68-8485d7a227fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_86108d3e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1210974073], ["username", "billy_34"], ["access_token", "7037ea218ba908cc28735a76974bd70f"], ["uuid", "04548dd9-46a9-4f94-ae68-8485d7a227fd"], ["support_identifier", "cs_86108d3e"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 16:51:22.260935"], ["updated_at", "2017-12-20 16:51:22.260935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1300879982 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f573bda9-8ab7-4aae-a0c6-41ef107c828d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9018b6b5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1300879982], ["username", "billy_35"], ["access_token", "f4c86120e93ee24ca6caa642d15966fe"], ["uuid", "f573bda9-8ab7-4aae-a0c6-41ef107c828d"], ["support_identifier", "cs_9018b6b5"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 16:51:22.265445"], ["updated_at", "2017-12-20 16:51:22.265445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -714551435 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9096ba81-c5d6-43a2-b160-320c7a616f59' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_afdd1207' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -714551435], ["username", "billy_36"], ["access_token", "25c131484ce04241ae6652e3b148418b"], ["uuid", "9096ba81-c5d6-43a2-b160-320c7a616f59"], ["support_identifier", "cs_afdd1207"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 16:51:22.269992"], ["updated_at", "2017-12-20 16:51:22.269992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1235550431 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '827a9e96-334f-49a5-9a66-07c2e74c176b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f170c1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1235550431], ["username", "billy_37"], ["access_token", "efc24bf1ac7d93b8b399a3b54fb70b67"], ["uuid", "827a9e96-334f-49a5-9a66-07c2e74c176b"], ["support_identifier", "cs_8f170c1d"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 16:51:22.274248"], ["updated_at", "2017-12-20 16:51:22.274248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -418647832 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd540073e-0a8d-4b26-830a-3d443dabc932' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0e2bb2cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -418647832], ["username", "billy_38"], ["access_token", "aadd075bdae83f373570acfbd0f27280"], ["uuid", "d540073e-0a8d-4b26-830a-3d443dabc932"], ["support_identifier", "cs_0e2bb2cf"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 16:51:22.278380"], ["updated_at", "2017-12-20 16:51:22.278380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -377705427 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7dc9cef0-68ba-4130-ace7-25a632c16702' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e511cb6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -377705427], ["username", "billy_39"], ["access_token", "f8f6f41e170f0006f8a520e81eb5f6d2"], ["uuid", "7dc9cef0-68ba-4130-ace7-25a632c16702"], ["support_identifier", "cs_4e511cb6"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 16:51:22.282568"], ["updated_at", "2017-12-20 16:51:22.282568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1885746946 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '034acca1-efda-4fd7-90d5-c676c8559cab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ded9f6b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1885746946], ["username", "billy_40"], ["access_token", "9162d8235bb1e15ebcaac1871fdc7db8"], ["uuid", "034acca1-efda-4fd7-90d5-c676c8559cab"], ["support_identifier", "cs_ded9f6b3"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 16:51:22.286774"], ["updated_at", "2017-12-20 16:51:22.286774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -544862985 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bb4fb4c-da95-43c5-a57d-378e4a4bd8d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3fe30f6e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -544862985], ["username", "billy_41"], ["access_token", "f9d986c93bec6d437c031c62e319dc56"], ["uuid", "5bb4fb4c-da95-43c5-a57d-378e4a4bd8d2"], ["support_identifier", "cs_3fe30f6e"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 16:51:22.291008"], ["updated_at", "2017-12-20 16:51:22.291008"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -919614554 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3919f2de-016c-40ef-aa86-4c104520e0d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_afc63118' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -919614554], ["username", "billy_42"], ["access_token", "a8022600e937b3e92701fdb3daa4354f"], ["uuid", "3919f2de-016c-40ef-aa86-4c104520e0d5"], ["support_identifier", "cs_afc63118"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 16:51:22.295162"], ["updated_at", "2017-12-20 16:51:22.295162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -777923851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1461a85-57b8-4d78-8a02-f63e8f19e046' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b8ffed98' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -777923851], ["username", "billy_43"], ["access_token", "1d3b6450af38c0687d1c6f415e62d403"], ["uuid", "a1461a85-57b8-4d78-8a02-f63e8f19e046"], ["support_identifier", "cs_b8ffed98"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 16:51:22.299383"], ["updated_at", "2017-12-20 16:51:22.299383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013846779 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '178b6075-4e16-49ff-ab69-41c0497e3aa1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_adad4ac8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2013846779], ["username", "billy_44"], ["access_token", "7ac2351bf81e78d2e4c73bf7c9f4c89e"], ["uuid", "178b6075-4e16-49ff-ab69-41c0497e3aa1"], ["support_identifier", "cs_adad4ac8"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 16:51:22.303624"], ["updated_at", "2017-12-20 16:51:22.303624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1075283458 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'effac64f-3007-4b5c-91c4-759eb7f2bc63' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9babe037' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1075283458], ["username", "billy_45"], ["access_token", "0c7b3abc26782f8bbd7149ba9de0b622"], ["uuid", "effac64f-3007-4b5c-91c4-759eb7f2bc63"], ["support_identifier", "cs_9babe037"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 16:51:22.307832"], ["updated_at", "2017-12-20 16:51:22.307832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1040649128 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '166bc680-6d82-421a-9b67-1ea841ff2386' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b6d69ec7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1040649128], ["username", "jstrav"], ["access_token", "1386ad30b24cd4d1b8054ac16a0b80cc"], ["uuid", "166bc680-6d82-421a-9b67-1ea841ff2386"], ["support_identifier", "cs_b6d69ec7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:22.327618"], ["updated_at", "2017-12-20 16:51:22.327618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -555423328 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c772153-0ac4-4663-9645-679c55d6d44c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6c3fb048' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -555423328], ["username", "mary"], ["access_token", "0ab181134cc57eb7dfc621cc816f83af"], ["uuid", "9c772153-0ac4-4663-9645-679c55d6d44c"], ["support_identifier", "cs_6c3fb048"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:22.331973"], ["updated_at", "2017-12-20 16:51:22.331973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -876640456 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e49513b-460a-4c7a-83ba-0f9c64aaaee4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e352ad51' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -876640456], ["username", "jstead"], ["access_token", "db883a8bec29d77784c7115d1c4b10f3"], ["uuid", "8e49513b-460a-4c7a-83ba-0f9c64aaaee4"], ["support_identifier", "cs_e352ad51"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:22.336174"], ["updated_at", "2017-12-20 16:51:22.336174"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -189672808 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b07fdfd-8031-48ce-aabd-c20d713ae327' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eed15c8a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -189672808], ["username", "bigbear"], ["access_token", "2ac4a181979be893d3b9c399cbb10184"], ["uuid", "5b07fdfd-8031-48ce-aabd-c20d713ae327"], ["support_identifier", "cs_eed15c8a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:22.340383"], ["updated_at", "2017-12-20 16:51:22.340383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1130259200 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45ad0087-a382-4aa2-8f1e-dd93a239d455' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1d437686' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1130259200], ["username", "billy_00"], ["access_token", "0f1d47958cd73b68f046e4bed1d3b64a"], ["uuid", "45ad0087-a382-4aa2-8f1e-dd93a239d455"], ["support_identifier", "cs_1d437686"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 16:51:22.344563"], ["updated_at", "2017-12-20 16:51:22.344563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283858529 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1611eb92-ef31-4799-b980-0006925ba607' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6990c8b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1283858529], ["username", "billy_01"], ["access_token", "d75e922a730a2271b4afdc406acc742f"], ["uuid", "1611eb92-ef31-4799-b980-0006925ba607"], ["support_identifier", "cs_6990c8b4"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 16:51:22.348814"], ["updated_at", "2017-12-20 16:51:22.348814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1856474184 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ade3882-b414-4235-8409-ea8efe114e95' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8067b744' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1856474184], ["username", "billy_02"], ["access_token", "a211e06ab3e0fca2852873b2b80de437"], ["uuid", "4ade3882-b414-4235-8409-ea8efe114e95"], ["support_identifier", "cs_8067b744"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 16:51:22.352996"], ["updated_at", "2017-12-20 16:51:22.352996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -389017027 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '527029b6-0d4a-496e-8570-1a04137aba40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d7575688' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -389017027], ["username", "billy_03"], ["access_token", "fbf083b13c9fc9b0085778b6c5a795d7"], ["uuid", "527029b6-0d4a-496e-8570-1a04137aba40"], ["support_identifier", "cs_d7575688"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 16:51:22.357195"], ["updated_at", "2017-12-20 16:51:22.357195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1575821339 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecfeb6b9-546e-4518-b6d5-07a2ebab5b6e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_994477e2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1575821339], ["username", "billy_04"], ["access_token", "f7955f830a0fc39ca3ce8fa5188d9730"], ["uuid", "ecfeb6b9-546e-4518-b6d5-07a2ebab5b6e"], ["support_identifier", "cs_994477e2"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 16:51:22.362665"], ["updated_at", "2017-12-20 16:51:22.362665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1666710701 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '935f1f94-ba75-4fa6-b968-0b8c0222437f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_adfb5082' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1666710701], ["username", "billy_05"], ["access_token", "f20b4180f04a30b85b50eaf24de4aaf0"], ["uuid", "935f1f94-ba75-4fa6-b968-0b8c0222437f"], ["support_identifier", "cs_adfb5082"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 16:51:22.367687"], ["updated_at", "2017-12-20 16:51:22.367687"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -291756535 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d8d8a60-e554-4398-ba21-fb8000da219c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_601a08b5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -291756535], ["username", "billy_06"], ["access_token", "cad26b12f72f61edd26e83c21d034b88"], ["uuid", "1d8d8a60-e554-4398-ba21-fb8000da219c"], ["support_identifier", "cs_601a08b5"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 16:51:22.372186"], ["updated_at", "2017-12-20 16:51:22.372186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -780017658 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '729c7ddb-e76e-46d2-9ea7-b5ed9746eae0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb9d46f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -780017658], ["username", "billy_07"], ["access_token", "d8d61593bd58f24a0e6124382231dfd3"], ["uuid", "729c7ddb-e76e-46d2-9ea7-b5ed9746eae0"], ["support_identifier", "cs_eb9d46f6"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 16:51:22.376521"], ["updated_at", "2017-12-20 16:51:22.376521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1416707634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2dae0345-040f-4453-a866-ad9881162aa1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_17eb5e86' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1416707634], ["username", "billy_08"], ["access_token", "9835220d074f80406b8ed70dba385104"], ["uuid", "2dae0345-040f-4453-a866-ad9881162aa1"], ["support_identifier", "cs_17eb5e86"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 16:51:22.380772"], ["updated_at", "2017-12-20 16:51:22.380772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677013713 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '552d05cb-17e3-44aa-bd01-49ab2ef2dab4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bd0ba281' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1677013713], ["username", "billy_09"], ["access_token", "de570aa0720fee872aace85fb3d2765e"], ["uuid", "552d05cb-17e3-44aa-bd01-49ab2ef2dab4"], ["support_identifier", "cs_bd0ba281"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 16:51:22.385172"], ["updated_at", "2017-12-20 16:51:22.385172"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171577936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '764c0c71-d134-4c5c-aade-6636ab7f2eae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48d197f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1171577936], ["username", "billy_10"], ["access_token", "82b8840aded88019c1e40341f6819916"], ["uuid", "764c0c71-d134-4c5c-aade-6636ab7f2eae"], ["support_identifier", "cs_48d197f4"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 16:51:22.396747"], ["updated_at", "2017-12-20 16:51:22.396747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -304800031 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '390e8934-4980-4a62-a5ca-9355e05d6236' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73b7800c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -304800031], ["username", "billy_11"], ["access_token", "c11a158d8387c1e55e27d51324967250"], ["uuid", "390e8934-4980-4a62-a5ca-9355e05d6236"], ["support_identifier", "cs_73b7800c"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 16:51:22.401043"], ["updated_at", "2017-12-20 16:51:22.401043"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1793457926 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9505777e-ce8f-49a3-b9cb-88cb43523f5d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_88693b79' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1793457926], ["username", "billy_12"], ["access_token", "77edc6ede9e604950c909fd03f02367a"], ["uuid", "9505777e-ce8f-49a3-b9cb-88cb43523f5d"], ["support_identifier", "cs_88693b79"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 16:51:22.405412"], ["updated_at", "2017-12-20 16:51:22.405412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1783884671 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8d23392-89e4-49fe-935e-ef3433ccc541' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b71d6a71' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1783884671], ["username", "billy_13"], ["access_token", "d6f45d82a6d456c0b6ce6454ffe7aca7"], ["uuid", "a8d23392-89e4-49fe-935e-ef3433ccc541"], ["support_identifier", "cs_b71d6a71"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 16:51:22.409729"], ["updated_at", "2017-12-20 16:51:22.409729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1836665082 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a8114ec-dc5e-44fd-bec7-6ba5fa938e16' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5cfeb3b3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1836665082], ["username", "billy_14"], ["access_token", "6bbc52b78e060cb76ce1356cbcf6bf47"], ["uuid", "1a8114ec-dc5e-44fd-bec7-6ba5fa938e16"], ["support_identifier", "cs_5cfeb3b3"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 16:51:22.415197"], ["updated_at", "2017-12-20 16:51:22.415197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2055491428 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66f8b70c-fa09-4431-bc7c-6e3cf6d075f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_299ccec7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2055491428], ["username", "billy_15"], ["access_token", "1d0cfa2a48cda09ac725a6848ec666ab"], ["uuid", "66f8b70c-fa09-4431-bc7c-6e3cf6d075f3"], ["support_identifier", "cs_299ccec7"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 16:51:22.421458"], ["updated_at", "2017-12-20 16:51:22.421458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -124454693 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7949f8a9-65e9-479d-b84f-73a8d340d221' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_be7ee9f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -124454693], ["username", "billy_16"], ["access_token", "65d984b270d933ba0752a9879698299f"], ["uuid", "7949f8a9-65e9-479d-b84f-73a8d340d221"], ["support_identifier", "cs_be7ee9f3"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 16:51:22.426298"], ["updated_at", "2017-12-20 16:51:22.426298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797075044 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cda6993-c64c-4cea-af93-8938a0ff6e2e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fed1521a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -797075044], ["username", "billy_17"], ["access_token", "89ddbd98b59199017c3a67a56b4ceca1"], ["uuid", "8cda6993-c64c-4cea-af93-8938a0ff6e2e"], ["support_identifier", "cs_fed1521a"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 16:51:22.430618"], ["updated_at", "2017-12-20 16:51:22.430618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649107597 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '74f46595-4a33-420b-a605-a19ad6e13b76' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cbebad5d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -649107597], ["username", "billy_18"], ["access_token", "39bb25eeb5e8f60b838a20185e5ae812"], ["uuid", "74f46595-4a33-420b-a605-a19ad6e13b76"], ["support_identifier", "cs_cbebad5d"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 16:51:22.434954"], ["updated_at", "2017-12-20 16:51:22.434954"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1140919692 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0232112a-e0a2-402d-a447-a4643f61fd41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a357616' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1140919692], ["username", "billy_19"], ["access_token", "242f84f8404629302a0038b25ed2b3d1"], ["uuid", "0232112a-e0a2-402d-a447-a4643f61fd41"], ["support_identifier", "cs_5a357616"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 16:51:22.439782"], ["updated_at", "2017-12-20 16:51:22.439782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -24826175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a522b8f-d47e-40d6-8988-cd0598e30a63' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9e9c417' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -24826175], ["username", "billy_20"], ["access_token", "898d4ddf684f6ff3bc8415bcc68debbe"], ["uuid", "4a522b8f-d47e-40d6-8988-cd0598e30a63"], ["support_identifier", "cs_e9e9c417"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 16:51:22.444761"], ["updated_at", "2017-12-20 16:51:22.444761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -942515626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '15520960-01b5-4ce8-ab80-f1346e268c53' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dbdd8b42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -942515626], ["username", "billy_21"], ["access_token", "efcd22c4f754debc64adb91a63cc1de3"], ["uuid", "15520960-01b5-4ce8-ab80-f1346e268c53"], ["support_identifier", "cs_dbdd8b42"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 16:51:22.449526"], ["updated_at", "2017-12-20 16:51:22.449526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486345236 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b52b3ccd-f677-401e-98f6-da567c140b5e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_02382995' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -486345236], ["username", "billy_22"], ["access_token", "eb744984c09e253e554f74b6b53d3a32"], ["uuid", "b52b3ccd-f677-401e-98f6-da567c140b5e"], ["support_identifier", "cs_02382995"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 16:51:22.454370"], ["updated_at", "2017-12-20 16:51:22.454370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -808719217 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb790f7e-7cab-49cd-87d4-dfc04312f6d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5af5229b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -808719217], ["username", "billy_23"], ["access_token", "6cfabad7860bd9fe55cd25689d7a95c2"], ["uuid", "cb790f7e-7cab-49cd-87d4-dfc04312f6d5"], ["support_identifier", "cs_5af5229b"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 16:51:22.459267"], ["updated_at", "2017-12-20 16:51:22.459267"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -190467793 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '73ebd1ab-9339-472c-81eb-b21add1763f8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a2630e8a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -190467793], ["username", "billy_24"], ["access_token", "8e3389e236a36bbc8d1f261bc1b04be2"], ["uuid", "73ebd1ab-9339-472c-81eb-b21add1763f8"], ["support_identifier", "cs_a2630e8a"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 16:51:22.464019"], ["updated_at", "2017-12-20 16:51:22.464019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -802760928 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81dde048-927d-479a-a96e-be880c05a57f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_81ca66e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -802760928], ["username", "billy_25"], ["access_token", "3845b1651e6f91364498f015ab4a69b5"], ["uuid", "81dde048-927d-479a-a96e-be880c05a57f"], ["support_identifier", "cs_81ca66e0"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 16:51:22.468829"], ["updated_at", "2017-12-20 16:51:22.468829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -38496016 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4e17428-e195-416e-a89d-68ee115e5060' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6def7d00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -38496016], ["username", "billy_26"], ["access_token", "3fd145c09fbd3701e5a8ed50f11b32a5"], ["uuid", "a4e17428-e195-416e-a89d-68ee115e5060"], ["support_identifier", "cs_6def7d00"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 16:51:22.473893"], ["updated_at", "2017-12-20 16:51:22.473893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -403694513 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93ab248c-3ac1-4f78-80b4-976e77697a48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_620c024d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -403694513], ["username", "billy_27"], ["access_token", "9e4fbb07df782f624997247ad70c5760"], ["uuid", "93ab248c-3ac1-4f78-80b4-976e77697a48"], ["support_identifier", "cs_620c024d"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 16:51:22.478833"], ["updated_at", "2017-12-20 16:51:22.478833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -946483292 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5632d8fb-4a7a-4ec2-9d0f-25ce28c2b956' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4dccab72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -946483292], ["username", "billy_28"], ["access_token", "d92c609508a9ea0568c0773605cc6b1d"], ["uuid", "5632d8fb-4a7a-4ec2-9d0f-25ce28c2b956"], ["support_identifier", "cs_4dccab72"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 16:51:22.483643"], ["updated_at", "2017-12-20 16:51:22.483643"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -843810445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0c6c60c2-6cbc-4d34-861f-4880746763e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_36aec4af' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -843810445], ["username", "billy_29"], ["access_token", "bae3cf0bbdcc3ba0227c698e4c17c607"], ["uuid", "0c6c60c2-6cbc-4d34-861f-4880746763e1"], ["support_identifier", "cs_36aec4af"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 16:51:22.488735"], ["updated_at", "2017-12-20 16:51:22.488735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1049087504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6623aa26-4a28-4b02-8909-d70176aa557f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6d95f408' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1049087504], ["username", "billy_30"], ["access_token", "c54d4296bb0e2c8897e30e57756eae7e"], ["uuid", "6623aa26-4a28-4b02-8909-d70176aa557f"], ["support_identifier", "cs_6d95f408"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 16:51:22.493453"], ["updated_at", "2017-12-20 16:51:22.493453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -555274098 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '036bb940-46a6-4803-82bc-6fb8aefa296d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_048a8b81' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -555274098], ["username", "billy_31"], ["access_token", "e6bdd1cc69f1929d30e1a430075a5b90"], ["uuid", "036bb940-46a6-4803-82bc-6fb8aefa296d"], ["support_identifier", "cs_048a8b81"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 16:51:22.498132"], ["updated_at", "2017-12-20 16:51:22.498132"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -216984599 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bc65a9a-75cf-4c33-b214-e801e6efae01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b9bfb824' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -216984599], ["username", "billy_32"], ["access_token", "a8212a86c63da9bbb884c99923dc0c54"], ["uuid", "8bc65a9a-75cf-4c33-b214-e801e6efae01"], ["support_identifier", "cs_b9bfb824"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 16:51:22.503296"], ["updated_at", "2017-12-20 16:51:22.503296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1177468901 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36b56661-6095-4418-9fdc-6e50eb855787' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0d24f4ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1177468901], ["username", "billy_33"], ["access_token", "605fbee0e57f9b755f75e2a42f54e99f"], ["uuid", "36b56661-6095-4418-9fdc-6e50eb855787"], ["support_identifier", "cs_0d24f4ef"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 16:51:22.508184"], ["updated_at", "2017-12-20 16:51:22.508184"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -119654296 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50ac075e-a38a-445a-9f8e-053eed92eb22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_362fbff1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -119654296], ["username", "billy_34"], ["access_token", "fd30529d9006a24be42f2fd392ff47c4"], ["uuid", "50ac075e-a38a-445a-9f8e-053eed92eb22"], ["support_identifier", "cs_362fbff1"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 16:51:22.512940"], ["updated_at", "2017-12-20 16:51:22.512940"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1980628023 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e1578bf-67ad-4556-a23b-e6c633537f57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_15d42d20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1980628023], ["username", "billy_35"], ["access_token", "d019fac74dab12d37d50e0b52d54cdab"], ["uuid", "9e1578bf-67ad-4556-a23b-e6c633537f57"], ["support_identifier", "cs_15d42d20"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 16:51:22.517975"], ["updated_at", "2017-12-20 16:51:22.517975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1665500466 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '671f669b-7def-45b4-a6c5-cf77d415a3b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0848beec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1665500466], ["username", "billy_36"], ["access_token", "00917b42eca6ebba8dfad9fbb1b7df4f"], ["uuid", "671f669b-7def-45b4-a6c5-cf77d415a3b3"], ["support_identifier", "cs_0848beec"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 16:51:22.522528"], ["updated_at", "2017-12-20 16:51:22.522528"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1476143321 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f81068f2-e938-492d-ac2a-bf06b6c9c38f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_42a7c736' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1476143321], ["username", "billy_37"], ["access_token", "b39ec315062c2e87be53f7f4dc398bf9"], ["uuid", "f81068f2-e938-492d-ac2a-bf06b6c9c38f"], ["support_identifier", "cs_42a7c736"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 16:51:22.526772"], ["updated_at", "2017-12-20 16:51:22.526772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2123235683 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e61223eb-b429-43da-9af5-b10fe4ca3351' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ccb4f30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2123235683], ["username", "billy_38"], ["access_token", "7f1103b9383a7919830e3d6425ae6793"], ["uuid", "e61223eb-b429-43da-9af5-b10fe4ca3351"], ["support_identifier", "cs_2ccb4f30"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 16:51:22.531045"], ["updated_at", "2017-12-20 16:51:22.531045"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -280618393 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '319d3061-8b31-4fe2-a148-f2be1fa37f19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ba3e889f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -280618393], ["username", "billy_39"], ["access_token", "14951059cfccc0119e99578c43acae24"], ["uuid", "319d3061-8b31-4fe2-a148-f2be1fa37f19"], ["support_identifier", "cs_ba3e889f"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 16:51:22.535304"], ["updated_at", "2017-12-20 16:51:22.535304"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -337618211 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e42baa61-de6b-4137-a60d-421839796674' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c2294d5b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -337618211], ["username", "billy_40"], ["access_token", "940091a577e88fbe95c4bef2003a0a35"], ["uuid", "e42baa61-de6b-4137-a60d-421839796674"], ["support_identifier", "cs_c2294d5b"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 16:51:22.539596"], ["updated_at", "2017-12-20 16:51:22.539596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726754260 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6cd4a67c-5be4-4016-90c0-14e17742a7d0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_570db406' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -726754260], ["username", "billy_41"], ["access_token", "b0cf4844c9acc87efedee4ca82859fbc"], ["uuid", "6cd4a67c-5be4-4016-90c0-14e17742a7d0"], ["support_identifier", "cs_570db406"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 16:51:22.543850"], ["updated_at", "2017-12-20 16:51:22.543850"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262560729 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'faa4f3e1-e93c-4eea-9c90-36cccb476aa7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_21eddc11' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -262560729], ["username", "billy_42"], ["access_token", "a5d4f264cd1e744043a6b822c84acba4"], ["uuid", "faa4f3e1-e93c-4eea-9c90-36cccb476aa7"], ["support_identifier", "cs_21eddc11"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 16:51:22.548300"], ["updated_at", "2017-12-20 16:51:22.548300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29758947 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e22c6bf0-c0f1-49ad-97a1-e5b83511c63a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_411b4a19' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -29758947], ["username", "billy_43"], ["access_token", "e6cfa5b59e0eb78e389bfeb54c11e58b"], ["uuid", "e22c6bf0-c0f1-49ad-97a1-e5b83511c63a"], ["support_identifier", "cs_411b4a19"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 16:51:22.553704"], ["updated_at", "2017-12-20 16:51:22.553704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597776829 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4315151b-3a50-4fe4-a602-9172cafc94d1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ac42939' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -597776829], ["username", "billy_44"], ["access_token", "e0f2c68655f14f865b6659683cb16232"], ["uuid", "4315151b-3a50-4fe4-a602-9172cafc94d1"], ["support_identifier", "cs_2ac42939"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 16:51:22.559077"], ["updated_at", "2017-12-20 16:51:22.559077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1543048584 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f890b76-dcbe-4c85-a409-ac7aaddcf782' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cc532290' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1543048584], ["username", "billy_45"], ["access_token", "202477afbc64f7db6c9a73ea283a210d"], ["uuid", "6f890b76-dcbe-4c85-a409-ac7aaddcf782"], ["support_identifier", "cs_cc532290"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 16:51:22.563279"], ["updated_at", "2017-12-20 16:51:22.563279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1916585206 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1370d1d2-b921-4f78-a48f-a70101077053' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9f91ed8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1916585206], ["username", "jstrav"], ["access_token", "dc2d696a88a9b18aa2fe06c6b0e330bb"], ["uuid", "1370d1d2-b921-4f78-a48f-a70101077053"], ["support_identifier", "cs_e9f91ed8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:22.574769"], ["updated_at", "2017-12-20 16:51:22.574769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -309592235 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1fc50523-f45d-4d60-8470-adca0fbf6180' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb55e181' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -309592235], ["username", "mary"], ["access_token", "9854e13de2b3aaf0e5a118eeb01f2429"], ["uuid", "1fc50523-f45d-4d60-8470-adca0fbf6180"], ["support_identifier", "cs_bb55e181"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:22.580489"], ["updated_at", "2017-12-20 16:51:22.580489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1308358311 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a5d50df8-95a5-4f01-bb19-e2492a00881b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_267c9db4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1308358311], ["username", "jstead"], ["access_token", "eb7d44ea16442d7110adc711d8058a63"], ["uuid", "a5d50df8-95a5-4f01-bb19-e2492a00881b"], ["support_identifier", "cs_267c9db4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:22.585012"], ["updated_at", "2017-12-20 16:51:22.585012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1535942789 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60d21651-2151-43eb-9765-34517af1d127' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9fb411e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1535942789], ["username", "bigbear"], ["access_token", "e6374c2efe238254dde2bac04e09e29d"], ["uuid", "60d21651-2151-43eb-9765-34517af1d127"], ["support_identifier", "cs_9fb411e6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:22.589421"], ["updated_at", "2017-12-20 16:51:22.589421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1503332733 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '041bde62-7f90-4aac-9641-ad9ac68e5ca6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_04164aaa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1503332733], ["username", "billy_00"], ["access_token", "dd6a6ff1dcb2a147e99affc11b7021c1"], ["uuid", "041bde62-7f90-4aac-9641-ad9ac68e5ca6"], ["support_identifier", "cs_04164aaa"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 16:51:22.593739"], ["updated_at", "2017-12-20 16:51:22.593739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1431657209 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '241b1a5e-289a-40c0-b9e4-159f7a49ab72' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b662c345' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1431657209], ["username", "billy_01"], ["access_token", "a08493d5f296218dcfe87d4a06a44e55"], ["uuid", "241b1a5e-289a-40c0-b9e4-159f7a49ab72"], ["support_identifier", "cs_b662c345"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 16:51:22.598093"], ["updated_at", "2017-12-20 16:51:22.598093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -99797367 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e1711a6-7ae2-45ae-8850-ada2148fa606' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_65528107' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -99797367], ["username", "billy_02"], ["access_token", "d44c02e6819d4affc28b43e9eab4c2c2"], ["uuid", "0e1711a6-7ae2-45ae-8850-ada2148fa606"], ["support_identifier", "cs_65528107"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 16:51:22.602511"], ["updated_at", "2017-12-20 16:51:22.602511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1805481124 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99f35d26-2790-43d1-affc-9d9a0b769b49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_533a280c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1805481124], ["username", "billy_03"], ["access_token", "c42b9b30cd5fb2e6802c154692ffc0fd"], ["uuid", "99f35d26-2790-43d1-affc-9d9a0b769b49"], ["support_identifier", "cs_533a280c"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 16:51:22.607284"], ["updated_at", "2017-12-20 16:51:22.607284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -370894091 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3a5711a-9dc0-4a0c-9b28-a7b04501e551' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9faef915' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -370894091], ["username", "billy_04"], ["access_token", "0b26ac12bbc6ed0220f1edb5275f1ce0"], ["uuid", "a3a5711a-9dc0-4a0c-9b28-a7b04501e551"], ["support_identifier", "cs_9faef915"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 16:51:22.611808"], ["updated_at", "2017-12-20 16:51:22.611808"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -652132060 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7d01f83-5065-4c7c-8917-a822d179adc7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1dd3f3a5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -652132060], ["username", "billy_05"], ["access_token", "b106a53d1311c1183d6bded6f0a4bdba"], ["uuid", "e7d01f83-5065-4c7c-8917-a822d179adc7"], ["support_identifier", "cs_1dd3f3a5"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 16:51:22.616159"], ["updated_at", "2017-12-20 16:51:22.616159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538517387 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6fc77ded-ab15-41f2-b74f-3108594b59bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ed15fc5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -538517387], ["username", "billy_06"], ["access_token", "0487bb869889a82a4af5dd6c169f3d3f"], ["uuid", "6fc77ded-ab15-41f2-b74f-3108594b59bc"], ["support_identifier", "cs_7ed15fc5"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 16:51:22.620505"], ["updated_at", "2017-12-20 16:51:22.620505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -270318192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e15f331-d294-44f9-b766-cd1572d4a310' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6a347de1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -270318192], ["username", "billy_07"], ["access_token", "5690e08d647f9c221e3cbf199c3c169c"], ["uuid", "2e15f331-d294-44f9-b766-cd1572d4a310"], ["support_identifier", "cs_6a347de1"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 16:51:22.625113"], ["updated_at", "2017-12-20 16:51:22.625113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2062716896 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '944be496-b09b-4f7c-8700-809960d40a79' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ba55ca52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2062716896], ["username", "billy_08"], ["access_token", "481595631abc437409a40199c50d8158"], ["uuid", "944be496-b09b-4f7c-8700-809960d40a79"], ["support_identifier", "cs_ba55ca52"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 16:51:22.629320"], ["updated_at", "2017-12-20 16:51:22.629320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -516482334 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8496f9be-aed5-4503-8cc8-4bc3052fb1c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_190e171f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -516482334], ["username", "billy_09"], ["access_token", "b3f6f535625b4034d3a2865203617626"], ["uuid", "8496f9be-aed5-4503-8cc8-4bc3052fb1c4"], ["support_identifier", "cs_190e171f"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 16:51:22.633615"], ["updated_at", "2017-12-20 16:51:22.633615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538867505 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8e501f4-420d-445d-991d-1d43cb579114' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_69debb21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -538867505], ["username", "billy_10"], ["access_token", "1e53dbf53efc5b5502093a5ea09b3c02"], ["uuid", "e8e501f4-420d-445d-991d-1d43cb579114"], ["support_identifier", "cs_69debb21"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 16:51:22.638001"], ["updated_at", "2017-12-20 16:51:22.638001"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1703009876 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '210bad8a-bda0-4bd5-aa5d-e6a6938a8736' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_834af988' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1703009876], ["username", "billy_11"], ["access_token", "7a7f7fa3c191156cc00fa0cd01e458c3"], ["uuid", "210bad8a-bda0-4bd5-aa5d-e6a6938a8736"], ["support_identifier", "cs_834af988"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 16:51:22.642375"], ["updated_at", "2017-12-20 16:51:22.642375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -812547384 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dcf4f892-287b-4171-a19f-43b993d30554' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_557d1539' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -812547384], ["username", "billy_12"], ["access_token", "2821f614f956ce50eff3400b0d5201eb"], ["uuid", "dcf4f892-287b-4171-a19f-43b993d30554"], ["support_identifier", "cs_557d1539"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 16:51:22.646735"], ["updated_at", "2017-12-20 16:51:22.646735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195583665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2cf7d237-bf90-45bf-b3ef-4f7558645051' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_65930270' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1195583665], ["username", "billy_13"], ["access_token", "ae84d69745e8a1d3eaeaf9709c7d6f72"], ["uuid", "2cf7d237-bf90-45bf-b3ef-4f7558645051"], ["support_identifier", "cs_65930270"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 16:51:22.651196"], ["updated_at", "2017-12-20 16:51:22.651196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366421504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f98f1e29-4af3-449b-8525-df4f456d80dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d99f72cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -366421504], ["username", "billy_14"], ["access_token", "edec118963587f58433f0e3d72baa517"], ["uuid", "f98f1e29-4af3-449b-8525-df4f456d80dc"], ["support_identifier", "cs_d99f72cf"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 16:51:22.655463"], ["updated_at", "2017-12-20 16:51:22.655463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -992654108 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f012cb78-0b1e-4eae-a813-ddf581dbbca9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f03d1bd9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -992654108], ["username", "billy_15"], ["access_token", "266a4e1b95baf61f9a679724d24091fa"], ["uuid", "f012cb78-0b1e-4eae-a813-ddf581dbbca9"], ["support_identifier", "cs_f03d1bd9"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 16:51:22.659771"], ["updated_at", "2017-12-20 16:51:22.659771"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258585068 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '830f668a-8009-45ae-bfaf-6e15c5c18ed1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2408a93e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -258585068], ["username", "billy_16"], ["access_token", "edd4f99fa2a4c50bcc571eba2e6c078d"], ["uuid", "830f668a-8009-45ae-bfaf-6e15c5c18ed1"], ["support_identifier", "cs_2408a93e"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 16:51:22.664084"], ["updated_at", "2017-12-20 16:51:22.664084"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1291950390 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd999a29-7df9-4bd7-be84-117a895d3a75' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6713c3a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1291950390], ["username", "billy_17"], ["access_token", "b70cbd0f99bb2add021fe32e1bf82b94"], ["uuid", "cd999a29-7df9-4bd7-be84-117a895d3a75"], ["support_identifier", "cs_6713c3a0"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 16:51:22.668290"], ["updated_at", "2017-12-20 16:51:22.668290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997867633 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25f4e663-10db-45d7-85d6-f1604fc6accb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0275e58' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1997867633], ["username", "billy_18"], ["access_token", "2bbdbe51d65303e972d82feec5f2525c"], ["uuid", "25f4e663-10db-45d7-85d6-f1604fc6accb"], ["support_identifier", "cs_e0275e58"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 16:51:22.672550"], ["updated_at", "2017-12-20 16:51:22.672550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2131943098 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64cf672f-3fa0-45c0-be90-3e0efaeeeed5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b7257ae5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2131943098], ["username", "billy_19"], ["access_token", "8e17c96ef9315a46f5621643d1e08b74"], ["uuid", "64cf672f-3fa0-45c0-be90-3e0efaeeeed5"], ["support_identifier", "cs_b7257ae5"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 16:51:22.676926"], ["updated_at", "2017-12-20 16:51:22.676926"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2029099442 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82412e28-cd5a-47e3-b8fe-876d4368fdc5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_23851dff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2029099442], ["username", "billy_20"], ["access_token", "068565d4b860e088535693eb4a0df6bf"], ["uuid", "82412e28-cd5a-47e3-b8fe-876d4368fdc5"], ["support_identifier", "cs_23851dff"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 16:51:22.681175"], ["updated_at", "2017-12-20 16:51:22.681175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1851712431 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc475abc-c4ed-40ef-8ade-650c2250c511' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae3314c3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1851712431], ["username", "billy_21"], ["access_token", "d085247c70239c3bcf8f3f2b42dfb3cd"], ["uuid", "fc475abc-c4ed-40ef-8ade-650c2250c511"], ["support_identifier", "cs_ae3314c3"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 16:51:22.685447"], ["updated_at", "2017-12-20 16:51:22.685447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -121186105 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d0c3e2b-899f-4f7c-8051-1e68eb729b95' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6c971121' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -121186105], ["username", "billy_22"], ["access_token", "3e67757156bbb19e74c8894bf53b80c9"], ["uuid", "8d0c3e2b-899f-4f7c-8051-1e68eb729b95"], ["support_identifier", "cs_6c971121"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 16:51:22.689766"], ["updated_at", "2017-12-20 16:51:22.689766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -808470991 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '58f81ab5-e835-4bce-9814-0b88d2caba61' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e60720fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -808470991], ["username", "billy_23"], ["access_token", "3bcac19af5b54a22bc53a100a4d1294a"], ["uuid", "58f81ab5-e835-4bce-9814-0b88d2caba61"], ["support_identifier", "cs_e60720fd"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 16:51:22.694077"], ["updated_at", "2017-12-20 16:51:22.694077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1087044285 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c4e1605-2674-45ab-8815-130316419398' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9bba4c05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1087044285], ["username", "billy_24"], ["access_token", "e462e7ec1f981e8263f98b0777352b4e"], ["uuid", "4c4e1605-2674-45ab-8815-130316419398"], ["support_identifier", "cs_9bba4c05"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 16:51:22.698342"], ["updated_at", "2017-12-20 16:51:22.698342"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1799004155 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d611b0d-9590-447e-accd-fb800b9b309c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_57fe69eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1799004155], ["username", "billy_25"], ["access_token", "a71feb55fcb5d2a54719acb760d5d9be"], ["uuid", "7d611b0d-9590-447e-accd-fb800b9b309c"], ["support_identifier", "cs_57fe69eb"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 16:51:22.702704"], ["updated_at", "2017-12-20 16:51:22.702704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1430398715 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f930a40c-ac6b-4baa-b320-159a966dde8b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_59b5bea0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1430398715], ["username", "billy_26"], ["access_token", "02f0ff5f03af8bc361546b19d52e12f9"], ["uuid", "f930a40c-ac6b-4baa-b320-159a966dde8b"], ["support_identifier", "cs_59b5bea0"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 16:51:22.707019"], ["updated_at", "2017-12-20 16:51:22.707019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1738721013 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e46db9b-11dc-4758-81cf-3597494d19a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3dc25984' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1738721013], ["username", "billy_27"], ["access_token", "bf58af034ae0e5e9c8fdf4d68651acea"], ["uuid", "0e46db9b-11dc-4758-81cf-3597494d19a6"], ["support_identifier", "cs_3dc25984"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 16:51:22.711350"], ["updated_at", "2017-12-20 16:51:22.711350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1331666030 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a00d3649-52de-4d11-8871-3b6fc1bb5b34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_94e0e5b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1331666030], ["username", "billy_28"], ["access_token", "1d9a5a19cbc5e9dc0a307e7ede2e9cda"], ["uuid", "a00d3649-52de-4d11-8871-3b6fc1bb5b34"], ["support_identifier", "cs_94e0e5b4"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 16:51:22.715732"], ["updated_at", "2017-12-20 16:51:22.715732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016733755 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2f5948c-d7a8-4a1e-807a-a49edb59db05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc122507' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1016733755], ["username", "billy_29"], ["access_token", "29fc43ade3d5240592c45396e2e9e720"], ["uuid", "c2f5948c-d7a8-4a1e-807a-a49edb59db05"], ["support_identifier", "cs_bc122507"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 16:51:22.720063"], ["updated_at", "2017-12-20 16:51:22.720063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -914726039 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f59bbde5-6754-43c6-8461-068aad7a1276' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_480dc4bf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -914726039], ["username", "billy_30"], ["access_token", "6e5ffb6887ee9c9e5d3fa9c6a54a2a24"], ["uuid", "f59bbde5-6754-43c6-8461-068aad7a1276"], ["support_identifier", "cs_480dc4bf"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 16:51:22.724479"], ["updated_at", "2017-12-20 16:51:22.724479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2059682071 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2a3c624-5e5c-47d6-83af-d78ff7523876' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f06a1a5e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2059682071], ["username", "billy_31"], ["access_token", "0c38df91adb27b6a978dd54520e7d051"], ["uuid", "f2a3c624-5e5c-47d6-83af-d78ff7523876"], ["support_identifier", "cs_f06a1a5e"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 16:51:22.728937"], ["updated_at", "2017-12-20 16:51:22.728937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1606044225 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5eb41106-5ba2-4e4c-9922-737b43eaf3bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9500e2bd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1606044225], ["username", "billy_32"], ["access_token", "2d35881da647560c82792ccacb6507af"], ["uuid", "5eb41106-5ba2-4e4c-9922-737b43eaf3bf"], ["support_identifier", "cs_9500e2bd"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 16:51:22.733310"], ["updated_at", "2017-12-20 16:51:22.733310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -940254743 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64bcd2b6-51e0-4467-8d45-62faca045fd6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f7cda635' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -940254743], ["username", "billy_33"], ["access_token", "d30727474df461e821cd14545a6a9060"], ["uuid", "64bcd2b6-51e0-4467-8d45-62faca045fd6"], ["support_identifier", "cs_f7cda635"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 16:51:22.737580"], ["updated_at", "2017-12-20 16:51:22.737580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -54712318 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a5721f7-9aba-499a-a344-f546ddd352c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ecae4377' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -54712318], ["username", "billy_34"], ["access_token", "795bc78ee2ed5cff292dd72e4c58f048"], ["uuid", "2a5721f7-9aba-499a-a344-f546ddd352c8"], ["support_identifier", "cs_ecae4377"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 16:51:22.741660"], ["updated_at", "2017-12-20 16:51:22.741660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1887881678 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25d9e905-fb5a-46de-803d-d1227ed724fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0e9e168' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1887881678], ["username", "billy_35"], ["access_token", "222b553c5b96905ec1a1358ffec1eb36"], ["uuid", "25d9e905-fb5a-46de-803d-d1227ed724fe"], ["support_identifier", "cs_e0e9e168"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 16:51:22.745724"], ["updated_at", "2017-12-20 16:51:22.745724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -350438269 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1fa2092-e51e-4852-b0b6-2ca16d115ae8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd29b0de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -350438269], ["username", "billy_36"], ["access_token", "51137b60225e59c47e04497d0f0cd3aa"], ["uuid", "b1fa2092-e51e-4852-b0b6-2ca16d115ae8"], ["support_identifier", "cs_fd29b0de"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 16:51:22.749744"], ["updated_at", "2017-12-20 16:51:22.749744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768315896 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '151ba30c-6cfa-4b93-8493-e7f134269183' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d32b522' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1768315896], ["username", "billy_37"], ["access_token", "99839c32f6ec3ebf517290076e66e709"], ["uuid", "151ba30c-6cfa-4b93-8493-e7f134269183"], ["support_identifier", "cs_5d32b522"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 16:51:22.753819"], ["updated_at", "2017-12-20 16:51:22.753819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841003527 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f25ebb9b-035d-4095-b58b-c499ea0a95cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9bd8a5f5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1841003527], ["username", "billy_38"], ["access_token", "2fc0197062ce4d02a424e13bb82dc2a6"], ["uuid", "f25ebb9b-035d-4095-b58b-c499ea0a95cf"], ["support_identifier", "cs_9bd8a5f5"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 16:51:22.757854"], ["updated_at", "2017-12-20 16:51:22.757854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -513246173 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e842d233-28ef-4cba-a457-7d8389af2742' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c6a2f96d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -513246173], ["username", "billy_39"], ["access_token", "2363d8ae9f8b9a0185e4efb86c9e4091"], ["uuid", "e842d233-28ef-4cba-a457-7d8389af2742"], ["support_identifier", "cs_c6a2f96d"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 16:51:22.761935"], ["updated_at", "2017-12-20 16:51:22.761935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529814301 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '26e75606-8e59-44d7-8a5f-9ef3f9baa216' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c4b6e88c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -529814301], ["username", "billy_40"], ["access_token", "cc4288822902ae5f276082206a7cdd72"], ["uuid", "26e75606-8e59-44d7-8a5f-9ef3f9baa216"], ["support_identifier", "cs_c4b6e88c"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 16:51:22.765968"], ["updated_at", "2017-12-20 16:51:22.765968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026482097 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07a4be56-c8a7-4141-aa43-7974fa65a7d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad3871dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2026482097], ["username", "billy_41"], ["access_token", "fc26dd0db105f61843200c0b5579fbd4"], ["uuid", "07a4be56-c8a7-4141-aa43-7974fa65a7d8"], ["support_identifier", "cs_ad3871dc"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 16:51:22.770034"], ["updated_at", "2017-12-20 16:51:22.770034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -437757336 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '201e2b77-fc8a-44cb-849c-20e8dd32640b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8be57b96' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -437757336], ["username", "billy_42"], ["access_token", "2136e11244f79e40f63ef48129af04f5"], ["uuid", "201e2b77-fc8a-44cb-849c-20e8dd32640b"], ["support_identifier", "cs_8be57b96"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 16:51:22.774077"], ["updated_at", "2017-12-20 16:51:22.774077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1730437634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f2d42a0-9ddd-4990-94fe-c72e29b22a02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d17d9162' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1730437634], ["username", "billy_43"], ["access_token", "ca1c45cefc7083209c3d98b0e292922b"], ["uuid", "8f2d42a0-9ddd-4990-94fe-c72e29b22a02"], ["support_identifier", "cs_d17d9162"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 16:51:22.778170"], ["updated_at", "2017-12-20 16:51:22.778170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -811126145 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9170f98-bc54-4411-ac4e-f0001974114b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_589ddac6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -811126145], ["username", "billy_44"], ["access_token", "c76b0d4871be3102fdcb4a48ef1c850f"], ["uuid", "b9170f98-bc54-4411-ac4e-f0001974114b"], ["support_identifier", "cs_589ddac6"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 16:51:22.782243"], ["updated_at", "2017-12-20 16:51:22.782243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1268153316 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4fa4ad2d-9cfb-4b6f-adc7-d01693cd7bec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0073851f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1268153316], ["username", "billy_45"], ["access_token", "6f2cbe3ecf5afae2c14e62dfb4e2bc1e"], ["uuid", "4fa4ad2d-9cfb-4b6f-adc7-d01693cd7bec"], ["support_identifier", "cs_0073851f"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 16:51:22.786419"], ["updated_at", "2017-12-20 16:51:22.786419"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1144554529 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b60a0212-a12f-4b4f-bbda-f41f2cbc67a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d707d2b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1144554529], ["username", "jstrav"], ["access_token", "0b00c149d1cfd066223eab2cb15d3dc4"], ["uuid", "b60a0212-a12f-4b4f-bbda-f41f2cbc67a6"], ["support_identifier", "cs_7d707d2b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:22.796274"], ["updated_at", "2017-12-20 16:51:22.796274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -681530739 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '544d56c7-144d-4acc-b37a-5940570e8766' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a0985bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -681530739], ["username", "mary"], ["access_token", "17db847cad4ea5637c5d30dddaf45510"], ["uuid", "544d56c7-144d-4acc-b37a-5940570e8766"], ["support_identifier", "cs_2a0985bf"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:22.800541"], ["updated_at", "2017-12-20 16:51:22.800541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1662933908 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c16b26f-ea25-419c-8600-173f0cd8063c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a996721e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1662933908], ["username", "jstead"], ["access_token", "040139368c1ade956e2de5d3914989cb"], ["uuid", "2c16b26f-ea25-419c-8600-173f0cd8063c"], ["support_identifier", "cs_a996721e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:22.804677"], ["updated_at", "2017-12-20 16:51:22.804677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -325781619 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45389af8-9ff7-4a18-9277-f5e6c55bdfa7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_416d595a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -325781619], ["username", "bigbear"], ["access_token", "2e8e289c7890dc8fd9b6bdc5760c0fc7"], ["uuid", "45389af8-9ff7-4a18-9277-f5e6c55bdfa7"], ["support_identifier", "cs_416d595a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:22.808748"], ["updated_at", "2017-12-20 16:51:22.808748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -734411579 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6826214-3bd0-43c6-9078-b517b691bd26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae6cc6af' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -734411579], ["username", "foo_bb"], ["access_token", "19d4b0b779127a05cf7d637675eb491a"], ["uuid", "f6826214-3bd0-43c6-9078-b517b691bd26"], ["support_identifier", "cs_ae6cc6af"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-12-20 16:51:22.812867"], ["updated_at", "2017-12-20 16:51:22.812867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64663891 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d88bcdd-9bd6-4587-a220-c80034f74c4d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa0922ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -64663891], ["username", "foo_bj"], ["access_token", "ede1b50afe88c3b6e56d80bc26c3218f"], ["uuid", "2d88bcdd-9bd6-4587-a220-c80034f74c4d"], ["support_identifier", "cs_fa0922ff"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-12-20 16:51:22.816915"], ["updated_at", "2017-12-20 16:51:22.816915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -418089209 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91860043-da94-400b-a129-db1e6b0a473a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_872219b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -418089209], ["username", "foo_tj"], ["access_token", "1864d3f2f93031eb34c84d7f4457e610"], ["uuid", "91860043-da94-400b-a129-db1e6b0a473a"], ["support_identifier", "cs_872219b9"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-12-20 16:51:22.821008"], ["updated_at", "2017-12-20 16:51:22.821008"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 10:51:22 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 25ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 10:51:22 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 10:51:22 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 10:51:22 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 10:51:22 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 10:51:22 -0600  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 10:51:22 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 10:51:22 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 10:51:22 -0600  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1681636061 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1bcd1078-9f92-41ac-a357-01a7e0d633a0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e96c0834' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1681636061], ["username", "jstrav"], ["access_token", "14a3a0753e3c19223aac07724c1d4942"], ["uuid", "1bcd1078-9f92-41ac-a357-01a7e0d633a0"], ["support_identifier", "cs_e96c0834"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:22.911713"], ["updated_at", "2017-12-20 16:51:22.911713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1257100157 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8270409e-ee07-4e8b-afdf-b7628e95268e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e805068e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1257100157], ["username", "mary"], ["access_token", "3d0b0f3f0accea46a7e5d114bd333768"], ["uuid", "8270409e-ee07-4e8b-afdf-b7628e95268e"], ["support_identifier", "cs_e805068e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:22.916327"], ["updated_at", "2017-12-20 16:51:22.916327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -523757783 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f81fb20-198b-46da-b42f-7e31465c64ec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53b8c245' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -523757783], ["username", "jstead"], ["access_token", "a8f857d396a8c9783870e28de8a6f1f7"], ["uuid", "8f81fb20-198b-46da-b42f-7e31465c64ec"], ["support_identifier", "cs_53b8c245"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:22.920945"], ["updated_at", "2017-12-20 16:51:22.920945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1702385024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21b6cbbf-b848-48da-805c-c62806a83865' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e21b974' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1702385024], ["username", "bigbear"], ["access_token", "4930b486364cf25dda6af6877d25e3cf"], ["uuid", "21b6cbbf-b848-48da-805c-c62806a83865"], ["support_identifier", "cs_4e21b974"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:22.925212"], ["updated_at", "2017-12-20 16:51:22.925212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -578202158 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b096930-7e4b-4721-a60b-42c299b0a68a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62f60d30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -578202158], ["username", "billy_00"], ["access_token", "9dc9f055417351dcc1a7e8bac45f412e"], ["uuid", "6b096930-7e4b-4721-a60b-42c299b0a68a"], ["support_identifier", "cs_62f60d30"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 16:51:22.929431"], ["updated_at", "2017-12-20 16:51:22.929431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1580216816 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93b010ba-e139-47f0-90f4-6ec073b0b0a9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0c976414' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1580216816], ["username", "billy_01"], ["access_token", "695dfde417eafd9a3e5863493017e896"], ["uuid", "93b010ba-e139-47f0-90f4-6ec073b0b0a9"], ["support_identifier", "cs_0c976414"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 16:51:22.933527"], ["updated_at", "2017-12-20 16:51:22.933527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1264352129 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe5d94dc-638b-4d41-a781-0d6ce0e25e57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d58fe5c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1264352129], ["username", "billy_02"], ["access_token", "a262bc144a34c6da24e213c5426e9583"], ["uuid", "fe5d94dc-638b-4d41-a781-0d6ce0e25e57"], ["support_identifier", "cs_d58fe5c4"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 16:51:22.937607"], ["updated_at", "2017-12-20 16:51:22.937607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2130160183 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f701e85-de64-457e-b9de-2d8aa6e5e8d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5dee17e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2130160183], ["username", "billy_03"], ["access_token", "57a47945344c587c595a0b909c20fcfe"], ["uuid", "4f701e85-de64-457e-b9de-2d8aa6e5e8d8"], ["support_identifier", "cs_5dee17e1"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 16:51:22.941597"], ["updated_at", "2017-12-20 16:51:22.941597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478578014 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7581eafd-d754-498b-9cc7-8d44f52f449b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8de399e2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -478578014], ["username", "billy_04"], ["access_token", "5a57af00abf8a8e754d0c117a8f8f821"], ["uuid", "7581eafd-d754-498b-9cc7-8d44f52f449b"], ["support_identifier", "cs_8de399e2"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 16:51:22.945671"], ["updated_at", "2017-12-20 16:51:22.945671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -399559574 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c4f2294a-e3a8-49ec-9f75-135639b7f171' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd081e4e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -399559574], ["username", "billy_05"], ["access_token", "8966b87120c7f3569e84ce773ab50457"], ["uuid", "c4f2294a-e3a8-49ec-9f75-135639b7f171"], ["support_identifier", "cs_fd081e4e"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 16:51:22.949716"], ["updated_at", "2017-12-20 16:51:22.949716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2072842298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2abec55d-e4cb-41cc-a8ff-20b2ef214454' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_31778185' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2072842298], ["username", "billy_06"], ["access_token", "1336f373b0b1fe8b8c1bf863f2c11fb0"], ["uuid", "2abec55d-e4cb-41cc-a8ff-20b2ef214454"], ["support_identifier", "cs_31778185"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 16:51:22.953809"], ["updated_at", "2017-12-20 16:51:22.953809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2034740533 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '61df77b6-4849-4385-a991-68edb8c5b4c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3342d5dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2034740533], ["username", "billy_07"], ["access_token", "c6103edff693b6cc374c57b8032488e0"], ["uuid", "61df77b6-4849-4385-a991-68edb8c5b4c5"], ["support_identifier", "cs_3342d5dd"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 16:51:22.957891"], ["updated_at", "2017-12-20 16:51:22.957891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1118383135 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7b412cb-86c3-469e-a27c-00d4c40e709c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9ea9cc1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1118383135], ["username", "billy_08"], ["access_token", "3cdb385bf1943cc6de56394b6aa47468"], ["uuid", "d7b412cb-86c3-469e-a27c-00d4c40e709c"], ["support_identifier", "cs_e9ea9cc1"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 16:51:22.961975"], ["updated_at", "2017-12-20 16:51:22.961975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1300663060 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c49ab463-3a26-4988-b891-d257f72f9456' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9cf453b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1300663060], ["username", "billy_09"], ["access_token", "4f95bdf66ae44a61e95ac9fe38d02fa6"], ["uuid", "c49ab463-3a26-4988-b891-d257f72f9456"], ["support_identifier", "cs_9cf453b2"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 16:51:22.965997"], ["updated_at", "2017-12-20 16:51:22.965997"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1512421663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24a40962-8489-40f3-8d1f-12bc0f8ea915' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c0a11b4a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1512421663], ["username", "billy_10"], ["access_token", "1be00eb00d1978f4bca01f4b84c871f9"], ["uuid", "24a40962-8489-40f3-8d1f-12bc0f8ea915"], ["support_identifier", "cs_c0a11b4a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 16:51:22.970145"], ["updated_at", "2017-12-20 16:51:22.970145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1515513203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '471a0552-2d24-4ac6-a67f-348fa2317d64' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_11e4bbb3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1515513203], ["username", "billy_11"], ["access_token", "d6d5e244e3836f979351b45cd8eca9bf"], ["uuid", "471a0552-2d24-4ac6-a67f-348fa2317d64"], ["support_identifier", "cs_11e4bbb3"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 16:51:22.974249"], ["updated_at", "2017-12-20 16:51:22.974249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -613601569 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eeaf6080-221c-42c0-b2d5-119cd7b98bae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a772bf5b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -613601569], ["username", "billy_12"], ["access_token", "aa949c4d0fd1e610470388fc5d6113aa"], ["uuid", "eeaf6080-221c-42c0-b2d5-119cd7b98bae"], ["support_identifier", "cs_a772bf5b"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 16:51:22.978569"], ["updated_at", "2017-12-20 16:51:22.978569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -425338004 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ce8c803-0eb2-4f99-a084-f4ce756da7ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6f49e31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -425338004], ["username", "billy_13"], ["access_token", "39d3b5101ae4ffd7bd638c73d7fe4b01"], ["uuid", "9ce8c803-0eb2-4f99-a084-f4ce756da7ab"], ["support_identifier", "cs_e6f49e31"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 16:51:22.982728"], ["updated_at", "2017-12-20 16:51:22.982728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2001086010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38970f1e-1860-4e9b-9a7e-435af3c09164' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b92ce439' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2001086010], ["username", "billy_14"], ["access_token", "6a9432b23557bd9d76c4f31a2d0bee6b"], ["uuid", "38970f1e-1860-4e9b-9a7e-435af3c09164"], ["support_identifier", "cs_b92ce439"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 16:51:22.993993"], ["updated_at", "2017-12-20 16:51:22.993993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1967953402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aae6235d-02eb-4be6-8bd7-f54646f41889' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_07b314e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1967953402], ["username", "billy_15"], ["access_token", "4af79cf519a53b97b9c1ee6fa757b592"], ["uuid", "aae6235d-02eb-4be6-8bd7-f54646f41889"], ["support_identifier", "cs_07b314e3"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 16:51:22.998369"], ["updated_at", "2017-12-20 16:51:22.998369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1700431872 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'efce1ddf-b259-45a2-aa45-c03a1fcb194a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c4dab3b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1700431872], ["username", "billy_16"], ["access_token", "02fb65b5dd039f7b73e475f48f08d133"], ["uuid", "efce1ddf-b259-45a2-aa45-c03a1fcb194a"], ["support_identifier", "cs_c4dab3b2"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 16:51:23.002594"], ["updated_at", "2017-12-20 16:51:23.002594"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1718744593 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a086a5e0-790a-4712-bf3f-30358661baaa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_21dddbe5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1718744593], ["username", "billy_17"], ["access_token", "875eee283f4fbf13d8cdb0f92d518721"], ["uuid", "a086a5e0-790a-4712-bf3f-30358661baaa"], ["support_identifier", "cs_21dddbe5"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 16:51:23.006873"], ["updated_at", "2017-12-20 16:51:23.006873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -633885660 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9996e02c-f810-49bf-938b-4850af88d23b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_120003e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -633885660], ["username", "billy_18"], ["access_token", "4a417a8d0fd456a6d7cf08343f76a2ab"], ["uuid", "9996e02c-f810-49bf-938b-4850af88d23b"], ["support_identifier", "cs_120003e8"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 16:51:23.011171"], ["updated_at", "2017-12-20 16:51:23.011171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -624250721 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a23876e0-4e7e-4e05-aff7-4924cad1f049' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3710ead1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -624250721], ["username", "billy_19"], ["access_token", "3ab8a1667a034bf1111489b7f938a5eb"], ["uuid", "a23876e0-4e7e-4e05-aff7-4924cad1f049"], ["support_identifier", "cs_3710ead1"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 16:51:23.015393"], ["updated_at", "2017-12-20 16:51:23.015393"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -304981202 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '148f7278-3918-4a48-adeb-03ad458104fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67ca9e2b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -304981202], ["username", "billy_20"], ["access_token", "8c869be9cefcedecbc3f4e0c30b9a333"], ["uuid", "148f7278-3918-4a48-adeb-03ad458104fd"], ["support_identifier", "cs_67ca9e2b"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 16:51:23.019755"], ["updated_at", "2017-12-20 16:51:23.019755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1317694076 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de5e7d3d-dbcf-416d-8ad7-cd62c7c3c265' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5f4643f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1317694076], ["username", "billy_21"], ["access_token", "70f5844c9d083727cc151b335d8af1e2"], ["uuid", "de5e7d3d-dbcf-416d-8ad7-cd62c7c3c265"], ["support_identifier", "cs_c5f4643f"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 16:51:23.024067"], ["updated_at", "2017-12-20 16:51:23.024067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1845905729 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c4a3bd31-8bc4-425c-89ac-8151b8509ca0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c1e20bc9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1845905729], ["username", "billy_22"], ["access_token", "525566b69f4e2c0697318ae46e810878"], ["uuid", "c4a3bd31-8bc4-425c-89ac-8151b8509ca0"], ["support_identifier", "cs_c1e20bc9"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 16:51:23.028354"], ["updated_at", "2017-12-20 16:51:23.028354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1352898581 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5445d6b8-dc9d-42b4-8a44-43b2017459a9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea281b32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1352898581], ["username", "billy_23"], ["access_token", "d23149d514a08e2e78dc42b7f0c72710"], ["uuid", "5445d6b8-dc9d-42b4-8a44-43b2017459a9"], ["support_identifier", "cs_ea281b32"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 16:51:23.032683"], ["updated_at", "2017-12-20 16:51:23.032683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -759204384 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25acd67b-69b6-4223-a754-cf77bf7ec350' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ccaaf9b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -759204384], ["username", "billy_24"], ["access_token", "31aba946952566dd56bbe530fc551216"], ["uuid", "25acd67b-69b6-4223-a754-cf77bf7ec350"], ["support_identifier", "cs_ccaaf9b7"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 16:51:23.036949"], ["updated_at", "2017-12-20 16:51:23.036949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1360638668 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dad6b624-b997-44ea-8668-df7e3dbd855b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e40a18f5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1360638668], ["username", "billy_25"], ["access_token", "6e9bbe1e86fd7e8d76a58934a332b509"], ["uuid", "dad6b624-b997-44ea-8668-df7e3dbd855b"], ["support_identifier", "cs_e40a18f5"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 16:51:23.041248"], ["updated_at", "2017-12-20 16:51:23.041248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -802529996 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75ee3932-9c78-49e2-b522-5215ce851de0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_941873a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -802529996], ["username", "billy_26"], ["access_token", "4634b54f3483cbe6a1854a1f0716ae31"], ["uuid", "75ee3932-9c78-49e2-b522-5215ce851de0"], ["support_identifier", "cs_941873a3"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 16:51:23.045459"], ["updated_at", "2017-12-20 16:51:23.045459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -277390787 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '254022b0-6c12-46f0-a85c-dc5f0458b235' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_77a88bff' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -277390787], ["username", "billy_27"], ["access_token", "974badc217b51983191128ff04ccbed2"], ["uuid", "254022b0-6c12-46f0-a85c-dc5f0458b235"], ["support_identifier", "cs_77a88bff"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 16:51:23.050125"], ["updated_at", "2017-12-20 16:51:23.050125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2090529818 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '508e303f-bf04-43c2-8ff4-edc62dd48776' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_075785a3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2090529818], ["username", "billy_28"], ["access_token", "eabffd7f410bdf0c3749e705e6ea45e3"], ["uuid", "508e303f-bf04-43c2-8ff4-edc62dd48776"], ["support_identifier", "cs_075785a3"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 16:51:23.056631"], ["updated_at", "2017-12-20 16:51:23.056631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1078519126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae16a68a-755a-4b93-979e-4db7dcaa9fdb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c1dda522' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1078519126], ["username", "billy_29"], ["access_token", "5d6641738c6e229bc957e91e6e6e8c7b"], ["uuid", "ae16a68a-755a-4b93-979e-4db7dcaa9fdb"], ["support_identifier", "cs_c1dda522"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 16:51:23.061510"], ["updated_at", "2017-12-20 16:51:23.061510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2056988284 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '73ac5c37-3707-468c-8c39-2f35666281db' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0eb4360c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2056988284], ["username", "billy_30"], ["access_token", "781564b622bb0cd719b7bbb6ac63d9af"], ["uuid", "73ac5c37-3707-468c-8c39-2f35666281db"], ["support_identifier", "cs_0eb4360c"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 16:51:23.065796"], ["updated_at", "2017-12-20 16:51:23.065796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1895514681 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f26190e5-ac32-4746-b99d-680f0070db86' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8b2e5caf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1895514681], ["username", "billy_31"], ["access_token", "702797c05fedb4e69177c60ae9439b87"], ["uuid", "f26190e5-ac32-4746-b99d-680f0070db86"], ["support_identifier", "cs_8b2e5caf"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 16:51:23.070270"], ["updated_at", "2017-12-20 16:51:23.070270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1290336781 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '879015ff-ebcb-4ee8-a9ce-41691d547968' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c87064a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1290336781], ["username", "billy_32"], ["access_token", "06e51e78bd3b6d2f3528c47db15b45b2"], ["uuid", "879015ff-ebcb-4ee8-a9ce-41691d547968"], ["support_identifier", "cs_4c87064a"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 16:51:23.074867"], ["updated_at", "2017-12-20 16:51:23.074867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1087895847 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3245ff8-2047-4ca2-90a7-9b990b9d1fbd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63701fd5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1087895847], ["username", "billy_33"], ["access_token", "fd5515d5566c8f17feefa89bda77f08c"], ["uuid", "f3245ff8-2047-4ca2-90a7-9b990b9d1fbd"], ["support_identifier", "cs_63701fd5"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 16:51:23.079115"], ["updated_at", "2017-12-20 16:51:23.079115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -23454261 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e72a6eae-c456-4aa2-b006-b17d6d6a8405' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93f6a1c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -23454261], ["username", "billy_34"], ["access_token", "bf8740e9d5d47246cd6d1479c7830468"], ["uuid", "e72a6eae-c456-4aa2-b006-b17d6d6a8405"], ["support_identifier", "cs_93f6a1c6"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 16:51:23.083500"], ["updated_at", "2017-12-20 16:51:23.083500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -91653892 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7263bc90-495e-45b9-983a-cb8af465e8fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d006acca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -91653892], ["username", "billy_35"], ["access_token", "c18a35f67a4d787b88ebde8d79371edf"], ["uuid", "7263bc90-495e-45b9-983a-cb8af465e8fb"], ["support_identifier", "cs_d006acca"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 16:51:23.088112"], ["updated_at", "2017-12-20 16:51:23.088112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -344103299 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cf5cb85-88db-47ae-8bde-3b28bc97bc4a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a873111' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -344103299], ["username", "billy_36"], ["access_token", "44ed6a995b6b60a01cd31ec98bf258b6"], ["uuid", "8cf5cb85-88db-47ae-8bde-3b28bc97bc4a"], ["support_identifier", "cs_2a873111"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 16:51:23.092648"], ["updated_at", "2017-12-20 16:51:23.092648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407625584 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce31ce42-ae76-4c15-bd7b-1f9481122e24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_685d7163' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1407625584], ["username", "billy_37"], ["access_token", "6621335f03ac44ec8312df61b924b2f1"], ["uuid", "ce31ce42-ae76-4c15-bd7b-1f9481122e24"], ["support_identifier", "cs_685d7163"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 16:51:23.097427"], ["updated_at", "2017-12-20 16:51:23.097427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1231580012 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38bd2806-f3b4-47bc-8cd3-6980c18f14f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a95b602b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1231580012], ["username", "billy_38"], ["access_token", "7c7912358e40aa00156f185495d43eda"], ["uuid", "38bd2806-f3b4-47bc-8cd3-6980c18f14f9"], ["support_identifier", "cs_a95b602b"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 16:51:23.102322"], ["updated_at", "2017-12-20 16:51:23.102322"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1193344596 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '73d96685-0629-43ee-ba1c-8340edefac57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d28a3a58' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1193344596], ["username", "billy_39"], ["access_token", "e893e384d72663896a0456b70d5a0d54"], ["uuid", "73d96685-0629-43ee-ba1c-8340edefac57"], ["support_identifier", "cs_d28a3a58"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 16:51:23.107110"], ["updated_at", "2017-12-20 16:51:23.107110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2056619001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97affa07-25ba-4eb0-b67f-bd099116ff3f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8dd7e69f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2056619001], ["username", "billy_40"], ["access_token", "9f894aa4333d2c20614e3420b04f07d8"], ["uuid", "97affa07-25ba-4eb0-b67f-bd099116ff3f"], ["support_identifier", "cs_8dd7e69f"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 16:51:23.112108"], ["updated_at", "2017-12-20 16:51:23.112108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1608727686 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b2e5a39-ad24-438c-939f-698a36c4875f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b83dc2b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1608727686], ["username", "billy_41"], ["access_token", "f0ad85a82b0d238c55ea5a61519baf99"], ["uuid", "4b2e5a39-ad24-438c-939f-698a36c4875f"], ["support_identifier", "cs_b83dc2b8"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 16:51:23.117295"], ["updated_at", "2017-12-20 16:51:23.117295"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1024367594 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f701be0-5485-40a3-a3de-1fb4bda4ed5a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48f3e056' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1024367594], ["username", "billy_42"], ["access_token", "2f7b79ad0dc439bbc513a5f1f8c102da"], ["uuid", "1f701be0-5485-40a3-a3de-1fb4bda4ed5a"], ["support_identifier", "cs_48f3e056"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 16:51:23.122187"], ["updated_at", "2017-12-20 16:51:23.122187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656087524 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5dcb9b43-d5a8-4cba-982d-5cf791688648' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b4268db5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1656087524], ["username", "billy_43"], ["access_token", "3f9b3f299826d1a8b1eb36b02e0c5f9b"], ["uuid", "5dcb9b43-d5a8-4cba-982d-5cf791688648"], ["support_identifier", "cs_b4268db5"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 16:51:23.127079"], ["updated_at", "2017-12-20 16:51:23.127079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -907292574 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12d641f2-2f40-4285-aa7b-4701bfe52755' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_258b08f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -907292574], ["username", "billy_44"], ["access_token", "85ec7008b98d0922557e65bc965b6db9"], ["uuid", "12d641f2-2f40-4285-aa7b-4701bfe52755"], ["support_identifier", "cs_258b08f0"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 16:51:23.132275"], ["updated_at", "2017-12-20 16:51:23.132275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1487363535 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bec59951-cdab-472d-9743-413dba1d27c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9cb6e691' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1487363535], ["username", "billy_45"], ["access_token", "29cf68cf2112da052d890894c304cd60"], ["uuid", "bec59951-cdab-472d-9743-413dba1d27c9"], ["support_identifier", "cs_9cb6e691"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 16:51:23.136713"], ["updated_at", "2017-12-20 16:51:23.136713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -199169683 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '70925f9c-fdda-4203-b1fb-dca595202f7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7758afaf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -199169683], ["username", "billy_46"], ["access_token", "3c4e23dbc39b7b7e074c7b435fc22cfa"], ["uuid", "70925f9c-fdda-4203-b1fb-dca595202f7a"], ["support_identifier", "cs_7758afaf"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 16:51:23.141299"], ["updated_at", "2017-12-20 16:51:23.141299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2078732372 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bcefe299-9478-4ccc-8617-6e5f89daa241' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28697c4e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2078732372], ["username", "billy_47"], ["access_token", "85832d3320cacebb69329378f33725cb"], ["uuid", "bcefe299-9478-4ccc-8617-6e5f89daa241"], ["support_identifier", "cs_28697c4e"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 16:51:23.145665"], ["updated_at", "2017-12-20 16:51:23.145665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1893758964 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18254559-8ca3-4c12-a965-cdfe97b89461' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1ee4f10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1893758964], ["username", "billy_48"], ["access_token", "c02d2dcc4c53d4fcf2927d9bca9bf0a3"], ["uuid", "18254559-8ca3-4c12-a965-cdfe97b89461"], ["support_identifier", "cs_d1ee4f10"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 16:51:23.149977"], ["updated_at", "2017-12-20 16:51:23.149977"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -96656588 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f40c591a-17ec-4b33-95c4-2fbe681d8c45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c6a06c55' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -96656588], ["username", "billy_49"], ["access_token", "9bca1b2b47cf2b2da58b083c76e0573d"], ["uuid", "f40c591a-17ec-4b33-95c4-2fbe681d8c45"], ["support_identifier", "cs_c6a06c55"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 16:51:23.154206"], ["updated_at", "2017-12-20 16:51:23.154206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -590698394 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6697dad0-ae05-4e86-bc06-add96df8ae7d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29058057' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -590698394], ["username", "jstrav"], ["access_token", "95d7d084658f0dace875acea1520b1fd"], ["uuid", "6697dad0-ae05-4e86-bc06-add96df8ae7d"], ["support_identifier", "cs_29058057"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:51:23.163116"], ["updated_at", "2017-12-20 16:51:23.163116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -630547553 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b7dda63-0c3d-4728-82d1-eb774996644d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_304bd488' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -630547553], ["username", "mary"], ["access_token", "5833604122b663b22d5efec42b224636"], ["uuid", "0b7dda63-0c3d-4728-82d1-eb774996644d"], ["support_identifier", "cs_304bd488"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:51:23.168019"], ["updated_at", "2017-12-20 16:51:23.168019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1956426244 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3e7aab1-7eb8-4c85-886f-e4422b7600d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0f80f743' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1956426244], ["username", "jstead"], ["access_token", "96c7ebec5a86cb507beeb5a9212260b9"], ["uuid", "e3e7aab1-7eb8-4c85-886f-e4422b7600d5"], ["support_identifier", "cs_0f80f743"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:51:23.172455"], ["updated_at", "2017-12-20 16:51:23.172455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1568080642 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd23f00d-e837-4799-88f7-5f26f71dbc2a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c39bbb3d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1568080642], ["username", "bigbear"], ["access_token", "1da26b60179235accfc467df201d36d5"], ["uuid", "fd23f00d-e837-4799-88f7-5f26f71dbc2a"], ["support_identifier", "cs_c39bbb3d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:51:23.177029"], ["updated_at", "2017-12-20 16:51:23.177029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -786629009 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59e3101a-85da-4a0c-bbf5-126699f2e88b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91dcc207' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -786629009], ["username", "billy_00"], ["access_token", "b51a6f975f50152194dd5fd6e49442da"], ["uuid", "59e3101a-85da-4a0c-bbf5-126699f2e88b"], ["support_identifier", "cs_91dcc207"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 16:51:23.181573"], ["updated_at", "2017-12-20 16:51:23.181573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1140365412 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95a5e5fa-44c0-4183-a0b5-bd015fe3bedb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2d8fd4af' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1140365412], ["username", "billy_01"], ["access_token", "80b1df207462768bf4edc891c2cf68ee"], ["uuid", "95a5e5fa-44c0-4183-a0b5-bd015fe3bedb"], ["support_identifier", "cs_2d8fd4af"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 16:51:23.186204"], ["updated_at", "2017-12-20 16:51:23.186204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1119599050 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf307af5-7c26-41f3-bdf4-704758db7e27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d2d875c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1119599050], ["username", "billy_02"], ["access_token", "d64e4c13c3e9f9cc3f51038716e88edb"], ["uuid", "cf307af5-7c26-41f3-bdf4-704758db7e27"], ["support_identifier", "cs_d2d875c1"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 16:51:23.190583"], ["updated_at", "2017-12-20 16:51:23.190583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1926092875 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef747272-649d-423f-bac2-39afc5e2450a' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cd59de97' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1926092875], ["username", "billy_03"], ["access_token", "ea4fe48295db03b0c5a70ed842bbafd9"], ["uuid", "ef747272-649d-423f-bac2-39afc5e2450a"], ["support_identifier", "cs_cd59de97"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 16:51:23.195271"], ["updated_at", "2017-12-20 16:51:23.195271"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1425185817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f0e5c7e-4162-49fa-85c0-a8c0d7971970' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e4c1e53e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1425185817], ["username", "billy_04"], ["access_token", "6c46110a5f7985919c2c047e7623cd24"], ["uuid", "7f0e5c7e-4162-49fa-85c0-a8c0d7971970"], ["support_identifier", "cs_e4c1e53e"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 16:51:23.199915"], ["updated_at", "2017-12-20 16:51:23.199915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -923037884 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83110b35-62a5-46d6-8443-5391f45d9a4e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0d533a23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -923037884], ["username", "billy_05"], ["access_token", "e0be00a6c43791f818a1f95e9f982745"], ["uuid", "83110b35-62a5-46d6-8443-5391f45d9a4e"], ["support_identifier", "cs_0d533a23"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 16:51:23.204406"], ["updated_at", "2017-12-20 16:51:23.204406"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262634825 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6f020b4-0e4a-4ffd-9c6e-9e7f97bbe368' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_06e2c533' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -262634825], ["username", "billy_06"], ["access_token", "cf91c4f82b57be4228947aaf18831a04"], ["uuid", "d6f020b4-0e4a-4ffd-9c6e-9e7f97bbe368"], ["support_identifier", "cs_06e2c533"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 16:51:23.208792"], ["updated_at", "2017-12-20 16:51:23.208792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597876672 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28fd0476-095c-416f-a613-b56bee7d03db' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fe5fe07c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -597876672], ["username", "billy_07"], ["access_token", "9798fc183a75f441353cb568554f40fa"], ["uuid", "28fd0476-095c-416f-a613-b56bee7d03db"], ["support_identifier", "cs_fe5fe07c"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 16:51:23.213080"], ["updated_at", "2017-12-20 16:51:23.213080"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1545337438 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25a907c9-9a81-45c8-a4e7-a3556c2b84d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38fddc40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1545337438], ["username", "billy_08"], ["access_token", "5140afd7a2ddc27f02f704cd332d016e"], ["uuid", "25a907c9-9a81-45c8-a4e7-a3556c2b84d2"], ["support_identifier", "cs_38fddc40"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 16:51:23.217547"], ["updated_at", "2017-12-20 16:51:23.217547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1389450957 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9f868b4-f70c-40ec-98a0-e37bc9fa0366' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e24a871b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1389450957], ["username", "billy_09"], ["access_token", "c4d75aebba34d4071237234db5aaa85f"], ["uuid", "e9f868b4-f70c-40ec-98a0-e37bc9fa0366"], ["support_identifier", "cs_e24a871b"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 16:51:23.221823"], ["updated_at", "2017-12-20 16:51:23.221823"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1339202664 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a58057c0-b225-4f7d-b379-f2c5fe11d1a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b08e73a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1339202664], ["username", "billy_10"], ["access_token", "aca316f7f37888b08dc88fdaf24d2bc6"], ["uuid", "a58057c0-b225-4f7d-b379-f2c5fe11d1a1"], ["support_identifier", "cs_b08e73a6"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 16:51:23.226113"], ["updated_at", "2017-12-20 16:51:23.226113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1483343663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'afaa61df-ce9e-40c3-9cad-9f012d64f327' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a933e1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1483343663], ["username", "billy_11"], ["access_token", "ab0d4df53918fd6d4628c0a67bcd8cc6"], ["uuid", "afaa61df-ce9e-40c3-9cad-9f012d64f327"], ["support_identifier", "cs_1a933e1d"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 16:51:23.230416"], ["updated_at", "2017-12-20 16:51:23.230416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2010848060 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac9357d8-b624-4ae3-ad1f-6921ab9c03a4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cffe130a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2010848060], ["username", "billy_12"], ["access_token", "761871f28cd07a9dfd0e85a30a405192"], ["uuid", "ac9357d8-b624-4ae3-ad1f-6921ab9c03a4"], ["support_identifier", "cs_cffe130a"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 16:51:23.234728"], ["updated_at", "2017-12-20 16:51:23.234728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1192383238 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d69ae42-6239-440f-a885-23f57c28f16b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_184b0db7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1192383238], ["username", "billy_13"], ["access_token", "eea316ef296136322cc388c8ebb5540c"], ["uuid", "3d69ae42-6239-440f-a885-23f57c28f16b"], ["support_identifier", "cs_184b0db7"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 16:51:23.239047"], ["updated_at", "2017-12-20 16:51:23.239047"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1953719656 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8bb51c5-6e4d-4ba6-b0b2-e2e48f749b86' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_74abe632' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1953719656], ["username", "billy_14"], ["access_token", "d0180cfb43809bd958620ede050346da"], ["uuid", "e8bb51c5-6e4d-4ba6-b0b2-e2e48f749b86"], ["support_identifier", "cs_74abe632"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 16:51:23.243380"], ["updated_at", "2017-12-20 16:51:23.243380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1333209803 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25287b37-9ea0-471d-b803-4a92d438134d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b19b952f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1333209803], ["username", "billy_15"], ["access_token", "53441ca26f0bbcace0990b603e2037d4"], ["uuid", "25287b37-9ea0-471d-b803-4a92d438134d"], ["support_identifier", "cs_b19b952f"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 16:51:23.247671"], ["updated_at", "2017-12-20 16:51:23.247671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965807174 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4707198d-28a9-4b08-86b1-060e6ed15dbe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1d2d35e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -965807174], ["username", "billy_16"], ["access_token", "a8df498b81ba897a51d3e036b24fbbb9"], ["uuid", "4707198d-28a9-4b08-86b1-060e6ed15dbe"], ["support_identifier", "cs_1d2d35e0"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 16:51:23.251960"], ["updated_at", "2017-12-20 16:51:23.251960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -737970288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed1be988-2ba4-45d0-beb8-f67fbc1f247b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4157fbe4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -737970288], ["username", "billy_17"], ["access_token", "7a21e7df3ecdfff8c368eeb5a95f6103"], ["uuid", "ed1be988-2ba4-45d0-beb8-f67fbc1f247b"], ["support_identifier", "cs_4157fbe4"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 16:51:23.256222"], ["updated_at", "2017-12-20 16:51:23.256222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900009071 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f5e7db4-df8e-49c9-835c-3b786a8aae85' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e5474c79' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1900009071], ["username", "billy_18"], ["access_token", "17f930938b767a03cd56608347a58dce"], ["uuid", "8f5e7db4-df8e-49c9-835c-3b786a8aae85"], ["support_identifier", "cs_e5474c79"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 16:51:23.260526"], ["updated_at", "2017-12-20 16:51:23.260526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010896613 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e9cc50d-29a4-40c9-9723-d32f7ea8ad02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c1dc252e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1010896613], ["username", "billy_19"], ["access_token", "4910f5763fd5f0a422420618ff4cd4e5"], ["uuid", "3e9cc50d-29a4-40c9-9723-d32f7ea8ad02"], ["support_identifier", "cs_c1dc252e"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 16:51:23.264841"], ["updated_at", "2017-12-20 16:51:23.264841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -537427013 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14f88ce1-88ee-40e7-bd22-d646b55130f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_87c7b360' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -537427013], ["username", "billy_20"], ["access_token", "30ff0ab75ea39e7b0190a09faa77b6cb"], ["uuid", "14f88ce1-88ee-40e7-bd22-d646b55130f0"], ["support_identifier", "cs_87c7b360"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 16:51:23.269100"], ["updated_at", "2017-12-20 16:51:23.269100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1893694162 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3243c49b-e750-4998-8951-239a4d99dc5a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c6c2c88' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1893694162], ["username", "billy_21"], ["access_token", "7c7d79a96b1aa20456097d415801702f"], ["uuid", "3243c49b-e750-4998-8951-239a4d99dc5a"], ["support_identifier", "cs_5c6c2c88"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 16:51:23.273406"], ["updated_at", "2017-12-20 16:51:23.273406"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -837156015 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f97af2d-177a-4064-872d-ffcc74dc50e5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d422f301' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -837156015], ["username", "billy_22"], ["access_token", "1de8bcd399b06c94c19a0d04f19227b1"], ["uuid", "3f97af2d-177a-4064-872d-ffcc74dc50e5"], ["support_identifier", "cs_d422f301"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 16:51:23.277725"], ["updated_at", "2017-12-20 16:51:23.277725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -245562731 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4773960-0240-44ac-9a4e-731b10969e17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_801a5fe4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -245562731], ["username", "billy_23"], ["access_token", "beecabfdf509777380797512bf1a5fdb"], ["uuid", "d4773960-0240-44ac-9a4e-731b10969e17"], ["support_identifier", "cs_801a5fe4"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 16:51:23.282090"], ["updated_at", "2017-12-20 16:51:23.282090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1238552680 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c11872d1-f3c9-4349-9a35-01a0aabace41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_abb41b58' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1238552680], ["username", "billy_24"], ["access_token", "3830236eefb6f66e0461c7ef6fe7ad33"], ["uuid", "c11872d1-f3c9-4349-9a35-01a0aabace41"], ["support_identifier", "cs_abb41b58"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 16:51:23.286665"], ["updated_at", "2017-12-20 16:51:23.286665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -359869941 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a49bef6d-08bb-4165-9b01-be75b4d2e478' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0449ea38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -359869941], ["username", "billy_25"], ["access_token", "ce420eba96ea451c12f087cda0c3badb"], ["uuid", "a49bef6d-08bb-4165-9b01-be75b4d2e478"], ["support_identifier", "cs_0449ea38"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 16:51:23.291002"], ["updated_at", "2017-12-20 16:51:23.291002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2064520907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e4cab2f-4dd3-4d09-9c84-345c1c73a7d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5400e900' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2064520907], ["username", "billy_26"], ["access_token", "6b1508f7d83567b6216207b383627d56"], ["uuid", "1e4cab2f-4dd3-4d09-9c84-345c1c73a7d8"], ["support_identifier", "cs_5400e900"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 16:51:23.295360"], ["updated_at", "2017-12-20 16:51:23.295360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1699152738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '886d6b86-b17a-4b8e-bb70-f49dd38dfea9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f1ac9bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1699152738], ["username", "billy_27"], ["access_token", "568f7be5c877b1fd9821e4e17b405272"], ["uuid", "886d6b86-b17a-4b8e-bb70-f49dd38dfea9"], ["support_identifier", "cs_8f1ac9bb"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 16:51:23.299626"], ["updated_at", "2017-12-20 16:51:23.299626"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -485535140 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52bd8830-b69f-486c-9c14-a67fce5404ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ece0106b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -485535140], ["username", "billy_28"], ["access_token", "1751a7ff0bbf0e5ad1f1dbfd3bc2d4f6"], ["uuid", "52bd8830-b69f-486c-9c14-a67fce5404ba"], ["support_identifier", "cs_ece0106b"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 16:51:23.303910"], ["updated_at", "2017-12-20 16:51:23.303910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -138446226 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0a28293-2370-447a-baec-9bf07e22c252' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_56ebd5d0' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -138446226], ["username", "billy_29"], ["access_token", "389cf4abaf1d5600a885321d83963a86"], ["uuid", "e0a28293-2370-447a-baec-9bf07e22c252"], ["support_identifier", "cs_56ebd5d0"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 16:51:23.308152"], ["updated_at", "2017-12-20 16:51:23.308152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -244095757 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8a20995-d8d6-4569-b513-f5f236c5a9ef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_112af9eb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -244095757], ["username", "billy_30"], ["access_token", "008338c62878271bc528d544a40b02c9"], ["uuid", "b8a20995-d8d6-4569-b513-f5f236c5a9ef"], ["support_identifier", "cs_112af9eb"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 16:51:23.314004"], ["updated_at", "2017-12-20 16:51:23.314004"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877669102 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c0c1ac8-a21f-437e-9564-f4f8f81e5053' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7e1bb3e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1877669102], ["username", "billy_31"], ["access_token", "10ffa9106728ff98571ac7bf62ae688a"], ["uuid", "9c0c1ac8-a21f-437e-9564-f4f8f81e5053"], ["support_identifier", "cs_7e1bb3e8"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 16:51:23.319053"], ["updated_at", "2017-12-20 16:51:23.319053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1390825909 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e16ebbb2-07b2-4840-99f3-c784d7758f0b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b6c9e945' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1390825909], ["username", "billy_32"], ["access_token", "80cd54ed2c91c9346140b40fa0a1681d"], ["uuid", "e16ebbb2-07b2-4840-99f3-c784d7758f0b"], ["support_identifier", "cs_b6c9e945"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 16:51:23.323386"], ["updated_at", "2017-12-20 16:51:23.323386"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -370545628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e83d7918-8590-497e-a6dd-23519ae61230' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_efaaf73b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -370545628], ["username", "billy_33"], ["access_token", "20888205aafc19f40638926b96acdcac"], ["uuid", "e83d7918-8590-497e-a6dd-23519ae61230"], ["support_identifier", "cs_efaaf73b"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 16:51:23.327674"], ["updated_at", "2017-12-20 16:51:23.327674"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1466490867 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd673ca2-ffc8-45f6-8c5d-a46c287f9d0f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a560c5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1466490867], ["username", "billy_34"], ["access_token", "f699100f712636b2cc26c4684fa76b3f"], ["uuid", "bd673ca2-ffc8-45f6-8c5d-a46c287f9d0f"], ["support_identifier", "cs_4a560c5a"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 16:51:23.332095"], ["updated_at", "2017-12-20 16:51:23.332095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -171434470 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43b63745-8f4c-4919-b7a0-cb7f06c6d64a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f9e5b9b0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -171434470], ["username", "billy_35"], ["access_token", "a1be832379a37c0d9b5abfef8bf85f1d"], ["uuid", "43b63745-8f4c-4919-b7a0-cb7f06c6d64a"], ["support_identifier", "cs_f9e5b9b0"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 16:51:23.338111"], ["updated_at", "2017-12-20 16:51:23.338111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1235744399 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b439161-c117-4903-957d-f1eb72fc2aa3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4fcac067' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1235744399], ["username", "billy_36"], ["access_token", "ff883877412e5e34cf37a9c65e48b1d4"], ["uuid", "7b439161-c117-4903-957d-f1eb72fc2aa3"], ["support_identifier", "cs_4fcac067"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 16:51:23.343933"], ["updated_at", "2017-12-20 16:51:23.343933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -445543379 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b704dc4-0d44-4509-8734-82f992b613b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c7ea64f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -445543379], ["username", "billy_37"], ["access_token", "b6c401fd3e6eb194fd5f565f68e5433c"], ["uuid", "8b704dc4-0d44-4509-8734-82f992b613b0"], ["support_identifier", "cs_4c7ea64f"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 16:51:23.348865"], ["updated_at", "2017-12-20 16:51:23.348865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322790195 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9800bd4e-dd47-4f48-a59c-7407c7a494c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_81e647bd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -322790195], ["username", "billy_38"], ["access_token", "939bf3a5e1eba3c362c09fd489ce81ea"], ["uuid", "9800bd4e-dd47-4f48-a59c-7407c7a494c4"], ["support_identifier", "cs_81e647bd"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 16:51:23.353231"], ["updated_at", "2017-12-20 16:51:23.353231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1679058605 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f82d6332-5ea1-4c88-b0b1-aecc5ec7e8d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f416f33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1679058605], ["username", "billy_39"], ["access_token", "8ffc08f0e71a597a987871e1790dab23"], ["uuid", "f82d6332-5ea1-4c88-b0b1-aecc5ec7e8d4"], ["support_identifier", "cs_9f416f33"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 16:51:23.357543"], ["updated_at", "2017-12-20 16:51:23.357543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -417405906 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c235b3e-d0b9-465b-984c-370c88448561' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b1b04ef4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -417405906], ["username", "billy_40"], ["access_token", "3195c0c1e26aa7ace9f7af4b086e4b57"], ["uuid", "4c235b3e-d0b9-465b-984c-370c88448561"], ["support_identifier", "cs_b1b04ef4"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 16:51:23.361903"], ["updated_at", "2017-12-20 16:51:23.361903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1976250262 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3197b14-509e-4df9-a9b4-4b9cb6290e6d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92870a01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1976250262], ["username", "billy_41"], ["access_token", "c7742862f8969ab0cea0b3302f0d007a"], ["uuid", "b3197b14-509e-4df9-a9b4-4b9cb6290e6d"], ["support_identifier", "cs_92870a01"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 16:51:23.366155"], ["updated_at", "2017-12-20 16:51:23.366155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1443220136 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed958f8c-1ac4-48b3-8aaf-50ea83ec378f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6df6330' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1443220136], ["username", "billy_42"], ["access_token", "b5597ab6fdd337777c1941f05bd0ca96"], ["uuid", "ed958f8c-1ac4-48b3-8aaf-50ea83ec378f"], ["support_identifier", "cs_e6df6330"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 16:51:23.370393"], ["updated_at", "2017-12-20 16:51:23.370393"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415000667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4dccf237-b693-4901-93ed-b0fc872dcd38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_76cc5cff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -415000667], ["username", "billy_43"], ["access_token", "8d323eef3f4286adf94988557f086b48"], ["uuid", "4dccf237-b693-4901-93ed-b0fc872dcd38"], ["support_identifier", "cs_76cc5cff"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 16:51:23.374703"], ["updated_at", "2017-12-20 16:51:23.374703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990603459 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e6ac576b-5f7c-4e98-8692-258821a60166' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f6b6d6f9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1990603459], ["username", "billy_44"], ["access_token", "91c4d28394082eab69206dc8f7405bc3"], ["uuid", "e6ac576b-5f7c-4e98-8692-258821a60166"], ["support_identifier", "cs_f6b6d6f9"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 16:51:23.379026"], ["updated_at", "2017-12-20 16:51:23.379026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1173297651 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b53fa9c7-6c34-4eee-8988-bb7a43bb128d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_db5db30e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1173297651], ["username", "billy_45"], ["access_token", "0c8d32b73160403ca8b47a55bf5e5c4c"], ["uuid", "b53fa9c7-6c34-4eee-8988-bb7a43bb128d"], ["support_identifier", "cs_db5db30e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 16:51:23.383349"], ["updated_at", "2017-12-20 16:51:23.383349"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -721805251 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd031ec99-1b4d-454e-8897-08735efaa2c2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e8e9f10f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -721805251], ["username", "billy_46"], ["access_token", "0b529e9d259280b25061a7dac8109779"], ["uuid", "d031ec99-1b4d-454e-8897-08735efaa2c2"], ["support_identifier", "cs_e8e9f10f"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 16:51:23.387856"], ["updated_at", "2017-12-20 16:51:23.387856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1473975601 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8fa1a3db-b321-44a6-bf8e-12d20a050f50' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_45d03e29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1473975601], ["username", "billy_47"], ["access_token", "09fb7399882be7fd97d1277288a105f0"], ["uuid", "8fa1a3db-b321-44a6-bf8e-12d20a050f50"], ["support_identifier", "cs_45d03e29"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 16:51:23.392468"], ["updated_at", "2017-12-20 16:51:23.392468"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965417966 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '70a3e4b1-3d64-4c68-bebc-d0602e945b08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b461cbd8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -965417966], ["username", "billy_48"], ["access_token", "27d3ac59076239dbaff32c8536272079"], ["uuid", "70a3e4b1-3d64-4c68-bebc-d0602e945b08"], ["support_identifier", "cs_b461cbd8"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 16:51:23.396901"], ["updated_at", "2017-12-20 16:51:23.396901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043732714 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6395285-2f2e-472e-b77a-54c1bc5a874e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e3450ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1043732714], ["username", "billy_49"], ["access_token", "53c81ab1772ca91534b2f3fbd9142e79"], ["uuid", "c6395285-2f2e-472e-b77a-54c1bc5a874e"], ["support_identifier", "cs_8e3450ea"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 16:51:23.401352"], ["updated_at", "2017-12-20 16:51:23.401352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:51:25 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-12-20 10:51:27 -0600 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:51:29 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-20 10:51:31 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:51:33 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-20 10:51:35 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2104858396 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3e4171d824ba4aa4f0f05f443a9d7dd4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '481aa060-8215-46e2-819e-b0c87b4fb6a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_262890e4' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2104858396], ["username", "3e4171d824ba4aa4f0f05f443a9d7dd4"], ["access_token", "3b61dd40573af4cdfc336cdb60042503"], ["uuid", "481aa060-8215-46e2-819e-b0c87b4fb6a6"], ["support_identifier", "cs_262890e4"], ["created_at", "2017-12-20 16:51:35.597383"], ["updated_at", "2017-12-20 16:51:35.597383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1711936977 LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1711936977], ["name", "MyGroup"], ["created_at", "2017-12-20 16:51:35.618680"], ["updated_at", "2017-12-20 16:51:35.618680"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1089416543 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1089416543], ["name", "MyGroup"], ["created_at", "2017-12-20 16:51:35.629016"], ["updated_at", "2017-12-20 16:51:35.629016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -1089416543 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1089416543 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 1]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1711936977 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1711936977 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 1]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1089416543 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1711936977 SQL (0.5ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -1711936977], ["member_group_id", -1089416543], ["created_at", "2017-12-20 16:51:35.637207"], ["updated_at", "2017-12-20 16:51:35.637207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1711936977/nestings/-1089416543" for 127.0.0.1 at 2017-12-20 10:51:37 -0600 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1711936977", "member_group_id"=>"-1089416543", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -165133225 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '84dedf3b1b0e961e5386cc22e00234e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6edeba25-d72d-432d-9913-c3bdbaedf3f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aa5a6fef' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -165133225], ["username", "84dedf3b1b0e961e5386cc22e00234e2"], ["access_token", "614cdf56b92775da1c596907d96d0ad0"], ["uuid", "6edeba25-d72d-432d-9913-c3bdbaedf3f0"], ["support_identifier", "cs_aa5a6fef"], ["created_at", "2017-12-20 16:51:37.673830"], ["updated_at", "2017-12-20 16:51:37.673830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -771621599 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -771621599], ["name", "MyGroup"], ["created_at", "2017-12-20 16:51:37.685460"], ["updated_at", "2017-12-20 16:51:37.685460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1518801794 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1518801794], ["name", "MyGroup"], ["created_at", "2017-12-20 16:51:37.688197"], ["updated_at", "2017-12-20 16:51:37.688197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-771621599/nestings/-1518801794" for 127.0.0.1 at 2017-12-20 10:51:39 -0600 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-771621599", "member_group_id"=>"-1518801794", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1655712073 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e4a5f8683e2d7fa7ca80234b89a55617' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8e3f18e-d743-45fd-bb8c-a5cd07d70058' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_75a75f24' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1655712073], ["username", "e4a5f8683e2d7fa7ca80234b89a55617"], ["access_token", "27f9c935262697e157ff3c3d9dd4b33c"], ["uuid", "b8e3f18e-d743-45fd-bb8c-a5cd07d70058"], ["support_identifier", "cs_75a75f24"], ["created_at", "2017-12-20 16:51:39.712722"], ["updated_at", "2017-12-20 16:51:39.712722"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -256543407 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -256543407], ["name", "MyGroup"], ["created_at", "2017-12-20 16:51:39.722060"], ["updated_at", "2017-12-20 16:51:39.722060"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -256543407 AND "openstax_accounts_groups"."id" != 5) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-256543407" for 127.0.0.1 at 2017-12-20 10:51:41 -0600 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-256543407", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -226987721 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '0f8ef6c422b412b22a765e12297784a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f901e398-cf6d-49fb-b18b-8f7401b36e4b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6095da17' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -226987721], ["username", "0f8ef6c422b412b22a765e12297784a7"], ["access_token", "a9bb25e4f669f6f4d9373311f601025f"], ["uuid", "f901e398-cf6d-49fb-b18b-8f7401b36e4b"], ["support_identifier", "cs_6095da17"], ["created_at", "2017-12-20 16:51:41.746301"], ["updated_at", "2017-12-20 16:51:41.746301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -432685878 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -432685878], ["name", "MyGroup"], ["created_at", "2017-12-20 16:51:41.749034"], ["updated_at", "2017-12-20 16:51:41.749034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -432685878 AND "openstax_accounts_groups"."id" != 6) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-432685878" for 127.0.0.1 at 2017-12-20 10:51:43 -0600 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-432685878", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1279334763 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '400aa64cc0c770cc437dff246f8cd3c2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f825ed0-04c9-4a84-8c29-ca9e6da89b04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_03fe1c56' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1279334763], ["username", "400aa64cc0c770cc437dff246f8cd3c2"], ["access_token", "ed316a8faf310e1fc006e42e901616eb"], ["uuid", "0f825ed0-04c9-4a84-8c29-ca9e6da89b04"], ["support_identifier", "cs_03fe1c56"], ["created_at", "2017-12-20 16:51:43.773480"], ["updated_at", "2017-12-20 16:51:43.773480"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -116705833 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -116705833], ["name", "MyGroup"], ["created_at", "2017-12-20 16:51:43.776311"], ["updated_at", "2017-12-20 16:51:43.776311"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-12-20 10:51:45 -0600 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -188283971 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '63ec4af2e5b90af61a56c0288d05e3f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '54fa7317-3f6f-4643-949d-bb38744f3b89' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_49c20263' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -188283971], ["username", "63ec4af2e5b90af61a56c0288d05e3f5"], ["access_token", "7c34498989fb41aa41d248077725ca75"], ["uuid", "54fa7317-3f6f-4643-949d-bb38744f3b89"], ["support_identifier", "cs_49c20263"], ["created_at", "2017-12-20 16:51:45.802061"], ["updated_at", "2017-12-20 16:51:45.802061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2084796706 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2084796706], ["name", "MyGroup"], ["created_at", "2017-12-20 16:51:45.815445"], ["updated_at", "2017-12-20 16:51:45.815445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -893344578 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b94b98f4f9c852c3aa334ccb5d7c63a2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '26086be8-6163-40fb-841b-8b0e8ff750f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cd17a961' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -893344578], ["username", "b94b98f4f9c852c3aa334ccb5d7c63a2"], ["access_token", "335a24348cba87e3af352af4de426ad2"], ["uuid", "26086be8-6163-40fb-841b-8b0e8ff750f0"], ["support_identifier", "cs_cd17a961"], ["created_at", "2017-12-20 16:51:45.821011"], ["updated_at", "2017-12-20 16:51:45.821011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 312 AND "openstax_accounts_group_members"."group_id" = -2084796706) LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -2084796706], ["user_id", -893344578], ["created_at", "2017-12-20 16:51:45.825294"], ["updated_at", "2017-12-20 16:51:45.825294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-2084796706/members/-893344578" for 127.0.0.1 at 2017-12-20 10:51:47 -0600 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-2084796706", "user_id"=>"-893344578", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1269305412 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'cdc7f2da8d1b5f36283452e5dc7df5a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8ca38a6-cd0e-4be4-865c-4192776b1a19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_efbaf97a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1269305412], ["username", "cdc7f2da8d1b5f36283452e5dc7df5a7"], ["access_token", "2f9d816fd8eb9288c22ba4e1a96f746e"], ["uuid", "b8ca38a6-cd0e-4be4-865c-4192776b1a19"], ["support_identifier", "cs_efbaf97a"], ["created_at", "2017-12-20 16:51:47.846657"], ["updated_at", "2017-12-20 16:51:47.846657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1066309101 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1066309101], ["name", "MyGroup"], ["created_at", "2017-12-20 16:51:47.849535"], ["updated_at", "2017-12-20 16:51:47.849535"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -498547546 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c9e23687c93d2f0a68f3cbe91a57b03a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a15ad14a-422a-47ee-bd9d-de740395471b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3e67d0f9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -498547546], ["username", "c9e23687c93d2f0a68f3cbe91a57b03a"], ["access_token", "10398756079c854dc6b30085ff69cc69"], ["uuid", "a15ad14a-422a-47ee-bd9d-de740395471b"], ["support_identifier", "cs_3e67d0f9"], ["created_at", "2017-12-20 16:51:47.853603"], ["updated_at", "2017-12-20 16:51:47.853603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1066309101/members/-498547546" for 127.0.0.1 at 2017-12-20 10:51:49 -0600 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1066309101", "user_id"=>"-498547546", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -56259019 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd41240c565691d67fc47e47231c030d1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed031df0-0d36-427b-9995-b349a1e27abb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_806cd77a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -56259019], ["username", "d41240c565691d67fc47e47231c030d1"], ["access_token", "e7d741adf0c8f48182d2c7a81bfda5df"], ["uuid", "ed031df0-0d36-427b-9995-b349a1e27abb"], ["support_identifier", "cs_806cd77a"], ["created_at", "2017-12-20 16:51:49.873975"], ["updated_at", "2017-12-20 16:51:49.873975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-12-20 10:51:51 -0600 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"d41240c565691d67fc47e47231c030d1", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"d41240c565691d67fc47e47231c030d1", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1086072754 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '52a52e600c5e3b30e49bee982e61a4b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac4dfa6c-a595-403c-a06c-4a699a67cf6a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_098739c7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1086072754], ["username", "52a52e600c5e3b30e49bee982e61a4b3"], ["access_token", "ba2a7906f4ffa0ffcdf7ebeff5ed63a0"], ["uuid", "ac4dfa6c-a595-403c-a06c-4a699a67cf6a"], ["support_identifier", "cs_098739c7"], ["created_at", "2017-12-20 16:51:51.901693"], ["updated_at", "2017-12-20 16:51:51.901693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:51:53 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-12-20 10:51:55 -0600 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1780308519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5f312c97be1b2b6340bb21297a1ff214' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f891a297-0a77-4d82-a239-ff25a940abf0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66a21b0b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1780308519], ["username", "5f312c97be1b2b6340bb21297a1ff214"], ["access_token", "5257adb48157812ee22ffba9bc85d12b"], ["uuid", "f891a297-0a77-4d82-a239-ff25a940abf0"], ["support_identifier", "cs_66a21b0b"], ["created_at", "2017-12-20 16:51:55.940404"], ["updated_at", "2017-12-20 16:51:55.940404"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:51:57 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-20 10:51:59 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1308978544 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '45b3ec31d1852a400110fcc61527af09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '13386130-bc67-4a72-ac0e-3b94e9dae834' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9225e6de' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1308978544], ["username", "45b3ec31d1852a400110fcc61527af09"], ["access_token", "b2ce43c1e95c493d68ed8dfd079c188e"], ["uuid", "13386130-bc67-4a72-ac0e-3b94e9dae834"], ["support_identifier", "cs_9225e6de"], ["created_at", "2017-12-20 16:51:59.980464"], ["updated_at", "2017-12-20 16:51:59.980464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:52:01 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-20 10:52:04 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1259906347 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'eb9d751179610233a910d481a0232df3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38f67a1e-9598-4aa3-ba0b-1f09932984f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_23845a17' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1259906347], ["username", "eb9d751179610233a910d481a0232df3"], ["access_token", "913f8d7070db454941c1922b9a7e0c1c"], ["uuid", "38f67a1e-9598-4aa3-ba0b-1f09932984f2"], ["support_identifier", "cs_23845a17"], ["created_at", "2017-12-20 16:52:04.015773"], ["updated_at", "2017-12-20 16:52:04.015773"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -494421909 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -494421909], ["name", "MyGroup"], ["created_at", "2017-12-20 16:52:04.028847"], ["updated_at", "2017-12-20 16:52:04.028847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836004205 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2ba7f45ca9af536b45873094c0ffb583' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77a5a61e-3c8c-4947-9668-5498561c15b5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b9a1b49e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -836004205], ["username", "2ba7f45ca9af536b45873094c0ffb583"], ["access_token", "8f6dbb272aa007e84fc5b86485782b1e"], ["uuid", "77a5a61e-3c8c-4947-9668-5498561c15b5"], ["support_identifier", "cs_b9a1b49e"], ["created_at", "2017-12-20 16:52:04.034431"], ["updated_at", "2017-12-20 16:52:04.034431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 320 AND "openstax_accounts_group_owners"."group_id" = -494421909) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -494421909], ["user_id", -836004205], ["created_at", "2017-12-20 16:52:04.038558"], ["updated_at", "2017-12-20 16:52:04.038558"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-494421909/owners/-836004205" for 127.0.0.1 at 2017-12-20 10:52:06 -0600 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-494421909", "user_id"=>"-836004205", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1059454008 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b1f2ed34f2aa5adef03a16a56dbe4616' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '520c8a25-5717-41ba-a549-019d4df40ae9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af24ec99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1059454008], ["username", "b1f2ed34f2aa5adef03a16a56dbe4616"], ["access_token", "b957e7705ba7f0cff3bc04f817467d07"], ["uuid", "520c8a25-5717-41ba-a549-019d4df40ae9"], ["support_identifier", "cs_af24ec99"], ["created_at", "2017-12-20 16:52:06.063833"], ["updated_at", "2017-12-20 16:52:06.063833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1365929094 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1365929094], ["name", "MyGroup"], ["created_at", "2017-12-20 16:52:06.066739"], ["updated_at", "2017-12-20 16:52:06.066739"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -288572661 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '09bcdb672cbb99b3d924cc99e4a4909b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c964f763-18be-43ab-b0b6-332ecd0c8542' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fda0ba53' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -288572661], ["username", "09bcdb672cbb99b3d924cc99e4a4909b"], ["access_token", "55fe041ee549f8303c97261bd52b8bd9"], ["uuid", "c964f763-18be-43ab-b0b6-332ecd0c8542"], ["support_identifier", "cs_fda0ba53"], ["created_at", "2017-12-20 16:52:06.070894"], ["updated_at", "2017-12-20 16:52:06.070894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1365929094/owners/-288572661" for 127.0.0.1 at 2017-12-20 10:52:08 -0600 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1365929094", "user_id"=>"-288572661", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:52:10 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-20 10:52:12 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:52:14 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2017-12-20 10:52:16 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:52:18 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-20 10:52:20 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:52:22 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2017-12-20 10:52:24 -0600 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b13f0080-9622-41fa-a72a-3a20f4e06211' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_458e8260' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["access_token", "5b4fd5529dae4612ba2eae02c868c6d8"], ["uuid", "b13f0080-9622-41fa-a72a-3a20f4e06211"], ["support_identifier", "cs_458e8260"], ["created_at", "2017-12-20 16:52:24.262676"], ["updated_at", "2017-12-20 16:52:24.262676"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3a9c5b5-7e0c-4806-be54-d404b8ca2e53' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4724bc06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["access_token", "ca6f578cd009bb8361fb8d6a1bf92271"], ["uuid", "b3a9c5b5-7e0c-4806-be54-d404b8ca2e53"], ["support_identifier", "cs_4724bc06"], ["created_at", "2017-12-20 16:52:24.267187"], ["updated_at", "2017-12-20 16:52:24.267187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["name", "Member Group"], ["created_at", "2017-12-20 16:52:24.269720"], ["updated_at", "2017-12-20 16:52:24.269720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 323 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 2], ["user_id", 2], ["created_at", "2017-12-20 16:52:24.272441"], ["updated_at", "2017-12-20 16:52:24.272441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["name", "Container Group"], ["created_at", "2017-12-20 16:52:24.274693"], ["updated_at", "2017-12-20 16:52:24.274693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 323 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 4], ["user_id", 2], ["created_at", "2017-12-20 16:52:24.277300"], ["updated_at", "2017-12-20 16:52:24.277300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 12 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2017-12-20 16:52:24.280643"], ["updated_at", "2017-12-20 16:52:24.280643"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 12]] OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 4]]  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:52:26 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-20 10:52:28 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 324 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 323 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2017-12-20 16:52:28.374467"], ["updated_at", "2017-12-20 16:52:28.374467"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 324 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-20 16:52:28.376249"], ["updated_at", "2017-12-20 16:52:28.376249"]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 323 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-20 16:52:28.378005"], ["updated_at", "2017-12-20 16:52:28.378005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 14 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-20 16:52:28.383873"], ["updated_at", "2017-12-20 16:52:28.383873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 12) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "name" = $1, "updated_at" = $2 WHERE "openstax_accounts_groups"."id" = $3 [["name", "M"], ["updated_at", "2017-12-20 16:52:28.386096"], ["id", 12]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 14) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:52:30 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-20 10:52:32 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 12]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:52:34 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-20 10:52:36 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = $1 [["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = $1 [["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 14 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-20 16:52:36.464276"], ["updated_at", "2017-12-20 16:52:36.464276"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 12) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 323 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-20 16:52:36.470193"], ["updated_at", "2017-12-20 16:52:36.470193"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 324 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-20 16:52:36.475486"], ["updated_at", "2017-12-20 16:52:36.475486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 14) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:52:38 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-20 10:52:40 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 12]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 14]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1965308960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f09fb22dc3ec39328800b3c0c2aaa9b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60028004-5187-4264-8b9d-e1ba5ca2792e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_71faf935' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1965308960], ["username", "f09fb22dc3ec39328800b3c0c2aaa9b0"], ["access_token", "7c13cc6fa096940da85758fc65948033"], ["uuid", "60028004-5187-4264-8b9d-e1ba5ca2792e"], ["support_identifier", "cs_71faf935"], ["created_at", "2017-12-20 16:52:40.532967"], ["updated_at", "2017-12-20 16:52:40.532967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 325 AND "openstax_accounts_group_owners"."group_id" = -1944342580) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -1944342580]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 325 AND "openstax_accounts_group_owners"."group_id" = -1944342580) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1944342580 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1944342580], ["created_at", "2017-12-20 16:52:40.539227"], ["updated_at", "2017-12-20 16:52:40.539227"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 325 AND "openstax_accounts_group_owners"."group_id" = -1944342580) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1944342580], ["user_id", -1965308960], ["created_at", "2017-12-20 16:52:40.542222"], ["updated_at", "2017-12-20 16:52:40.542222"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1944342580]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -1944342580]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee0ee557-ba3e-4c68-a165-77aabd4ba442' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af3252bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "0ea61e18d083f820d9518dfcabe4a9e6"], ["uuid", "ee0ee557-ba3e-4c68-a165-77aabd4ba442"], ["support_identifier", "cs_af3252bf"], ["created_at", "2017-12-20 16:52:40.554560"], ["updated_at", "2017-12-20 16:52:40.554560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 326]] Redirected to http://test.host/ Completed 302 Found in 5ms (ActiveRecord: 1.7ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc446669-0173-4bde-9872-51c53bfb0a2a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63db5f79' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "57a85510fc3ace2d1aa4cb09e7581986"], ["uuid", "fc446669-0173-4bde-9872-51c53bfb0a2a"], ["support_identifier", "cs_63db5f79"], ["created_at", "2017-12-20 16:52:40.571499"], ["updated_at", "2017-12-20 16:52:40.571499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1429221453 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e5eb80e0de3d15e3d29b8c75b6f55a88' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '210243e2-9e96-412b-8bec-6421d52a4cc0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a36ff8b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1429221453], ["username", "e5eb80e0de3d15e3d29b8c75b6f55a88"], ["access_token", "c9ee0c87959ad6e0d72ca4f795952fca"], ["uuid", "210243e2-9e96-412b-8bec-6421d52a4cc0"], ["support_identifier", "cs_5a36ff8b"], ["created_at", "2017-12-20 16:52:40.615058"], ["updated_at", "2017-12-20 16:52:40.615058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2056817889 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2056817889], ["name", "MyGroup"], ["created_at", "2017-12-20 16:52:40.618976"], ["updated_at", "2017-12-20 16:52:40.618976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2109192683 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '97968c2e02ef5d56aa4f617d02a8e5c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dffe79cd-1376-44dd-ba2e-e4df42b3f14b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_baccf8ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2109192683], ["username", "97968c2e02ef5d56aa4f617d02a8e5c0"], ["access_token", "9a3f1ce402fcbd9c84779c720b7da0c9"], ["uuid", "dffe79cd-1376-44dd-ba2e-e4df42b3f14b"], ["support_identifier", "cs_baccf8ad"], ["created_at", "2017-12-20 16:52:40.624395"], ["updated_at", "2017-12-20 16:52:40.624395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1804461013 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '49c5452af8991dc926171fa0c03df0eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f72bad6-18b1-4dbf-abd7-a0ffb82d2385' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5af9ff54' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1804461013], ["username", "49c5452af8991dc926171fa0c03df0eb"], ["access_token", "bd1f67cbe7326acdf957b33b96ea6145"], ["uuid", "0f72bad6-18b1-4dbf-abd7-a0ffb82d2385"], ["support_identifier", "cs_5af9ff54"], ["created_at", "2017-12-20 16:52:40.630740"], ["updated_at", "2017-12-20 16:52:40.630740"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -210563053 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -210563053], ["name", "MyGroup"], ["created_at", "2017-12-20 16:52:40.634009"], ["updated_at", "2017-12-20 16:52:40.634009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-12-20 16:52:40.639070"], ["updated_at", "2017-12-20 16:52:40.639070"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "bed771"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bed771' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9e1a802-c7d3-48a0-97ea-e3c546a19297' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bbf0c31c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "salesforce_contact_id", "faculty_status", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["openstax_uid", 1], ["username", "bed771"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["salesforce_contact_id", "b0b"], ["faculty_status", 3], ["role", 2], ["uuid", "e9e1a802-c7d3-48a0-97ea-e3c546a19297"], ["support_identifier", "cs_bbf0c31c"], ["created_at", "2017-12-20 16:52:40.651533"], ["updated_at", "2017-12-20 16:52:40.651533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "ef6fd7"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ef6fd7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f3b305b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 18], ["username", "ef6fd7"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["support_identifier", "cs_6f3b305b"], ["created_at", "2017-12-20 16:52:40.670838"], ["updated_at", "2017-12-20 16:52:40.670838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edc0b069' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["support_identifier", "cs_edc0b069"], ["created_at", "2017-12-20 16:52:40.684155"], ["updated_at", "2017-12-20 16:52:40.684155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bccb058a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["support_identifier", "cs_bccb058a"], ["created_at", "2017-12-20 16:52:40.696172"], ["updated_at", "2017-12-20 16:52:40.696172"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -905964307 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc954f3f-bfc1-4375-a4a0-eac3c2f9e2c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33f7035a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -905964307], ["username", "jstrav"], ["access_token", "8490c052f2f0dd8d797ccf0119ecd7e4"], ["uuid", "cc954f3f-bfc1-4375-a4a0-eac3c2f9e2c3"], ["support_identifier", "cs_33f7035a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:52:40.716560"], ["updated_at", "2017-12-20 16:52:40.716560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -74238427 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca23ee0d-274e-40a3-9278-4296084528b6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_796e891a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -74238427], ["username", "mary"], ["access_token", "fdc8393f20c5034138fdd44412fe14bb"], ["uuid", "ca23ee0d-274e-40a3-9278-4296084528b6"], ["support_identifier", "cs_796e891a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:52:40.721196"], ["updated_at", "2017-12-20 16:52:40.721196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1858664582 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0595c0f7-a093-4b94-94f8-f318075f5fbc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e2b718d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1858664582], ["username", "jstead"], ["access_token", "aef7c423968efe418c84316ec8db2fc0"], ["uuid", "0595c0f7-a093-4b94-94f8-f318075f5fbc"], ["support_identifier", "cs_e2b718d1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:52:40.725649"], ["updated_at", "2017-12-20 16:52:40.725649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -873360084 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dcc9dae6-4020-48cc-8ecf-bbca2ed8af84' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_833e6b15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -873360084], ["username", "bigbear"], ["access_token", "43de4d9378216fbd3413737a8e525daa"], ["uuid", "dcc9dae6-4020-48cc-8ecf-bbca2ed8af84"], ["support_identifier", "cs_833e6b15"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:52:40.729993"], ["updated_at", "2017-12-20 16:52:40.729993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2056536075 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '702f3c3e-c91e-4e2f-9182-8473eea4e5f8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d5f52953' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2056536075], ["username", "billy_00"], ["access_token", "2fa2ea9620cf4d00cd7ecfb5de39a4b8"], ["uuid", "702f3c3e-c91e-4e2f-9182-8473eea4e5f8"], ["support_identifier", "cs_d5f52953"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 16:52:40.734254"], ["updated_at", "2017-12-20 16:52:40.734254"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -537957681 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83b55963-7920-4b51-b21f-ed57bb6811f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d2e56ce2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -537957681], ["username", "billy_01"], ["access_token", "02c10219720512c14ccedd240acd6a2f"], ["uuid", "83b55963-7920-4b51-b21f-ed57bb6811f1"], ["support_identifier", "cs_d2e56ce2"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 16:52:40.740757"], ["updated_at", "2017-12-20 16:52:40.740757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831974313 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49b3e136-ca13-43a3-af22-7cd0465b274e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38bf5ddc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1831974313], ["username", "billy_02"], ["access_token", "6bd2bb48cbe08f518f1ff1739f576e42"], ["uuid", "49b3e136-ca13-43a3-af22-7cd0465b274e"], ["support_identifier", "cs_38bf5ddc"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 16:52:40.746489"], ["updated_at", "2017-12-20 16:52:40.746489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1703686189 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b67c7402-0ca8-4cf3-92b9-9ea758d82dab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dfd8736a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1703686189], ["username", "billy_03"], ["access_token", "663379f850c65c595edc39edff07b0a0"], ["uuid", "b67c7402-0ca8-4cf3-92b9-9ea758d82dab"], ["support_identifier", "cs_dfd8736a"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 16:52:40.751828"], ["updated_at", "2017-12-20 16:52:40.751828"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2112361677 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'deb75cd7-1a3a-4423-9308-ed0f25a82c45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_35a9ad3b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2112361677], ["username", "billy_04"], ["access_token", "7ec85d3267823e1af2f8e00bb07158bd"], ["uuid", "deb75cd7-1a3a-4423-9308-ed0f25a82c45"], ["support_identifier", "cs_35a9ad3b"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 16:52:40.756173"], ["updated_at", "2017-12-20 16:52:40.756173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -809307674 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ee50f9d-122e-4b28-b686-214b93e927bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_120c0a95' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -809307674], ["username", "billy_05"], ["access_token", "4e7560d9d7a76814f9852b85494e1b31"], ["uuid", "6ee50f9d-122e-4b28-b686-214b93e927bc"], ["support_identifier", "cs_120c0a95"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 16:52:40.760479"], ["updated_at", "2017-12-20 16:52:40.760479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1004691322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc05bfa6-7c05-4cc6-8e1a-977567b149c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0674f7b1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1004691322], ["username", "billy_06"], ["access_token", "1f632cc40755be24495c7ae85a14e070"], ["uuid", "bc05bfa6-7c05-4cc6-8e1a-977567b149c9"], ["support_identifier", "cs_0674f7b1"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 16:52:40.764960"], ["updated_at", "2017-12-20 16:52:40.764960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -225276244 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d1f3bc0-4322-41aa-8f50-453818be4d08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_58ef86f7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -225276244], ["username", "billy_07"], ["access_token", "c479f71e27535a53c934ea14ac1ea765"], ["uuid", "4d1f3bc0-4322-41aa-8f50-453818be4d08"], ["support_identifier", "cs_58ef86f7"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 16:52:40.771098"], ["updated_at", "2017-12-20 16:52:40.771098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1092685043 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84b9ff66-117a-4f6a-9fb8-0e004efb9e1d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_84d0ff6e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1092685043], ["username", "billy_08"], ["access_token", "5250669523e304d53732a3b2922d1ead"], ["uuid", "84b9ff66-117a-4f6a-9fb8-0e004efb9e1d"], ["support_identifier", "cs_84d0ff6e"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 16:52:40.775937"], ["updated_at", "2017-12-20 16:52:40.775937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1127066794 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '676d2172-e14e-464a-bb9b-fb84cd913849' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4bfd5c97' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1127066794], ["username", "billy_09"], ["access_token", "90095b2a287865e673b7206fcdf5ec6a"], ["uuid", "676d2172-e14e-464a-bb9b-fb84cd913849"], ["support_identifier", "cs_4bfd5c97"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 16:52:40.780639"], ["updated_at", "2017-12-20 16:52:40.780639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -62459714 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08fbfd8d-f984-42e2-8972-258c2cc5ca4d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_31e0c28c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -62459714], ["username", "billy_10"], ["access_token", "80591f139c493e106dc0821fa9a536db"], ["uuid", "08fbfd8d-f984-42e2-8972-258c2cc5ca4d"], ["support_identifier", "cs_31e0c28c"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 16:52:40.785050"], ["updated_at", "2017-12-20 16:52:40.785050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1022853686 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b497d90-35f9-4a1a-8514-5fd4f0d4753d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ed03dc03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1022853686], ["username", "billy_11"], ["access_token", "cf3daa70ae89603f9e85d609523ed060"], ["uuid", "2b497d90-35f9-4a1a-8514-5fd4f0d4753d"], ["support_identifier", "cs_ed03dc03"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 16:52:40.789683"], ["updated_at", "2017-12-20 16:52:40.789683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1284905666 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '113abefd-f8ac-42bc-bce2-bad926fc747c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6c5bd690' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1284905666], ["username", "billy_12"], ["access_token", "1c29533f012ef124f8678f48c59d3d7d"], ["uuid", "113abefd-f8ac-42bc-bce2-bad926fc747c"], ["support_identifier", "cs_6c5bd690"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 16:52:40.794047"], ["updated_at", "2017-12-20 16:52:40.794047"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1341861703 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88098b22-d978-4779-9875-a6287e55e76d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_08727a95' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1341861703], ["username", "billy_13"], ["access_token", "be7db37b646e19335423a7cef71d1e5c"], ["uuid", "88098b22-d978-4779-9875-a6287e55e76d"], ["support_identifier", "cs_08727a95"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 16:52:40.798350"], ["updated_at", "2017-12-20 16:52:40.798350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659788629 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7952626f-bca5-4ac4-93a8-c1ab09d3c429' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0bb38c56' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1659788629], ["username", "billy_14"], ["access_token", "3e45e2b773c856d11a94d840765b0ca6"], ["uuid", "7952626f-bca5-4ac4-93a8-c1ab09d3c429"], ["support_identifier", "cs_0bb38c56"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 16:52:40.803321"], ["updated_at", "2017-12-20 16:52:40.803321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1257930200 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6e4077f-212d-4180-8d38-d9715192f86b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9506fff0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1257930200], ["username", "billy_15"], ["access_token", "791ce5bd929181890d4903d69532e687"], ["uuid", "d6e4077f-212d-4180-8d38-d9715192f86b"], ["support_identifier", "cs_9506fff0"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 16:52:40.807643"], ["updated_at", "2017-12-20 16:52:40.807643"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -744228881 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3188d774-5df3-4965-a887-ae8090dcfd17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bff2b892' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -744228881], ["username", "billy_16"], ["access_token", "2b2acec00126310085347eafbfd09271"], ["uuid", "3188d774-5df3-4965-a887-ae8090dcfd17"], ["support_identifier", "cs_bff2b892"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 16:52:40.812800"], ["updated_at", "2017-12-20 16:52:40.812800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -111549103 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb590d45-8837-4243-b4f3-2a697702a693' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e51bb5ef' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -111549103], ["username", "billy_17"], ["access_token", "577017310efc5cca6304cbdb4e4758fe"], ["uuid", "cb590d45-8837-4243-b4f3-2a697702a693"], ["support_identifier", "cs_e51bb5ef"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 16:52:40.817712"], ["updated_at", "2017-12-20 16:52:40.817712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -527746238 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e82597d-9699-4e4c-8e21-4cb0604a45fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ae19a74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -527746238], ["username", "billy_18"], ["access_token", "8021fea318743c0e96c9e408699f966f"], ["uuid", "8e82597d-9699-4e4c-8e21-4cb0604a45fd"], ["support_identifier", "cs_1ae19a74"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 16:52:40.822500"], ["updated_at", "2017-12-20 16:52:40.822500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1485894545 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f266194-8be7-466a-9a25-16501dddd89d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1fceee74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1485894545], ["username", "billy_19"], ["access_token", "840bc62c39d0df2160fcd04e5a276185"], ["uuid", "1f266194-8be7-466a-9a25-16501dddd89d"], ["support_identifier", "cs_1fceee74"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 16:52:40.826762"], ["updated_at", "2017-12-20 16:52:40.826762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -204547410 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d6d60d0-de9f-4c21-98d7-84f4fdea24c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9835a8ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -204547410], ["username", "billy_20"], ["access_token", "dbf2420033cb450903a42ae1e06328ff"], ["uuid", "7d6d60d0-de9f-4c21-98d7-84f4fdea24c7"], ["support_identifier", "cs_9835a8ff"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 16:52:40.831286"], ["updated_at", "2017-12-20 16:52:40.831286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1731650859 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fca53b02-1201-4572-aca5-630567f83bb0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_619a89fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1731650859], ["username", "billy_21"], ["access_token", "d3f746cab78f9c08e1dc61caf3110cdf"], ["uuid", "fca53b02-1201-4572-aca5-630567f83bb0"], ["support_identifier", "cs_619a89fa"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 16:52:40.836846"], ["updated_at", "2017-12-20 16:52:40.836846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -722792695 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12dddbbb-4aad-488f-b009-efc4360ccba3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e49d603d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -722792695], ["username", "billy_22"], ["access_token", "71a81494ca09d3d1d97c02e1df90ae05"], ["uuid", "12dddbbb-4aad-488f-b009-efc4360ccba3"], ["support_identifier", "cs_e49d603d"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 16:52:40.841757"], ["updated_at", "2017-12-20 16:52:40.841757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093521172 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd0a4596-591b-4828-94f2-661a6acddf58' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_947566ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2093521172], ["username", "billy_23"], ["access_token", "38a383a575934a769f73b203d7104461"], ["uuid", "bd0a4596-591b-4828-94f2-661a6acddf58"], ["support_identifier", "cs_947566ca"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 16:52:40.846164"], ["updated_at", "2017-12-20 16:52:40.846164"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1908840667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b17b9a0-6873-406a-93ff-a4080fe71aca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9caba66e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1908840667], ["username", "billy_24"], ["access_token", "85cfb1abe565efdec31370c0841b81ca"], ["uuid", "4b17b9a0-6873-406a-93ff-a4080fe71aca"], ["support_identifier", "cs_9caba66e"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 16:52:40.850593"], ["updated_at", "2017-12-20 16:52:40.850593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1253324236 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28856177-3473-4250-8c5c-22d42245854f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28105945' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1253324236], ["username", "billy_25"], ["access_token", "d5d93983dda244b1211236f5867df1d6"], ["uuid", "28856177-3473-4250-8c5c-22d42245854f"], ["support_identifier", "cs_28105945"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 16:52:40.854917"], ["updated_at", "2017-12-20 16:52:40.854917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -479089989 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d4da60b-82bb-4a5b-9df4-500347786d6c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_946c368f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -479089989], ["username", "billy_26"], ["access_token", "202e2a4166532422aa4eea28a3b0c503"], ["uuid", "0d4da60b-82bb-4a5b-9df4-500347786d6c"], ["support_identifier", "cs_946c368f"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 16:52:40.859325"], ["updated_at", "2017-12-20 16:52:40.859325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1432138255 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '644007ee-b19d-4008-9762-719e444474fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a49a2ac' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1432138255], ["username", "billy_27"], ["access_token", "2dcddab6c9f1b6ed4a191956acb667d1"], ["uuid", "644007ee-b19d-4008-9762-719e444474fd"], ["support_identifier", "cs_8a49a2ac"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 16:52:40.865324"], ["updated_at", "2017-12-20 16:52:40.865324"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1615687666 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32bcf434-ee9d-4981-a7cd-494a032133da' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_117fdb22' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1615687666], ["username", "billy_28"], ["access_token", "6013dccced9e1a0d5e8bae005ee0bfc4"], ["uuid", "32bcf434-ee9d-4981-a7cd-494a032133da"], ["support_identifier", "cs_117fdb22"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 16:52:40.871145"], ["updated_at", "2017-12-20 16:52:40.871145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1317997047 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5851babc-5ea3-4273-9d11-ac0a335854db' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_01730237' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1317997047], ["username", "billy_29"], ["access_token", "6a14094664f9a2b77ed6537767995324"], ["uuid", "5851babc-5ea3-4273-9d11-ac0a335854db"], ["support_identifier", "cs_01730237"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 16:52:40.875887"], ["updated_at", "2017-12-20 16:52:40.875887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1228868371 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0180033-5f7f-4413-9b15-c6f5ce6984e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_670c3a1f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1228868371], ["username", "billy_30"], ["access_token", "4039ecd2033a80d7a4a45f8a75271b74"], ["uuid", "d0180033-5f7f-4413-9b15-c6f5ce6984e1"], ["support_identifier", "cs_670c3a1f"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 16:52:40.880349"], ["updated_at", "2017-12-20 16:52:40.880349"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -546435174 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '51c6e066-388d-4303-8ed5-e4cd56ed29f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_df8ddf34' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -546435174], ["username", "billy_31"], ["access_token", "974ba6a61ecc21f6133a401492e911f5"], ["uuid", "51c6e066-388d-4303-8ed5-e4cd56ed29f3"], ["support_identifier", "cs_df8ddf34"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 16:52:40.884977"], ["updated_at", "2017-12-20 16:52:40.884977"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1876281709 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd8f7e171-c750-4ce0-85ef-823589205552' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_94458f5c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1876281709], ["username", "billy_32"], ["access_token", "5595a545d300bc7becc81706097355b6"], ["uuid", "d8f7e171-c750-4ce0-85ef-823589205552"], ["support_identifier", "cs_94458f5c"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 16:52:40.889481"], ["updated_at", "2017-12-20 16:52:40.889481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1518083679 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95b61981-ad1d-4988-888c-90c8907eec57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b72da16d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1518083679], ["username", "billy_33"], ["access_token", "a4f817724dfb1151828a6efe6d8b708b"], ["uuid", "95b61981-ad1d-4988-888c-90c8907eec57"], ["support_identifier", "cs_b72da16d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 16:52:40.893838"], ["updated_at", "2017-12-20 16:52:40.893838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1987047139 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4942492b-7fe2-4d62-b373-e80a37994c57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3b059bc2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1987047139], ["username", "billy_34"], ["access_token", "23e18e09e9279e9ae33a26cffe348a91"], ["uuid", "4942492b-7fe2-4d62-b373-e80a37994c57"], ["support_identifier", "cs_3b059bc2"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 16:52:40.898061"], ["updated_at", "2017-12-20 16:52:40.898061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1169305789 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9411936-bec2-4d36-8252-1547db0cec82' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d2ab66e2' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1169305789], ["username", "billy_35"], ["access_token", "03529bfe15453b529777e37f01fbcec5"], ["uuid", "e9411936-bec2-4d36-8252-1547db0cec82"], ["support_identifier", "cs_d2ab66e2"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 16:52:40.902203"], ["updated_at", "2017-12-20 16:52:40.902203"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1858090140 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cbab112-708c-4395-b9aa-5aa83a2891ee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b36001de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1858090140], ["username", "billy_36"], ["access_token", "f02ed0304424d4f3ec17d8f5eaacc6d4"], ["uuid", "7cbab112-708c-4395-b9aa-5aa83a2891ee"], ["support_identifier", "cs_b36001de"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 16:52:40.906555"], ["updated_at", "2017-12-20 16:52:40.906555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -149920921 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b95184a9-a28e-4dab-85cd-a9ba8341e703' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4299b903' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -149920921], ["username", "billy_37"], ["access_token", "e9ff761c9c316c657a0aff66f4ed2fd7"], ["uuid", "b95184a9-a28e-4dab-85cd-a9ba8341e703"], ["support_identifier", "cs_4299b903"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 16:52:40.911534"], ["updated_at", "2017-12-20 16:52:40.911534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -433601364 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd01594bf-b2fd-4816-bda3-05878e5974a8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_42034f9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -433601364], ["username", "billy_38"], ["access_token", "5e5d1a57221deb1bb8c59d95d381a133"], ["uuid", "d01594bf-b2fd-4816-bda3-05878e5974a8"], ["support_identifier", "cs_42034f9f"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 16:52:40.916110"], ["updated_at", "2017-12-20 16:52:40.916110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1963604705 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4267b4b5-25b0-4c9c-98b9-e7ece5bd705e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f34cc3a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1963604705], ["username", "billy_39"], ["access_token", "4fbf089a6dbc5009b2e19eb6d042edb9"], ["uuid", "4267b4b5-25b0-4c9c-98b9-e7ece5bd705e"], ["support_identifier", "cs_f34cc3a0"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 16:52:40.920895"], ["updated_at", "2017-12-20 16:52:40.920895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -871371378 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04fc3a65-b503-4e09-8eb4-d77bd9c9c75e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b5fc2293' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -871371378], ["username", "billy_40"], ["access_token", "8aeb0cd59bf99627ba9304377eb065d9"], ["uuid", "04fc3a65-b503-4e09-8eb4-d77bd9c9c75e"], ["support_identifier", "cs_b5fc2293"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 16:52:40.925298"], ["updated_at", "2017-12-20 16:52:40.925298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -4779626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6bbe6fe-2af3-47be-84b6-bb4d92ee9b7f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d08cde8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -4779626], ["username", "billy_41"], ["access_token", "2fa554e3dc7e2207a551686853433b64"], ["uuid", "c6bbe6fe-2af3-47be-84b6-bb4d92ee9b7f"], ["support_identifier", "cs_9d08cde8"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 16:52:40.929715"], ["updated_at", "2017-12-20 16:52:40.929715"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -636735166 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a49a2b3-8b21-446b-801c-3fceb79c442a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aabecf73' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -636735166], ["username", "billy_42"], ["access_token", "f3588158efb535e5305492af8becef71"], ["uuid", "0a49a2b3-8b21-446b-801c-3fceb79c442a"], ["support_identifier", "cs_aabecf73"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 16:52:40.933876"], ["updated_at", "2017-12-20 16:52:40.933876"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -957053282 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a554add-5a76-4856-9248-0cb3ff53aaf3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_732b6596' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -957053282], ["username", "billy_43"], ["access_token", "0c05b01bb390c38c0ac7500103de9b40"], ["uuid", "0a554add-5a76-4856-9248-0cb3ff53aaf3"], ["support_identifier", "cs_732b6596"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 16:52:40.937982"], ["updated_at", "2017-12-20 16:52:40.937982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1752000429 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d11770a-6a78-4de7-9a13-740316559484' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c0f70a1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1752000429], ["username", "billy_44"], ["access_token", "62836fe80b35b6355c1ba3f9a202be50"], ["uuid", "7d11770a-6a78-4de7-9a13-740316559484"], ["support_identifier", "cs_c0f70a1c"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 16:52:40.942259"], ["updated_at", "2017-12-20 16:52:40.942259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1494124645 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95bd47b1-0045-4abf-9f34-cb52923b3602' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f93f78d8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1494124645], ["username", "billy_45"], ["access_token", "02979ce39f693939b37d8fd64223edac"], ["uuid", "95bd47b1-0045-4abf-9f34-cb52923b3602"], ["support_identifier", "cs_f93f78d8"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 16:52:40.946720"], ["updated_at", "2017-12-20 16:52:40.946720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -588372951 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1074f05-75e4-4204-b19f-1e2db4381ed9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c0bd8a01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -588372951], ["username", "billy_46"], ["access_token", "6f4e8331299905838115288b119ce0af"], ["uuid", "f1074f05-75e4-4204-b19f-1e2db4381ed9"], ["support_identifier", "cs_c0bd8a01"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 16:52:40.951082"], ["updated_at", "2017-12-20 16:52:40.951082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1365739231 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95924f94-1316-4584-810f-f666b9c3bb33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67329d37' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1365739231], ["username", "billy_47"], ["access_token", "f47c22dbaf541b8d1060f8187650be8c"], ["uuid", "95924f94-1316-4584-810f-f666b9c3bb33"], ["support_identifier", "cs_67329d37"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 16:52:40.955376"], ["updated_at", "2017-12-20 16:52:40.955376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1649774211 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9121f34c-9731-4dd6-b434-b01997c7df65' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fcaa2247' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1649774211], ["username", "billy_48"], ["access_token", "c90e3158c1e3f53a52b632d988a1776e"], ["uuid", "9121f34c-9731-4dd6-b434-b01997c7df65"], ["support_identifier", "cs_fcaa2247"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 16:52:40.959796"], ["updated_at", "2017-12-20 16:52:40.959796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1996081688 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '733594a0-2236-4e85-bbfa-b92100d462d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_98e28d51' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1996081688], ["username", "billy_49"], ["access_token", "6cfc30f24288a8c54efa6c6778788d90"], ["uuid", "733594a0-2236-4e85-bbfa-b92100d462d5"], ["support_identifier", "cs_98e28d51"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 16:52:40.964276"], ["updated_at", "2017-12-20 16:52:40.964276"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1234718890 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd97f50a-05ac-4098-8a3d-05215e81d67c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ff5e2ee7' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1234718890], ["username", "jstrav"], ["access_token", "9b4b599dec8edcf25113ddd687087f2b"], ["uuid", "fd97f50a-05ac-4098-8a3d-05215e81d67c"], ["support_identifier", "cs_ff5e2ee7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:52:40.974914"], ["updated_at", "2017-12-20 16:52:40.974914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1071608358 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17dc89d7-7cf8-42f9-a1be-cf024dcfe34f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_355a2b35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1071608358], ["username", "mary"], ["access_token", "288fc84178ab802220d910c8ca4d4788"], ["uuid", "17dc89d7-7cf8-42f9-a1be-cf024dcfe34f"], ["support_identifier", "cs_355a2b35"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:52:40.980712"], ["updated_at", "2017-12-20 16:52:40.980712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -813293909 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b740bf5e-ca8a-445b-b64e-defc3d2c1684' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_efff4fce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -813293909], ["username", "jstead"], ["access_token", "34b50591c6765f909a1a1d9947fa5ee9"], ["uuid", "b740bf5e-ca8a-445b-b64e-defc3d2c1684"], ["support_identifier", "cs_efff4fce"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:52:40.985492"], ["updated_at", "2017-12-20 16:52:40.985492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -818947370 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e03e551-2c7d-4667-b48d-8a56f9c4fd4b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66187f72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -818947370], ["username", "bigbear"], ["access_token", "bc362e4c80dce5fe1fb0670e3f6f840c"], ["uuid", "8e03e551-2c7d-4667-b48d-8a56f9c4fd4b"], ["support_identifier", "cs_66187f72"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:52:40.989937"], ["updated_at", "2017-12-20 16:52:40.989937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1695946992 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00a1ddf0-6911-4e88-a834-a1cde997442d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d62f717c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1695946992], ["username", "billy_00"], ["access_token", "df6e579c0e149a72d2ab734babf15358"], ["uuid", "00a1ddf0-6911-4e88-a834-a1cde997442d"], ["support_identifier", "cs_d62f717c"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 16:52:40.994329"], ["updated_at", "2017-12-20 16:52:40.994329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -274996791 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa25f395-802c-4444-ac25-88abb08254c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c97634ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -274996791], ["username", "billy_01"], ["access_token", "077783a3c70bfc49bf0ff0122ad8b14e"], ["uuid", "aa25f395-802c-4444-ac25-88abb08254c4"], ["support_identifier", "cs_c97634ad"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 16:52:40.998567"], ["updated_at", "2017-12-20 16:52:40.998567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1696963601 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9338ecc-51ec-4a81-97af-852f4b64dcca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bcf78dfc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1696963601], ["username", "billy_02"], ["access_token", "cf2f94094106f88374b7d52604d128f5"], ["uuid", "e9338ecc-51ec-4a81-97af-852f4b64dcca"], ["support_identifier", "cs_bcf78dfc"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 16:52:41.002757"], ["updated_at", "2017-12-20 16:52:41.002757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1421563560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c662d43-8505-45a0-9fe8-518ef48a8dfd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_65e73e2a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1421563560], ["username", "billy_03"], ["access_token", "02b2f3f63c90ba60e3ddfcdb3aced2ae"], ["uuid", "9c662d43-8505-45a0-9fe8-518ef48a8dfd"], ["support_identifier", "cs_65e73e2a"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 16:52:41.008310"], ["updated_at", "2017-12-20 16:52:41.008310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1528627298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06fe6a14-9645-4c58-91f1-d43ae4c167e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2422ddb6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1528627298], ["username", "billy_04"], ["access_token", "cfad284b6370e9ccd61649c6841b19d8"], ["uuid", "06fe6a14-9645-4c58-91f1-d43ae4c167e8"], ["support_identifier", "cs_2422ddb6"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 16:52:41.014563"], ["updated_at", "2017-12-20 16:52:41.014563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -346087292 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c1afd57-b7c2-432d-afb3-dce2e4ce0b29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cc14f337' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -346087292], ["username", "billy_05"], ["access_token", "a73730ca8e8becc70d2a89ac69d0e790"], ["uuid", "3c1afd57-b7c2-432d-afb3-dce2e4ce0b29"], ["support_identifier", "cs_cc14f337"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 16:52:41.020108"], ["updated_at", "2017-12-20 16:52:41.020108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1089345748 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b47e7b2a-59b8-468e-8e2e-e204d221eb31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8432d4ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1089345748], ["username", "billy_06"], ["access_token", "bde1dd32f376c949e0613245da588a98"], ["uuid", "b47e7b2a-59b8-468e-8e2e-e204d221eb31"], ["support_identifier", "cs_8432d4ec"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 16:52:41.024491"], ["updated_at", "2017-12-20 16:52:41.024491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2023090023 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d60d497-a62a-4ae5-b2b4-77a4ed7fd633' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e89d1ac' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2023090023], ["username", "billy_07"], ["access_token", "4bea20e5f0978ae65ac69f8b523092c1"], ["uuid", "8d60d497-a62a-4ae5-b2b4-77a4ed7fd633"], ["support_identifier", "cs_9e89d1ac"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 16:52:41.029364"], ["updated_at", "2017-12-20 16:52:41.029364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1669216096 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba0a47e8-a124-4eab-8b5f-b2b33df4843d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ab3bdc8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1669216096], ["username", "billy_08"], ["access_token", "53547c28da9c5cde525d6486976359bb"], ["uuid", "ba0a47e8-a124-4eab-8b5f-b2b33df4843d"], ["support_identifier", "cs_7ab3bdc8"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 16:52:41.035133"], ["updated_at", "2017-12-20 16:52:41.035133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -571695663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e1b80552-6550-4efe-a735-f0b6eb364d7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1e85fae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -571695663], ["username", "billy_09"], ["access_token", "8e4d0ffcae0baaf86998d5dd232e9b4a"], ["uuid", "e1b80552-6550-4efe-a735-f0b6eb364d7a"], ["support_identifier", "cs_d1e85fae"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 16:52:41.040350"], ["updated_at", "2017-12-20 16:52:41.040350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510778327 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f42c71b7-980e-4653-b28c-b6491b2b61aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de824cd8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1510778327], ["username", "billy_10"], ["access_token", "73a1d163bd3899d97fb373d6d1c2b44b"], ["uuid", "f42c71b7-980e-4653-b28c-b6491b2b61aa"], ["support_identifier", "cs_de824cd8"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 16:52:41.044716"], ["updated_at", "2017-12-20 16:52:41.044716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -969022305 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78a92190-14a6-41e4-9a49-f60b2346c05c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2eb51879' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -969022305], ["username", "billy_11"], ["access_token", "6b7289ba6ca591bb74eae9391c91719c"], ["uuid", "78a92190-14a6-41e4-9a49-f60b2346c05c"], ["support_identifier", "cs_2eb51879"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 16:52:41.049136"], ["updated_at", "2017-12-20 16:52:41.049136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -827381087 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '735cf087-0592-419e-919a-cd5505e45089' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0600de69' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -827381087], ["username", "billy_12"], ["access_token", "a65b833dbfca61eea3eb24c8e476a83d"], ["uuid", "735cf087-0592-419e-919a-cd5505e45089"], ["support_identifier", "cs_0600de69"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 16:52:41.053448"], ["updated_at", "2017-12-20 16:52:41.053448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -206917287 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46e5346e-3ef0-4940-a016-24d259e483be' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6739dffb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -206917287], ["username", "billy_13"], ["access_token", "f916e3b1f2cdf67d37379ee561bdfc31"], ["uuid", "46e5346e-3ef0-4940-a016-24d259e483be"], ["support_identifier", "cs_6739dffb"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 16:52:41.057824"], ["updated_at", "2017-12-20 16:52:41.057824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -570963498 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '620002bc-0752-4431-a371-449adf2e96eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e1f89e73' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -570963498], ["username", "billy_14"], ["access_token", "442fdf7eb467893de977462b2e414ee5"], ["uuid", "620002bc-0752-4431-a371-449adf2e96eb"], ["support_identifier", "cs_e1f89e73"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 16:52:41.062309"], ["updated_at", "2017-12-20 16:52:41.062309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769091289 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f18d2d1f-9137-437d-9f3a-4bfc893e0e1e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10f9ded1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1769091289], ["username", "billy_15"], ["access_token", "d13bacf4384854d09d97a192d15530a3"], ["uuid", "f18d2d1f-9137-437d-9f3a-4bfc893e0e1e"], ["support_identifier", "cs_10f9ded1"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 16:52:41.066507"], ["updated_at", "2017-12-20 16:52:41.066507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1582236536 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8178917-1038-4e90-9031-6fb021200cd2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b86a5b87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1582236536], ["username", "billy_16"], ["access_token", "b2a23e7a010efce2acc621a135eebd67"], ["uuid", "c8178917-1038-4e90-9031-6fb021200cd2"], ["support_identifier", "cs_b86a5b87"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 16:52:41.070584"], ["updated_at", "2017-12-20 16:52:41.070584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539960104 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b36cd65d-c22e-40a6-b2c8-f4943bad020e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1291f51d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -539960104], ["username", "billy_17"], ["access_token", "4dbce4dda67ab8a72cbf5a305c95d250"], ["uuid", "b36cd65d-c22e-40a6-b2c8-f4943bad020e"], ["support_identifier", "cs_1291f51d"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 16:52:41.074796"], ["updated_at", "2017-12-20 16:52:41.074796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1499750680 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49f528f6-11f8-4e8f-b89e-9a5537ff5747' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b4ab04cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1499750680], ["username", "billy_18"], ["access_token", "063066583d21abb0a6a4b3c7240c2835"], ["uuid", "49f528f6-11f8-4e8f-b89e-9a5537ff5747"], ["support_identifier", "cs_b4ab04cd"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 16:52:41.079217"], ["updated_at", "2017-12-20 16:52:41.079217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -68762477 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ad35ed3-19ce-4ae3-b04a-817ca0bd2c6b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6778d219' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -68762477], ["username", "billy_19"], ["access_token", "d6c9a74210231742e8eb72eb327cf12d"], ["uuid", "9ad35ed3-19ce-4ae3-b04a-817ca0bd2c6b"], ["support_identifier", "cs_6778d219"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 16:52:41.083698"], ["updated_at", "2017-12-20 16:52:41.083698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -72424564 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ddd9a7e7-e9f6-41f2-a67b-f0c937f9911e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_139c5086' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -72424564], ["username", "billy_20"], ["access_token", "a3169104c7f396edc84633313348ba3f"], ["uuid", "ddd9a7e7-e9f6-41f2-a67b-f0c937f9911e"], ["support_identifier", "cs_139c5086"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 16:52:41.088249"], ["updated_at", "2017-12-20 16:52:41.088249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1726461491 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc250619-ffe9-41f7-92b7-c2e5f90d776a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c673e38a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1726461491], ["username", "billy_21"], ["access_token", "68cfb3327beb4f1dd76d8f36867def4e"], ["uuid", "cc250619-ffe9-41f7-92b7-c2e5f90d776a"], ["support_identifier", "cs_c673e38a"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 16:52:41.093599"], ["updated_at", "2017-12-20 16:52:41.093599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869157920 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10f2899f-0591-4752-93ae-6b10cd3a6e93' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e5a69b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -869157920], ["username", "billy_22"], ["access_token", "0cbfe1fa31756cee5f7486967650ebb1"], ["uuid", "10f2899f-0591-4752-93ae-6b10cd3a6e93"], ["support_identifier", "cs_4e5a69b3"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 16:52:41.098440"], ["updated_at", "2017-12-20 16:52:41.098440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1638547149 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae5c3c7d-0834-4683-a989-7c4981e63936' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b4e8341' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1638547149], ["username", "billy_23"], ["access_token", "c2d9cd288f9fdfa7a513c308327281ef"], ["uuid", "ae5c3c7d-0834-4683-a989-7c4981e63936"], ["support_identifier", "cs_0b4e8341"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 16:52:41.102808"], ["updated_at", "2017-12-20 16:52:41.102808"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1212467711 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '016e43e9-155f-4c89-976a-969044e3d9e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5b777f8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1212467711], ["username", "billy_24"], ["access_token", "37100ee9a5f4ed3d5f6a371929647b3c"], ["uuid", "016e43e9-155f-4c89-976a-969044e3d9e1"], ["support_identifier", "cs_c5b777f8"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 16:52:41.107283"], ["updated_at", "2017-12-20 16:52:41.107283"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -745648768 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6391a3ac-66a0-4bd0-8fcf-74df18a17ba7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c58d4c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -745648768], ["username", "billy_25"], ["access_token", "3409a72228d2614309b9c6e5d61b55d0"], ["uuid", "6391a3ac-66a0-4bd0-8fcf-74df18a17ba7"], ["support_identifier", "cs_3c58d4c6"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 16:52:41.111749"], ["updated_at", "2017-12-20 16:52:41.111749"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -251323193 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4cd6b7a1-6989-4513-982c-aac32dce98aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_13751410' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -251323193], ["username", "billy_26"], ["access_token", "79df2fa23be454934951485cf585daf6"], ["uuid", "4cd6b7a1-6989-4513-982c-aac32dce98aa"], ["support_identifier", "cs_13751410"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 16:52:41.116490"], ["updated_at", "2017-12-20 16:52:41.116490"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -327517096 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31cdb500-45b2-4882-b1f5-17cf13474e5b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fb57d751' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -327517096], ["username", "billy_27"], ["access_token", "417388022c68a71026b227dabc688ba7"], ["uuid", "31cdb500-45b2-4882-b1f5-17cf13474e5b"], ["support_identifier", "cs_fb57d751"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 16:52:41.120981"], ["updated_at", "2017-12-20 16:52:41.120981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1583000981 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e4d2e298-f512-408a-ae8a-767df34b1dba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ec624cd4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1583000981], ["username", "billy_28"], ["access_token", "80d4e232287f63ad814bf67a84adb58b"], ["uuid", "e4d2e298-f512-408a-ae8a-767df34b1dba"], ["support_identifier", "cs_ec624cd4"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 16:52:41.125149"], ["updated_at", "2017-12-20 16:52:41.125149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -43338654 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cc305b2-49f3-467f-9948-7d2e57ae61a3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_61d317d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -43338654], ["username", "billy_29"], ["access_token", "206b59fd752317338fbebcdbb593beb6"], ["uuid", "8cc305b2-49f3-467f-9948-7d2e57ae61a3"], ["support_identifier", "cs_61d317d0"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 16:52:41.130171"], ["updated_at", "2017-12-20 16:52:41.130171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -360565963 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0f87594-638d-4c3f-b6c0-3d25bd970404' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51fe4130' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -360565963], ["username", "billy_30"], ["access_token", "3e1e7413f2c679f9e1ef2c45f4343c61"], ["uuid", "b0f87594-638d-4c3f-b6c0-3d25bd970404"], ["support_identifier", "cs_51fe4130"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 16:52:41.134908"], ["updated_at", "2017-12-20 16:52:41.134908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1901271707 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd486bc1b-ac8d-4035-b594-249f351fe7b8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1733234e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1901271707], ["username", "billy_31"], ["access_token", "ad3ea807654f7c332d4f54253009cc67"], ["uuid", "d486bc1b-ac8d-4035-b594-249f351fe7b8"], ["support_identifier", "cs_1733234e"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 16:52:41.146576"], ["updated_at", "2017-12-20 16:52:41.146576"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66182231 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '336061b5-cf81-4b80-8087-ad6d789087d0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_947044fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -66182231], ["username", "billy_32"], ["access_token", "d314eeb91c7190867c811064484bf19b"], ["uuid", "336061b5-cf81-4b80-8087-ad6d789087d0"], ["support_identifier", "cs_947044fe"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 16:52:41.151352"], ["updated_at", "2017-12-20 16:52:41.151352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1068479972 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59ef602a-22ca-4fbd-9e4c-c3b37d30f0af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1cca0def' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1068479972], ["username", "billy_33"], ["access_token", "52c0c0622b4960c630ffa80da9e0e530"], ["uuid", "59ef602a-22ca-4fbd-9e4c-c3b37d30f0af"], ["support_identifier", "cs_1cca0def"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 16:52:41.155998"], ["updated_at", "2017-12-20 16:52:41.155998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -687936318 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf7f3d69-646c-4bc7-96cb-09009ed1e645' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eec93bc1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -687936318], ["username", "billy_34"], ["access_token", "d156e60f5f8573ff1a0608e223c1e9f4"], ["uuid", "cf7f3d69-646c-4bc7-96cb-09009ed1e645"], ["support_identifier", "cs_eec93bc1"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 16:52:41.160321"], ["updated_at", "2017-12-20 16:52:41.160321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -618635386 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e3f9a21-1193-4c40-b0d4-aa6bbf9609ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab935aaf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -618635386], ["username", "billy_35"], ["access_token", "eeefd51ccf163e84fd79de8dcf9b3737"], ["uuid", "1e3f9a21-1193-4c40-b0d4-aa6bbf9609ae"], ["support_identifier", "cs_ab935aaf"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 16:52:41.164618"], ["updated_at", "2017-12-20 16:52:41.164618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1162924169 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4cda434-da8c-44dd-8a31-f46232ca3d2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f3671240' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1162924169], ["username", "billy_36"], ["access_token", "2def7779f5794a285aefb1f5c1639555"], ["uuid", "d4cda434-da8c-44dd-8a31-f46232ca3d2d"], ["support_identifier", "cs_f3671240"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 16:52:41.168838"], ["updated_at", "2017-12-20 16:52:41.168838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -913305128 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b55816ec-02ae-4d79-8914-25c5346ef60c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7a3b703c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -913305128], ["username", "billy_37"], ["access_token", "4d0dc93e98276da1eb6cdf13a649a3cc"], ["uuid", "b55816ec-02ae-4d79-8914-25c5346ef60c"], ["support_identifier", "cs_7a3b703c"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 16:52:41.173162"], ["updated_at", "2017-12-20 16:52:41.173162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -505717870 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20f57a15-6977-4120-9ced-78f6001b7959' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1d76f2f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -505717870], ["username", "billy_38"], ["access_token", "35208242f80609cdd41bd26381c33c28"], ["uuid", "20f57a15-6977-4120-9ced-78f6001b7959"], ["support_identifier", "cs_1d76f2f4"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 16:52:41.177530"], ["updated_at", "2017-12-20 16:52:41.177530"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -775498970 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '272a8cc8-4e64-488b-a98e-01fc0e518c84' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a43fa53' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -775498970], ["username", "billy_39"], ["access_token", "64c78c44ef940f9b3934d2d8a034f6ea"], ["uuid", "272a8cc8-4e64-488b-a98e-01fc0e518c84"], ["support_identifier", "cs_4a43fa53"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 16:52:41.181901"], ["updated_at", "2017-12-20 16:52:41.181901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997725769 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60c295e7-8e8c-4848-8cd2-58047c4e4455' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1f0d81d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1997725769], ["username", "billy_40"], ["access_token", "e695e0420f3fd364056e10760b2048ab"], ["uuid", "60c295e7-8e8c-4848-8cd2-58047c4e4455"], ["support_identifier", "cs_1f0d81d9"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 16:52:41.186361"], ["updated_at", "2017-12-20 16:52:41.186361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -784629773 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1455c43f-fd12-4cbd-a76a-8513279cd906' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc3a3e36' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -784629773], ["username", "billy_41"], ["access_token", "c975e830e120ee943b28f2da1b2b78b1"], ["uuid", "1455c43f-fd12-4cbd-a76a-8513279cd906"], ["support_identifier", "cs_bc3a3e36"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 16:52:41.190865"], ["updated_at", "2017-12-20 16:52:41.190865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -795445359 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e9c167f-78d5-4a49-a8b4-445fd7224be9' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c13ce7c6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -795445359], ["username", "billy_42"], ["access_token", "90b2eed74372b4f6f11b50bc2f5ac451"], ["uuid", "0e9c167f-78d5-4a49-a8b4-445fd7224be9"], ["support_identifier", "cs_c13ce7c6"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 16:52:41.195599"], ["updated_at", "2017-12-20 16:52:41.195599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1747482980 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b6f87ef-38be-4e50-ad5c-6b5bdbd3142a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33ab6e44' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1747482980], ["username", "billy_43"], ["access_token", "a3307383bec16d658107d5fe395b5d99"], ["uuid", "6b6f87ef-38be-4e50-ad5c-6b5bdbd3142a"], ["support_identifier", "cs_33ab6e44"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 16:52:41.202008"], ["updated_at", "2017-12-20 16:52:41.202008"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1476627344 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '207df5fc-4492-4fbf-abf2-89bcaf2ec55e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0502f342' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1476627344], ["username", "billy_44"], ["access_token", "8869088584cae0aa821376fb3448d2ba"], ["uuid", "207df5fc-4492-4fbf-abf2-89bcaf2ec55e"], ["support_identifier", "cs_0502f342"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 16:52:41.207100"], ["updated_at", "2017-12-20 16:52:41.207100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1299195542 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '931a0016-3e0e-4911-93fa-ff5d1f6ed1ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa9609d8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1299195542], ["username", "billy_45"], ["access_token", "f50c30469136cfb3427bef5f129d3c60"], ["uuid", "931a0016-3e0e-4911-93fa-ff5d1f6ed1ed"], ["support_identifier", "cs_fa9609d8"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 16:52:41.211622"], ["updated_at", "2017-12-20 16:52:41.211622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1343157119 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'caf9b2fd-758a-41d2-b544-537c6af07ad1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6834e010' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1343157119], ["username", "billy_46"], ["access_token", "16f4aae7d094e88de3a88d00bffe2370"], ["uuid", "caf9b2fd-758a-41d2-b544-537c6af07ad1"], ["support_identifier", "cs_6834e010"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 16:52:41.216488"], ["updated_at", "2017-12-20 16:52:41.216488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -939586134 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17999de8-1cbe-4e34-a992-45059017a027' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a83be4f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -939586134], ["username", "billy_47"], ["access_token", "8553892f1780babf23ed5160daff4d17"], ["uuid", "17999de8-1cbe-4e34-a992-45059017a027"], ["support_identifier", "cs_a83be4f1"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 16:52:41.220839"], ["updated_at", "2017-12-20 16:52:41.220839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1522959007 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2b9aedf-4beb-4336-a61d-740cf141f4ef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0bc5bd4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1522959007], ["username", "billy_48"], ["access_token", "6cc327c3815904db33820904aabee959"], ["uuid", "f2b9aedf-4beb-4336-a61d-740cf141f4ef"], ["support_identifier", "cs_a0bc5bd4"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 16:52:41.225160"], ["updated_at", "2017-12-20 16:52:41.225160"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1515628231 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ef44e05-5dbd-48d0-8bf6-472d79b9ecfc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e01fd32b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1515628231], ["username", "billy_49"], ["access_token", "36fb323c87f17ff25a8285d81d424529"], ["uuid", "6ef44e05-5dbd-48d0-8bf6-472d79b9ecfc"], ["support_identifier", "cs_e01fd32b"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 16:52:41.229563"], ["updated_at", "2017-12-20 16:52:41.229563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -139951635 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ea593a8-2bfe-4335-9db0-a46f0986c449' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9614d68d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -139951635], ["username", "jstrav"], ["access_token", "e0601f2f918f6b434cb62b6034658cf7"], ["uuid", "5ea593a8-2bfe-4335-9db0-a46f0986c449"], ["support_identifier", "cs_9614d68d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 16:52:41.236038"], ["updated_at", "2017-12-20 16:52:41.236038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2034359482 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c51c2cbb-bc2a-4847-b8fe-5881c0c58c18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dab8a5de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2034359482], ["username", "mary"], ["access_token", "0a5fdbb862dc13e36b847faf94e6d651"], ["uuid", "c51c2cbb-bc2a-4847-b8fe-5881c0c58c18"], ["support_identifier", "cs_dab8a5de"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 16:52:41.241297"], ["updated_at", "2017-12-20 16:52:41.241297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -441164197 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd721ceb5-d8a0-4df8-9ce0-3cc39cad0849' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2dcae914' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -441164197], ["username", "jstead"], ["access_token", "6d411c86fe9459beaca950a27de332c1"], ["uuid", "d721ceb5-d8a0-4df8-9ce0-3cc39cad0849"], ["support_identifier", "cs_2dcae914"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 16:52:41.245811"], ["updated_at", "2017-12-20 16:52:41.245811"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2145913123 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1849a755-3ca7-411a-9fa7-ad36b591507f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bfd9e47b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2145913123], ["username", "bigbear"], ["access_token", "e36953ce1ff803f4e72b941d36ba9c91"], ["uuid", "1849a755-3ca7-411a-9fa7-ad36b591507f"], ["support_identifier", "cs_bfd9e47b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 16:52:41.250115"], ["updated_at", "2017-12-20 16:52:41.250115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -100165851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '531541eb-30b0-472a-8546-5879a129a82d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_740c0d5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -100165851], ["username", "billy_00"], ["access_token", "69b89843cfa0874944a60e5c1763160b"], ["uuid", "531541eb-30b0-472a-8546-5879a129a82d"], ["support_identifier", "cs_740c0d5a"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 16:52:41.254489"], ["updated_at", "2017-12-20 16:52:41.254489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1885089545 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8a5dd45-0dc7-4d31-b43b-8ca7b1f627eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_74d38631' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1885089545], ["username", "billy_01"], ["access_token", "a1489c9e7cf2b8db39b1c4d329e43411"], ["uuid", "c8a5dd45-0dc7-4d31-b43b-8ca7b1f627eb"], ["support_identifier", "cs_74d38631"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 16:52:41.258816"], ["updated_at", "2017-12-20 16:52:41.258816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -918336987 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04202cf1-0b6f-48e1-a73c-4a34600bbfad' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5120b3cb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -918336987], ["username", "billy_02"], ["access_token", "0b9a9a4b0f5635816f55e22e3151a97b"], ["uuid", "04202cf1-0b6f-48e1-a73c-4a34600bbfad"], ["support_identifier", "cs_5120b3cb"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 16:52:41.263399"], ["updated_at", "2017-12-20 16:52:41.263399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -840314085 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9703a9d8-b9d1-4358-b277-0ddeecac58c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ab2c3c8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -840314085], ["username", "billy_03"], ["access_token", "72e5c85ee5fd349b340a21c93cea8f2a"], ["uuid", "9703a9d8-b9d1-4358-b277-0ddeecac58c0"], ["support_identifier", "cs_4ab2c3c8"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 16:52:41.270121"], ["updated_at", "2017-12-20 16:52:41.270121"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -166210010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a610a04-a91b-4597-9963-5a06621095bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0ff56ca3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -166210010], ["username", "billy_04"], ["access_token", "6cdcd916a4310acec6d3f2982f549bce"], ["uuid", "9a610a04-a91b-4597-9963-5a06621095bd"], ["support_identifier", "cs_0ff56ca3"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 16:52:41.275236"], ["updated_at", "2017-12-20 16:52:41.275236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -170614781 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5eb3ef6c-15ae-41bf-8e4a-55d23d876bb7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_78c4bc96' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -170614781], ["username", "billy_05"], ["access_token", "7317c80a0b1299d3f57286b9ed4efcbc"], ["uuid", "5eb3ef6c-15ae-41bf-8e4a-55d23d876bb7"], ["support_identifier", "cs_78c4bc96"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 16:52:41.280054"], ["updated_at", "2017-12-20 16:52:41.280054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1230755443 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f616de95-4ea9-4f13-be26-c078f1d46b96' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_345d9812' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1230755443], ["username", "billy_06"], ["access_token", "dd61fb8ee6efa0d5f0653bd4dea92c8c"], ["uuid", "f616de95-4ea9-4f13-be26-c078f1d46b96"], ["support_identifier", "cs_345d9812"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 16:52:41.285329"], ["updated_at", "2017-12-20 16:52:41.285329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1168772775 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd4ff13d-0c21-4958-be6b-39172d69e1f6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd1cc9c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1168772775], ["username", "billy_07"], ["access_token", "7391bf908c4fadcb98b9cdbdfc0d6426"], ["uuid", "bd4ff13d-0c21-4958-be6b-39172d69e1f6"], ["support_identifier", "cs_dd1cc9c4"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 16:52:41.289667"], ["updated_at", "2017-12-20 16:52:41.289667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -939496075 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc6b038b-8f07-4b8f-af39-94d8e7e9ce00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3fbc447a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -939496075], ["username", "billy_08"], ["access_token", "6983e812862a38d598b79b0b939ce2be"], ["uuid", "bc6b038b-8f07-4b8f-af39-94d8e7e9ce00"], ["support_identifier", "cs_3fbc447a"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 16:52:41.293975"], ["updated_at", "2017-12-20 16:52:41.293975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1255247208 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c535e47-e87b-4a80-9034-61382751bf7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b656b23f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1255247208], ["username", "billy_09"], ["access_token", "c895dd66ab5ec21d8bb0538150a718de"], ["uuid", "5c535e47-e87b-4a80-9034-61382751bf7a"], ["support_identifier", "cs_b656b23f"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 16:52:41.298266"], ["updated_at", "2017-12-20 16:52:41.298266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1317454039 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8afa8961-8a80-4230-915e-b77bb7e865d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b0ac7508' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1317454039], ["username", "billy_10"], ["access_token", "0c6374aaab054c3582ba4d115f85c152"], ["uuid", "8afa8961-8a80-4230-915e-b77bb7e865d5"], ["support_identifier", "cs_b0ac7508"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 16:52:41.302695"], ["updated_at", "2017-12-20 16:52:41.302695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322382184 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd15102c3-f476-4dfd-8533-11956ea256ec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ce14232' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -322382184], ["username", "billy_11"], ["access_token", "4ba91d2cef96427bdaec60043b1cd787"], ["uuid", "d15102c3-f476-4dfd-8533-11956ea256ec"], ["support_identifier", "cs_7ce14232"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 16:52:41.307022"], ["updated_at", "2017-12-20 16:52:41.307022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544400397 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd0ab457-84e5-4df3-9046-f1af6088d175' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f0737b3b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1544400397], ["username", "billy_12"], ["access_token", "15ab56a9571e67655d88efdc1f0a3b6b"], ["uuid", "cd0ab457-84e5-4df3-9046-f1af6088d175"], ["support_identifier", "cs_f0737b3b"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 16:52:41.311231"], ["updated_at", "2017-12-20 16:52:41.311231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544563888 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2dc72c25-4e36-41cb-9ba5-b986a42e01b6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e51a8a9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1544563888], ["username", "billy_13"], ["access_token", "71c8d3cffe85a9cd145432ed96e154e0"], ["uuid", "2dc72c25-4e36-41cb-9ba5-b986a42e01b6"], ["support_identifier", "cs_e51a8a9f"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 16:52:41.315690"], ["updated_at", "2017-12-20 16:52:41.315690"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530743854 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f371bcb-58c5-4b4a-b8fa-02349e3e5ceb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c2365bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1530743854], ["username", "billy_14"], ["access_token", "9899e452f786adc97d6c3998f0ac31cf"], ["uuid", "2f371bcb-58c5-4b4a-b8fa-02349e3e5ceb"], ["support_identifier", "cs_1c2365bf"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 16:52:41.320213"], ["updated_at", "2017-12-20 16:52:41.320213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1871340516 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00be1004-b22f-4a76-bcef-3429beffdec8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce891909' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1871340516], ["username", "billy_15"], ["access_token", "f654bed50705bc8dc89d2fe6d95d155e"], ["uuid", "00be1004-b22f-4a76-bcef-3429beffdec8"], ["support_identifier", "cs_ce891909"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 16:52:41.324583"], ["updated_at", "2017-12-20 16:52:41.324583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1225574906 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06280cfe-c8e5-47a7-8b0e-f6094e070c2a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66e9c095' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1225574906], ["username", "billy_16"], ["access_token", "6dee8622311a6f8981395a484c01dcbe"], ["uuid", "06280cfe-c8e5-47a7-8b0e-f6094e070c2a"], ["support_identifier", "cs_66e9c095"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 16:52:41.329156"], ["updated_at", "2017-12-20 16:52:41.329156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2072663813 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42f8b5ca-7d9a-4cba-acbf-cf61ce78080a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1e07eec0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2072663813], ["username", "billy_17"], ["access_token", "2cc10834bc7c11fb9298e20547524a14"], ["uuid", "42f8b5ca-7d9a-4cba-acbf-cf61ce78080a"], ["support_identifier", "cs_1e07eec0"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 16:52:41.333447"], ["updated_at", "2017-12-20 16:52:41.333447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1726617222 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a716f1c-3795-492a-b7b9-5315cbb5b8fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1df48e5b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1726617222], ["username", "billy_18"], ["access_token", "9a6fd6e8d445dfc1c1eee263a696d04f"], ["uuid", "8a716f1c-3795-492a-b7b9-5315cbb5b8fa"], ["support_identifier", "cs_1df48e5b"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 16:52:41.337823"], ["updated_at", "2017-12-20 16:52:41.337823"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -269846436 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc77c7e3-bb0d-4512-8069-3fcea08bf1c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e182ed46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -269846436], ["username", "billy_19"], ["access_token", "e8e87fc5b7987dc3e7a0debcdb7b5352"], ["uuid", "bc77c7e3-bb0d-4512-8069-3fcea08bf1c8"], ["support_identifier", "cs_e182ed46"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 16:52:41.342079"], ["updated_at", "2017-12-20 16:52:41.342079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1657034395 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df1421c7-0db9-48fb-b6fa-27268273e52a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dfd38450' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1657034395], ["username", "billy_20"], ["access_token", "4ff14a1726afd7021816b148ed0db1d9"], ["uuid", "df1421c7-0db9-48fb-b6fa-27268273e52a"], ["support_identifier", "cs_dfd38450"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 16:52:41.347195"], ["updated_at", "2017-12-20 16:52:41.347195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1191871437 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75bf057e-a4ff-4086-82c5-59ab2de8c482' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3d38e137' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1191871437], ["username", "billy_21"], ["access_token", "c2b79f52575832e5e358fec41588bcf6"], ["uuid", "75bf057e-a4ff-4086-82c5-59ab2de8c482"], ["support_identifier", "cs_3d38e137"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 16:52:41.351986"], ["updated_at", "2017-12-20 16:52:41.351986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1665201977 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '550c3e55-d46e-4292-9d0c-fb808f59d884' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a1561de4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1665201977], ["username", "billy_22"], ["access_token", "7bff6fbc906087b9bb94c71de195490a"], ["uuid", "550c3e55-d46e-4292-9d0c-fb808f59d884"], ["support_identifier", "cs_a1561de4"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 16:52:41.356816"], ["updated_at", "2017-12-20 16:52:41.356816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -392086033 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab042195-0c7f-45f5-979a-9461e4d3932a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5dc99530' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -392086033], ["username", "billy_23"], ["access_token", "52e99844d80b7c308f8a062219499442"], ["uuid", "ab042195-0c7f-45f5-979a-9461e4d3932a"], ["support_identifier", "cs_5dc99530"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 16:52:41.361158"], ["updated_at", "2017-12-20 16:52:41.361158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -54677322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3011f304-c666-4b0e-88f1-d8097f01f9a3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b50e7691' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -54677322], ["username", "billy_24"], ["access_token", "ad37bd997063be2df20c0d171421b518"], ["uuid", "3011f304-c666-4b0e-88f1-d8097f01f9a3"], ["support_identifier", "cs_b50e7691"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 16:52:41.365435"], ["updated_at", "2017-12-20 16:52:41.365435"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -468957502 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f801d77-fb7c-4022-b1dd-d78b014f7c09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7de7e4b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -468957502], ["username", "billy_25"], ["access_token", "b69fe9979b67c27097176762359a7f7e"], ["uuid", "6f801d77-fb7c-4022-b1dd-d78b014f7c09"], ["support_identifier", "cs_7de7e4b5"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 16:52:41.369559"], ["updated_at", "2017-12-20 16:52:41.369559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -220383975 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65936780-ad07-4f1b-99d2-6f05d3f4cde0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5aca72a0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -220383975], ["username", "billy_26"], ["access_token", "763b706be4fbbaf451338517b5b75a4c"], ["uuid", "65936780-ad07-4f1b-99d2-6f05d3f4cde0"], ["support_identifier", "cs_5aca72a0"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 16:52:41.373818"], ["updated_at", "2017-12-20 16:52:41.373818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573204673 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '905e1970-2c66-45cf-97b3-6a708062ec4e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5502266' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1573204673], ["username", "billy_27"], ["access_token", "391a322e205169e0ad6d50d149155f68"], ["uuid", "905e1970-2c66-45cf-97b3-6a708062ec4e"], ["support_identifier", "cs_c5502266"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 16:52:41.379264"], ["updated_at", "2017-12-20 16:52:41.379264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -499695037 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fb072ab-0da0-41d8-9a65-5aac0025cae4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2f34c521' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -499695037], ["username", "billy_28"], ["access_token", "b0a52f717ff2e24711d7088dc1fe1689"], ["uuid", "0fb072ab-0da0-41d8-9a65-5aac0025cae4"], ["support_identifier", "cs_2f34c521"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 16:52:41.383845"], ["updated_at", "2017-12-20 16:52:41.383845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1876290131 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '753d51f7-50b0-4824-b55a-89eaeac67a32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fe41f7fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1876290131], ["username", "billy_29"], ["access_token", "4ffca3560345f512961127c5b6aedda6"], ["uuid", "753d51f7-50b0-4824-b55a-89eaeac67a32"], ["support_identifier", "cs_fe41f7fa"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 16:52:41.388119"], ["updated_at", "2017-12-20 16:52:41.388119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -694339020 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b344e04-15ed-43c5-9b53-d36f31d51fd3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0c1ef60d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -694339020], ["username", "billy_30"], ["access_token", "90832c378ed70198e4bbd988a59ab0a1"], ["uuid", "6b344e04-15ed-43c5-9b53-d36f31d51fd3"], ["support_identifier", "cs_0c1ef60d"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 16:52:41.392395"], ["updated_at", "2017-12-20 16:52:41.392395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1265577421 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ed6844d-eaa1-4ea0-bbbd-68d033c21df6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_52fe7995' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1265577421], ["username", "billy_31"], ["access_token", "bb73c7e7fdc719469c320b2e552cb3e4"], ["uuid", "7ed6844d-eaa1-4ea0-bbbd-68d033c21df6"], ["support_identifier", "cs_52fe7995"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 16:52:41.396945"], ["updated_at", "2017-12-20 16:52:41.396945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1908101838 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '679e8ae0-eedf-4ee0-905a-79e0314b1969' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b90b3292' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1908101838], ["username", "billy_32"], ["access_token", "aadfec69aa8a30eeff7ad977282b3900"], ["uuid", "679e8ae0-eedf-4ee0-905a-79e0314b1969"], ["support_identifier", "cs_b90b3292"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 16:52:41.402018"], ["updated_at", "2017-12-20 16:52:41.402018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -659662929 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '603ae452-c676-4548-ab6a-815aa85af383' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a8eef83' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -659662929], ["username", "billy_33"], ["access_token", "05ecb4edaade1b6c9f0e9e911eb95665"], ["uuid", "603ae452-c676-4548-ab6a-815aa85af383"], ["support_identifier", "cs_8a8eef83"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 16:52:41.408256"], ["updated_at", "2017-12-20 16:52:41.408256"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -78334478 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '994e2dd0-8ba9-4c56-b107-c54c0cbee1bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_729bba9b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -78334478], ["username", "billy_34"], ["access_token", "e9d8a0f1631a97d558d4ff5df014f2d7"], ["uuid", "994e2dd0-8ba9-4c56-b107-c54c0cbee1bc"], ["support_identifier", "cs_729bba9b"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 16:52:41.413333"], ["updated_at", "2017-12-20 16:52:41.413333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2115711822 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ceb8b9b3-f75c-4955-a81f-efcb058f5dc8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c056366a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2115711822], ["username", "billy_35"], ["access_token", "dcbb99ca400e1fb6e16cb42825b89a18"], ["uuid", "ceb8b9b3-f75c-4955-a81f-efcb058f5dc8"], ["support_identifier", "cs_c056366a"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 16:52:41.417750"], ["updated_at", "2017-12-20 16:52:41.417750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -735421289 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd20b4b42-f8e7-4b5e-9cf6-724fe5a57843' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de1c5102' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -735421289], ["username", "billy_36"], ["access_token", "7d53da658978dd4e3320b762eb8a2d48"], ["uuid", "d20b4b42-f8e7-4b5e-9cf6-724fe5a57843"], ["support_identifier", "cs_de1c5102"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 16:52:41.422037"], ["updated_at", "2017-12-20 16:52:41.422037"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2064770509 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd7e2ed4-8d48-49d4-9422-bc982bd615c2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e7ceba7a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2064770509], ["username", "billy_37"], ["access_token", "b61d770e33d92b7d57f59d6338e7206a"], ["uuid", "cd7e2ed4-8d48-49d4-9422-bc982bd615c2"], ["support_identifier", "cs_e7ceba7a"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 16:52:41.426309"], ["updated_at", "2017-12-20 16:52:41.426309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581791082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '107b75fc-0a75-4a64-8fde-99178450d13b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edac763e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1581791082], ["username", "billy_38"], ["access_token", "83d2936b90221e030ad8b5375f84072e"], ["uuid", "107b75fc-0a75-4a64-8fde-99178450d13b"], ["support_identifier", "cs_edac763e"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 16:52:41.430614"], ["updated_at", "2017-12-20 16:52:41.430614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1486960993 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b787d7d5-0c0f-4846-9017-19157c2473a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_432c1673' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1486960993], ["username", "billy_39"], ["access_token", "558644878cd56e9b1d5c7854f4252fd1"], ["uuid", "b787d7d5-0c0f-4846-9017-19157c2473a5"], ["support_identifier", "cs_432c1673"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 16:52:41.434933"], ["updated_at", "2017-12-20 16:52:41.434933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2058447221 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf681741-2071-4940-b5e3-28d0dbcd5e6f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8ff72957' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2058447221], ["username", "billy_40"], ["access_token", "7c673e5dd470ffaa0c03e42af363dd52"], ["uuid", "bf681741-2071-4940-b5e3-28d0dbcd5e6f"], ["support_identifier", "cs_8ff72957"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 16:52:41.439254"], ["updated_at", "2017-12-20 16:52:41.439254"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003682375 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d2821ae-6c02-45a9-b93a-97e158c58ccc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f1b8594' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1003682375], ["username", "billy_41"], ["access_token", "899167e80b37cbb15a54a5418a6aea87"], ["uuid", "5d2821ae-6c02-45a9-b93a-97e158c58ccc"], ["support_identifier", "cs_7f1b8594"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 16:52:41.443567"], ["updated_at", "2017-12-20 16:52:41.443567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -528266940 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d42417a-b136-4226-adb0-6ef9feb6223c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8abcba68' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -528266940], ["username", "billy_42"], ["access_token", "ca66c1b34cced6dd37e7372db7ebb07e"], ["uuid", "5d42417a-b136-4226-adb0-6ef9feb6223c"], ["support_identifier", "cs_8abcba68"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 16:52:41.447920"], ["updated_at", "2017-12-20 16:52:41.447920"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1252293120 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f67655a-0a9a-4f13-a2bf-0668b3707551' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cb1cb513' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1252293120], ["username", "billy_43"], ["access_token", "74ec493bc5fdecc73dac53bd82a2dac1"], ["uuid", "9f67655a-0a9a-4f13-a2bf-0668b3707551"], ["support_identifier", "cs_cb1cb513"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 16:52:41.452082"], ["updated_at", "2017-12-20 16:52:41.452082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093205941 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5db80fce-94ea-405e-9c16-3c40b6d74838' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9a9d05c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2093205941], ["username", "billy_44"], ["access_token", "7ac6aa15f1f25846a6b16bc2d086fecc"], ["uuid", "5db80fce-94ea-405e-9c16-3c40b6d74838"], ["support_identifier", "cs_9a9d05c2"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 16:52:41.456981"], ["updated_at", "2017-12-20 16:52:41.456981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -992820253 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5fcc680a-0ce3-47cd-b2fe-c971b58759b1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_22794227' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -992820253], ["username", "billy_45"], ["access_token", "a5a46bf8c6ce1cd1a0a3a4a914ed082a"], ["uuid", "5fcc680a-0ce3-47cd-b2fe-c971b58759b1"], ["support_identifier", "cs_22794227"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 16:52:41.461278"], ["updated_at", "2017-12-20 16:52:41.461278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1944889935 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f42b1c4-e775-4b7b-be33-b2ad0184447c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_caae7fba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1944889935], ["username", "billy_46"], ["access_token", "4f0be2f71c6d7f9059d104851a3cebf4"], ["uuid", "6f42b1c4-e775-4b7b-be33-b2ad0184447c"], ["support_identifier", "cs_caae7fba"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 16:52:41.466108"], ["updated_at", "2017-12-20 16:52:41.466108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1392123805 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c990e2bf-8ba1-4689-8ee9-9deae94feb36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3999f2f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1392123805], ["username", "billy_47"], ["access_token", "cf3f9ada760a08a6e681e82a40a59929"], ["uuid", "c990e2bf-8ba1-4689-8ee9-9deae94feb36"], ["support_identifier", "cs_3999f2f4"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 16:52:41.470763"], ["updated_at", "2017-12-20 16:52:41.470763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -208980147 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c7a2b53-1398-47f7-b40a-d3bdbd05488f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_716e800c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -208980147], ["username", "billy_48"], ["access_token", "7a4e3e5531971071bdbe51995feefc73"], ["uuid", "9c7a2b53-1398-47f7-b40a-d3bdbd05488f"], ["support_identifier", "cs_716e800c"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 16:52:41.475161"], ["updated_at", "2017-12-20 16:52:41.475161"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -834621787 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca782083-5461-4e33-a9f5-d839e74c1af7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_02ebd9e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -834621787], ["username", "billy_49"], ["access_token", "219e43d43d9f66b393c03e2fb0189d24"], ["uuid", "ca782083-5461-4e33-a9f5-d839e74c1af7"], ["support_identifier", "cs_02ebd9e1"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 16:52:41.479582"], ["updated_at", "2017-12-20 16:52:41.479582"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6573d8d4-6e82-4588-acbf-91aade574d7b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_52c0c6b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "u"], ["access_token", "14f49ece318974b2c87e1cae696ac22c"], ["uuid", "6573d8d4-6e82-4588-acbf-91aade574d7b"], ["support_identifier", "cs_52c0c6b7"], ["created_at", "2017-12-20 16:52:41.490652"], ["updated_at", "2017-12-20 16:52:41.490652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 497]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:52:43 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-20 10:52:45 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 497) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 497) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'adef1b98-a1c9-4c3e-8f73-66306b75d9ba' AND "openstax_accounts_accounts"."id" != 497) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_3b7c4f3d' AND "openstax_accounts_accounts"."id" != 497) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "support_identifier" = $3, "role" = $4, "updated_at" = $5 WHERE "openstax_accounts_accounts"."id" = $6 [["username", "user"], ["uuid", "adef1b98-a1c9-4c3e-8f73-66306b75d9ba"], ["support_identifier", "cs_3b7c4f3d"], ["role", 2], ["updated_at", "2017-12-20 16:52:45.538981"], ["id", 497]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2dffe31d-344b-4443-baa0-bf65b25e979e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_18dd973d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["uuid", "2dffe31d-344b-4443-baa0-bf65b25e979e"], ["support_identifier", "cs_18dd973d"], ["created_at", "2017-12-20 16:52:45.543610"], ["updated_at", "2017-12-20 16:52:45.543610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:52:47 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-20 10:52:49 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 497]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:52:51 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-20 10:52:53 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 497) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 497) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'adef1b98-a1c9-4c3e-8f73-66306b75d9ba' AND "openstax_accounts_accounts"."id" != 497) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_3b7c4f3d' AND "openstax_accounts_accounts"."id" != 497) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 498) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 498) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '2dffe31d-344b-4443-baa0-bf65b25e979e' AND "openstax_accounts_accounts"."id" != 498) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_18dd973d' AND "openstax_accounts_accounts"."id" != 498) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 10:52:55 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-20 10:52:57 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 497]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 498]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c735a7d1-6d4a-46b4-a207-b1ee3440e040' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7e9f3750' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "9d0dbb65a1ba266821f9700038ed625c"], ["uuid", "c735a7d1-6d4a-46b4-a207-b1ee3440e040"], ["support_identifier", "cs_7e9f3750"], ["created_at", "2017-12-20 16:52:57.656585"], ["updated_at", "2017-12-20 16:52:57.656585"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 499], ["created_at", "2017-12-20 16:52:57.660984"], ["updated_at", "2017-12-20 16:52:57.660984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a50a5f0-2460-4c7e-91bc-ad1515e22416' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d119f409' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "b94e30249aac43b35c5c759082796143"], ["uuid", "7a50a5f0-2460-4c7e-91bc-ad1515e22416"], ["support_identifier", "cs_d119f409"], ["created_at", "2017-12-20 16:52:58.106538"], ["updated_at", "2017-12-20 16:52:58.106538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 500], ["created_at", "2017-12-20 16:52:58.108640"], ["updated_at", "2017-12-20 16:52:58.108640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 500]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2019d21-ce73-417d-82ea-25e1a99c1191' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_70c6698d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "32f408e4d3aeddafa5cdbadcf7e84058"], ["uuid", "a2019d21-ce73-417d-82ea-25e1a99c1191"], ["support_identifier", "cs_70c6698d"], ["created_at", "2017-12-20 16:52:58.541426"], ["updated_at", "2017-12-20 16:52:58.541426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 501], ["created_at", "2017-12-20 16:52:58.543645"], ["updated_at", "2017-12-20 16:52:58.543645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 501]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 501]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 501]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09c4b7bf-3c94-4ff9-945c-3f389e3a946e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b1e2fcb0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "c31a5fa27e60d616c706a0b92f4a1f7d"], ["uuid", "09c4b7bf-3c94-4ff9-945c-3f389e3a946e"], ["support_identifier", "cs_b1e2fcb0"], ["created_at", "2017-12-20 16:52:58.993385"], ["updated_at", "2017-12-20 16:52:58.993385"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 502], ["created_at", "2017-12-20 16:52:58.995533"], ["updated_at", "2017-12-20 16:52:58.995533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 502]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 502]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 502]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 502]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 502]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a625648-247f-4a4b-83c3-125e40146754' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cac9bbe7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "abdda8504d27fdfb28899c793f246b19"], ["uuid", "8a625648-247f-4a4b-83c3-125e40146754"], ["support_identifier", "cs_cac9bbe7"], ["created_at", "2017-12-20 16:52:59.446795"], ["updated_at", "2017-12-20 16:52:59.446795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 503], ["created_at", "2017-12-20 16:52:59.448975"], ["updated_at", "2017-12-20 16:52:59.448975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 503]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5f7a9aa-1329-4896-9d7e-b02d55191ddb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a801bf8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "ad0885572a99f27a429821aa07871026"], ["uuid", "b5f7a9aa-1329-4896-9d7e-b02d55191ddb"], ["support_identifier", "cs_1a801bf8"], ["created_at", "2017-12-20 16:52:59.880578"], ["updated_at", "2017-12-20 16:52:59.880578"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 504], ["created_at", "2017-12-20 16:52:59.882604"], ["updated_at", "2017-12-20 16:52:59.882604"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd474b79-0987-4d07-bee9-b194459deca2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8edf6f5f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "ecb5a86c3c8d1d45d10e9844045cf06b"], ["uuid", "dd474b79-0987-4d07-bee9-b194459deca2"], ["support_identifier", "cs_8edf6f5f"], ["created_at", "2017-12-20 16:52:59.886645"], ["updated_at", "2017-12-20 16:52:59.886645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 505], ["created_at", "2017-12-20 16:52:59.888482"], ["updated_at", "2017-12-20 16:52:59.888482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1731342751 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1731342751], ["name", "MyGroup"], ["created_at", "2017-12-20 16:52:59.890922"], ["updated_at", "2017-12-20 16:52:59.890922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -222163687 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -222163687], ["name", "MyGroup"], ["created_at", "2017-12-20 16:52:59.893345"], ["updated_at", "2017-12-20 16:52:59.893345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 20 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 20]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -222163687 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -222163687 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 20]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 19]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1731342751 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1731342751 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 19]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -222163687 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1731342751 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -1731342751], ["member_group_id", -222163687], ["created_at", "2017-12-20 16:52:59.895828"], ["updated_at", "2017-12-20 16:52:59.895828"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 504 AND "openstax_accounts_group_members"."group_id" = -222163687) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 504 AND "openstax_accounts_group_members"."group_id" = -222163687) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -222163687], ["user_id", 1], ["created_at", "2017-12-20 16:52:59.906986"], ["updated_at", "2017-12-20 16:52:59.906986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 504 AND "openstax_accounts_group_members"."id" != 5 AND "openstax_accounts_group_members"."group_id" = -222163687) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.7ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 504]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 20]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -222163687 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -222163687 - -1731342751 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 20]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-222163687, -1731342751) Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20)  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 7], ["owner_type", "User"], ["created_at", "2017-12-20 16:52:59.946491"], ["updated_at", "2017-12-20 16:52:59.946491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 504]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-222163687, -1731342751) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 6], ["owner_type", "User"], ["created_at", "2017-12-20 16:52:59.954451"], ["updated_at", "2017-12-20 16:52:59.954451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 504]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-222163687, -1731342751) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 20], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-20 16:52:59.960690"], ["updated_at", "2017-12-20 16:52:59.960690"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 504]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-222163687, -1731342751) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-222163687, -1731342751) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 19], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-20 16:52:59.969328"], ["updated_at", "2017-12-20 16:52:59.969328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 504]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-222163687, -1731342751) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-222163687, -1731342751) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-222163687, -1731342751) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597817015 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '27ffd6c64bc3c69e3c77075b66ba969b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecf87b80-b6f4-48c4-933f-2886270639a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a74505b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -597817015], ["username", "27ffd6c64bc3c69e3c77075b66ba969b"], ["access_token", "87f5692498b38f7648b8bd864d91f963"], ["uuid", "ecf87b80-b6f4-48c4-933f-2886270639a6"], ["support_identifier", "cs_a74505b5"], ["created_at", "2017-12-20 16:52:59.985229"], ["updated_at", "2017-12-20 16:52:59.985229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -597817015 AND "openstax_accounts_accounts"."id" != 506) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '27ffd6c64bc3c69e3c77075b66ba969b' AND "openstax_accounts_accounts"."id" != 506) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 506) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_a74505b5' AND "openstax_accounts_accounts"."id" != 506) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591994869 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8aede17dc0a310cfe51f3c69510ada70' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c259cc60-c1dc-4d8d-b0cc-6f11562a92ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_80e97388' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1591994869], ["username", "8aede17dc0a310cfe51f3c69510ada70"], ["access_token", "450691e0597a9ae1923085b43ee43c80"], ["uuid", "c259cc60-c1dc-4d8d-b0cc-6f11562a92ae"], ["support_identifier", "cs_80e97388"], ["created_at", "2017-12-20 16:52:59.994281"], ["updated_at", "2017-12-20 16:52:59.994281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591994869 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8aede17dc0a310cfe51f3c69510ada70' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c259cc60-c1dc-4d8d-b0cc-6f11562a92ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_80e97388' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591994869 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8aede17dc0a310cfe51f3c69510ada70' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c259cc60-c1dc-4d8d-b0cc-6f11562a92ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'CS_80E97388' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "support_identifier" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["support_identifier", nil], ["updated_at", "2017-12-20 16:53:00.007693"], ["id", 507]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591994869 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8aede17dc0a310cfe51f3c69510ada70' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c259cc60-c1dc-4d8d-b0cc-6f11562a92ae' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1655803801 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4effaa39223e3ada42f17f1f18597d83' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '520fc04d-035f-4488-9d2d-a893aa51a222' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b41e84f4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1655803801], ["username", "4effaa39223e3ada42f17f1f18597d83"], ["access_token", "c46906b8d36b0bceb5f3ce56ce0ba62c"], ["uuid", "520fc04d-035f-4488-9d2d-a893aa51a222"], ["support_identifier", "cs_b41e84f4"], ["created_at", "2017-12-20 16:53:00.018211"], ["updated_at", "2017-12-20 16:53:00.018211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1655803801 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4effaa39223e3ada42f17f1f18597d83' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '520fc04d-035f-4488-9d2d-a893aa51a222' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b41e84f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1655803801 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4effaa39223e3ada42f17f1f18597d83' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '520FC04D-035F-4488-9D2D-A893AA51A222' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b41e84f4' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1517540143 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '822aa7109769c9bcaca53791b6faf0ea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65518ff3-fb85-497c-9da3-e6497d56f0e3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_69cb4d65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1517540143], ["username", "822aa7109769c9bcaca53791b6faf0ea"], ["access_token", "bf51ec5688d4448d779c0b2bf9350c4f"], ["uuid", "65518ff3-fb85-497c-9da3-e6497d56f0e3"], ["support_identifier", "cs_69cb4d65"], ["created_at", "2017-12-20 16:53:00.035616"], ["updated_at", "2017-12-20 16:53:00.035616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '65518ff3-fb85-497c-9da3-e6497d56f0e3' AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_69cb4d65' AND "openstax_accounts_accounts"."id" != 509) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-20 16:53:00.040292"], ["id", 509]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -500543630 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2de9e9fcb67e2d710ab027d2d9c05645' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '228413d6-a631-4eea-8bc7-143c5b50ef5a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e2e31aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -500543630], ["username", "2de9e9fcb67e2d710ab027d2d9c05645"], ["access_token", "f00d97f33fdadf6c546a5564b279170d"], ["uuid", "228413d6-a631-4eea-8bc7-143c5b50ef5a"], ["support_identifier", "cs_5e2e31aa"], ["created_at", "2017-12-20 16:53:00.045858"], ["updated_at", "2017-12-20 16:53:00.045858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 510) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 510) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '228413d6-a631-4eea-8bc7-143c5b50ef5a' AND "openstax_accounts_accounts"."id" != 510) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_5e2e31aa' AND "openstax_accounts_accounts"."id" != 510) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-20 16:53:00.050085"], ["id", 510]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088032498 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3ac1ac3359fb3b6bb60b932aedaa2b9f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95d26388-4781-47c0-b339-62ee809dbc48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_708abde8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1088032498], ["username", "3ac1ac3359fb3b6bb60b932aedaa2b9f"], ["access_token", "d39626c576af658c23ae7fc53934eb9b"], ["uuid", "95d26388-4781-47c0-b339-62ee809dbc48"], ["support_identifier", "cs_708abde8"], ["created_at", "2017-12-20 16:53:00.055431"], ["updated_at", "2017-12-20 16:53:00.055431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 511) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 511) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '95d26388-4781-47c0-b339-62ee809dbc48' AND "openstax_accounts_accounts"."id" != 511) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_708abde8' AND "openstax_accounts_accounts"."id" != 511) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-20 16:53:00.059824"], ["id", 511]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -622534910 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '32c86656ed9614358db02ac3d66db9e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a0d9579-d55a-496c-aff9-ac2468e2e8cb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5ddba7f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -622534910], ["username", "32c86656ed9614358db02ac3d66db9e1"], ["access_token", "3caf4c62f4206528cc3cf514d5bba9ed"], ["uuid", "2a0d9579-d55a-496c-aff9-ac2468e2e8cb"], ["support_identifier", "cs_c5ddba7f"], ["created_at", "2017-12-20 16:53:00.065274"], ["updated_at", "2017-12-20 16:53:00.065274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 512) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '2a0d9579-d55a-496c-aff9-ac2468e2e8cb' AND "openstax_accounts_accounts"."id" != 512) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c5ddba7f' AND "openstax_accounts_accounts"."id" != 512) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-20 16:53:00.069416"], ["id", 512]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 512) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 512) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '2a0d9579-d55a-496c-aff9-ac2468e2e8cb' AND "openstax_accounts_accounts"."id" != 512) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c5ddba7f' AND "openstax_accounts_accounts"."id" != 512) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-20 16:53:00.073350"], ["id", 512]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 512) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 512) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '2a0d9579-d55a-496c-aff9-ac2468e2e8cb' AND "openstax_accounts_accounts"."id" != 512) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c5ddba7f' AND "openstax_accounts_accounts"."id" != 512) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-20 16:53:00.077281"], ["id", 512]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -187127985 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '00cf04902b4b6656ec563d4e5e88ff77' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '433f30dc-f9dd-4d1f-8502-94705ea94e35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a9125003' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1291231075 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '90e3fd9a-ba43-493c-a128-ca3a9284ea14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d15d60b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1291231075], ["access_token", "8c5365e51fdc224bbbe842124904c01b"], ["uuid", "90e3fd9a-ba43-493c-a128-ca3a9284ea14"], ["support_identifier", "cs_9d15d60b"], ["created_at", "2017-12-20 16:53:00.088194"], ["updated_at", "2017-12-20 16:53:00.088194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2144213879 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd8d1d4d8-875c-40a0-9243-47c2b78be604' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae551f0c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -2144213879], ["access_token", "56896fedff204c1c23fd7bb8831093db"], ["uuid", "d8d1d4d8-875c-40a0-9243-47c2b78be604"], ["support_identifier", "cs_ae551f0c"], ["created_at", "2017-12-20 16:53:00.092192"], ["updated_at", "2017-12-20 16:53:00.092192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -535666941 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '90a698fa192c62ada2050d648a28f48a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bf3442e-d16d-4855-920c-24bfd3b1c232' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d82db8cb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -535666941], ["username", "90a698fa192c62ada2050d648a28f48a"], ["access_token", "2d7812569a1d49ee727cb39bd8e82c1e"], ["uuid", "4bf3442e-d16d-4855-920c-24bfd3b1c232"], ["support_identifier", "cs_d82db8cb"], ["created_at", "2017-12-20 16:53:00.097353"], ["updated_at", "2017-12-20 16:53:00.097353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1691879030 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '90a698fa192c62ada2050d648a28f48a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a31963d7-9fc9-486e-ad26-0ca2a5e88ae0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b50dc502' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -828222295 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3fb809c48fe5b522aa9b15ee55c85dc3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aeaff2bb-39e3-4958-a387-1871265ab862' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_79701e6c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -828222295], ["username", "3fb809c48fe5b522aa9b15ee55c85dc3"], ["access_token", "2d64ff2cf3d1ff5b4948d8f8e5d9b0a0"], ["uuid", "aeaff2bb-39e3-4958-a387-1871265ab862"], ["support_identifier", "cs_79701e6c"], ["created_at", "2017-12-20 16:53:00.106280"], ["updated_at", "2017-12-20 16:53:00.106280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -828222295 AND "openstax_accounts_accounts"."id" != 516) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'aeaff2bb-39e3-4958-a387-1871265ab862' AND "openstax_accounts_accounts"."id" != 516) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_79701e6c' AND "openstax_accounts_accounts"."id" != 516) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2094000760 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '74d37101265e2dad95aa6e1962c4f643' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e3687b4-d7b2-4ac3-8d3a-668d10c88c08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6a6243a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2094000760], ["username", "74d37101265e2dad95aa6e1962c4f643"], ["access_token", "ce55e78537a26c1ed6ba028d039f16d1"], ["uuid", "6e3687b4-d7b2-4ac3-8d3a-668d10c88c08"], ["support_identifier", "cs_6a6243a3"], ["created_at", "2017-12-20 16:53:00.113515"], ["updated_at", "2017-12-20 16:53:00.113515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '74d37101265e2dad95aa6e1962c4f643' AND "openstax_accounts_accounts"."id" != 517) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '6e3687b4-d7b2-4ac3-8d3a-668d10c88c08' AND "openstax_accounts_accounts"."id" != 517) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_6a6243a3' AND "openstax_accounts_accounts"."id" != 517) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 517) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '74d37101265e2dad95aa6e1962c4f643' AND "openstax_accounts_accounts"."id" != 517) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '6e3687b4-d7b2-4ac3-8d3a-668d10c88c08' AND "openstax_accounts_accounts"."id" != 517) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_6a6243a3' AND "openstax_accounts_accounts"."id" != 517) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-20 16:53:00.120377"], ["id", 517]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ed3d081216ca45501e6f62b554d029de' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4dafef26-0672-426b-83ca-4e8022a66500' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_11a04786' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232168806 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7be72a2c1da73672ec8ca6a96cd353f6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '646ebcc7-7a78-48a6-a9f6-a31153bfa530' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_49cfd054' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1232168806], ["username", "7be72a2c1da73672ec8ca6a96cd353f6"], ["access_token", "e84b3820dd8b94fa620ab520eda186e9"], ["uuid", "646ebcc7-7a78-48a6-a9f6-a31153bfa530"], ["support_identifier", "cs_49cfd054"], ["created_at", "2017-12-20 16:53:00.136991"], ["updated_at", "2017-12-20 16:53:00.136991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -1232168806]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1232168806 AND "openstax_accounts_accounts"."id" != 518) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 518) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '00b0eba6-0f4f-442c-9993-28de81ffe8a6' AND "openstax_accounts_accounts"."id" != 518) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_816d136e' AND "openstax_accounts_accounts"."id" != 518) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "first_name" = $2, "last_name" = $3, "title" = $4, "access_token" = $5, "faculty_status" = $6, "role" = $7, "uuid" = $8, "support_identifier" = $9, "updated_at" = $10 WHERE "openstax_accounts_accounts"."id" = $11 [["username", "191919"], ["first_name", "1234"], ["last_name", "5678"], ["title", "900"], ["access_token", nil], ["faculty_status", 2], ["role", 2], ["uuid", "00b0eba6-0f4f-442c-9993-28de81ffe8a6"], ["support_identifier", "cs_816d136e"], ["updated_at", "2017-12-20 16:53:00.142583"], ["id", 518]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 518]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9759150]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9759150 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e611b37-fce0-433b-968a-a9d7b492bd09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_440a1d35' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 9759150], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "7e611b37-fce0-433b-968a-a9d7b492bd09"], ["support_identifier", "cs_440a1d35"], ["created_at", "2017-12-20 16:53:00.151176"], ["updated_at", "2017-12-20 16:53:00.151176"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4298717]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4298717 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '038ad219-2c39-42be-a8b9-7e2750be9db3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_60f68c0e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 4298717], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "038ad219-2c39-42be-a8b9-7e2750be9db3"], ["support_identifier", "cs_60f68c0e"], ["created_at", "2017-12-20 16:53:00.158877"], ["updated_at", "2017-12-20 16:53:00.158877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4382227]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4382227 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce56e186-c7b2-437f-a626-2b193880460b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_460cbb19' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 4382227], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "ce56e186-c7b2-437f-a626-2b193880460b"], ["support_identifier", "cs_460cbb19"], ["created_at", "2017-12-20 16:53:00.167484"], ["updated_at", "2017-12-20 16:53:00.167484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 6469653]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 6469653 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc9c3520-0d02-459b-a063-6e021915d372' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_763535c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 6469653], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "fc9c3520-0d02-459b-a063-6e021915d372"], ["support_identifier", "cs_763535c6"], ["created_at", "2017-12-20 16:53:00.173610"], ["updated_at", "2017-12-20 16:53:00.173610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 6469653 AND "openstax_accounts_accounts"."id" != 522) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'fc9c3520-0d02-459b-a063-6e021915d372' AND "openstax_accounts_accounts"."id" != 522) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_763535c6' AND "openstax_accounts_accounts"."id" != 522) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8071715]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8071715 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0398704-6e99-44ba-a3fd-65735b5bf2bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_931da477' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 8071715], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "c0398704-6e99-44ba-a3fd-65735b5bf2bb"], ["support_identifier", "cs_931da477"], ["created_at", "2017-12-20 16:53:00.183716"], ["updated_at", "2017-12-20 16:53:00.183716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 7659021]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 7659021 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7de552ec-b041-40d3-894a-9188a4ebe2d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ae2c387' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", 7659021], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["role", 2], ["uuid", "7de552ec-b041-40d3-894a-9188a4ebe2d5"], ["support_identifier", "cs_7ae2c387"], ["created_at", "2017-12-20 16:53:00.191154"], ["updated_at", "2017-12-20 16:53:00.191154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 5979629]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5979629 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52420f4c-fc99-465b-9801-24b30f57ddaf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_14440f5c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 5979629], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "52420f4c-fc99-465b-9801-24b30f57ddaf"], ["support_identifier", "cs_14440f5c"], ["created_at", "2017-12-20 16:53:00.199471"], ["updated_at", "2017-12-20 16:53:00.199471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9798b40c-789c-4e91-b02c-9450a5cca21c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0fe49c46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "b8af1835ea8934ea8ef49fb6a92e53ed"], ["uuid", "9798b40c-789c-4e91-b02c-9450a5cca21c"], ["support_identifier", "cs_0fe49c46"], ["created_at", "2017-12-20 16:53:00.207417"], ["updated_at", "2017-12-20 16:53:00.207417"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ca682be-ef0c-42e4-8ccb-d5a40cbecfad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1e5a538' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "3904043b44fbce14f07dcfeb8bbb3348"], ["uuid", "6ca682be-ef0c-42e4-8ccb-d5a40cbecfad"], ["support_identifier", "cs_d1e5a538"], ["created_at", "2017-12-20 16:53:00.220273"], ["updated_at", "2017-12-20 16:53:00.220273"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 527]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:49887/logout Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e7e67d4-3669-4ea1-8306-e77c83259a07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b931a99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a2a49edc0eb0b388f5d88fa2561061db"], ["uuid", "1e7e67d4-3669-4ea1-8306-e77c83259a07"], ["support_identifier", "cs_6b931a99"], ["created_at", "2017-12-20 16:53:00.231543"], ["updated_at", "2017-12-20 16:53:00.231543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7017d48-377d-4b3c-bd00-1751ec1508ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab9bc55d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "510a51cb4ffc5b243b6059828753c2ba"], ["uuid", "a7017d48-377d-4b3c-bd00-1751ec1508ed"], ["support_identifier", "cs_ab9bc55d"], ["created_at", "2017-12-20 16:53:00.237214"], ["updated_at", "2017-12-20 16:53:00.237214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e474f4e2-c15c-480c-b15c-e57d405720a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ffdceb3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "69113887a13c77a7e0f8eda0ea8d050e"], ["uuid", "e474f4e2-c15c-480c-b15c-e57d405720a5"], ["support_identifier", "cs_7ffdceb3"], ["created_at", "2017-12-20 16:53:00.249793"], ["updated_at", "2017-12-20 16:53:00.249793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '261f7628-fe3c-4eda-9a89-1bca555e8657' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aeb26131' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "0ec0f375b140f2bcd9466c1f1562fafd"], ["uuid", "261f7628-fe3c-4eda-9a89-1bca555e8657"], ["support_identifier", "cs_aeb26131"], ["created_at", "2017-12-20 16:53:00.261807"], ["updated_at", "2017-12-20 16:53:00.261807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 531]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29f115e9-6d67-4f75-bd84-d399d5289380' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d4c6157d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "1f54c2667b50bf94f6cd7a77c89982e7"], ["uuid", "29f115e9-6d67-4f75-bd84-d399d5289380"], ["support_identifier", "cs_d4c6157d"], ["created_at", "2017-12-20 16:53:00.272454"], ["updated_at", "2017-12-20 16:53:00.272454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (151.5ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (447.9ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (5.8ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" SQL (11.0ms) CREATE EXTENSION IF NOT EXISTS "citext"  (4.1ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL, "support_identifier" citext)  (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.3ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_support_identifier" ON "openstax_accounts_accounts" USING btree ("support_identifier")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.4ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (1.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (2.1ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (1.9ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.2ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.3ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (3.0ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.2ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('11')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (189.1ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (450.1ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (6.2ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" SQL (13.1ms) CREATE EXTENSION IF NOT EXISTS "citext"  (4.6ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL, "support_identifier" citext)  (1.3ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_support_identifier" ON "openstax_accounts_accounts" USING btree ("support_identifier")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (1.9ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (2.4ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.1ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.1ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (1.2ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.2ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (2.7ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.3ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('11')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (203.5ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (417.9ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.2ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (5.8ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" SQL (11.0ms) CREATE EXTENSION IF NOT EXISTS "citext"  (4.3ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL, "support_identifier" citext)  (1.6ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_support_identifier" ON "openstax_accounts_accounts" USING btree ("support_identifier")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (1.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (2.3ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.1ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.4ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.3ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.3ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (3.2ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.3ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('11')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ebe91b94-b2bb-490c-aa0c-021371c5af88' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6e389eae' LIMIT 1 SQL (1.0ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["access_token", "c9b3cf89e4b9cc439959cfb06b441716"], ["uuid", "ebe91b94-b2bb-490c-aa0c-021371c5af88"], ["support_identifier", "cs_6e389eae"], ["created_at", "2017-12-20 17:43:31.916732"], ["updated_at", "2017-12-20 17:43:31.916732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88fe654a-f182-4767-a1c2-bfaa74fa4ba1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_db26c59f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["access_token", "3f2d70795ad20f6cc33aa246385c1c28"], ["uuid", "88fe654a-f182-4767-a1c2-bfaa74fa4ba1"], ["support_identifier", "cs_db26c59f"], ["created_at", "2017-12-20 17:43:31.922322"], ["updated_at", "2017-12-20 17:43:31.922322"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["name", "Member Group"], ["created_at", "2017-12-20 17:43:31.932212"], ["updated_at", "2017-12-20 17:43:31.932212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 2], ["user_id", 2], ["created_at", "2017-12-20 17:43:31.947483"], ["updated_at", "2017-12-20 17:43:31.947483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["name", "Container Group"], ["created_at", "2017-12-20 17:43:31.950313"], ["updated_at", "2017-12-20 17:43:31.950313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 4], ["user_id", 2], ["created_at", "2017-12-20 17:43:31.958539"], ["updated_at", "2017-12-20 17:43:31.958539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.8ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2017-12-20 17:43:31.970079"], ["updated_at", "2017-12-20 17:43:31.970079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 1]] OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 4]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:43:33 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-20 11:43:34 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.3ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2017-12-20 17:43:34.292474"], ["updated_at", "2017-12-20 17:43:34.292474"]] OpenStax::Accounts::GroupOwner Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-20 17:43:34.294735"], ["updated_at", "2017-12-20 17:43:34.294735"]] OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-20 17:43:34.297122"], ["updated_at", "2017-12-20 17:43:34.297122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-20 17:43:34.303453"], ["updated_at", "2017-12-20 17:43:34.303453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "name" = $1, "updated_at" = $2 WHERE "openstax_accounts_groups"."id" = $3 [["name", "M"], ["updated_at", "2017-12-20 17:43:34.306508"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:43:35 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-20 11:43:36 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 1]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:43:37 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-20 11:43:38 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"application_group"=>{}} Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = $1 [["id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = $1 [["id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.3ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.3ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-20 17:43:38.793017"], ["updated_at", "2017-12-20 17:43:38.793017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-20 17:43:38.800039"], ["updated_at", "2017-12-20 17:43:38.800039"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-20 17:43:38.804215"], ["updated_at", "2017-12-20 17:43:38.804215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:43:39 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-20 11:43:41 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "application_group"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 1]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 3]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -616789100 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4b860ac-01f4-45c7-b34e-81fa447df7e5' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34017f2e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -616789100], ["username", "jstrav"], ["access_token", "0b49bec23369e221246f1d959bcbfe64"], ["uuid", "a4b860ac-01f4-45c7-b34e-81fa447df7e5"], ["support_identifier", "cs_34017f2e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:41.051735"], ["updated_at", "2017-12-20 17:43:41.051735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1441773417 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb1eedb6-2a89-4a92-bc61-e68b31564206' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_befb43b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1441773417], ["username", "mary"], ["access_token", "b883449fc80910ddf11132a2aec0cf5c"], ["uuid", "cb1eedb6-2a89-4a92-bc61-e68b31564206"], ["support_identifier", "cs_befb43b3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:41.056778"], ["updated_at", "2017-12-20 17:43:41.056778"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -224536964 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e2035b6-02dc-4a82-b20c-ab26af74a2dd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3fd8e273' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -224536964], ["username", "jstead"], ["access_token", "5348ad02ba5313e2d9b08a758471452f"], ["uuid", "6e2035b6-02dc-4a82-b20c-ab26af74a2dd"], ["support_identifier", "cs_3fd8e273"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:41.061358"], ["updated_at", "2017-12-20 17:43:41.061358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -476887383 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a451648a-1d10-40f9-8b47-b2cce4b7aef8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a206138c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -476887383], ["username", "bigbear"], ["access_token", "f851fa8466308eb91055feba957b34f1"], ["uuid", "a451648a-1d10-40f9-8b47-b2cce4b7aef8"], ["support_identifier", "cs_a206138c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:41.065580"], ["updated_at", "2017-12-20 17:43:41.065580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1035853746 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b0044f5-7a7d-4daa-9718-36237f6aa13f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b145d5d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1035853746], ["username", "billy_00"], ["access_token", "92efc2425247f57cac239e03ce3ea089"], ["uuid", "1b0044f5-7a7d-4daa-9718-36237f6aa13f"], ["support_identifier", "cs_b145d5d3"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 17:43:41.069770"], ["updated_at", "2017-12-20 17:43:41.069770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1891648783 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b5da0f5-7838-487c-97a5-fe5443c2d958' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7e0f4a9d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1891648783], ["username", "billy_01"], ["access_token", "57b0b384ce2edf84fb0a3bf2c5fc0955"], ["uuid", "4b5da0f5-7838-487c-97a5-fe5443c2d958"], ["support_identifier", "cs_7e0f4a9d"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 17:43:41.073944"], ["updated_at", "2017-12-20 17:43:41.073944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1145239912 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5955529-e7e6-43a9-8cec-862f4cda092a' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d48feb12' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1145239912], ["username", "billy_02"], ["access_token", "726f8c94c19cb404725fc3b6ac5cf366"], ["uuid", "f5955529-e7e6-43a9-8cec-862f4cda092a"], ["support_identifier", "cs_d48feb12"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 17:43:41.078355"], ["updated_at", "2017-12-20 17:43:41.078355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486210629 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f7d0083-98ce-4310-aeec-76edc8de47b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d645588d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -486210629], ["username", "billy_03"], ["access_token", "7c81d235a1b269d9b034ea86cac42787"], ["uuid", "5f7d0083-98ce-4310-aeec-76edc8de47b0"], ["support_identifier", "cs_d645588d"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 17:43:41.082829"], ["updated_at", "2017-12-20 17:43:41.082829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488706057 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd77ff55-3770-41ff-a721-578e85fdc8f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae4422b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -488706057], ["username", "billy_04"], ["access_token", "6a5f1fe7a82491c94f2dee8535d8c9ca"], ["uuid", "dd77ff55-3770-41ff-a721-578e85fdc8f0"], ["support_identifier", "cs_ae4422b4"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:43:41.086923"], ["updated_at", "2017-12-20 17:43:41.086923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460036926 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09062ff0-b5ca-4676-b42a-1e43d958f03f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_afdffe77' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1460036926], ["username", "billy_05"], ["access_token", "1e7a28aecbc555eab0a24f34f80d5b1a"], ["uuid", "09062ff0-b5ca-4676-b42a-1e43d958f03f"], ["support_identifier", "cs_afdffe77"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:43:41.090976"], ["updated_at", "2017-12-20 17:43:41.090976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -279176226 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a19dd788-195f-4681-a9d1-e10c8134f3b5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_779e69a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -279176226], ["username", "billy_06"], ["access_token", "04b6cc872b7195d7a296743b197b158a"], ["uuid", "a19dd788-195f-4681-a9d1-e10c8134f3b5"], ["support_identifier", "cs_779e69a8"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:43:41.095147"], ["updated_at", "2017-12-20 17:43:41.095147"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -889230002 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eaad5d1d-46de-45d2-a7b3-c085ccf8a430' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4abf9592' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -889230002], ["username", "billy_07"], ["access_token", "67aaad84cb80d9606497788b8935e2f9"], ["uuid", "eaad5d1d-46de-45d2-a7b3-c085ccf8a430"], ["support_identifier", "cs_4abf9592"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:43:41.100912"], ["updated_at", "2017-12-20 17:43:41.100912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1729325643 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4876cc97-0174-4504-a290-1c8a821e8cd6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cd5c3d5f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1729325643], ["username", "billy_08"], ["access_token", "9b5ff71a6ddfcb3bf5f115f84d2d7fd7"], ["uuid", "4876cc97-0174-4504-a290-1c8a821e8cd6"], ["support_identifier", "cs_cd5c3d5f"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:43:41.105614"], ["updated_at", "2017-12-20 17:43:41.105614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -328747173 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fcb0ff6e-15b7-4266-984b-f7e75fccf572' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_beb52062' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -328747173], ["username", "billy_09"], ["access_token", "b01a92edce473c0f948d067223efe252"], ["uuid", "fcb0ff6e-15b7-4266-984b-f7e75fccf572"], ["support_identifier", "cs_beb52062"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:43:41.111238"], ["updated_at", "2017-12-20 17:43:41.111238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -494747304 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1758f36-b596-4be3-829d-1c3ebc8be9b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4282dba3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -494747304], ["username", "billy_10"], ["access_token", "147cae886798270d9500c0aa987e9327"], ["uuid", "f1758f36-b596-4be3-829d-1c3ebc8be9b3"], ["support_identifier", "cs_4282dba3"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:43:41.116081"], ["updated_at", "2017-12-20 17:43:41.116081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815964199 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ed469f9-1950-417e-a3a2-499c3bce32cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_965aade6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1815964199], ["username", "billy_11"], ["access_token", "b0f5cef6b0c3c8e0a0a62536338a0033"], ["uuid", "2ed469f9-1950-417e-a3a2-499c3bce32cf"], ["support_identifier", "cs_965aade6"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:43:41.120387"], ["updated_at", "2017-12-20 17:43:41.120387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897578089 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '943c0875-808e-4283-bf5d-560279afd79a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7bd6a4ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1897578089], ["username", "billy_12"], ["access_token", "f4f5d93a4322a5670af823f7579b507b"], ["uuid", "943c0875-808e-4283-bf5d-560279afd79a"], ["support_identifier", "cs_7bd6a4ab"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:43:41.124491"], ["updated_at", "2017-12-20 17:43:41.124491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -506185673 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9482d600-75c2-4089-b74c-72f5570c5033' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7076a00b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -506185673], ["username", "billy_13"], ["access_token", "8b09037165ed42b307a80bd23fb3b94e"], ["uuid", "9482d600-75c2-4089-b74c-72f5570c5033"], ["support_identifier", "cs_7076a00b"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:43:41.128589"], ["updated_at", "2017-12-20 17:43:41.128589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1505843951 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f27fcd31-c303-4716-b49f-790b99f0ef6b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e25d893d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1505843951], ["username", "billy_14"], ["access_token", "a69f771185aab1c734285282222b16f5"], ["uuid", "f27fcd31-c303-4716-b49f-790b99f0ef6b"], ["support_identifier", "cs_e25d893d"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:43:41.132690"], ["updated_at", "2017-12-20 17:43:41.132690"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -174189563 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d43a9c6-8345-4ad1-8c98-24b7281a4c76' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2477d63f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -174189563], ["username", "billy_15"], ["access_token", "8eb27d5bd688e842c6642ef30f061b96"], ["uuid", "1d43a9c6-8345-4ad1-8c98-24b7281a4c76"], ["support_identifier", "cs_2477d63f"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:43:41.137852"], ["updated_at", "2017-12-20 17:43:41.137852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -609372787 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d648046-0d51-41e8-9676-34c6991ed3f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b4469b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -609372787], ["username", "billy_16"], ["access_token", "56c7c5837c02787d242b847e59fcfe08"], ["uuid", "8d648046-0d51-41e8-9676-34c6991ed3f4"], ["support_identifier", "cs_0b4469b7"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:43:41.142725"], ["updated_at", "2017-12-20 17:43:41.142725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -795335101 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd12af049-8f8d-4e82-bdbd-7aa01e48f14c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92b1d650' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -795335101], ["username", "billy_17"], ["access_token", "13137f9c48c7d9412349c6c1abdefef4"], ["uuid", "d12af049-8f8d-4e82-bdbd-7aa01e48f14c"], ["support_identifier", "cs_92b1d650"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:43:41.147833"], ["updated_at", "2017-12-20 17:43:41.147833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -290676505 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c86f77ba-4c09-46d8-86a5-d860e00d3281' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f0d9bee0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -290676505], ["username", "billy_18"], ["access_token", "4ec8fcd54ef73e4d1d4688b9b5c27799"], ["uuid", "c86f77ba-4c09-46d8-86a5-d860e00d3281"], ["support_identifier", "cs_f0d9bee0"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:43:41.153079"], ["updated_at", "2017-12-20 17:43:41.153079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1706281548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd9cd836-cbfa-417e-a830-4a74dcd94cf5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0acc1b82' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1706281548], ["username", "billy_19"], ["access_token", "5b0a4fc7ab86eaaa5a3ede2ce60bdf21"], ["uuid", "fd9cd836-cbfa-417e-a830-4a74dcd94cf5"], ["support_identifier", "cs_0acc1b82"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:43:41.157425"], ["updated_at", "2017-12-20 17:43:41.157425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -557143843 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '238d0e72-1305-4f34-9b98-1566b6f6fe55' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bfeae154' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -557143843], ["username", "billy_20"], ["access_token", "899bfd99098a3f6f8ea7ea8a4a1a33d0"], ["uuid", "238d0e72-1305-4f34-9b98-1566b6f6fe55"], ["support_identifier", "cs_bfeae154"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:43:41.161676"], ["updated_at", "2017-12-20 17:43:41.161676"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1011391004 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49a40c7c-0fab-4d34-87f1-07930a40978e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c6591b9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1011391004], ["username", "billy_21"], ["access_token", "44c9247a27b7977bcb2de6d6019e09d7"], ["uuid", "49a40c7c-0fab-4d34-87f1-07930a40978e"], ["support_identifier", "cs_c6591b9f"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:43:41.166072"], ["updated_at", "2017-12-20 17:43:41.166072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1062998018 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19afbd1b-a761-4e8e-ad6a-11b429825fb6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_715b4f66' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1062998018], ["username", "billy_22"], ["access_token", "a655218814876515420c0e3ce19d3d44"], ["uuid", "19afbd1b-a761-4e8e-ad6a-11b429825fb6"], ["support_identifier", "cs_715b4f66"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:43:41.170780"], ["updated_at", "2017-12-20 17:43:41.170780"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -751416178 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a764a22b-55e3-4515-bb6b-415baea3482b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7626aa06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -751416178], ["username", "billy_23"], ["access_token", "51e359953dd5cf988998e7486a1d4ea0"], ["uuid", "a764a22b-55e3-4515-bb6b-415baea3482b"], ["support_identifier", "cs_7626aa06"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:43:41.174861"], ["updated_at", "2017-12-20 17:43:41.174861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1609050409 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4fc73ff3-952d-4162-94d8-b7d5b351a593' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1af781c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1609050409], ["username", "billy_24"], ["access_token", "c2440253710c39556ff8032944d015c8"], ["uuid", "4fc73ff3-952d-4162-94d8-b7d5b351a593"], ["support_identifier", "cs_1af781c8"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:43:41.179028"], ["updated_at", "2017-12-20 17:43:41.179028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -417291858 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0f8bebe-4ffc-4fef-8b59-4ed4d88e4aab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f63b3fff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -417291858], ["username", "billy_25"], ["access_token", "362afe361a55803296ce104d108d83b9"], ["uuid", "b0f8bebe-4ffc-4fef-8b59-4ed4d88e4aab"], ["support_identifier", "cs_f63b3fff"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:43:41.183151"], ["updated_at", "2017-12-20 17:43:41.183151"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1049310997 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36d98208-5c94-4185-a0f0-314a1b1b40fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3f6f81f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1049310997], ["username", "billy_26"], ["access_token", "b44c54133ee6561988f0afc9f8c67ad0"], ["uuid", "36d98208-5c94-4185-a0f0-314a1b1b40fe"], ["support_identifier", "cs_3f6f81f0"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:43:41.187754"], ["updated_at", "2017-12-20 17:43:41.187754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -610026473 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd329e82-afed-448c-8a46-2f0aa1ddaea7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53b9d343' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -610026473], ["username", "billy_27"], ["access_token", "27b79e182261b49e49c8ceea92b3fa58"], ["uuid", "fd329e82-afed-448c-8a46-2f0aa1ddaea7"], ["support_identifier", "cs_53b9d343"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:43:41.192105"], ["updated_at", "2017-12-20 17:43:41.192105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -372652298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '390b29e2-bc00-41f9-8a2a-f1bad38dc781' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dcf51aa5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -372652298], ["username", "billy_28"], ["access_token", "c9d38a319e090a96802ec72a03a71ddf"], ["uuid", "390b29e2-bc00-41f9-8a2a-f1bad38dc781"], ["support_identifier", "cs_dcf51aa5"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:43:41.196184"], ["updated_at", "2017-12-20 17:43:41.196184"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1031886511 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30ebb3cb-b10b-4d88-811a-82355c02b824' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_684d6e13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1031886511], ["username", "billy_29"], ["access_token", "bd0f90cecdc080a5e86a3fad9ccd87d1"], ["uuid", "30ebb3cb-b10b-4d88-811a-82355c02b824"], ["support_identifier", "cs_684d6e13"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:43:41.200235"], ["updated_at", "2017-12-20 17:43:41.200235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141711550 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89757627-e7a6-490f-9dee-ea1db728a733' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fe37813c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2141711550], ["username", "billy_30"], ["access_token", "5e90f35f777cb686bcd5bc3ccf53f445"], ["uuid", "89757627-e7a6-490f-9dee-ea1db728a733"], ["support_identifier", "cs_fe37813c"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:43:41.204327"], ["updated_at", "2017-12-20 17:43:41.204327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1130141122 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e739e569-84f8-4311-9aab-7cbd6257cd22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2bfc134e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1130141122], ["username", "billy_31"], ["access_token", "756aadf6a36b9aa3070278c093c6566b"], ["uuid", "e739e569-84f8-4311-9aab-7cbd6257cd22"], ["support_identifier", "cs_2bfc134e"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:43:41.208490"], ["updated_at", "2017-12-20 17:43:41.208490"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931367936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60154d3c-a21d-4e5f-9386-6796a48e0b2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c35882b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -931367936], ["username", "billy_32"], ["access_token", "7df0395d4e33e258fbc61ed7cfe2249c"], ["uuid", "60154d3c-a21d-4e5f-9386-6796a48e0b2d"], ["support_identifier", "cs_c35882b8"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:43:41.212605"], ["updated_at", "2017-12-20 17:43:41.212605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -504582028 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10ef4528-24b2-4a59-a9b8-a6bca3f72768' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e956f9d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -504582028], ["username", "billy_33"], ["access_token", "416eb6d69cabc49e233d1f239c41ca48"], ["uuid", "10ef4528-24b2-4a59-a9b8-a6bca3f72768"], ["support_identifier", "cs_8e956f9d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:43:41.216702"], ["updated_at", "2017-12-20 17:43:41.216702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -325648402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a78d4bf-6fc3-435f-b409-737b6eaccd05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6dca75cb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -325648402], ["username", "billy_34"], ["access_token", "fcef6f0baf33f1c1a8db12bce46fcb9e"], ["uuid", "3a78d4bf-6fc3-435f-b409-737b6eaccd05"], ["support_identifier", "cs_6dca75cb"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:43:41.220917"], ["updated_at", "2017-12-20 17:43:41.220917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1188752360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bc9b87a-d400-4575-a00c-f1498594f415' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0132094a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1188752360], ["username", "billy_35"], ["access_token", "dcf43da270d15d5863d7c39c83166738"], ["uuid", "5bc9b87a-d400-4575-a00c-f1498594f415"], ["support_identifier", "cs_0132094a"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:43:41.225079"], ["updated_at", "2017-12-20 17:43:41.225079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -773319940 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5751744b-d730-412b-8c16-8eecfd69cf12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_70d6cddc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -773319940], ["username", "billy_36"], ["access_token", "de44247d59efadf9ad22a4c66a687bf1"], ["uuid", "5751744b-d730-412b-8c16-8eecfd69cf12"], ["support_identifier", "cs_70d6cddc"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:43:41.229315"], ["updated_at", "2017-12-20 17:43:41.229315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1144424436 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a7be97b-d7e1-4e54-90d5-fcca5e34ef98' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa512963' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1144424436], ["username", "billy_37"], ["access_token", "55744fb974d8934e0a40bddec036c5dd"], ["uuid", "4a7be97b-d7e1-4e54-90d5-fcca5e34ef98"], ["support_identifier", "cs_fa512963"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:43:41.233434"], ["updated_at", "2017-12-20 17:43:41.233434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1816417655 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ab4df59-41f6-441f-95a1-4a0bc528cf19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_435285a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1816417655], ["username", "billy_38"], ["access_token", "528872ed9376590f598be245463d86b2"], ["uuid", "9ab4df59-41f6-441f-95a1-4a0bc528cf19"], ["support_identifier", "cs_435285a9"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:43:41.237651"], ["updated_at", "2017-12-20 17:43:41.237651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1423606342 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b38cbca-ffd5-4072-a431-dc41393cf156' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ef1151d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1423606342], ["username", "billy_39"], ["access_token", "fecec82569830ba349947fd4ec35ac2c"], ["uuid", "9b38cbca-ffd5-4072-a431-dc41393cf156"], ["support_identifier", "cs_ef1151d5"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:43:41.252396"], ["updated_at", "2017-12-20 17:43:41.252396"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -48436905 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4261abd4-8c57-482e-b5f5-c78cae9965e7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d90dda2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -48436905], ["username", "billy_40"], ["access_token", "e344d7905f35244b3d9e0c1dc00b6f28"], ["uuid", "4261abd4-8c57-482e-b5f5-c78cae9965e7"], ["support_identifier", "cs_5d90dda2"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:43:41.257071"], ["updated_at", "2017-12-20 17:43:41.257071"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1349315408 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2bc3923c-d445-4e8f-a50c-a53b03b5d4c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9947df37' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1349315408], ["username", "billy_41"], ["access_token", "3dff4980687ee5c25aca627a23667daf"], ["uuid", "2bc3923c-d445-4e8f-a50c-a53b03b5d4c3"], ["support_identifier", "cs_9947df37"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:43:41.261914"], ["updated_at", "2017-12-20 17:43:41.261914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -331638279 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '741d0856-3352-4252-b14d-14f758d7c5cc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b940e7f5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -331638279], ["username", "billy_42"], ["access_token", "3271c6a4025ece3e9f76b07f479eabaa"], ["uuid", "741d0856-3352-4252-b14d-14f758d7c5cc"], ["support_identifier", "cs_b940e7f5"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:43:41.266300"], ["updated_at", "2017-12-20 17:43:41.266300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1049949089 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '40c3b7f9-cda6-4963-a1f0-7328b18bbbb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_31893c12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1049949089], ["username", "billy_43"], ["access_token", "1374db24f5517ff4ebf4e22275bf2b05"], ["uuid", "40c3b7f9-cda6-4963-a1f0-7328b18bbbb2"], ["support_identifier", "cs_31893c12"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:43:41.270740"], ["updated_at", "2017-12-20 17:43:41.270740"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -332939635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '273ad933-993a-44a9-908c-b498869c35ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53c4d8a8' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -332939635], ["username", "billy_44"], ["access_token", "ec9ecf61aad969be08daffb6acc37bcd"], ["uuid", "273ad933-993a-44a9-908c-b498869c35ab"], ["support_identifier", "cs_53c4d8a8"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:43:41.274963"], ["updated_at", "2017-12-20 17:43:41.274963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1706451507 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'efd0db6e-2673-4281-9bf2-d0a31299489e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2cea1f26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1706451507], ["username", "billy_45"], ["access_token", "9df4052e9868c9afca83808829495ed2"], ["uuid", "efd0db6e-2673-4281-9bf2-d0a31299489e"], ["support_identifier", "cs_2cea1f26"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:43:41.279823"], ["updated_at", "2017-12-20 17:43:41.279823"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1935387627 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08eef2c2-2faf-4a64-9bbc-4093d5b1c044' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_94acc8b0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1935387627], ["username", "billy_46"], ["access_token", "28b225fbd257898a0d479e21de768192"], ["uuid", "08eef2c2-2faf-4a64-9bbc-4093d5b1c044"], ["support_identifier", "cs_94acc8b0"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:43:41.284090"], ["updated_at", "2017-12-20 17:43:41.284090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -312383150 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00da283a-77e5-4aaf-8921-2f646578f91d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d2d9c9e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -312383150], ["username", "billy_47"], ["access_token", "b21c857b2679812379e38351e9682755"], ["uuid", "00da283a-77e5-4aaf-8921-2f646578f91d"], ["support_identifier", "cs_8d2d9c9e"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:43:41.288494"], ["updated_at", "2017-12-20 17:43:41.288494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2041535238 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00efa68b-9c7c-42af-a28f-d86d3dfb191b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ae79a5e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2041535238], ["username", "billy_48"], ["access_token", "da2a8c075e7232f4dd1bc9fbdd487667"], ["uuid", "00efa68b-9c7c-42af-a28f-d86d3dfb191b"], ["support_identifier", "cs_3ae79a5e"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:43:41.292797"], ["updated_at", "2017-12-20 17:43:41.292797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1140891971 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7222248-6dd3-4fb0-9661-0742c186b0e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fcf6fac8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1140891971], ["username", "billy_49"], ["access_token", "e1f38271f69c10ea8833c53679548cf5"], ["uuid", "d7222248-6dd3-4fb0-9661-0742c186b0e8"], ["support_identifier", "cs_fcf6fac8"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:43:41.297150"], ["updated_at", "2017-12-20 17:43:41.297150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1518512475 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed296d16-6a23-4e42-949b-99a0dd8d42b2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12f5cc2c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1518512475], ["username", "jstrav"], ["access_token", "74e3a75cf2f1e166bfb8b6771f183b6a"], ["uuid", "ed296d16-6a23-4e42-949b-99a0dd8d42b2"], ["support_identifier", "cs_12f5cc2c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:41.306844"], ["updated_at", "2017-12-20 17:43:41.306844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -352693668 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1cfe03b6-d0f6-4110-a75c-9f39145350fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_87855854' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -352693668], ["username", "mary"], ["access_token", "66d602abe86a2f5833ecc5857fb73226"], ["uuid", "1cfe03b6-d0f6-4110-a75c-9f39145350fd"], ["support_identifier", "cs_87855854"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:41.311696"], ["updated_at", "2017-12-20 17:43:41.311696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -874030021 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a7f8011-0faf-417b-8253-304c9e821830' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eacf3744' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -874030021], ["username", "jstead"], ["access_token", "55f7ead60ed7903aac8df0452e8eaaab"], ["uuid", "0a7f8011-0faf-417b-8253-304c9e821830"], ["support_identifier", "cs_eacf3744"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:41.316209"], ["updated_at", "2017-12-20 17:43:41.316209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -517368690 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ac5659f-4c1d-4b10-b5e2-d488831f0cc1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91cb2ec1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -517368690], ["username", "bigbear"], ["access_token", "1601b633a51aabd037b3f3873e71b6aa"], ["uuid", "2ac5659f-4c1d-4b10-b5e2-d488831f0cc1"], ["support_identifier", "cs_91cb2ec1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:41.320663"], ["updated_at", "2017-12-20 17:43:41.320663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -193919328 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '23d1579e-56a1-4599-95c5-661e9452e253' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e5f0518a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -193919328], ["username", "billy_00"], ["access_token", "0e96538b0ae2b990594f2ab4bce84675"], ["uuid", "23d1579e-56a1-4599-95c5-661e9452e253"], ["support_identifier", "cs_e5f0518a"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 17:43:41.325032"], ["updated_at", "2017-12-20 17:43:41.325032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -466154059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2970ede-a14c-4ec9-8754-3332460aabe9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c8ca8abb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -466154059], ["username", "billy_01"], ["access_token", "3e8cac4771ce5adf98767694103268cf"], ["uuid", "d2970ede-a14c-4ec9-8754-3332460aabe9"], ["support_identifier", "cs_c8ca8abb"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 17:43:41.329410"], ["updated_at", "2017-12-20 17:43:41.329410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1369771704 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '359bee08-73cf-4d88-8853-426f960ba0d1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fe255714' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1369771704], ["username", "billy_02"], ["access_token", "2eaf4a3dec15313270b9d2cf91e946b3"], ["uuid", "359bee08-73cf-4d88-8853-426f960ba0d1"], ["support_identifier", "cs_fe255714"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 17:43:41.333710"], ["updated_at", "2017-12-20 17:43:41.333710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1744379617 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07d2c842-af78-4ca8-8223-3d3f971ba872' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_745ccbbc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1744379617], ["username", "billy_03"], ["access_token", "4550d2249982e7bf5f89c8601294027b"], ["uuid", "07d2c842-af78-4ca8-8223-3d3f971ba872"], ["support_identifier", "cs_745ccbbc"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 17:43:41.338159"], ["updated_at", "2017-12-20 17:43:41.338159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -255703443 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '867b671f-f0bb-4fe1-91d3-5dce15d5d610' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e771f4a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -255703443], ["username", "billy_04"], ["access_token", "9468395a0023a13c70daeaf77e6e79af"], ["uuid", "867b671f-f0bb-4fe1-91d3-5dce15d5d610"], ["support_identifier", "cs_5e771f4a"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:43:41.342938"], ["updated_at", "2017-12-20 17:43:41.342938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -155616675 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63137043-1702-4b16-80de-9ca859bb5e52' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9edd9a94' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -155616675], ["username", "billy_05"], ["access_token", "7fba73d15d3003a662ace746f98f0572"], ["uuid", "63137043-1702-4b16-80de-9ca859bb5e52"], ["support_identifier", "cs_9edd9a94"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:43:41.350138"], ["updated_at", "2017-12-20 17:43:41.350138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -149780989 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd628e84f-2ba2-432b-8859-9497001c785d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae7124ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -149780989], ["username", "billy_06"], ["access_token", "751021f640c0c5d9fb7bfff4c2de603c"], ["uuid", "d628e84f-2ba2-432b-8859-9497001c785d"], ["support_identifier", "cs_ae7124ca"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:43:41.356703"], ["updated_at", "2017-12-20 17:43:41.356703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1434335923 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d3fea54-72c3-4a3d-a08d-aee380fa43b6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c80efaac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1434335923], ["username", "billy_07"], ["access_token", "2cd9edc2431f188ac70544396051a353"], ["uuid", "4d3fea54-72c3-4a3d-a08d-aee380fa43b6"], ["support_identifier", "cs_c80efaac"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:43:41.361820"], ["updated_at", "2017-12-20 17:43:41.361820"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -778004842 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '606197b2-33e5-4f3a-87e8-b946b40ffd21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b103bae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -778004842], ["username", "billy_08"], ["access_token", "c709f6bb7e568580b1b8ca307520e6ff"], ["uuid", "606197b2-33e5-4f3a-87e8-b946b40ffd21"], ["support_identifier", "cs_6b103bae"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:43:41.366435"], ["updated_at", "2017-12-20 17:43:41.366435"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1291196917 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8fd758ae-a119-462d-a611-bafb18ba4f0c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3b5ca1aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1291196917], ["username", "billy_09"], ["access_token", "e6c9b7d06302faf8eab164972808cb1a"], ["uuid", "8fd758ae-a119-462d-a611-bafb18ba4f0c"], ["support_identifier", "cs_3b5ca1aa"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:43:41.371170"], ["updated_at", "2017-12-20 17:43:41.371170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1470110763 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7cee943-b73f-45d2-a802-713b902e01c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_24fbc4f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1470110763], ["username", "billy_10"], ["access_token", "b4693fb7470c7174214f35d7730fa7ef"], ["uuid", "e7cee943-b73f-45d2-a802-713b902e01c6"], ["support_identifier", "cs_24fbc4f2"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:43:41.375880"], ["updated_at", "2017-12-20 17:43:41.375880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -781109208 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a55d7327-40b3-4841-ad5b-c246c673b749' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1e2885d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -781109208], ["username", "billy_11"], ["access_token", "e6f48d72eac3e5631b7eaabbb734a15e"], ["uuid", "a55d7327-40b3-4841-ad5b-c246c673b749"], ["support_identifier", "cs_1e2885d2"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:43:41.380510"], ["updated_at", "2017-12-20 17:43:41.380510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1114955429 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ba731ca-33ce-4a86-981f-9edd9a748eb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_71167956' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1114955429], ["username", "billy_12"], ["access_token", "07fa2cec63a9a60e1cb17587991351ec"], ["uuid", "7ba731ca-33ce-4a86-981f-9edd9a748eb2"], ["support_identifier", "cs_71167956"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:43:41.385263"], ["updated_at", "2017-12-20 17:43:41.385263"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1279470920 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04c81016-1c29-482e-a759-98928cd06f7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1f64fef5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1279470920], ["username", "billy_13"], ["access_token", "becfe12e23695707c2fb335522246143"], ["uuid", "04c81016-1c29-482e-a759-98928cd06f7e"], ["support_identifier", "cs_1f64fef5"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:43:41.389813"], ["updated_at", "2017-12-20 17:43:41.389813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1228612402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0164833-a9d9-4643-b367-45a7aa3d65f6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b70084b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1228612402], ["username", "billy_14"], ["access_token", "306598fa43078882b1c414d69e2fa013"], ["uuid", "d0164833-a9d9-4643-b367-45a7aa3d65f6"], ["support_identifier", "cs_2b70084b"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:43:41.394053"], ["updated_at", "2017-12-20 17:43:41.394053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1761503105 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5cfdc8d5-67d9-417d-88d3-0414ebe4f2fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64d823de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1761503105], ["username", "billy_15"], ["access_token", "48186142805afc2a7dec21da0f5b31b7"], ["uuid", "5cfdc8d5-67d9-417d-88d3-0414ebe4f2fd"], ["support_identifier", "cs_64d823de"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:43:41.398389"], ["updated_at", "2017-12-20 17:43:41.398389"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2055509117 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5fdfbb00-661b-4e1e-b2cc-8bd7ea270aff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0605fc0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2055509117], ["username", "billy_16"], ["access_token", "0d0c74d3c733f3b0c2d654b58d31fdb1"], ["uuid", "5fdfbb00-661b-4e1e-b2cc-8bd7ea270aff"], ["support_identifier", "cs_a0605fc0"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:43:41.402836"], ["updated_at", "2017-12-20 17:43:41.402836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -155144913 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09ed87e9-476c-4f03-9e9f-47004ec2a991' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_daec98ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -155144913], ["username", "billy_17"], ["access_token", "d66d9b056362067fb5f5dab9368ea542"], ["uuid", "09ed87e9-476c-4f03-9e9f-47004ec2a991"], ["support_identifier", "cs_daec98ce"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:43:41.407023"], ["updated_at", "2017-12-20 17:43:41.407023"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1543309707 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f0ae2ce-4ee7-4b28-a205-cccb55465254' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a3bbc71' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1543309707], ["username", "billy_18"], ["access_token", "d803fa851d99f7de7c3657c8aad26a57"], ["uuid", "6f0ae2ce-4ee7-4b28-a205-cccb55465254"], ["support_identifier", "cs_8a3bbc71"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:43:41.411533"], ["updated_at", "2017-12-20 17:43:41.411533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -752065669 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83cf3583-660b-47a4-b786-33086692ffe3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0100dec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -752065669], ["username", "billy_19"], ["access_token", "20dc72a13e8bef39f035ddd7d8dc8aa4"], ["uuid", "83cf3583-660b-47a4-b786-33086692ffe3"], ["support_identifier", "cs_a0100dec"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:43:41.415829"], ["updated_at", "2017-12-20 17:43:41.415829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1286045030 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'feb74d9d-1331-42e7-b2dc-10dd47c6fb74' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bfb1762b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1286045030], ["username", "billy_20"], ["access_token", "237e13f9915e08d3af35bc135cf5a7c7"], ["uuid", "feb74d9d-1331-42e7-b2dc-10dd47c6fb74"], ["support_identifier", "cs_bfb1762b"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:43:41.419952"], ["updated_at", "2017-12-20 17:43:41.419952"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1425003585 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89761761-f49c-43b0-8dac-b05eabb81d83' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a40d252d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1425003585], ["username", "billy_21"], ["access_token", "5689b875c5d635a93a067c9d88a750c6"], ["uuid", "89761761-f49c-43b0-8dac-b05eabb81d83"], ["support_identifier", "cs_a40d252d"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:43:41.424206"], ["updated_at", "2017-12-20 17:43:41.424206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1676108917 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fee258e-5152-43b4-a937-10010f9fa47f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12568b81' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1676108917], ["username", "billy_22"], ["access_token", "5d0ce3aeb8bc2eaa71de8dc9e6c6696c"], ["uuid", "0fee258e-5152-43b4-a937-10010f9fa47f"], ["support_identifier", "cs_12568b81"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:43:41.428458"], ["updated_at", "2017-12-20 17:43:41.428458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -516216341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0627d82f-d414-4115-b736-bdf0a2a99c9b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3bf7bb9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -516216341], ["username", "billy_23"], ["access_token", "1c4072c72580ad1e6d8ec96f4d71d19a"], ["uuid", "0627d82f-d414-4115-b736-bdf0a2a99c9b"], ["support_identifier", "cs_b3bf7bb9"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:43:41.432672"], ["updated_at", "2017-12-20 17:43:41.432672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1345866885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7d0105f-280c-4191-806a-44fbd3afa47f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cc7900d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1345866885], ["username", "billy_24"], ["access_token", "c9d57caa44f7e4435bb83bebe13a9aab"], ["uuid", "e7d0105f-280c-4191-806a-44fbd3afa47f"], ["support_identifier", "cs_cc7900d0"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:43:41.436901"], ["updated_at", "2017-12-20 17:43:41.436901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -222892309 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c163dda2-1ac9-4e1e-bdc2-09e82b23bfb0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c81103da' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -222892309], ["username", "billy_25"], ["access_token", "5ca992bd6b52ee3e62fc6f420c5d0753"], ["uuid", "c163dda2-1ac9-4e1e-bdc2-09e82b23bfb0"], ["support_identifier", "cs_c81103da"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:43:41.441853"], ["updated_at", "2017-12-20 17:43:41.441853"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -946036490 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '683eaa28-ea8e-4e9c-95af-9cd0efec0d69' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a35c3a04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -946036490], ["username", "billy_26"], ["access_token", "2f2a7478ba85fe233ccee901f1d78227"], ["uuid", "683eaa28-ea8e-4e9c-95af-9cd0efec0d69"], ["support_identifier", "cs_a35c3a04"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:43:41.448557"], ["updated_at", "2017-12-20 17:43:41.448557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220814294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '046864de-dfbc-4c78-a3a7-f8d9239207d9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea399f0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1220814294], ["username", "billy_27"], ["access_token", "44a62719e4948d135f6bdece99756ece"], ["uuid", "046864de-dfbc-4c78-a3a7-f8d9239207d9"], ["support_identifier", "cs_ea399f0e"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:43:41.453918"], ["updated_at", "2017-12-20 17:43:41.453918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -823343209 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ac5047c-9639-46f6-b476-45ba70e3a5e7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_98abe798' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -823343209], ["username", "billy_28"], ["access_token", "aa214bfd3b7db1afb3939c0d3f46d8c8"], ["uuid", "3ac5047c-9639-46f6-b476-45ba70e3a5e7"], ["support_identifier", "cs_98abe798"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:43:41.458333"], ["updated_at", "2017-12-20 17:43:41.458333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -837605336 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b5cdc2e-68fb-4abe-ae8a-60801608f246' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e1b785c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -837605336], ["username", "billy_29"], ["access_token", "ded2342aa31cd997cbed32fddacd0e1f"], ["uuid", "6b5cdc2e-68fb-4abe-ae8a-60801608f246"], ["support_identifier", "cs_e1b785c7"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:43:41.462867"], ["updated_at", "2017-12-20 17:43:41.462867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -830740599 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8fae3b0d-74a6-45d6-baa1-ed7c44a37959' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d449de52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -830740599], ["username", "billy_30"], ["access_token", "68fd7e430e69b1317275140e42d7bea0"], ["uuid", "8fae3b0d-74a6-45d6-baa1-ed7c44a37959"], ["support_identifier", "cs_d449de52"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:43:41.467168"], ["updated_at", "2017-12-20 17:43:41.467168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -859714309 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b94421ec-559d-4e6f-8786-82487374ba13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc080b03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -859714309], ["username", "billy_31"], ["access_token", "7fe5beae5bde7f00b07285d847d26329"], ["uuid", "b94421ec-559d-4e6f-8786-82487374ba13"], ["support_identifier", "cs_bc080b03"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:43:41.471447"], ["updated_at", "2017-12-20 17:43:41.471447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -200332842 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '970916a1-f9f6-48a6-98e5-f3f2e2d355ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_705d6308' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -200332842], ["username", "billy_32"], ["access_token", "bfee4afd2e3b4b2a87df51f3f156f489"], ["uuid", "970916a1-f9f6-48a6-98e5-f3f2e2d355ed"], ["support_identifier", "cs_705d6308"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:43:41.475770"], ["updated_at", "2017-12-20 17:43:41.475770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -297156695 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97b4caa9-596e-4cd4-9eca-e037992ce829' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_90efbf38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -297156695], ["username", "billy_33"], ["access_token", "2a07a3d0f466c644c5998545216128ac"], ["uuid", "97b4caa9-596e-4cd4-9eca-e037992ce829"], ["support_identifier", "cs_90efbf38"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:43:41.480145"], ["updated_at", "2017-12-20 17:43:41.480145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -645253254 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e521a62-5d40-461b-9127-b82b4427b4ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_05dc906b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -645253254], ["username", "billy_34"], ["access_token", "b013717e4be3bba643fd35bc5869b799"], ["uuid", "1e521a62-5d40-461b-9127-b82b4427b4ad"], ["support_identifier", "cs_05dc906b"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:43:41.484450"], ["updated_at", "2017-12-20 17:43:41.484450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667137492 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30db0167-e57c-49f7-8fcf-7d42d0017689' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb52859d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -667137492], ["username", "billy_35"], ["access_token", "45a0675ac7cbfdde99176898e10cfaad"], ["uuid", "30db0167-e57c-49f7-8fcf-7d42d0017689"], ["support_identifier", "cs_bb52859d"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:43:41.488772"], ["updated_at", "2017-12-20 17:43:41.488772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1394837875 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b9b94a0-3a5d-4311-86de-1b91fe5ef9bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_781dbe41' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1394837875], ["username", "billy_36"], ["access_token", "2ec8fb33ffa0a350d713aaeda971df09"], ["uuid", "4b9b94a0-3a5d-4311-86de-1b91fe5ef9bd"], ["support_identifier", "cs_781dbe41"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:43:41.493015"], ["updated_at", "2017-12-20 17:43:41.493015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900275126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b1304c5-9683-4fa0-9059-a36dc8e21325' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f4daae39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1900275126], ["username", "billy_37"], ["access_token", "d1887082ed3bd91d97b503af550e449c"], ["uuid", "8b1304c5-9683-4fa0-9059-a36dc8e21325"], ["support_identifier", "cs_f4daae39"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:43:41.497404"], ["updated_at", "2017-12-20 17:43:41.497404"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2145794283 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '619db5e0-e9bc-48c4-904b-473f739a30ea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d8c49998' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2145794283], ["username", "billy_38"], ["access_token", "be7e9edf7eea8f17242bf8340950c8f2"], ["uuid", "619db5e0-e9bc-48c4-904b-473f739a30ea"], ["support_identifier", "cs_d8c49998"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:43:41.501630"], ["updated_at", "2017-12-20 17:43:41.501630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -211663272 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4d155a9-0725-4abb-9fe4-a0a3dd37ea2a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29d07697' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -211663272], ["username", "billy_39"], ["access_token", "e9ae7ac9576648f3335cd209552ca52c"], ["uuid", "d4d155a9-0725-4abb-9fe4-a0a3dd37ea2a"], ["support_identifier", "cs_29d07697"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:43:41.505897"], ["updated_at", "2017-12-20 17:43:41.505897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1920994858 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3188e7e-7ee7-4f4d-8780-a3f871f623be' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f3c73fe8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1920994858], ["username", "billy_40"], ["access_token", "eabada0da9d1e967e7ff8fd8d0869e18"], ["uuid", "c3188e7e-7ee7-4f4d-8780-a3f871f623be"], ["support_identifier", "cs_f3c73fe8"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:43:41.510079"], ["updated_at", "2017-12-20 17:43:41.510079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -292243882 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8679280-d732-4584-bbeb-ff665e910139' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3aab4cb6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -292243882], ["username", "billy_41"], ["access_token", "17fe650f784c748e713ecea4c5bffc3c"], ["uuid", "e8679280-d732-4584-bbeb-ff665e910139"], ["support_identifier", "cs_3aab4cb6"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:43:41.514339"], ["updated_at", "2017-12-20 17:43:41.514339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1950844561 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31316121-eb05-44b7-958c-f9cfe98c8459' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab2fc76f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1950844561], ["username", "billy_42"], ["access_token", "991121b9be90c86a370f9719213d2e86"], ["uuid", "31316121-eb05-44b7-958c-f9cfe98c8459"], ["support_identifier", "cs_ab2fc76f"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:43:41.518530"], ["updated_at", "2017-12-20 17:43:41.518530"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848946207 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a5ce122-c03c-405f-b8bc-feb93bbf56fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0bc920d8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -848946207], ["username", "billy_43"], ["access_token", "1f3738cb0abb2386aeb1741cfab2179b"], ["uuid", "2a5ce122-c03c-405f-b8bc-feb93bbf56fa"], ["support_identifier", "cs_0bc920d8"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:43:41.522741"], ["updated_at", "2017-12-20 17:43:41.522741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -476631522 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '985c931e-0d92-4997-82be-a88679d7f133' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f6654248' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -476631522], ["username", "billy_44"], ["access_token", "ff80386555bc3a900b88affa874d8158"], ["uuid", "985c931e-0d92-4997-82be-a88679d7f133"], ["support_identifier", "cs_f6654248"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:43:41.526961"], ["updated_at", "2017-12-20 17:43:41.526961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1267632439 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b006570-4a6e-4f4a-b702-fc06e3d73195' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_426aa9fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1267632439], ["username", "billy_45"], ["access_token", "ef33d32fa3766a32945b0bfbf5b8e13e"], ["uuid", "8b006570-4a6e-4f4a-b702-fc06e3d73195"], ["support_identifier", "cs_426aa9fa"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:43:41.531190"], ["updated_at", "2017-12-20 17:43:41.531190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581026282 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c7ab65e-0891-4995-b8bc-84bcbf7ed368' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad24c05b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -581026282], ["username", "billy_46"], ["access_token", "c75d948058ec81368d7293f0168bca55"], ["uuid", "7c7ab65e-0891-4995-b8bc-84bcbf7ed368"], ["support_identifier", "cs_ad24c05b"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:43:41.535581"], ["updated_at", "2017-12-20 17:43:41.535581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1082545311 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecc9a53c-5e82-4e52-815d-8295934a73aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b10c5f7d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1082545311], ["username", "billy_47"], ["access_token", "f37c91be8847e291b259070fa7940187"], ["uuid", "ecc9a53c-5e82-4e52-815d-8295934a73aa"], ["support_identifier", "cs_b10c5f7d"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:43:41.539774"], ["updated_at", "2017-12-20 17:43:41.539774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -421840799 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '137d2510-ea99-40d4-ba50-9c8fd9b2c12c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_177a9031' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -421840799], ["username", "billy_48"], ["access_token", "ccf988bbc6ca694dcec873e77f83c369"], ["uuid", "137d2510-ea99-40d4-ba50-9c8fd9b2c12c"], ["support_identifier", "cs_177a9031"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:43:41.544278"], ["updated_at", "2017-12-20 17:43:41.544278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -284316109 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf40ecf0-04cd-4391-9fb1-57f876bc6e58' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b0f6e413' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -284316109], ["username", "billy_49"], ["access_token", "d25e0798083257beab8cb979ba6a62b9"], ["uuid", "cf40ecf0-04cd-4391-9fb1-57f876bc6e58"], ["support_identifier", "cs_b0f6e413"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:43:41.548821"], ["updated_at", "2017-12-20 17:43:41.548821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2139138715 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c954c7fc-fb1d-47de-a5c4-b44e6d7ac918' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae0994d1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2139138715], ["username", "jstrav"], ["access_token", "578ffd2aa9e0cc61f6198958878f37a1"], ["uuid", "c954c7fc-fb1d-47de-a5c4-b44e6d7ac918"], ["support_identifier", "cs_ae0994d1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:41.557932"], ["updated_at", "2017-12-20 17:43:41.557932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1843043318 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dfc140ea-58f4-4569-8435-f29f5d9d2fe4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_87dbe8b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1843043318], ["username", "mary"], ["access_token", "5d5898b1e37edd64fe22293d8c643bbf"], ["uuid", "dfc140ea-58f4-4569-8435-f29f5d9d2fe4"], ["support_identifier", "cs_87dbe8b6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:41.562673"], ["updated_at", "2017-12-20 17:43:41.562673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597158318 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f2a9ed1-94f6-4ed1-b820-de8300cc9682' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_19d4dea8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -597158318], ["username", "jstead"], ["access_token", "b49debd867c4fc731362c3cd16d3d104"], ["uuid", "9f2a9ed1-94f6-4ed1-b820-de8300cc9682"], ["support_identifier", "cs_19d4dea8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:41.567150"], ["updated_at", "2017-12-20 17:43:41.567150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1935011315 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f55a9f62-b52f-447b-a2d0-bdc7b89f0e59' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5a3958b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1935011315], ["username", "bigbear"], ["access_token", "f52174be9c1793de746dd512148916c6"], ["uuid", "f55a9f62-b52f-447b-a2d0-bdc7b89f0e59"], ["support_identifier", "cs_c5a3958b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:41.571586"], ["updated_at", "2017-12-20 17:43:41.571586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -896878207 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf3de4fc-280b-453c-95b7-97f09b8067bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aeab419e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -896878207], ["username", "billy_00"], ["access_token", "412cbaebbe50ae67c5610adbb0fe5a8e"], ["uuid", "cf3de4fc-280b-453c-95b7-97f09b8067bc"], ["support_identifier", "cs_aeab419e"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 17:43:41.576012"], ["updated_at", "2017-12-20 17:43:41.576012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1093625285 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ddd75446-ea0b-4172-9898-999950350b95' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c7f66625' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1093625285], ["username", "billy_01"], ["access_token", "914142962c3d7e665a940c68463930c3"], ["uuid", "ddd75446-ea0b-4172-9898-999950350b95"], ["support_identifier", "cs_c7f66625"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 17:43:41.580392"], ["updated_at", "2017-12-20 17:43:41.580392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1773247469 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '48bc6ad2-2f18-4cbc-85a8-21bad29a346e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e629f985' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1773247469], ["username", "billy_02"], ["access_token", "d2a3dbbbefaa13f1187026db792a1721"], ["uuid", "48bc6ad2-2f18-4cbc-85a8-21bad29a346e"], ["support_identifier", "cs_e629f985"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 17:43:41.584700"], ["updated_at", "2017-12-20 17:43:41.584700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1566541553 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ab173bb-eff0-4d65-ac37-38ab3fa4d341' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62d28c57' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1566541553], ["username", "billy_03"], ["access_token", "536d8fb5e2736fd0a5d8b6172ebab317"], ["uuid", "8ab173bb-eff0-4d65-ac37-38ab3fa4d341"], ["support_identifier", "cs_62d28c57"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 17:43:41.589193"], ["updated_at", "2017-12-20 17:43:41.589193"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -606544175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e5fe80b-ad31-4b2f-93d2-0b752958b7bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6e1adaaf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -606544175], ["username", "billy_04"], ["access_token", "5bfd6e405c5df1dffbf2e42058dffa77"], ["uuid", "8e5fe80b-ad31-4b2f-93d2-0b752958b7bf"], ["support_identifier", "cs_6e1adaaf"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:43:41.593938"], ["updated_at", "2017-12-20 17:43:41.593938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1151509844 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb04c567-9359-4d6d-a20c-3cbd1188fafd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68293a2e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1151509844], ["username", "billy_05"], ["access_token", "2a0e96ecae979b36ef78b0cb87c69c23"], ["uuid", "cb04c567-9359-4d6d-a20c-3cbd1188fafd"], ["support_identifier", "cs_68293a2e"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:43:41.599235"], ["updated_at", "2017-12-20 17:43:41.599235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1198808747 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e48d6e4-c0ea-458f-95c3-a2ba8ab6bcca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dfbe361f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1198808747], ["username", "billy_06"], ["access_token", "fd9cd8aef572f08c3ed6ed69ac3e61b6"], ["uuid", "8e48d6e4-c0ea-458f-95c3-a2ba8ab6bcca"], ["support_identifier", "cs_dfbe361f"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:43:41.603750"], ["updated_at", "2017-12-20 17:43:41.603750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2095779288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b471fe2d-7add-4e20-9a0a-26817777ad72' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1e8a8a75' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2095779288], ["username", "billy_07"], ["access_token", "769e0b5c98bcf96054b5a675777c0244"], ["uuid", "b471fe2d-7add-4e20-9a0a-26817777ad72"], ["support_identifier", "cs_1e8a8a75"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:43:41.607979"], ["updated_at", "2017-12-20 17:43:41.607979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1438693983 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ffa7b19-a0dc-4a1f-b686-a4ac8c0b91c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_71f2e896' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1438693983], ["username", "billy_08"], ["access_token", "3262476a90d70721aeeb45dcba514e0f"], ["uuid", "9ffa7b19-a0dc-4a1f-b686-a4ac8c0b91c6"], ["support_identifier", "cs_71f2e896"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:43:41.612302"], ["updated_at", "2017-12-20 17:43:41.612302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462646218 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c1589e8-d68a-41c0-968f-1c04fca31758' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7df2669f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1462646218], ["username", "billy_09"], ["access_token", "06a1470840646f746eb610073959ffc9"], ["uuid", "2c1589e8-d68a-41c0-968f-1c04fca31758"], ["support_identifier", "cs_7df2669f"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:43:41.616814"], ["updated_at", "2017-12-20 17:43:41.616814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -494566174 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a5ae3f25-a6a2-40ff-a055-814d7ea19c61' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4cc5797c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -494566174], ["username", "billy_10"], ["access_token", "887412a93da8d25b99c3f7c66e7db0cd"], ["uuid", "a5ae3f25-a6a2-40ff-a055-814d7ea19c61"], ["support_identifier", "cs_4cc5797c"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:43:41.621229"], ["updated_at", "2017-12-20 17:43:41.621229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1269351824 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bcc4e455-09de-4003-b74d-cc4f35804d9a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2658a8d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1269351824], ["username", "billy_11"], ["access_token", "03bda1733e129b2748ffd8eb08d4e31f"], ["uuid", "bcc4e455-09de-4003-b74d-cc4f35804d9a"], ["support_identifier", "cs_2658a8d1"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:43:41.625730"], ["updated_at", "2017-12-20 17:43:41.625730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -936813228 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39f84af2-0b08-4b35-b533-8c49f9286943' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c541c09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -936813228], ["username", "billy_12"], ["access_token", "745078933777f6a98d94ea505a300a54"], ["uuid", "39f84af2-0b08-4b35-b533-8c49f9286943"], ["support_identifier", "cs_1c541c09"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:43:41.630097"], ["updated_at", "2017-12-20 17:43:41.630097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -510331008 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e804a2a-1828-4bed-9721-b86db2cfeb05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_22b684ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -510331008], ["username", "billy_13"], ["access_token", "8e356f6f96f3c6b28ae7ec545c8f9f2e"], ["uuid", "0e804a2a-1828-4bed-9721-b86db2cfeb05"], ["support_identifier", "cs_22b684ea"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:43:41.634402"], ["updated_at", "2017-12-20 17:43:41.634402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1746889448 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b34b7bd1-c25e-47b3-90ea-6f150574e993' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a7f7209b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1746889448], ["username", "billy_14"], ["access_token", "b197667f76df5fc0a6aeac6539f9c96b"], ["uuid", "b34b7bd1-c25e-47b3-90ea-6f150574e993"], ["support_identifier", "cs_a7f7209b"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:43:41.638941"], ["updated_at", "2017-12-20 17:43:41.638941"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1653978982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8048ec2b-e779-43f1-90cf-dbf92550048f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_20ef147b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1653978982], ["username", "billy_15"], ["access_token", "22773efcde8003c3050ec4fde90e4e0a"], ["uuid", "8048ec2b-e779-43f1-90cf-dbf92550048f"], ["support_identifier", "cs_20ef147b"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:43:41.643390"], ["updated_at", "2017-12-20 17:43:41.643390"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1418387682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ab01e44-9fb5-46d6-bd31-19a34fe17566' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7759f3a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1418387682], ["username", "billy_16"], ["access_token", "8ac49225978e8f9ab764f973bb34398f"], ["uuid", "5ab01e44-9fb5-46d6-bd31-19a34fe17566"], ["support_identifier", "cs_7759f3a2"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:43:41.648498"], ["updated_at", "2017-12-20 17:43:41.648498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -849664127 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecd8fb4c-e615-4b31-8506-9d49f47ffd87' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fb43d38f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -849664127], ["username", "billy_17"], ["access_token", "86e2a5ab3fdbf64e6aaeb4be7be96564"], ["uuid", "ecd8fb4c-e615-4b31-8506-9d49f47ffd87"], ["support_identifier", "cs_fb43d38f"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:43:41.653272"], ["updated_at", "2017-12-20 17:43:41.653272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -195222126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c4fe2785-a115-478b-8640-ca581743c8e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9cb525bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -195222126], ["username", "billy_18"], ["access_token", "7ce0983702531584842cdba8c0f9be91"], ["uuid", "c4fe2785-a115-478b-8640-ca581743c8e1"], ["support_identifier", "cs_9cb525bf"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:43:41.657735"], ["updated_at", "2017-12-20 17:43:41.657735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1780405348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e650c0a-eecb-4762-9266-a51767883c6b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6187b9a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1780405348], ["username", "billy_19"], ["access_token", "1bcb355b53baeb4a5a1a1afe2938e6e4"], ["uuid", "3e650c0a-eecb-4762-9266-a51767883c6b"], ["support_identifier", "cs_e6187b9a"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:43:41.662307"], ["updated_at", "2017-12-20 17:43:41.662307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -540503151 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04895bc0-fc01-43be-be1a-023acac947b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5eb0900c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -540503151], ["username", "billy_20"], ["access_token", "6c9959d3d7c6c6b57c9c2464c571b363"], ["uuid", "04895bc0-fc01-43be-be1a-023acac947b3"], ["support_identifier", "cs_5eb0900c"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:43:41.666830"], ["updated_at", "2017-12-20 17:43:41.666830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1370136036 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1589c928-96e1-4e33-bb57-f884b0e255b8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8efbd683' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1370136036], ["username", "billy_21"], ["access_token", "c85c7b991a9d0fe1ccb695a8a39a0497"], ["uuid", "1589c928-96e1-4e33-bb57-f884b0e255b8"], ["support_identifier", "cs_8efbd683"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:43:41.671270"], ["updated_at", "2017-12-20 17:43:41.671270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -420510489 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3404ce0a-5bf2-4713-8747-0b24dc59bcac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_82f75be6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -420510489], ["username", "billy_22"], ["access_token", "b6692b3c96c6c05967950a2a1549bf5d"], ["uuid", "3404ce0a-5bf2-4713-8747-0b24dc59bcac"], ["support_identifier", "cs_82f75be6"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:43:41.675731"], ["updated_at", "2017-12-20 17:43:41.675731"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1838127781 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b70b4a05-081e-4c7e-80f8-ed611d44fc47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3733d3d5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1838127781], ["username", "billy_23"], ["access_token", "ef01994a7076e5f450f82d64f9e931a6"], ["uuid", "b70b4a05-081e-4c7e-80f8-ed611d44fc47"], ["support_identifier", "cs_3733d3d5"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:43:41.680391"], ["updated_at", "2017-12-20 17:43:41.680391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912563611 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d93cfab-af44-4bd1-ac82-6a9f6926160d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ec816d06' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1912563611], ["username", "billy_24"], ["access_token", "ac85737f859e3fdda9fd4e7ab1c3e946"], ["uuid", "4d93cfab-af44-4bd1-ac82-6a9f6926160d"], ["support_identifier", "cs_ec816d06"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:43:41.686209"], ["updated_at", "2017-12-20 17:43:41.686209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1961577155 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '706e96a7-204a-44c6-a68e-76c7905616c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e66e1b4a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1961577155], ["username", "billy_25"], ["access_token", "ac55c38929e956bedf7f01445c0db87e"], ["uuid", "706e96a7-204a-44c6-a68e-76c7905616c3"], ["support_identifier", "cs_e66e1b4a"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:43:41.691754"], ["updated_at", "2017-12-20 17:43:41.691754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1951392329 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bedb4ae-19bb-4a6f-8d18-2e8e222e9da2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ed8267cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1951392329], ["username", "billy_26"], ["access_token", "39f392ec71e06110d92a6c32648180a6"], ["uuid", "5bedb4ae-19bb-4a6f-8d18-2e8e222e9da2"], ["support_identifier", "cs_ed8267cf"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:43:41.696552"], ["updated_at", "2017-12-20 17:43:41.696552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870700260 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7181f310-f56d-489d-b26e-3e9859c58d7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a7da487b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1870700260], ["username", "billy_27"], ["access_token", "7d39fc26ed2c7076e5eccf0d87b4f736"], ["uuid", "7181f310-f56d-489d-b26e-3e9859c58d7e"], ["support_identifier", "cs_a7da487b"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:43:41.701009"], ["updated_at", "2017-12-20 17:43:41.701009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -827538433 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c0e6a0a-da88-4153-a7a9-185291c9f9f6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c0e81f9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -827538433], ["username", "billy_28"], ["access_token", "c8e0ffde115ea4f1b40aacef3937b4e6"], ["uuid", "2c0e6a0a-da88-4153-a7a9-185291c9f9f6"], ["support_identifier", "cs_5c0e81f9"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:43:41.705207"], ["updated_at", "2017-12-20 17:43:41.705207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1798037258 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7be1e18e-cdb6-41c8-92fc-958e35497213' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e71d963' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1798037258], ["username", "billy_29"], ["access_token", "6f827b19a5132ff522548414cbbdaf2c"], ["uuid", "7be1e18e-cdb6-41c8-92fc-958e35497213"], ["support_identifier", "cs_4e71d963"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:43:41.709346"], ["updated_at", "2017-12-20 17:43:41.709346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1709708723 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbd866a1-0476-4675-a751-8b7f05cc7860' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3bcd307' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1709708723], ["username", "billy_30"], ["access_token", "9d1cf4505cd888a5e9d3039a7b7e014e"], ["uuid", "fbd866a1-0476-4675-a751-8b7f05cc7860"], ["support_identifier", "cs_b3bcd307"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:43:41.713467"], ["updated_at", "2017-12-20 17:43:41.713467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -330735659 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bcce1fe-27e7-4805-82aa-ad7472fd89bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1ff81be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -330735659], ["username", "billy_31"], ["access_token", "a307b06e1cb64ec5da0d8e09a59dfccc"], ["uuid", "9bcce1fe-27e7-4805-82aa-ad7472fd89bf"], ["support_identifier", "cs_f1ff81be"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:43:41.717534"], ["updated_at", "2017-12-20 17:43:41.717534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1365701355 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e7825b5-e8f8-444f-a6ef-3570259b7569' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53d4994c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1365701355], ["username", "billy_32"], ["access_token", "4ed856e7717fccc73b79a0a5490676a2"], ["uuid", "1e7825b5-e8f8-444f-a6ef-3570259b7569"], ["support_identifier", "cs_53d4994c"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:43:41.721654"], ["updated_at", "2017-12-20 17:43:41.721654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1803175009 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63046681-08f9-4a6c-b3ba-ef8ecda58fd6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_13c92526' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1803175009], ["username", "billy_33"], ["access_token", "4b24d8f24710d9191d319e1e8339726c"], ["uuid", "63046681-08f9-4a6c-b3ba-ef8ecda58fd6"], ["support_identifier", "cs_13c92526"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:43:41.726977"], ["updated_at", "2017-12-20 17:43:41.726977"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2016114787 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '165309cb-bebc-478b-9cd8-f3d33abb0143' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c6e8e08e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2016114787], ["username", "billy_34"], ["access_token", "dab0607dc949d4546bb51e70a0a6729b"], ["uuid", "165309cb-bebc-478b-9cd8-f3d33abb0143"], ["support_identifier", "cs_c6e8e08e"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:43:41.731360"], ["updated_at", "2017-12-20 17:43:41.731360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1013195385 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1be1463d-2595-47dd-b7da-7c5fa5ec5b2a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b16adadf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1013195385], ["username", "billy_35"], ["access_token", "6800804bfba1e192d7d2d99c5d02d863"], ["uuid", "1be1463d-2595-47dd-b7da-7c5fa5ec5b2a"], ["support_identifier", "cs_b16adadf"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:43:41.735504"], ["updated_at", "2017-12-20 17:43:41.735504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -910220750 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6954a6e-3730-4a74-9ebd-d6b4cf4d08cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_41f1743e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -910220750], ["username", "billy_36"], ["access_token", "fb4bf95d95378b1ff863e4c0d922beb2"], ["uuid", "d6954a6e-3730-4a74-9ebd-d6b4cf4d08cf"], ["support_identifier", "cs_41f1743e"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:43:41.739672"], ["updated_at", "2017-12-20 17:43:41.739672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1629388554 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e667b6e0-3817-44d2-b968-b56d92c0e4c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_54f4b158' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1629388554], ["username", "billy_37"], ["access_token", "a31154d185210b0b5f5638744274c2b0"], ["uuid", "e667b6e0-3817-44d2-b968-b56d92c0e4c6"], ["support_identifier", "cs_54f4b158"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:43:41.743802"], ["updated_at", "2017-12-20 17:43:41.743802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -198475773 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e94777b-1fad-41cc-b085-aa1e95fe36bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b6badb3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -198475773], ["username", "billy_38"], ["access_token", "38d4c37cb8ef64cf616c9a34d3d740c9"], ["uuid", "9e94777b-1fad-41cc-b085-aa1e95fe36bd"], ["support_identifier", "cs_1b6badb3"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:43:41.749290"], ["updated_at", "2017-12-20 17:43:41.749290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -827773338 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '134a7685-5340-4e3a-8a23-1f9d0db59959' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_383c687a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -827773338], ["username", "billy_39"], ["access_token", "fbfacdbe7f76d0221c4b1cde53426b44"], ["uuid", "134a7685-5340-4e3a-8a23-1f9d0db59959"], ["support_identifier", "cs_383c687a"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:43:41.755291"], ["updated_at", "2017-12-20 17:43:41.755291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1654493760 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b93db881-530a-4caf-920e-2c741fbc715b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2f15680f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1654493760], ["username", "billy_40"], ["access_token", "c2ca6cae5e2f362e07f93007c50d9280"], ["uuid", "b93db881-530a-4caf-920e-2c741fbc715b"], ["support_identifier", "cs_2f15680f"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:43:41.760775"], ["updated_at", "2017-12-20 17:43:41.760775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1062039809 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24fd06a6-b820-4ec0-8c71-2240ad27dd98' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_479eef43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1062039809], ["username", "billy_41"], ["access_token", "1d46b961aa084ce07c4509a663eefd2f"], ["uuid", "24fd06a6-b820-4ec0-8c71-2240ad27dd98"], ["support_identifier", "cs_479eef43"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:43:41.765337"], ["updated_at", "2017-12-20 17:43:41.765337"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -762901253 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aed5ab17-cc76-4f51-9409-a60827e1aaf9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_791d9e3f' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -762901253], ["username", "billy_42"], ["access_token", "beced14e709811f4fc83f78ed6aa0d7b"], ["uuid", "aed5ab17-cc76-4f51-9409-a60827e1aaf9"], ["support_identifier", "cs_791d9e3f"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:43:41.769352"], ["updated_at", "2017-12-20 17:43:41.769352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -197570754 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39644e47-90e8-4ae3-8b4c-b01c8cf0feaf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f517c419' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -197570754], ["username", "billy_43"], ["access_token", "6913405a6d2e83a10d55bc030a8417c2"], ["uuid", "39644e47-90e8-4ae3-8b4c-b01c8cf0feaf"], ["support_identifier", "cs_f517c419"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:43:41.773563"], ["updated_at", "2017-12-20 17:43:41.773563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -545642576 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'daceccbc-9fa8-43a6-993d-ade16c7b2ca1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d26d2442' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -545642576], ["username", "billy_44"], ["access_token", "f39d9b2a26c5b1563ce5ae4cf6b4cf2f"], ["uuid", "daceccbc-9fa8-43a6-993d-ade16c7b2ca1"], ["support_identifier", "cs_d26d2442"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:43:41.777596"], ["updated_at", "2017-12-20 17:43:41.777596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2124437118 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99fb108b-47aa-43ce-8159-7d64ca51fe4c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_81bcf037' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2124437118], ["username", "billy_45"], ["access_token", "e2b2a12d47f781336c35291cc81f9745"], ["uuid", "99fb108b-47aa-43ce-8159-7d64ca51fe4c"], ["support_identifier", "cs_81bcf037"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:43:41.781656"], ["updated_at", "2017-12-20 17:43:41.781656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -550347670 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7daeb76-03fe-4d64-8f09-fa3f033aa2aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73670fcd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -550347670], ["username", "billy_46"], ["access_token", "fc2fa6278a0699772da0d27aa4582a9d"], ["uuid", "c7daeb76-03fe-4d64-8f09-fa3f033aa2aa"], ["support_identifier", "cs_73670fcd"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:43:41.785672"], ["updated_at", "2017-12-20 17:43:41.785672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -835585904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd9fee051-7bf3-4fca-bff5-eaac09677248' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_044bba74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -835585904], ["username", "billy_47"], ["access_token", "c1c7f4cbe28878a82113b573aa755f76"], ["uuid", "d9fee051-7bf3-4fca-bff5-eaac09677248"], ["support_identifier", "cs_044bba74"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:43:41.789847"], ["updated_at", "2017-12-20 17:43:41.789847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1238251213 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0c5b1f2c-5112-420a-a97d-ebb377f131df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d13e7295' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1238251213], ["username", "billy_48"], ["access_token", "8b57589d8af6215858ccbd2de65f40ad"], ["uuid", "0c5b1f2c-5112-420a-a97d-ebb377f131df"], ["support_identifier", "cs_d13e7295"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:43:41.793974"], ["updated_at", "2017-12-20 17:43:41.793974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1721229568 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d6d2781-46cc-47dc-87f2-53a958d091d9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_faea4edd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1721229568], ["username", "billy_49"], ["access_token", "bafb731678a88242c927925fb638e249"], ["uuid", "2d6d2781-46cc-47dc-87f2-53a958d091d9"], ["support_identifier", "cs_faea4edd"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:43:41.798045"], ["updated_at", "2017-12-20 17:43:41.798045"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ccff3075-b775-47fa-b986-1477282039d6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8373d0b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "cc7e6f3caf64c82e8fd0dd52a1013255"], ["uuid", "ccff3075-b775-47fa-b986-1477282039d6"], ["support_identifier", "cs_8373d0b5"], ["created_at", "2017-12-20 17:43:41.804407"], ["updated_at", "2017-12-20 17:43:41.804407"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 165], ["created_at", "2017-12-20 17:43:41.810053"], ["updated_at", "2017-12-20 17:43:41.810053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0bcc6736-2816-4fd4-a7cd-025cb7bcc528' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_885e4e9d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "61615c1989f108505ecfa6d1fff8f057"], ["uuid", "0bcc6736-2816-4fd4-a7cd-025cb7bcc528"], ["support_identifier", "cs_885e4e9d"], ["created_at", "2017-12-20 17:43:41.814565"], ["updated_at", "2017-12-20 17:43:41.814565"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 166], ["created_at", "2017-12-20 17:43:41.816343"], ["updated_at", "2017-12-20 17:43:41.816343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -134921350 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -134921350], ["name", "MyGroup"], ["created_at", "2017-12-20 17:43:41.818680"], ["updated_at", "2017-12-20 17:43:41.818680"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -478771861 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -478771861], ["name", "MyGroup"], ["created_at", "2017-12-20 17:43:41.820891"], ["updated_at", "2017-12-20 17:43:41.820891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 5 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 5]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -478771861 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -478771861 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 5]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 4]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -134921350 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -134921350 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 4]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -478771861 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -134921350 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -134921350], ["member_group_id", -478771861], ["created_at", "2017-12-20 17:43:41.823206"], ["updated_at", "2017-12-20 17:43:41.823206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 165 AND "openstax_accounts_group_members"."group_id" = -478771861) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 165 AND "openstax_accounts_group_members"."group_id" = -478771861) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -478771861], ["user_id", 1], ["created_at", "2017-12-20 17:43:41.845122"], ["updated_at", "2017-12-20 17:43:41.845122"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 165 AND "openstax_accounts_group_members"."id" != 4 AND "openstax_accounts_group_members"."group_id" = -478771861) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.4ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 165]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 5]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -478771861 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -478771861 - -134921350 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 5]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-478771861, -134921350) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (4, 5)  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "User"], ["created_at", "2017-12-20 17:43:41.875335"], ["updated_at", "2017-12-20 17:43:41.875335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 165]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-478771861, -134921350) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (4, 5)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "User"], ["created_at", "2017-12-20 17:43:41.883481"], ["updated_at", "2017-12-20 17:43:41.883481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 165]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-478771861, -134921350) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (4, 5)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 5], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-20 17:43:41.891649"], ["updated_at", "2017-12-20 17:43:41.891649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 165]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-478771861, -134921350) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (4, 5) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-478771861, -134921350) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (4, 5)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 4], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-20 17:43:41.899938"], ["updated_at", "2017-12-20 17:43:41.899938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 165]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-478771861, -134921350) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (4, 5) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-478771861, -134921350) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (4, 5) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-478771861, -134921350) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (4, 5)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38a7e9d1-ac7b-444f-93a4-10dcb6204393' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3d88e5a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "u"], ["access_token", "dc468a441286aceaa884f1246dfa9ba0"], ["uuid", "38a7e9d1-ac7b-444f-93a4-10dcb6204393"], ["support_identifier", "cs_b3d88e5a"], ["created_at", "2017-12-20 17:43:41.927486"], ["updated_at", "2017-12-20 17:43:41.927486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 167]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:43:43 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-20 11:43:44 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 167) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 167) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '01c14a19-a1a9-4bf5-b5c9-d81ab61690c0' AND "openstax_accounts_accounts"."id" != 167) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_10143db2' AND "openstax_accounts_accounts"."id" != 167) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "support_identifier" = $3, "role" = $4, "updated_at" = $5 WHERE "openstax_accounts_accounts"."id" = $6 [["username", "user"], ["uuid", "01c14a19-a1a9-4bf5-b5c9-d81ab61690c0"], ["support_identifier", "cs_10143db2"], ["role", 2], ["updated_at", "2017-12-20 17:43:44.172659"], ["id", 167]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2773aff-a72d-4e22-8a29-0e400f932081' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_06067039' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["uuid", "c2773aff-a72d-4e22-8a29-0e400f932081"], ["support_identifier", "cs_06067039"], ["created_at", "2017-12-20 17:43:44.177229"], ["updated_at", "2017-12-20 17:43:44.177229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:43:45 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-20 11:43:46 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 167]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:43:47 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-20 11:43:48 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "application_user"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 167) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 167) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '01c14a19-a1a9-4bf5-b5c9-d81ab61690c0' AND "openstax_accounts_accounts"."id" != 167) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_10143db2' AND "openstax_accounts_accounts"."id" != 167) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 168) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 168) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c2773aff-a72d-4e22-8a29-0e400f932081' AND "openstax_accounts_accounts"."id" != 168) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_06067039' AND "openstax_accounts_accounts"."id" != 168) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:43:49 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-20 11:43:50 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "application_user"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 167]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 168]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 11:43:50 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 13ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:43:50 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:43:50 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 11:43:50 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:43:50 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:43:50 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 11:43:50 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:43:50 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:43:50 -0600  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-12-20 17:43:50.949362"], ["updated_at", "2017-12-20 17:43:50.949362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -441645183 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '07701ef5d3efb7c1c7b948c689920a31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be4ae4a3-d919-4bb1-87c1-d9085651eaef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e21f507' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -441645183], ["username", "07701ef5d3efb7c1c7b948c689920a31"], ["access_token", "a4950b4c587c6bdc82ed444d70ced929"], ["uuid", "be4ae4a3-d919-4bb1-87c1-d9085651eaef"], ["support_identifier", "cs_4e21f507"], ["created_at", "2017-12-20 17:43:50.957025"], ["updated_at", "2017-12-20 17:43:50.957025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070250101 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '74cdecaa4c06fb238116ecdf7886ada9' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d78486c-7be5-43fe-80c6-c2b720a85ab3' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a1b65657' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1070250101], ["username", "74cdecaa4c06fb238116ecdf7886ada9"], ["access_token", "491c4c7417ad550807b32c1dd008c14e"], ["uuid", "8d78486c-7be5-43fe-80c6-c2b720a85ab3"], ["support_identifier", "cs_a1b65657"], ["created_at", "2017-12-20 17:43:50.966527"], ["updated_at", "2017-12-20 17:43:50.966527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -372885350 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -372885350], ["name", "MyGroup"], ["created_at", "2017-12-20 17:43:50.971874"], ["updated_at", "2017-12-20 17:43:50.971874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -95875803 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd6ff6d9a81618a07877690a0b9e52c9f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9194b23-def0-46df-b432-fb5ab949a971' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2b656e2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -95875803], ["username", "d6ff6d9a81618a07877690a0b9e52c9f"], ["access_token", "ecb1eb0dbb097d8a3c901382e156d22c"], ["uuid", "a9194b23-def0-46df-b432-fb5ab949a971"], ["support_identifier", "cs_f2b656e2"], ["created_at", "2017-12-20 17:43:50.977665"], ["updated_at", "2017-12-20 17:43:50.977665"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1453925139 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1453925139], ["name", "MyGroup"], ["created_at", "2017-12-20 17:43:50.982239"], ["updated_at", "2017-12-20 17:43:50.982239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1625877440 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '216d0a524ebecd698834f216be06c8a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd402d35e-0622-4ded-96eb-e40bd288943b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b63b134c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1625877440], ["username", "216d0a524ebecd698834f216be06c8a7"], ["access_token", "11e40d59e94ba4d1449e8ed55da728e1"], ["uuid", "d402d35e-0622-4ded-96eb-e40bd288943b"], ["support_identifier", "cs_b63b134c"], ["created_at", "2017-12-20 17:43:50.989773"], ["updated_at", "2017-12-20 17:43:50.989773"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 172 AND "openstax_accounts_group_owners"."group_id" = -1815419089) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -1815419089]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 172 AND "openstax_accounts_group_owners"."group_id" = -1815419089) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1815419089 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1815419089], ["created_at", "2017-12-20 17:43:50.995339"], ["updated_at", "2017-12-20 17:43:50.995339"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 172 AND "openstax_accounts_group_owners"."group_id" = -1815419089) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1815419089], ["user_id", -1625877440], ["created_at", "2017-12-20 17:43:50.998384"], ["updated_at", "2017-12-20 17:43:50.998384"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1815419089]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -1815419089]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696523548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6449eb5-caf3-4918-b52f-8ca4497772c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4aae8191' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -696523548], ["username", "jstrav"], ["access_token", "de1e75060a3c76b137b4a35d1ff484ed"], ["uuid", "c6449eb5-caf3-4918-b52f-8ca4497772c9"], ["support_identifier", "cs_4aae8191"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.008797"], ["updated_at", "2017-12-20 17:43:51.008797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -470997522 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98ed137e-c12f-41ae-a118-c84aff0205ac' LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c927d1ad' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -470997522], ["username", "mary"], ["access_token", "1126980aa25b2f1b9f6f76400d789702"], ["uuid", "98ed137e-c12f-41ae-a118-c84aff0205ac"], ["support_identifier", "cs_c927d1ad"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.014023"], ["updated_at", "2017-12-20 17:43:51.014023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1886158978 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ca7685b-66a8-4be9-a2ae-f689f11b8d24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_222e9bb2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1886158978], ["username", "jstead"], ["access_token", "a225ad332c8a31a9002641060bf0cd9f"], ["uuid", "4ca7685b-66a8-4be9-a2ae-f689f11b8d24"], ["support_identifier", "cs_222e9bb2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.018945"], ["updated_at", "2017-12-20 17:43:51.018945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1200356392 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2560e183-88c9-40ad-8458-b84c64dc94f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de222f80' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1200356392], ["username", "bigbear"], ["access_token", "bc30df799755e05c074111ff86fd27f4"], ["uuid", "2560e183-88c9-40ad-8458-b84c64dc94f4"], ["support_identifier", "cs_de222f80"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.023735"], ["updated_at", "2017-12-20 17:43:51.023735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.8ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -372648229 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '806b4821-af73-4cf9-a3a0-f6a68cc9b39c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd44ed24' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -372648229], ["username", "jstrav"], ["access_token", "187d4842131c8eec4af0c847a9bbee6c"], ["uuid", "806b4821-af73-4cf9-a3a0-f6a68cc9b39c"], ["support_identifier", "cs_dd44ed24"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.035292"], ["updated_at", "2017-12-20 17:43:51.035292"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1450180712 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb305ff3-a709-42fe-b713-4ba91d7fbcab' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9ddf76a5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1450180712], ["username", "mary"], ["access_token", "6649d565e17a8edf92591713a30d0803"], ["uuid", "bb305ff3-a709-42fe-b713-4ba91d7fbcab"], ["support_identifier", "cs_9ddf76a5"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.040418"], ["updated_at", "2017-12-20 17:43:51.040418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -701636118 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9044405d-88b6-4074-8e4a-343cabdf2d2a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_849f5ad2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -701636118], ["username", "jstead"], ["access_token", "4c445bcd8d2cad034830adc7ff149ef2"], ["uuid", "9044405d-88b6-4074-8e4a-343cabdf2d2a"], ["support_identifier", "cs_849f5ad2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.045087"], ["updated_at", "2017-12-20 17:43:51.045087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -284060061 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cde829d6-3eaa-4a79-8b06-07c71309f538' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_da6c0d04' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -284060061], ["username", "bigbear"], ["access_token", "5063e0de4156f60223076c154dcafe1a"], ["uuid", "cde829d6-3eaa-4a79-8b06-07c71309f538"], ["support_identifier", "cs_da6c0d04"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.050845"], ["updated_at", "2017-12-20 17:43:51.050845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1595437996 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53a15bbb-cf90-4648-a96c-69def6f4ffd2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f51b639' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1595437996], ["username", "jstrav"], ["access_token", "6d35621f962399d07e3b342863fcdf36"], ["uuid", "53a15bbb-cf90-4648-a96c-69def6f4ffd2"], ["support_identifier", "cs_9f51b639"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.060504"], ["updated_at", "2017-12-20 17:43:51.060504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1464265020 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e8f9933-e66d-4220-82f4-9e5442ee0808' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_94236758' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1464265020], ["username", "mary"], ["access_token", "5511c57b09bcc3a685c77d3cbb250a35"], ["uuid", "2e8f9933-e66d-4220-82f4-9e5442ee0808"], ["support_identifier", "cs_94236758"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.065252"], ["updated_at", "2017-12-20 17:43:51.065252"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1862235655 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a034b8a-8e2c-4c69-9a4e-50203c02cd94' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_709aa8f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1862235655], ["username", "jstead"], ["access_token", "89f4d0fb78b0375a098626f9b0a2aea3"], ["uuid", "7a034b8a-8e2c-4c69-9a4e-50203c02cd94"], ["support_identifier", "cs_709aa8f4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.069661"], ["updated_at", "2017-12-20 17:43:51.069661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -231269442 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b05a52d2-63ae-41c2-ad69-977822a325d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c3c3b9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -231269442], ["username", "bigbear"], ["access_token", "df29674e22e7d6f34f2f51a9c144f9ad"], ["uuid", "b05a52d2-63ae-41c2-ad69-977822a325d3"], ["support_identifier", "cs_5c3c3b9c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.073975"], ["updated_at", "2017-12-20 17:43:51.073975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '7a034b8a-8e2c-4c69-9a4e-50203c02cd94')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '7a034b8a-8e2c-4c69-9a4e-50203c02cd94') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -209265723 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3347377f-3753-4923-9fd1-4ffbd6d81b1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_731c85cc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -209265723], ["username", "jstrav"], ["access_token", "e4ebdeb8a44be3b7c7c3a985693f57cd"], ["uuid", "3347377f-3753-4923-9fd1-4ffbd6d81b1c"], ["support_identifier", "cs_731c85cc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.082513"], ["updated_at", "2017-12-20 17:43:51.082513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -552815774 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b21839c5-fd1e-490a-8ce5-42256437940c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b793e115' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -552815774], ["username", "mary"], ["access_token", "c0b9dc996d197a0b5a01e3f9345ec6d9"], ["uuid", "b21839c5-fd1e-490a-8ce5-42256437940c"], ["support_identifier", "cs_b793e115"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.087352"], ["updated_at", "2017-12-20 17:43:51.087352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -760448286 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '86a9ee1e-0d0f-4866-9331-dfaf8d9c6618' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_612fcc5b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -760448286], ["username", "jstead"], ["access_token", "3f6595b93bb6470ba0483683ce6dc286"], ["uuid", "86a9ee1e-0d0f-4866-9331-dfaf8d9c6618"], ["support_identifier", "cs_612fcc5b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.092190"], ["updated_at", "2017-12-20 17:43:51.092190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2066977472 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d72f0c5-78f7-47df-be15-105eb4938847' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a7e2b3c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2066977472], ["username", "bigbear"], ["access_token", "8fcb73bc105938d0389c4f1cc030a9bb"], ["uuid", "3d72f0c5-78f7-47df-be15-105eb4938847"], ["support_identifier", "cs_1a7e2b3c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.096908"], ["updated_at", "2017-12-20 17:43:51.096908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -89764571 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2409391-715c-4dbc-94bf-b4e5c9a72a42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3cd34f49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -89764571], ["username", "jstrav"], ["access_token", "169f60a61e18625183814dcd28a95761"], ["uuid", "d2409391-715c-4dbc-94bf-b4e5c9a72a42"], ["support_identifier", "cs_3cd34f49"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.106519"], ["updated_at", "2017-12-20 17:43:51.106519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1126755683 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '447aebe9-4042-411f-883b-21c8f80fa3af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8f5692f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1126755683], ["username", "mary"], ["access_token", "98c0624c1e2b104e233c00545ae1b4ec"], ["uuid", "447aebe9-4042-411f-883b-21c8f80fa3af"], ["support_identifier", "cs_f8f5692f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.111153"], ["updated_at", "2017-12-20 17:43:51.111153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1732997937 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '232c52cf-1b7b-4954-ad75-2dfc3d9dbc36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1002be20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1732997937], ["username", "jstead"], ["access_token", "e05f60e626a51a05a0ee25951710f961"], ["uuid", "232c52cf-1b7b-4954-ad75-2dfc3d9dbc36"], ["support_identifier", "cs_1002be20"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.115590"], ["updated_at", "2017-12-20 17:43:51.115590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -145648557 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64ab7cef-a4c8-4f3d-91b6-777c6cb503e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50684601' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -145648557], ["username", "bigbear"], ["access_token", "ab3427827236ebae4e5826cabcf734dc"], ["uuid", "64ab7cef-a4c8-4f3d-91b6-777c6cb503e8"], ["support_identifier", "cs_50684601"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.120050"], ["updated_at", "2017-12-20 17:43:51.120050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1875607948 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1c48efa-7b06-4faa-9ac9-730062928372' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_59e256f3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1875607948], ["username", "jstrav"], ["access_token", "b6935d54992fe65e76a9077db69e903c"], ["uuid", "d1c48efa-7b06-4faa-9ac9-730062928372"], ["support_identifier", "cs_59e256f3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.129036"], ["updated_at", "2017-12-20 17:43:51.129036"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1001756064 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f692b04-3a04-48ca-a604-25849125384b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_235eb2b3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1001756064], ["username", "mary"], ["access_token", "cca8dbe1139c63ea5e5260fc0cfee5a1"], ["uuid", "8f692b04-3a04-48ca-a604-25849125384b"], ["support_identifier", "cs_235eb2b3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.133821"], ["updated_at", "2017-12-20 17:43:51.133821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -839130022 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8efd26c0-d281-4e44-a8f6-ce657c1d463c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e1a13714' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -839130022], ["username", "jstead"], ["access_token", "728f25fef356e71508e41ad717bbf585"], ["uuid", "8efd26c0-d281-4e44-a8f6-ce657c1d463c"], ["support_identifier", "cs_e1a13714"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.138720"], ["updated_at", "2017-12-20 17:43:51.138720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1805914763 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7875a69d-add5-478b-bd14-358ed686b54c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad5ba231' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1805914763], ["username", "bigbear"], ["access_token", "997f42fb0f2cb10b33511a81e1fbd11a"], ["uuid", "7875a69d-add5-478b-bd14-358ed686b54c"], ["support_identifier", "cs_ad5ba231"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.143389"], ["updated_at", "2017-12-20 17:43:51.143389"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1467993466 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '846c1db1-d279-477a-ae15-483291929972' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92c87589' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1467993466], ["username", "jstrav"], ["access_token", "85c9b3faf7d6743ae7a5b939a47a26b9"], ["uuid", "846c1db1-d279-477a-ae15-483291929972"], ["support_identifier", "cs_92c87589"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.153360"], ["updated_at", "2017-12-20 17:43:51.153360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -372180483 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68cfb8ce-65e1-479e-930f-bd50d8f2be32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_147fd8fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -372180483], ["username", "mary"], ["access_token", "96d91bd59da63e4177f75c774ca6fa35"], ["uuid", "68cfb8ce-65e1-479e-930f-bd50d8f2be32"], ["support_identifier", "cs_147fd8fe"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.157989"], ["updated_at", "2017-12-20 17:43:51.157989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1926085258 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28fde5d5-922b-441c-b239-ec20c76f927e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_930d7438' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1926085258], ["username", "jstead"], ["access_token", "dccb717c5f8eae2aa5b9ac590f2743c7"], ["uuid", "28fde5d5-922b-441c-b239-ec20c76f927e"], ["support_identifier", "cs_930d7438"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.162437"], ["updated_at", "2017-12-20 17:43:51.162437"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1854327307 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49c25ce5-699e-4307-8daf-4687d6e27a1b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_229efa05' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1854327307], ["username", "bigbear"], ["access_token", "4287cd912841073225f3ed80052164ce"], ["uuid", "49c25ce5-699e-4307-8daf-4687d6e27a1b"], ["support_identifier", "cs_229efa05"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.169394"], ["updated_at", "2017-12-20 17:43:51.169394"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_930d7438')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_930d7438') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -220712106 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd220eb4-25c0-4f07-8e79-6d5dd72a4fd1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33b29dc7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -220712106], ["username", "jstrav"], ["access_token", "b7a98e789d66b604540911397af74fb3"], ["uuid", "fd220eb4-25c0-4f07-8e79-6d5dd72a4fd1"], ["support_identifier", "cs_33b29dc7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.179088"], ["updated_at", "2017-12-20 17:43:51.179088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -301362594 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f99eec08-1c71-46de-bcf7-6be711f5ef1d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b23300c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -301362594], ["username", "mary"], ["access_token", "ad9fa6bf86cf8b026527707bb6f486ec"], ["uuid", "f99eec08-1c71-46de-bcf7-6be711f5ef1d"], ["support_identifier", "cs_6b23300c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.183957"], ["updated_at", "2017-12-20 17:43:51.183957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2146119854 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0c327a2-d9f8-4fc9-ab00-78eafb4e212d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_54a775ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2146119854], ["username", "jstead"], ["access_token", "57c6537c30c173c37c5ee624388d43b4"], ["uuid", "f0c327a2-d9f8-4fc9-ab00-78eafb4e212d"], ["support_identifier", "cs_54a775ce"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.189140"], ["updated_at", "2017-12-20 17:43:51.189140"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1978386248 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '120b6981-743c-4328-8201-400c8982ff17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_59cef0c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1978386248], ["username", "bigbear"], ["access_token", "bab12ab979d8c0f0c7fb7d422684a840"], ["uuid", "120b6981-743c-4328-8201-400c8982ff17"], ["support_identifier", "cs_59cef0c4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.193787"], ["updated_at", "2017-12-20 17:43:51.193787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -216238953 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1586bac5-f66b-4a5e-9b54-e1e7eb301491' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_43d08fe1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -216238953], ["username", "jstrav"], ["access_token", "d88d6b7453b0874990646f6e57768d28"], ["uuid", "1586bac5-f66b-4a5e-9b54-e1e7eb301491"], ["support_identifier", "cs_43d08fe1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.203745"], ["updated_at", "2017-12-20 17:43:51.203745"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020363257 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43864440-51b2-41d7-98b4-43e2732f53c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a11e42ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2020363257], ["username", "mary"], ["access_token", "546cfcd20b7f02de35b21a45fc03e852"], ["uuid", "43864440-51b2-41d7-98b4-43e2732f53c0"], ["support_identifier", "cs_a11e42ae"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.208327"], ["updated_at", "2017-12-20 17:43:51.208327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -619272665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '036045f5-eb90-452d-9ffc-9aa953907cf4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd45b813' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -619272665], ["username", "jstead"], ["access_token", "90992be9f7c41c3d55296cd43ffbf4f5"], ["uuid", "036045f5-eb90-452d-9ffc-9aa953907cf4"], ["support_identifier", "cs_fd45b813"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.212545"], ["updated_at", "2017-12-20 17:43:51.212545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1514199694 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f7fa487-4c07-4c23-961e-04d7003c95d1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_adb63f0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1514199694], ["username", "bigbear"], ["access_token", "d8f7717e85769f015a5de8be100866d2"], ["uuid", "2f7fa487-4c07-4c23-961e-04d7003c95d1"], ["support_identifier", "cs_adb63f0e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.216649"], ["updated_at", "2017-12-20 17:43:51.216649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1652075076 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '743c6393-4b89-49d2-a665-331b3fd532dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_050dbe49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1652075076], ["username", "jstrav"], ["access_token", "05b3f19bce18154f584dc20c78ced753"], ["uuid", "743c6393-4b89-49d2-a665-331b3fd532dc"], ["support_identifier", "cs_050dbe49"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.224850"], ["updated_at", "2017-12-20 17:43:51.224850"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -422997282 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '787d194c-2545-41b5-8d30-66ed30d2ae5a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0859e04e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -422997282], ["username", "mary"], ["access_token", "741f826382ed2fcca8d0872ae5b77f13"], ["uuid", "787d194c-2545-41b5-8d30-66ed30d2ae5a"], ["support_identifier", "cs_0859e04e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.229124"], ["updated_at", "2017-12-20 17:43:51.229124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1886075233 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c083878b-b781-4b9a-90b7-d208992dfb88' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a9c25e9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1886075233], ["username", "jstead"], ["access_token", "adffd183074b860a630cbf0e5c05f980"], ["uuid", "c083878b-b781-4b9a-90b7-d208992dfb88"], ["support_identifier", "cs_5a9c25e9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.233352"], ["updated_at", "2017-12-20 17:43:51.233352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55277968 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02c712f9-3fcc-4a49-b96b-03497d9d65fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d019019a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -55277968], ["username", "bigbear"], ["access_token", "bca8f67856406115de70d594c130abd7"], ["uuid", "02c712f9-3fcc-4a49-b96b-03497d9d65fe"], ["support_identifier", "cs_d019019a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.238180"], ["updated_at", "2017-12-20 17:43:51.238180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1621523861 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea8bf880-4c3c-46d4-b477-042060533305' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d617db8b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1621523861], ["username", "jstrav"], ["access_token", "54cac7e2f32da9311831ee8ea6ad5b75"], ["uuid", "ea8bf880-4c3c-46d4-b477-042060533305"], ["support_identifier", "cs_d617db8b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.246862"], ["updated_at", "2017-12-20 17:43:51.246862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -691331192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '653bccf9-0222-46c2-b1c1-c9aa0c2fbd97' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f6777baf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -691331192], ["username", "mary"], ["access_token", "f7c1e5bbe429515d8966f21fadacaf8e"], ["uuid", "653bccf9-0222-46c2-b1c1-c9aa0c2fbd97"], ["support_identifier", "cs_f6777baf"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.252268"], ["updated_at", "2017-12-20 17:43:51.252268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -338848205 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57aa7f2c-2b98-4e0f-8de9-c2c19ed743e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_71605a19' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -338848205], ["username", "jstead"], ["access_token", "3700782dbe0641462c7df8e6d1cfe9b8"], ["uuid", "57aa7f2c-2b98-4e0f-8de9-c2c19ed743e8"], ["support_identifier", "cs_71605a19"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.256498"], ["updated_at", "2017-12-20 17:43:51.256498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -901591931 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc091f18-4a1f-4130-abb8-192a38205fbc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7bc48d60' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -901591931], ["username", "bigbear"], ["access_token", "1259374a19f7afbf8e9dd1e505a36b5e"], ["uuid", "dc091f18-4a1f-4130-abb8-192a38205fbc"], ["support_identifier", "cs_7bc48d60"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.260858"], ["updated_at", "2017-12-20 17:43:51.260858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 215)  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 215) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024866146 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9879e9c2-f641-4590-bdb2-4ee6778bbf4b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e160fd83' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2024866146], ["username", "jstrav"], ["access_token", "dcebb50f9eb78f5c6853fbdfc20635f9"], ["uuid", "9879e9c2-f641-4590-bdb2-4ee6778bbf4b"], ["support_identifier", "cs_e160fd83"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.289744"], ["updated_at", "2017-12-20 17:43:51.289744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1498402799 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d5862ef-8a28-4549-9afb-b44f6b24e01f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_879c22c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1498402799], ["username", "mary"], ["access_token", "4a61565b1e49cd5795fedb87edb22277"], ["uuid", "6d5862ef-8a28-4549-9afb-b44f6b24e01f"], ["support_identifier", "cs_879c22c9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.294274"], ["updated_at", "2017-12-20 17:43:51.294274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1778519592 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09179dbe-975c-4484-b2e3-d761bd202a2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b9c46d8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1778519592], ["username", "jstead"], ["access_token", "283c8349aadc0ec5111c0ebfe4c6474d"], ["uuid", "09179dbe-975c-4484-b2e3-d761bd202a2d"], ["support_identifier", "cs_1b9c46d8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.298769"], ["updated_at", "2017-12-20 17:43:51.298769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -801459928 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b21d25b-d8f7-46b1-8d89-b52ddc6c618b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b40f7386' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -801459928], ["username", "bigbear"], ["access_token", "c50df8ea29084fa6f10a8ad17a9383a2"], ["uuid", "5b21d25b-d8f7-46b1-8d89-b52ddc6c618b"], ["support_identifier", "cs_b40f7386"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.311949"], ["updated_at", "2017-12-20 17:43:51.311949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772614750 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6bc4df05-3e29-4f25-aa45-f6d630cd7df1' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e5a73e4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1772614750], ["username", "jstrav"], ["access_token", "8204ce5ea6f803fc63f5dba99b8197c3"], ["uuid", "6bc4df05-3e29-4f25-aa45-f6d630cd7df1"], ["support_identifier", "cs_9e5a73e4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.320584"], ["updated_at", "2017-12-20 17:43:51.320584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -903955633 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7671b02-5095-482e-8d29-b887c6742676' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f175bda8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -903955633], ["username", "mary"], ["access_token", "9e4624890fab9c9968fdce77694f89ee"], ["uuid", "a7671b02-5095-482e-8d29-b887c6742676"], ["support_identifier", "cs_f175bda8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.326063"], ["updated_at", "2017-12-20 17:43:51.326063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1075930106 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bcbec9a2-4a11-45bd-9eb7-423fe895662b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_83fc7fd5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1075930106], ["username", "jstead"], ["access_token", "7c043dc8183ef9b1df44dad7c13b8b85"], ["uuid", "bcbec9a2-4a11-45bd-9eb7-423fe895662b"], ["support_identifier", "cs_83fc7fd5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.330477"], ["updated_at", "2017-12-20 17:43:51.330477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1446939274 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ae1c1b1-191a-4e4b-b81b-e242ca819bb6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2d518842' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1446939274], ["username", "bigbear"], ["access_token", "c2cd7557053d4ca9bf02dab13c54d6cc"], ["uuid", "5ae1c1b1-191a-4e4b-b81b-e242ca819bb6"], ["support_identifier", "cs_2d518842"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.336059"], ["updated_at", "2017-12-20 17:43:51.336059"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1856962715 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14502bdb-2fe8-4a62-84a2-95ec2f56a5e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa27c280' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1856962715], ["username", "jstrav"], ["access_token", "4dce72f5df79d137023e3e3f671fc216"], ["uuid", "14502bdb-2fe8-4a62-84a2-95ec2f56a5e1"], ["support_identifier", "cs_fa27c280"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.344179"], ["updated_at", "2017-12-20 17:43:51.344179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423928635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f0b3ace-c4fb-4517-bcbe-ee2d28034c8f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34d1d804' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -423928635], ["username", "mary"], ["access_token", "2c3383d0321c3b6560400b1711815dcc"], ["uuid", "0f0b3ace-c4fb-4517-bcbe-ee2d28034c8f"], ["support_identifier", "cs_34d1d804"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.349274"], ["updated_at", "2017-12-20 17:43:51.349274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -95383909 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2efc110b-0aec-46cc-ac4d-4039f90bdb8c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_19456b0c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -95383909], ["username", "jstead"], ["access_token", "49d86b52e353cd91ea0226dd6dcba834"], ["uuid", "2efc110b-0aec-46cc-ac4d-4039f90bdb8c"], ["support_identifier", "cs_19456b0c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.354587"], ["updated_at", "2017-12-20 17:43:51.354587"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488239339 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c03a7960-5705-4f87-8ae6-d5fae7312f30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d856b220' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -488239339], ["username", "bigbear"], ["access_token", "9dc9ac4bfdd307c996fcc925525eb43e"], ["uuid", "c03a7960-5705-4f87-8ae6-d5fae7312f30"], ["support_identifier", "cs_d856b220"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.359796"], ["updated_at", "2017-12-20 17:43:51.359796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -371521051 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76f6117f-c4d8-4128-85bb-e4ae89120386' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_86f95aa9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -371521051], ["username", "billy_00"], ["access_token", "053527299e112b8179d7eae9e09d9860"], ["uuid", "76f6117f-c4d8-4128-85bb-e4ae89120386"], ["support_identifier", "cs_86f95aa9"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:43:51.364642"], ["updated_at", "2017-12-20 17:43:51.364642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -711989839 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a5f381a6-263a-4a6c-a75e-245b0eeaf9de' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f7075c9a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -711989839], ["username", "billy_01"], ["access_token", "1735789ab95a5a81a72278080d6ed54f"], ["uuid", "a5f381a6-263a-4a6c-a75e-245b0eeaf9de"], ["support_identifier", "cs_f7075c9a"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:43:51.369095"], ["updated_at", "2017-12-20 17:43:51.369095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1666962429 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ad5c7c4-ec39-4693-927a-35bc04c3e93c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_609492ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1666962429], ["username", "billy_02"], ["access_token", "439fc086c0be3531deac56f114034607"], ["uuid", "5ad5c7c4-ec39-4693-927a-35bc04c3e93c"], ["support_identifier", "cs_609492ee"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:43:51.373726"], ["updated_at", "2017-12-20 17:43:51.373726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1132847686 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e97973a5-1a24-4bef-a888-893a54a1b035' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3df362cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1132847686], ["username", "billy_03"], ["access_token", "86b9d6c6c51eba9327d5ee6e93fbb90b"], ["uuid", "e97973a5-1a24-4bef-a888-893a54a1b035"], ["support_identifier", "cs_3df362cc"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:43:51.378498"], ["updated_at", "2017-12-20 17:43:51.378498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1986061843 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'adac3557-7663-4c0d-9b39-b3bc55f3a524' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a460633b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1986061843], ["username", "billy_04"], ["access_token", "cca78e1db3bf1dc7a1e3710fe5fced16"], ["uuid", "adac3557-7663-4c0d-9b39-b3bc55f3a524"], ["support_identifier", "cs_a460633b"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:43:51.384014"], ["updated_at", "2017-12-20 17:43:51.384014"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053495321 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a82411d-349b-4b9a-b64f-0a62971bc86c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f52fd6a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2053495321], ["username", "billy_05"], ["access_token", "34e182ed89df1a9fb31a5c78825cea0f"], ["uuid", "9a82411d-349b-4b9a-b64f-0a62971bc86c"], ["support_identifier", "cs_f52fd6a3"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:43:51.388787"], ["updated_at", "2017-12-20 17:43:51.388787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1915248894 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f27815dd-6874-46ff-bf9b-041a5e4b2166' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_81ef0f5f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1915248894], ["username", "billy_06"], ["access_token", "de434cfc1bcbc62ff3579f481ce5f5bf"], ["uuid", "f27815dd-6874-46ff-bf9b-041a5e4b2166"], ["support_identifier", "cs_81ef0f5f"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:43:51.393391"], ["updated_at", "2017-12-20 17:43:51.393391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1240466439 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cf3b2e1-9e44-4b57-9a6e-24d146d576be' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6348f74d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1240466439], ["username", "billy_07"], ["access_token", "017168e20e2692ea755273dd078c80dd"], ["uuid", "8cf3b2e1-9e44-4b57-9a6e-24d146d576be"], ["support_identifier", "cs_6348f74d"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:43:51.398173"], ["updated_at", "2017-12-20 17:43:51.398173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2124585502 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ef7194b-a309-4c9e-a347-3dc96814d2db' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ffbf98a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2124585502], ["username", "billy_08"], ["access_token", "ba229c3417152d3d255049e1fdcc8934"], ["uuid", "1ef7194b-a309-4c9e-a347-3dc96814d2db"], ["support_identifier", "cs_ffbf98a7"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:43:51.402552"], ["updated_at", "2017-12-20 17:43:51.402552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -431586123 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e40051c2-39bb-418e-8f35-85060e4cbc82' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_539e9e4d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -431586123], ["username", "billy_09"], ["access_token", "b623f5de17eec9578c1e2c747caed3dc"], ["uuid", "e40051c2-39bb-418e-8f35-85060e4cbc82"], ["support_identifier", "cs_539e9e4d"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:43:51.406935"], ["updated_at", "2017-12-20 17:43:51.406935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1563118917 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0cd98c9-7bfd-4fdc-a708-d9faff06574f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d359c8b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1563118917], ["username", "billy_10"], ["access_token", "b4009e2ffb36c2e8ae1780d30723b71e"], ["uuid", "d0cd98c9-7bfd-4fdc-a708-d9faff06574f"], ["support_identifier", "cs_d359c8b3"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:43:51.411239"], ["updated_at", "2017-12-20 17:43:51.411239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2062721349 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c9d10cf-6183-4e1f-aafa-983fa77cc1d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1373accb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2062721349], ["username", "billy_11"], ["access_token", "32f173d21c5c3d6775f017579ffae50c"], ["uuid", "5c9d10cf-6183-4e1f-aafa-983fa77cc1d4"], ["support_identifier", "cs_1373accb"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:43:51.415614"], ["updated_at", "2017-12-20 17:43:51.415614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -325394394 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c671d498-b383-4c32-843c-1d3dfc15f138' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_960d142b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -325394394], ["username", "billy_12"], ["access_token", "16938e7c59d6d3c7fd9c6622d29ab040"], ["uuid", "c671d498-b383-4c32-843c-1d3dfc15f138"], ["support_identifier", "cs_960d142b"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:43:51.420159"], ["updated_at", "2017-12-20 17:43:51.420159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877787517 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ceb09fc1-cdef-443f-8467-6be645a25267' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_13a42a5b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1877787517], ["username", "billy_13"], ["access_token", "8984934b7d001c8412e650015e005785"], ["uuid", "ceb09fc1-cdef-443f-8467-6be645a25267"], ["support_identifier", "cs_13a42a5b"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:43:51.424688"], ["updated_at", "2017-12-20 17:43:51.424688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1377668690 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8e97cc0-64d3-41b8-bd44-1f81dcb48328' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1cbcabf9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1377668690], ["username", "billy_14"], ["access_token", "cdcdf51e8b2e85c15854f21ef3e0566c"], ["uuid", "f8e97cc0-64d3-41b8-bd44-1f81dcb48328"], ["support_identifier", "cs_1cbcabf9"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:43:51.429393"], ["updated_at", "2017-12-20 17:43:51.429393"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -697065360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ef95835-0b64-4106-9f4f-a79cbc1a9fa5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7668a6d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -697065360], ["username", "billy_15"], ["access_token", "771ba45fe1005df03e39be06830154f8"], ["uuid", "1ef95835-0b64-4106-9f4f-a79cbc1a9fa5"], ["support_identifier", "cs_7668a6d1"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:43:51.433840"], ["updated_at", "2017-12-20 17:43:51.433840"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -451793602 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e930f66-3396-414a-bd26-f8314dac86c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_daa9083d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -451793602], ["username", "billy_16"], ["access_token", "6070d6c56ed401b71b6e352becfd6978"], ["uuid", "7e930f66-3396-414a-bd26-f8314dac86c7"], ["support_identifier", "cs_daa9083d"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:43:51.438163"], ["updated_at", "2017-12-20 17:43:51.438163"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -791473863 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8dd197cc-a34a-414a-b128-1b848c225939' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2c54bfca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -791473863], ["username", "billy_17"], ["access_token", "14949276bde9da036b8bdec20ba4e420"], ["uuid", "8dd197cc-a34a-414a-b128-1b848c225939"], ["support_identifier", "cs_2c54bfca"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:43:51.442608"], ["updated_at", "2017-12-20 17:43:51.442608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -528452537 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa810b48-d2fc-42e1-bfbe-b4a6e801c4a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_30a11375' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -528452537], ["username", "billy_18"], ["access_token", "9e0fb94ffb077b244a7219978c897a31"], ["uuid", "aa810b48-d2fc-42e1-bfbe-b4a6e801c4a7"], ["support_identifier", "cs_30a11375"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:43:51.447017"], ["updated_at", "2017-12-20 17:43:51.447017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1384541225 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c74c9509-1a33-4942-9818-6c9532e8a4d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f3dc3224' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1384541225], ["username", "billy_19"], ["access_token", "d6d0fa850a38e613be43e300b65e436c"], ["uuid", "c74c9509-1a33-4942-9818-6c9532e8a4d8"], ["support_identifier", "cs_f3dc3224"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:43:51.451419"], ["updated_at", "2017-12-20 17:43:51.451419"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1320682276 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b18cad2e-1ec5-4ed6-a885-3e11dca6b6aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_231a39cb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1320682276], ["username", "billy_20"], ["access_token", "a27432e6eee8357e128d88d34cbcefbe"], ["uuid", "b18cad2e-1ec5-4ed6-a885-3e11dca6b6aa"], ["support_identifier", "cs_231a39cb"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:43:51.455791"], ["updated_at", "2017-12-20 17:43:51.455791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -458122651 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3887853-daf4-4ee3-82b2-90ba993e3a6e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f5fe9d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -458122651], ["username", "billy_21"], ["access_token", "87f97ee0bf164364e3483f3c1d37d70b"], ["uuid", "b3887853-daf4-4ee3-82b2-90ba993e3a6e"], ["support_identifier", "cs_8f5fe9d5"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:43:51.460404"], ["updated_at", "2017-12-20 17:43:51.460404"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1087467560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85e150b1-c9b6-4496-bb43-71a2de8bb840' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c5d7259' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1087467560], ["username", "billy_22"], ["access_token", "813d627d802bba11a9465f0960ae53ad"], ["uuid", "85e150b1-c9b6-4496-bb43-71a2de8bb840"], ["support_identifier", "cs_3c5d7259"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:43:51.464839"], ["updated_at", "2017-12-20 17:43:51.464839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -973984493 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a6957d8-c18c-44f9-9b89-d890b4b1a9a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_70a08544' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -973984493], ["username", "billy_23"], ["access_token", "eab6367420c3830970272e23ae0fe0f2"], ["uuid", "8a6957d8-c18c-44f9-9b89-d890b4b1a9a6"], ["support_identifier", "cs_70a08544"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:43:51.469090"], ["updated_at", "2017-12-20 17:43:51.469090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -721746761 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f3d25de-2b74-4f9e-b87d-f74fa361f996' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29d1b612' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -721746761], ["username", "billy_24"], ["access_token", "924d0e99f6de47ec14f617c199f56573"], ["uuid", "5f3d25de-2b74-4f9e-b87d-f74fa361f996"], ["support_identifier", "cs_29d1b612"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:43:51.473462"], ["updated_at", "2017-12-20 17:43:51.473462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1164166306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35e2de48-ed37-4aa0-a5be-0feaa222fc89' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b2dc06f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1164166306], ["username", "billy_25"], ["access_token", "9d1f43d506cd39bebcf147f0b62cad11"], ["uuid", "35e2de48-ed37-4aa0-a5be-0feaa222fc89"], ["support_identifier", "cs_b2dc06f6"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:43:51.477781"], ["updated_at", "2017-12-20 17:43:51.477781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -546591313 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f7213c2-6472-4837-9e1a-583ce04f0cae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_31b15de8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -546591313], ["username", "billy_26"], ["access_token", "b8e8e08cbfd9f8ad55829c592006a100"], ["uuid", "4f7213c2-6472-4837-9e1a-583ce04f0cae"], ["support_identifier", "cs_31b15de8"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:43:51.482182"], ["updated_at", "2017-12-20 17:43:51.482182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -220117872 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c75a404e-17bf-4d0a-9622-b797f05d3d35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cbc7bfc1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -220117872], ["username", "billy_27"], ["access_token", "5f147cb61f51c945ead66ef77451b347"], ["uuid", "c75a404e-17bf-4d0a-9622-b797f05d3d35"], ["support_identifier", "cs_cbc7bfc1"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:43:51.486748"], ["updated_at", "2017-12-20 17:43:51.486748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -606015591 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07432538-4b39-4dc6-b9ee-5a2293f9bfea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c16b535b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -606015591], ["username", "billy_28"], ["access_token", "bd144d481358359f71be5f457ed2d8c7"], ["uuid", "07432538-4b39-4dc6-b9ee-5a2293f9bfea"], ["support_identifier", "cs_c16b535b"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:43:51.491227"], ["updated_at", "2017-12-20 17:43:51.491227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1129554898 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '504fdedd-82bf-4a12-83b8-1016cca96d0b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_528777c0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1129554898], ["username", "billy_29"], ["access_token", "c1f4806c1e237feb24760d4bc8926402"], ["uuid", "504fdedd-82bf-4a12-83b8-1016cca96d0b"], ["support_identifier", "cs_528777c0"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:43:51.496116"], ["updated_at", "2017-12-20 17:43:51.496116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1045831639 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'afb9821d-e864-4558-a4c8-bcf0dbfa9987' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6fbd4dd0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1045831639], ["username", "billy_30"], ["access_token", "805b67b0ad67018cffabc79f294e00b2"], ["uuid", "afb9821d-e864-4558-a4c8-bcf0dbfa9987"], ["support_identifier", "cs_6fbd4dd0"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:43:51.501110"], ["updated_at", "2017-12-20 17:43:51.501110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1933468410 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f375b663-274c-4322-a5ec-e98e4f05fe89' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f5bc3345' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1933468410], ["username", "billy_31"], ["access_token", "582bd9d2c96050dc913b2da757a9979c"], ["uuid", "f375b663-274c-4322-a5ec-e98e4f05fe89"], ["support_identifier", "cs_f5bc3345"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:43:51.505717"], ["updated_at", "2017-12-20 17:43:51.505717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1239391461 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53e6b800-b92f-418c-9269-d8e1a2f6c19d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_19075224' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1239391461], ["username", "billy_32"], ["access_token", "f875a825618a4f69582f85db298da355"], ["uuid", "53e6b800-b92f-418c-9269-d8e1a2f6c19d"], ["support_identifier", "cs_19075224"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:43:51.510106"], ["updated_at", "2017-12-20 17:43:51.510106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -699201374 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '482dd014-033c-4fda-9be5-0ae76367757d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a6ff41cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -699201374], ["username", "billy_33"], ["access_token", "e989a1074a0336af49b56319fbde42cf"], ["uuid", "482dd014-033c-4fda-9be5-0ae76367757d"], ["support_identifier", "cs_a6ff41cc"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:43:51.514559"], ["updated_at", "2017-12-20 17:43:51.514559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -177398654 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d390f14-0c8e-4607-a1ad-aa489f14b0e4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_402d945b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -177398654], ["username", "billy_34"], ["access_token", "0dc8e796e657b74cc998eb215b364dd5"], ["uuid", "1d390f14-0c8e-4607-a1ad-aa489f14b0e4"], ["support_identifier", "cs_402d945b"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:43:51.518847"], ["updated_at", "2017-12-20 17:43:51.518847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -485775987 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '943d1347-14aa-4c6c-8164-5463bc66aabe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8c0bd3cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -485775987], ["username", "billy_35"], ["access_token", "97dadf6e252f65799c8549e6fee3ba5c"], ["uuid", "943d1347-14aa-4c6c-8164-5463bc66aabe"], ["support_identifier", "cs_8c0bd3cc"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:43:51.523158"], ["updated_at", "2017-12-20 17:43:51.523158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -277232820 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '591d738f-e81c-4834-a1bd-b9f9fd860de8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2eb97a91' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -277232820], ["username", "billy_36"], ["access_token", "0a77febefc9c56ef0dc3a007e01b3eb3"], ["uuid", "591d738f-e81c-4834-a1bd-b9f9fd860de8"], ["support_identifier", "cs_2eb97a91"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:43:51.527327"], ["updated_at", "2017-12-20 17:43:51.527327"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -362101770 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65607205-ff44-4e83-af0c-376f90d39285' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f7dcf345' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -362101770], ["username", "billy_37"], ["access_token", "a301beb2ef1f143be98f4c0d2ed1fae8"], ["uuid", "65607205-ff44-4e83-af0c-376f90d39285"], ["support_identifier", "cs_f7dcf345"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:43:51.531862"], ["updated_at", "2017-12-20 17:43:51.531862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661897376 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14c494d6-b784-4db7-a1fe-0ea1c06db8f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c7d51b4f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -661897376], ["username", "billy_38"], ["access_token", "f338815cdf52c716bfa7d0f830e46229"], ["uuid", "14c494d6-b784-4db7-a1fe-0ea1c06db8f1"], ["support_identifier", "cs_c7d51b4f"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:43:51.536313"], ["updated_at", "2017-12-20 17:43:51.536313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1585179798 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0be69707-3b0e-4b1f-9e3a-5f113a8267ea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00388454' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1585179798], ["username", "billy_39"], ["access_token", "e1848d73d5e5811b93903297192df0e6"], ["uuid", "0be69707-3b0e-4b1f-9e3a-5f113a8267ea"], ["support_identifier", "cs_00388454"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:43:51.540717"], ["updated_at", "2017-12-20 17:43:51.540717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -323915417 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8ac5a99-3198-4a0a-8f51-24dad6e27481' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_58ce941f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -323915417], ["username", "billy_40"], ["access_token", "bbc2b6cc5a843f96467885bd8e072f6b"], ["uuid", "c8ac5a99-3198-4a0a-8f51-24dad6e27481"], ["support_identifier", "cs_58ce941f"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:43:51.545087"], ["updated_at", "2017-12-20 17:43:51.545087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1007945066 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3de1f45b-6211-48fa-b555-5f58cc933021' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a9059f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1007945066], ["username", "billy_41"], ["access_token", "d4d5d150ea1e194d78e54227b8a6d9e9"], ["uuid", "3de1f45b-6211-48fa-b555-5f58cc933021"], ["support_identifier", "cs_5a9059f0"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:43:51.549543"], ["updated_at", "2017-12-20 17:43:51.549543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1023334482 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6372f4fe-c870-4e26-b777-047167e6c5dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7169fbaa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1023334482], ["username", "billy_42"], ["access_token", "a252ce85008924935c78312af956453e"], ["uuid", "6372f4fe-c870-4e26-b777-047167e6c5dc"], ["support_identifier", "cs_7169fbaa"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:43:51.553921"], ["updated_at", "2017-12-20 17:43:51.553921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1078352352 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8834f463-ab52-4b2a-b8c7-38804e5932d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44548222' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1078352352], ["username", "billy_43"], ["access_token", "db9d2c1c8bf2fbf072a801ca4f07abc0"], ["uuid", "8834f463-ab52-4b2a-b8c7-38804e5932d4"], ["support_identifier", "cs_44548222"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:43:51.558431"], ["updated_at", "2017-12-20 17:43:51.558431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2145971507 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bbfb969-38ef-4cd0-bd64-1b3756518472' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ddb6eb02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2145971507], ["username", "billy_44"], ["access_token", "10203fb2bce0c98c0747aec749fc5129"], ["uuid", "5bbfb969-38ef-4cd0-bd64-1b3756518472"], ["support_identifier", "cs_ddb6eb02"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:43:51.563015"], ["updated_at", "2017-12-20 17:43:51.563015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1978795019 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bd61e90-e062-43f8-b033-4f2c84f99269' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10715a18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1978795019], ["username", "billy_45"], ["access_token", "57d8897782f5af2eb8b6de436242c127"], ["uuid", "4bd61e90-e062-43f8-b033-4f2c84f99269"], ["support_identifier", "cs_10715a18"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:43:51.567381"], ["updated_at", "2017-12-20 17:43:51.567381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1956297008 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7860aeb-bd39-4da7-8207-d181bc08d29c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d7bd6730' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1956297008], ["username", "jstrav"], ["access_token", "720d5527ddf635ae5b3c2fa676588970"], ["uuid", "b7860aeb-bd39-4da7-8207-d181bc08d29c"], ["support_identifier", "cs_d7bd6730"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.577942"], ["updated_at", "2017-12-20 17:43:51.577942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1214060788 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ba13e17-6643-498a-9f16-103319b21640' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a925890' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1214060788], ["username", "mary"], ["access_token", "68ef0a250b8181373a78cb2700b01d39"], ["uuid", "5ba13e17-6643-498a-9f16-103319b21640"], ["support_identifier", "cs_1a925890"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.582638"], ["updated_at", "2017-12-20 17:43:51.582638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -926556483 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6608786-1cd5-4282-b126-5957f4711490' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d21c0972' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -926556483], ["username", "jstead"], ["access_token", "e7c961241984b118aa8bf86b22189711"], ["uuid", "f6608786-1cd5-4282-b126-5957f4711490"], ["support_identifier", "cs_d21c0972"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.587224"], ["updated_at", "2017-12-20 17:43:51.587224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -583119187 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c06e2657-5b06-4264-8fec-54b6f8eddb8a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de15c870' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -583119187], ["username", "bigbear"], ["access_token", "b5ea5003f4190f4f497cb39692dd7500"], ["uuid", "c06e2657-5b06-4264-8fec-54b6f8eddb8a"], ["support_identifier", "cs_de15c870"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.591793"], ["updated_at", "2017-12-20 17:43:51.591793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656576200 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '306fc096-6a27-4eaf-8824-b814015b8164' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf924ae8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1656576200], ["username", "billy_00"], ["access_token", "5fb112598ce8804dda60eacf31c87ae8"], ["uuid", "306fc096-6a27-4eaf-8824-b814015b8164"], ["support_identifier", "cs_bf924ae8"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:43:51.596854"], ["updated_at", "2017-12-20 17:43:51.596854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -886097308 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82520580-aa27-4a89-aa75-06c3397da502' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93f55623' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -886097308], ["username", "billy_01"], ["access_token", "2896a805ccd96f8ec58adf9f83faea4d"], ["uuid", "82520580-aa27-4a89-aa75-06c3397da502"], ["support_identifier", "cs_93f55623"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:43:51.601637"], ["updated_at", "2017-12-20 17:43:51.601637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1814439280 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e318b33d-2e3e-4308-a92f-f3ea26d2457f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5860a1cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1814439280], ["username", "billy_02"], ["access_token", "7085e81be8007087891a4157a7127ebf"], ["uuid", "e318b33d-2e3e-4308-a92f-f3ea26d2457f"], ["support_identifier", "cs_5860a1cc"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:43:51.605934"], ["updated_at", "2017-12-20 17:43:51.605934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -282260515 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1454b321-40d6-4589-ad6c-a0153d7fbef6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb6cc978' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -282260515], ["username", "billy_03"], ["access_token", "1b06e13ee891ce362bcebd2294a9e7a2"], ["uuid", "1454b321-40d6-4589-ad6c-a0153d7fbef6"], ["support_identifier", "cs_eb6cc978"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:43:51.611355"], ["updated_at", "2017-12-20 17:43:51.611355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1207011283 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39c02c6a-0d7a-4b5d-bb67-16de13bc62d1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0eefb0b4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1207011283], ["username", "billy_04"], ["access_token", "c00dba83c717326bb6927059241a67c3"], ["uuid", "39c02c6a-0d7a-4b5d-bb67-16de13bc62d1"], ["support_identifier", "cs_0eefb0b4"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:43:51.617001"], ["updated_at", "2017-12-20 17:43:51.617001"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1682508685 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0802fc2-3064-461c-9f38-0079a3719294' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0762a9cd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1682508685], ["username", "billy_05"], ["access_token", "dec001410fef0974706aff457e77554c"], ["uuid", "a0802fc2-3064-461c-9f38-0079a3719294"], ["support_identifier", "cs_0762a9cd"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:43:51.621693"], ["updated_at", "2017-12-20 17:43:51.621693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2063067555 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7150c07-dc01-48bf-882c-f989a3c8b483' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4392192b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2063067555], ["username", "billy_06"], ["access_token", "593bd8831126b55edf96ab8959d27b70"], ["uuid", "b7150c07-dc01-48bf-882c-f989a3c8b483"], ["support_identifier", "cs_4392192b"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:43:51.626123"], ["updated_at", "2017-12-20 17:43:51.626123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1058166528 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4723679e-b0c4-4fa3-b175-8a22db281798' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5f00b7d7' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1058166528], ["username", "billy_07"], ["access_token", "3be71c2aabaae9dee4e11fefb5597dea"], ["uuid", "4723679e-b0c4-4fa3-b175-8a22db281798"], ["support_identifier", "cs_5f00b7d7"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:43:51.631269"], ["updated_at", "2017-12-20 17:43:51.631269"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -271293983 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f0dbeb7-5deb-4fbe-b98e-b56821215c12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_54f0c462' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -271293983], ["username", "billy_08"], ["access_token", "5b38cbe166c32cc5f3f2a795247b4288"], ["uuid", "6f0dbeb7-5deb-4fbe-b98e-b56821215c12"], ["support_identifier", "cs_54f0c462"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:43:51.637603"], ["updated_at", "2017-12-20 17:43:51.637603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1252689268 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c479b053-6d11-47ef-9024-37af6651881c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7de34bb3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1252689268], ["username", "billy_09"], ["access_token", "25a7803523170f808a1f25d5e6e8cbf1"], ["uuid", "c479b053-6d11-47ef-9024-37af6651881c"], ["support_identifier", "cs_7de34bb3"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:43:51.642662"], ["updated_at", "2017-12-20 17:43:51.642662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -174465082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95afa2e0-307a-4440-9d2c-40bef24018fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a863e3df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -174465082], ["username", "billy_10"], ["access_token", "02afee979b975d652e6a1d5fd43bebaa"], ["uuid", "95afa2e0-307a-4440-9d2c-40bef24018fb"], ["support_identifier", "cs_a863e3df"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:43:51.647193"], ["updated_at", "2017-12-20 17:43:51.647193"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1578050382 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aef0e780-ac3f-425e-ab2d-9662fa11295f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_07ecbbc7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1578050382], ["username", "billy_11"], ["access_token", "7470b2e5975a8ef359eca4a6fc8f869b"], ["uuid", "aef0e780-ac3f-425e-ab2d-9662fa11295f"], ["support_identifier", "cs_07ecbbc7"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:43:51.651600"], ["updated_at", "2017-12-20 17:43:51.651600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -640128678 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b19aa4b-7cd2-42a8-9e48-894e4fcf72c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_581d2b00' LIMIT 1 SQL (0.8ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -640128678], ["username", "billy_12"], ["access_token", "2fe9824b532514fe753415ab5dbd0b32"], ["uuid", "4b19aa4b-7cd2-42a8-9e48-894e4fcf72c7"], ["support_identifier", "cs_581d2b00"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:43:51.657301"], ["updated_at", "2017-12-20 17:43:51.657301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -17836836 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5f501a6-e586-4426-b54b-797717c46868' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_177a75d3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -17836836], ["username", "billy_13"], ["access_token", "8cd0d766129a63eccfc984269bb5d40c"], ["uuid", "c5f501a6-e586-4426-b54b-797717c46868"], ["support_identifier", "cs_177a75d3"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:43:51.664728"], ["updated_at", "2017-12-20 17:43:51.664728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -830679242 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '26e73bd8-c1bc-4784-8921-26836229fe89' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44f5eb80' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -830679242], ["username", "billy_14"], ["access_token", "fa347c130288ded0587330796b279796"], ["uuid", "26e73bd8-c1bc-4784-8921-26836229fe89"], ["support_identifier", "cs_44f5eb80"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:43:51.670127"], ["updated_at", "2017-12-20 17:43:51.670127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -4394445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c537b10-ce98-4460-9785-8de6a6efad58' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92772825' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -4394445], ["username", "billy_15"], ["access_token", "c60ff5c3d43089685f25266fbc1f45a1"], ["uuid", "9c537b10-ce98-4460-9785-8de6a6efad58"], ["support_identifier", "cs_92772825"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:43:51.674770"], ["updated_at", "2017-12-20 17:43:51.674770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566565415 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7427b125-99fa-494b-935b-a5727a62fba4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_677724df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -566565415], ["username", "billy_16"], ["access_token", "d2e9b65e9ff2bea15b23afe5d9c3bf7d"], ["uuid", "7427b125-99fa-494b-935b-a5727a62fba4"], ["support_identifier", "cs_677724df"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:43:51.679539"], ["updated_at", "2017-12-20 17:43:51.679539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -916761168 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fdebe655-1d8a-46de-a285-c58c1e725841' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47387948' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -916761168], ["username", "billy_17"], ["access_token", "674d2d026a76f428109f6ad6edddcb74"], ["uuid", "fdebe655-1d8a-46de-a285-c58c1e725841"], ["support_identifier", "cs_47387948"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:43:51.683967"], ["updated_at", "2017-12-20 17:43:51.683967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1508495029 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c38c36d4-f1aa-4b43-91d0-f7fda02f5980' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dee8d264' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1508495029], ["username", "billy_18"], ["access_token", "edc27b037c3fcea4c17147c306c7f7b8"], ["uuid", "c38c36d4-f1aa-4b43-91d0-f7fda02f5980"], ["support_identifier", "cs_dee8d264"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:43:51.688683"], ["updated_at", "2017-12-20 17:43:51.688683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -458778903 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3154b93-45c3-46eb-8ded-ac809c3cb7bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d2f8bed6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -458778903], ["username", "billy_19"], ["access_token", "80bf81d3ce91d866e88becd165d0a70a"], ["uuid", "b3154b93-45c3-46eb-8ded-ac809c3cb7bb"], ["support_identifier", "cs_d2f8bed6"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:43:51.693137"], ["updated_at", "2017-12-20 17:43:51.693137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1683860648 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5deef545-ef46-49a0-8d78-3ceb8f8944d9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fcddff07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1683860648], ["username", "billy_20"], ["access_token", "b1f2f58655a6dfa52e061bb2d7d14bcc"], ["uuid", "5deef545-ef46-49a0-8d78-3ceb8f8944d9"], ["support_identifier", "cs_fcddff07"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:43:51.697553"], ["updated_at", "2017-12-20 17:43:51.697553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283217184 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3fab7584-6217-48cd-af41-59bb1a6f6f2f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f3d06860' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1283217184], ["username", "billy_21"], ["access_token", "35c26d0e1625500d5f5d4879de24cc45"], ["uuid", "3fab7584-6217-48cd-af41-59bb1a6f6f2f"], ["support_identifier", "cs_f3d06860"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:43:51.702165"], ["updated_at", "2017-12-20 17:43:51.702165"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -175735708 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85364b98-2369-4b45-ac79-f351ff6b61bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d9e6c666' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -175735708], ["username", "billy_22"], ["access_token", "73d0739989ed8f44e706292b219c3ec7"], ["uuid", "85364b98-2369-4b45-ac79-f351ff6b61bb"], ["support_identifier", "cs_d9e6c666"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:43:51.706699"], ["updated_at", "2017-12-20 17:43:51.706699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239784412 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'afb81699-850d-424a-9cac-5a6428a01f45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dc48bcc0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -239784412], ["username", "billy_23"], ["access_token", "4bb07eff84560047d5a6d057b76e0a3a"], ["uuid", "afb81699-850d-424a-9cac-5a6428a01f45"], ["support_identifier", "cs_dc48bcc0"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:43:51.711027"], ["updated_at", "2017-12-20 17:43:51.711027"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -853497766 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7acf10bf-dcfd-4a5d-9779-1c664df9fc16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f4f5d55f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -853497766], ["username", "billy_24"], ["access_token", "f2376db0f0de1d8845c4d5056d54bde1"], ["uuid", "7acf10bf-dcfd-4a5d-9779-1c664df9fc16"], ["support_identifier", "cs_f4f5d55f"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:43:51.715518"], ["updated_at", "2017-12-20 17:43:51.715518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -567244460 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eaa47df1-3a1a-43c1-b8e5-47cb7268f3d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d0a0f9c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -567244460], ["username", "billy_25"], ["access_token", "4fc520810936a82a9d500e5fa1e29b40"], ["uuid", "eaa47df1-3a1a-43c1-b8e5-47cb7268f3d4"], ["support_identifier", "cs_d0a0f9c6"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:43:51.719942"], ["updated_at", "2017-12-20 17:43:51.719942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1087283574 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d95c2c9-0b07-4f46-909c-929723fd2a6c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_405b388b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1087283574], ["username", "billy_26"], ["access_token", "0194ece54847f3dd8fbadaed251ea978"], ["uuid", "8d95c2c9-0b07-4f46-909c-929723fd2a6c"], ["support_identifier", "cs_405b388b"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:43:51.724629"], ["updated_at", "2017-12-20 17:43:51.724629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2057479341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b764adc4-a7a2-4c50-bb84-659b8bae3d78' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf3da110' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2057479341], ["username", "billy_27"], ["access_token", "e0d234763cb2aaee56102ddd1beeb52f"], ["uuid", "b764adc4-a7a2-4c50-bb84-659b8bae3d78"], ["support_identifier", "cs_cf3da110"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:43:51.729223"], ["updated_at", "2017-12-20 17:43:51.729223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1680898785 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2b5a887-090a-4b2e-adf9-a3fdc6c17080' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_42966cb9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1680898785], ["username", "billy_28"], ["access_token", "67e6ead9dc2ae2a44b13459b122faaa6"], ["uuid", "c2b5a887-090a-4b2e-adf9-a3fdc6c17080"], ["support_identifier", "cs_42966cb9"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:43:51.733652"], ["updated_at", "2017-12-20 17:43:51.733652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -815670142 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ef1dd58-5162-4f53-822e-9c0c5a351a56' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_90a09170' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -815670142], ["username", "billy_29"], ["access_token", "79abb811add49baa3d010e7bd880ff28"], ["uuid", "0ef1dd58-5162-4f53-822e-9c0c5a351a56"], ["support_identifier", "cs_90a09170"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:43:51.738126"], ["updated_at", "2017-12-20 17:43:51.738126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462745238 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2c7e3f6-1bb4-4a61-a236-b9e3e59c35a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3e2f0a53' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1462745238], ["username", "billy_30"], ["access_token", "a3587a403a0a9746c46a0e8914124892"], ["uuid", "e2c7e3f6-1bb4-4a61-a236-b9e3e59c35a6"], ["support_identifier", "cs_3e2f0a53"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:43:51.744291"], ["updated_at", "2017-12-20 17:43:51.744291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -190684348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b16ca4f-621f-446f-ab09-ae71805ef6b9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d58bd99c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -190684348], ["username", "billy_31"], ["access_token", "3a6dd1a5560502b64fe463694f38c529"], ["uuid", "1b16ca4f-621f-446f-ab09-ae71805ef6b9"], ["support_identifier", "cs_d58bd99c"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:43:51.750230"], ["updated_at", "2017-12-20 17:43:51.750230"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -338101453 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '640e6fa1-0607-46eb-a9c8-cdb16ceb985c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3844239a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -338101453], ["username", "billy_32"], ["access_token", "8e2145293e562859fad68aa741fe7d7b"], ["uuid", "640e6fa1-0607-46eb-a9c8-cdb16ceb985c"], ["support_identifier", "cs_3844239a"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:43:51.754999"], ["updated_at", "2017-12-20 17:43:51.754999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64829524 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83ada13b-cc20-4f4f-a08a-ec3d47debb1e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_89cb6e42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -64829524], ["username", "billy_33"], ["access_token", "a684f658518e7849269e450d60db2ed9"], ["uuid", "83ada13b-cc20-4f4f-a08a-ec3d47debb1e"], ["support_identifier", "cs_89cb6e42"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:43:51.759712"], ["updated_at", "2017-12-20 17:43:51.759712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -712762695 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97bc9f54-56a2-486d-bee5-763280e88660' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53a761c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -712762695], ["username", "billy_34"], ["access_token", "df9a0b07f20469f7cf4ca2337746fffb"], ["uuid", "97bc9f54-56a2-486d-bee5-763280e88660"], ["support_identifier", "cs_53a761c0"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:43:51.764402"], ["updated_at", "2017-12-20 17:43:51.764402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1569040112 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e4069a8-a407-448d-b7e5-ecde31e31cc4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3e15b206' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1569040112], ["username", "billy_35"], ["access_token", "b3492deb01df1f336ab035b4179b4386"], ["uuid", "3e4069a8-a407-448d-b7e5-ecde31e31cc4"], ["support_identifier", "cs_3e15b206"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:43:51.768741"], ["updated_at", "2017-12-20 17:43:51.768741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -302798826 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94019ac4-c20d-4c56-a1ff-242f3151b6d6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b9a579e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -302798826], ["username", "billy_36"], ["access_token", "8e8ea8200cd6f2a0a4d0fc9667ee24b9"], ["uuid", "94019ac4-c20d-4c56-a1ff-242f3151b6d6"], ["support_identifier", "cs_9b9a579e"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:43:51.773020"], ["updated_at", "2017-12-20 17:43:51.773020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1295750498 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b69a2dce-8b26-44ac-b354-e026bc417477' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b98b95d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1295750498], ["username", "billy_37"], ["access_token", "683cee679d1521a6a7e9842f83270eca"], ["uuid", "b69a2dce-8b26-44ac-b354-e026bc417477"], ["support_identifier", "cs_6b98b95d"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:43:51.777374"], ["updated_at", "2017-12-20 17:43:51.777374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1164443717 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6026195e-337f-4883-9fe1-624cb0792586' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d94fe4c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1164443717], ["username", "billy_38"], ["access_token", "cb9b230e456eca0bec6265290a34590f"], ["uuid", "6026195e-337f-4883-9fe1-624cb0792586"], ["support_identifier", "cs_d94fe4c6"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:43:51.781912"], ["updated_at", "2017-12-20 17:43:51.781912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1203695715 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d38e540-8397-4e29-833a-7dab57d907f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a7f9ca97' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1203695715], ["username", "billy_39"], ["access_token", "e5f28185f1b751c344e94a89bda27674"], ["uuid", "2d38e540-8397-4e29-833a-7dab57d907f1"], ["support_identifier", "cs_a7f9ca97"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:43:51.786411"], ["updated_at", "2017-12-20 17:43:51.786411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1337187498 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d129f04-f332-4ba5-8671-2a4f18f1e4ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67569c31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1337187498], ["username", "billy_40"], ["access_token", "94202939916e0c075f7e40d1553d11dd"], ["uuid", "4d129f04-f332-4ba5-8671-2a4f18f1e4ba"], ["support_identifier", "cs_67569c31"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:43:51.791038"], ["updated_at", "2017-12-20 17:43:51.791038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088702192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ff34830-2a47-4fad-b4a0-9893dd40ceef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e516c180' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1088702192], ["username", "billy_41"], ["access_token", "5bccc9a128ea7c6ea9e4be17df71b139"], ["uuid", "9ff34830-2a47-4fad-b4a0-9893dd40ceef"], ["support_identifier", "cs_e516c180"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:43:51.795663"], ["updated_at", "2017-12-20 17:43:51.795663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -265217661 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9cc07c45-9725-4574-8fa2-1a644491b871' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7abf8447' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -265217661], ["username", "billy_42"], ["access_token", "1e5bc82b0c8b3ddd3c437e5628ac5ac9"], ["uuid", "9cc07c45-9725-4574-8fa2-1a644491b871"], ["support_identifier", "cs_7abf8447"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:43:51.800171"], ["updated_at", "2017-12-20 17:43:51.800171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1853589744 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57704a0a-84ee-4b4e-9d0e-5a5955127cb6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf39462b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1853589744], ["username", "billy_43"], ["access_token", "dd5b9f79afacb27f61a62a11c9b659e7"], ["uuid", "57704a0a-84ee-4b4e-9d0e-5a5955127cb6"], ["support_identifier", "cs_bf39462b"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:43:51.804792"], ["updated_at", "2017-12-20 17:43:51.804792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -571218391 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'caacdd5d-bbde-4c2f-bc80-4ee878023962' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3b9f544e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -571218391], ["username", "billy_44"], ["access_token", "074950dd36c3750ac4b9572af0061fa7"], ["uuid", "caacdd5d-bbde-4c2f-bc80-4ee878023962"], ["support_identifier", "cs_3b9f544e"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:43:51.809399"], ["updated_at", "2017-12-20 17:43:51.809399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2082811666 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd66dfbd4-fd19-4950-ab4d-4ba1e10ebd6a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1199b4a7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2082811666], ["username", "billy_45"], ["access_token", "5ae8fb73fef31e6a107882e9f9204e7c"], ["uuid", "d66dfbd4-fd19-4950-ab4d-4ba1e10ebd6a"], ["support_identifier", "cs_1199b4a7"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:43:51.814175"], ["updated_at", "2017-12-20 17:43:51.814175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1430475378 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4a3dff43-8dde-43e3-90ea-700af429d135' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f4f94ae' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1430475378], ["username", "jstrav"], ["access_token", "b67065f16c45314dac0eded1b2561f1c"], ["uuid", "4a3dff43-8dde-43e3-90ea-700af429d135"], ["support_identifier", "cs_8f4f94ae"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:51.824307"], ["updated_at", "2017-12-20 17:43:51.824307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361065530 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69646656-668e-46f8-b7fe-5545d82834b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e912b115' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -361065530], ["username", "mary"], ["access_token", "1defe24340b96ae6a2f8b34da29d189c"], ["uuid", "69646656-668e-46f8-b7fe-5545d82834b7"], ["support_identifier", "cs_e912b115"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:51.829149"], ["updated_at", "2017-12-20 17:43:51.829149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -831092738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '90ef0cca-1030-40bb-b3b2-8de671456f44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_57635015' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -831092738], ["username", "jstead"], ["access_token", "ca5e08ee0c4250c25c019cccbd985a15"], ["uuid", "90ef0cca-1030-40bb-b3b2-8de671456f44"], ["support_identifier", "cs_57635015"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:51.833670"], ["updated_at", "2017-12-20 17:43:51.833670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386879082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ebd6775-2a12-46ad-806d-60534d587ef7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8c2e3cc8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -386879082], ["username", "bigbear"], ["access_token", "dffa99b8763f0669ea434f3c2e85f855"], ["uuid", "2ebd6775-2a12-46ad-806d-60534d587ef7"], ["support_identifier", "cs_8c2e3cc8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:51.837882"], ["updated_at", "2017-12-20 17:43:51.837882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -647854895 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7be7a907-ae25-428e-9ba6-0c7212825acc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f7335c9d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -647854895], ["username", "billy_00"], ["access_token", "41ae3f61cb46c1be5040383c45822e84"], ["uuid", "7be7a907-ae25-428e-9ba6-0c7212825acc"], ["support_identifier", "cs_f7335c9d"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:43:51.842065"], ["updated_at", "2017-12-20 17:43:51.842065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455713896 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8ef13c9-98b2-4fde-9978-98079853fed6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f3b65bc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -455713896], ["username", "billy_01"], ["access_token", "c5ba108bfee9e952ee66b66333e56f03"], ["uuid", "b8ef13c9-98b2-4fde-9978-98079853fed6"], ["support_identifier", "cs_9f3b65bc"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:43:51.846326"], ["updated_at", "2017-12-20 17:43:51.846326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952670258 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd68adbd-8648-4da9-bc6d-3cc2c05e296e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b0e4023' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -952670258], ["username", "billy_02"], ["access_token", "8e1f57087522c5224a91439bcee7b55b"], ["uuid", "dd68adbd-8648-4da9-bc6d-3cc2c05e296e"], ["support_identifier", "cs_1b0e4023"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:43:51.850484"], ["updated_at", "2017-12-20 17:43:51.850484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -161079390 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '443187f5-fa62-4092-bed9-3c948d743a57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38451948' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -161079390], ["username", "billy_03"], ["access_token", "5b077a9b27438177f8f42f13b9d76365"], ["uuid", "443187f5-fa62-4092-bed9-3c948d743a57"], ["support_identifier", "cs_38451948"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:43:51.854542"], ["updated_at", "2017-12-20 17:43:51.854542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1166027216 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0eee17bf-ef78-4e3f-ad80-6d59786d3817' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_42981286' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1166027216], ["username", "billy_04"], ["access_token", "580b7dc9816b36b06995f7660ff532bc"], ["uuid", "0eee17bf-ef78-4e3f-ad80-6d59786d3817"], ["support_identifier", "cs_42981286"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:43:51.859125"], ["updated_at", "2017-12-20 17:43:51.859125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488583637 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0a70dde-edbd-48a2-a896-7bf8db91bc2f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ca4e6263' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -488583637], ["username", "billy_05"], ["access_token", "80da8cb0841cfdcc4fe43383709eba27"], ["uuid", "a0a70dde-edbd-48a2-a896-7bf8db91bc2f"], ["support_identifier", "cs_ca4e6263"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:43:51.863489"], ["updated_at", "2017-12-20 17:43:51.863489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -862737687 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32c11b1c-fcc9-4d1f-9bee-5fa598e7299e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_88c53f3a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -862737687], ["username", "billy_06"], ["access_token", "79f85ba4e24841068a4dae322dc767fe"], ["uuid", "32c11b1c-fcc9-4d1f-9bee-5fa598e7299e"], ["support_identifier", "cs_88c53f3a"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:43:51.868889"], ["updated_at", "2017-12-20 17:43:51.868889"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2066498874 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ba323a9-d5c0-49bd-96ae-77f84e538acc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ac14fbf8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2066498874], ["username", "billy_07"], ["access_token", "07d52dc847647ec424fd9c9a34787c21"], ["uuid", "7ba323a9-d5c0-49bd-96ae-77f84e538acc"], ["support_identifier", "cs_ac14fbf8"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:43:51.873132"], ["updated_at", "2017-12-20 17:43:51.873132"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1951441821 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '405ddf5d-b30a-47e8-92b0-6197f32acbf8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c4cc8aa2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1951441821], ["username", "billy_08"], ["access_token", "b0c87e559c5e0e2affb05913f1d47751"], ["uuid", "405ddf5d-b30a-47e8-92b0-6197f32acbf8"], ["support_identifier", "cs_c4cc8aa2"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:43:51.877357"], ["updated_at", "2017-12-20 17:43:51.877357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1096818448 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5373d18-ce39-4d9b-a165-96cc09c3d908' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6647ef7c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1096818448], ["username", "billy_09"], ["access_token", "08e9e2777913bf581c272de116fcb843"], ["uuid", "c5373d18-ce39-4d9b-a165-96cc09c3d908"], ["support_identifier", "cs_6647ef7c"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:43:51.881634"], ["updated_at", "2017-12-20 17:43:51.881634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1873818949 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9079ec55-6803-4783-8ee5-071978e5f94b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f8ccc99' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1873818949], ["username", "billy_10"], ["access_token", "74fd11f2ae4c96199574389edc802e6a"], ["uuid", "9079ec55-6803-4783-8ee5-071978e5f94b"], ["support_identifier", "cs_8f8ccc99"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:43:51.885894"], ["updated_at", "2017-12-20 17:43:51.885894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160338377 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f90602e-7c9a-42a8-a478-89821b934d84' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb238a86' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -160338377], ["username", "billy_11"], ["access_token", "d8238e3edb965ca974d57345b01b5472"], ["uuid", "9f90602e-7c9a-42a8-a478-89821b934d84"], ["support_identifier", "cs_bb238a86"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:43:51.897047"], ["updated_at", "2017-12-20 17:43:51.897047"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -180804820 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bec70ee-5fc1-48f9-ab03-026cd5201754' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b8b978dd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -180804820], ["username", "billy_12"], ["access_token", "c464ca6d7ff7db9549481eed3f63381c"], ["uuid", "9bec70ee-5fc1-48f9-ab03-026cd5201754"], ["support_identifier", "cs_b8b978dd"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:43:51.902028"], ["updated_at", "2017-12-20 17:43:51.902028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1511778081 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5441954f-d25a-40fb-bdbf-495c77d1e562' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_889e5e4c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1511778081], ["username", "billy_13"], ["access_token", "afe00278de5214a92c6dfdd240a498fa"], ["uuid", "5441954f-d25a-40fb-bdbf-495c77d1e562"], ["support_identifier", "cs_889e5e4c"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:43:51.906753"], ["updated_at", "2017-12-20 17:43:51.906753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -997180540 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a56e4c6-c8d4-40ea-9c8e-c9d9cd84ade8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d665f06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -997180540], ["username", "billy_14"], ["access_token", "0899ba2e22e97ced3a9655027ec43e44"], ["uuid", "5a56e4c6-c8d4-40ea-9c8e-c9d9cd84ade8"], ["support_identifier", "cs_8d665f06"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:43:51.911188"], ["updated_at", "2017-12-20 17:43:51.911188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2118333152 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c84432e7-cdce-414d-a0e1-00520692802c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a892e3c3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2118333152], ["username", "billy_15"], ["access_token", "4b2fbbf88ea1692eb7eefb018aee15a5"], ["uuid", "c84432e7-cdce-414d-a0e1-00520692802c"], ["support_identifier", "cs_a892e3c3"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:43:51.915797"], ["updated_at", "2017-12-20 17:43:51.915797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1039477669 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3273158c-ecd9-4917-8b24-5854a95caf0c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c6197fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1039477669], ["username", "billy_16"], ["access_token", "3a4f5f44fa79133005b1fd9bed260224"], ["uuid", "3273158c-ecd9-4917-8b24-5854a95caf0c"], ["support_identifier", "cs_1c6197fc"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:43:51.920275"], ["updated_at", "2017-12-20 17:43:51.920275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -856542940 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ed5035a-25dd-45fe-8947-54f1b51173e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_09b9df88' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -856542940], ["username", "billy_17"], ["access_token", "044c46915a8f96b99c792a074869087b"], ["uuid", "9ed5035a-25dd-45fe-8947-54f1b51173e8"], ["support_identifier", "cs_09b9df88"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:43:51.924683"], ["updated_at", "2017-12-20 17:43:51.924683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -25307973 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd9384610-f6c3-4c23-8220-66273e1d79de' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3b2c90a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -25307973], ["username", "billy_18"], ["access_token", "8f396c4a172d0a1a6944a5d9ebd7ca4e"], ["uuid", "d9384610-f6c3-4c23-8220-66273e1d79de"], ["support_identifier", "cs_3b2c90a4"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:43:51.929128"], ["updated_at", "2017-12-20 17:43:51.929128"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530542295 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecd3e781-aaf8-4492-aac9-95f8bed2da3e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00ac35c3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1530542295], ["username", "billy_19"], ["access_token", "c3f336d9649a70289ed01aa5354eb9e3"], ["uuid", "ecd3e781-aaf8-4492-aac9-95f8bed2da3e"], ["support_identifier", "cs_00ac35c3"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:43:51.933688"], ["updated_at", "2017-12-20 17:43:51.933688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -608016769 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19ee73c5-e922-47ce-81bf-cbec3d57d5e7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_14445e43' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -608016769], ["username", "billy_20"], ["access_token", "76cd07c079fe34cbd55c3330d661b4bb"], ["uuid", "19ee73c5-e922-47ce-81bf-cbec3d57d5e7"], ["support_identifier", "cs_14445e43"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:43:51.938072"], ["updated_at", "2017-12-20 17:43:51.938072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1364966331 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '065553f1-096a-49e3-8466-5c6fa001e742' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f4f26dd5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1364966331], ["username", "billy_21"], ["access_token", "1f0616e64fc23af0fa0a7ca1761635c2"], ["uuid", "065553f1-096a-49e3-8466-5c6fa001e742"], ["support_identifier", "cs_f4f26dd5"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:43:51.942739"], ["updated_at", "2017-12-20 17:43:51.942739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108816923 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ade0d62-23a0-4d0d-b122-ab731296cb91' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e1eb964b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1108816923], ["username", "billy_22"], ["access_token", "522bd9db13781a13a15a56c4f73e5e33"], ["uuid", "3ade0d62-23a0-4d0d-b122-ab731296cb91"], ["support_identifier", "cs_e1eb964b"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:43:51.947268"], ["updated_at", "2017-12-20 17:43:51.947268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -690951624 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02df84ff-1050-495a-b91d-bc0b28d3eede' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_71532a11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -690951624], ["username", "billy_23"], ["access_token", "a1bb72d4b2ba541cfa7edc9e99521443"], ["uuid", "02df84ff-1050-495a-b91d-bc0b28d3eede"], ["support_identifier", "cs_71532a11"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:43:51.953066"], ["updated_at", "2017-12-20 17:43:51.953066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1767587207 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bcd2b73a-b83d-48a0-8c63-a34d3e9dc654' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_41787864' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1767587207], ["username", "billy_24"], ["access_token", "c987eb08442ff65fcfee36d4b58c1309"], ["uuid", "bcd2b73a-b83d-48a0-8c63-a34d3e9dc654"], ["support_identifier", "cs_41787864"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:43:51.958178"], ["updated_at", "2017-12-20 17:43:51.958178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -250781362 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8396eba3-5930-4616-a517-7e8c628c388c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ee28053' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -250781362], ["username", "billy_25"], ["access_token", "9d610ce7ef22ad8afa281f5923c26dad"], ["uuid", "8396eba3-5930-4616-a517-7e8c628c388c"], ["support_identifier", "cs_6ee28053"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:43:51.963073"], ["updated_at", "2017-12-20 17:43:51.963073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153865201 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21174a50-e19e-4a13-9b10-577fefdb1ce0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3992acab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -153865201], ["username", "billy_26"], ["access_token", "64a9d53cdf5bc310e6e6b40659bf1d26"], ["uuid", "21174a50-e19e-4a13-9b10-577fefdb1ce0"], ["support_identifier", "cs_3992acab"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:43:51.967642"], ["updated_at", "2017-12-20 17:43:51.967642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -994956354 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0666d5a0-8483-4724-b3bd-cc3f6e7e7ce1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af7b91db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -994956354], ["username", "billy_27"], ["access_token", "b416e61c03217940c1de2346b34993f1"], ["uuid", "0666d5a0-8483-4724-b3bd-cc3f6e7e7ce1"], ["support_identifier", "cs_af7b91db"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:43:51.972361"], ["updated_at", "2017-12-20 17:43:51.972361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1939703617 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f504dbe1-422e-48e1-847e-a452adc1f17d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0219291f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1939703617], ["username", "billy_28"], ["access_token", "b4535e96e7621f44ca1e23c5a360d594"], ["uuid", "f504dbe1-422e-48e1-847e-a452adc1f17d"], ["support_identifier", "cs_0219291f"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:43:51.976789"], ["updated_at", "2017-12-20 17:43:51.976789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1377507724 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b997ce8b-482e-44c6-b3c1-5e30f89814f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3d45b39' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1377507724], ["username", "billy_29"], ["access_token", "824c221a283a189b56b3ecbab0e49854"], ["uuid", "b997ce8b-482e-44c6-b3c1-5e30f89814f2"], ["support_identifier", "cs_b3d45b39"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:43:51.981254"], ["updated_at", "2017-12-20 17:43:51.981254"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1880109775 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b90c16e1-18d8-4cc7-8c4e-9dd6c6d36f17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb541b75' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1880109775], ["username", "billy_30"], ["access_token", "c0cd809b2eb3c7a7f47a80d858812198"], ["uuid", "b90c16e1-18d8-4cc7-8c4e-9dd6c6d36f17"], ["support_identifier", "cs_eb541b75"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:43:51.985547"], ["updated_at", "2017-12-20 17:43:51.985547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436672058 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01fac7d6-54d4-4225-af1b-fbebac9bd59f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_967b7ff7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1436672058], ["username", "billy_31"], ["access_token", "70bf741a7ddc6c5d2844130a3991dae2"], ["uuid", "01fac7d6-54d4-4225-af1b-fbebac9bd59f"], ["support_identifier", "cs_967b7ff7"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:43:51.989846"], ["updated_at", "2017-12-20 17:43:51.989846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -457066328 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d566335-65d8-4376-ab8a-d71287567b30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_84dab156' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -457066328], ["username", "billy_32"], ["access_token", "19b90fd6dd760f4d0d557c4d804523a8"], ["uuid", "7d566335-65d8-4376-ab8a-d71287567b30"], ["support_identifier", "cs_84dab156"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:43:51.994191"], ["updated_at", "2017-12-20 17:43:51.994191"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1568361045 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '51c28686-6546-49a1-9927-36dfcfd7a9ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_23111700' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1568361045], ["username", "billy_33"], ["access_token", "06e5c15d52436ea9330a5e2e16e15899"], ["uuid", "51c28686-6546-49a1-9927-36dfcfd7a9ed"], ["support_identifier", "cs_23111700"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:43:51.998858"], ["updated_at", "2017-12-20 17:43:51.998858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153021094 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ed3d8ec-71e7-4bb7-8cc7-0b8730588afc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a1fb704f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -153021094], ["username", "billy_34"], ["access_token", "4ce0dc78c0999434298fa0851c0d495f"], ["uuid", "7ed3d8ec-71e7-4bb7-8cc7-0b8730588afc"], ["support_identifier", "cs_a1fb704f"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:43:52.003309"], ["updated_at", "2017-12-20 17:43:52.003309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1639666277 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0e6443e-3bd6-4507-b57e-c8bdcab845cc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b38fa092' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1639666277], ["username", "billy_35"], ["access_token", "64f63d5e76285356278d35308f0df97a"], ["uuid", "b0e6443e-3bd6-4507-b57e-c8bdcab845cc"], ["support_identifier", "cs_b38fa092"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:43:52.007658"], ["updated_at", "2017-12-20 17:43:52.007658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1503696100 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53c6c703-8985-4bf9-b7b2-2a24bd4b49e5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ce5c840' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1503696100], ["username", "billy_36"], ["access_token", "cd3d3ace6b3880e8dc3ef52aa8e83497"], ["uuid", "53c6c703-8985-4bf9-b7b2-2a24bd4b49e5"], ["support_identifier", "cs_3ce5c840"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:43:52.012550"], ["updated_at", "2017-12-20 17:43:52.012550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -346455150 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9fee4c17-b1a0-4a7f-a632-8f3b68d6a686' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_74f0cdaa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -346455150], ["username", "billy_37"], ["access_token", "e412f92fca549626476f394b2d1c75dc"], ["uuid", "9fee4c17-b1a0-4a7f-a632-8f3b68d6a686"], ["support_identifier", "cs_74f0cdaa"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:43:52.017091"], ["updated_at", "2017-12-20 17:43:52.017091"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1522741533 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06a5dcc3-8457-4fc9-a93d-519591a6f20d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_198b6a5e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1522741533], ["username", "billy_38"], ["access_token", "1f100f44885ab92c1010e8d7951ad77b"], ["uuid", "06a5dcc3-8457-4fc9-a93d-519591a6f20d"], ["support_identifier", "cs_198b6a5e"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:43:52.021477"], ["updated_at", "2017-12-20 17:43:52.021477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -482328203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '498f3f84-623d-4fd3-b751-2d412252807f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9c9a8bf5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -482328203], ["username", "billy_39"], ["access_token", "1e5639fab81a0c85ab711675c8f2b41e"], ["uuid", "498f3f84-623d-4fd3-b751-2d412252807f"], ["support_identifier", "cs_9c9a8bf5"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:43:52.025900"], ["updated_at", "2017-12-20 17:43:52.025900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1944672001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99720d40-55ec-429d-8e3d-6432943df315' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3fbbbeb1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1944672001], ["username", "billy_40"], ["access_token", "7579331bd6d5f1cd8dfc2d1c2b139a09"], ["uuid", "99720d40-55ec-429d-8e3d-6432943df315"], ["support_identifier", "cs_3fbbbeb1"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:43:52.030424"], ["updated_at", "2017-12-20 17:43:52.030424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730231298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '968c64cb-f2cf-4a4a-b1a6-241806211ad5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0392afa4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -730231298], ["username", "billy_41"], ["access_token", "a550e7a5ea6aa02c2970d171add54cec"], ["uuid", "968c64cb-f2cf-4a4a-b1a6-241806211ad5"], ["support_identifier", "cs_0392afa4"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:43:52.034667"], ["updated_at", "2017-12-20 17:43:52.034667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1440830583 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f96f0a6-a6df-42c2-862b-b00ec7317f6c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa40fe0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1440830583], ["username", "billy_42"], ["access_token", "bec53086c9849f5915c543a807d3b450"], ["uuid", "0f96f0a6-a6df-42c2-862b-b00ec7317f6c"], ["support_identifier", "cs_fa40fe0e"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:43:52.038895"], ["updated_at", "2017-12-20 17:43:52.038895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772787508 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85c8840c-cb2b-48c8-b93b-4ac87b073b5a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f304dd34' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1772787508], ["username", "billy_43"], ["access_token", "c77db6b14966b8e2a51126c4ffd60f36"], ["uuid", "85c8840c-cb2b-48c8-b93b-4ac87b073b5a"], ["support_identifier", "cs_f304dd34"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:43:52.043331"], ["updated_at", "2017-12-20 17:43:52.043331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -662640418 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7fbc54a7-86ea-4b6d-babc-696a8f967ba0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1fdb4edc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -662640418], ["username", "billy_44"], ["access_token", "aa074454bd695950fce360f94f9db614"], ["uuid", "7fbc54a7-86ea-4b6d-babc-696a8f967ba0"], ["support_identifier", "cs_1fdb4edc"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:43:52.047789"], ["updated_at", "2017-12-20 17:43:52.047789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2072110370 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1417700e-fb10-462f-b8ae-e041d79407f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf1ebf06' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2072110370], ["username", "billy_45"], ["access_token", "28d66ba373b7f65829a295ac6e5374da"], ["uuid", "1417700e-fb10-462f-b8ae-e041d79407f0"], ["support_identifier", "cs_bf1ebf06"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:43:52.052282"], ["updated_at", "2017-12-20 17:43:52.052282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1281229720 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6fe1b313-90b4-4649-ab4f-0ea31dd3eaa0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ac8df0e8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1281229720], ["username", "jstrav"], ["access_token", "dd1957ae7b98e8c700e979304f1ce67b"], ["uuid", "6fe1b313-90b4-4649-ab4f-0ea31dd3eaa0"], ["support_identifier", "cs_ac8df0e8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:43:52.062189"], ["updated_at", "2017-12-20 17:43:52.062189"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -707241428 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2d956eb-b883-4b6a-a158-b78b928b09b1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e2353189' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -707241428], ["username", "mary"], ["access_token", "32e0f18a072dc5c5c39c19437978734f"], ["uuid", "a2d956eb-b883-4b6a-a158-b78b928b09b1"], ["support_identifier", "cs_e2353189"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:43:52.066863"], ["updated_at", "2017-12-20 17:43:52.066863"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829910710 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'edcd5315-7224-4786-9976-200562f755c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_089cfc63' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1829910710], ["username", "jstead"], ["access_token", "b730181e45f4214b5cc6c533b2c00d9e"], ["uuid", "edcd5315-7224-4786-9976-200562f755c6"], ["support_identifier", "cs_089cfc63"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:43:52.073463"], ["updated_at", "2017-12-20 17:43:52.073463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -834593192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6ec4128-91f0-4094-bef3-eb85896d4a4c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f88697a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -834593192], ["username", "bigbear"], ["access_token", "571deb9b1a445429839654f7a00d017f"], ["uuid", "d6ec4128-91f0-4094-bef3-eb85896d4a4c"], ["support_identifier", "cs_f88697a6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:43:52.079114"], ["updated_at", "2017-12-20 17:43:52.079114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1582475188 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0813af8e-563b-4917-a649-dbc8db743739' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1c75fe9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1582475188], ["username", "foo_bb"], ["access_token", "617bc55f7c088c8a0bd871b206dae732"], ["uuid", "0813af8e-563b-4917-a649-dbc8db743739"], ["support_identifier", "cs_d1c75fe9"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-12-20 17:43:52.083868"], ["updated_at", "2017-12-20 17:43:52.083868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -450506020 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d1bf2f1-d158-49d9-b82a-c28b810a5b24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_319a57da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -450506020], ["username", "foo_bj"], ["access_token", "fa722a766af90241ea84e21b61d63457"], ["uuid", "0d1bf2f1-d158-49d9-b82a-c28b810a5b24"], ["support_identifier", "cs_319a57da"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-12-20 17:43:52.088505"], ["updated_at", "2017-12-20 17:43:52.088505"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1588245678 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'faf039a5-9d57-4479-8ab5-c124d7b8ae7c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2666d91' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1588245678], ["username", "foo_tj"], ["access_token", "e55542de0c888fd3bbab664edf31877a"], ["uuid", "faf039a5-9d57-4479-8ab5-c124d7b8ae7c"], ["support_identifier", "cs_f2666d91"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-12-20 17:43:52.093218"], ["updated_at", "2017-12-20 17:43:52.093218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:43:53 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-12-20 11:43:54 -0600 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -163208898 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5886f72da8eec943152631d900547e24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37a0714d-a1f6-4f9a-8c59-3e9b7d060526' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cee3d727' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -163208898], ["username", "5886f72da8eec943152631d900547e24"], ["access_token", "1deac6b057f4b476c532a85843e3dfe6"], ["uuid", "37a0714d-a1f6-4f9a-8c59-3e9b7d060526"], ["support_identifier", "cs_cee3d727"], ["created_at", "2017-12-20 17:43:54.339022"], ["updated_at", "2017-12-20 17:43:54.339022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -492455051 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -492455051], ["name", "MyGroup"], ["created_at", "2017-12-20 17:43:54.346961"], ["updated_at", "2017-12-20 17:43:54.346961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -268568306 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -268568306], ["name", "MyGroup"], ["created_at", "2017-12-20 17:43:54.349375"], ["updated_at", "2017-12-20 17:43:54.349375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-492455051/nestings/-268568306" for 127.0.0.1 at 2017-12-20 11:43:55 -0600 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-492455051", "member_group_id"=>"-268568306", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1285010977 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '75955be2b1f267a3194b0117d26a41a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '364af4a3-79cf-4982-ab01-5cd27fb8bb9b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5ccd2fef' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1285010977], ["username", "75955be2b1f267a3194b0117d26a41a1"], ["access_token", "b28251c44cf5fd4e749ff015220630ab"], ["uuid", "364af4a3-79cf-4982-ab01-5cd27fb8bb9b"], ["support_identifier", "cs_5ccd2fef"], ["created_at", "2017-12-20 17:43:55.470889"], ["updated_at", "2017-12-20 17:43:55.470889"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -200657163 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -200657163], ["name", "MyGroup"], ["created_at", "2017-12-20 17:43:55.474627"], ["updated_at", "2017-12-20 17:43:55.474627"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -766904907 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -766904907], ["name", "MyGroup"], ["created_at", "2017-12-20 17:43:55.477098"], ["updated_at", "2017-12-20 17:43:55.477098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 13 LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -766904907 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -766904907 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 13]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 12]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -200657163 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -200657163 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 12]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -766904907 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -200657163 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -200657163], ["member_group_id", -766904907], ["created_at", "2017-12-20 17:43:55.479422"], ["updated_at", "2017-12-20 17:43:55.479422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-200657163/nestings/-766904907" for 127.0.0.1 at 2017-12-20 11:43:56 -0600 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-200657163", "member_group_id"=>"-766904907", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -286722409 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '571933f8fe5df90ab81fd48813499c6f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37bf8918-e8e4-4e4b-bba5-7f3ad0625770' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e32c0feb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -286722409], ["username", "571933f8fe5df90ab81fd48813499c6f"], ["access_token", "d8a9e1976ffdcd09eae70c1972dfe8b1"], ["uuid", "37bf8918-e8e4-4e4b-bba5-7f3ad0625770"], ["support_identifier", "cs_e32c0feb"], ["created_at", "2017-12-20 17:43:56.607829"], ["updated_at", "2017-12-20 17:43:56.607829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -9216945 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -9216945], ["name", "MyGroup"], ["created_at", "2017-12-20 17:43:56.616065"], ["updated_at", "2017-12-20 17:43:56.616065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -665807920 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3bf37ec2a1e75df3eac95aa6f5f46417' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f5979fc-5e1b-4b1a-9e95-6f2d2c3631cb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e2ab8eef' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -665807920], ["username", "3bf37ec2a1e75df3eac95aa6f5f46417"], ["access_token", "078285061dc08c77aeb739785c99c760"], ["uuid", "9f5979fc-5e1b-4b1a-9e95-6f2d2c3631cb"], ["support_identifier", "cs_e2ab8eef"], ["created_at", "2017-12-20 17:43:56.620987"], ["updated_at", "2017-12-20 17:43:56.620987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 385 AND "openstax_accounts_group_members"."group_id" = -9216945) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -9216945], ["user_id", -665807920], ["created_at", "2017-12-20 17:43:56.624736"], ["updated_at", "2017-12-20 17:43:56.624736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-9216945/members/-665807920" for 127.0.0.1 at 2017-12-20 11:43:57 -0600 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-9216945", "user_id"=>"-665807920", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1611766496 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '17094379c9b0d985b375efcd28b0fcf8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6829cbc9-fb67-49a7-8d69-fbcf3791b160' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1525d7c5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1611766496], ["username", "17094379c9b0d985b375efcd28b0fcf8"], ["access_token", "4abcf14dbe85b39016ebb0936770c14a"], ["uuid", "6829cbc9-fb67-49a7-8d69-fbcf3791b160"], ["support_identifier", "cs_1525d7c5"], ["created_at", "2017-12-20 17:43:57.746683"], ["updated_at", "2017-12-20 17:43:57.746683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -31400145 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -31400145], ["name", "MyGroup"], ["created_at", "2017-12-20 17:43:57.749574"], ["updated_at", "2017-12-20 17:43:57.749574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1621161884 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '149d6a012d1661d950bea62676ac0b2b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa0b225d-f270-4613-86f8-a591702fd555' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ecfa8feb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1621161884], ["username", "149d6a012d1661d950bea62676ac0b2b"], ["access_token", "c8cbb66549d948ca49e79741f494fca8"], ["uuid", "aa0b225d-f270-4613-86f8-a591702fd555"], ["support_identifier", "cs_ecfa8feb"], ["created_at", "2017-12-20 17:43:57.753724"], ["updated_at", "2017-12-20 17:43:57.753724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-31400145/members/-1621161884" for 127.0.0.1 at 2017-12-20 11:43:58 -0600 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-31400145", "user_id"=>"-1621161884", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -959327276 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e268d9e0009f8b35dc5874444dbf3af7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '303937a3-fe6b-46d6-b0ce-8aabe82c25a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63fedb48' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -959327276], ["username", "e268d9e0009f8b35dc5874444dbf3af7"], ["access_token", "dec5f5af1a73cdfa62d8d1280c31703a"], ["uuid", "303937a3-fe6b-46d6-b0ce-8aabe82c25a5"], ["support_identifier", "cs_63fedb48"], ["created_at", "2017-12-20 17:43:58.875591"], ["updated_at", "2017-12-20 17:43:58.875591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:43:59 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-20 11:44:01 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1493985447 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd2530adbb7aada0124c8b0f8ef71305c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '696d896f-f955-499a-bd95-82ec7661f147' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_773f4a59' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1493985447], ["username", "d2530adbb7aada0124c8b0f8ef71305c"], ["access_token", "bb605b540df21fb2e397fa095f9524fd"], ["uuid", "696d896f-f955-499a-bd95-82ec7661f147"], ["support_identifier", "cs_773f4a59"], ["created_at", "2017-12-20 17:44:01.113574"], ["updated_at", "2017-12-20 17:44:01.113574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:44:02 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-12-20 11:44:03 -0600 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1664845818 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8574759762a4c5e0e746fb8f88dd7ea1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2066e5b0-f401-4c77-98a3-3d4ec993fdce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab892793' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1664845818], ["username", "8574759762a4c5e0e746fb8f88dd7ea1"], ["access_token", "90d6f7cb88fc437f33e10a4ed364f0fc"], ["uuid", "2066e5b0-f401-4c77-98a3-3d4ec993fdce"], ["support_identifier", "cs_ab892793"], ["created_at", "2017-12-20 17:44:03.345548"], ["updated_at", "2017-12-20 17:44:03.345548"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-12-20 11:44:04 -0600 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"8574759762a4c5e0e746fb8f88dd7ea1", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"8574759762a4c5e0e746fb8f88dd7ea1", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -936172551 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7d72b781fca66a35c1ecf1b0f7a270fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c226f283-23bf-46e9-bc0f-b82f38ca43c2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1dbdcb88' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -936172551], ["username", "7d72b781fca66a35c1ecf1b0f7a270fa"], ["access_token", "ce515b5dfac44ee771b62deb5e69d99d"], ["uuid", "c226f283-23bf-46e9-bc0f-b82f38ca43c2"], ["support_identifier", "cs_1dbdcb88"], ["created_at", "2017-12-20 17:44:04.465841"], ["updated_at", "2017-12-20 17:44:04.465841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:44:05 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-20 11:44:06 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1268503081 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1e16163a0f58c86b919cc79b4c4ab5ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00ebb44b-b910-4a2b-855a-811567dcb520' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2d238a6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1268503081], ["username", "1e16163a0f58c86b919cc79b4c4ab5ed"], ["access_token", "b0a2f45e0958b0cfa0b26ddfe7dfe7a8"], ["uuid", "00ebb44b-b910-4a2b-855a-811567dcb520"], ["support_identifier", "cs_f2d238a6"], ["created_at", "2017-12-20 17:44:06.700655"], ["updated_at", "2017-12-20 17:44:06.700655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1009330902 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1009330902], ["name", "MyGroup"], ["created_at", "2017-12-20 17:44:06.707933"], ["updated_at", "2017-12-20 17:44:06.707933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1009330902 AND "openstax_accounts_groups"."id" != 16) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1009330902" for 127.0.0.1 at 2017-12-20 11:44:07 -0600 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1009330902", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649787707 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'eb3379452c89f17f030151fb29619d26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d5dc7e3-fa26-479d-9521-5985df7a9f66' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aa8be4b8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -649787707], ["username", "eb3379452c89f17f030151fb29619d26"], ["access_token", "bb264c2d450afd84bc5764be416e793d"], ["uuid", "4d5dc7e3-fa26-479d-9521-5985df7a9f66"], ["support_identifier", "cs_aa8be4b8"], ["created_at", "2017-12-20 17:44:07.830498"], ["updated_at", "2017-12-20 17:44:07.830498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1169190926 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1169190926], ["name", "MyGroup"], ["created_at", "2017-12-20 17:44:07.833375"], ["updated_at", "2017-12-20 17:44:07.833375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-12-20 11:44:08 -0600 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (202.6ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (388.7ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (5.7ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" SQL (11.0ms) CREATE EXTENSION IF NOT EXISTS "citext"  (5.0ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL, "support_identifier" citext)  (1.4ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_support_identifier" ON "openstax_accounts_accounts" USING btree ("support_identifier")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (2.0ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (2.0ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (1.8ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.2ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (1.3ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (3.7ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.5ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('11')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1377421133 LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c4e608a-da83-4b39-a6ec-7f364cbfbdc7' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d9f55c76' LIMIT 1 SQL (1.0ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1377421133], ["username", "jstrav"], ["access_token", "80e2264505acf64b2fe533041ffc6c78"], ["uuid", "4c4e608a-da83-4b39-a6ec-7f364cbfbdc7"], ["support_identifier", "cs_d9f55c76"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:54.883524"], ["updated_at", "2017-12-20 17:44:54.883524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -89506885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2eebbd6-2346-469b-ad1e-6e896ff85b89' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_210a6509' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -89506885], ["username", "mary"], ["access_token", "5294d46b9f23f118d4a2331adcf533fe"], ["uuid", "e2eebbd6-2346-469b-ad1e-6e896ff85b89"], ["support_identifier", "cs_210a6509"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:54.889816"], ["updated_at", "2017-12-20 17:44:54.889816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1350618702 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd30129f2-64f0-4f2a-b7de-ae6aadd3173c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d6fb816f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1350618702], ["username", "jstead"], ["access_token", "1be92bc9090303e61e957350e0e2df4c"], ["uuid", "d30129f2-64f0-4f2a-b7de-ae6aadd3173c"], ["support_identifier", "cs_d6fb816f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:54.894751"], ["updated_at", "2017-12-20 17:44:54.894751"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1539575523 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bf2f5ab-84c0-4145-96d5-4cb1f04fc6b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f5109bb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1539575523], ["username", "bigbear"], ["access_token", "247077f52e7bf5add10b0a6139e3ba4e"], ["uuid", "8bf2f5ab-84c0-4145-96d5-4cb1f04fc6b7"], ["support_identifier", "cs_9f5109bb"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:54.900359"], ["updated_at", "2017-12-20 17:44:54.900359"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -422372762 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79ea72cd-5969-4c8d-8293-253f8df52b96' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c871a45' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -422372762], ["username", "billy_00"], ["access_token", "1521e3704e2e0b55b24d70efe2afdb8b"], ["uuid", "79ea72cd-5969-4c8d-8293-253f8df52b96"], ["support_identifier", "cs_5c871a45"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 17:44:54.904779"], ["updated_at", "2017-12-20 17:44:54.904779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -739526723 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '86f76d36-cf6a-433c-8d6d-76d9af1b81c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c4e70da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -739526723], ["username", "billy_01"], ["access_token", "d555aaf46416fcf89523a5b555c40577"], ["uuid", "86f76d36-cf6a-433c-8d6d-76d9af1b81c7"], ["support_identifier", "cs_1c4e70da"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 17:44:54.909611"], ["updated_at", "2017-12-20 17:44:54.909611"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1433328125 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11da95ac-046b-4da8-8bcd-9ed484772f11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a195bd0e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1433328125], ["username", "billy_02"], ["access_token", "97a7b579f45b206ee9fcb20982f0efe9"], ["uuid", "11da95ac-046b-4da8-8bcd-9ed484772f11"], ["support_identifier", "cs_a195bd0e"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 17:44:54.914250"], ["updated_at", "2017-12-20 17:44:54.914250"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -452348924 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ae4a92e-90f0-440d-bc44-10bde998f37e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_513b85b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -452348924], ["username", "billy_03"], ["access_token", "54ab205b7548c00bf5d0f92882fe27fc"], ["uuid", "9ae4a92e-90f0-440d-bc44-10bde998f37e"], ["support_identifier", "cs_513b85b6"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 17:44:54.918692"], ["updated_at", "2017-12-20 17:44:54.918692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1110623493 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92255612-24f1-4fd4-b39c-2400ee8b74d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0f486c0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1110623493], ["username", "billy_04"], ["access_token", "25d47ce946d5d52e75bd619ebca8be84"], ["uuid", "92255612-24f1-4fd4-b39c-2400ee8b74d3"], ["support_identifier", "cs_0f486c0e"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:44:54.923011"], ["updated_at", "2017-12-20 17:44:54.923011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1246737520 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aebf7558-3a8d-41ed-bab4-980b661fc006' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf4bd805' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1246737520], ["username", "billy_05"], ["access_token", "fddcea0b94d52baea4a6947b394b825e"], ["uuid", "aebf7558-3a8d-41ed-bab4-980b661fc006"], ["support_identifier", "cs_cf4bd805"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:44:54.927173"], ["updated_at", "2017-12-20 17:44:54.927173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -489095890 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf314dd4-619c-46e3-9b40-70551bceaa14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7cf66b16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -489095890], ["username", "billy_06"], ["access_token", "d484feca28f6858e3c817c8f1fc9e022"], ["uuid", "cf314dd4-619c-46e3-9b40-70551bceaa14"], ["support_identifier", "cs_7cf66b16"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:44:54.931311"], ["updated_at", "2017-12-20 17:44:54.931311"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1106639386 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf8cbf89-cb8e-4c63-b612-7758c6925596' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bd2ccdad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1106639386], ["username", "billy_07"], ["access_token", "90e712461ce7699b30b29496f8f63137"], ["uuid", "cf8cbf89-cb8e-4c63-b612-7758c6925596"], ["support_identifier", "cs_bd2ccdad"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:44:54.935744"], ["updated_at", "2017-12-20 17:44:54.935744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1093682454 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36ee44e6-578e-41e6-b568-4d3cc9202432' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4cb4c454' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1093682454], ["username", "billy_08"], ["access_token", "48a1183aea092bda4798f49b0a077b35"], ["uuid", "36ee44e6-578e-41e6-b568-4d3cc9202432"], ["support_identifier", "cs_4cb4c454"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:44:54.940024"], ["updated_at", "2017-12-20 17:44:54.940024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -200862059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5abe311-ee44-4fb7-90f9-bee06da710ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67506569' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -200862059], ["username", "billy_09"], ["access_token", "45e1dfc325ab8dd92bfcf9e7f859320c"], ["uuid", "b5abe311-ee44-4fb7-90f9-bee06da710ba"], ["support_identifier", "cs_67506569"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:44:54.944303"], ["updated_at", "2017-12-20 17:44:54.944303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -827898650 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8667e4c-bae8-4a85-ae04-4d9854511c1e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_88d8037a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -827898650], ["username", "billy_10"], ["access_token", "18ab6f19fe8679145e2bfb416752eedb"], ["uuid", "a8667e4c-bae8-4a85-ae04-4d9854511c1e"], ["support_identifier", "cs_88d8037a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:44:54.948547"], ["updated_at", "2017-12-20 17:44:54.948547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178894325 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '593e95da-901b-482e-b8cc-ae31a7f76671' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1ee71eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -178894325], ["username", "billy_11"], ["access_token", "0941462abf2887b6c795c116a7848644"], ["uuid", "593e95da-901b-482e-b8cc-ae31a7f76671"], ["support_identifier", "cs_d1ee71eb"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:44:54.952813"], ["updated_at", "2017-12-20 17:44:54.952813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1855107817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e2d36ef-4d88-405e-8755-a8565149475c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9a40de26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1855107817], ["username", "billy_12"], ["access_token", "988169370b115a311c35d1d9f5bda89c"], ["uuid", "2e2d36ef-4d88-405e-8755-a8565149475c"], ["support_identifier", "cs_9a40de26"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:44:54.957309"], ["updated_at", "2017-12-20 17:44:54.957309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1001074928 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ee7986c-b322-429b-a1bd-ce1d64743d15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_06735399' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1001074928], ["username", "billy_13"], ["access_token", "d114b6e7205e667fce90d12deeb3e36c"], ["uuid", "2ee7986c-b322-429b-a1bd-ce1d64743d15"], ["support_identifier", "cs_06735399"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:44:54.962363"], ["updated_at", "2017-12-20 17:44:54.962363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1729931158 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d97598a-8a39-449d-81c1-f6d6df3e4981' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_019ab0dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1729931158], ["username", "billy_14"], ["access_token", "1f7a371641c4df230e718e0fc5487c62"], ["uuid", "0d97598a-8a39-449d-81c1-f6d6df3e4981"], ["support_identifier", "cs_019ab0dd"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:44:54.966646"], ["updated_at", "2017-12-20 17:44:54.966646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1650740899 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd6c45e1-4925-4918-a7eb-c0b815e016fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d90b94c3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1650740899], ["username", "billy_15"], ["access_token", "dc464777a5fff4a0a46d18cb68ede456"], ["uuid", "dd6c45e1-4925-4918-a7eb-c0b815e016fe"], ["support_identifier", "cs_d90b94c3"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:44:54.970802"], ["updated_at", "2017-12-20 17:44:54.970802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -249485982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96ec740e-bf30-45ca-93e3-b47aefb70afd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_165081da' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -249485982], ["username", "billy_16"], ["access_token", "d887f7000e73945ce4d1b56960c26319"], ["uuid", "96ec740e-bf30-45ca-93e3-b47aefb70afd"], ["support_identifier", "cs_165081da"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:44:54.975417"], ["updated_at", "2017-12-20 17:44:54.975417"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -721927660 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ca4094b-75f1-47c8-b1a1-8c13dd086dee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4df329fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -721927660], ["username", "billy_17"], ["access_token", "041af0da42b637afa654a120393a8ff6"], ["uuid", "6ca4094b-75f1-47c8-b1a1-8c13dd086dee"], ["support_identifier", "cs_4df329fb"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:44:54.980044"], ["updated_at", "2017-12-20 17:44:54.980044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1640858482 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af77b521-c77d-4eb5-82cb-c3d141466161' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f0b747d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1640858482], ["username", "billy_18"], ["access_token", "b24266af483a531c378ec3b11a47298e"], ["uuid", "af77b521-c77d-4eb5-82cb-c3d141466161"], ["support_identifier", "cs_f0b747d0"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:44:54.984894"], ["updated_at", "2017-12-20 17:44:54.984894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313107122 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25c505e9-b9b0-4a9e-959f-bb413cabe9ca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4f7d1c66' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -313107122], ["username", "billy_19"], ["access_token", "5bd89d7a41bdb87826cde310b5d18849"], ["uuid", "25c505e9-b9b0-4a9e-959f-bb413cabe9ca"], ["support_identifier", "cs_4f7d1c66"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:44:54.989993"], ["updated_at", "2017-12-20 17:44:54.989993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -689621303 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ffb7efeb-cf8d-45fd-96f4-32572c3a9d37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e21d3e52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -689621303], ["username", "billy_20"], ["access_token", "e5a4d7f091877ba53fe12a81d593505e"], ["uuid", "ffb7efeb-cf8d-45fd-96f4-32572c3a9d37"], ["support_identifier", "cs_e21d3e52"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:44:54.994802"], ["updated_at", "2017-12-20 17:44:54.994802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -828730417 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe8f37e8-bb17-47f8-9f22-1c42cd7d7525' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_205bc1c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -828730417], ["username", "billy_21"], ["access_token", "9844efece4b7a26b5a74eec0eee8333d"], ["uuid", "fe8f37e8-bb17-47f8-9f22-1c42cd7d7525"], ["support_identifier", "cs_205bc1c1"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:44:54.999113"], ["updated_at", "2017-12-20 17:44:54.999113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1583336795 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9cbc1a5-eaab-4826-bb8e-3cf2152729e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3f8b80d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1583336795], ["username", "billy_22"], ["access_token", "24b066bbb2e774df2001f2c094d7b560"], ["uuid", "e9cbc1a5-eaab-4826-bb8e-3cf2152729e1"], ["support_identifier", "cs_3f8b80d2"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:44:55.003868"], ["updated_at", "2017-12-20 17:44:55.003868"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -653046271 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94cdc1f0-0a4e-468d-a597-e86d19c707a0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b38cf16a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -653046271], ["username", "billy_23"], ["access_token", "6692f8a7a7943fdd4c3d503fef9a61fd"], ["uuid", "94cdc1f0-0a4e-468d-a597-e86d19c707a0"], ["support_identifier", "cs_b38cf16a"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:44:55.009079"], ["updated_at", "2017-12-20 17:44:55.009079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29215690 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '284c6976-06b4-4549-b79e-0a50125a5ea4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_75cc8ead' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -29215690], ["username", "billy_24"], ["access_token", "864b3e29ab2dac77cc5b50d7d79ecfc3"], ["uuid", "284c6976-06b4-4549-b79e-0a50125a5ea4"], ["support_identifier", "cs_75cc8ead"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:44:55.013504"], ["updated_at", "2017-12-20 17:44:55.013504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730483995 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83f2b233-7786-4e72-8af6-42a6ba7ba44c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_704d25a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -730483995], ["username", "billy_25"], ["access_token", "e3433842124543c27934ca4385a305da"], ["uuid", "83f2b233-7786-4e72-8af6-42a6ba7ba44c"], ["support_identifier", "cs_704d25a1"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:44:55.018064"], ["updated_at", "2017-12-20 17:44:55.018064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1249087774 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa159b6d-3a63-4f45-a1b1-c95263a319cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_daafb255' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1249087774], ["username", "billy_26"], ["access_token", "b0e86a3d8da381e2bebb0b0b447a2575"], ["uuid", "aa159b6d-3a63-4f45-a1b1-c95263a319cd"], ["support_identifier", "cs_daafb255"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:44:55.022827"], ["updated_at", "2017-12-20 17:44:55.022827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178691602 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10fbc611-e026-4782-85f8-22e9728628ca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_730e88bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -178691602], ["username", "billy_27"], ["access_token", "aa09ed3b6f2ec4f18ee2d70b53086cdf"], ["uuid", "10fbc611-e026-4782-85f8-22e9728628ca"], ["support_identifier", "cs_730e88bf"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:44:55.027232"], ["updated_at", "2017-12-20 17:44:55.027232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -441818617 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46f81d4f-96ca-4818-81d4-078b9bfdd525' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7e96e3ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -441818617], ["username", "billy_28"], ["access_token", "185c9cccde9d57c8c49e14f5b467a4b9"], ["uuid", "46f81d4f-96ca-4818-81d4-078b9bfdd525"], ["support_identifier", "cs_7e96e3ef"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:44:55.031443"], ["updated_at", "2017-12-20 17:44:55.031443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -192337098 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4767bc7d-25bf-4028-9945-f7088d8a9c8b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cac1a9c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -192337098], ["username", "billy_29"], ["access_token", "e6d404508e3d6d0309d375b973ecae3e"], ["uuid", "4767bc7d-25bf-4028-9945-f7088d8a9c8b"], ["support_identifier", "cs_cac1a9c0"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:44:55.035594"], ["updated_at", "2017-12-20 17:44:55.035594"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1579404447 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24817d26-f480-467a-b527-448d01dd5309' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7a03d2ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1579404447], ["username", "billy_30"], ["access_token", "d9896f52a907814139f67ed3ef7bf549"], ["uuid", "24817d26-f480-467a-b527-448d01dd5309"], ["support_identifier", "cs_7a03d2ec"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:44:55.039837"], ["updated_at", "2017-12-20 17:44:55.039837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -272608115 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '031a80ee-0948-43c7-a1dd-76427b02d483' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_99d1c440' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -272608115], ["username", "billy_31"], ["access_token", "3d5c1c8df94fb865a259228e68c13cbe"], ["uuid", "031a80ee-0948-43c7-a1dd-76427b02d483"], ["support_identifier", "cs_99d1c440"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:44:55.044176"], ["updated_at", "2017-12-20 17:44:55.044176"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -92899225 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c363490-b04b-4822-9cd6-0e4f27384f32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85a0aaca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -92899225], ["username", "billy_32"], ["access_token", "16cac85faedfd66aa8403eb36f32b47c"], ["uuid", "3c363490-b04b-4822-9cd6-0e4f27384f32"], ["support_identifier", "cs_85a0aaca"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:44:55.048571"], ["updated_at", "2017-12-20 17:44:55.048571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1962728082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd911cfb0-64be-4bbd-b98b-a24487be5bcf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_77de0a1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1962728082], ["username", "billy_33"], ["access_token", "c6adc8a98261bf23cf00b94cf58b86a5"], ["uuid", "d911cfb0-64be-4bbd-b98b-a24487be5bcf"], ["support_identifier", "cs_77de0a1d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:44:55.052836"], ["updated_at", "2017-12-20 17:44:55.052836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1986688101 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0818312a-2f76-40b8-b3e9-2ea5e7c78dd8' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2d4b7b6d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1986688101], ["username", "billy_34"], ["access_token", "92c89783221d36fc94cf8902430141dc"], ["uuid", "0818312a-2f76-40b8-b3e9-2ea5e7c78dd8"], ["support_identifier", "cs_2d4b7b6d"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:44:55.057473"], ["updated_at", "2017-12-20 17:44:55.057473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772853130 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e780bad4-8ee9-4d86-b8b4-4c5dbaee4b2f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad98151c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1772853130], ["username", "billy_35"], ["access_token", "9b22cf64f2203d3b3981b7c525161de6"], ["uuid", "e780bad4-8ee9-4d86-b8b4-4c5dbaee4b2f"], ["support_identifier", "cs_ad98151c"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:44:55.062720"], ["updated_at", "2017-12-20 17:44:55.062720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1845373245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe21201d-604e-4747-9db5-fe0dd973b235' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c126ab4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1845373245], ["username", "billy_36"], ["access_token", "fa94a7ffa84172e980e375b9664e2dc7"], ["uuid", "fe21201d-604e-4747-9db5-fe0dd973b235"], ["support_identifier", "cs_5c126ab4"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:44:55.067119"], ["updated_at", "2017-12-20 17:44:55.067119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1355810124 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47637528-06f2-4c60-8088-c256f441d88e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66c9af99' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1355810124], ["username", "billy_37"], ["access_token", "7698696877de2233057a109dd93a6647"], ["uuid", "47637528-06f2-4c60-8088-c256f441d88e"], ["support_identifier", "cs_66c9af99"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:44:55.071465"], ["updated_at", "2017-12-20 17:44:55.071465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -188186628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd874bee-ab04-4e9f-92b6-700a4709fb24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4bac5614' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -188186628], ["username", "billy_38"], ["access_token", "32fa5ee18dc32a86a198ada746cb1a56"], ["uuid", "cd874bee-ab04-4e9f-92b6-700a4709fb24"], ["support_identifier", "cs_4bac5614"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:44:55.076129"], ["updated_at", "2017-12-20 17:44:55.076129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1374179434 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c44c1a8-0fba-4e19-a703-656876de9a49' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ed41fd93' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1374179434], ["username", "billy_39"], ["access_token", "a7c81ad25e7ed02cb251f45d6e191a9d"], ["uuid", "5c44c1a8-0fba-4e19-a703-656876de9a49"], ["support_identifier", "cs_ed41fd93"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:44:55.080625"], ["updated_at", "2017-12-20 17:44:55.080625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1759637485 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '984ced41-5904-4ea6-b2d1-99f7718d23e6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_df987575' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1759637485], ["username", "billy_40"], ["access_token", "680d085afb056765fcb469a50052002c"], ["uuid", "984ced41-5904-4ea6-b2d1-99f7718d23e6"], ["support_identifier", "cs_df987575"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:44:55.084996"], ["updated_at", "2017-12-20 17:44:55.084996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -472338616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a41dcdb-be56-4a57-a436-22b48f92aab3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b86c2741' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -472338616], ["username", "billy_41"], ["access_token", "d9aba1c5ae5ff513cdda4c3e86947585"], ["uuid", "7a41dcdb-be56-4a57-a436-22b48f92aab3"], ["support_identifier", "cs_b86c2741"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:44:55.089449"], ["updated_at", "2017-12-20 17:44:55.089449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -534706648 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b633210-0480-46c7-a240-2ab54a2a127b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a43f5805' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -534706648], ["username", "billy_42"], ["access_token", "e2d5b57822fa1e2be1785795cf061bc5"], ["uuid", "8b633210-0480-46c7-a240-2ab54a2a127b"], ["support_identifier", "cs_a43f5805"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:44:55.093735"], ["updated_at", "2017-12-20 17:44:55.093735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -786595010 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02cfae15-a863-49dd-898b-d0d5730de39a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7777f864' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -786595010], ["username", "billy_43"], ["access_token", "afebea3c29806f9ddbae7c514b2d2907"], ["uuid", "02cfae15-a863-49dd-898b-d0d5730de39a"], ["support_identifier", "cs_7777f864"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:44:55.098091"], ["updated_at", "2017-12-20 17:44:55.098091"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2052190889 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a903a64-98e9-4495-8547-b8edace9e195' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f4bdd6e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2052190889], ["username", "billy_44"], ["access_token", "3a70cfc5b57baf859f3edac5ebfbf28e"], ["uuid", "3a903a64-98e9-4495-8547-b8edace9e195"], ["support_identifier", "cs_f4bdd6e9"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:44:55.102387"], ["updated_at", "2017-12-20 17:44:55.102387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -200401340 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd5e3297-7be6-4083-ba4d-c85330d8c04b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_146a7e57' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -200401340], ["username", "billy_45"], ["access_token", "6b89e21af77d57c309b8601e487225b2"], ["uuid", "cd5e3297-7be6-4083-ba4d-c85330d8c04b"], ["support_identifier", "cs_146a7e57"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:44:55.106563"], ["updated_at", "2017-12-20 17:44:55.106563"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1867012111 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97e4cfe7-062c-46a8-94d2-28bef4b5b01b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc85f930' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1867012111], ["username", "billy_46"], ["access_token", "704f4c1c56ce22359cebc4abedd1c8c3"], ["uuid", "97e4cfe7-062c-46a8-94d2-28bef4b5b01b"], ["support_identifier", "cs_bc85f930"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:44:55.111264"], ["updated_at", "2017-12-20 17:44:55.111264"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1483874629 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd0faa9b-e617-4bbb-8c29-1569f03aca4d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_78c6a1d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1483874629], ["username", "billy_47"], ["access_token", "5f80e2b26ba82e51a97b0c6f4c8150b8"], ["uuid", "dd0faa9b-e617-4bbb-8c29-1569f03aca4d"], ["support_identifier", "cs_78c6a1d4"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:44:55.115707"], ["updated_at", "2017-12-20 17:44:55.115707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322605964 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78830e1c-a297-4288-8f69-2c5e67c7a0b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b6032410' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -322605964], ["username", "billy_48"], ["access_token", "191229c7a39b3cf8a260697993cb51fa"], ["uuid", "78830e1c-a297-4288-8f69-2c5e67c7a0b0"], ["support_identifier", "cs_b6032410"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:44:55.121075"], ["updated_at", "2017-12-20 17:44:55.121075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1158862635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b03b249-926c-428e-80be-54a734b22b69' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_669682e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1158862635], ["username", "billy_49"], ["access_token", "b2ba6921b010f062eb1db76c0a060606"], ["uuid", "4b03b249-926c-428e-80be-54a734b22b69"], ["support_identifier", "cs_669682e8"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:44:55.126607"], ["updated_at", "2017-12-20 17:44:55.126607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030398851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dddfbc1d-cb75-48a7-94d3-029235585c4b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1eace485' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1030398851], ["username", "jstrav"], ["access_token", "be3f8ca5cd075f010eb415f4e96d7aa6"], ["uuid", "dddfbc1d-cb75-48a7-94d3-029235585c4b"], ["support_identifier", "cs_1eace485"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:55.134501"], ["updated_at", "2017-12-20 17:44:55.134501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772043916 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9fb537bd-6147-4ab9-9e02-2d92117416eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_060a0429' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1772043916], ["username", "mary"], ["access_token", "2e1fca8c374a53ac39666a091c710b39"], ["uuid", "9fb537bd-6147-4ab9-9e02-2d92117416eb"], ["support_identifier", "cs_060a0429"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:55.140178"], ["updated_at", "2017-12-20 17:44:55.140178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1919091982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b2f2ecc-6311-4f43-b9dc-9d9d9e11a57a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_da504b7a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1919091982], ["username", "jstead"], ["access_token", "4b3f749c5988837887fd9c92141c6691"], ["uuid", "4b2f2ecc-6311-4f43-b9dc-9d9d9e11a57a"], ["support_identifier", "cs_da504b7a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:55.144782"], ["updated_at", "2017-12-20 17:44:55.144782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1331008453 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '651763a9-72fa-4980-8787-3e54d5b0a392' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0c81ca27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1331008453], ["username", "bigbear"], ["access_token", "933d1670011655d1c30f5749a7f42468"], ["uuid", "651763a9-72fa-4980-8787-3e54d5b0a392"], ["support_identifier", "cs_0c81ca27"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:55.150269"], ["updated_at", "2017-12-20 17:44:55.150269"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1341517319 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '890c3d3d-d642-426a-ab06-7b10ab565b2b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6de43436' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1341517319], ["username", "billy_00"], ["access_token", "e41aa585604445e3e0778f7546478638"], ["uuid", "890c3d3d-d642-426a-ab06-7b10ab565b2b"], ["support_identifier", "cs_6de43436"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 17:44:55.155076"], ["updated_at", "2017-12-20 17:44:55.155076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -382004522 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05885cee-b512-489b-a531-cb8f0bd00fad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8c8472d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -382004522], ["username", "billy_01"], ["access_token", "007e21786f1acbf1bf4169ffa626ada5"], ["uuid", "05885cee-b512-489b-a531-cb8f0bd00fad"], ["support_identifier", "cs_f8c8472d"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 17:44:55.159875"], ["updated_at", "2017-12-20 17:44:55.159875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348682800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db8a27f3-0b6b-4136-9f12-465037914cc3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a67fd838' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1348682800], ["username", "billy_02"], ["access_token", "7c62bc5b038b411089bd9008760ce519"], ["uuid", "db8a27f3-0b6b-4136-9f12-465037914cc3"], ["support_identifier", "cs_a67fd838"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 17:44:55.164436"], ["updated_at", "2017-12-20 17:44:55.164436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -448051301 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '731fcdee-6796-42e3-a9b3-df78b5a60f9e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f161e95c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -448051301], ["username", "billy_03"], ["access_token", "8e277dd6c40a49af2637dbc715fd757a"], ["uuid", "731fcdee-6796-42e3-a9b3-df78b5a60f9e"], ["support_identifier", "cs_f161e95c"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 17:44:55.170068"], ["updated_at", "2017-12-20 17:44:55.170068"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396896315 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1791deae-9e2b-4ae4-9456-24a65c8f7004' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0911d288' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -396896315], ["username", "billy_04"], ["access_token", "14f3eb52f44231c4ea2505d09550720a"], ["uuid", "1791deae-9e2b-4ae4-9456-24a65c8f7004"], ["support_identifier", "cs_0911d288"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:44:55.176865"], ["updated_at", "2017-12-20 17:44:55.176865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1755167901 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55ea5f32-bb8f-4bf3-b3c4-b065aa7d4042' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68b959dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1755167901], ["username", "billy_05"], ["access_token", "063a4978b1ec7ca91ed50bebceedd179"], ["uuid", "55ea5f32-bb8f-4bf3-b3c4-b065aa7d4042"], ["support_identifier", "cs_68b959dc"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:44:55.181458"], ["updated_at", "2017-12-20 17:44:55.181458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -409322635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '540b04ee-7e75-4463-b769-e7bd69bb29fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a02896c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -409322635], ["username", "billy_06"], ["access_token", "0609c94ba0a74940e01c17b74e6045b3"], ["uuid", "540b04ee-7e75-4463-b769-e7bd69bb29fe"], ["support_identifier", "cs_1a02896c"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:44:55.185795"], ["updated_at", "2017-12-20 17:44:55.185795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1569882016 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06846282-920d-495a-a15b-44afee4fb20d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_11b4a995' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1569882016], ["username", "billy_07"], ["access_token", "aa11c852d5c9d797bc39758463f5b576"], ["uuid", "06846282-920d-495a-a15b-44afee4fb20d"], ["support_identifier", "cs_11b4a995"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:44:55.190092"], ["updated_at", "2017-12-20 17:44:55.190092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1503949978 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e27c7f7-4d91-402d-8cf3-b9b0e1867a03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b97a0cd6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1503949978], ["username", "billy_08"], ["access_token", "24b9683902c2732680d9d28585504468"], ["uuid", "3e27c7f7-4d91-402d-8cf3-b9b0e1867a03"], ["support_identifier", "cs_b97a0cd6"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:44:55.194345"], ["updated_at", "2017-12-20 17:44:55.194345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423040923 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '762a54b5-4a5e-47f1-9ced-d4278de19768' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d01fba4d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -423040923], ["username", "billy_09"], ["access_token", "1a42f3a97e7af79f8cdc09384a8caad9"], ["uuid", "762a54b5-4a5e-47f1-9ced-d4278de19768"], ["support_identifier", "cs_d01fba4d"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:44:55.198580"], ["updated_at", "2017-12-20 17:44:55.198580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1177325822 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50f97c5f-cdaa-4d44-8b43-bfb5b3b3f9c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_395c9e9b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1177325822], ["username", "billy_10"], ["access_token", "93fa30374bfbbd586313d403b2da1f8e"], ["uuid", "50f97c5f-cdaa-4d44-8b43-bfb5b3b3f9c3"], ["support_identifier", "cs_395c9e9b"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:44:55.202883"], ["updated_at", "2017-12-20 17:44:55.202883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897374473 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '575d4ef9-4d8f-4469-a87d-a72c955b40fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2d1b53e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1897374473], ["username", "billy_11"], ["access_token", "31e89f9d78ec5d41daf641f38c8804ff"], ["uuid", "575d4ef9-4d8f-4469-a87d-a72c955b40fa"], ["support_identifier", "cs_2d1b53e3"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:44:55.207141"], ["updated_at", "2017-12-20 17:44:55.207141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1061157335 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3cb4d952-31a1-4792-801a-3fb3f78941ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_04d7a9b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1061157335], ["username", "billy_12"], ["access_token", "0db184f09dcefdf045a2df357e356031"], ["uuid", "3cb4d952-31a1-4792-801a-3fb3f78941ed"], ["support_identifier", "cs_04d7a9b9"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:44:55.211364"], ["updated_at", "2017-12-20 17:44:55.211364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1682291829 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9220bcad-cc0a-429f-a944-80819210ab93' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4433f1b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1682291829], ["username", "billy_13"], ["access_token", "920e514af34f83bf6b1693aac4c9e60c"], ["uuid", "9220bcad-cc0a-429f-a944-80819210ab93"], ["support_identifier", "cs_4433f1b5"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:44:55.215640"], ["updated_at", "2017-12-20 17:44:55.215640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378432702 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bf49edf-7a34-4698-994c-07285a957aff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_96f85c6f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -378432702], ["username", "billy_14"], ["access_token", "9921c07f95959d3ea6c83d5c62d9a6ff"], ["uuid", "4bf49edf-7a34-4698-994c-07285a957aff"], ["support_identifier", "cs_96f85c6f"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:44:55.220613"], ["updated_at", "2017-12-20 17:44:55.220613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1540655942 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eea96b33-50c7-4267-aee2-46828cdf6607' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_292e7489' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1540655942], ["username", "billy_15"], ["access_token", "fa25c321bc81cb4c1873d40dcec80bab"], ["uuid", "eea96b33-50c7-4267-aee2-46828cdf6607"], ["support_identifier", "cs_292e7489"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:44:55.225440"], ["updated_at", "2017-12-20 17:44:55.225440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2116821007 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '08783f3f-bc14-4a03-bb4a-3d796ab723d7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c34a79a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2116821007], ["username", "billy_16"], ["access_token", "448d93b78c8d21e9f653471519f1d1c6"], ["uuid", "08783f3f-bc14-4a03-bb4a-3d796ab723d7"], ["support_identifier", "cs_1c34a79a"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:44:55.230025"], ["updated_at", "2017-12-20 17:44:55.230025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -837919 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ef84042-961e-41d8-9804-7de229c98a88' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_32fb81f8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -837919], ["username", "billy_17"], ["access_token", "ce60eb2308c2160635a406e35efdc53f"], ["uuid", "4ef84042-961e-41d8-9804-7de229c98a88"], ["support_identifier", "cs_32fb81f8"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:44:55.234488"], ["updated_at", "2017-12-20 17:44:55.234488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1871745018 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '51a8a90e-2a3c-4e98-ac10-d6979ea94a96' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_86632755' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1871745018], ["username", "billy_18"], ["access_token", "8107763443f32f2f80254fdf7ed0d92a"], ["uuid", "51a8a90e-2a3c-4e98-ac10-d6979ea94a96"], ["support_identifier", "cs_86632755"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:44:55.238942"], ["updated_at", "2017-12-20 17:44:55.238942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1622230843 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bb24155-285c-487a-9ccf-4949f4f05d73' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c38c6bb6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1622230843], ["username", "billy_19"], ["access_token", "ed59ebf34103dc09b71c90d038608240"], ["uuid", "9bb24155-285c-487a-9ccf-4949f4f05d73"], ["support_identifier", "cs_c38c6bb6"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:44:55.243550"], ["updated_at", "2017-12-20 17:44:55.243550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641993834 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'acc20058-b20b-483f-90f7-6079fb2cde1b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb72cb62' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -641993834], ["username", "billy_20"], ["access_token", "04e45c56ec006a848bcb63b8cba2da8d"], ["uuid", "acc20058-b20b-483f-90f7-6079fb2cde1b"], ["support_identifier", "cs_bb72cb62"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:44:55.248459"], ["updated_at", "2017-12-20 17:44:55.248459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1519949379 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bafa2167-f4f2-45ea-9e9d-0009e32c5ffa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c654038' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1519949379], ["username", "billy_21"], ["access_token", "3d6838c83c2385d71cb55f653a9c102a"], ["uuid", "bafa2167-f4f2-45ea-9e9d-0009e32c5ffa"], ["support_identifier", "cs_7c654038"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:44:55.253171"], ["updated_at", "2017-12-20 17:44:55.253171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1634156948 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1277f93c-dc80-4560-85c9-d12344bbe3e6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_07346b03' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1634156948], ["username", "billy_22"], ["access_token", "8e1b7814779a9261532c5def281b0307"], ["uuid", "1277f93c-dc80-4560-85c9-d12344bbe3e6"], ["support_identifier", "cs_07346b03"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:44:55.258555"], ["updated_at", "2017-12-20 17:44:55.258555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943417446 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2a8fa57-5c6d-4105-b6ea-7dc3ded1eaac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85a77323' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -943417446], ["username", "billy_23"], ["access_token", "318ead1aaecb89e207af32c3fe481e38"], ["uuid", "e2a8fa57-5c6d-4105-b6ea-7dc3ded1eaac"], ["support_identifier", "cs_85a77323"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:44:55.263559"], ["updated_at", "2017-12-20 17:44:55.263559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1690252417 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '48c6fe84-3151-45fe-8192-af2a3d94c07f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_57677d42' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1690252417], ["username", "billy_24"], ["access_token", "ea044417c69e73a55daa917b744d5be8"], ["uuid", "48c6fe84-3151-45fe-8192-af2a3d94c07f"], ["support_identifier", "cs_57677d42"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:44:55.268654"], ["updated_at", "2017-12-20 17:44:55.268654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -967619105 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81350a6c-86c1-4c25-8854-ed783da12aa4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ff4b8e28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -967619105], ["username", "billy_25"], ["access_token", "26a882f0ecb0b416463e640fea5844df"], ["uuid", "81350a6c-86c1-4c25-8854-ed783da12aa4"], ["support_identifier", "cs_ff4b8e28"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:44:55.273437"], ["updated_at", "2017-12-20 17:44:55.273437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1803013907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc9fd337-652a-4a59-b969-35bacc56072d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_659b1d0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1803013907], ["username", "billy_26"], ["access_token", "c230223a512c48625f803b01db65617e"], ["uuid", "bc9fd337-652a-4a59-b969-35bacc56072d"], ["support_identifier", "cs_659b1d0f"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:44:55.278102"], ["updated_at", "2017-12-20 17:44:55.278102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1118382729 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5d2ed83-5a35-4434-ba13-d32b417c2fc6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3604532d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1118382729], ["username", "billy_27"], ["access_token", "6aba7945e05decc9fcde2b1e8d57b521"], ["uuid", "e5d2ed83-5a35-4434-ba13-d32b417c2fc6"], ["support_identifier", "cs_3604532d"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:44:55.282637"], ["updated_at", "2017-12-20 17:44:55.282637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1941796796 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c32a8809-e3c7-48e3-962e-380d73c41882' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0d50383c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1941796796], ["username", "billy_28"], ["access_token", "e33028b93003fa382b389e9d818aed2b"], ["uuid", "c32a8809-e3c7-48e3-962e-380d73c41882"], ["support_identifier", "cs_0d50383c"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:44:55.287494"], ["updated_at", "2017-12-20 17:44:55.287494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1267952048 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d6d0f83-0451-4f36-8842-531acacd3e73' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c805bcc8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1267952048], ["username", "billy_29"], ["access_token", "9d245e047bf73c19729b2a0f27c613bc"], ["uuid", "3d6d0f83-0451-4f36-8842-531acacd3e73"], ["support_identifier", "cs_c805bcc8"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:44:55.292495"], ["updated_at", "2017-12-20 17:44:55.292495"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -756047999 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c7825cc-4a79-454a-9377-77e9fda8416d' LIMIT 1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_37332e6d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -756047999], ["username", "billy_30"], ["access_token", "de80afee9ca320cf75b5a79afd4a7979"], ["uuid", "6c7825cc-4a79-454a-9377-77e9fda8416d"], ["support_identifier", "cs_37332e6d"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:44:55.297898"], ["updated_at", "2017-12-20 17:44:55.297898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -588093031 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '90650379-8ff3-4868-83cb-364dbcdbcbcf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b83d496' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -588093031], ["username", "billy_31"], ["access_token", "38de5c78b2a007b60e52c23a0574d9b7"], ["uuid", "90650379-8ff3-4868-83cb-364dbcdbcbcf"], ["support_identifier", "cs_6b83d496"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:44:55.302887"], ["updated_at", "2017-12-20 17:44:55.302887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1225078003 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8510dea-08a4-45fe-b1a5-6f5d1708de2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad27923e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1225078003], ["username", "billy_32"], ["access_token", "0050ef7fb25faa048996f560056425e7"], ["uuid", "f8510dea-08a4-45fe-b1a5-6f5d1708de2d"], ["support_identifier", "cs_ad27923e"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:44:55.307411"], ["updated_at", "2017-12-20 17:44:55.307411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -254562155 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16da0005-f338-4232-909a-a516e2f70e9b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_658ed89e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -254562155], ["username", "billy_33"], ["access_token", "da33effafce5c25399f53e2e1cc85683"], ["uuid", "16da0005-f338-4232-909a-a516e2f70e9b"], ["support_identifier", "cs_658ed89e"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:44:55.311721"], ["updated_at", "2017-12-20 17:44:55.311721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -918296062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '707da2f4-49be-4482-8c44-3873c7cb102d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf4864ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -918296062], ["username", "billy_34"], ["access_token", "8b46885dce19a2bddf3675b3649808b4"], ["uuid", "707da2f4-49be-4482-8c44-3873c7cb102d"], ["support_identifier", "cs_cf4864ec"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:44:55.315985"], ["updated_at", "2017-12-20 17:44:55.315985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1753214830 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b262854-29d9-4c34-9002-6bcbd1879813' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c8fe9b85' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1753214830], ["username", "billy_35"], ["access_token", "09a63a1382a3ebac973e0130c750d7b2"], ["uuid", "0b262854-29d9-4c34-9002-6bcbd1879813"], ["support_identifier", "cs_c8fe9b85"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:44:55.320146"], ["updated_at", "2017-12-20 17:44:55.320146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688953857 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63162bed-3161-40e2-a431-8e97c24dc28c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e3ae257' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -688953857], ["username", "billy_36"], ["access_token", "55d66292ff8bba38f205568931725b3d"], ["uuid", "63162bed-3161-40e2-a431-8e97c24dc28c"], ["support_identifier", "cs_9e3ae257"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:44:55.324492"], ["updated_at", "2017-12-20 17:44:55.324492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1714845623 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '925effc9-cd12-4af7-8aea-e887bc6dd132' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_196c8b45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1714845623], ["username", "billy_37"], ["access_token", "aba2ee24d6a4fda69bde5e1f7e9c62bb"], ["uuid", "925effc9-cd12-4af7-8aea-e887bc6dd132"], ["support_identifier", "cs_196c8b45"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:44:55.328816"], ["updated_at", "2017-12-20 17:44:55.328816"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1386399834 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a1d1cf9-5423-4dba-90c9-658fa2c15d90' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_daa60184' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1386399834], ["username", "billy_38"], ["access_token", "35ef7eb9ed7440dc1cb3069d3da7a8da"], ["uuid", "0a1d1cf9-5423-4dba-90c9-658fa2c15d90"], ["support_identifier", "cs_daa60184"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:44:55.333607"], ["updated_at", "2017-12-20 17:44:55.333607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366250302 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd33bd014-b138-4c3f-beb2-06f386084aa5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_262f90bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -366250302], ["username", "billy_39"], ["access_token", "6317835244c0a5a79ce293af8d7022d2"], ["uuid", "d33bd014-b138-4c3f-beb2-06f386084aa5"], ["support_identifier", "cs_262f90bf"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:44:55.338074"], ["updated_at", "2017-12-20 17:44:55.338074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1644711897 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc981abd-4cc9-46d9-8549-749f6f5afe81' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_191d1406' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1644711897], ["username", "billy_40"], ["access_token", "e5e33e6c7269c35775c075de8df2a2a9"], ["uuid", "fc981abd-4cc9-46d9-8549-749f6f5afe81"], ["support_identifier", "cs_191d1406"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:44:55.344185"], ["updated_at", "2017-12-20 17:44:55.344185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1354275023 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e486757b-8fe7-46ef-b31c-820b34a51407' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9c95f4c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1354275023], ["username", "billy_41"], ["access_token", "e39a04fb237d7f5ef802439a7bab1dc9"], ["uuid", "e486757b-8fe7-46ef-b31c-820b34a51407"], ["support_identifier", "cs_9c95f4c1"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:44:55.349268"], ["updated_at", "2017-12-20 17:44:55.349268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943869117 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd09dd073-97fe-44a9-9fa4-086127448422' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2de57665' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -943869117], ["username", "billy_42"], ["access_token", "826d7300ab1b6cb94cce5b8d101b57d5"], ["uuid", "d09dd073-97fe-44a9-9fa4-086127448422"], ["support_identifier", "cs_2de57665"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:44:55.353626"], ["updated_at", "2017-12-20 17:44:55.353626"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1799724029 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c447b7fa-76de-4b51-9fe2-7d134004da9a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ff3678e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1799724029], ["username", "billy_43"], ["access_token", "aabe9957067f322770c066079c501ba4"], ["uuid", "c447b7fa-76de-4b51-9fe2-7d134004da9a"], ["support_identifier", "cs_ff3678e0"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:44:55.358044"], ["updated_at", "2017-12-20 17:44:55.358044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236386309 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '900a4bf2-22e9-4477-87a1-13610353bd90' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d16d1068' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -236386309], ["username", "billy_44"], ["access_token", "b733ae9c15e87f9ff6075977510edb47"], ["uuid", "900a4bf2-22e9-4477-87a1-13610353bd90"], ["support_identifier", "cs_d16d1068"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:44:55.362340"], ["updated_at", "2017-12-20 17:44:55.362340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1113668360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64678e75-f626-4b2b-8adb-e19be6b57a71' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5ae655e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1113668360], ["username", "billy_45"], ["access_token", "32d9fa5738dfde28e98de25e2ce2f966"], ["uuid", "64678e75-f626-4b2b-8adb-e19be6b57a71"], ["support_identifier", "cs_c5ae655e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:44:55.366651"], ["updated_at", "2017-12-20 17:44:55.366651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1277623130 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a2bceb7-01b5-4e29-8b9c-a24900ab944a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_05b69f83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1277623130], ["username", "billy_46"], ["access_token", "d62e00e6e5bd23af90d8f0fb26264d7f"], ["uuid", "0a2bceb7-01b5-4e29-8b9c-a24900ab944a"], ["support_identifier", "cs_05b69f83"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:44:55.370981"], ["updated_at", "2017-12-20 17:44:55.370981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -762139008 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3833e500-168c-49d2-a1f2-a32b43380fdb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4189faf9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -762139008], ["username", "billy_47"], ["access_token", "e9ef349b9dac31c99fecbb231b1661ec"], ["uuid", "3833e500-168c-49d2-a1f2-a32b43380fdb"], ["support_identifier", "cs_4189faf9"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:44:55.375378"], ["updated_at", "2017-12-20 17:44:55.375378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1398892538 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'daec6d3f-3a43-49ef-9469-b33d963ac06c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0429608c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1398892538], ["username", "billy_48"], ["access_token", "03c13274c03eba6b6eb3e4bd0c4275e2"], ["uuid", "daec6d3f-3a43-49ef-9469-b33d963ac06c"], ["support_identifier", "cs_0429608c"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:44:55.379568"], ["updated_at", "2017-12-20 17:44:55.379568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -784988205 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91b05148-ba28-4a84-915d-6a53e168145b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f7faf80' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -784988205], ["username", "billy_49"], ["access_token", "c9d2e7da3cf13818ea7aa0d099273022"], ["uuid", "91b05148-ba28-4a84-915d-6a53e168145b"], ["support_identifier", "cs_9f7faf80"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:44:55.383819"], ["updated_at", "2017-12-20 17:44:55.383819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1360699636 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a3a2dcd-19e8-4fdf-8d53-c6c852bbc678' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_39cb7bef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1360699636], ["username", "jstrav"], ["access_token", "78ecf0ab39558fc65d05c547e703f133"], ["uuid", "5a3a2dcd-19e8-4fdf-8d53-c6c852bbc678"], ["support_identifier", "cs_39cb7bef"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:55.393500"], ["updated_at", "2017-12-20 17:44:55.393500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -181662993 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '723ac00e-0709-4204-abd5-a2003b6da544' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a528e0b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -181662993], ["username", "mary"], ["access_token", "d3bc82a2b9c1042b4fc4479e2453474f"], ["uuid", "723ac00e-0709-4204-abd5-a2003b6da544"], ["support_identifier", "cs_a528e0b9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:55.397874"], ["updated_at", "2017-12-20 17:44:55.397874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -866317380 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5964eeb1-e974-41f8-a747-4f9b5f3757bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ffb06f4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -866317380], ["username", "jstead"], ["access_token", "a10a81b93fd5d9d18434e39b9cc30ffc"], ["uuid", "5964eeb1-e974-41f8-a747-4f9b5f3757bb"], ["support_identifier", "cs_3ffb06f4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:55.402317"], ["updated_at", "2017-12-20 17:44:55.402317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -425075036 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57ff8a7e-7a1d-4652-835b-19d5b5ff7bcf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ab157efa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -425075036], ["username", "bigbear"], ["access_token", "44d9cf66e6b329c7dec7dbf7a116b270"], ["uuid", "57ff8a7e-7a1d-4652-835b-19d5b5ff7bcf"], ["support_identifier", "cs_ab157efa"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:55.414264"], ["updated_at", "2017-12-20 17:44:55.414264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -620907451 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17e5d3cd-bee0-41cd-9f17-ac428f4cdbc9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a3437d54' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -620907451], ["username", "billy_00"], ["access_token", "e04dbb0a4fc769b28de874633b506a77"], ["uuid", "17e5d3cd-bee0-41cd-9f17-ac428f4cdbc9"], ["support_identifier", "cs_a3437d54"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 17:44:55.418641"], ["updated_at", "2017-12-20 17:44:55.418641"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -616527309 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7324bef2-f836-4cbd-abdc-60293be61984' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ccf79824' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -616527309], ["username", "billy_01"], ["access_token", "b2e6ad9e338b63bcea7b23141bda52e9"], ["uuid", "7324bef2-f836-4cbd-abdc-60293be61984"], ["support_identifier", "cs_ccf79824"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 17:44:55.423860"], ["updated_at", "2017-12-20 17:44:55.423860"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1678937126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9517b0b3-6251-49d5-a259-bb36199376a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_45c60700' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1678937126], ["username", "billy_02"], ["access_token", "14e64f27d32ad8b2e815dbafcc4cf662"], ["uuid", "9517b0b3-6251-49d5-a259-bb36199376a5"], ["support_identifier", "cs_45c60700"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 17:44:55.429066"], ["updated_at", "2017-12-20 17:44:55.429066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1163379126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d518e34-868c-4142-bad6-932796905eca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e83325c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1163379126], ["username", "billy_03"], ["access_token", "027bbe4fd2c76f4fb16c0bd9f30076bb"], ["uuid", "9d518e34-868c-4142-bad6-932796905eca"], ["support_identifier", "cs_8e83325c"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 17:44:55.433863"], ["updated_at", "2017-12-20 17:44:55.433863"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1301013176 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a4ee53a-a366-4af4-bd4f-d6a13894331f' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c177885' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1301013176], ["username", "billy_04"], ["access_token", "ab8e2b518abe846968c341fd92b5c0a6"], ["uuid", "5a4ee53a-a366-4af4-bd4f-d6a13894331f"], ["support_identifier", "cs_1c177885"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:44:55.439586"], ["updated_at", "2017-12-20 17:44:55.439586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1387381487 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca9ac92e-3edf-4111-8f0c-250b2d4c73d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12eb049a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1387381487], ["username", "billy_05"], ["access_token", "c39dbaee95485fcf267792186d2ed4e4"], ["uuid", "ca9ac92e-3edf-4111-8f0c-250b2d4c73d5"], ["support_identifier", "cs_12eb049a"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:44:55.444917"], ["updated_at", "2017-12-20 17:44:55.444917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688737691 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33e546ea-a387-4f2c-bfdf-24f14634e84f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb4508df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -688737691], ["username", "billy_06"], ["access_token", "ea59f4613ba4362868c8f30d4d886b7a"], ["uuid", "33e546ea-a387-4f2c-bfdf-24f14634e84f"], ["support_identifier", "cs_bb4508df"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:44:55.449778"], ["updated_at", "2017-12-20 17:44:55.449778"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -609635544 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '23456a6e-5bfd-4ad4-a209-6c313e571622' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_026c471f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -609635544], ["username", "billy_07"], ["access_token", "040985aa5fd04ab9460c2daaa7a68bcf"], ["uuid", "23456a6e-5bfd-4ad4-a209-6c313e571622"], ["support_identifier", "cs_026c471f"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:44:55.454798"], ["updated_at", "2017-12-20 17:44:55.454798"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -294725984 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93421ddf-89db-4e3e-a9f6-22fdacc237aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93da4b60' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -294725984], ["username", "billy_08"], ["access_token", "a6a6bb7629510d3c873b27b2bee5e38a"], ["uuid", "93421ddf-89db-4e3e-a9f6-22fdacc237aa"], ["support_identifier", "cs_93da4b60"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:44:55.460408"], ["updated_at", "2017-12-20 17:44:55.460408"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1236665060 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4022f05a-e484-4987-9fc3-fd5b439edf07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c797d357' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1236665060], ["username", "billy_09"], ["access_token", "f9719a3a7ef1a43ca77e24751c2e04e9"], ["uuid", "4022f05a-e484-4987-9fc3-fd5b439edf07"], ["support_identifier", "cs_c797d357"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:44:55.465283"], ["updated_at", "2017-12-20 17:44:55.465283"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1928608152 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb0bf3c6-9f20-4ce0-8d41-8b87cb4b4923' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a9751ec3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1928608152], ["username", "billy_10"], ["access_token", "c1e1f2840c26c05f94338c034bab5c32"], ["uuid", "bb0bf3c6-9f20-4ce0-8d41-8b87cb4b4923"], ["support_identifier", "cs_a9751ec3"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:44:55.470265"], ["updated_at", "2017-12-20 17:44:55.470265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573865339 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5dc51192-9fb3-4cfa-97e5-8734272fb9b8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48d36d54' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1573865339], ["username", "billy_11"], ["access_token", "38cb30da997da957895d6b073aec8e6d"], ["uuid", "5dc51192-9fb3-4cfa-97e5-8734272fb9b8"], ["support_identifier", "cs_48d36d54"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:44:55.475450"], ["updated_at", "2017-12-20 17:44:55.475450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -88364907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52b305af-47fd-4958-92f0-dbac9da2355e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_014407c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -88364907], ["username", "billy_12"], ["access_token", "d7cc3a726ee1d18503e31967aa9f507c"], ["uuid", "52b305af-47fd-4958-92f0-dbac9da2355e"], ["support_identifier", "cs_014407c1"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:44:55.480251"], ["updated_at", "2017-12-20 17:44:55.480251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -28373263 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17a40f02-4618-48e4-a3c6-69b72d47418e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ef4491c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -28373263], ["username", "billy_13"], ["access_token", "50aebdc9f99bfccaf321c079aeada0a3"], ["uuid", "17a40f02-4618-48e4-a3c6-69b72d47418e"], ["support_identifier", "cs_3ef4491c"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:44:55.485382"], ["updated_at", "2017-12-20 17:44:55.485382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530332351 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c007fe8-ee88-4f30-bb8a-6f0f8ce8613d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e864e9c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1530332351], ["username", "billy_14"], ["access_token", "97ca7680779ae7982aac426bdd59a6fa"], ["uuid", "7c007fe8-ee88-4f30-bb8a-6f0f8ce8613d"], ["support_identifier", "cs_e864e9c2"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:44:55.490515"], ["updated_at", "2017-12-20 17:44:55.490515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -20788247 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52ae046a-6ddb-4120-8fa7-03822d5a966c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c7466bda' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -20788247], ["username", "billy_15"], ["access_token", "d6725bf6d684196537832386eb421bf2"], ["uuid", "52ae046a-6ddb-4120-8fa7-03822d5a966c"], ["support_identifier", "cs_c7466bda"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:44:55.495418"], ["updated_at", "2017-12-20 17:44:55.495418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -953972486 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c74b5a93-cdd6-4318-aad7-f538c8505332' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64b14ca4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -953972486], ["username", "billy_16"], ["access_token", "4c57e5d47f997052f8952711027a2b49"], ["uuid", "c74b5a93-cdd6-4318-aad7-f538c8505332"], ["support_identifier", "cs_64b14ca4"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:44:55.500325"], ["updated_at", "2017-12-20 17:44:55.500325"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1150594450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '973b142d-bea4-4b34-b8a3-e80e2b00c6bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3633c555' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1150594450], ["username", "billy_17"], ["access_token", "a5f2640c1d153637db188a27e3f09d99"], ["uuid", "973b142d-bea4-4b34-b8a3-e80e2b00c6bb"], ["support_identifier", "cs_3633c555"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:44:55.505345"], ["updated_at", "2017-12-20 17:44:55.505345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406414184 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e612e57c-0a52-460c-8b92-9fcb7126bee7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9c500f82' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -406414184], ["username", "billy_18"], ["access_token", "fe15809886b5937a21ce7b91f1d62af0"], ["uuid", "e612e57c-0a52-460c-8b92-9fcb7126bee7"], ["support_identifier", "cs_9c500f82"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:44:55.510769"], ["updated_at", "2017-12-20 17:44:55.510769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1142401890 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca611341-edd9-472c-8274-f0a5b22d4948' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d3ee6a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1142401890], ["username", "billy_19"], ["access_token", "594323c62cd91f0223bd6660fabc8467"], ["uuid", "ca611341-edd9-472c-8274-f0a5b22d4948"], ["support_identifier", "cs_4d3ee6a7"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:44:55.516802"], ["updated_at", "2017-12-20 17:44:55.516802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002014539 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '469a0dea-d18b-409c-af9b-45bf9327d476' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c8a79741' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2002014539], ["username", "billy_20"], ["access_token", "e586f3f885b72df8828cfb55bb0c057e"], ["uuid", "469a0dea-d18b-409c-af9b-45bf9327d476"], ["support_identifier", "cs_c8a79741"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:44:55.521982"], ["updated_at", "2017-12-20 17:44:55.521982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -285738919 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43410b9d-5463-4126-a2fc-a9e7f55ddf0e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_967aa335' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -285738919], ["username", "billy_21"], ["access_token", "29252f0652c3fddbd4722099faf5ebd0"], ["uuid", "43410b9d-5463-4126-a2fc-a9e7f55ddf0e"], ["support_identifier", "cs_967aa335"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:44:55.526307"], ["updated_at", "2017-12-20 17:44:55.526307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -594306504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '73d95552-2ea3-40d4-b623-17b0b900a671' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_da332096' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -594306504], ["username", "billy_22"], ["access_token", "0b1444460eab646f888ba9c8e0496bb6"], ["uuid", "73d95552-2ea3-40d4-b623-17b0b900a671"], ["support_identifier", "cs_da332096"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:44:55.530640"], ["updated_at", "2017-12-20 17:44:55.530640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -200243242 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34546f6a-7317-4685-98b7-567db18a4347' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0be13c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -200243242], ["username", "billy_23"], ["access_token", "3d9279f0d45fd2455ed031c6974a4311"], ["uuid", "34546f6a-7317-4685-98b7-567db18a4347"], ["support_identifier", "cs_e0be13c7"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:44:55.534934"], ["updated_at", "2017-12-20 17:44:55.534934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -970716939 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8b86be9-6f43-4e7a-be5a-13c407f55794' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ac9c5cb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -970716939], ["username", "billy_24"], ["access_token", "5b46049e95116fa545fe6a3b31cd5eb5"], ["uuid", "f8b86be9-6f43-4e7a-be5a-13c407f55794"], ["support_identifier", "cs_3ac9c5cb"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:44:55.539391"], ["updated_at", "2017-12-20 17:44:55.539391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1541841506 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1a9f6e4-7fa9-44d9-8471-777765305642' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7dc07b92' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1541841506], ["username", "billy_25"], ["access_token", "a05c80caa43eb3c99d1d6c89af1febdf"], ["uuid", "a1a9f6e4-7fa9-44d9-8471-777765305642"], ["support_identifier", "cs_7dc07b92"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:44:55.543825"], ["updated_at", "2017-12-20 17:44:55.543825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -223871447 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72e54d80-c1f6-4cdc-acc0-f49805ff86db' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_da248b0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -223871447], ["username", "billy_26"], ["access_token", "bd473ca807112e2c3a76a9b5d993a033"], ["uuid", "72e54d80-c1f6-4cdc-acc0-f49805ff86db"], ["support_identifier", "cs_da248b0e"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:44:55.548315"], ["updated_at", "2017-12-20 17:44:55.548315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1895816173 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18de0650-903d-4966-b914-58077fa8f0d0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a9cc4527' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1895816173], ["username", "billy_27"], ["access_token", "3f5128871f4b2ed5c86cfbf26eba1fea"], ["uuid", "18de0650-903d-4966-b914-58077fa8f0d0"], ["support_identifier", "cs_a9cc4527"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:44:55.552680"], ["updated_at", "2017-12-20 17:44:55.552680"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -60611189 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2030dd78-a4d0-4fe7-aee4-ebca0c18c1d7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_facf8fc3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -60611189], ["username", "billy_28"], ["access_token", "1133f2662ed140a41fb82343f742a8a4"], ["uuid", "2030dd78-a4d0-4fe7-aee4-ebca0c18c1d7"], ["support_identifier", "cs_facf8fc3"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:44:55.557167"], ["updated_at", "2017-12-20 17:44:55.557167"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1597405801 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b189d08e-d5d4-4ac1-9c0a-399f1efec681' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ec4e1729' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1597405801], ["username", "billy_29"], ["access_token", "49fe23bfd5635aa1fbdd7ba889877ac2"], ["uuid", "b189d08e-d5d4-4ac1-9c0a-399f1efec681"], ["support_identifier", "cs_ec4e1729"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:44:55.561409"], ["updated_at", "2017-12-20 17:44:55.561409"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -586245559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f72f5c93-c75d-49e1-92e4-59c73086cc56' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47887f77' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -586245559], ["username", "billy_30"], ["access_token", "2285fd0877bfc749d7e15d8e9dc3ceaf"], ["uuid", "f72f5c93-c75d-49e1-92e4-59c73086cc56"], ["support_identifier", "cs_47887f77"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:44:55.565596"], ["updated_at", "2017-12-20 17:44:55.565596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -395154515 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53c90625-be02-4a29-9b73-c054e3c1e55d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f13850e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -395154515], ["username", "billy_31"], ["access_token", "d6adcce616b568ca44fe9088c7020516"], ["uuid", "53c90625-be02-4a29-9b73-c054e3c1e55d"], ["support_identifier", "cs_f13850e0"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:44:55.569881"], ["updated_at", "2017-12-20 17:44:55.569881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1625418100 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ed59751-922b-4b91-aa7e-f0ee89845779' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0887202c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1625418100], ["username", "billy_32"], ["access_token", "c4d24438356ce8c245cf789f3d66844d"], ["uuid", "8ed59751-922b-4b91-aa7e-f0ee89845779"], ["support_identifier", "cs_0887202c"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:44:55.574456"], ["updated_at", "2017-12-20 17:44:55.574456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1112909929 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '806633f2-4407-4c15-80d3-f169a179df7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a871c889' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1112909929], ["username", "billy_33"], ["access_token", "627987d687c49f71f1d5ccce404c0f16"], ["uuid", "806633f2-4407-4c15-80d3-f169a179df7e"], ["support_identifier", "cs_a871c889"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:44:55.578909"], ["updated_at", "2017-12-20 17:44:55.578909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -122329721 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '128764d2-cda4-4074-9548-ff4b4b27bfdf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a625e63' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -122329721], ["username", "billy_34"], ["access_token", "6bb2d14285402a242ac38b2804892957"], ["uuid", "128764d2-cda4-4074-9548-ff4b4b27bfdf"], ["support_identifier", "cs_8a625e63"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:44:55.583318"], ["updated_at", "2017-12-20 17:44:55.583318"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1085605345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc5b0364-442a-4b49-a23a-fb1a0a084721' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92e815cd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1085605345], ["username", "billy_35"], ["access_token", "3b59c26784e787eaf62ea00cfa225d08"], ["uuid", "cc5b0364-442a-4b49-a23a-fb1a0a084721"], ["support_identifier", "cs_92e815cd"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:44:55.587885"], ["updated_at", "2017-12-20 17:44:55.587885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -252488094 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3eeefd1-93ec-44cb-8db0-a30466c6e9fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b951a71b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -252488094], ["username", "billy_36"], ["access_token", "3606e005344f4fb74eb1850525a1792c"], ["uuid", "d3eeefd1-93ec-44cb-8db0-a30466c6e9fe"], ["support_identifier", "cs_b951a71b"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:44:55.592368"], ["updated_at", "2017-12-20 17:44:55.592368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2060867438 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d01ffdd-fb50-4b21-bc01-d3eb8a0e3d56' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0be5e38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2060867438], ["username", "billy_37"], ["access_token", "03f5b53c853de457ed5ce3283309489e"], ["uuid", "9d01ffdd-fb50-4b21-bc01-d3eb8a0e3d56"], ["support_identifier", "cs_a0be5e38"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:44:55.597121"], ["updated_at", "2017-12-20 17:44:55.597121"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1517067146 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c19d73a-ad9d-45f2-95da-9ed7e6fc0f74' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73ee27dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1517067146], ["username", "billy_38"], ["access_token", "446882c29596b92b7f8eb8d17fc22c83"], ["uuid", "5c19d73a-ad9d-45f2-95da-9ed7e6fc0f74"], ["support_identifier", "cs_73ee27dd"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:44:55.601526"], ["updated_at", "2017-12-20 17:44:55.601526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020676366 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7d37724-17f3-4900-bf29-1525e591361c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b9721557' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2020676366], ["username", "billy_39"], ["access_token", "06b6e0e07569c3fbf17d6bae40bc3992"], ["uuid", "c7d37724-17f3-4900-bf29-1525e591361c"], ["support_identifier", "cs_b9721557"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:44:55.605975"], ["updated_at", "2017-12-20 17:44:55.605975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -613695436 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42a16ed8-06e8-466c-bf4d-97f6253d5399' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1908fc5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -613695436], ["username", "billy_40"], ["access_token", "28cfa63c349fe7438ccab42ffb1353a5"], ["uuid", "42a16ed8-06e8-466c-bf4d-97f6253d5399"], ["support_identifier", "cs_f1908fc5"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:44:55.610195"], ["updated_at", "2017-12-20 17:44:55.610195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2010555267 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bceaafaf-33e0-49a7-b363-c7ce64f66381' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1691295d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2010555267], ["username", "billy_41"], ["access_token", "148dbced32416885e31cd6deba42a381"], ["uuid", "bceaafaf-33e0-49a7-b363-c7ce64f66381"], ["support_identifier", "cs_1691295d"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:44:55.614339"], ["updated_at", "2017-12-20 17:44:55.614339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -127875885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fefc1903-6d55-489f-97a6-d73461ed57d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f10a6efb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -127875885], ["username", "billy_42"], ["access_token", "29d62cc8f81e61217875fc613d31dc0a"], ["uuid", "fefc1903-6d55-489f-97a6-d73461ed57d4"], ["support_identifier", "cs_f10a6efb"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:44:55.618533"], ["updated_at", "2017-12-20 17:44:55.618533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1256625383 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1304ed8e-9ec2-4c1b-b6f4-9219e186173f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_506107b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1256625383], ["username", "billy_43"], ["access_token", "f0635d750fd62fc461322afdb996b595"], ["uuid", "1304ed8e-9ec2-4c1b-b6f4-9219e186173f"], ["support_identifier", "cs_506107b3"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:44:55.622760"], ["updated_at", "2017-12-20 17:44:55.622760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943331815 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f6c713a-3814-4908-842d-089281fa4616' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d3014eb' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -943331815], ["username", "billy_44"], ["access_token", "b560c46724708ab218409bda7bf586a1"], ["uuid", "3f6c713a-3814-4908-842d-089281fa4616"], ["support_identifier", "cs_5d3014eb"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:44:55.627044"], ["updated_at", "2017-12-20 17:44:55.627044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -272968681 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f70f934f-20f5-4b1f-926b-4ae8d7272724' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8220a88a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -272968681], ["username", "billy_45"], ["access_token", "4cd9c71f0af8894c7d5211123283d0b4"], ["uuid", "f70f934f-20f5-4b1f-926b-4ae8d7272724"], ["support_identifier", "cs_8220a88a"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:44:55.631477"], ["updated_at", "2017-12-20 17:44:55.631477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1721242930 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a238d9c-896d-478b-a186-14a0742c2e57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b070a5a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1721242930], ["username", "billy_46"], ["access_token", "5b162c9d8c5a619b25d80b4f8c191d5c"], ["uuid", "3a238d9c-896d-478b-a186-14a0742c2e57"], ["support_identifier", "cs_b070a5a6"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:44:55.635773"], ["updated_at", "2017-12-20 17:44:55.635773"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -829660851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '99e0a7f9-39ec-4ce0-8a1b-ebe46ec02030' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95641d28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -829660851], ["username", "billy_47"], ["access_token", "c37563cd3b7f105e51271e903b53a4f4"], ["uuid", "99e0a7f9-39ec-4ce0-8a1b-ebe46ec02030"], ["support_identifier", "cs_95641d28"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:44:55.640321"], ["updated_at", "2017-12-20 17:44:55.640321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2034640700 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88a4b94f-42df-4ebb-b622-250a4d30cb3d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1b8aa59' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2034640700], ["username", "billy_48"], ["access_token", "de025807b630f7c7e9b5e5475c74bfb0"], ["uuid", "88a4b94f-42df-4ebb-b622-250a4d30cb3d"], ["support_identifier", "cs_f1b8aa59"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:44:55.644630"], ["updated_at", "2017-12-20 17:44:55.644630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2089829390 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a3f5bd3-f94b-418e-89f8-5e1248929eff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ccea0b48' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2089829390], ["username", "billy_49"], ["access_token", "9a669220aeb5dd4a1d22df72dc8b4d9b"], ["uuid", "1a3f5bd3-f94b-418e-89f8-5e1248929eff"], ["support_identifier", "cs_ccea0b48"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:44:55.648878"], ["updated_at", "2017-12-20 17:44:55.648878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -360423667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '134c7f78143c274a7e10950891c8b410' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e942a6fd-91b3-42c3-966e-571fffcfab08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb52cab3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -360423667], ["username", "134c7f78143c274a7e10950891c8b410"], ["access_token", "f1584abfb1ae16577b584cd0f8927bdb"], ["uuid", "e942a6fd-91b3-42c3-966e-571fffcfab08"], ["support_identifier", "cs_bb52cab3"], ["created_at", "2017-12-20 17:44:55.658028"], ["updated_at", "2017-12-20 17:44:55.658028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 163 AND "openstax_accounts_group_owners"."group_id" = -1125980557) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -1125980557]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 163 AND "openstax_accounts_group_owners"."group_id" = -1125980557) LIMIT 1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1125980557 LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1125980557], ["created_at", "2017-12-20 17:44:55.686804"], ["updated_at", "2017-12-20 17:44:55.686804"]] OpenStax::Accounts::GroupOwner Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 163 AND "openstax_accounts_group_owners"."group_id" = -1125980557) LIMIT 1 SQL (1.0ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1125980557], ["user_id", -360423667], ["created_at", "2017-12-20 17:44:55.691012"], ["updated_at", "2017-12-20 17:44:55.691012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1125980557]] OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -1125980557]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34b17da5-df77-4db8-8176-6cff70fa5a57' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d43cb86' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "f6847b81a4089e610de28ad43a1a3938"], ["uuid", "34b17da5-df77-4db8-8176-6cff70fa5a57"], ["support_identifier", "cs_8d43cb86"], ["created_at", "2017-12-20 17:44:55.714029"], ["updated_at", "2017-12-20 17:44:55.714029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e5dd153-cc41-4d92-add4-1ade01078312' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f08c051c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "59dc3dbea225e30df49619960907c370"], ["uuid", "4e5dd153-cc41-4d92-add4-1ade01078312"], ["support_identifier", "cs_f08c051c"], ["created_at", "2017-12-20 17:44:55.751843"], ["updated_at", "2017-12-20 17:44:55.751843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 165]] Redirected to http://test.host/ Completed 302 Found in 16ms (ActiveRecord: 1.4ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1824583601 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '30d80ba8190d072c3dd0d06eb20b0ecc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eff51ddb-b1ca-4918-a8cf-5df8bd0e0961' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5082b9d2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1824583601], ["username", "30d80ba8190d072c3dd0d06eb20b0ecc"], ["access_token", "cf49e6050f32cd053f2b5e3151a9a3e8"], ["uuid", "eff51ddb-b1ca-4918-a8cf-5df8bd0e0961"], ["support_identifier", "cs_5082b9d2"], ["created_at", "2017-12-20 17:44:55.785456"], ["updated_at", "2017-12-20 17:44:55.785456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1824583601 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '30d80ba8190d072c3dd0d06eb20b0ecc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eff51ddb-b1ca-4918-a8cf-5df8bd0e0961' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5082b9d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1824583601 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '30d80ba8190d072c3dd0d06eb20b0ecc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'EFF51DDB-B1CA-4918-A8CF-5DF8BD0E0961' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5082b9d2' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1311881152 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fe630beb05d87fe07bdc5522a1354645' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6172581a-1427-4c49-b45b-1660c0e5a4d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a94c60f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1311881152], ["username", "fe630beb05d87fe07bdc5522a1354645"], ["access_token", "3c8a1343518a47a1482094163b5ce020"], ["uuid", "6172581a-1427-4c49-b45b-1660c0e5a4d4"], ["support_identifier", "cs_1a94c60f"], ["created_at", "2017-12-20 17:44:55.809045"], ["updated_at", "2017-12-20 17:44:55.809045"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1311881152 AND "openstax_accounts_accounts"."id" != 167) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fe630beb05d87fe07bdc5522a1354645' AND "openstax_accounts_accounts"."id" != 167) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 167) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_1a94c60f' AND "openstax_accounts_accounts"."id" != 167) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -362104662 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '26d1cc862dbf877a66ac47539241918b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ca0f3ac-76fa-45b9-aaa1-dd55af689f81' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e70ecd27' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -362104662], ["username", "26d1cc862dbf877a66ac47539241918b"], ["access_token", "91583544e517ab93a2d0768b1cba1ff7"], ["uuid", "8ca0f3ac-76fa-45b9-aaa1-dd55af689f81"], ["support_identifier", "cs_e70ecd27"], ["created_at", "2017-12-20 17:44:55.819010"], ["updated_at", "2017-12-20 17:44:55.819010"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -362104662 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '26d1cc862dbf877a66ac47539241918b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ca0f3ac-76fa-45b9-aaa1-dd55af689f81' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e70ecd27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -362104662 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '26d1cc862dbf877a66ac47539241918b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ca0f3ac-76fa-45b9-aaa1-dd55af689f81' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'CS_E70ECD27' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "support_identifier" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["support_identifier", nil], ["updated_at", "2017-12-20 17:44:55.831851"], ["id", 168]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -362104662 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '26d1cc862dbf877a66ac47539241918b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ca0f3ac-76fa-45b9-aaa1-dd55af689f81' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -874798554 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4bc8fcdcc70ce882c26e8942768e9568' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4ea91660-b371-41d6-a767-8c803256a9a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a43a097' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -874798554], ["username", "4bc8fcdcc70ce882c26e8942768e9568"], ["access_token", "1980bfa6dde84f01945030cff36a5c9a"], ["uuid", "4ea91660-b371-41d6-a767-8c803256a9a1"], ["support_identifier", "cs_1a43a097"], ["created_at", "2017-12-20 17:44:55.842533"], ["updated_at", "2017-12-20 17:44:55.842533"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -874798554 AND "openstax_accounts_accounts"."id" != 169) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '4ea91660-b371-41d6-a767-8c803256a9a1' AND "openstax_accounts_accounts"."id" != 169) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_1a43a097' AND "openstax_accounts_accounts"."id" != 169) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -976096508 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f4c606a-6b90-4c06-aa9d-34a62f6c9f58' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_83347d4f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -976096508], ["access_token", "54055649105aa98f1c882c664f903744"], ["uuid", "9f4c606a-6b90-4c06-aa9d-34a62f6c9f58"], ["support_identifier", "cs_83347d4f"], ["created_at", "2017-12-20 17:44:55.850786"], ["updated_at", "2017-12-20 17:44:55.850786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1754488635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dcaece6d-2f04-491f-9c8b-e9f2cccaf05a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a2fc19ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -1754488635], ["access_token", "7dd3325a973306f786f624b17b5f4329"], ["uuid", "dcaece6d-2f04-491f-9c8b-e9f2cccaf05a"], ["support_identifier", "cs_a2fc19ad"], ["created_at", "2017-12-20 17:44:55.856389"], ["updated_at", "2017-12-20 17:44:55.856389"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -694440580 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2009d236c21df18791362bf3a16d9692' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c10e007-5c47-4cea-98b6-844e81456a50' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f52f128' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -694440580], ["username", "2009d236c21df18791362bf3a16d9692"], ["access_token", "7a38c949cf38aa45861940a23085acfa"], ["uuid", "4c10e007-5c47-4cea-98b6-844e81456a50"], ["support_identifier", "cs_9f52f128"], ["created_at", "2017-12-20 17:44:55.862149"], ["updated_at", "2017-12-20 17:44:55.862149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '2009d236c21df18791362bf3a16d9692' AND "openstax_accounts_accounts"."id" != 172) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '4c10e007-5c47-4cea-98b6-844e81456a50' AND "openstax_accounts_accounts"."id" != 172) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_9f52f128' AND "openstax_accounts_accounts"."id" != 172) LIMIT 1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 172) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '2009d236c21df18791362bf3a16d9692' AND "openstax_accounts_accounts"."id" != 172) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '4c10e007-5c47-4cea-98b6-844e81456a50' AND "openstax_accounts_accounts"."id" != 172) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_9f52f128' AND "openstax_accounts_accounts"."id" != 172) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-20 17:44:55.868892"], ["id", 172]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c775be8c7ffcee9acbde4c9c9865f297' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d1ab963-32df-4468-af26-22f1baddc6dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d64bb41e' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -289970358 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9a0e0c971182b8f93df1ab18715d3832' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7bd89591-9e2c-4e18-90e9-780855801eab' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1e99b4cb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -289970358], ["username", "9a0e0c971182b8f93df1ab18715d3832"], ["access_token", "c85b1a75386106354fe0128db3a625c3"], ["uuid", "7bd89591-9e2c-4e18-90e9-780855801eab"], ["support_identifier", "cs_1e99b4cb"], ["created_at", "2017-12-20 17:44:55.878939"], ["updated_at", "2017-12-20 17:44:55.878939"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -900268513 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9a0e0c971182b8f93df1ab18715d3832' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25289857-a515-4519-aac8-86f839731816' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e2e2fb8' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -462737926 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bfd4ed7cd49801902cfb292e4a38ec7d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33a0f767-9505-4c03-b928-8455c00ade91' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cbbc9e61' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.0ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1004319202 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ce4407631236aac190e952de59686c78' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c86241ea-801f-4771-915b-d9cad1e669e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7a8e6f02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1004319202], ["username", "ce4407631236aac190e952de59686c78"], ["access_token", "66f9a1ed39304c35403033624b77e803"], ["uuid", "c86241ea-801f-4771-915b-d9cad1e669e8"], ["support_identifier", "cs_7a8e6f02"], ["created_at", "2017-12-20 17:44:55.896034"], ["updated_at", "2017-12-20 17:44:55.896034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 174) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c86241ea-801f-4771-915b-d9cad1e669e8' AND "openstax_accounts_accounts"."id" != 174) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7a8e6f02' AND "openstax_accounts_accounts"."id" != 174) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-20 17:44:55.905878"], ["id", 174]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 174) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 174) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c86241ea-801f-4771-915b-d9cad1e669e8' AND "openstax_accounts_accounts"."id" != 174) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7a8e6f02' AND "openstax_accounts_accounts"."id" != 174) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-20 17:44:55.910032"], ["id", 174]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 174) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 174) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c86241ea-801f-4771-915b-d9cad1e669e8' AND "openstax_accounts_accounts"."id" != 174) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7a8e6f02' AND "openstax_accounts_accounts"."id" != 174) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-20 17:44:55.914014"], ["id", 174]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -304385000 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '30020a241a3060d8a8232f8899e503d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff03a1c1-2b2c-4d34-88ad-a98eb6bb1ab4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_687a76ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -304385000], ["username", "30020a241a3060d8a8232f8899e503d4"], ["access_token", "4fcbc7e57a9b52d77a8f6aaee53f529e"], ["uuid", "ff03a1c1-2b2c-4d34-88ad-a98eb6bb1ab4"], ["support_identifier", "cs_687a76ff"], ["created_at", "2017-12-20 17:44:55.919264"], ["updated_at", "2017-12-20 17:44:55.919264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 175) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 175) LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'ff03a1c1-2b2c-4d34-88ad-a98eb6bb1ab4' AND "openstax_accounts_accounts"."id" != 175) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_687a76ff' AND "openstax_accounts_accounts"."id" != 175) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-20 17:44:55.924351"], ["id", 175]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1274082783 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6464c5f2cc32af0a4f05f82f23397a72' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '836f5b70-9c96-4ad7-a2d0-6f1ce96922c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f6b07d86' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1274082783], ["username", "6464c5f2cc32af0a4f05f82f23397a72"], ["access_token", "f74f5c4ce3f354d9c7253af0f467b877"], ["uuid", "836f5b70-9c96-4ad7-a2d0-6f1ce96922c0"], ["support_identifier", "cs_f6b07d86"], ["created_at", "2017-12-20 17:44:55.929976"], ["updated_at", "2017-12-20 17:44:55.929976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 176) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 176) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '836f5b70-9c96-4ad7-a2d0-6f1ce96922c0' AND "openstax_accounts_accounts"."id" != 176) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_f6b07d86' AND "openstax_accounts_accounts"."id" != 176) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-20 17:44:55.934021"], ["id", 176]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -954384378 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2eccc6809549c9d0a59667be70361002' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1acc8382-ac92-455a-a66a-ac43a37ad833' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_49b28b7a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -954384378], ["username", "2eccc6809549c9d0a59667be70361002"], ["access_token", "38d34d09fb1d3e861b7e48c0f30c8243"], ["uuid", "1acc8382-ac92-455a-a66a-ac43a37ad833"], ["support_identifier", "cs_49b28b7a"], ["created_at", "2017-12-20 17:44:55.939044"], ["updated_at", "2017-12-20 17:44:55.939044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 177) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 177) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '1acc8382-ac92-455a-a66a-ac43a37ad833' AND "openstax_accounts_accounts"."id" != 177) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_49b28b7a' AND "openstax_accounts_accounts"."id" != 177) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-20 17:44:55.943178"], ["id", 177]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c63d9ea-69fd-4175-8891-61bf1056f5a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7e871beb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "a388bf8bdfb348535796016b6e21d2af"], ["uuid", "2c63d9ea-69fd-4175-8891-61bf1056f5a1"], ["support_identifier", "cs_7e871beb"], ["created_at", "2017-12-20 17:44:55.948524"], ["updated_at", "2017-12-20 17:44:55.948524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 178], ["created_at", "2017-12-20 17:44:55.952810"], ["updated_at", "2017-12-20 17:44:55.952810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 178]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '832d0e31-a755-4e2e-b02b-26fe9d373d8d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b093926d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "ee5ab6b6e179a487892aed1c9df7a178"], ["uuid", "832d0e31-a755-4e2e-b02b-26fe9d373d8d"], ["support_identifier", "cs_b093926d"], ["created_at", "2017-12-20 17:44:56.373994"], ["updated_at", "2017-12-20 17:44:56.373994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 179], ["created_at", "2017-12-20 17:44:56.375966"], ["updated_at", "2017-12-20 17:44:56.375966"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 179]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4df3989a-6f80-4ccc-ac68-c383cf214e97' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fdf61c9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "241d507e76f715b7ea5351c486dc3844"], ["uuid", "4df3989a-6f80-4ccc-ac68-c383cf214e97"], ["support_identifier", "cs_fdf61c9c"], ["created_at", "2017-12-20 17:44:56.776947"], ["updated_at", "2017-12-20 17:44:56.776947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 180], ["created_at", "2017-12-20 17:44:56.779038"], ["updated_at", "2017-12-20 17:44:56.779038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a47586f-712b-4a77-a973-843bf7cdf6e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea02766b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "188a80822fff767f290fc23e41cb1910"], ["uuid", "6a47586f-712b-4a77-a973-843bf7cdf6e2"], ["support_identifier", "cs_ea02766b"], ["created_at", "2017-12-20 17:44:57.207602"], ["updated_at", "2017-12-20 17:44:57.207602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 181], ["created_at", "2017-12-20 17:44:57.210030"], ["updated_at", "2017-12-20 17:44:57.210030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 181]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 181]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 181]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0bd16939-bd05-44f4-a613-653b98b2eb57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f400d8a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "0c0362140dd2de5eaf39f195f12862b9"], ["uuid", "0bd16939-bd05-44f4-a613-653b98b2eb57"], ["support_identifier", "cs_f400d8a5"], ["created_at", "2017-12-20 17:44:57.646169"], ["updated_at", "2017-12-20 17:44:57.646169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 182], ["created_at", "2017-12-20 17:44:57.648089"], ["updated_at", "2017-12-20 17:44:57.648089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 182]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 182]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 182]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 182]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 182]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "4bbe04"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '4bbe04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '598a0a87-53cb-4084-902a-5b9a38d3d62b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a2302b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "salesforce_contact_id", "faculty_status", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["openstax_uid", 1], ["username", "4bbe04"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["salesforce_contact_id", "b0b"], ["faculty_status", 3], ["role", 2], ["uuid", "598a0a87-53cb-4084-902a-5b9a38d3d62b"], ["support_identifier", "cs_4a2302b3"], ["created_at", "2017-12-20 17:44:58.082445"], ["updated_at", "2017-12-20 17:44:58.082445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "b2b185"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b2b185' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f3b305b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 18], ["username", "b2b185"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["support_identifier", "cs_6f3b305b"], ["created_at", "2017-12-20 17:44:58.101451"], ["updated_at", "2017-12-20 17:44:58.101451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edc0b069' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["support_identifier", "cs_edc0b069"], ["created_at", "2017-12-20 17:44:58.113832"], ["updated_at", "2017-12-20 17:44:58.113832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bccb058a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["support_identifier", "cs_bccb058a"], ["created_at", "2017-12-20 17:44:58.134757"], ["updated_at", "2017-12-20 17:44:58.134757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 11:44:58 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 5ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:44:58 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:44:58 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 11:44:58 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:44:58 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:44:58 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 11:44:58 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:44:58 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:44:58 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64f4a8f3-669b-4970-a519-d1b0e38fbc13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf0b079a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "1f9354e45ff09a28d6c1855242ad43a0"], ["uuid", "64f4a8f3-669b-4970-a519-d1b0e38fbc13"], ["support_identifier", "cs_bf0b079a"], ["created_at", "2017-12-20 17:44:58.200671"], ["updated_at", "2017-12-20 17:44:58.200671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 187], ["created_at", "2017-12-20 17:44:58.202750"], ["updated_at", "2017-12-20 17:44:58.202750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd8b04ae-afdf-47b7-9bc6-739e1ab87b1e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_653cf2c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "43bab2953b363ce6bfa564ad7a03c7e2"], ["uuid", "cd8b04ae-afdf-47b7-9bc6-739e1ab87b1e"], ["support_identifier", "cs_653cf2c9"], ["created_at", "2017-12-20 17:44:58.206937"], ["updated_at", "2017-12-20 17:44:58.206937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 188], ["created_at", "2017-12-20 17:44:58.208851"], ["updated_at", "2017-12-20 17:44:58.208851"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -289589676 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -289589676], ["name", "MyGroup"], ["created_at", "2017-12-20 17:44:58.216729"], ["updated_at", "2017-12-20 17:44:58.216729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1931022866 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1931022866], ["name", "MyGroup"], ["created_at", "2017-12-20 17:44:58.222397"], ["updated_at", "2017-12-20 17:44:58.222397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 3]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -1931022866 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1931022866 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 2]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -289589676 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -289589676 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 2]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1931022866 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -289589676 SQL (0.5ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -289589676], ["member_group_id", -1931022866], ["created_at", "2017-12-20 17:44:58.230306"], ["updated_at", "2017-12-20 17:44:58.230306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 187 AND "openstax_accounts_group_members"."group_id" = -1931022866) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 187 AND "openstax_accounts_group_members"."group_id" = -1931022866) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1931022866], ["user_id", 1], ["created_at", "2017-12-20 17:44:58.251699"], ["updated_at", "2017-12-20 17:44:58.251699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 187 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -1931022866) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.4ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 187]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 3]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1931022866 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1931022866 - -289589676 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1931022866, -289589676) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 3)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 7], ["owner_type", "User"], ["created_at", "2017-12-20 17:44:58.276712"], ["updated_at", "2017-12-20 17:44:58.276712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 187]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1931022866, -289589676) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 3)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 6], ["owner_type", "User"], ["created_at", "2017-12-20 17:44:58.284253"], ["updated_at", "2017-12-20 17:44:58.284253"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 187]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1931022866, -289589676) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 3)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 3], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-20 17:44:58.290775"], ["updated_at", "2017-12-20 17:44:58.290775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 187]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1931022866, -289589676) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 3) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1931022866, -289589676) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 3)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-20 17:44:58.299284"], ["updated_at", "2017-12-20 17:44:58.299284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 6]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 6], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 187]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1931022866, -289589676) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 3) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1931022866, -289589676) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 3) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1931022866, -289589676) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 3)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529344537 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d5a3ec1-28a6-45a2-97be-d33e93b22b1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_26d4f459' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -529344537], ["username", "jstrav"], ["access_token", "cd86361a08f2ba2d57e227d73c9f90e7"], ["uuid", "8d5a3ec1-28a6-45a2-97be-d33e93b22b1a"], ["support_identifier", "cs_26d4f459"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.314450"], ["updated_at", "2017-12-20 17:44:58.314450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1752733034 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29801dc8-3291-4ba1-97fb-f3dcdb9ca618' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de5f6bc8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1752733034], ["username", "mary"], ["access_token", "d50aff626e67ed586c077cf0e0df6c90"], ["uuid", "29801dc8-3291-4ba1-97fb-f3dcdb9ca618"], ["support_identifier", "cs_de5f6bc8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.319186"], ["updated_at", "2017-12-20 17:44:58.319186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -172898796 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7c2ef52-f3e8-483a-9b6c-99377a2f3a7d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e850e4a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -172898796], ["username", "jstead"], ["access_token", "087e111413cb81f0211be7b72369f198"], ["uuid", "d7c2ef52-f3e8-483a-9b6c-99377a2f3a7d"], ["support_identifier", "cs_2e850e4a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.323684"], ["updated_at", "2017-12-20 17:44:58.323684"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -67874781 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '478bf1c7-de59-4941-940f-81b221f92ff1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0fc86b6a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -67874781], ["username", "bigbear"], ["access_token", "c15a138934e4ae8e0e69b716b49a3a6e"], ["uuid", "478bf1c7-de59-4941-940f-81b221f92ff1"], ["support_identifier", "cs_0fc86b6a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.328172"], ["updated_at", "2017-12-20 17:44:58.328172"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -68724154 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b474215f-62b7-4ed8-89f8-81c3a5902482' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51887a4b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -68724154], ["username", "jstrav"], ["access_token", "f7726da38ff720935498f300918d55cb"], ["uuid", "b474215f-62b7-4ed8-89f8-81c3a5902482"], ["support_identifier", "cs_51887a4b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.336303"], ["updated_at", "2017-12-20 17:44:58.336303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018239561 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7a0bb9e-93eb-4dac-8b1d-19bf56f0f5ce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b47b0805' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2018239561], ["username", "mary"], ["access_token", "c9a01484d061e670486fbe9dc5167ece"], ["uuid", "a7a0bb9e-93eb-4dac-8b1d-19bf56f0f5ce"], ["support_identifier", "cs_b47b0805"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.340964"], ["updated_at", "2017-12-20 17:44:58.340964"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -70812980 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'beaf5891-9b4a-42e5-83c6-80cecc1ed629' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8c28bd15' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -70812980], ["username", "jstead"], ["access_token", "8f871dfa16d8b13b42e433709e82544b"], ["uuid", "beaf5891-9b4a-42e5-83c6-80cecc1ed629"], ["support_identifier", "cs_8c28bd15"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.345774"], ["updated_at", "2017-12-20 17:44:58.345774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1840020271 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25cd0332-3b13-44f6-8303-c0d42f713287' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5f1b004b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1840020271], ["username", "bigbear"], ["access_token", "9eeb7d6dab04eff9d4b5b322a9549476"], ["uuid", "25cd0332-3b13-44f6-8303-c0d42f713287"], ["support_identifier", "cs_5f1b004b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.352570"], ["updated_at", "2017-12-20 17:44:58.352570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -371861192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a876554f-f476-4be6-9077-d16a16bbd3db' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b87ab655' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -371861192], ["username", "jstrav"], ["access_token", "2eb592001d46a770d23e6cac46d70dc5"], ["uuid", "a876554f-f476-4be6-9077-d16a16bbd3db"], ["support_identifier", "cs_b87ab655"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.362817"], ["updated_at", "2017-12-20 17:44:58.362817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1418040509 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4852835-0fa4-4ec5-8ac9-5ebf73fea233' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12f627bc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1418040509], ["username", "mary"], ["access_token", "6d19b6c28e70dfc91e84301d555ded72"], ["uuid", "d4852835-0fa4-4ec5-8ac9-5ebf73fea233"], ["support_identifier", "cs_12f627bc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.367520"], ["updated_at", "2017-12-20 17:44:58.367520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -240808585 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7cf7fa5-8678-48b8-a1f5-919ca6f532f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9c812da3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -240808585], ["username", "jstead"], ["access_token", "c0ece4672fd7b50f69720435f840ce1c"], ["uuid", "d7cf7fa5-8678-48b8-a1f5-919ca6f532f1"], ["support_identifier", "cs_9c812da3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.371928"], ["updated_at", "2017-12-20 17:44:58.371928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -235815914 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c94c2f6f-449b-4eb5-88a8-99136047e450' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_721781c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -235815914], ["username", "bigbear"], ["access_token", "4ffbe0ba02412a4c56c551f135db03b8"], ["uuid", "c94c2f6f-449b-4eb5-88a8-99136047e450"], ["support_identifier", "cs_721781c4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.376278"], ["updated_at", "2017-12-20 17:44:58.376278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1489254257 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92994e0e-5773-44db-87cf-bb10fe0a7f43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_907821ba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1489254257], ["username", "jstrav"], ["access_token", "4c558bbfe09bc8da83c1f86ce389da83"], ["uuid", "92994e0e-5773-44db-87cf-bb10fe0a7f43"], ["support_identifier", "cs_907821ba"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.385170"], ["updated_at", "2017-12-20 17:44:58.385170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -388714203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94132cad-777b-44e4-aa0a-c9bd0b8567af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c98f0349' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -388714203], ["username", "mary"], ["access_token", "617fef52abab11b18886005781af73de"], ["uuid", "94132cad-777b-44e4-aa0a-c9bd0b8567af"], ["support_identifier", "cs_c98f0349"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.390119"], ["updated_at", "2017-12-20 17:44:58.390119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1216759000 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '159461b5-3d94-4a0b-b4ac-82f66dd44928' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6d7e989d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1216759000], ["username", "jstead"], ["access_token", "ff94408828b97af6ae71bf864d541534"], ["uuid", "159461b5-3d94-4a0b-b4ac-82f66dd44928"], ["support_identifier", "cs_6d7e989d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.394929"], ["updated_at", "2017-12-20 17:44:58.394929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1498229174 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1894f8b7-1df2-4c24-bc17-2eb2ff49a16c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_023b327e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1498229174], ["username", "bigbear"], ["access_token", "bf63a2b223ea7b008807e91469d3994c"], ["uuid", "1894f8b7-1df2-4c24-bc17-2eb2ff49a16c"], ["support_identifier", "cs_023b327e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.402038"], ["updated_at", "2017-12-20 17:44:58.402038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -106232199 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97c1d562-ada7-4b19-99a2-40dbd256072c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b068395' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -106232199], ["username", "jstrav"], ["access_token", "c02f623ba5312d19af304d1552156b18"], ["uuid", "97c1d562-ada7-4b19-99a2-40dbd256072c"], ["support_identifier", "cs_9b068395"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.412349"], ["updated_at", "2017-12-20 17:44:58.412349"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1305873609 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f61aab2a-478b-4d9f-91e0-83b418b7beae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c8499bed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1305873609], ["username", "mary"], ["access_token", "d160f8efaa2439e52840c313d5897b76"], ["uuid", "f61aab2a-478b-4d9f-91e0-83b418b7beae"], ["support_identifier", "cs_c8499bed"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.416725"], ["updated_at", "2017-12-20 17:44:58.416725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -968896566 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e5665b8-fa53-449a-ba32-4f07ce96a962' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_811f8ec0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -968896566], ["username", "jstead"], ["access_token", "e2d9b8d4011c850e8a979de804ebe761"], ["uuid", "2e5665b8-fa53-449a-ba32-4f07ce96a962"], ["support_identifier", "cs_811f8ec0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.421050"], ["updated_at", "2017-12-20 17:44:58.421050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1887514616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b98f2a6-80be-4aa8-adbe-38f3ea81ee9b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bfdb1338' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1887514616], ["username", "bigbear"], ["access_token", "4f4c0db28a844bdc5c8b2ba2855995ff"], ["uuid", "3b98f2a6-80be-4aa8-adbe-38f3ea81ee9b"], ["support_identifier", "cs_bfdb1338"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.425290"], ["updated_at", "2017-12-20 17:44:58.425290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1048979776 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f8af9b9-0353-4fb5-8fc2-c0815ce68f63' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ee86750' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1048979776], ["username", "jstrav"], ["access_token", "e02b7627a23ace88184b192bf7bc9b42"], ["uuid", "5f8af9b9-0353-4fb5-8fc2-c0815ce68f63"], ["support_identifier", "cs_1ee86750"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.433274"], ["updated_at", "2017-12-20 17:44:58.433274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1166415332 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'efc8f0a0-5181-4deb-84ec-d38a53bf7c14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d436829a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1166415332], ["username", "mary"], ["access_token", "08de3696c531ce8d5cc2d88c18ed05aa"], ["uuid", "efc8f0a0-5181-4deb-84ec-d38a53bf7c14"], ["support_identifier", "cs_d436829a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.437890"], ["updated_at", "2017-12-20 17:44:58.437890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846265025 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7257e8a0-042a-4851-96c3-9cb283eec613' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f0794005' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1846265025], ["username", "jstead"], ["access_token", "f123b70dfb49a1060588d809d0be2025"], ["uuid", "7257e8a0-042a-4851-96c3-9cb283eec613"], ["support_identifier", "cs_f0794005"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.442296"], ["updated_at", "2017-12-20 17:44:58.442296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677654073 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eefd85ad-67e6-4e8c-96ec-78375db85b01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9fcea087' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1677654073], ["username", "bigbear"], ["access_token", "7f3720824fb42ec6d7c2ee4821c13db1"], ["uuid", "eefd85ad-67e6-4e8c-96ec-78375db85b01"], ["support_identifier", "cs_9fcea087"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.447516"], ["updated_at", "2017-12-20 17:44:58.447516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -172583882 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab674da4-268b-4080-90d8-fbd489696849' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d6a15b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -172583882], ["username", "jstrav"], ["access_token", "17f9c01b9fadf02d2602b83ea38aed84"], ["uuid", "ab674da4-268b-4080-90d8-fbd489696849"], ["support_identifier", "cs_9d6a15b7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.456782"], ["updated_at", "2017-12-20 17:44:58.456782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -367119310 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb94499c-a936-44da-91d0-3287ec3e8bcf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ef220fd3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -367119310], ["username", "mary"], ["access_token", "89f2f87a1406cfaac3fe8ee1f0aca085"], ["uuid", "eb94499c-a936-44da-91d0-3287ec3e8bcf"], ["support_identifier", "cs_ef220fd3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.461610"], ["updated_at", "2017-12-20 17:44:58.461610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1276394975 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50b796b0-99f8-462f-a400-39fb6c64d4cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c3adaf04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1276394975], ["username", "jstead"], ["access_token", "bdb93e1132391ee43448bea1ffa29d92"], ["uuid", "50b796b0-99f8-462f-a400-39fb6c64d4cd"], ["support_identifier", "cs_c3adaf04"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.465868"], ["updated_at", "2017-12-20 17:44:58.465868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1775453279 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44dd68c6-6988-4f29-9900-5a9c8802bc28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_22578849' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1775453279], ["username", "bigbear"], ["access_token", "7420249d6c73f9f95870d58d2b19985d"], ["uuid", "44dd68c6-6988-4f29-9900-5a9c8802bc28"], ["support_identifier", "cs_22578849"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.470245"], ["updated_at", "2017-12-20 17:44:58.470245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 215)  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 215) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -190737966 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'abaceb46-772e-461b-943d-5c2b80bd300d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a1257c6b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -190737966], ["username", "jstrav"], ["access_token", "d02ea4ecddca444270e7a8998a7df98c"], ["uuid", "abaceb46-772e-461b-943d-5c2b80bd300d"], ["support_identifier", "cs_a1257c6b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.490498"], ["updated_at", "2017-12-20 17:44:58.490498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -365989026 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69b1bf02-51ea-433e-9988-8bb1d0597e2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_55e040a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -365989026], ["username", "mary"], ["access_token", "679d6ca937c1c1010461cf3551ec0852"], ["uuid", "69b1bf02-51ea-433e-9988-8bb1d0597e2d"], ["support_identifier", "cs_55e040a0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.495479"], ["updated_at", "2017-12-20 17:44:58.495479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1006685810 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35a68c4a-7133-47a0-a72e-ee985bf27126' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_258392d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1006685810], ["username", "jstead"], ["access_token", "05a83ea52c8d9dade14b74bbab022d82"], ["uuid", "35a68c4a-7133-47a0-a72e-ee985bf27126"], ["support_identifier", "cs_258392d5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.499865"], ["updated_at", "2017-12-20 17:44:58.499865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1248323431 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed05fbe4-1142-4944-8e92-a22c2cac0179' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_58e8bde1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1248323431], ["username", "bigbear"], ["access_token", "0c0ff83315a8b644adf799cd8b4f58e0"], ["uuid", "ed05fbe4-1142-4944-8e92-a22c2cac0179"], ["support_identifier", "cs_58e8bde1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.504282"], ["updated_at", "2017-12-20 17:44:58.504282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -861483999 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '901b6e4c-93e8-4c04-9a53-17f64fd7af9f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b306c89' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -861483999], ["username", "jstrav"], ["access_token", "99a15f5390a4f5ec3236853a30e17104"], ["uuid", "901b6e4c-93e8-4c04-9a53-17f64fd7af9f"], ["support_identifier", "cs_2b306c89"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.513268"], ["updated_at", "2017-12-20 17:44:58.513268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -94057767 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5711cf8b-258b-4c50-8e2b-5e4d0d0e7e5b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b86c51e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -94057767], ["username", "mary"], ["access_token", "c493b2c5e4218e21fc6815014723a4ab"], ["uuid", "5711cf8b-258b-4c50-8e2b-5e4d0d0e7e5b"], ["support_identifier", "cs_b86c51e3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.517817"], ["updated_at", "2017-12-20 17:44:58.517817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1595785347 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6008db6a-7331-49fd-8366-c8eae38605a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6236d85a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1595785347], ["username", "jstead"], ["access_token", "cbf3794d6a4e9fb6878fdb14feaea2bb"], ["uuid", "6008db6a-7331-49fd-8366-c8eae38605a5"], ["support_identifier", "cs_6236d85a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.522263"], ["updated_at", "2017-12-20 17:44:58.522263"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1244970542 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db6f974f-9c54-4b82-b284-d5389fa1e841' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e86fbdf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1244970542], ["username", "bigbear"], ["access_token", "d3279b3923199b498bd69bd05f4743f9"], ["uuid", "db6f974f-9c54-4b82-b284-d5389fa1e841"], ["support_identifier", "cs_8e86fbdf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.526551"], ["updated_at", "2017-12-20 17:44:58.526551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1363664228 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c0f87e2-672d-4806-9aa4-0c14b6d5e778' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e74b2aef' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1363664228], ["username", "jstrav"], ["access_token", "063fc46e42be591ba151c378ff8d6c0c"], ["uuid", "2c0f87e2-672d-4806-9aa4-0c14b6d5e778"], ["support_identifier", "cs_e74b2aef"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.534955"], ["updated_at", "2017-12-20 17:44:58.534955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1844684774 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '386efceb-2780-4766-ae2a-fe3730e90c47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50e5406d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1844684774], ["username", "mary"], ["access_token", "b6849571f06d6f69d763027ad5481b48"], ["uuid", "386efceb-2780-4766-ae2a-fe3730e90c47"], ["support_identifier", "cs_50e5406d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.540801"], ["updated_at", "2017-12-20 17:44:58.540801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641666881 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7393e19-0a49-4701-8cf4-4105321fdf93' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e76ede89' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -641666881], ["username", "jstead"], ["access_token", "562e2f3b95adfbe760ec0a184b3abf67"], ["uuid", "c7393e19-0a49-4701-8cf4-4105321fdf93"], ["support_identifier", "cs_e76ede89"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.545692"], ["updated_at", "2017-12-20 17:44:58.545692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1913209017 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c70e002a-21c4-4db8-b2d8-627f6f296b0a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ead4a2e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1913209017], ["username", "bigbear"], ["access_token", "e26dd89cdbdacc6674c653a3a6460300"], ["uuid", "c70e002a-21c4-4db8-b2d8-627f6f296b0a"], ["support_identifier", "cs_ead4a2e3"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.550346"], ["updated_at", "2017-12-20 17:44:58.550346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c7393e19-0a49-4701-8cf4-4105321fdf93')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c7393e19-0a49-4701-8cf4-4105321fdf93') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -63093150 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '231df893-1178-4b78-9a89-62312efedc19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b1ad0854' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -63093150], ["username", "jstrav"], ["access_token", "73d283f755730c0589d4c0a097477823"], ["uuid", "231df893-1178-4b78-9a89-62312efedc19"], ["support_identifier", "cs_b1ad0854"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.559458"], ["updated_at", "2017-12-20 17:44:58.559458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -175135888 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f4ffdc1-319d-4324-952c-e35b61a121f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c278e37f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -175135888], ["username", "mary"], ["access_token", "a3792d2fa47485a889f67daaf562c801"], ["uuid", "4f4ffdc1-319d-4324-952c-e35b61a121f0"], ["support_identifier", "cs_c278e37f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.564205"], ["updated_at", "2017-12-20 17:44:58.564205"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965488501 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21de6086-e0fa-4d6b-b16e-582a855cd173' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e2cdb21e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -965488501], ["username", "jstead"], ["access_token", "ed9e7eaae25ac9c903684d6d6b8e9a67"], ["uuid", "21de6086-e0fa-4d6b-b16e-582a855cd173"], ["support_identifier", "cs_e2cdb21e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.568550"], ["updated_at", "2017-12-20 17:44:58.568550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -30931104 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ac50cbd-0cd9-497d-b1d1-d7eece42c631' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d6994a31' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -30931104], ["username", "bigbear"], ["access_token", "0135281dcf0ee38211274b9c43bf48f9"], ["uuid", "2ac50cbd-0cd9-497d-b1d1-d7eece42c631"], ["support_identifier", "cs_d6994a31"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.573188"], ["updated_at", "2017-12-20 17:44:58.573188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_e2cdb21e')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_e2cdb21e') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2145562956 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1f96362-202d-4f48-880f-1ac5d78b868c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8363595' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2145562956], ["username", "jstrav"], ["access_token", "871889b28c1b7a352729799c2888a015"], ["uuid", "c1f96362-202d-4f48-880f-1ac5d78b868c"], ["support_identifier", "cs_f8363595"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.582220"], ["updated_at", "2017-12-20 17:44:58.582220"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -922054760 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2c9f7a7-d48c-4b69-9dfd-fdfae304515a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b15adcad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -922054760], ["username", "mary"], ["access_token", "8b2a84b5732bea68942322e78eedc44b"], ["uuid", "d2c9f7a7-d48c-4b69-9dfd-fdfae304515a"], ["support_identifier", "cs_b15adcad"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.586641"], ["updated_at", "2017-12-20 17:44:58.586641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1481658994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '58006835-6736-4540-92fa-333b7efa35e4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_21ec54a2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1481658994], ["username", "jstead"], ["access_token", "fc4a01588abf1ca91051316a91e18f01"], ["uuid", "58006835-6736-4540-92fa-333b7efa35e4"], ["support_identifier", "cs_21ec54a2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.591085"], ["updated_at", "2017-12-20 17:44:58.591085"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -27363169 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11641a2f-cb1f-49d8-a6ed-cfc037bd0474' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9c830439' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -27363169], ["username", "bigbear"], ["access_token", "ca62dd9b4bdf59835f046d4b6ba2b9bf"], ["uuid", "11641a2f-cb1f-49d8-a6ed-cfc037bd0474"], ["support_identifier", "cs_9c830439"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.595707"], ["updated_at", "2017-12-20 17:44:58.595707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -585153721 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4bfa8d6-9d92-4e77-8f9e-6d9b037f2c9f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3fe7260e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -585153721], ["username", "jstrav"], ["access_token", "8ad26bb65f83f2b2a644644a676192bb"], ["uuid", "f4bfa8d6-9d92-4e77-8f9e-6d9b037f2c9f"], ["support_identifier", "cs_3fe7260e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.604310"], ["updated_at", "2017-12-20 17:44:58.604310"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -550629593 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a6931df7-8fe4-4a09-a11f-b155c004f03f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6aa83617' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -550629593], ["username", "mary"], ["access_token", "0d7efe42e18f3bb4bc0280fc1933aaef"], ["uuid", "a6931df7-8fe4-4a09-a11f-b155c004f03f"], ["support_identifier", "cs_6aa83617"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.609989"], ["updated_at", "2017-12-20 17:44:58.609989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -69729948 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64c54880-8b55-482e-8011-946e76e8fe4b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ff4721b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -69729948], ["username", "jstead"], ["access_token", "8cc1faf28491a1f5003dec68025da830"], ["uuid", "64c54880-8b55-482e-8011-946e76e8fe4b"], ["support_identifier", "cs_ff4721b1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.614368"], ["updated_at", "2017-12-20 17:44:58.614368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -834810057 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac129f2e-900c-423c-82d5-579be2c6265d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ee829da7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -834810057], ["username", "bigbear"], ["access_token", "f69d9d70b66fe4102d363977013b00bb"], ["uuid", "ac129f2e-900c-423c-82d5-579be2c6265d"], ["support_identifier", "cs_ee829da7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.618339"], ["updated_at", "2017-12-20 17:44:58.618339"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366657800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ed58bbc-61e0-4756-8308-8a55fa1ab029' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a45eb3e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -366657800], ["username", "jstrav"], ["access_token", "860126110d9b0a073a16ea4608443ea6"], ["uuid", "0ed58bbc-61e0-4756-8308-8a55fa1ab029"], ["support_identifier", "cs_a45eb3e0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.626669"], ["updated_at", "2017-12-20 17:44:58.626669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -745546404 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b6b64ec-58a1-4b37-8368-4efac8cb686a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_71961f87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -745546404], ["username", "mary"], ["access_token", "47549d5cf39b932bcd3f51a3d7f09573"], ["uuid", "3b6b64ec-58a1-4b37-8368-4efac8cb686a"], ["support_identifier", "cs_71961f87"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.631036"], ["updated_at", "2017-12-20 17:44:58.631036"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -993825283 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f875eaf-1972-4abe-88f7-ba6b5197c756' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ac7d9873' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -993825283], ["username", "jstead"], ["access_token", "e975a3ad82f84510bb7e25a7101449c9"], ["uuid", "7f875eaf-1972-4abe-88f7-ba6b5197c756"], ["support_identifier", "cs_ac7d9873"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.635179"], ["updated_at", "2017-12-20 17:44:58.635179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -260392890 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f308526e-0212-475f-8d43-e5ffbdb7e222' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1383d97' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -260392890], ["username", "bigbear"], ["access_token", "6dc5cf56a616a2af7840995df65eaab2"], ["uuid", "f308526e-0212-475f-8d43-e5ffbdb7e222"], ["support_identifier", "cs_f1383d97"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.640997"], ["updated_at", "2017-12-20 17:44:58.640997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687265222 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a92c59d3-667b-4e59-84cf-a32af3483bb1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2bc535f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1687265222], ["username", "billy_00"], ["access_token", "3ce9a0a05660e7c31a34989a0b1e9e28"], ["uuid", "a92c59d3-667b-4e59-84cf-a32af3483bb1"], ["support_identifier", "cs_f2bc535f"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:44:58.645543"], ["updated_at", "2017-12-20 17:44:58.645543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1662946986 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a307d4d-3b79-4d30-a062-2c73a602d7fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4439cfcf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1662946986], ["username", "billy_01"], ["access_token", "ebd2b90da11af91efc3de423e9d2ea7a"], ["uuid", "5a307d4d-3b79-4d30-a062-2c73a602d7fe"], ["support_identifier", "cs_4439cfcf"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:44:58.649696"], ["updated_at", "2017-12-20 17:44:58.649696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -490078029 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dcf5a951-b81f-4b75-8952-9fc13859b38b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb50526d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -490078029], ["username", "billy_02"], ["access_token", "d65704f20282194aaf284007ef5fd22f"], ["uuid", "dcf5a951-b81f-4b75-8952-9fc13859b38b"], ["support_identifier", "cs_bb50526d"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:44:58.653786"], ["updated_at", "2017-12-20 17:44:58.653786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1491351456 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b77503f-245e-4aa9-a46b-f25626dfae14' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_23411a4e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1491351456], ["username", "billy_03"], ["access_token", "0213e07bb40fce97d98ce24f25e9789e"], ["uuid", "3b77503f-245e-4aa9-a46b-f25626dfae14"], ["support_identifier", "cs_23411a4e"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:44:58.659684"], ["updated_at", "2017-12-20 17:44:58.659684"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -526363907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd7be844-c7b0-48a3-bad6-aec14573fb8c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2813c3e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -526363907], ["username", "billy_04"], ["access_token", "26af74c0082cdbeec889532f32563c9f"], ["uuid", "cd7be844-c7b0-48a3-bad6-aec14573fb8c"], ["support_identifier", "cs_2813c3e6"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:44:58.665158"], ["updated_at", "2017-12-20 17:44:58.665158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -21626069 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c7b9108-9577-4678-9bd7-4eef0ffd08ce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2861d114' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -21626069], ["username", "billy_05"], ["access_token", "38552478022ed3d52e91f3b07a82bd53"], ["uuid", "6c7b9108-9577-4678-9bd7-4eef0ffd08ce"], ["support_identifier", "cs_2861d114"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:44:58.669590"], ["updated_at", "2017-12-20 17:44:58.669590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -79148273 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb28b6ae-c83e-40dc-886a-4954b8d16b2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9fee444f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -79148273], ["username", "billy_06"], ["access_token", "e6517e336cb033b8146b2aebacf5a01c"], ["uuid", "cb28b6ae-c83e-40dc-886a-4954b8d16b2d"], ["support_identifier", "cs_9fee444f"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:44:58.673730"], ["updated_at", "2017-12-20 17:44:58.673730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1451014072 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '422588ab-ce38-406a-82c8-bc6709722c93' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e0e1845' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1451014072], ["username", "billy_07"], ["access_token", "8c3a5a1e68aa9da61b0a6fe7a7bd8d0d"], ["uuid", "422588ab-ce38-406a-82c8-bc6709722c93"], ["support_identifier", "cs_2e0e1845"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:44:58.677827"], ["updated_at", "2017-12-20 17:44:58.677827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1696963192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c3e4d48-3ae9-4e00-814b-89ab77a95af9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f9312d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1696963192], ["username", "billy_08"], ["access_token", "e2949f5a36707649cd5c47e59e580c38"], ["uuid", "2c3e4d48-3ae9-4e00-814b-89ab77a95af9"], ["support_identifier", "cs_6f9312d9"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:44:58.681910"], ["updated_at", "2017-12-20 17:44:58.681910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169361 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fdb0d000-ae73-4a42-8b89-26274ebeb50f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2554a4cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -169361], ["username", "billy_09"], ["access_token", "bfef50a19c106948c36092e655766019"], ["uuid", "fdb0d000-ae73-4a42-8b89-26274ebeb50f"], ["support_identifier", "cs_2554a4cf"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:44:58.685931"], ["updated_at", "2017-12-20 17:44:58.685931"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -233567931 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '504d57b4-d620-4294-b115-f19d2f01e5ac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce7003eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -233567931], ["username", "billy_10"], ["access_token", "5aab7d1e15242f73ff8bb80250e6622b"], ["uuid", "504d57b4-d620-4294-b115-f19d2f01e5ac"], ["support_identifier", "cs_ce7003eb"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:44:58.690042"], ["updated_at", "2017-12-20 17:44:58.690042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -838716345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c357e199-bf5e-46f2-9429-7cc99345a245' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7517feef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -838716345], ["username", "billy_11"], ["access_token", "daef5f63e94140118bbf31464141a6ec"], ["uuid", "c357e199-bf5e-46f2-9429-7cc99345a245"], ["support_identifier", "cs_7517feef"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:44:58.694117"], ["updated_at", "2017-12-20 17:44:58.694117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137297883 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c581087e-d813-448f-bda5-45d20ed2df37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cdb28e51' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2137297883], ["username", "billy_12"], ["access_token", "c50c1294c82021b1b461e671913bae72"], ["uuid", "c581087e-d813-448f-bda5-45d20ed2df37"], ["support_identifier", "cs_cdb28e51"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:44:58.698293"], ["updated_at", "2017-12-20 17:44:58.698293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -499259947 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d1a1173-4e75-4e6c-9967-75d3c63cbeb5' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_329ef3ac' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -499259947], ["username", "billy_13"], ["access_token", "8195d186eb56e794a5402fc193bf501e"], ["uuid", "7d1a1173-4e75-4e6c-9967-75d3c63cbeb5"], ["support_identifier", "cs_329ef3ac"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:44:58.704051"], ["updated_at", "2017-12-20 17:44:58.704051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1426612863 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fcd42a60-5af8-4b2d-b304-3443834fb123' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8535202c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1426612863], ["username", "billy_14"], ["access_token", "4161742767289cd2f02d46cad7928697"], ["uuid", "fcd42a60-5af8-4b2d-b304-3443834fb123"], ["support_identifier", "cs_8535202c"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:44:58.709622"], ["updated_at", "2017-12-20 17:44:58.709622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1244273316 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a44fc846-865e-46a7-9bd6-8ddeeffc7463' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8b39c5d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1244273316], ["username", "billy_15"], ["access_token", "cb5a807f6fc0ab556a1a97f7d9cb8d7a"], ["uuid", "a44fc846-865e-46a7-9bd6-8ddeeffc7463"], ["support_identifier", "cs_f8b39c5d"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:44:58.714151"], ["updated_at", "2017-12-20 17:44:58.714151"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1536697210 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7676f18f-5e97-440d-940d-4af9762212fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dbaae499' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1536697210], ["username", "billy_16"], ["access_token", "38f40db7a241a40997071a2fe9e3bb03"], ["uuid", "7676f18f-5e97-440d-940d-4af9762212fb"], ["support_identifier", "cs_dbaae499"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:44:58.718231"], ["updated_at", "2017-12-20 17:44:58.718231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605303192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '86139939-ede3-46dc-99f0-5abfefc7dac9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ff2d2b01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1605303192], ["username", "billy_17"], ["access_token", "08580ae68247da2e379e747dca6b8e65"], ["uuid", "86139939-ede3-46dc-99f0-5abfefc7dac9"], ["support_identifier", "cs_ff2d2b01"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:44:58.722324"], ["updated_at", "2017-12-20 17:44:58.722324"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -165087631 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e468388-e90f-4a9d-9bd4-842db487b33f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38e895d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -165087631], ["username", "billy_18"], ["access_token", "56166a225085e83bce0277a1063fde73"], ["uuid", "7e468388-e90f-4a9d-9bd4-842db487b33f"], ["support_identifier", "cs_38e895d1"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:44:58.726379"], ["updated_at", "2017-12-20 17:44:58.726379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1256303606 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d8be961-9a9c-42dc-a812-d9e7bc47f423' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_94721c47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1256303606], ["username", "billy_19"], ["access_token", "957452a58498177d504a3688bb0a94d7"], ["uuid", "0d8be961-9a9c-42dc-a812-d9e7bc47f423"], ["support_identifier", "cs_94721c47"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:44:58.737824"], ["updated_at", "2017-12-20 17:44:58.737824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2029080189 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35335cf8-f937-45a9-b590-2ff708f79cc9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d2feb01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2029080189], ["username", "billy_20"], ["access_token", "11967abe9b7b337f708f82711a363438"], ["uuid", "35335cf8-f937-45a9-b590-2ff708f79cc9"], ["support_identifier", "cs_8d2feb01"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:44:58.742277"], ["updated_at", "2017-12-20 17:44:58.742277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222754813 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7dda3f82-622a-4e50-8d23-09c51abbdb0e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_df4e5b46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1222754813], ["username", "billy_21"], ["access_token", "5e1028e74b818fa5868d2abb09e1ce10"], ["uuid", "7dda3f82-622a-4e50-8d23-09c51abbdb0e"], ["support_identifier", "cs_df4e5b46"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:44:58.746621"], ["updated_at", "2017-12-20 17:44:58.746621"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1361061671 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '992aa802-64f9-436e-86df-c2351da7aa67' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_82ad84aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1361061671], ["username", "billy_22"], ["access_token", "29c9fca9bc34a970c949e3312bd8147b"], ["uuid", "992aa802-64f9-436e-86df-c2351da7aa67"], ["support_identifier", "cs_82ad84aa"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:44:58.750961"], ["updated_at", "2017-12-20 17:44:58.750961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1797122218 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0df749a-894d-4b59-bf03-d2e9f6922fa7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e3457cee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1797122218], ["username", "billy_23"], ["access_token", "61da9dff6083bba66be9dad8b6a9c5b1"], ["uuid", "a0df749a-894d-4b59-bf03-d2e9f6922fa7"], ["support_identifier", "cs_e3457cee"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:44:58.755280"], ["updated_at", "2017-12-20 17:44:58.755280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -809701092 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68b7181e-b05a-4034-87bb-1a900dae61d9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_25487a5b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -809701092], ["username", "billy_24"], ["access_token", "02174065419dabf3b9c9f10ed8442d24"], ["uuid", "68b7181e-b05a-4034-87bb-1a900dae61d9"], ["support_identifier", "cs_25487a5b"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:44:58.759768"], ["updated_at", "2017-12-20 17:44:58.759768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1927481304 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95eccc7d-6d6d-4fb8-a6b8-9239a1e4540a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_90308a0a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1927481304], ["username", "billy_25"], ["access_token", "7739e06682cb0b4cf11d03bcaa3a6c4b"], ["uuid", "95eccc7d-6d6d-4fb8-a6b8-9239a1e4540a"], ["support_identifier", "cs_90308a0a"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:44:58.764082"], ["updated_at", "2017-12-20 17:44:58.764082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -44682164 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3dd3aca6-3c71-4add-881c-7315499e8427' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_425daf2b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -44682164], ["username", "billy_26"], ["access_token", "354555ccdfff01998e3d9078bc36475a"], ["uuid", "3dd3aca6-3c71-4add-881c-7315499e8427"], ["support_identifier", "cs_425daf2b"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:44:58.768730"], ["updated_at", "2017-12-20 17:44:58.768730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1240581055 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bde700c-2530-4034-a777-af8db51130cc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d6ded05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1240581055], ["username", "billy_27"], ["access_token", "9ad3b3f70d4d198b628341914024d1c7"], ["uuid", "9bde700c-2530-4034-a777-af8db51130cc"], ["support_identifier", "cs_4d6ded05"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:44:58.773331"], ["updated_at", "2017-12-20 17:44:58.773331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -664975456 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1b32935-5057-428b-88b6-63f1bcb57d2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_79747d96' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -664975456], ["username", "billy_28"], ["access_token", "b24be0324531bfee3fb8ae85781b1862"], ["uuid", "b1b32935-5057-428b-88b6-63f1bcb57d2d"], ["support_identifier", "cs_79747d96"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:44:58.777684"], ["updated_at", "2017-12-20 17:44:58.777684"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851828099 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97081229-28f5-49b3-9d58-192ecde67ca4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_94d0ecc9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -851828099], ["username", "billy_29"], ["access_token", "ebd6928a12432158826c7f9766cb7567"], ["uuid", "97081229-28f5-49b3-9d58-192ecde67ca4"], ["support_identifier", "cs_94d0ecc9"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:44:58.782082"], ["updated_at", "2017-12-20 17:44:58.782082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -770813758 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef058e64-0e5a-4449-a254-ca08964793b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_db2105a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -770813758], ["username", "billy_30"], ["access_token", "21d43c121734af6cb4ea46f7cc04cae1"], ["uuid", "ef058e64-0e5a-4449-a254-ca08964793b7"], ["support_identifier", "cs_db2105a6"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:44:58.786397"], ["updated_at", "2017-12-20 17:44:58.786397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1111825616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2071e161-7848-429a-9ba8-a3672e8b1823' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d13ae6da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1111825616], ["username", "billy_31"], ["access_token", "f58736d0dd3e15923113e6b1fa736cdb"], ["uuid", "2071e161-7848-429a-9ba8-a3672e8b1823"], ["support_identifier", "cs_d13ae6da"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:44:58.790661"], ["updated_at", "2017-12-20 17:44:58.790661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -912987074 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cee88ab8-0b7b-41b6-be84-68c73c14a4bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2c1b8350' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -912987074], ["username", "billy_32"], ["access_token", "243bb01f52016cd5df0bda8f280e154b"], ["uuid", "cee88ab8-0b7b-41b6-be84-68c73c14a4bf"], ["support_identifier", "cs_2c1b8350"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:44:58.795003"], ["updated_at", "2017-12-20 17:44:58.795003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1267110193 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0df12bec-05f3-4e61-8635-17c2b40dc830' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_89576cc0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1267110193], ["username", "billy_33"], ["access_token", "35709c30bf64a085f95450d61736f894"], ["uuid", "0df12bec-05f3-4e61-8635-17c2b40dc830"], ["support_identifier", "cs_89576cc0"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:44:58.799543"], ["updated_at", "2017-12-20 17:44:58.799543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1535172428 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e2290c2-6c53-42f1-9573-136676ab0423' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c510b61f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1535172428], ["username", "billy_34"], ["access_token", "f949c8160981f063b4f59aabb7ce020e"], ["uuid", "8e2290c2-6c53-42f1-9573-136676ab0423"], ["support_identifier", "cs_c510b61f"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:44:58.803959"], ["updated_at", "2017-12-20 17:44:58.803959"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1809819987 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16a54f4b-9635-49f7-a694-6553ca318e51' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3d82b80c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1809819987], ["username", "billy_35"], ["access_token", "1ef22071920c1e511af0024caf7c19f2"], ["uuid", "16a54f4b-9635-49f7-a694-6553ca318e51"], ["support_identifier", "cs_3d82b80c"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:44:58.808742"], ["updated_at", "2017-12-20 17:44:58.808742"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2057969219 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '456ce6d3-b64a-43e1-9abb-697010b678ce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf6a038c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2057969219], ["username", "billy_36"], ["access_token", "2e5b7bf1d5e1091df3afa1b86f568411"], ["uuid", "456ce6d3-b64a-43e1-9abb-697010b678ce"], ["support_identifier", "cs_bf6a038c"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:44:58.813781"], ["updated_at", "2017-12-20 17:44:58.813781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912879132 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35e6af0a-fcb7-4ddf-89d4-8a58edb0f1f7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85bf8f1b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1912879132], ["username", "billy_37"], ["access_token", "0d28127d780c7f7643d7debb045aa85a"], ["uuid", "35e6af0a-fcb7-4ddf-89d4-8a58edb0f1f7"], ["support_identifier", "cs_85bf8f1b"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:44:58.818217"], ["updated_at", "2017-12-20 17:44:58.818217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1785055099 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e77674ae-6371-4aed-909d-83bd36596c96' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_24020a71' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1785055099], ["username", "billy_38"], ["access_token", "7f9bf44dbf754813578803d2b289d5f2"], ["uuid", "e77674ae-6371-4aed-909d-83bd36596c96"], ["support_identifier", "cs_24020a71"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:44:58.822523"], ["updated_at", "2017-12-20 17:44:58.822523"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1456239377 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a970433a-4c84-47d1-b314-1863af936413' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f96b0300' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1456239377], ["username", "billy_39"], ["access_token", "07a458b7ea1a22868008018615cc2593"], ["uuid", "a970433a-4c84-47d1-b314-1863af936413"], ["support_identifier", "cs_f96b0300"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:44:58.826816"], ["updated_at", "2017-12-20 17:44:58.826816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -692042552 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eedb4751-acd4-4139-a25b-73d60e8f4945' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3deb6f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -692042552], ["username", "billy_40"], ["access_token", "8884da91cfa4a68ea1f3c88cdcd48e61"], ["uuid", "eedb4751-acd4-4139-a25b-73d60e8f4945"], ["support_identifier", "cs_b3deb6f3"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:44:58.831354"], ["updated_at", "2017-12-20 17:44:58.831354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -379518815 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee29f0d6-8d5c-49fd-bece-24725877a7da' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e719bebd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -379518815], ["username", "billy_41"], ["access_token", "a289a561e6ffa64a1036baae1da58e39"], ["uuid", "ee29f0d6-8d5c-49fd-bece-24725877a7da"], ["support_identifier", "cs_e719bebd"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:44:58.835649"], ["updated_at", "2017-12-20 17:44:58.835649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -645470066 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa1cb0a7-c7a7-4a64-b6ed-cd8e35c4a58c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48ff2357' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -645470066], ["username", "billy_42"], ["access_token", "055d0ca3c6711f223b12da484f1c181c"], ["uuid", "aa1cb0a7-c7a7-4a64-b6ed-cd8e35c4a58c"], ["support_identifier", "cs_48ff2357"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:44:58.839903"], ["updated_at", "2017-12-20 17:44:58.839903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2071364639 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5443259f-bdaf-4375-8ee3-d23408d8dca2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_02e22d8d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2071364639], ["username", "billy_43"], ["access_token", "2bce5f9840c93b7d5fa20cc45c92386e"], ["uuid", "5443259f-bdaf-4375-8ee3-d23408d8dca2"], ["support_identifier", "cs_02e22d8d"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:44:58.844346"], ["updated_at", "2017-12-20 17:44:58.844346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -953237922 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a06f798-d7ab-438c-95c9-ea36b4e06bbc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_047b183c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -953237922], ["username", "billy_44"], ["access_token", "cddd3a3398f4e9f2cb74057bd49cb2e7"], ["uuid", "0a06f798-d7ab-438c-95c9-ea36b4e06bbc"], ["support_identifier", "cs_047b183c"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:44:58.848762"], ["updated_at", "2017-12-20 17:44:58.848762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -190153356 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec4ac120-0c41-42f8-b798-bb51c767ae51' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a15e4fc2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -190153356], ["username", "billy_45"], ["access_token", "811498210acdab300586add07d4161be"], ["uuid", "ec4ac120-0c41-42f8-b798-bb51c767ae51"], ["support_identifier", "cs_a15e4fc2"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:44:58.853050"], ["updated_at", "2017-12-20 17:44:58.853050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1945491686 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a1c2ba6-b5a5-4d0b-8fa7-7b9bdce0451e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c12ee01' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1945491686], ["username", "jstrav"], ["access_token", "efd2a9610e61366fae526f096c2abb62"], ["uuid", "0a1c2ba6-b5a5-4d0b-8fa7-7b9bdce0451e"], ["support_identifier", "cs_4c12ee01"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:58.866199"], ["updated_at", "2017-12-20 17:44:58.866199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -804560918 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '685c6a45-f978-462f-a297-f64066f3c625' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1daec07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -804560918], ["username", "mary"], ["access_token", "3b43684b7a1dd1574ddc097fc2e9a61c"], ["uuid", "685c6a45-f978-462f-a297-f64066f3c625"], ["support_identifier", "cs_f1daec07"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:58.871333"], ["updated_at", "2017-12-20 17:44:58.871333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2015789689 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '156304dd-8551-4dd8-b32d-0039545a8e43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4fdca21c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2015789689], ["username", "jstead"], ["access_token", "7e80cffdf290ca225561bdd12340efe7"], ["uuid", "156304dd-8551-4dd8-b32d-0039545a8e43"], ["support_identifier", "cs_4fdca21c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:58.875702"], ["updated_at", "2017-12-20 17:44:58.875702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2056724751 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ace53171-b97a-4052-8f3a-302de3a33a5b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_352856ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2056724751], ["username", "bigbear"], ["access_token", "19d9f38dd4defeccca8c500de93bdb50"], ["uuid", "ace53171-b97a-4052-8f3a-302de3a33a5b"], ["support_identifier", "cs_352856ee"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:58.880002"], ["updated_at", "2017-12-20 17:44:58.880002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -133975909 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9af67835-4664-4aaa-bb71-f4adb371d185' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_950f62a6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -133975909], ["username", "billy_00"], ["access_token", "ab391707c46d10e4da99d5bec76a3309"], ["uuid", "9af67835-4664-4aaa-bb71-f4adb371d185"], ["support_identifier", "cs_950f62a6"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:44:58.884381"], ["updated_at", "2017-12-20 17:44:58.884381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2003998011 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8f0af46-2719-4fd7-8293-be09c0d76a86' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c01c158' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2003998011], ["username", "billy_01"], ["access_token", "3f9f062c60ed127ca1d6da967b0cdcd8"], ["uuid", "f8f0af46-2719-4fd7-8293-be09c0d76a86"], ["support_identifier", "cs_1c01c158"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:44:58.888712"], ["updated_at", "2017-12-20 17:44:58.888712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -167713502 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44e182b2-4e07-4f96-a52b-7e41b9298c7d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_01a61b26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -167713502], ["username", "billy_02"], ["access_token", "8761c7ae015bdbe20f015f269bf0cd4f"], ["uuid", "44e182b2-4e07-4f96-a52b-7e41b9298c7d"], ["support_identifier", "cs_01a61b26"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:44:58.892988"], ["updated_at", "2017-12-20 17:44:58.892988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -522861106 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4efe637-1438-4850-b80c-976ff02cd7dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6c69a8d8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -522861106], ["username", "billy_03"], ["access_token", "93e950cb99ae20b223c7850f6e92305a"], ["uuid", "a4efe637-1438-4850-b80c-976ff02cd7dc"], ["support_identifier", "cs_6c69a8d8"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:44:58.897663"], ["updated_at", "2017-12-20 17:44:58.897663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -802256818 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12d718f4-a265-482b-a3a1-7100bb8e9432' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6cde8cba' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -802256818], ["username", "billy_04"], ["access_token", "5476ac0a1d7e7aaa9a78393c5cb864b7"], ["uuid", "12d718f4-a265-482b-a3a1-7100bb8e9432"], ["support_identifier", "cs_6cde8cba"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:44:58.904100"], ["updated_at", "2017-12-20 17:44:58.904100"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -362295355 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c91debdb-1feb-418f-81b0-4a17a68db4d9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c358c89a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -362295355], ["username", "billy_05"], ["access_token", "9e5fc9f260c288911e720c1f581a4621"], ["uuid", "c91debdb-1feb-418f-81b0-4a17a68db4d9"], ["support_identifier", "cs_c358c89a"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:44:58.910303"], ["updated_at", "2017-12-20 17:44:58.910303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -813850116 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f587bddd-d997-4114-9d4d-0f4fbd279765' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e3588c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -813850116], ["username", "billy_06"], ["access_token", "a491ba5cdc57440fafea550cae7fec05"], ["uuid", "f587bddd-d997-4114-9d4d-0f4fbd279765"], ["support_identifier", "cs_4e3588c8"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:44:58.914732"], ["updated_at", "2017-12-20 17:44:58.914732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1750288939 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b950d5db-ad40-47a7-a629-a12865c4230b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_58fbb22a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1750288939], ["username", "billy_07"], ["access_token", "13308d0059fc3aebb1f9752a494afcf1"], ["uuid", "b950d5db-ad40-47a7-a629-a12865c4230b"], ["support_identifier", "cs_58fbb22a"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:44:58.919086"], ["updated_at", "2017-12-20 17:44:58.919086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -88575228 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bb4fce5-d97e-4614-bcf3-c6422ec4acf1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e2e9fdfc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -88575228], ["username", "billy_08"], ["access_token", "493bb47a650c8a150b71d46befa589c2"], ["uuid", "8bb4fce5-d97e-4614-bcf3-c6422ec4acf1"], ["support_identifier", "cs_e2e9fdfc"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:44:58.923473"], ["updated_at", "2017-12-20 17:44:58.923473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1152393115 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16d1a88e-1508-4ed9-91b5-939a7d03efa5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9de8538e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1152393115], ["username", "billy_09"], ["access_token", "a020f6c06758de7723c082a56a3010b8"], ["uuid", "16d1a88e-1508-4ed9-91b5-939a7d03efa5"], ["support_identifier", "cs_9de8538e"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:44:58.927996"], ["updated_at", "2017-12-20 17:44:58.927996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2108867889 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a97ce5ec-3083-44e2-a90d-935dbae1ea48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50f9b393' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2108867889], ["username", "billy_10"], ["access_token", "544094d9624f9e04b3d35188a9aeff39"], ["uuid", "a97ce5ec-3083-44e2-a90d-935dbae1ea48"], ["support_identifier", "cs_50f9b393"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:44:58.932352"], ["updated_at", "2017-12-20 17:44:58.932352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1359071887 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca0ae684-2e1e-46a2-9a90-c3c2a2240320' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68298a22' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1359071887], ["username", "billy_11"], ["access_token", "a8b15c573c90e2ac466c192a1273d984"], ["uuid", "ca0ae684-2e1e-46a2-9a90-c3c2a2240320"], ["support_identifier", "cs_68298a22"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:44:58.936648"], ["updated_at", "2017-12-20 17:44:58.936648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -569185189 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16a6d515-525d-44fe-aef0-644b6754eb40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3432170a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -569185189], ["username", "billy_12"], ["access_token", "856a39f0e2569ab11726ef37070223cc"], ["uuid", "16a6d515-525d-44fe-aef0-644b6754eb40"], ["support_identifier", "cs_3432170a"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:44:58.940908"], ["updated_at", "2017-12-20 17:44:58.940908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1794658794 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d6e2fc8-72b3-4106-80f2-e2747525995e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d0d240f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1794658794], ["username", "billy_13"], ["access_token", "f38a16f9df96eefa351e4060dd01b708"], ["uuid", "0d6e2fc8-72b3-4106-80f2-e2747525995e"], ["support_identifier", "cs_d0d240f0"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:44:58.945089"], ["updated_at", "2017-12-20 17:44:58.945089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1606111688 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5daf3704-5900-46ef-a03e-3879fa4071cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2f37eaa5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1606111688], ["username", "billy_14"], ["access_token", "63985146b8b032591683fe4cdf912032"], ["uuid", "5daf3704-5900-46ef-a03e-3879fa4071cf"], ["support_identifier", "cs_2f37eaa5"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:44:58.949284"], ["updated_at", "2017-12-20 17:44:58.949284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972810113 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60015f66-c97b-47c1-ace3-4ff931051939' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d75905da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1972810113], ["username", "billy_15"], ["access_token", "21f5859f3c0259b81599644fcd579a54"], ["uuid", "60015f66-c97b-47c1-ace3-4ff931051939"], ["support_identifier", "cs_d75905da"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:44:58.953503"], ["updated_at", "2017-12-20 17:44:58.953503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -115654239 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65d92362-0ad6-4ab1-ad11-43a70942e362' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af3b4d83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -115654239], ["username", "billy_16"], ["access_token", "fa08bd4dbf42512aa4243734057ac6bc"], ["uuid", "65d92362-0ad6-4ab1-ad11-43a70942e362"], ["support_identifier", "cs_af3b4d83"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:44:58.957900"], ["updated_at", "2017-12-20 17:44:58.957900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -38046393 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e473fee4-d7b7-4086-858a-b45e2bb9e012' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a7ae3e4a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -38046393], ["username", "billy_17"], ["access_token", "03e6a8dd46f7ad9ea62f897428e5448c"], ["uuid", "e473fee4-d7b7-4086-858a-b45e2bb9e012"], ["support_identifier", "cs_a7ae3e4a"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:44:58.962198"], ["updated_at", "2017-12-20 17:44:58.962198"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -601869126 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ad9d0f4-c121-4384-8d4a-baaa89f20366' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a3620c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -601869126], ["username", "billy_18"], ["access_token", "119549abbf0ff94b2dbb137eba65c6c6"], ["uuid", "9ad9d0f4-c121-4384-8d4a-baaa89f20366"], ["support_identifier", "cs_8a3620c9"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:44:58.966425"], ["updated_at", "2017-12-20 17:44:58.966425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222475900 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9346427b-130f-4c9c-9297-921752f0ed56' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_251f358d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1222475900], ["username", "billy_19"], ["access_token", "04456131da668982e58c26849b3df3ca"], ["uuid", "9346427b-130f-4c9c-9297-921752f0ed56"], ["support_identifier", "cs_251f358d"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:44:58.972771"], ["updated_at", "2017-12-20 17:44:58.972771"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965449231 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b65422b-cc76-44b3-bf5c-9480c2056e13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ac05f741' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -965449231], ["username", "billy_20"], ["access_token", "3a790a2244545b6277bc76dfa6dd387e"], ["uuid", "2b65422b-cc76-44b3-bf5c-9480c2056e13"], ["support_identifier", "cs_ac05f741"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:44:58.978472"], ["updated_at", "2017-12-20 17:44:58.978472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1361982071 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e2af555-4210-4235-aba8-601ba186350c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2cdfb74c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1361982071], ["username", "billy_21"], ["access_token", "4130830a392bce556a87bd3e62b6c3ea"], ["uuid", "7e2af555-4210-4235-aba8-601ba186350c"], ["support_identifier", "cs_2cdfb74c"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:44:58.983089"], ["updated_at", "2017-12-20 17:44:58.983089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1770010699 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2717e3d4-322d-4623-a585-4ebc8b969134' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fbb875cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1770010699], ["username", "billy_22"], ["access_token", "a4904eb66da35e00512e23b6086e01a7"], ["uuid", "2717e3d4-322d-4623-a585-4ebc8b969134"], ["support_identifier", "cs_fbb875cf"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:44:58.987427"], ["updated_at", "2017-12-20 17:44:58.987427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -5970334 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '199cf800-ff40-4814-b804-3e19ff581e95' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91fd1798' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -5970334], ["username", "billy_23"], ["access_token", "a342516c4f231922d5cc33cdf27ec116"], ["uuid", "199cf800-ff40-4814-b804-3e19ff581e95"], ["support_identifier", "cs_91fd1798"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:44:58.991645"], ["updated_at", "2017-12-20 17:44:58.991645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1239919726 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f41499c8-11bc-4d22-a49e-bf73700ce33b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d31fee74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1239919726], ["username", "billy_24"], ["access_token", "46086183ed08f10769c3e454cc6bbc22"], ["uuid", "f41499c8-11bc-4d22-a49e-bf73700ce33b"], ["support_identifier", "cs_d31fee74"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:44:58.995985"], ["updated_at", "2017-12-20 17:44:58.995985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544623414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0eea388-c584-4512-8f5a-7bc2e14a71d9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_335f2680' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1544623414], ["username", "billy_25"], ["access_token", "be545c115cbca1aec83c429c1bd4f90a"], ["uuid", "f0eea388-c584-4512-8f5a-7bc2e14a71d9"], ["support_identifier", "cs_335f2680"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:44:59.000325"], ["updated_at", "2017-12-20 17:44:59.000325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -30673597 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18263ee8-24c8-438f-bcd3-289e3f851d8e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c27f4180' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -30673597], ["username", "billy_26"], ["access_token", "18c81010b672289f78391872fd22828e"], ["uuid", "18263ee8-24c8-438f-bcd3-289e3f851d8e"], ["support_identifier", "cs_c27f4180"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:44:59.004735"], ["updated_at", "2017-12-20 17:44:59.004735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1477955301 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2cbb505-3203-4103-986b-2f2ed88ef6e7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_750bc284' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1477955301], ["username", "billy_27"], ["access_token", "4dca8846614b3e801602edfdc6fdef70"], ["uuid", "c2cbb505-3203-4103-986b-2f2ed88ef6e7"], ["support_identifier", "cs_750bc284"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:44:59.009175"], ["updated_at", "2017-12-20 17:44:59.009175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -333536904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bb233cd-318e-4cb6-83ce-8b372326186a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea86459a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -333536904], ["username", "billy_28"], ["access_token", "e5052e9976dea68fd4449c8260b77025"], ["uuid", "4bb233cd-318e-4cb6-83ce-8b372326186a"], ["support_identifier", "cs_ea86459a"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:44:59.013592"], ["updated_at", "2017-12-20 17:44:59.013592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -448200391 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db742a07-a198-4789-87ae-e836bcc0db4f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9bfdf2a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -448200391], ["username", "billy_29"], ["access_token", "44900d8ecbb9ca252424f1de5b2f21fa"], ["uuid", "db742a07-a198-4789-87ae-e836bcc0db4f"], ["support_identifier", "cs_9bfdf2a8"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:44:59.017930"], ["updated_at", "2017-12-20 17:44:59.017930"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1061465535 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17c8d303-a84c-471d-bdc9-a655361ef89e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7e1f709c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1061465535], ["username", "billy_30"], ["access_token", "cc5a62b54c4c77141a3b580e6f61559d"], ["uuid", "17c8d303-a84c-471d-bdc9-a655361ef89e"], ["support_identifier", "cs_7e1f709c"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:44:59.022215"], ["updated_at", "2017-12-20 17:44:59.022215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1783920914 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7332f2d9-69c5-4b01-8a80-578123873279' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_18bfb2ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1783920914], ["username", "billy_31"], ["access_token", "22de73b07ce84cb0700132b732a5fa43"], ["uuid", "7332f2d9-69c5-4b01-8a80-578123873279"], ["support_identifier", "cs_18bfb2ce"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:44:59.026506"], ["updated_at", "2017-12-20 17:44:59.026506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -944272300 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a36c62d9-80e4-4dcc-920e-4cc4c036dce4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_322648d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -944272300], ["username", "billy_32"], ["access_token", "db3d829cc9d74de68664d99a120f862e"], ["uuid", "a36c62d9-80e4-4dcc-920e-4cc4c036dce4"], ["support_identifier", "cs_322648d0"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:44:59.030833"], ["updated_at", "2017-12-20 17:44:59.030833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2028184573 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22c92cde-b711-48a3-ae33-a57e61c8c010' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b88a4a01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2028184573], ["username", "billy_33"], ["access_token", "9af30751422c20a49a258b34501fc086"], ["uuid", "22c92cde-b711-48a3-ae33-a57e61c8c010"], ["support_identifier", "cs_b88a4a01"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:44:59.035305"], ["updated_at", "2017-12-20 17:44:59.035305"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -569192182 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2a2f801-78a8-4c2d-8c69-703a03fbd310' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f53a4ec3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -569192182], ["username", "billy_34"], ["access_token", "ab83dda7a5b3dd9fb396c9bd27d1efa9"], ["uuid", "c2a2f801-78a8-4c2d-8c69-703a03fbd310"], ["support_identifier", "cs_f53a4ec3"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:44:59.039580"], ["updated_at", "2017-12-20 17:44:59.039580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -740800735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1208428d-e476-4885-8009-0fbdd29bde80' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_37186a7a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -740800735], ["username", "billy_35"], ["access_token", "62c4c594f402e1b067ab3a82dba8acb2"], ["uuid", "1208428d-e476-4885-8009-0fbdd29bde80"], ["support_identifier", "cs_37186a7a"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:44:59.043956"], ["updated_at", "2017-12-20 17:44:59.043956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989512791 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82c6fb24-8a06-45b2-a4f0-88cb65127d69' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0628423b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -989512791], ["username", "billy_36"], ["access_token", "d95672442d716765ad2af2989b1ab524"], ["uuid", "82c6fb24-8a06-45b2-a4f0-88cb65127d69"], ["support_identifier", "cs_0628423b"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:44:59.048269"], ["updated_at", "2017-12-20 17:44:59.048269"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1249695811 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '505153fa-aa48-4f54-a2d2-dfe754301fbb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a56a4bc4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1249695811], ["username", "billy_37"], ["access_token", "043b85f4ef7a77b588b4c06cddb784af"], ["uuid", "505153fa-aa48-4f54-a2d2-dfe754301fbb"], ["support_identifier", "cs_a56a4bc4"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:44:59.052707"], ["updated_at", "2017-12-20 17:44:59.052707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -951370132 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c87ba946-b2d1-4081-92c3-034ad522147c' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cb48b1ea' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -951370132], ["username", "billy_38"], ["access_token", "e129348bc811d9b1199137ed45db9657"], ["uuid", "c87ba946-b2d1-4081-92c3-034ad522147c"], ["support_identifier", "cs_cb48b1ea"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:44:59.057780"], ["updated_at", "2017-12-20 17:44:59.057780"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -420629390 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b4858a27-58a3-4897-9650-21fc40f62b6c' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0e5c2a2' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -420629390], ["username", "billy_39"], ["access_token", "b40a4396003db47850c74768ef8a698c"], ["uuid", "b4858a27-58a3-4897-9650-21fc40f62b6c"], ["support_identifier", "cs_a0e5c2a2"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:44:59.065494"], ["updated_at", "2017-12-20 17:44:59.065494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1962762839 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38d5d908-f1a4-4927-9706-c83cc923db66' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2281a8a0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1962762839], ["username", "billy_40"], ["access_token", "67f066f2492b998b28d84d2eb6658261"], ["uuid", "38d5d908-f1a4-4927-9706-c83cc923db66"], ["support_identifier", "cs_2281a8a0"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:44:59.072936"], ["updated_at", "2017-12-20 17:44:59.072936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1192000643 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ab72792-f497-4e8b-bf53-1f501671d28b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9a251943' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1192000643], ["username", "billy_41"], ["access_token", "181578e5135aee7a9a07761491b27dec"], ["uuid", "8ab72792-f497-4e8b-bf53-1f501671d28b"], ["support_identifier", "cs_9a251943"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:44:59.078475"], ["updated_at", "2017-12-20 17:44:59.078475"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -72385137 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bba946bc-f3f2-4fa7-b584-e87163506ec6' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ab55ea8' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -72385137], ["username", "billy_42"], ["access_token", "2cf0a6ad763932c704105264c39c26b9"], ["uuid", "bba946bc-f3f2-4fa7-b584-e87163506ec6"], ["support_identifier", "cs_4ab55ea8"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:44:59.085486"], ["updated_at", "2017-12-20 17:44:59.085486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -319242415 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1adb9ce2-f31d-454b-b42c-7197b4c50d83' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_083be77e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -319242415], ["username", "billy_43"], ["access_token", "e7dc29513352444a12bbed9f1e79affa"], ["uuid", "1adb9ce2-f31d-454b-b42c-7197b4c50d83"], ["support_identifier", "cs_083be77e"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:44:59.092872"], ["updated_at", "2017-12-20 17:44:59.092872"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1140120239 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec01cb07-c6a5-4ad0-846b-35519becd949' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b1d2abf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1140120239], ["username", "billy_44"], ["access_token", "deb0f0989e85e06a7b30e0712fac903c"], ["uuid", "ec01cb07-c6a5-4ad0-846b-35519becd949"], ["support_identifier", "cs_0b1d2abf"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:44:59.098655"], ["updated_at", "2017-12-20 17:44:59.098655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869146252 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fcd117de-cd60-493c-b773-88959b4fc02f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fecd1e8c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -869146252], ["username", "billy_45"], ["access_token", "ec7775f6dba7140e81d216a68fdc4d1a"], ["uuid", "fcd117de-cd60-493c-b773-88959b4fc02f"], ["support_identifier", "cs_fecd1e8c"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:44:59.104117"], ["updated_at", "2017-12-20 17:44:59.104117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.2ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -929372927 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab5a5437-ebe2-434b-a012-a8bf02ab275b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d02fb9fa' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -929372927], ["username", "jstrav"], ["access_token", "2a6107c3214a1f58143625062a1a0ff6"], ["uuid", "ab5a5437-ebe2-434b-a012-a8bf02ab275b"], ["support_identifier", "cs_d02fb9fa"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.118526"], ["updated_at", "2017-12-20 17:44:59.118526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -49054539 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac31fec8-b492-4ebd-925e-830143e641d6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1e56d581' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -49054539], ["username", "mary"], ["access_token", "b3ea3cb4a486617bf8bdb39f6f0ba2ae"], ["uuid", "ac31fec8-b492-4ebd-925e-830143e641d6"], ["support_identifier", "cs_1e56d581"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.125176"], ["updated_at", "2017-12-20 17:44:59.125176"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700985210 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4535b073-6055-4da9-9b16-8241672e5146' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64ea32c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -700985210], ["username", "jstead"], ["access_token", "0436a0d8b5fa6ef19c6f64f997611175"], ["uuid", "4535b073-6055-4da9-9b16-8241672e5146"], ["support_identifier", "cs_64ea32c9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.131929"], ["updated_at", "2017-12-20 17:44:59.131929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -148025450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75a9c938-01ac-46dc-a745-2182e6409309' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9193e4fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -148025450], ["username", "bigbear"], ["access_token", "195f240de8683dde38d63fd1cda56fac"], ["uuid", "75a9c938-01ac-46dc-a745-2182e6409309"], ["support_identifier", "cs_9193e4fc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.137059"], ["updated_at", "2017-12-20 17:44:59.137059"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1781852949 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8552accb-06c1-4a35-b8a2-1ab1e7ab2640' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0105f651' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1781852949], ["username", "billy_00"], ["access_token", "38d5db194f9d1b810578479c0774707d"], ["uuid", "8552accb-06c1-4a35-b8a2-1ab1e7ab2640"], ["support_identifier", "cs_0105f651"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:44:59.141545"], ["updated_at", "2017-12-20 17:44:59.141545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972259617 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '494b1352-4666-464b-9b00-e2d5083aa2b5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f46d3286' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1972259617], ["username", "billy_01"], ["access_token", "a750c4007522288ef2f3bc1b872edfb0"], ["uuid", "494b1352-4666-464b-9b00-e2d5083aa2b5"], ["support_identifier", "cs_f46d3286"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:44:59.145831"], ["updated_at", "2017-12-20 17:44:59.145831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1051928616 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '40822f89-3125-4e78-8440-d11060997a01' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bcc31db2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1051928616], ["username", "billy_02"], ["access_token", "17bbe5d2c034f3d3afb96e3353b4cb0f"], ["uuid", "40822f89-3125-4e78-8440-d11060997a01"], ["support_identifier", "cs_bcc31db2"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:44:59.151816"], ["updated_at", "2017-12-20 17:44:59.151816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1364724666 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5940052b-8a3e-4e06-83b8-baa17e73dce9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_004b990e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1364724666], ["username", "billy_03"], ["access_token", "5df4b49134415c15ef64d2e4abc99254"], ["uuid", "5940052b-8a3e-4e06-83b8-baa17e73dce9"], ["support_identifier", "cs_004b990e"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:44:59.158632"], ["updated_at", "2017-12-20 17:44:59.158632"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -259631530 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e8c20c01-6281-41b1-a6b9-e9dce9b34bfd' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bec1ac8c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -259631530], ["username", "billy_04"], ["access_token", "3f72facfbd348adbfe10462dc3a65664"], ["uuid", "e8c20c01-6281-41b1-a6b9-e9dce9b34bfd"], ["support_identifier", "cs_bec1ac8c"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:44:59.164839"], ["updated_at", "2017-12-20 17:44:59.164839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1823553484 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd12d29af-50cb-46b8-bf73-13fa9b17627d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_59bd3f34' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1823553484], ["username", "billy_05"], ["access_token", "a9ea210ee3cdb32440d2b33995a5c5c9"], ["uuid", "d12d29af-50cb-46b8-bf73-13fa9b17627d"], ["support_identifier", "cs_59bd3f34"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:44:59.170973"], ["updated_at", "2017-12-20 17:44:59.170973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -785464368 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bd3533d-1b43-49be-9880-1b6b07ef3b34' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67a6a9a9' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -785464368], ["username", "billy_06"], ["access_token", "a3b72b040e1a66199c9518e36d4c4d1a"], ["uuid", "5bd3533d-1b43-49be-9880-1b6b07ef3b34"], ["support_identifier", "cs_67a6a9a9"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:44:59.177511"], ["updated_at", "2017-12-20 17:44:59.177511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -668020767 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf343c5a-5137-4461-b1b9-321225138e9c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a2c586cf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -668020767], ["username", "billy_07"], ["access_token", "c9e401afdb6263833ae6aece6aa53f08"], ["uuid", "cf343c5a-5137-4461-b1b9-321225138e9c"], ["support_identifier", "cs_a2c586cf"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:44:59.184159"], ["updated_at", "2017-12-20 17:44:59.184159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2008194924 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee573918-1bb9-4853-95dc-218a6129db7d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fcbf392f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2008194924], ["username", "billy_08"], ["access_token", "47b05b4e89e63ba919f9a8f732ef4bdb"], ["uuid", "ee573918-1bb9-4853-95dc-218a6129db7d"], ["support_identifier", "cs_fcbf392f"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:44:59.188975"], ["updated_at", "2017-12-20 17:44:59.188975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -336089108 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ef939b6-a12c-4ae2-98f3-941caf034324' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_55459925' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -336089108], ["username", "billy_09"], ["access_token", "d48a42f8913251c8fa8808ff8663c1ce"], ["uuid", "2ef939b6-a12c-4ae2-98f3-941caf034324"], ["support_identifier", "cs_55459925"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:44:59.193764"], ["updated_at", "2017-12-20 17:44:59.193764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1693626616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd023036d-3112-497e-bac2-41256dd4651c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c8f7fd2d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1693626616], ["username", "billy_10"], ["access_token", "982230a87564885648cd4c28c51e2941"], ["uuid", "d023036d-3112-497e-bac2-41256dd4651c"], ["support_identifier", "cs_c8f7fd2d"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:44:59.198690"], ["updated_at", "2017-12-20 17:44:59.198690"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1091457413 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65428443-ba66-48d1-86d1-9db9430a6a53' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9c87967b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1091457413], ["username", "billy_11"], ["access_token", "a330301b08ed43a434c7a2105e9e3164"], ["uuid", "65428443-ba66-48d1-86d1-9db9430a6a53"], ["support_identifier", "cs_9c87967b"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:44:59.203720"], ["updated_at", "2017-12-20 17:44:59.203720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66086943 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d271452-f093-4e1c-a62b-8c162cd998f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fdfe9971' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -66086943], ["username", "billy_12"], ["access_token", "508c3e7e7eee8b9b557ceede4508f6b0"], ["uuid", "0d271452-f093-4e1c-a62b-8c162cd998f4"], ["support_identifier", "cs_fdfe9971"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:44:59.208861"], ["updated_at", "2017-12-20 17:44:59.208861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -612324899 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c927141-04eb-4de2-84e9-546eb951de75' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_79f01b15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -612324899], ["username", "billy_13"], ["access_token", "d4eb346566394f03ae758cd8060798de"], ["uuid", "9c927141-04eb-4de2-84e9-546eb951de75"], ["support_identifier", "cs_79f01b15"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:44:59.214226"], ["updated_at", "2017-12-20 17:44:59.214226"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566466233 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39367e1f-c4ed-4bc8-9b1c-cd28c20e08e0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_806288f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -566466233], ["username", "billy_14"], ["access_token", "56d34eb761456d5e024c7aeb478d2cd2"], ["uuid", "39367e1f-c4ed-4bc8-9b1c-cd28c20e08e0"], ["support_identifier", "cs_806288f1"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:44:59.219217"], ["updated_at", "2017-12-20 17:44:59.219217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -68981267 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '008ef46c-6585-4b6c-a31c-039b362edf6d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aaf5e5fe' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -68981267], ["username", "billy_15"], ["access_token", "3df02bde7544f825ec550919f3a308ea"], ["uuid", "008ef46c-6585-4b6c-a31c-039b362edf6d"], ["support_identifier", "cs_aaf5e5fe"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:44:59.223901"], ["updated_at", "2017-12-20 17:44:59.223901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -280359036 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a94f304-0296-4b42-8367-bb6eda460832' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e809ca4a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -280359036], ["username", "billy_16"], ["access_token", "ebf4493741f76e5f205ff234eafe714e"], ["uuid", "1a94f304-0296-4b42-8367-bb6eda460832"], ["support_identifier", "cs_e809ca4a"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:44:59.230445"], ["updated_at", "2017-12-20 17:44:59.230445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -370845555 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3921cdca-0756-468d-bee9-e6fd93e47677' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fffd0290' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -370845555], ["username", "billy_17"], ["access_token", "50281ca7c999668f0e473a4448f79e2d"], ["uuid", "3921cdca-0756-468d-bee9-e6fd93e47677"], ["support_identifier", "cs_fffd0290"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:44:59.236822"], ["updated_at", "2017-12-20 17:44:59.236822"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1198589800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e0d8682-d289-46b5-91a6-9958c2f8e49b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a5450ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1198589800], ["username", "billy_18"], ["access_token", "965f0d4467a6d23e434ebdd7c58ad1dc"], ["uuid", "0e0d8682-d289-46b5-91a6-9958c2f8e49b"], ["support_identifier", "cs_1a5450ff"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:44:59.242022"], ["updated_at", "2017-12-20 17:44:59.242022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524957417 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f53d0619-6f17-43eb-a715-12395a4f2c31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_087722e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1524957417], ["username", "billy_19"], ["access_token", "1f3ff01c51e736ed35f382a2881bcb2c"], ["uuid", "f53d0619-6f17-43eb-a715-12395a4f2c31"], ["support_identifier", "cs_087722e8"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:44:59.246801"], ["updated_at", "2017-12-20 17:44:59.246801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -462546690 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a421bf09-cb34-424b-8423-566e56d0f73b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_efd51451' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -462546690], ["username", "billy_20"], ["access_token", "9d94ebc936a3a7f1befa4f5d974dadd4"], ["uuid", "a421bf09-cb34-424b-8423-566e56d0f73b"], ["support_identifier", "cs_efd51451"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:44:59.252476"], ["updated_at", "2017-12-20 17:44:59.252476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1701987896 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '015c3352-8269-4649-bd05-aa7a1b25c38b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd322c20' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1701987896], ["username", "billy_21"], ["access_token", "7d4bfb4cc094943654780de9bad3b762"], ["uuid", "015c3352-8269-4649-bd05-aa7a1b25c38b"], ["support_identifier", "cs_dd322c20"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:44:59.257600"], ["updated_at", "2017-12-20 17:44:59.257600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -204903311 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cb61311-0d8e-4c5c-9e8b-c8e841ff6605' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_299f233c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -204903311], ["username", "billy_22"], ["access_token", "58b4b32d2c79dc9f8249de55cafc8eeb"], ["uuid", "7cb61311-0d8e-4c5c-9e8b-c8e841ff6605"], ["support_identifier", "cs_299f233c"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:44:59.263734"], ["updated_at", "2017-12-20 17:44:59.263734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -810706267 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1450b5a7-31a8-488e-80c5-ed8d15b4acf4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f082560f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -810706267], ["username", "billy_23"], ["access_token", "035da9ef6c7a90d075854c41672f6891"], ["uuid", "1450b5a7-31a8-488e-80c5-ed8d15b4acf4"], ["support_identifier", "cs_f082560f"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:44:59.269876"], ["updated_at", "2017-12-20 17:44:59.269876"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591410342 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9292e09a-5767-4bc1-9ad2-94ef0e3fab80' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b814a69e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -591410342], ["username", "billy_24"], ["access_token", "e70b9454b40096324e3b56a03bb331c0"], ["uuid", "9292e09a-5767-4bc1-9ad2-94ef0e3fab80"], ["support_identifier", "cs_b814a69e"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:44:59.274926"], ["updated_at", "2017-12-20 17:44:59.274926"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410165624 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e545ed2c-e1f6-4d3a-9553-2eb3aa720e52' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_65b410ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -410165624], ["username", "billy_25"], ["access_token", "c012c623536cd8f5d279a516cbbaedac"], ["uuid", "e545ed2c-e1f6-4d3a-9553-2eb3aa720e52"], ["support_identifier", "cs_65b410ea"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:44:59.279820"], ["updated_at", "2017-12-20 17:44:59.279820"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1093967047 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64a2ced0-d770-4147-91d8-329a9ea74846' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1847691b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1093967047], ["username", "billy_26"], ["access_token", "b53cf93c98b74e3dd49b32eaf184723c"], ["uuid", "64a2ced0-d770-4147-91d8-329a9ea74846"], ["support_identifier", "cs_1847691b"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:44:59.284386"], ["updated_at", "2017-12-20 17:44:59.284386"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1514099038 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7424d35d-5d3a-4e4c-8667-0d2662c491a4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_84dab780' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1514099038], ["username", "billy_27"], ["access_token", "427634ae5a7ea6f4934cb0faba46a7d3"], ["uuid", "7424d35d-5d3a-4e4c-8667-0d2662c491a4"], ["support_identifier", "cs_84dab780"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:44:59.288564"], ["updated_at", "2017-12-20 17:44:59.288564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031613003 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0de89da8-5a44-494d-be70-76b9fb3fac73' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38ce66a6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2031613003], ["username", "billy_28"], ["access_token", "8e1ecce0e6024eef67701052c0e1aef9"], ["uuid", "0de89da8-5a44-494d-be70-76b9fb3fac73"], ["support_identifier", "cs_38ce66a6"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:44:59.292812"], ["updated_at", "2017-12-20 17:44:59.292812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -570353478 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e6a9223-f974-4df4-883e-20312a552309' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_94cf9928' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -570353478], ["username", "billy_29"], ["access_token", "3ca635837fce087d83e6e19a203a9389"], ["uuid", "5e6a9223-f974-4df4-883e-20312a552309"], ["support_identifier", "cs_94cf9928"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:44:59.297559"], ["updated_at", "2017-12-20 17:44:59.297559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1611145463 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ab69e2f-51e5-4b63-b265-b08d13ebd7cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4b7bd6bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1611145463], ["username", "billy_30"], ["access_token", "8596001a282906bcf4cac5598f5309d5"], ["uuid", "8ab69e2f-51e5-4b63-b265-b08d13ebd7cd"], ["support_identifier", "cs_4b7bd6bf"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:44:59.301672"], ["updated_at", "2017-12-20 17:44:59.301672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -181203622 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cbbaba20-73b6-4f9a-94c6-6c1c9ac8533d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_78bfaa77' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -181203622], ["username", "billy_31"], ["access_token", "b1dcb4885586e75054ee85d3c6d53525"], ["uuid", "cbbaba20-73b6-4f9a-94c6-6c1c9ac8533d"], ["support_identifier", "cs_78bfaa77"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:44:59.305760"], ["updated_at", "2017-12-20 17:44:59.305760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1882670580 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64c315b3-019d-488e-b459-a92c9c665ec5' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a2611310' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1882670580], ["username", "billy_32"], ["access_token", "534a9508c84cd77d7ebea9b2a9221740"], ["uuid", "64c315b3-019d-488e-b459-a92c9c665ec5"], ["support_identifier", "cs_a2611310"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:44:59.310406"], ["updated_at", "2017-12-20 17:44:59.310406"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1393733527 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d949ef7-ce40-4663-8e25-df9ecbbd0727' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_690827d8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1393733527], ["username", "billy_33"], ["access_token", "9b38d0f37c61ce86bcdb847c5f658eca"], ["uuid", "5d949ef7-ce40-4663-8e25-df9ecbbd0727"], ["support_identifier", "cs_690827d8"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:44:59.315471"], ["updated_at", "2017-12-20 17:44:59.315471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1892660688 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e59b5484-00ee-4337-9cdb-3b9dcd45c651' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d5720c66' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1892660688], ["username", "billy_34"], ["access_token", "dd2ddea264d0d9fffa63b9c5d47d6241"], ["uuid", "e59b5484-00ee-4337-9cdb-3b9dcd45c651"], ["support_identifier", "cs_d5720c66"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:44:59.319754"], ["updated_at", "2017-12-20 17:44:59.319754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790177500 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3aa5d296-c66a-4834-957f-6e953f139dbf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12d30bc6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1790177500], ["username", "billy_35"], ["access_token", "0d95b2499a3eccc764cebacc86f0293e"], ["uuid", "3aa5d296-c66a-4834-957f-6e953f139dbf"], ["support_identifier", "cs_12d30bc6"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:44:59.323928"], ["updated_at", "2017-12-20 17:44:59.323928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -998073463 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cf40f9f-ea3c-40f9-a910-cd61ac67bb41' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dec4e80d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -998073463], ["username", "billy_36"], ["access_token", "37dced5a38d8ccdad17125a8191cacaa"], ["uuid", "8cf40f9f-ea3c-40f9-a910-cd61ac67bb41"], ["support_identifier", "cs_dec4e80d"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:44:59.329175"], ["updated_at", "2017-12-20 17:44:59.329175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931468491 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e70f2b79-4535-4d8b-a59d-1b5b5853d90e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_49e945ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -931468491], ["username", "billy_37"], ["access_token", "a314f918e8a9912acb489a6666f8a901"], ["uuid", "e70f2b79-4535-4d8b-a59d-1b5b5853d90e"], ["support_identifier", "cs_49e945ab"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:44:59.334150"], ["updated_at", "2017-12-20 17:44:59.334150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1781055376 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7607596-162e-48f7-a3f7-636554fc3b89' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51b3effa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1781055376], ["username", "billy_38"], ["access_token", "1db81e2946d078a00d04a941a0b787c5"], ["uuid", "a7607596-162e-48f7-a3f7-636554fc3b89"], ["support_identifier", "cs_51b3effa"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:44:59.338296"], ["updated_at", "2017-12-20 17:44:59.338296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -693486792 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5f9b394-54f0-412b-a17e-6a0918194c70' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c83bd34' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -693486792], ["username", "billy_39"], ["access_token", "38cde6b480e0a88af25abc823054a0b4"], ["uuid", "e5f9b394-54f0-412b-a17e-6a0918194c70"], ["support_identifier", "cs_3c83bd34"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:44:59.342484"], ["updated_at", "2017-12-20 17:44:59.342484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2040988551 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ae0c22c-2137-4342-8101-54a08efcf54b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_638010d3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2040988551], ["username", "billy_40"], ["access_token", "ac61d1d146fc218c1ebf6fc6d4e3b8cd"], ["uuid", "1ae0c22c-2137-4342-8101-54a08efcf54b"], ["support_identifier", "cs_638010d3"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:44:59.355121"], ["updated_at", "2017-12-20 17:44:59.355121"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -798071303 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2bb388c7-0ed7-4153-a61a-2650c4e9e5de' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_31bbc1cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -798071303], ["username", "billy_41"], ["access_token", "1914ec376e18c15cbe2dc6b1064cf5cd"], ["uuid", "2bb388c7-0ed7-4153-a61a-2650c4e9e5de"], ["support_identifier", "cs_31bbc1cc"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:44:59.360144"], ["updated_at", "2017-12-20 17:44:59.360144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -777324169 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6312c0e-69d3-4a2f-bfa4-e9eb824ef4c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_72b62670' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -777324169], ["username", "billy_42"], ["access_token", "2d95f38c54ec835f93190975ca52e493"], ["uuid", "d6312c0e-69d3-4a2f-bfa4-e9eb824ef4c8"], ["support_identifier", "cs_72b62670"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:44:59.364792"], ["updated_at", "2017-12-20 17:44:59.364792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -752949957 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c219a90b-9bfd-4f29-868c-9567ba160698' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_42d8c32d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -752949957], ["username", "billy_43"], ["access_token", "60ab8bcc8af17b75c41eec8430b372a7"], ["uuid", "c219a90b-9bfd-4f29-868c-9567ba160698"], ["support_identifier", "cs_42d8c32d"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:44:59.369707"], ["updated_at", "2017-12-20 17:44:59.369707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1071152835 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '939210db-29ae-4e7f-9e4e-8c27d3de6981' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8bd1b2b4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1071152835], ["username", "billy_44"], ["access_token", "b912a478cf87ecf092b62c9c0f982fcb"], ["uuid", "939210db-29ae-4e7f-9e4e-8c27d3de6981"], ["support_identifier", "cs_8bd1b2b4"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:44:59.375271"], ["updated_at", "2017-12-20 17:44:59.375271"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -267065181 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca081fb7-40bb-46a1-8ae2-2aefca24cbe9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_20831518' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -267065181], ["username", "billy_45"], ["access_token", "252f44bdec82b0e4bf28f6c63bf2814c"], ["uuid", "ca081fb7-40bb-46a1-8ae2-2aefca24cbe9"], ["support_identifier", "cs_20831518"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:44:59.380541"], ["updated_at", "2017-12-20 17:44:59.380541"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.2ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -114195846 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee2a4b8b-1e6a-496c-a7c0-27d49f34c157' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_784c0658' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -114195846], ["username", "jstrav"], ["access_token", "377855b07eab6ea40193752b2edd57d1"], ["uuid", "ee2a4b8b-1e6a-496c-a7c0-27d49f34c157"], ["support_identifier", "cs_784c0658"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.396219"], ["updated_at", "2017-12-20 17:44:59.396219"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894331406 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05123ca2-f244-4c25-9efb-cd32d1b1878d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c32a3f2e' LIMIT 1 SQL (0.8ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1894331406], ["username", "mary"], ["access_token", "60d9d7e18d49715bfdd587cf9b020353"], ["uuid", "05123ca2-f244-4c25-9efb-cd32d1b1878d"], ["support_identifier", "cs_c32a3f2e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.402445"], ["updated_at", "2017-12-20 17:44:59.402445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700398296 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2a10fad-9a02-4172-ba59-70b2c86a3594' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_660e548d' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -700398296], ["username", "jstead"], ["access_token", "366df3787b1c2e5f003a1ef07cfc536e"], ["uuid", "c2a10fad-9a02-4172-ba59-70b2c86a3594"], ["support_identifier", "cs_660e548d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.409868"], ["updated_at", "2017-12-20 17:44:59.409868"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1601814728 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af79f38b-a6af-4754-a94b-b40ac77b6b7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b9432fbe' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1601814728], ["username", "bigbear"], ["access_token", "ad0dbc1dbb508778291935fed22f13ad"], ["uuid", "af79f38b-a6af-4754-a94b-b40ac77b6b7a"], ["support_identifier", "cs_b9432fbe"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.416464"], ["updated_at", "2017-12-20 17:44:59.416464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378826118 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea6936ed-7a24-4431-9745-6d00e9a693d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0314484c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -378826118], ["username", "foo_bb"], ["access_token", "66b0d5b2985e83239b3f8a634353d7dc"], ["uuid", "ea6936ed-7a24-4431-9745-6d00e9a693d3"], ["support_identifier", "cs_0314484c"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-12-20 17:44:59.421056"], ["updated_at", "2017-12-20 17:44:59.421056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -227716088 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef7242ec-0d66-4876-8768-6ebc723219b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f5f2d6f' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -227716088], ["username", "foo_bj"], ["access_token", "ecd7ceedcca9150e698451855f46055e"], ["uuid", "ef7242ec-0d66-4876-8768-6ebc723219b3"], ["support_identifier", "cs_7f5f2d6f"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-12-20 17:44:59.425737"], ["updated_at", "2017-12-20 17:44:59.425737"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19904317 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '02dde9be-3269-40d6-9938-528cff34916b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4f16d745' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -19904317], ["username", "foo_tj"], ["access_token", "caeb6043b2f46aecabf7609b7e13fd6d"], ["uuid", "02dde9be-3269-40d6-9938-528cff34916b"], ["support_identifier", "cs_4f16d745"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-12-20 17:44:59.432662"], ["updated_at", "2017-12-20 17:44:59.432662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df066838-7544-4923-972d-8a8324291694' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3af8c737' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "0ba5c54fd5ca8335fa80a2f78c653c1c"], ["uuid", "df066838-7544-4923-972d-8a8324291694"], ["support_identifier", "cs_3af8c737"], ["created_at", "2017-12-20 17:44:59.446419"], ["updated_at", "2017-12-20 17:44:59.446419"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a8972d7-3f03-450a-ac24-41f51e049002' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_adc86377' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "7c2c59d71d85e8e1247f499a467979bb"], ["uuid", "1a8972d7-3f03-450a-ac24-41f51e049002"], ["support_identifier", "cs_adc86377"], ["created_at", "2017-12-20 17:44:59.462294"], ["updated_at", "2017-12-20 17:44:59.462294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '944b314f-14c0-48ab-aa20-2b80dfb78f45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a52c4a9d' LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "5ef8c174a11cffb606fc6bde02e73120"], ["uuid", "944b314f-14c0-48ab-aa20-2b80dfb78f45"], ["support_identifier", "cs_a52c4a9d"], ["created_at", "2017-12-20 17:44:59.478130"], ["updated_at", "2017-12-20 17:44:59.478130"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4cb1ac56-a976-47c1-9419-fa4f223a1dee' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9aeb83bc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "7fd90c929b0885cc1993ce5268862e1d"], ["uuid", "4cb1ac56-a976-47c1-9419-fa4f223a1dee"], ["support_identifier", "cs_9aeb83bc"], ["created_at", "2017-12-20 17:44:59.485647"], ["updated_at", "2017-12-20 17:44:59.485647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 401]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:50451/logout Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6f7f738-a344-4c10-a608-5d439e1135a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_81eecc10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "941098c2c27dede0bc3d3fbfba53ac76"], ["uuid", "d6f7f738-a344-4c10-a608-5d439e1135a1"], ["support_identifier", "cs_81eecc10"], ["created_at", "2017-12-20 17:44:59.497789"], ["updated_at", "2017-12-20 17:44:59.497789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '600b21ee-b191-4c1d-b1c7-80ee2b703d4e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_37b582fd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "96c82fa8ade4bd9abdf0c3580fba49f8"], ["uuid", "600b21ee-b191-4c1d-b1c7-80ee2b703d4e"], ["support_identifier", "cs_37b582fd"], ["created_at", "2017-12-20 17:44:59.510505"], ["updated_at", "2017-12-20 17:44:59.510505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03d0eac7-c72b-470d-aae5-6f4f46f8867d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a7158c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "6b57af84887603f79615d1438c4df112"], ["uuid", "03d0eac7-c72b-470d-aae5-6f4f46f8867d"], ["support_identifier", "cs_4a7158c0"], ["created_at", "2017-12-20 17:44:59.525446"], ["updated_at", "2017-12-20 17:44:59.525446"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 404]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -71121483 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c2685db-bfe0-4f3a-af68-5c09fdc56f0a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d5964b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -71121483], ["username", "jstrav"], ["access_token", "6ddc556706be65b21df906f427186b30"], ["uuid", "8c2685db-bfe0-4f3a-af68-5c09fdc56f0a"], ["support_identifier", "cs_8d5964b5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.548371"], ["updated_at", "2017-12-20 17:44:59.548371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2101437854 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ddc35c53-4915-468b-ba6c-3bea89bc8592' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10f95ba3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2101437854], ["username", "mary"], ["access_token", "8c33effccf93646c75f10d130c243eb5"], ["uuid", "ddc35c53-4915-468b-ba6c-3bea89bc8592"], ["support_identifier", "cs_10f95ba3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.553120"], ["updated_at", "2017-12-20 17:44:59.553120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -802228486 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b62feb6b-3b84-45f0-9255-a0083c13c6ef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dee6daef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -802228486], ["username", "jstead"], ["access_token", "4e4b4ed969b09f4fa76efa3c16c9db8d"], ["uuid", "b62feb6b-3b84-45f0-9255-a0083c13c6ef"], ["support_identifier", "cs_dee6daef"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.558277"], ["updated_at", "2017-12-20 17:44:59.558277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -541403765 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '066b4952-b008-493c-9f9b-a6da78e4cf19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3d085834' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -541403765], ["username", "bigbear"], ["access_token", "700fc48aceba49cc6804d327b0419985"], ["uuid", "066b4952-b008-493c-9f9b-a6da78e4cf19"], ["support_identifier", "cs_3d085834"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.562823"], ["updated_at", "2017-12-20 17:44:59.562823"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -31436986 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6526dd8d-c9d6-4c9b-abb3-c5d3dfbd22c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2af827b7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -31436986], ["username", "jstrav"], ["access_token", "ea8ca3ef6654c94cb63aa5a259a5fcf3"], ["uuid", "6526dd8d-c9d6-4c9b-abb3-c5d3dfbd22c3"], ["support_identifier", "cs_2af827b7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.571240"], ["updated_at", "2017-12-20 17:44:59.571240"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1285610060 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c491101-9f9c-43e6-999b-d0f3e5af5bb6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9a5078fb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1285610060], ["username", "mary"], ["access_token", "c7ae06eb73cea55cadc60cc8405382df"], ["uuid", "7c491101-9f9c-43e6-999b-d0f3e5af5bb6"], ["support_identifier", "cs_9a5078fb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.576487"], ["updated_at", "2017-12-20 17:44:59.576487"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1523794786 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '575a150d-a72b-40b3-bc15-acf2bb99a3fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_929dfcec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1523794786], ["username", "jstead"], ["access_token", "ffc959048b84bf5d4e22a9973b72937a"], ["uuid", "575a150d-a72b-40b3-bc15-acf2bb99a3fb"], ["support_identifier", "cs_929dfcec"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.580853"], ["updated_at", "2017-12-20 17:44:59.580853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -479143948 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3157c878-8310-4a63-9684-5124c655dc40' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28de9499' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -479143948], ["username", "bigbear"], ["access_token", "977a5d490ac79717e7d1a08beb77e605"], ["uuid", "3157c878-8310-4a63-9684-5124c655dc40"], ["support_identifier", "cs_28de9499"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.586216"], ["updated_at", "2017-12-20 17:44:59.586216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -546252172 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c4bde32c-5496-4b35-8304-ccaffe580203' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2eda87d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -546252172], ["username", "jstrav"], ["access_token", "de169e8482e411dc37f68d593d9f0fc1"], ["uuid", "c4bde32c-5496-4b35-8304-ccaffe580203"], ["support_identifier", "cs_f2eda87d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.595556"], ["updated_at", "2017-12-20 17:44:59.595556"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1813104548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06ea697c-f800-4100-a1f1-9c886897cbfc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_16c0aacc' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1813104548], ["username", "mary"], ["access_token", "366eb31cf5411dbf44655c8d857e9be1"], ["uuid", "06ea697c-f800-4100-a1f1-9c886897cbfc"], ["support_identifier", "cs_16c0aacc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.600287"], ["updated_at", "2017-12-20 17:44:59.600287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1420804716 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8775d8b8-5be4-4859-8b4f-33cb20874f81' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38b352a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1420804716], ["username", "jstead"], ["access_token", "4fa19da27c3374285f26789e3c9e831f"], ["uuid", "8775d8b8-5be4-4859-8b4f-33cb20874f81"], ["support_identifier", "cs_38b352a2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.605868"], ["updated_at", "2017-12-20 17:44:59.605868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1402368835 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82aec80c-455b-4087-9dc7-c207bfbb2fa3' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_130d1fcf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1402368835], ["username", "bigbear"], ["access_token", "113d08dc7fbd1222ad8d512a66d9bcd1"], ["uuid", "82aec80c-455b-4087-9dc7-c207bfbb2fa3"], ["support_identifier", "cs_130d1fcf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.610675"], ["updated_at", "2017-12-20 17:44:59.610675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 415)  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 415) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169754203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e0e5e5d-560c-4d99-864f-ade529d31b52' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_929c691a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -169754203], ["username", "jstrav"], ["access_token", "ce7cfeda9270ba48654c01f336ea7c24"], ["uuid", "2e0e5e5d-560c-4d99-864f-ade529d31b52"], ["support_identifier", "cs_929c691a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.619277"], ["updated_at", "2017-12-20 17:44:59.619277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -122832781 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b0e4808-c0fb-4f56-b073-e1e24c3d01f6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3a18fea9' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -122832781], ["username", "mary"], ["access_token", "31ebd70752519a6a05f3d3cfb5df4da8"], ["uuid", "8b0e4808-c0fb-4f56-b073-e1e24c3d01f6"], ["support_identifier", "cs_3a18fea9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.625829"], ["updated_at", "2017-12-20 17:44:59.625829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1119824996 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c3b12b3-6f6a-49ad-b976-95441a8c9482' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7cacf062' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1119824996], ["username", "jstead"], ["access_token", "bc041ffcefbb91d43c4e18bf95c4bde1"], ["uuid", "5c3b12b3-6f6a-49ad-b976-95441a8c9482"], ["support_identifier", "cs_7cacf062"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.631782"], ["updated_at", "2017-12-20 17:44:59.631782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -608248356 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c88a0f2-c1d9-43de-9839-44f0cac154d0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf7befa9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -608248356], ["username", "bigbear"], ["access_token", "f20e38e1db06110063dc355005fab888"], ["uuid", "4c88a0f2-c1d9-43de-9839-44f0cac154d0"], ["support_identifier", "cs_bf7befa9"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.636396"], ["updated_at", "2017-12-20 17:44:59.636396"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7cacf062')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7cacf062') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -43526287 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1219daa1-2902-494d-aed1-7aa2a2a1be3c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1057c41f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -43526287], ["username", "jstrav"], ["access_token", "886bf8d0077e9f9af656eade0b9b2a75"], ["uuid", "1219daa1-2902-494d-aed1-7aa2a2a1be3c"], ["support_identifier", "cs_1057c41f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.646501"], ["updated_at", "2017-12-20 17:44:59.646501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -717133139 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '921ff2a9-902f-409b-bd63-c73ba4215ebd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6aa3bea1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -717133139], ["username", "mary"], ["access_token", "de2c20dd048463d3e465a905e27cceef"], ["uuid", "921ff2a9-902f-409b-bd63-c73ba4215ebd"], ["support_identifier", "cs_6aa3bea1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.651646"], ["updated_at", "2017-12-20 17:44:59.651646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002125209 LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba3f5a90-89c3-4780-948e-99cdd84abf62' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c2ffe6db' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2002125209], ["username", "jstead"], ["access_token", "78074efba9a170cba506a9c87305dada"], ["uuid", "ba3f5a90-89c3-4780-948e-99cdd84abf62"], ["support_identifier", "cs_c2ffe6db"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.657451"], ["updated_at", "2017-12-20 17:44:59.657451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -599566692 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8833e351-e040-42cb-9da1-1f164914fb9e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0f962a76' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -599566692], ["username", "bigbear"], ["access_token", "2656a76ba3654fdcca6fe5298dadd98b"], ["uuid", "8833e351-e040-42cb-9da1-1f164914fb9e"], ["support_identifier", "cs_0f962a76"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.662365"], ["updated_at", "2017-12-20 17:44:59.662365"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1631551773 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0585b966-e77b-42ea-8ca8-821f77130cc2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51d2951c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1631551773], ["username", "jstrav"], ["access_token", "53e5fe094159a4f7cc5d412c8d7028be"], ["uuid", "0585b966-e77b-42ea-8ca8-821f77130cc2"], ["support_identifier", "cs_51d2951c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.672712"], ["updated_at", "2017-12-20 17:44:59.672712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942277914 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b05fc050-5747-4c14-918e-0372426e038a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eefa54c1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1942277914], ["username", "mary"], ["access_token", "b28b5168407d3ec34b1181a2d9a7c4f8"], ["uuid", "b05fc050-5747-4c14-918e-0372426e038a"], ["support_identifier", "cs_eefa54c1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.678266"], ["updated_at", "2017-12-20 17:44:59.678266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -59363210 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39230af1-c7d1-4c75-bbe4-197c2bc88f29' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_98240f6c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -59363210], ["username", "jstead"], ["access_token", "2c2200f94424418e548bccc10bf06330"], ["uuid", "39230af1-c7d1-4c75-bbe4-197c2bc88f29"], ["support_identifier", "cs_98240f6c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.683478"], ["updated_at", "2017-12-20 17:44:59.683478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1249184112 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '172d9f70-2db6-42db-bfb4-cb6892705e6d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38314420' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1249184112], ["username", "bigbear"], ["access_token", "dd6491e78b430edb31f9a31659a13453"], ["uuid", "172d9f70-2db6-42db-bfb4-cb6892705e6d"], ["support_identifier", "cs_38314420"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.688741"], ["updated_at", "2017-12-20 17:44:59.688741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2135471527 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07d3dbf4-4e0b-4ccf-a654-454dd4960221' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a6c5aed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2135471527], ["username", "jstrav"], ["access_token", "a01761fcca4cb2ba6444c74bec643891"], ["uuid", "07d3dbf4-4e0b-4ccf-a654-454dd4960221"], ["support_identifier", "cs_4a6c5aed"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.699048"], ["updated_at", "2017-12-20 17:44:59.699048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2133072698 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85468cd8-275f-4253-bd13-a0a1b783bbbd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fdd59d02' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2133072698], ["username", "mary"], ["access_token", "db57aecc1be649777310e6f62438066a"], ["uuid", "85468cd8-275f-4253-bd13-a0a1b783bbbd"], ["support_identifier", "cs_fdd59d02"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.703546"], ["updated_at", "2017-12-20 17:44:59.703546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2104609874 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f583421-7334-4610-a578-8160d6e727b1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2381caa1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2104609874], ["username", "jstead"], ["access_token", "29f2b8e92ff04c8873336ef0ae1d7b7d"], ["uuid", "3f583421-7334-4610-a578-8160d6e727b1"], ["support_identifier", "cs_2381caa1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.709116"], ["updated_at", "2017-12-20 17:44:59.709116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -268619277 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa21a997-40d3-40da-b6ba-fa6cc6996b33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fae682a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -268619277], ["username", "bigbear"], ["access_token", "4b29bdfc86fd623733c0c6589c1ff3ef"], ["uuid", "aa21a997-40d3-40da-b6ba-fa6cc6996b33"], ["support_identifier", "cs_fae682a0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.713676"], ["updated_at", "2017-12-20 17:44:59.713676"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2133685537 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bbc19bd9-8a6b-4ff7-b943-ff8dbd50e562' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_30e0fc78' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2133685537], ["username", "jstrav"], ["access_token", "56f94ed1eb82209900d1b8c9d259a707"], ["uuid", "bbc19bd9-8a6b-4ff7-b943-ff8dbd50e562"], ["support_identifier", "cs_30e0fc78"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.722002"], ["updated_at", "2017-12-20 17:44:59.722002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -608248786 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f830738-a5a9-4e45-8fff-22f8039c2e47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb67342d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -608248786], ["username", "mary"], ["access_token", "83f7a503d32f3909b4c9d5a164b5e9c8"], ["uuid", "8f830738-a5a9-4e45-8fff-22f8039c2e47"], ["support_identifier", "cs_bb67342d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.726722"], ["updated_at", "2017-12-20 17:44:59.726722"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1205551115 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0f019a9-1328-4048-a33b-4a317a8c9c77' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_890e71e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1205551115], ["username", "jstead"], ["access_token", "7c16108a3c1d8d790818365c2fc56a8f"], ["uuid", "c0f019a9-1328-4048-a33b-4a317a8c9c77"], ["support_identifier", "cs_890e71e4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.731081"], ["updated_at", "2017-12-20 17:44:59.731081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1184860325 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2fce61d-60c0-4096-89b9-c9f62bb0ce42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d990fb25' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1184860325], ["username", "bigbear"], ["access_token", "61a8636fb053bcef5011d9025f03ca00"], ["uuid", "b2fce61d-60c0-4096-89b9-c9f62bb0ce42"], ["support_identifier", "cs_d990fb25"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.735472"], ["updated_at", "2017-12-20 17:44:59.735472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010466500 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16a2b021-5be0-402d-b990-fee29dcc8048' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c967ee4d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1010466500], ["username", "jstrav"], ["access_token", "d8e7ba86f73f83e8c951a8600754091c"], ["uuid", "16a2b021-5be0-402d-b990-fee29dcc8048"], ["support_identifier", "cs_c967ee4d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.744606"], ["updated_at", "2017-12-20 17:44:59.744606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -237564944 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28a3ba0d-be34-4f91-a072-9d0ad9deee17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ec9e354c' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -237564944], ["username", "mary"], ["access_token", "458b09b49602ef279649335ad270e359"], ["uuid", "28a3ba0d-be34-4f91-a072-9d0ad9deee17"], ["support_identifier", "cs_ec9e354c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.749698"], ["updated_at", "2017-12-20 17:44:59.749698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -321474986 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '262c797a-7f77-41b1-b09d-5b61ee25060a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_254ebc9a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -321474986], ["username", "jstead"], ["access_token", "028210891e96815d0698545c7c05f1d3"], ["uuid", "262c797a-7f77-41b1-b09d-5b61ee25060a"], ["support_identifier", "cs_254ebc9a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.757528"], ["updated_at", "2017-12-20 17:44:59.757528"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -717699227 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e00d83cb-1305-4fa1-b485-358efdb885ff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc374969' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -717699227], ["username", "bigbear"], ["access_token", "a9b2e24c967c4bc8053d0dafec7d8eb8"], ["uuid", "e00d83cb-1305-4fa1-b485-358efdb885ff"], ["support_identifier", "cs_bc374969"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.762465"], ["updated_at", "2017-12-20 17:44:59.762465"]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.2ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -38516778 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43cb76e3-7be4-4bee-93e4-abbf452815b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa84f722' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -38516778], ["username", "jstrav"], ["access_token", "b6f52b9fb09719293f0711412fbc2681"], ["uuid", "43cb76e3-7be4-4bee-93e4-abbf452815b0"], ["support_identifier", "cs_fa84f722"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.776743"], ["updated_at", "2017-12-20 17:44:59.776743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -32708831 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05956b08-c5f2-4ff6-ab88-7e23d1cef77c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0afaf1b4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -32708831], ["username", "mary"], ["access_token", "66ec11a3cb7e7d0300b2a82bdce9007c"], ["uuid", "05956b08-c5f2-4ff6-ab88-7e23d1cef77c"], ["support_identifier", "cs_0afaf1b4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.782547"], ["updated_at", "2017-12-20 17:44:59.782547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1432810771 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c28a90de-c562-4d46-902a-4dcb1513b6dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_96352cba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1432810771], ["username", "jstead"], ["access_token", "f6bd304015dd94e67418ae384bce1ba9"], ["uuid", "c28a90de-c562-4d46-902a-4dcb1513b6dc"], ["support_identifier", "cs_96352cba"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.787569"], ["updated_at", "2017-12-20 17:44:59.787569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -603991103 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3cad77e-8e42-4bb8-9182-8902b81ca541' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a621f889' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -603991103], ["username", "bigbear"], ["access_token", "d96ac76576501e54452427e29caaa0a8"], ["uuid", "e3cad77e-8e42-4bb8-9182-8902b81ca541"], ["support_identifier", "cs_a621f889"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.793293"], ["updated_at", "2017-12-20 17:44:59.793293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c28a90de-c562-4d46-902a-4dcb1513b6dc')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c28a90de-c562-4d46-902a-4dcb1513b6dc') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -228099145 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53020ae8-7182-4f21-9219-afc9d198a168' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1cb53005' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -228099145], ["username", "jstrav"], ["access_token", "f81763b35d19895f8ace7c1c39e3219d"], ["uuid", "53020ae8-7182-4f21-9219-afc9d198a168"], ["support_identifier", "cs_1cb53005"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.802320"], ["updated_at", "2017-12-20 17:44:59.802320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1873909117 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38b86717-47fe-44c6-8c86-eb702b987ab9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e759f23' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1873909117], ["username", "mary"], ["access_token", "017add5e350c5ee7b2a21d4fa0954215"], ["uuid", "38b86717-47fe-44c6-8c86-eb702b987ab9"], ["support_identifier", "cs_4e759f23"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.808303"], ["updated_at", "2017-12-20 17:44:59.808303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776644844 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c80b653-cb01-4772-8699-d801da6fb06c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9666cfb3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -776644844], ["username", "jstead"], ["access_token", "c698d01e21d5d4e66b60bb9a80123ffa"], ["uuid", "8c80b653-cb01-4772-8699-d801da6fb06c"], ["support_identifier", "cs_9666cfb3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.813253"], ["updated_at", "2017-12-20 17:44:59.813253"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -801954104 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cfd30dee-a33d-462a-a5ec-755db16ff1e4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_219b04e8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -801954104], ["username", "bigbear"], ["access_token", "9febc7741acf7e7aa9a32ae65e0b8705"], ["uuid", "cfd30dee-a33d-462a-a5ec-755db16ff1e4"], ["support_identifier", "cs_219b04e8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.817992"], ["updated_at", "2017-12-20 17:44:59.817992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -650695135 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79b43996-d0ce-4fc6-ab69-203b88de8b63' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_515b445d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -650695135], ["username", "jstrav"], ["access_token", "9dc2bdae019263f5194a43230b51352a"], ["uuid", "79b43996-d0ce-4fc6-ab69-203b88de8b63"], ["support_identifier", "cs_515b445d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.827272"], ["updated_at", "2017-12-20 17:44:59.827272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -377971387 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4df1179f-89a7-459d-8efd-5ec456c157bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3a86b56e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -377971387], ["username", "mary"], ["access_token", "4c40b6df053afffc54e041d15a2cc975"], ["uuid", "4df1179f-89a7-459d-8efd-5ec456c157bd"], ["support_identifier", "cs_3a86b56e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.832598"], ["updated_at", "2017-12-20 17:44:59.832598"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -291653064 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7754159b-45ce-4825-99f9-00db693fea8e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12798226' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -291653064], ["username", "jstead"], ["access_token", "5c1988733476028aeca755cb6285cdcb"], ["uuid", "7754159b-45ce-4825-99f9-00db693fea8e"], ["support_identifier", "cs_12798226"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.838531"], ["updated_at", "2017-12-20 17:44:59.838531"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -94786508 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '61fa0dfa-ddfe-4ead-822c-b99d397c5782' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c9cb7e3b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -94786508], ["username", "bigbear"], ["access_token", "85275bbcdaf8034a56211ebabe3762dc"], ["uuid", "61fa0dfa-ddfe-4ead-822c-b99d397c5782"], ["support_identifier", "cs_c9cb7e3b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.844686"], ["updated_at", "2017-12-20 17:44:59.844686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -416500478 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c433116-388f-4551-89e8-9893b3b34314' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ac6edba8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -416500478], ["username", "jstrav"], ["access_token", "98e6264e44d18bce26b62f5bc3c40b1c"], ["uuid", "8c433116-388f-4551-89e8-9893b3b34314"], ["support_identifier", "cs_ac6edba8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.854403"], ["updated_at", "2017-12-20 17:44:59.854403"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2001457323 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e298d7f7-4184-4a2f-8e23-9b87b2176973' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3f421f13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2001457323], ["username", "mary"], ["access_token", "b9145d89aef3c54e10b3bc72bb3d4a79"], ["uuid", "e298d7f7-4184-4a2f-8e23-9b87b2176973"], ["support_identifier", "cs_3f421f13"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.859668"], ["updated_at", "2017-12-20 17:44:59.859668"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -428622621 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f993f13b-7c7e-4fdb-9ddf-2b6482797461' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a02141a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -428622621], ["username", "jstead"], ["access_token", "27a455ff1621cf2095cbe62b4d24afe1"], ["uuid", "f993f13b-7c7e-4fdb-9ddf-2b6482797461"], ["support_identifier", "cs_a02141a3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.864529"], ["updated_at", "2017-12-20 17:44:59.864529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1115892558 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b965f61f-de58-405a-893b-f55d5ed77bdb' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f7474adc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1115892558], ["username", "bigbear"], ["access_token", "4ca661f50a1e08b79c51abe9c2853584"], ["uuid", "b965f61f-de58-405a-893b-f55d5ed77bdb"], ["support_identifier", "cs_f7474adc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.869418"], ["updated_at", "2017-12-20 17:44:59.869418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1139821663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63aceaae-899b-4b28-b5c7-b859d0e6f7bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8630ada3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1139821663], ["username", "jstrav"], ["access_token", "543610a774f939865187f189c2933fae"], ["uuid", "63aceaae-899b-4b28-b5c7-b859d0e6f7bb"], ["support_identifier", "cs_8630ada3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:44:59.880359"], ["updated_at", "2017-12-20 17:44:59.880359"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -22056287 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5914750b-3e4d-4234-84ee-8520f1700f57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aeaf9d90' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -22056287], ["username", "mary"], ["access_token", "7c2e0d735260330470c6c76e11f36e6c"], ["uuid", "5914750b-3e4d-4234-84ee-8520f1700f57"], ["support_identifier", "cs_aeaf9d90"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:44:59.884910"], ["updated_at", "2017-12-20 17:44:59.884910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -819099920 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f65cfd26-66bf-4bae-9965-b4a8daf1c5bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92fffbef' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -819099920], ["username", "jstead"], ["access_token", "6f306f072f5549a13e1f4afc105ed967"], ["uuid", "f65cfd26-66bf-4bae-9965-b4a8daf1c5bc"], ["support_identifier", "cs_92fffbef"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:44:59.891074"], ["updated_at", "2017-12-20 17:44:59.891074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -418224127 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33c7dd76-d20e-476f-b3bd-10ce0c4535f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_105920d6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -418224127], ["username", "bigbear"], ["access_token", "0896474383f0ef54cfbdd6de001a31a0"], ["uuid", "33c7dd76-d20e-476f-b3bd-10ce0c4535f9"], ["support_identifier", "cs_105920d6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:44:59.897227"], ["updated_at", "2017-12-20 17:44:59.897227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589263551 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd76ac2c9-3cbd-410f-a1c4-314e941a0b2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2d4a9e01' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -589263551], ["username", "billy_00"], ["access_token", "ec0ce4485b2db83f0ccf995c651af358"], ["uuid", "d76ac2c9-3cbd-410f-a1c4-314e941a0b2d"], ["support_identifier", "cs_2d4a9e01"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:44:59.902057"], ["updated_at", "2017-12-20 17:44:59.902057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -610132169 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c393af9-a2dc-4aef-b231-c0fc8d119dbc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a045e9d3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -610132169], ["username", "billy_01"], ["access_token", "ea02358143800f4ef96cf6f3892a8611"], ["uuid", "8c393af9-a2dc-4aef-b231-c0fc8d119dbc"], ["support_identifier", "cs_a045e9d3"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:44:59.906664"], ["updated_at", "2017-12-20 17:44:59.906664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -639810379 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e65a5946-cd52-4cb6-a6ad-3330549d6a3f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ad70467' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -639810379], ["username", "billy_02"], ["access_token", "e322ed52ee0f4d73778f1d5c74e70a81"], ["uuid", "e65a5946-cd52-4cb6-a6ad-3330549d6a3f"], ["support_identifier", "cs_1ad70467"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:44:59.911345"], ["updated_at", "2017-12-20 17:44:59.911345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1506680746 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '355bb1f5-f752-4fba-811c-228d93563d00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c49faec3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1506680746], ["username", "billy_03"], ["access_token", "5c27e9cf9d3d0a3135664d568ef70219"], ["uuid", "355bb1f5-f752-4fba-811c-228d93563d00"], ["support_identifier", "cs_c49faec3"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:44:59.916136"], ["updated_at", "2017-12-20 17:44:59.916136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1255016353 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '051bc43c-410f-4c49-961d-4a28c0dcdac1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_833dbe0c' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1255016353], ["username", "billy_04"], ["access_token", "976a3ae3719a04130aed718ea6691ce1"], ["uuid", "051bc43c-410f-4c49-961d-4a28c0dcdac1"], ["support_identifier", "cs_833dbe0c"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:44:59.920756"], ["updated_at", "2017-12-20 17:44:59.920756"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19908933 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0733b122-4c83-414d-af9e-64bcf724182a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_08711091' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -19908933], ["username", "billy_05"], ["access_token", "e6909d76669261b6e9d8730ac52d2947"], ["uuid", "0733b122-4c83-414d-af9e-64bcf724182a"], ["support_identifier", "cs_08711091"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:44:59.926918"], ["updated_at", "2017-12-20 17:44:59.926918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1705918738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8ce7eab-1720-4f41-ab4c-9b84eccf96b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f20985f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1705918738], ["username", "billy_06"], ["access_token", "677ac13ace6b3c484ccf1e746f3167f2"], ["uuid", "b8ce7eab-1720-4f41-ab4c-9b84eccf96b7"], ["support_identifier", "cs_8f20985f"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:44:59.932145"], ["updated_at", "2017-12-20 17:44:59.932145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -915971580 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c03f781-42d4-4941-a10b-d5a01aecf25b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8b7f7c9f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -915971580], ["username", "billy_07"], ["access_token", "1c3a21548dde51387ec950b481964f26"], ["uuid", "6c03f781-42d4-4941-a10b-d5a01aecf25b"], ["support_identifier", "cs_8b7f7c9f"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:44:59.936623"], ["updated_at", "2017-12-20 17:44:59.936623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1785269759 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95f31b39-4e46-40a3-ae1c-454e36c787dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_199a1c46' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1785269759], ["username", "billy_08"], ["access_token", "8db5e21d1e117773ac9904f55c5713d8"], ["uuid", "95f31b39-4e46-40a3-ae1c-454e36c787dc"], ["support_identifier", "cs_199a1c46"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:44:59.941406"], ["updated_at", "2017-12-20 17:44:59.941406"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -647693885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96aea815-e777-4dc3-b836-d9bd080b61ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33f8564b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -647693885], ["username", "billy_09"], ["access_token", "d2cb0560c0e7f24d2ac99b8308005ffe"], ["uuid", "96aea815-e777-4dc3-b836-d9bd080b61ba"], ["support_identifier", "cs_33f8564b"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:44:59.945907"], ["updated_at", "2017-12-20 17:44:59.945907"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -44893847 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79b06d9c-5f9e-4987-b653-13d53ec9b0ef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8ea5d5bc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -44893847], ["username", "billy_10"], ["access_token", "fe660ad92bd66908f157f6aaeceff6c6"], ["uuid", "79b06d9c-5f9e-4987-b653-13d53ec9b0ef"], ["support_identifier", "cs_8ea5d5bc"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:44:59.950212"], ["updated_at", "2017-12-20 17:44:59.950212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -33255636 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e2b3e00-5750-4087-89d7-34603d6e5070' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_746c5fcc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -33255636], ["username", "billy_11"], ["access_token", "60ba7692d836833cdc4cbbcf42b80c85"], ["uuid", "6e2b3e00-5750-4087-89d7-34603d6e5070"], ["support_identifier", "cs_746c5fcc"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:44:59.954636"], ["updated_at", "2017-12-20 17:44:59.954636"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -903421609 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41f4c931-6ca2-4189-8d97-0e4ab16887fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b5087974' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -903421609], ["username", "billy_12"], ["access_token", "fddf22b9284b0e172f1fc6f86bbc3b45"], ["uuid", "41f4c931-6ca2-4189-8d97-0e4ab16887fd"], ["support_identifier", "cs_b5087974"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:44:59.959486"], ["updated_at", "2017-12-20 17:44:59.959486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -88700802 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db3265dd-4e74-4e20-8c0e-87f73b7d64c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_378dfc86' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -88700802], ["username", "billy_13"], ["access_token", "f5d83c6638c23197060be78296d72b34"], ["uuid", "db3265dd-4e74-4e20-8c0e-87f73b7d64c8"], ["support_identifier", "cs_378dfc86"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:44:59.964106"], ["updated_at", "2017-12-20 17:44:59.964106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1635774012 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce039a06-d832-430a-83df-36424347e98d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b9834629' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1635774012], ["username", "billy_14"], ["access_token", "3888a0fec62ef29923bd318756371ec4"], ["uuid", "ce039a06-d832-430a-83df-36424347e98d"], ["support_identifier", "cs_b9834629"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:44:59.968872"], ["updated_at", "2017-12-20 17:44:59.968872"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -213092109 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b0fb764-84aa-49c9-a493-958929f6314d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68badcb4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -213092109], ["username", "billy_15"], ["access_token", "67e250c37b94c27b2f676d9b3a75b439"], ["uuid", "2b0fb764-84aa-49c9-a493-958929f6314d"], ["support_identifier", "cs_68badcb4"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:44:59.973387"], ["updated_at", "2017-12-20 17:44:59.973387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1437873752 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9075747-65bc-4926-8f77-1282dfed79f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0cb30844' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1437873752], ["username", "billy_16"], ["access_token", "25b585e63178c93e1ba8dcf5f451211c"], ["uuid", "c9075747-65bc-4926-8f77-1282dfed79f9"], ["support_identifier", "cs_0cb30844"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:44:59.977849"], ["updated_at", "2017-12-20 17:44:59.977849"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1202953129 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c43f458-79dd-45ee-a02a-2431d2e20965' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_11d03eec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1202953129], ["username", "billy_17"], ["access_token", "0287a2e7f14f0b62c30eb7b8cacf488c"], ["uuid", "1c43f458-79dd-45ee-a02a-2431d2e20965"], ["support_identifier", "cs_11d03eec"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:44:59.982240"], ["updated_at", "2017-12-20 17:44:59.982240"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815312294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8cf3935-0107-4c59-b0ef-a8ac770be4dd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3b76a5d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1815312294], ["username", "billy_18"], ["access_token", "b08f9df8ab30e620513b89f7fad0f6f6"], ["uuid", "a8cf3935-0107-4c59-b0ef-a8ac770be4dd"], ["support_identifier", "cs_3b76a5d9"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:44:59.986606"], ["updated_at", "2017-12-20 17:44:59.986606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1976285240 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ebc4280d-9b3a-4515-8e6e-e76dda91e8ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3e4aab7b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1976285240], ["username", "billy_19"], ["access_token", "5e75c7dc311bcc3a2d2c1525c4d6e163"], ["uuid", "ebc4280d-9b3a-4515-8e6e-e76dda91e8ab"], ["support_identifier", "cs_3e4aab7b"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:44:59.990932"], ["updated_at", "2017-12-20 17:44:59.990932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -970862592 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07991fe0-49c0-471f-9c4d-f955251c5c6e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_130cbfae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -970862592], ["username", "billy_20"], ["access_token", "c2ac9b0c2e5af8eb065e6b40631ced7e"], ["uuid", "07991fe0-49c0-471f-9c4d-f955251c5c6e"], ["support_identifier", "cs_130cbfae"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:44:59.995492"], ["updated_at", "2017-12-20 17:44:59.995492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575612014 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e1a32cb-a028-4b7f-85a2-df4a5bed19d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b6e41075' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -575612014], ["username", "billy_21"], ["access_token", "468d106963d0f6c454c77c71a0cc7d86"], ["uuid", "7e1a32cb-a028-4b7f-85a2-df4a5bed19d3"], ["support_identifier", "cs_b6e41075"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:45:00.000069"], ["updated_at", "2017-12-20 17:45:00.000069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -828629194 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b26e711c-5320-4549-ba19-1d7a1b29b85b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f35f2c9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -828629194], ["username", "billy_22"], ["access_token", "26d08b08726bbd76f3c6fd2538783845"], ["uuid", "b26e711c-5320-4549-ba19-1d7a1b29b85b"], ["support_identifier", "cs_8f35f2c9"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:45:00.007196"], ["updated_at", "2017-12-20 17:45:00.007196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1375132887 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0d6cf77-0846-482e-adf3-4ec061773082' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f426bdff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1375132887], ["username", "billy_23"], ["access_token", "9f3b2b7519b471f3ee0c8963b4d76f3d"], ["uuid", "d0d6cf77-0846-482e-adf3-4ec061773082"], ["support_identifier", "cs_f426bdff"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:45:00.012387"], ["updated_at", "2017-12-20 17:45:00.012387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1134802189 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11a30b17-3ae7-46ac-8865-c456586d8cfe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_11c4ebb1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1134802189], ["username", "billy_24"], ["access_token", "47cbb94003e38dfebada350fd23b45e5"], ["uuid", "11a30b17-3ae7-46ac-8865-c456586d8cfe"], ["support_identifier", "cs_11c4ebb1"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:45:00.016698"], ["updated_at", "2017-12-20 17:45:00.016698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1333651549 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af774b3e-ee34-4bb3-bb9d-0c6423da88ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_39b18dbc' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1333651549], ["username", "billy_25"], ["access_token", "93e045ef1fa296ec1f9bdfadd866a99e"], ["uuid", "af774b3e-ee34-4bb3-bb9d-0c6423da88ba"], ["support_identifier", "cs_39b18dbc"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:45:00.021290"], ["updated_at", "2017-12-20 17:45:00.021290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1355402711 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7f461f7-d760-4699-9448-f231273ea388' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9c0ef586' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1355402711], ["username", "billy_26"], ["access_token", "6fe8d3d53fc1a9f566c07c9174553c4a"], ["uuid", "f7f461f7-d760-4699-9448-f231273ea388"], ["support_identifier", "cs_9c0ef586"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:45:00.027720"], ["updated_at", "2017-12-20 17:45:00.027720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -984414096 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '063542b2-c7bc-40d6-98d1-c72e8c1448c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e931c40e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -984414096], ["username", "billy_27"], ["access_token", "fb7d9d808bcfe8f9ae7b32fa0c14023e"], ["uuid", "063542b2-c7bc-40d6-98d1-c72e8c1448c4"], ["support_identifier", "cs_e931c40e"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:45:00.039998"], ["updated_at", "2017-12-20 17:45:00.039998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815391067 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eeb0c122-1547-4632-887f-d4b8b337b1b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_125804ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1815391067], ["username", "billy_28"], ["access_token", "433841e746641dbfbf4ff2e037f22397"], ["uuid", "eeb0c122-1547-4632-887f-d4b8b337b1b0"], ["support_identifier", "cs_125804ed"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:45:00.044681"], ["updated_at", "2017-12-20 17:45:00.044681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646357440 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6cba0958-ce7d-4868-bb6a-120ae5e77807' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a7cd725' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -646357440], ["username", "billy_29"], ["access_token", "3bcd8277ed754b955fee905d0f388150"], ["uuid", "6cba0958-ce7d-4868-bb6a-120ae5e77807"], ["support_identifier", "cs_2a7cd725"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:45:00.049025"], ["updated_at", "2017-12-20 17:45:00.049025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411616262 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '961537b2-43b8-49ac-965a-9fa0f5034a18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ebc8aca3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -411616262], ["username", "billy_30"], ["access_token", "36bf5d9d8c127259c659202e35e1f24b"], ["uuid", "961537b2-43b8-49ac-965a-9fa0f5034a18"], ["support_identifier", "cs_ebc8aca3"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:45:00.053381"], ["updated_at", "2017-12-20 17:45:00.053381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -70601725 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '083d7aee-3724-48fd-9770-57948252281c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b19a4e4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -70601725], ["username", "billy_31"], ["access_token", "139f5b7bda01e9e9c79a11cadd80e5c3"], ["uuid", "083d7aee-3724-48fd-9770-57948252281c"], ["support_identifier", "cs_6b19a4e4"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:45:00.057979"], ["updated_at", "2017-12-20 17:45:00.057979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436045124 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db9c1063-860c-42d0-94c0-ea9d75cd0408' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4874df2b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1436045124], ["username", "billy_32"], ["access_token", "10a37fa629f422796c4c20b66a66ebbe"], ["uuid", "db9c1063-860c-42d0-94c0-ea9d75cd0408"], ["support_identifier", "cs_4874df2b"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:45:00.063441"], ["updated_at", "2017-12-20 17:45:00.063441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -468772836 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca3ef996-a778-4acd-92af-278ccf1d5b7b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7887345c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -468772836], ["username", "billy_33"], ["access_token", "e6c03b2f20a520e0e05cad0408171376"], ["uuid", "ca3ef996-a778-4acd-92af-278ccf1d5b7b"], ["support_identifier", "cs_7887345c"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:45:00.068558"], ["updated_at", "2017-12-20 17:45:00.068558"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -185494061 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd30019de-1328-4ba9-8446-423bdbebf746' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1f9c954' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -185494061], ["username", "billy_34"], ["access_token", "38d7d2063fbe2fcf69a2e44c6606185a"], ["uuid", "d30019de-1328-4ba9-8446-423bdbebf746"], ["support_identifier", "cs_d1f9c954"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:45:00.072988"], ["updated_at", "2017-12-20 17:45:00.072988"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411499252 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0187041-f3d8-4629-b016-e2583b3d8b77' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aa792f7c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -411499252], ["username", "billy_35"], ["access_token", "4f9eb98592e0cc75a8443b211cd3fc1d"], ["uuid", "e0187041-f3d8-4629-b016-e2583b3d8b77"], ["support_identifier", "cs_aa792f7c"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:45:00.077361"], ["updated_at", "2017-12-20 17:45:00.077361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2078827380 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb757fe3-6529-4291-8cd1-4452e823ff6f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c699d783' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2078827380], ["username", "billy_36"], ["access_token", "d71dae6600d0d490f7edecdfbc355617"], ["uuid", "eb757fe3-6529-4291-8cd1-4452e823ff6f"], ["support_identifier", "cs_c699d783"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:45:00.081657"], ["updated_at", "2017-12-20 17:45:00.081657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -737395651 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67b3a32c-1539-4d69-948e-c381cecf3d09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d43fb236' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -737395651], ["username", "billy_37"], ["access_token", "7211d5f3211ee2c246204aaf76a46913"], ["uuid", "67b3a32c-1539-4d69-948e-c381cecf3d09"], ["support_identifier", "cs_d43fb236"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:45:00.086119"], ["updated_at", "2017-12-20 17:45:00.086119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -52865938 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '095f87ff-083c-4f6d-ba00-c6a11932b722' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c56c3b4b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -52865938], ["username", "billy_38"], ["access_token", "15f272a2e7bc2bdd38c3697381778205"], ["uuid", "095f87ff-083c-4f6d-ba00-c6a11932b722"], ["support_identifier", "cs_c56c3b4b"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:45:00.090495"], ["updated_at", "2017-12-20 17:45:00.090495"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1247254092 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d6914b8-b22a-444e-a085-14c4a62aa3c2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f61312e' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1247254092], ["username", "billy_39"], ["access_token", "f41e36393eea67a7121cbebd2afed7d5"], ["uuid", "2d6914b8-b22a-444e-a085-14c4a62aa3c2"], ["support_identifier", "cs_6f61312e"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:45:00.095615"], ["updated_at", "2017-12-20 17:45:00.095615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1914781664 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3970c20-b4b0-490a-b669-f7d26548d36c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c507837e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1914781664], ["username", "billy_40"], ["access_token", "f62cff882797c43ba2985523174b3255"], ["uuid", "d3970c20-b4b0-490a-b669-f7d26548d36c"], ["support_identifier", "cs_c507837e"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:45:00.101918"], ["updated_at", "2017-12-20 17:45:00.101918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1833783166 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb1e243f-00c4-4fef-99bc-3bae59a695f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_05851ede' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1833783166], ["username", "billy_41"], ["access_token", "3da391253348ac257a79898f11bf3677"], ["uuid", "fb1e243f-00c4-4fef-99bc-3bae59a695f3"], ["support_identifier", "cs_05851ede"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:45:00.106845"], ["updated_at", "2017-12-20 17:45:00.106845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1754733244 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '635b1916-8a4e-4cd4-9ac0-94095b9d4ff7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_427a0a10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1754733244], ["username", "billy_42"], ["access_token", "50de9bf58f7ebd795873f6e8afc69525"], ["uuid", "635b1916-8a4e-4cd4-9ac0-94095b9d4ff7"], ["support_identifier", "cs_427a0a10"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:45:00.111141"], ["updated_at", "2017-12-20 17:45:00.111141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806961705 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb638434-ff4f-4ac9-9653-fc3fabbf4365' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_79dd6635' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1806961705], ["username", "billy_43"], ["access_token", "8add4f516525c16f81a5dfa0e000223f"], ["uuid", "cb638434-ff4f-4ac9-9653-fc3fabbf4365"], ["support_identifier", "cs_79dd6635"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:45:00.115421"], ["updated_at", "2017-12-20 17:45:00.115421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -179203077 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b57587f-c994-4906-aca9-c5e4de1ef430' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62413c6d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -179203077], ["username", "billy_44"], ["access_token", "2b57d4084d76a8831b3ae14b4386cfc6"], ["uuid", "0b57587f-c994-4906-aca9-c5e4de1ef430"], ["support_identifier", "cs_62413c6d"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:45:00.119840"], ["updated_at", "2017-12-20 17:45:00.119840"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -63772937 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c963c3d-75ef-4550-9aa8-2d16fb0abcc4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd5848a5' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -63772937], ["username", "billy_45"], ["access_token", "b5ad3a39b6e37709b44d236df2b3c20d"], ["uuid", "1c963c3d-75ef-4550-9aa8-2d16fb0abcc4"], ["support_identifier", "cs_dd5848a5"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:45:00.126308"], ["updated_at", "2017-12-20 17:45:00.126308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -75957823 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ec9fa52-dc55-4262-a4f8-a69f88d8b8f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93d1539f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -75957823], ["username", "jstrav"], ["access_token", "a8d94ed54359a2b13705983e0f71465f"], ["uuid", "6ec9fa52-dc55-4262-a4f8-a69f88d8b8f2"], ["support_identifier", "cs_93d1539f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:45:00.138075"], ["updated_at", "2017-12-20 17:45:00.138075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1686373331 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc788fa9-79c6-4f73-98d0-20becbf21b91' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ef4aae85' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1686373331], ["username", "mary"], ["access_token", "1c51abb41764b37bb656b3746679f9ba"], ["uuid", "bc788fa9-79c6-4f73-98d0-20becbf21b91"], ["support_identifier", "cs_ef4aae85"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:45:00.142716"], ["updated_at", "2017-12-20 17:45:00.142716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2098373766 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5b8aa4d-539b-409c-a1fe-52091626bd7b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb5c74f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2098373766], ["username", "jstead"], ["access_token", "ca36b7250859d3f69211cfde1cbc0af6"], ["uuid", "e5b8aa4d-539b-409c-a1fe-52091626bd7b"], ["support_identifier", "cs_bb5c74f7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:45:00.147024"], ["updated_at", "2017-12-20 17:45:00.147024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1490781766 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9fa27133-8299-4a2a-9ba1-f9f485013360' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1184ecef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1490781766], ["username", "bigbear"], ["access_token", "12150af4e462e003475a190b5e4608cd"], ["uuid", "9fa27133-8299-4a2a-9ba1-f9f485013360"], ["support_identifier", "cs_1184ecef"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:45:00.151391"], ["updated_at", "2017-12-20 17:45:00.151391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -387060602 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '541d3348-e044-47d9-87e0-f04444cd5506' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_365eb9ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -387060602], ["username", "billy_00"], ["access_token", "67287f2bb71114ea1ae14cb987690f2b"], ["uuid", "541d3348-e044-47d9-87e0-f04444cd5506"], ["support_identifier", "cs_365eb9ec"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:45:00.155838"], ["updated_at", "2017-12-20 17:45:00.155838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019632804 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77f49ca1-a084-496f-a33c-f606185e3879' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9ad14e10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2019632804], ["username", "billy_01"], ["access_token", "65fe32b9813632caa4eaf4c24dd09694"], ["uuid", "77f49ca1-a084-496f-a33c-f606185e3879"], ["support_identifier", "cs_9ad14e10"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:45:00.160211"], ["updated_at", "2017-12-20 17:45:00.160211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045183131 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d5ae8a9-9f23-4744-9f43-4e68e4545605' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b45b4d89' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2045183131], ["username", "billy_02"], ["access_token", "5d8b90a5ad5411d9db2de1845e053883"], ["uuid", "2d5ae8a9-9f23-4744-9f43-4e68e4545605"], ["support_identifier", "cs_b45b4d89"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:45:00.164607"], ["updated_at", "2017-12-20 17:45:00.164607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1466287712 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e96dbc73-0173-4aab-a0f5-7b55549fc60a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c6bb40e2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1466287712], ["username", "billy_03"], ["access_token", "ae3c11dc30844c813863a602c11dbb5f"], ["uuid", "e96dbc73-0173-4aab-a0f5-7b55549fc60a"], ["support_identifier", "cs_c6bb40e2"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:45:00.169073"], ["updated_at", "2017-12-20 17:45:00.169073"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1459415733 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dea9c99e-9348-48d1-b648-acff10da7a0f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4fbee9a2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1459415733], ["username", "billy_04"], ["access_token", "531a3889e385ece80c5f32e9f285f4fd"], ["uuid", "dea9c99e-9348-48d1-b648-acff10da7a0f"], ["support_identifier", "cs_4fbee9a2"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:45:00.174810"], ["updated_at", "2017-12-20 17:45:00.174810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239906873 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '942d0e98-bbed-4fc3-a3ff-b78b007474fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2c720992' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -239906873], ["username", "billy_05"], ["access_token", "1d2d65bb5cc627b7721b2be688badfb2"], ["uuid", "942d0e98-bbed-4fc3-a3ff-b78b007474fe"], ["support_identifier", "cs_2c720992"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:45:00.179563"], ["updated_at", "2017-12-20 17:45:00.179563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1387975852 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '713a596f-053d-4db1-af21-647dd7065374' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67e67e7e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1387975852], ["username", "billy_06"], ["access_token", "d28820d9d3f1c5ce57d51da4d131ba1f"], ["uuid", "713a596f-053d-4db1-af21-647dd7065374"], ["support_identifier", "cs_67e67e7e"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:45:00.183828"], ["updated_at", "2017-12-20 17:45:00.183828"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2130464123 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '965a8e47-1adb-48ce-b1d9-3f9e54e4578a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_30250855' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2130464123], ["username", "billy_07"], ["access_token", "39c73d93a97d33b6bd22072953c18de1"], ["uuid", "965a8e47-1adb-48ce-b1d9-3f9e54e4578a"], ["support_identifier", "cs_30250855"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:45:00.188139"], ["updated_at", "2017-12-20 17:45:00.188139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1549805746 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5bbda61-b059-4e0c-89d3-273644496b19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66c4945f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1549805746], ["username", "billy_08"], ["access_token", "533b599c3ce7d1e9d457593751351a13"], ["uuid", "d5bbda61-b059-4e0c-89d3-273644496b19"], ["support_identifier", "cs_66c4945f"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:45:00.192428"], ["updated_at", "2017-12-20 17:45:00.192428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324637583 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc52626d-4468-40d7-9829-03e5fa1e5d7d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e29a2e43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -324637583], ["username", "billy_09"], ["access_token", "599777d28556f38b6032384fd2ad480a"], ["uuid", "cc52626d-4468-40d7-9829-03e5fa1e5d7d"], ["support_identifier", "cs_e29a2e43"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:45:00.197015"], ["updated_at", "2017-12-20 17:45:00.197015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1664724744 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '184b068c-0622-42de-b93f-9c5401028936' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_954da2c5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1664724744], ["username", "billy_10"], ["access_token", "0276d15562a1237d815414d094617633"], ["uuid", "184b068c-0622-42de-b93f-9c5401028936"], ["support_identifier", "cs_954da2c5"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:45:00.201434"], ["updated_at", "2017-12-20 17:45:00.201434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -253632402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b7185b3-c7ab-4966-b78d-5b4d8997d1e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_42016c03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -253632402], ["username", "billy_11"], ["access_token", "6d8720154fbceefca028e5e7c54768ea"], ["uuid", "6b7185b3-c7ab-4966-b78d-5b4d8997d1e2"], ["support_identifier", "cs_42016c03"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:45:00.205828"], ["updated_at", "2017-12-20 17:45:00.205828"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -459191095 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a035e8d8-8936-4a7f-8ad6-8e2d19ddd9cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5facae67' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -459191095], ["username", "billy_12"], ["access_token", "f481ccecde84bc1f317b5532079765f1"], ["uuid", "a035e8d8-8936-4a7f-8ad6-8e2d19ddd9cd"], ["support_identifier", "cs_5facae67"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:45:00.210197"], ["updated_at", "2017-12-20 17:45:00.210197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -590771392 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7efe0ee3-f8ff-49fb-9492-167b5876bc57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2924d6cb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -590771392], ["username", "billy_13"], ["access_token", "ebd2b0b6a07ce2d0ac6c77726382a97e"], ["uuid", "7efe0ee3-f8ff-49fb-9492-167b5876bc57"], ["support_identifier", "cs_2924d6cb"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:45:00.214543"], ["updated_at", "2017-12-20 17:45:00.214543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29162782 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '384c7418-f6f5-48b4-a169-71c0348f6d12' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9848d13' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -29162782], ["username", "billy_14"], ["access_token", "27978ad92b48ff0589dc101ae9f160b7"], ["uuid", "384c7418-f6f5-48b4-a169-71c0348f6d12"], ["support_identifier", "cs_e9848d13"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:45:00.219640"], ["updated_at", "2017-12-20 17:45:00.219640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -519569738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32313145-0d01-45d7-ace2-0a7a1c4f70ff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_36a0fdb9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -519569738], ["username", "billy_15"], ["access_token", "28dc8703c6319d16df970cb10c175745"], ["uuid", "32313145-0d01-45d7-ace2-0a7a1c4f70ff"], ["support_identifier", "cs_36a0fdb9"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:45:00.224273"], ["updated_at", "2017-12-20 17:45:00.224273"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1107163499 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ec134b4-5305-44c4-ad9a-ff01a42067eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1aa70602' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1107163499], ["username", "billy_16"], ["access_token", "107d47623d0f9bbecb873c1766b278f1"], ["uuid", "2ec134b4-5305-44c4-ad9a-ff01a42067eb"], ["support_identifier", "cs_1aa70602"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:45:00.228694"], ["updated_at", "2017-12-20 17:45:00.228694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -321948735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46fadbac-2e64-4f8a-bc17-b3d20eabd38f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_263ccbd6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -321948735], ["username", "billy_17"], ["access_token", "f7f8028120633b55fbd0c71f538fc13d"], ["uuid", "46fadbac-2e64-4f8a-bc17-b3d20eabd38f"], ["support_identifier", "cs_263ccbd6"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:45:00.233057"], ["updated_at", "2017-12-20 17:45:00.233057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093986247 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2c2b938-f44a-4dff-a1f8-68760639fb7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1089445b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2093986247], ["username", "billy_18"], ["access_token", "33edf2e4b307ddc39c06cbb7c51fb7a4"], ["uuid", "b2c2b938-f44a-4dff-a1f8-68760639fb7e"], ["support_identifier", "cs_1089445b"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:45:00.237357"], ["updated_at", "2017-12-20 17:45:00.237357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1916816245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7385f517-a7fd-419c-a5d4-1f6f96da435d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6dbb6c69' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1916816245], ["username", "billy_19"], ["access_token", "f412b42d9f69b5e1337bd7d97d569346"], ["uuid", "7385f517-a7fd-419c-a5d4-1f6f96da435d"], ["support_identifier", "cs_6dbb6c69"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:45:00.241775"], ["updated_at", "2017-12-20 17:45:00.241775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -586326109 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3224eab8-d012-4303-862a-8155eace7339' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e08625d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -586326109], ["username", "billy_20"], ["access_token", "fd4a1d083e86bc77c06744844d1d196b"], ["uuid", "3224eab8-d012-4303-862a-8155eace7339"], ["support_identifier", "cs_5e08625d"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:45:00.246129"], ["updated_at", "2017-12-20 17:45:00.246129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1272763009 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd95b6d4e-40e1-4a10-820a-c6a882150a7f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_823a52a2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1272763009], ["username", "billy_21"], ["access_token", "c52e0fb7fe8f4fdff2b9e103a6a10c9b"], ["uuid", "d95b6d4e-40e1-4a10-820a-c6a882150a7f"], ["support_identifier", "cs_823a52a2"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:45:00.251073"], ["updated_at", "2017-12-20 17:45:00.251073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -619619864 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd637c297-8924-4fc6-887b-9ec237472f7d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_174c3e1a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -619619864], ["username", "billy_22"], ["access_token", "3443a60c68ec26c35c062431e8ff9fd2"], ["uuid", "d637c297-8924-4fc6-887b-9ec237472f7d"], ["support_identifier", "cs_174c3e1a"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:45:00.257202"], ["updated_at", "2017-12-20 17:45:00.257202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -883940960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '269703be-9a40-444a-b20e-0e5eb6dd9455' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a72fb369' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -883940960], ["username", "billy_23"], ["access_token", "026fa523a9c9ab8c4f8fb71263414b73"], ["uuid", "269703be-9a40-444a-b20e-0e5eb6dd9455"], ["support_identifier", "cs_a72fb369"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:45:00.262000"], ["updated_at", "2017-12-20 17:45:00.262000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -841067681 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75a4c97c-f4c3-46bf-8f72-7cf3c154d846' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a77f1216' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -841067681], ["username", "billy_24"], ["access_token", "ceac117831a4160bfad5841570b14492"], ["uuid", "75a4c97c-f4c3-46bf-8f72-7cf3c154d846"], ["support_identifier", "cs_a77f1216"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:45:00.266422"], ["updated_at", "2017-12-20 17:45:00.266422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2040900382 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e2947f58-b89a-42a2-a777-6b1932e755c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa07da22' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2040900382], ["username", "billy_25"], ["access_token", "bdf02303f90c6163ec5c7a8615d3a87e"], ["uuid", "e2947f58-b89a-42a2-a777-6b1932e755c3"], ["support_identifier", "cs_fa07da22"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:45:00.270809"], ["updated_at", "2017-12-20 17:45:00.270809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1148858080 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b772053e-32ff-482b-b447-e31c4c75e9ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_842a273d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1148858080], ["username", "billy_26"], ["access_token", "38b03a9180dabc2463231ff9f5695247"], ["uuid", "b772053e-32ff-482b-b447-e31c4c75e9ba"], ["support_identifier", "cs_842a273d"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:45:00.275149"], ["updated_at", "2017-12-20 17:45:00.275149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1833900257 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a82dee78-2cba-4c76-aa32-6f5c86866fde' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d4b201f1' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1833900257], ["username", "billy_27"], ["access_token", "2c4cd669fbc39c32be1417b7b65ae9d0"], ["uuid", "a82dee78-2cba-4c76-aa32-6f5c86866fde"], ["support_identifier", "cs_d4b201f1"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:45:00.293159"], ["updated_at", "2017-12-20 17:45:00.293159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -456183935 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c279514-8434-4e9d-a5e4-fab53f769f8c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50c1df58' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -456183935], ["username", "billy_28"], ["access_token", "5707ed704f43bd222f25c4bd2f1d63f3"], ["uuid", "1c279514-8434-4e9d-a5e4-fab53f769f8c"], ["support_identifier", "cs_50c1df58"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:45:00.299298"], ["updated_at", "2017-12-20 17:45:00.299298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1568788405 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89407585-4442-42c6-a2e9-8f1c17fbc74b' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e5744772' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1568788405], ["username", "billy_29"], ["access_token", "05eb23b987307df299fdb2820c364e3d"], ["uuid", "89407585-4442-42c6-a2e9-8f1c17fbc74b"], ["support_identifier", "cs_e5744772"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:45:00.305015"], ["updated_at", "2017-12-20 17:45:00.305015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -287783228 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28193fad-c1bd-4192-b993-88cdc92d76c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b78e5e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -287783228], ["username", "billy_30"], ["access_token", "6bef3346ff4d79ad5c717f8568444650"], ["uuid", "28193fad-c1bd-4192-b993-88cdc92d76c7"], ["support_identifier", "cs_7b78e5e0"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:45:00.309751"], ["updated_at", "2017-12-20 17:45:00.309751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -732797663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f99c61ec-9397-4d92-8cef-f8ce08273948' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a744253c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -732797663], ["username", "billy_31"], ["access_token", "f4cbcef4e9d9fa1b70ad7d8218444a89"], ["uuid", "f99c61ec-9397-4d92-8cef-f8ce08273948"], ["support_identifier", "cs_a744253c"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:45:00.314055"], ["updated_at", "2017-12-20 17:45:00.314055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55837284 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64a4370a-697d-4704-bb95-470483efde19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a5d24de1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -55837284], ["username", "billy_32"], ["access_token", "c651c95e287a73e23a9818f140ffd74c"], ["uuid", "64a4370a-697d-4704-bb95-470483efde19"], ["support_identifier", "cs_a5d24de1"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:45:00.318310"], ["updated_at", "2017-12-20 17:45:00.318310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1435287559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6c02964-0bc2-4313-943a-69ceccae9ef7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_504c74ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1435287559], ["username", "billy_33"], ["access_token", "60877d67c1c0db8e8bc89caea0111401"], ["uuid", "b6c02964-0bc2-4313-943a-69ceccae9ef7"], ["support_identifier", "cs_504c74ea"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:45:00.322629"], ["updated_at", "2017-12-20 17:45:00.322629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1326827587 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea448930-2190-428d-9626-eabb4d65e244' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_08c79cf5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1326827587], ["username", "billy_34"], ["access_token", "f90eca7ab2490c44cbe14ce7c1080e65"], ["uuid", "ea448930-2190-428d-9626-eabb4d65e244"], ["support_identifier", "cs_08c79cf5"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:45:00.327083"], ["updated_at", "2017-12-20 17:45:00.327083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -497405082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c096e03b-32a3-4463-96d8-dba056460131' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1d2fd157' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -497405082], ["username", "billy_35"], ["access_token", "f9e0290a75b99084c076181f791b3cdb"], ["uuid", "c096e03b-32a3-4463-96d8-dba056460131"], ["support_identifier", "cs_1d2fd157"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:45:00.331397"], ["updated_at", "2017-12-20 17:45:00.331397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836527508 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a1fdb4b-e493-4d25-b535-934793da55bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bd385d3d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -836527508], ["username", "billy_36"], ["access_token", "ea04bd4cae798a3c2a3b36732861f49e"], ["uuid", "6a1fdb4b-e493-4d25-b535-934793da55bf"], ["support_identifier", "cs_bd385d3d"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:45:00.335625"], ["updated_at", "2017-12-20 17:45:00.335625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1422759665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7980371-87fa-4d39-a440-2335255d253d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50a1947b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1422759665], ["username", "billy_37"], ["access_token", "5917139eaeffe5fac35b078861d491dd"], ["uuid", "e7980371-87fa-4d39-a440-2335255d253d"], ["support_identifier", "cs_50a1947b"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:45:00.339920"], ["updated_at", "2017-12-20 17:45:00.339920"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -278068607 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6d4138c-3c27-4d8c-89ed-8513285cbd6e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1149a2e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -278068607], ["username", "billy_38"], ["access_token", "f96ae65c9d8f52c751a7282b5257262a"], ["uuid", "c6d4138c-3c27-4d8c-89ed-8513285cbd6e"], ["support_identifier", "cs_1149a2e0"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:45:00.344352"], ["updated_at", "2017-12-20 17:45:00.344352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1576417963 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10933f46-90a4-4a71-b32f-a692bb701901' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c56fb8cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1576417963], ["username", "billy_39"], ["access_token", "4a728a1bc732b7b56dfaf4f02852eb5b"], ["uuid", "10933f46-90a4-4a71-b32f-a692bb701901"], ["support_identifier", "cs_c56fb8cf"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:45:00.348710"], ["updated_at", "2017-12-20 17:45:00.348710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -761186984 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ea8a313-739e-4bd6-9383-7ad547334416' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_74312c49' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -761186984], ["username", "billy_40"], ["access_token", "303e38922660786d8c59c832add86c7a"], ["uuid", "1ea8a313-739e-4bd6-9383-7ad547334416"], ["support_identifier", "cs_74312c49"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:45:00.352981"], ["updated_at", "2017-12-20 17:45:00.352981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1047422120 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0780ee24-600e-4d42-beaf-6319d628be83' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2f584827' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1047422120], ["username", "billy_41"], ["access_token", "1dd9deebc21df4f5363e2d67cb7cca5b"], ["uuid", "0780ee24-600e-4d42-beaf-6319d628be83"], ["support_identifier", "cs_2f584827"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:45:00.357353"], ["updated_at", "2017-12-20 17:45:00.357353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -870078947 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c855ceec-946c-44b6-8a17-be1761a01c5b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf72d2c3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -870078947], ["username", "billy_42"], ["access_token", "b9bacf3f13663ff928939fd81c4b2618"], ["uuid", "c855ceec-946c-44b6-8a17-be1761a01c5b"], ["support_identifier", "cs_bf72d2c3"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:45:00.361732"], ["updated_at", "2017-12-20 17:45:00.361732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2127534243 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a4cedf4-17bc-4f33-9908-4b8a67e6d0ef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aa4ebad5' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2127534243], ["username", "billy_43"], ["access_token", "932cad7c5ac507adc99b0126bfa85223"], ["uuid", "3a4cedf4-17bc-4f33-9908-4b8a67e6d0ef"], ["support_identifier", "cs_aa4ebad5"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:45:00.366071"], ["updated_at", "2017-12-20 17:45:00.366071"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592167496 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41f1d59b-ba66-4f8d-90cc-94ec8e4f61ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e8b7a5aa' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -592167496], ["username", "billy_44"], ["access_token", "d87a0dd97d783c7bc6b861fadbabbf4c"], ["uuid", "41f1d59b-ba66-4f8d-90cc-94ec8e4f61ba"], ["support_identifier", "cs_e8b7a5aa"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:45:00.372560"], ["updated_at", "2017-12-20 17:45:00.372560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -585651666 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '70d5df20-3d2d-4886-aace-c49c1eac3056' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_49ca8ea4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -585651666], ["username", "billy_45"], ["access_token", "24b29228e1507eeb59f3fc4ee33d123d"], ["uuid", "70d5df20-3d2d-4886-aace-c49c1eac3056"], ["support_identifier", "cs_49ca8ea4"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:45:00.378003"], ["updated_at", "2017-12-20 17:45:00.378003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1893315773 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb5fe1c6-2c88-4472-af91-202490dd2a8e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e3b6f312' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1893315773], ["username", "jstrav"], ["access_token", "bdfb6036dccd6b512aa4e7b2f14ada31"], ["uuid", "eb5fe1c6-2c88-4472-af91-202490dd2a8e"], ["support_identifier", "cs_e3b6f312"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:45:00.387942"], ["updated_at", "2017-12-20 17:45:00.387942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1492550414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'deb279ef-df00-4ec1-bb03-07583cddb550' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5515f8cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1492550414], ["username", "mary"], ["access_token", "9682e2bac0b72a30a941cf474ba9da0f"], ["uuid", "deb279ef-df00-4ec1-bb03-07583cddb550"], ["support_identifier", "cs_5515f8cc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:45:00.392438"], ["updated_at", "2017-12-20 17:45:00.392438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807142631 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0feea93-4f6e-4e7e-893f-cbc61106b662' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_570fd4c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -807142631], ["username", "jstead"], ["access_token", "2dece9b85dd1a82acc2abe6ab5b380ee"], ["uuid", "d0feea93-4f6e-4e7e-893f-cbc61106b662"], ["support_identifier", "cs_570fd4c8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:45:00.396846"], ["updated_at", "2017-12-20 17:45:00.396846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1711788078 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9ca340b-51c9-46f6-ba4c-2c15c99ccad7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5425a534' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1711788078], ["username", "bigbear"], ["access_token", "8cce213b25e6dbb718467ea771dfa7bc"], ["uuid", "f9ca340b-51c9-46f6-ba4c-2c15c99ccad7"], ["support_identifier", "cs_5425a534"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:45:00.401165"], ["updated_at", "2017-12-20 17:45:00.401165"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2133295419 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3cbeb47a-7ff4-451c-9563-48c304954f70' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_abb4f2f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2133295419], ["username", "billy_00"], ["access_token", "2dd8d1e4a5d0499f0cb31ac870225ae4"], ["uuid", "3cbeb47a-7ff4-451c-9563-48c304954f70"], ["support_identifier", "cs_abb4f2f7"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:45:00.405462"], ["updated_at", "2017-12-20 17:45:00.405462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -213633132 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc1c67e5-f2d9-45fd-9285-8506e763dbc9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85cf9719' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -213633132], ["username", "billy_01"], ["access_token", "72c0185b416c23ce5c5f8179f109ef86"], ["uuid", "fc1c67e5-f2d9-45fd-9285-8506e763dbc9"], ["support_identifier", "cs_85cf9719"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:45:00.409759"], ["updated_at", "2017-12-20 17:45:00.409759"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1159568641 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9691eefd-99ef-4228-8b92-aa2bcddb1d9a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73d025be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1159568641], ["username", "billy_02"], ["access_token", "c968a6d8fb655a9fc3a55063ab60a2cb"], ["uuid", "9691eefd-99ef-4228-8b92-aa2bcddb1d9a"], ["support_identifier", "cs_73d025be"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:45:00.413988"], ["updated_at", "2017-12-20 17:45:00.413988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -677047070 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b01c4d6-c07b-49c5-8075-423d3e6cfd7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c8ca10f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -677047070], ["username", "billy_03"], ["access_token", "50b6a61186ec41f70da2ba26f83d3fdb"], ["uuid", "7b01c4d6-c07b-49c5-8075-423d3e6cfd7e"], ["support_identifier", "cs_4c8ca10f"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:45:00.418352"], ["updated_at", "2017-12-20 17:45:00.418352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -219582541 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22783f8f-128f-494e-9114-e0f75fead820' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34711e1e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -219582541], ["username", "billy_04"], ["access_token", "565b62777697d66d487f677ed3a6789c"], ["uuid", "22783f8f-128f-494e-9114-e0f75fead820"], ["support_identifier", "cs_34711e1e"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:45:00.424241"], ["updated_at", "2017-12-20 17:45:00.424241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -381384129 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd28516a4-3a8e-4ae9-ba4d-86133c3ef6cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1601268' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -381384129], ["username", "billy_05"], ["access_token", "e20d33fcc3a4c308560690947af1c5fc"], ["uuid", "d28516a4-3a8e-4ae9-ba4d-86133c3ef6cf"], ["support_identifier", "cs_f1601268"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:45:00.429152"], ["updated_at", "2017-12-20 17:45:00.429152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -73444507 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e62f402-6855-42bb-b8f0-f255d1297bbf' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c586977d' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -73444507], ["username", "billy_06"], ["access_token", "16fcb091184450157c4d8c9c9cff971b"], ["uuid", "9e62f402-6855-42bb-b8f0-f255d1297bbf"], ["support_identifier", "cs_c586977d"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:45:00.434121"], ["updated_at", "2017-12-20 17:45:00.434121"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1323134962 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '69564378-60a6-4eb0-8720-07fb43704d37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_72729771' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1323134962], ["username", "billy_07"], ["access_token", "1c64fd02da5ce44cd2680a635e63de90"], ["uuid", "69564378-60a6-4eb0-8720-07fb43704d37"], ["support_identifier", "cs_72729771"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:45:00.439889"], ["updated_at", "2017-12-20 17:45:00.439889"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1583550135 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '228f84e9-baec-4e5c-bb5e-b5042fb5d16d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8ae3e218' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1583550135], ["username", "billy_08"], ["access_token", "9336f042d6495c5da76f8d706565f01e"], ["uuid", "228f84e9-baec-4e5c-bb5e-b5042fb5d16d"], ["support_identifier", "cs_8ae3e218"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:45:00.444646"], ["updated_at", "2017-12-20 17:45:00.444646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2027345306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '267ff790-b7ae-4c2e-be6b-326e43b5b171' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a7921662' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2027345306], ["username", "billy_09"], ["access_token", "010fd6547cb47d833fa1966dbc4acb56"], ["uuid", "267ff790-b7ae-4c2e-be6b-326e43b5b171"], ["support_identifier", "cs_a7921662"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:45:00.448951"], ["updated_at", "2017-12-20 17:45:00.448951"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -196720129 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ba4a9fe-f9b0-4885-bc3d-8b1e656d572e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0cf68737' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -196720129], ["username", "billy_10"], ["access_token", "fc1176e4ea9f86b8876af7e61c156f7e"], ["uuid", "6ba4a9fe-f9b0-4885-bc3d-8b1e656d572e"], ["support_identifier", "cs_0cf68737"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:45:00.453220"], ["updated_at", "2017-12-20 17:45:00.453220"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -479108071 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36671444-cc31-470d-9519-ecb292caf7ff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_20f716df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -479108071], ["username", "billy_11"], ["access_token", "5d922673041906763617ed6603736157"], ["uuid", "36671444-cc31-470d-9519-ecb292caf7ff"], ["support_identifier", "cs_20f716df"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:45:00.457633"], ["updated_at", "2017-12-20 17:45:00.457633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1157546989 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e7ebf05-7385-4fcb-8a01-a25433bc0ae2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cc8fefaf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1157546989], ["username", "billy_12"], ["access_token", "1d34182c6a996391faaa419007002457"], ["uuid", "2e7ebf05-7385-4fcb-8a01-a25433bc0ae2"], ["support_identifier", "cs_cc8fefaf"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:45:00.462046"], ["updated_at", "2017-12-20 17:45:00.462046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592130636 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3f7d9db-0871-403f-a6c0-ca9a3a529b3a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6bb09bf0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -592130636], ["username", "billy_13"], ["access_token", "cea4052696ca4c9d3a33e5987a6da1b6"], ["uuid", "f3f7d9db-0871-403f-a6c0-ca9a3a529b3a"], ["support_identifier", "cs_6bb09bf0"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:45:00.466509"], ["updated_at", "2017-12-20 17:45:00.466509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1810131393 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b18645b-5f9e-4021-b5dd-27af7a45dbd9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_573148f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1810131393], ["username", "billy_14"], ["access_token", "31ec1b9f0020f74daef40999eda3f462"], ["uuid", "8b18645b-5f9e-4021-b5dd-27af7a45dbd9"], ["support_identifier", "cs_573148f0"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:45:00.470961"], ["updated_at", "2017-12-20 17:45:00.470961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -829440571 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f8757a7-abda-4374-9d52-329762ca9c34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2f920094' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -829440571], ["username", "billy_15"], ["access_token", "28a75795b0c172c0f09dabeaa94b912e"], ["uuid", "4f8757a7-abda-4374-9d52-329762ca9c34"], ["support_identifier", "cs_2f920094"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:45:00.475363"], ["updated_at", "2017-12-20 17:45:00.475363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1613236850 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2551d75-f8c5-467c-8bf4-c197f9b6febc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f75714e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1613236850], ["username", "billy_16"], ["access_token", "ce0fa28614e5e11e82f4dd405e92e141"], ["uuid", "b2551d75-f8c5-467c-8bf4-c197f9b6febc"], ["support_identifier", "cs_f75714e5"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:45:00.479721"], ["updated_at", "2017-12-20 17:45:00.479721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1986884522 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f907e1b2-a61b-4448-8bf0-986ebd5e8564' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_be890ad2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1986884522], ["username", "billy_17"], ["access_token", "aeed224eec133acde4cc4aa785744e95"], ["uuid", "f907e1b2-a61b-4448-8bf0-986ebd5e8564"], ["support_identifier", "cs_be890ad2"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:45:00.484076"], ["updated_at", "2017-12-20 17:45:00.484076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317957177 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be0c407d-2554-44b6-b988-8353d2bb99b5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_677172d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -317957177], ["username", "billy_18"], ["access_token", "8530ab49847b59781ca4a20f5537dd72"], ["uuid", "be0c407d-2554-44b6-b988-8353d2bb99b5"], ["support_identifier", "cs_677172d1"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:45:00.488414"], ["updated_at", "2017-12-20 17:45:00.488414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1401569786 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1897bec4-5c55-47b4-a8c4-18724c85dbbb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_14c29747' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1401569786], ["username", "billy_19"], ["access_token", "8340e00093a5107d31cacaa2494993e2"], ["uuid", "1897bec4-5c55-47b4-a8c4-18724c85dbbb"], ["support_identifier", "cs_14c29747"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:45:00.492686"], ["updated_at", "2017-12-20 17:45:00.492686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -526812563 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0580d257-c736-4a45-9e31-45a184b2a475' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3daa9227' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -526812563], ["username", "billy_20"], ["access_token", "cc15a03e58231110f2d151f001403099"], ["uuid", "0580d257-c736-4a45-9e31-45a184b2a475"], ["support_identifier", "cs_3daa9227"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:45:00.497005"], ["updated_at", "2017-12-20 17:45:00.497005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1337330991 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '045bac0c-eabd-477e-b405-0fa40ad05112' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_16953915' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1337330991], ["username", "billy_21"], ["access_token", "1757ba356fd8fc7e2cb69d2515c32dd3"], ["uuid", "045bac0c-eabd-477e-b405-0fa40ad05112"], ["support_identifier", "cs_16953915"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:45:00.501405"], ["updated_at", "2017-12-20 17:45:00.501405"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -151700247 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0c87d0dd-3b04-4d2e-b2a1-2fdfef7381a3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b504f685' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -151700247], ["username", "billy_22"], ["access_token", "2e237a141615376fe70a9d3f1c43d14a"], ["uuid", "0c87d0dd-3b04-4d2e-b2a1-2fdfef7381a3"], ["support_identifier", "cs_b504f685"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:45:00.505699"], ["updated_at", "2017-12-20 17:45:00.505699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1163797578 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '605d98d4-df0f-424c-bf0b-75f080448aaa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6979c72a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1163797578], ["username", "billy_23"], ["access_token", "ae3cdd11a78cbde37b79a709d153b6a3"], ["uuid", "605d98d4-df0f-424c-bf0b-75f080448aaa"], ["support_identifier", "cs_6979c72a"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:45:00.510073"], ["updated_at", "2017-12-20 17:45:00.510073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -577867355 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '248f7af9-88f5-422f-9b5b-258968847f5d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_35c7fda9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -577867355], ["username", "billy_24"], ["access_token", "ae6fb3c42c36b750726859a99535f825"], ["uuid", "248f7af9-88f5-422f-9b5b-258968847f5d"], ["support_identifier", "cs_35c7fda9"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:45:00.514524"], ["updated_at", "2017-12-20 17:45:00.514524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1191128603 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9fd45947-dbea-45e2-b686-38d946e9a1ea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0ab7e62d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1191128603], ["username", "billy_25"], ["access_token", "d8bf2a32187c76755234193d90f9d979"], ["uuid", "9fd45947-dbea-45e2-b686-38d946e9a1ea"], ["support_identifier", "cs_0ab7e62d"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:45:00.518856"], ["updated_at", "2017-12-20 17:45:00.518856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024812048 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e499527-6b95-4c3e-bffd-0fc300a18ed3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e429b665' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2024812048], ["username", "billy_26"], ["access_token", "6f37edcb2d23c4f50ac62d9c8c666c0e"], ["uuid", "8e499527-6b95-4c3e-bffd-0fc300a18ed3"], ["support_identifier", "cs_e429b665"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:45:00.523227"], ["updated_at", "2017-12-20 17:45:00.523227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1271759844 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ef4882c-635f-4e8c-8e10-aa31be67f7b4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6194091b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1271759844], ["username", "billy_27"], ["access_token", "f7070f18db164e1acdea201ea8c069c9"], ["uuid", "3ef4882c-635f-4e8c-8e10-aa31be67f7b4"], ["support_identifier", "cs_6194091b"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:45:00.527567"], ["updated_at", "2017-12-20 17:45:00.527567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1267411481 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '613b2ed8-0f57-4c5e-98d6-c3502860221d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_15ef849a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1267411481], ["username", "billy_28"], ["access_token", "4a543dcac922cd36aa0e59da3c41cbc6"], ["uuid", "613b2ed8-0f57-4c5e-98d6-c3502860221d"], ["support_identifier", "cs_15ef849a"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:45:00.531996"], ["updated_at", "2017-12-20 17:45:00.531996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542620633 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7979333b-a15c-4e8f-a3f7-eceaa4946532' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d807feb9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -542620633], ["username", "billy_29"], ["access_token", "7f16d903bb48aeab879969b430d11249"], ["uuid", "7979333b-a15c-4e8f-a3f7-eceaa4946532"], ["support_identifier", "cs_d807feb9"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:45:00.537874"], ["updated_at", "2017-12-20 17:45:00.537874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1966778266 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c949dc69-ae46-46e7-9798-a0fe63e62881' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d8abecc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1966778266], ["username", "billy_30"], ["access_token", "2ddfcdc68d431ae4dc76e80d917acff6"], ["uuid", "c949dc69-ae46-46e7-9798-a0fe63e62881"], ["support_identifier", "cs_5d8abecc"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:45:00.542864"], ["updated_at", "2017-12-20 17:45:00.542864"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1049893713 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e55dcc82-b76f-41f5-a8a9-06b4394c3e19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e5a995d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1049893713], ["username", "billy_31"], ["access_token", "c7b6e7f3d7eb0993b084b17c703caee0"], ["uuid", "e55dcc82-b76f-41f5-a8a9-06b4394c3e19"], ["support_identifier", "cs_2e5a995d"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:45:00.547180"], ["updated_at", "2017-12-20 17:45:00.547180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -804323857 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3612047-ccb9-4b46-af1b-11acc9858ca0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b0d6e5d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -804323857], ["username", "billy_32"], ["access_token", "847667f79d2e63a6e865ce314359615d"], ["uuid", "c3612047-ccb9-4b46-af1b-11acc9858ca0"], ["support_identifier", "cs_b0d6e5d7"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:45:00.551510"], ["updated_at", "2017-12-20 17:45:00.551510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -489264308 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e48225a9-bbb7-4761-a56a-3ab7ee8655fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c4cd27b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -489264308], ["username", "billy_33"], ["access_token", "e967582dca28c1681f2219b95f0cd181"], ["uuid", "e48225a9-bbb7-4761-a56a-3ab7ee8655fb"], ["support_identifier", "cs_c4cd27b6"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:45:00.555856"], ["updated_at", "2017-12-20 17:45:00.555856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -5318363 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3509393-1573-4819-a01f-72498841f5f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_60ddcd74' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -5318363], ["username", "billy_34"], ["access_token", "48e84de9ef2c8f6d22b3b64c6d063ba5"], ["uuid", "b3509393-1573-4819-a01f-72498841f5f9"], ["support_identifier", "cs_60ddcd74"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:45:00.560306"], ["updated_at", "2017-12-20 17:45:00.560306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -412031045 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ccafbcb4-9976-4821-b6ba-e0167b35eeca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd4fd0d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -412031045], ["username", "billy_35"], ["access_token", "a9b266af40eda3681f826d0ec717ae7c"], ["uuid", "ccafbcb4-9976-4821-b6ba-e0167b35eeca"], ["support_identifier", "cs_dd4fd0d4"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:45:00.564705"], ["updated_at", "2017-12-20 17:45:00.564705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -573720768 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0c62f9f-20cb-4647-9ffa-53e9ad6ee0bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47ad496c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -573720768], ["username", "billy_36"], ["access_token", "c1c48eb6860884491638d7b5fb9b6493"], ["uuid", "c0c62f9f-20cb-4647-9ffa-53e9ad6ee0bb"], ["support_identifier", "cs_47ad496c"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:45:00.569102"], ["updated_at", "2017-12-20 17:45:00.569102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1934996435 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'da35ef98-95a8-4f52-9977-8593d0c14b85' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f4f3bc5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1934996435], ["username", "billy_37"], ["access_token", "b1bad9fadef78bc8041156bfc4fa83c0"], ["uuid", "da35ef98-95a8-4f52-9977-8593d0c14b85"], ["support_identifier", "cs_8f4f3bc5"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:45:00.573456"], ["updated_at", "2017-12-20 17:45:00.573456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -638667129 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ce672e2-7096-46be-a562-95bbaca80cdb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_96a9bfb0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -638667129], ["username", "billy_38"], ["access_token", "121715015c8842a97fde18957348f701"], ["uuid", "6ce672e2-7096-46be-a562-95bbaca80cdb"], ["support_identifier", "cs_96a9bfb0"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:45:00.577838"], ["updated_at", "2017-12-20 17:45:00.577838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1468853421 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e5f384c-9218-4da1-a4cc-b7fcd6845e53' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_911665d9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1468853421], ["username", "billy_39"], ["access_token", "7503157ca059e2b4db45b7b6b411de2d"], ["uuid", "9e5f384c-9218-4da1-a4cc-b7fcd6845e53"], ["support_identifier", "cs_911665d9"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:45:00.583496"], ["updated_at", "2017-12-20 17:45:00.583496"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1674948692 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96fbf148-f499-494e-a6da-9694b0d1008a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2200d6f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1674948692], ["username", "billy_40"], ["access_token", "e0d9958fec990f3b38905a37cb6a782b"], ["uuid", "96fbf148-f499-494e-a6da-9694b0d1008a"], ["support_identifier", "cs_f2200d6f"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:45:00.589651"], ["updated_at", "2017-12-20 17:45:00.589651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -22447124 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'feec6243-d4bf-4ee9-85a5-83a0b0341b29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e8374297' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -22447124], ["username", "billy_41"], ["access_token", "bb03f501c922f5b97dc7273cfdf3ef8c"], ["uuid", "feec6243-d4bf-4ee9-85a5-83a0b0341b29"], ["support_identifier", "cs_e8374297"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:45:00.594599"], ["updated_at", "2017-12-20 17:45:00.594599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1587280516 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9389901-e223-455d-9f0a-81a61f6dc091' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_76acfaf0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1587280516], ["username", "billy_42"], ["access_token", "37f3b32ad4f62d39a868233144810303"], ["uuid", "b9389901-e223-455d-9f0a-81a61f6dc091"], ["support_identifier", "cs_76acfaf0"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:45:00.599199"], ["updated_at", "2017-12-20 17:45:00.599199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749802012 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa1074ce-ca3f-441e-8ae0-cf23bfeb88b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb2c81c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -749802012], ["username", "billy_43"], ["access_token", "992fc1a987e2f9f873748aaddb37a8c5"], ["uuid", "fa1074ce-ca3f-441e-8ae0-cf23bfeb88b0"], ["support_identifier", "cs_eb2c81c7"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:45:00.603917"], ["updated_at", "2017-12-20 17:45:00.603917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1271468648 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd219c819-a3cd-4ea2-a4ed-7d6d858689b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c55b2936' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1271468648], ["username", "billy_44"], ["access_token", "b4f87f002716d782bc293d13021fb0b0"], ["uuid", "d219c819-a3cd-4ea2-a4ed-7d6d858689b7"], ["support_identifier", "cs_c55b2936"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:45:00.609116"], ["updated_at", "2017-12-20 17:45:00.609116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1573780733 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65589e41-8dc0-43fb-a007-cf0e1b5ed0af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b67bc621' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1573780733], ["username", "billy_45"], ["access_token", "daeff8b5e1c3ad141e86c280ff178352"], ["uuid", "65589e41-8dc0-43fb-a007-cf0e1b5ed0af"], ["support_identifier", "cs_b67bc621"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:45:00.621648"], ["updated_at", "2017-12-20 17:45:00.621648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1370439183 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1cbc5de-328d-431f-ba2a-3387baeba374' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dbc37971' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1370439183], ["username", "jstrav"], ["access_token", "1d596a0827f2a43bae252f1f8d6a3af2"], ["uuid", "a1cbc5de-328d-431f-ba2a-3387baeba374"], ["support_identifier", "cs_dbc37971"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:45:00.630806"], ["updated_at", "2017-12-20 17:45:00.630806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -873612348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f33e971e-9584-4e6f-a747-98eb4e44e46e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a67e200' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -873612348], ["username", "mary"], ["access_token", "e41886641eefe4f43bcf77671d5f23ab"], ["uuid", "f33e971e-9584-4e6f-a747-98eb4e44e46e"], ["support_identifier", "cs_1a67e200"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:45:00.635342"], ["updated_at", "2017-12-20 17:45:00.635342"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1085725306 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6fdc0703-afd4-4f2b-a702-134f636a1a97' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_03a44603' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1085725306], ["username", "jstead"], ["access_token", "6841f2e4ee2b760fc068c30a69de89e2"], ["uuid", "6fdc0703-afd4-4f2b-a702-134f636a1a97"], ["support_identifier", "cs_03a44603"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:45:00.640988"], ["updated_at", "2017-12-20 17:45:00.640988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1603812090 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad7d9556-b435-48e6-ae60-70fa9e332946' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_625a9866' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1603812090], ["username", "bigbear"], ["access_token", "9a1f0232eb4ea81374009bd7969e0250"], ["uuid", "ad7d9556-b435-48e6-ae60-70fa9e332946"], ["support_identifier", "cs_625a9866"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:45:00.647353"], ["updated_at", "2017-12-20 17:45:00.647353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1073465109 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab9c597e-8cd9-4b55-8362-7fea2d364000' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a53ed460' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1073465109], ["username", "foo_bb"], ["access_token", "4e0ac9ed030a120024e8864fed04aeb4"], ["uuid", "ab9c597e-8cd9-4b55-8362-7fea2d364000"], ["support_identifier", "cs_a53ed460"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-12-20 17:45:00.652371"], ["updated_at", "2017-12-20 17:45:00.652371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -56310247 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b26cda3c-688e-470f-9350-af4628ad5688' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1dec20ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -56310247], ["username", "foo_bj"], ["access_token", "148933df46fc7c1dcfce064486c09cac"], ["uuid", "b26cda3c-688e-470f-9350-af4628ad5688"], ["support_identifier", "cs_1dec20ed"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-12-20 17:45:00.656883"], ["updated_at", "2017-12-20 17:45:00.656883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -791866124 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '127d0ea5-bbf6-4b3d-ba69-28e65b4fde61' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4088b8cb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -791866124], ["username", "foo_tj"], ["access_token", "428ed858b517f05bffc8beb289a6f23a"], ["uuid", "127d0ea5-bbf6-4b3d-ba69-28e65b4fde61"], ["support_identifier", "cs_4088b8cb"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-12-20 17:45:00.661725"], ["updated_at", "2017-12-20 17:45:00.661725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:45:01 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-12-20 11:45:02 -0600 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (211.3ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (423.0ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (6.9ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" SQL (11.2ms) CREATE EXTENSION IF NOT EXISTS "citext"  (4.1ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL, "support_identifier" citext)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.2ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.3ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (1.3ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.3ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_support_identifier" ON "openstax_accounts_accounts" USING btree ("support_identifier")  (1.2ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.3ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (2.2ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (1.9ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (1.9ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (1.0ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (3.2ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.1ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (2.8ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (1.8ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('11')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.8ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "ae56cd"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ae56cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f3b305b' LIMIT 1 SQL (1.0ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 18], ["username", "ae56cd"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["support_identifier", "cs_6f3b305b"], ["created_at", "2017-12-20 17:46:21.759035"], ["updated_at", "2017-12-20 17:46:21.759035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edc0b069' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["support_identifier", "cs_edc0b069"], ["created_at", "2017-12-20 17:46:21.771869"], ["updated_at", "2017-12-20 17:46:21.771869"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bccb058a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["support_identifier", "cs_bccb058a"], ["created_at", "2017-12-20 17:46:21.781720"], ["updated_at", "2017-12-20 17:46:21.781720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "978dee"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '978dee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9e52d52-5b42-4024-a946-b29c8c68e1d0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8503fb47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "salesforce_contact_id", "faculty_status", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["openstax_uid", 1], ["username", "978dee"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["salesforce_contact_id", "b0b"], ["faculty_status", 3], ["role", 2], ["uuid", "c9e52d52-5b42-4024-a946-b29c8c68e1d0"], ["support_identifier", "cs_8503fb47"], ["created_at", "2017-12-20 17:46:21.795323"], ["updated_at", "2017-12-20 17:46:21.795323"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1481934973 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f30ea551-a11b-4637-808e-a89735bed7c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3e5bdf67' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1481934973], ["username", "jstrav"], ["access_token", "98b0d6f559370b92d0e462d2b54891a2"], ["uuid", "f30ea551-a11b-4637-808e-a89735bed7c3"], ["support_identifier", "cs_3e5bdf67"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:21.802662"], ["updated_at", "2017-12-20 17:46:21.802662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -533183798 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e704c1b-c963-4220-a218-1b3566292a29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ce6364a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -533183798], ["username", "mary"], ["access_token", "ebfa7847cd85399728acda0f63112174"], ["uuid", "0e704c1b-c963-4220-a218-1b3566292a29"], ["support_identifier", "cs_3ce6364a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:21.807068"], ["updated_at", "2017-12-20 17:46:21.807068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1189706668 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5cc4a39a-3589-4129-b437-f370cf1e7e7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c006cefd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1189706668], ["username", "jstead"], ["access_token", "74a6b1af868d2ac41268c69df4044da0"], ["uuid", "5cc4a39a-3589-4129-b437-f370cf1e7e7e"], ["support_identifier", "cs_c006cefd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:21.811370"], ["updated_at", "2017-12-20 17:46:21.811370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1737452335 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '697b0725-0bd7-4672-84b8-8021c2080ca7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b5c6428' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1737452335], ["username", "bigbear"], ["access_token", "e66bdcb99a9e3c0ed9699f355fc38b59"], ["uuid", "697b0725-0bd7-4672-84b8-8021c2080ca7"], ["support_identifier", "cs_9b5c6428"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:21.815519"], ["updated_at", "2017-12-20 17:46:21.815519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1580675623 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d2e7713-7fce-4b40-a8c4-8bdb49b14ad9' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d68d0123' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1580675623], ["username", "jstrav"], ["access_token", "d48402010eb99eabf2f886a2f50edb2e"], ["uuid", "3d2e7713-7fce-4b40-a8c4-8bdb49b14ad9"], ["support_identifier", "cs_d68d0123"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:21.826244"], ["updated_at", "2017-12-20 17:46:21.826244"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -971005419 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93458424-a8ed-4743-9e1c-7b4f232d026f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_638929d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -971005419], ["username", "mary"], ["access_token", "55b2227bc5fe85b66e47e6b55c831884"], ["uuid", "93458424-a8ed-4743-9e1c-7b4f232d026f"], ["support_identifier", "cs_638929d7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:21.831483"], ["updated_at", "2017-12-20 17:46:21.831483"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1499192040 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca95d074-ffb4-4319-b695-e39d57309ba0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9ec7e1d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1499192040], ["username", "jstead"], ["access_token", "8823e9d0b8c95b6c22ad8690d433303c"], ["uuid", "ca95d074-ffb4-4319-b695-e39d57309ba0"], ["support_identifier", "cs_9ec7e1d2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:21.837163"], ["updated_at", "2017-12-20 17:46:21.837163"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348253947 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ccdf353-49e2-4e0d-a615-0d586fbb56af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0f71a51' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1348253947], ["username", "bigbear"], ["access_token", "707c547cf68f840405685c7d9b779e63"], ["uuid", "8ccdf353-49e2-4e0d-a615-0d586fbb56af"], ["support_identifier", "cs_e0f71a51"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:21.841450"], ["updated_at", "2017-12-20 17:46:21.841450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -686895479 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe9828c8-bb74-4ee6-af10-6e5c17bbdd7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48fac8c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -686895479], ["username", "jstrav"], ["access_token", "b827875655ad840c1c50c7e097e413b2"], ["uuid", "fe9828c8-bb74-4ee6-af10-6e5c17bbdd7e"], ["support_identifier", "cs_48fac8c9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:21.850803"], ["updated_at", "2017-12-20 17:46:21.850803"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2030744986 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b507028-aa40-4bfd-9c7d-94718e19c27f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ed0c69a8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2030744986], ["username", "mary"], ["access_token", "56905d3a368ca0658f98cb3de211f97b"], ["uuid", "0b507028-aa40-4bfd-9c7d-94718e19c27f"], ["support_identifier", "cs_ed0c69a8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:21.855472"], ["updated_at", "2017-12-20 17:46:21.855472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -427290269 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2dfd333c-ac7c-4076-89e8-ee0b5884cb81' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_46b6667e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -427290269], ["username", "jstead"], ["access_token", "98cb31da905e207d2f655d9be7e40147"], ["uuid", "2dfd333c-ac7c-4076-89e8-ee0b5884cb81"], ["support_identifier", "cs_46b6667e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:21.860295"], ["updated_at", "2017-12-20 17:46:21.860295"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1727558459 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45d9b7bc-d0fd-46ee-954b-f3ccdb25c482' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48e952f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1727558459], ["username", "bigbear"], ["access_token", "be940011df7916cd87b29df7d142a4f7"], ["uuid", "45d9b7bc-d0fd-46ee-954b-f3ccdb25c482"], ["support_identifier", "cs_48e952f6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:21.864595"], ["updated_at", "2017-12-20 17:46:21.864595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -427290269)  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -427290269) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404566301 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f46966eb-8f63-4c09-b02b-fc86e8330700' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a7e2621a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -404566301], ["username", "jstrav"], ["access_token", "de5b41ff7ecbd75e5d0743408c6037cc"], ["uuid", "f46966eb-8f63-4c09-b02b-fc86e8330700"], ["support_identifier", "cs_a7e2621a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:21.874825"], ["updated_at", "2017-12-20 17:46:21.874825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1110370778 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecdca4be-8a0d-43f9-ab9f-6fa6026011d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c8ad839' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1110370778], ["username", "mary"], ["access_token", "d70e18e2ae9e1340293c5b0587d114f6"], ["uuid", "ecdca4be-8a0d-43f9-ab9f-6fa6026011d4"], ["support_identifier", "cs_7c8ad839"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:21.879678"], ["updated_at", "2017-12-20 17:46:21.879678"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -612109530 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe19a10a-4e99-4468-ae68-fe8fbff07f18' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_212660a7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -612109530], ["username", "jstead"], ["access_token", "454f8a8535ea005e76ac177cedd02336"], ["uuid", "fe19a10a-4e99-4468-ae68-fe8fbff07f18"], ["support_identifier", "cs_212660a7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:21.885739"], ["updated_at", "2017-12-20 17:46:21.885739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -442304434 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e728592-a3da-49e1-8960-97b4d7a8f97e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a47169bd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -442304434], ["username", "bigbear"], ["access_token", "a55c260aa77894050e0583edb3303808"], ["uuid", "7e728592-a3da-49e1-8960-97b4d7a8f97e"], ["support_identifier", "cs_a47169bd"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:21.891188"], ["updated_at", "2017-12-20 17:46:21.891188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -533153167 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7538effa-6127-42f6-adf2-68f835127c51' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66eaacf5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -533153167], ["username", "jstrav"], ["access_token", "c5adc647a30e2e87f7fa1ed511c03ae0"], ["uuid", "7538effa-6127-42f6-adf2-68f835127c51"], ["support_identifier", "cs_66eaacf5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:21.899321"], ["updated_at", "2017-12-20 17:46:21.899321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -107822596 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be9bd7a2-e9d9-4da8-926c-f8982e970644' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38a80477' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -107822596], ["username", "mary"], ["access_token", "ea11db34951b09649b03aa8eca660851"], ["uuid", "be9bd7a2-e9d9-4da8-926c-f8982e970644"], ["support_identifier", "cs_38a80477"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:21.903589"], ["updated_at", "2017-12-20 17:46:21.903589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660995406 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59979c54-cb52-4944-81ac-b6d2bc8f93bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_040e2490' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1660995406], ["username", "jstead"], ["access_token", "acca3e420b2d6f93ed94a57aabc8387a"], ["uuid", "59979c54-cb52-4944-81ac-b6d2bc8f93bb"], ["support_identifier", "cs_040e2490"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:21.908314"], ["updated_at", "2017-12-20 17:46:21.908314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -475062055 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41397d51-b19a-4dcd-95b4-7ca42f96bafe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48438010' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -475062055], ["username", "bigbear"], ["access_token", "a1ffd2de064347cfde60a7ecbc954969"], ["uuid", "41397d51-b19a-4dcd-95b4-7ca42f96bafe"], ["support_identifier", "cs_48438010"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:21.912426"], ["updated_at", "2017-12-20 17:46:21.912426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -155579993 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b7c734a-ce5d-45bb-a3f0-e1be90a39bf1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bd82f88b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -155579993], ["username", "jstrav"], ["access_token", "88045187d08e0817e6518dfb7e032a75"], ["uuid", "9b7c734a-ce5d-45bb-a3f0-e1be90a39bf1"], ["support_identifier", "cs_bd82f88b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:21.921209"], ["updated_at", "2017-12-20 17:46:21.921209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -63929924 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4af35b29-d2d3-4642-b6c0-8dd3ae22bcc0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fb9037c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -63929924], ["username", "mary"], ["access_token", "5e51f8b5c09d36c64acbfce89b9aea36"], ["uuid", "4af35b29-d2d3-4642-b6c0-8dd3ae22bcc0"], ["support_identifier", "cs_fb9037c9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:21.925464"], ["updated_at", "2017-12-20 17:46:21.925464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1538139859 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92d153fe-1ae4-4971-9397-b441603e903a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_439d4023' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1538139859], ["username", "jstead"], ["access_token", "500ac025b666635bd9bfc72b52bae441"], ["uuid", "92d153fe-1ae4-4971-9397-b441603e903a"], ["support_identifier", "cs_439d4023"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:21.929611"], ["updated_at", "2017-12-20 17:46:21.929611"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258313062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55c1d980-91fe-4d00-a74c-40d17e0c8b2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9651a31a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -258313062], ["username", "bigbear"], ["access_token", "d749a42e47d3d19916fbe5dc7407a601"], ["uuid", "55c1d980-91fe-4d00-a74c-40d17e0c8b2d"], ["support_identifier", "cs_9651a31a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:21.933748"], ["updated_at", "2017-12-20 17:46:21.933748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '92d153fe-1ae4-4971-9397-b441603e903a')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '92d153fe-1ae4-4971-9397-b441603e903a') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -545730343 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c51ffda-8c29-46cb-9a40-8f79fc90a494' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00a34b30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -545730343], ["username", "jstrav"], ["access_token", "1068e2951bceaf2a822944a20960873b"], ["uuid", "2c51ffda-8c29-46cb-9a40-8f79fc90a494"], ["support_identifier", "cs_00a34b30"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:21.942737"], ["updated_at", "2017-12-20 17:46:21.942737"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1053822915 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '401aa2d6-1c17-479f-afeb-ce71eeb6151a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e753102' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1053822915], ["username", "mary"], ["access_token", "9cbabdaa39c77120fa87a7ec93d09d9d"], ["uuid", "401aa2d6-1c17-479f-afeb-ce71eeb6151a"], ["support_identifier", "cs_5e753102"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:21.947550"], ["updated_at", "2017-12-20 17:46:21.947550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -925359718 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0085667-231a-4160-9f3c-5d8880b6db84' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68a9e93b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -925359718], ["username", "jstead"], ["access_token", "28ee81136ddd4990b229a92325e2044d"], ["uuid", "a0085667-231a-4160-9f3c-5d8880b6db84"], ["support_identifier", "cs_68a9e93b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:21.951767"], ["updated_at", "2017-12-20 17:46:21.951767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -352380812 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '927d1bc3-b0f4-48b9-babf-892e15d88866' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cc56d0ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -352380812], ["username", "bigbear"], ["access_token", "c2dcf8945acc7826a760e8aa10f47fb5"], ["uuid", "927d1bc3-b0f4-48b9-babf-892e15d88866"], ["support_identifier", "cs_cc56d0ff"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:21.956442"], ["updated_at", "2017-12-20 17:46:21.956442"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1511044644 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c3e31b6-8a64-4f85-9710-6c17738b2b9f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66e58fef' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1511044644], ["username", "jstrav"], ["access_token", "e136ee76090c744f5f8500fe0cdca39c"], ["uuid", "5c3e31b6-8a64-4f85-9710-6c17738b2b9f"], ["support_identifier", "cs_66e58fef"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:21.964844"], ["updated_at", "2017-12-20 17:46:21.964844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1458424567 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b240eca7-951a-46db-bb5f-f3c24536381d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28c42b8f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1458424567], ["username", "mary"], ["access_token", "98babad1179750cae0e5431a9a95ee17"], ["uuid", "b240eca7-951a-46db-bb5f-f3c24536381d"], ["support_identifier", "cs_28c42b8f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:21.971346"], ["updated_at", "2017-12-20 17:46:21.971346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -502129820 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5287bddb-33d9-493d-afa2-346b7029d425' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e7304d9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -502129820], ["username", "jstead"], ["access_token", "d6e8445d9aea452bc372636b859d11a9"], ["uuid", "5287bddb-33d9-493d-afa2-346b7029d425"], ["support_identifier", "cs_e7304d9c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:21.975831"], ["updated_at", "2017-12-20 17:46:21.975831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -679055655 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e32c6043-24dd-493d-ad73-82114b4c4c6f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_172a2c19' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -679055655], ["username", "bigbear"], ["access_token", "0eb61566f350946fcad7fa81524cdac4"], ["uuid", "e32c6043-24dd-493d-ad73-82114b4c4c6f"], ["support_identifier", "cs_172a2c19"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:21.980015"], ["updated_at", "2017-12-20 17:46:21.980015"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.2ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -668191729 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e5d17f1-5880-4498-b6b1-b9213e252367' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_314392b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -668191729], ["username", "jstrav"], ["access_token", "561f3790c1281e75de3f19bccb7daf5c"], ["uuid", "9e5d17f1-5880-4498-b6b1-b9213e252367"], ["support_identifier", "cs_314392b2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:21.990776"], ["updated_at", "2017-12-20 17:46:21.990776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1229402400 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '294a1162-800b-4e73-bae6-852e87cfd198' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28d5d8b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1229402400], ["username", "mary"], ["access_token", "d82cf385d2ab682de28d1c8b28c02b93"], ["uuid", "294a1162-800b-4e73-bae6-852e87cfd198"], ["support_identifier", "cs_28d5d8b5"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:21.995651"], ["updated_at", "2017-12-20 17:46:21.995651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -666871158 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cfb6094e-dbb8-4f6f-a6d0-29d0022f86e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_812c9d03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -666871158], ["username", "jstead"], ["access_token", "c7a067f3c71981541a7440202bcf5343"], ["uuid", "cfb6094e-dbb8-4f6f-a6d0-29d0022f86e1"], ["support_identifier", "cs_812c9d03"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:22.000817"], ["updated_at", "2017-12-20 17:46:22.000817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1114202077 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bffd66b8-3d55-41aa-a810-ed535da65b5b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae69c062' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1114202077], ["username", "bigbear"], ["access_token", "9f8ac858e4da4548f5558f517c314cde"], ["uuid", "bffd66b8-3d55-41aa-a810-ed535da65b5b"], ["support_identifier", "cs_ae69c062"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:22.005215"], ["updated_at", "2017-12-20 17:46:22.005215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1132962523 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98aecf57-7dc8-48a6-8e75-26eb9dd1d8f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a0c2cd7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1132962523], ["username", "jstrav"], ["access_token", "c3dac8c04572c944f07d70f2c5f62f1f"], ["uuid", "98aecf57-7dc8-48a6-8e75-26eb9dd1d8f3"], ["support_identifier", "cs_5a0c2cd7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:22.013228"], ["updated_at", "2017-12-20 17:46:22.013228"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -59853474 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0951670d-cece-472f-830c-b5513a5c87ac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d90c8866' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -59853474], ["username", "mary"], ["access_token", "7cd7c159e3b7daf6ff1980ced53d1315"], ["uuid", "0951670d-cece-472f-830c-b5513a5c87ac"], ["support_identifier", "cs_d90c8866"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:22.017517"], ["updated_at", "2017-12-20 17:46:22.017517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1124540100 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5735d9b-5670-4ecc-b396-d494fe4d8063' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_75ef1c38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1124540100], ["username", "jstead"], ["access_token", "77b517d94d5b001c572d90fd3d703ef5"], ["uuid", "e5735d9b-5670-4ecc-b396-d494fe4d8063"], ["support_identifier", "cs_75ef1c38"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:22.021645"], ["updated_at", "2017-12-20 17:46:22.021645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -980001125 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d354d0a-f398-44fe-aba9-b839e5ebef13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b0f938c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -980001125], ["username", "bigbear"], ["access_token", "9b9c503d23fbd45dddef6b78892b4073"], ["uuid", "6d354d0a-f398-44fe-aba9-b839e5ebef13"], ["support_identifier", "cs_b0f938c7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:22.025716"], ["updated_at", "2017-12-20 17:46:22.025716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -685137838 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '093d6b84-c1e1-4723-be56-7863c20e2541' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_457a5572' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -685137838], ["username", "jstrav"], ["access_token", "40a9440ea9145633fea6398238cb92ff"], ["uuid", "093d6b84-c1e1-4723-be56-7863c20e2541"], ["support_identifier", "cs_457a5572"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:22.034441"], ["updated_at", "2017-12-20 17:46:22.034441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1624766504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd44a6a4b-2647-4436-8081-b91328f7df0b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51874e9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1624766504], ["username", "mary"], ["access_token", "93c0221c601cdb97001fe9bd4d19a4d5"], ["uuid", "d44a6a4b-2647-4436-8081-b91328f7df0b"], ["support_identifier", "cs_51874e9c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:22.040062"], ["updated_at", "2017-12-20 17:46:22.040062"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1443694443 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2b5ee5c-e79c-4ba4-8665-33c7f8e64088' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea8ec472' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1443694443], ["username", "jstead"], ["access_token", "d2fdae33b6a52c82df2a7dabdba44c01"], ["uuid", "b2b5ee5c-e79c-4ba4-8665-33c7f8e64088"], ["support_identifier", "cs_ea8ec472"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:22.044718"], ["updated_at", "2017-12-20 17:46:22.044718"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -697782354 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f391ab1-650f-45f3-baf9-4ef63edb1476' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8335db1d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -697782354], ["username", "bigbear"], ["access_token", "a3e26f0d2c8eb1634f272a391389b464"], ["uuid", "8f391ab1-650f-45f3-baf9-4ef63edb1476"], ["support_identifier", "cs_8335db1d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:22.049033"], ["updated_at", "2017-12-20 17:46:22.049033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1075781627 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae4032f5-565c-4bb5-87e7-cdc82d5c2be2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_238f518a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1075781627], ["username", "jstrav"], ["access_token", "1816d9e8d2beb791babc76a621a08314"], ["uuid", "ae4032f5-565c-4bb5-87e7-cdc82d5c2be2"], ["support_identifier", "cs_238f518a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:22.057588"], ["updated_at", "2017-12-20 17:46:22.057588"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386028045 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97bb37d8-9019-4464-9b17-60ed2aecae1b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e5f95ffe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -386028045], ["username", "mary"], ["access_token", "54594892f1b66f69db967d6592197bff"], ["uuid", "97bb37d8-9019-4464-9b17-60ed2aecae1b"], ["support_identifier", "cs_e5f95ffe"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:22.061785"], ["updated_at", "2017-12-20 17:46:22.061785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -481136812 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27c7ac9f-1806-4aa5-89ec-5c6986c149f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f092826' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -481136812], ["username", "jstead"], ["access_token", "ebe62ba60e17b8d8adcd80485e0faf05"], ["uuid", "27c7ac9f-1806-4aa5-89ec-5c6986c149f9"], ["support_identifier", "cs_8f092826"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:22.066217"], ["updated_at", "2017-12-20 17:46:22.066217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1420002692 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88e88268-3740-48e5-b4f6-45c1a306cc04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50278396' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1420002692], ["username", "bigbear"], ["access_token", "f9c53d3bb3cab2f86e19331f3e81acff"], ["uuid", "88e88268-3740-48e5-b4f6-45c1a306cc04"], ["support_identifier", "cs_50278396"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:22.070478"], ["updated_at", "2017-12-20 17:46:22.070478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_8f092826')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_8f092826') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -741569665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f242adf9-b0c0-441f-b37d-ef54d7005b48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_565f162e' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -741569665], ["username", "jstrav"], ["access_token", "20c67934bc883eab8c7c2aca21cbd0dd"], ["uuid", "f242adf9-b0c0-441f-b37d-ef54d7005b48"], ["support_identifier", "cs_565f162e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:22.078838"], ["updated_at", "2017-12-20 17:46:22.078838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912389039 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e11ac26c-c763-4a9c-9335-3113c3f60715' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b5b4b65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1912389039], ["username", "mary"], ["access_token", "afa46c8f02996e2ab495641e11a506a4"], ["uuid", "e11ac26c-c763-4a9c-9335-3113c3f60715"], ["support_identifier", "cs_0b5b4b65"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:22.083477"], ["updated_at", "2017-12-20 17:46:22.083477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -997070001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75f5616f-aa35-438d-ba83-ae61186c1711' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5218964f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -997070001], ["username", "jstead"], ["access_token", "2957416f7b377279cbbd34474addc449"], ["uuid", "75f5616f-aa35-438d-ba83-ae61186c1711"], ["support_identifier", "cs_5218964f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:22.087840"], ["updated_at", "2017-12-20 17:46:22.087840"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1476325497 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fd8fc3b8-7cf9-4629-9e22-b6a6c02f97e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d28849f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1476325497], ["username", "bigbear"], ["access_token", "74029a2974f4ffa00249c375170535e2"], ["uuid", "fd8fc3b8-7cf9-4629-9e22-b6a6c02f97e2"], ["support_identifier", "cs_5d28849f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:22.092995"], ["updated_at", "2017-12-20 17:46:22.092995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53030829 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '962f4c58-a6a1-4405-a03a-46c2bcdeec87' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_863be80a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -53030829], ["username", "jstrav"], ["access_token", "cbc53967e0361d1691f27c8b7ba302d3"], ["uuid", "962f4c58-a6a1-4405-a03a-46c2bcdeec87"], ["support_identifier", "cs_863be80a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:22.102829"], ["updated_at", "2017-12-20 17:46:22.102829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -569671261 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1915d91-c563-4aaa-99b1-153b6d8c6dfc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0c28c631' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -569671261], ["username", "mary"], ["access_token", "32d50200423170066cc36e941b18c641"], ["uuid", "c1915d91-c563-4aaa-99b1-153b6d8c6dfc"], ["support_identifier", "cs_0c28c631"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:22.108216"], ["updated_at", "2017-12-20 17:46:22.108216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -339565779 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c794c41f-3303-418e-9e70-d1f67cecee85' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_655d923c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -339565779], ["username", "jstead"], ["access_token", "ffffa9d2ea75fe9eaedf7c070a112d18"], ["uuid", "c794c41f-3303-418e-9e70-d1f67cecee85"], ["support_identifier", "cs_655d923c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:22.112333"], ["updated_at", "2017-12-20 17:46:22.112333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1661366150 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11aa248e-1a68-4bde-b087-3518aaa20678' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2446d40d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1661366150], ["username", "bigbear"], ["access_token", "abe07e54037b47025c72c4e4071b96ea"], ["uuid", "11aa248e-1a68-4bde-b087-3518aaa20678"], ["support_identifier", "cs_2446d40d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:22.116293"], ["updated_at", "2017-12-20 17:46:22.116293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1777592789 LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0bde3eab-520a-4898-b9d6-12306cd212c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_771f1a02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1777592789], ["username", "billy_00"], ["access_token", "5a31b805eb35236647afce5a37c3ba17"], ["uuid", "0bde3eab-520a-4898-b9d6-12306cd212c7"], ["support_identifier", "cs_771f1a02"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:46:22.120735"], ["updated_at", "2017-12-20 17:46:22.120735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -549149369 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '409222c0-f80c-4bd3-9679-e1b4ee1cb169' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ba4b326c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -549149369], ["username", "billy_01"], ["access_token", "43d5c05192037ba40eb41a9d8cd8857f"], ["uuid", "409222c0-f80c-4bd3-9679-e1b4ee1cb169"], ["support_identifier", "cs_ba4b326c"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:46:22.124873"], ["updated_at", "2017-12-20 17:46:22.124873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -182930805 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fb688af-73eb-4728-a536-5473c6cc6a84' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_804631e2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -182930805], ["username", "billy_02"], ["access_token", "fac2935161527a87d30b0e19c0269dbb"], ["uuid", "0fb688af-73eb-4728-a536-5473c6cc6a84"], ["support_identifier", "cs_804631e2"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:46:22.129003"], ["updated_at", "2017-12-20 17:46:22.129003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58447914 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62de274e-0f8b-4f52-83bf-bc535725d3fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a2e980cf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -58447914], ["username", "billy_03"], ["access_token", "57f01f529168e3835d8d09e15625fc55"], ["uuid", "62de274e-0f8b-4f52-83bf-bc535725d3fb"], ["support_identifier", "cs_a2e980cf"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:46:22.133156"], ["updated_at", "2017-12-20 17:46:22.133156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -136544108 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43ca2a22-5bad-44b6-9aad-2944d1eaaa33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_78ed963a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -136544108], ["username", "billy_04"], ["access_token", "812c8e316255d16ac6bf431395afc743"], ["uuid", "43ca2a22-5bad-44b6-9aad-2944d1eaaa33"], ["support_identifier", "cs_78ed963a"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:46:22.138840"], ["updated_at", "2017-12-20 17:46:22.138840"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -60297388 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bebf5a0-53f5-4b64-bb00-87b8c05f2d13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_01dde3d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -60297388], ["username", "billy_05"], ["access_token", "cfe2845050855b869db7bcc6275f750b"], ["uuid", "8bebf5a0-53f5-4b64-bb00-87b8c05f2d13"], ["support_identifier", "cs_01dde3d3"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:46:22.143691"], ["updated_at", "2017-12-20 17:46:22.143691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -218510096 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e04aeed7-a685-4b68-9e17-2440b1d0a108' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c4dacb3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -218510096], ["username", "billy_06"], ["access_token", "ce88869021b5df611cf7c9f2569ff55e"], ["uuid", "e04aeed7-a685-4b68-9e17-2440b1d0a108"], ["support_identifier", "cs_7c4dacb3"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:46:22.147934"], ["updated_at", "2017-12-20 17:46:22.147934"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053634253 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '534bc1ce-8299-4470-9359-b2bd87377194' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_370de628' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2053634253], ["username", "billy_07"], ["access_token", "df9a74add78f6c87a4b35909b4f00554"], ["uuid", "534bc1ce-8299-4470-9359-b2bd87377194"], ["support_identifier", "cs_370de628"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:46:22.153352"], ["updated_at", "2017-12-20 17:46:22.153352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -421580526 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '702f826a-0d73-45a5-9edb-2dee6a27451f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_376488b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -421580526], ["username", "billy_08"], ["access_token", "5f993630c5a1da1df302fe9ed2bda2cc"], ["uuid", "702f826a-0d73-45a5-9edb-2dee6a27451f"], ["support_identifier", "cs_376488b2"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:46:22.157670"], ["updated_at", "2017-12-20 17:46:22.157670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1553076152 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c03f091f-3668-4997-aab2-4f0234c15217' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_647d74df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1553076152], ["username", "billy_09"], ["access_token", "4aeea5ea140f092956999e35464b59dc"], ["uuid", "c03f091f-3668-4997-aab2-4f0234c15217"], ["support_identifier", "cs_647d74df"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:46:22.161686"], ["updated_at", "2017-12-20 17:46:22.161686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -924769425 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8a3f57a-9434-408b-bac2-813b087be19c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9033465a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -924769425], ["username", "billy_10"], ["access_token", "92a1b9d716ac5d70186b6d26d9b984ca"], ["uuid", "c8a3f57a-9434-408b-bac2-813b087be19c"], ["support_identifier", "cs_9033465a"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:46:22.165694"], ["updated_at", "2017-12-20 17:46:22.165694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1786888190 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1bb325d-1d9c-41eb-8651-e09b033181be' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_384277b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1786888190], ["username", "billy_11"], ["access_token", "0e14ff5d52510423ca3e076eca4f9aec"], ["uuid", "f1bb325d-1d9c-41eb-8651-e09b033181be"], ["support_identifier", "cs_384277b8"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:46:22.169765"], ["updated_at", "2017-12-20 17:46:22.169765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1825917491 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8dd24bd8-2b09-40af-973a-44b6f34678e9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_777e1f89' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1825917491], ["username", "billy_12"], ["access_token", "46e1726c184bb48557301fc06406d468"], ["uuid", "8dd24bd8-2b09-40af-973a-44b6f34678e9"], ["support_identifier", "cs_777e1f89"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:46:22.173867"], ["updated_at", "2017-12-20 17:46:22.173867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -625139807 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d974e1e-fb21-4f8c-8567-ca8f09d91d63' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2626f32d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -625139807], ["username", "billy_13"], ["access_token", "2326c3b4bd47a0a702ce38daf733b430"], ["uuid", "3d974e1e-fb21-4f8c-8567-ca8f09d91d63"], ["support_identifier", "cs_2626f32d"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:46:22.178033"], ["updated_at", "2017-12-20 17:46:22.178033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -905495867 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52c7813c-0c5a-4037-a4ef-8d42ca499036' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a612cb45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -905495867], ["username", "billy_14"], ["access_token", "e58b3e9bb6c52284b39e184f62d77a8d"], ["uuid", "52c7813c-0c5a-4037-a4ef-8d42ca499036"], ["support_identifier", "cs_a612cb45"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:46:22.182261"], ["updated_at", "2017-12-20 17:46:22.182261"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797725075 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a96ee3be-5a2a-400f-a4e7-c1584dbd2ead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf2bf47e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -797725075], ["username", "billy_15"], ["access_token", "2ff55a142b59cb287a04916a95891161"], ["uuid", "a96ee3be-5a2a-400f-a4e7-c1584dbd2ead"], ["support_identifier", "cs_cf2bf47e"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:46:22.186424"], ["updated_at", "2017-12-20 17:46:22.186424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1313811935 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cde926a1-f33d-4333-9766-98e90c4704e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a87245d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1313811935], ["username", "billy_16"], ["access_token", "025e4009731cbaccf14e9cce973a7e66"], ["uuid", "cde926a1-f33d-4333-9766-98e90c4704e1"], ["support_identifier", "cs_4a87245d"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:46:22.190561"], ["updated_at", "2017-12-20 17:46:22.190561"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1963905821 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4552df48-226a-42f5-8aae-413b0ff53961' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cb1568a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1963905821], ["username", "billy_17"], ["access_token", "c12826053a1e65861312037ea2bad69e"], ["uuid", "4552df48-226a-42f5-8aae-413b0ff53961"], ["support_identifier", "cs_cb1568a0"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:46:22.194621"], ["updated_at", "2017-12-20 17:46:22.194621"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -746676119 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6d5dc70-9c5c-4fd3-87ff-fe096f1f2ee0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c4967c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -746676119], ["username", "billy_18"], ["access_token", "6f428fe7c97147e2308e024e2d78b8b9"], ["uuid", "d6d5dc70-9c5c-4fd3-87ff-fe096f1f2ee0"], ["support_identifier", "cs_1c4967c4"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:46:22.198916"], ["updated_at", "2017-12-20 17:46:22.198916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1971383513 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24f651c0-505a-40d0-8b50-a20643144817' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aa00666d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1971383513], ["username", "billy_19"], ["access_token", "7b6693cbbde8b78e60abb66d5dd9f86c"], ["uuid", "24f651c0-505a-40d0-8b50-a20643144817"], ["support_identifier", "cs_aa00666d"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:46:22.203110"], ["updated_at", "2017-12-20 17:46:22.203110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1760529087 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff4fab5f-fe2a-4e6d-bb2b-68c9f7e114c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3470d095' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1760529087], ["username", "billy_20"], ["access_token", "b124fa2c4bf5dc18519a5eab846ca61c"], ["uuid", "ff4fab5f-fe2a-4e6d-bb2b-68c9f7e114c5"], ["support_identifier", "cs_3470d095"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:46:22.207145"], ["updated_at", "2017-12-20 17:46:22.207145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1007738884 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad1dc4e6-5f4f-45e0-bdd4-b0304a510d65' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95ff4ce8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1007738884], ["username", "billy_21"], ["access_token", "6099140f9f812cde95afb1f52a884047"], ["uuid", "ad1dc4e6-5f4f-45e0-bdd4-b0304a510d65"], ["support_identifier", "cs_95ff4ce8"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:46:22.211275"], ["updated_at", "2017-12-20 17:46:22.211275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1120017540 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85e6daac-30ea-4cca-b199-ad6d2e2c68c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_836d2ba1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1120017540], ["username", "billy_22"], ["access_token", "55d3b171d6a917690d3259a5ca0e7e29"], ["uuid", "85e6daac-30ea-4cca-b199-ad6d2e2c68c3"], ["support_identifier", "cs_836d2ba1"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:46:22.215355"], ["updated_at", "2017-12-20 17:46:22.215355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -244483403 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'afe6cfdb-d2a3-41e1-a163-2e872445fbaa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_22acda23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -244483403], ["username", "billy_23"], ["access_token", "6cfd029b7e8a2bfb3286f1843d7a40ef"], ["uuid", "afe6cfdb-d2a3-41e1-a163-2e872445fbaa"], ["support_identifier", "cs_22acda23"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:46:22.219425"], ["updated_at", "2017-12-20 17:46:22.219425"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768235254 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0f7030c-b96a-425d-a187-5dbbeed197bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_09e8b8d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1768235254], ["username", "billy_24"], ["access_token", "35624d5f88e766f923ef68797773868a"], ["uuid", "c0f7030c-b96a-425d-a187-5dbbeed197bf"], ["support_identifier", "cs_09e8b8d5"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:46:22.223638"], ["updated_at", "2017-12-20 17:46:22.223638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322969000 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29ad3b40-4aa7-47d1-be57-99f236b0ee83' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eadac1ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -322969000], ["username", "billy_25"], ["access_token", "62497308e584ba08036404b199e9ac89"], ["uuid", "29ad3b40-4aa7-47d1-be57-99f236b0ee83"], ["support_identifier", "cs_eadac1ca"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:46:22.228904"], ["updated_at", "2017-12-20 17:46:22.228904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1910661115 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '114f47d8-3a24-4438-8c1f-8fe7bbb29aa1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_db9dec63' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1910661115], ["username", "billy_26"], ["access_token", "b583f5d9a02ed2b1344e8e4bfa2ca81b"], ["uuid", "114f47d8-3a24-4438-8c1f-8fe7bbb29aa1"], ["support_identifier", "cs_db9dec63"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:46:22.233669"], ["updated_at", "2017-12-20 17:46:22.233669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -453974928 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c53c792a-36eb-4fee-8fae-8160ce101d17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_82476c73' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -453974928], ["username", "billy_27"], ["access_token", "f3a7c6c58917671a95491344d6331f09"], ["uuid", "c53c792a-36eb-4fee-8fae-8160ce101d17"], ["support_identifier", "cs_82476c73"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:46:22.245844"], ["updated_at", "2017-12-20 17:46:22.245844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -331789637 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fed4e5cb-85a8-447b-a9f6-1205dccff867' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3a2fd324' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -331789637], ["username", "billy_28"], ["access_token", "db27f1905d008fbca29d056bb16f4554"], ["uuid", "fed4e5cb-85a8-447b-a9f6-1205dccff867"], ["support_identifier", "cs_3a2fd324"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:46:22.250273"], ["updated_at", "2017-12-20 17:46:22.250273"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550729149 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98577db3-6669-48d6-b8f9-87f7e083ae97' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97948302' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1550729149], ["username", "billy_29"], ["access_token", "be2d21e0d688bf80c4e53a65b4e0f9b2"], ["uuid", "98577db3-6669-48d6-b8f9-87f7e083ae97"], ["support_identifier", "cs_97948302"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:46:22.256354"], ["updated_at", "2017-12-20 17:46:22.256354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1078155440 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '139a5533-0140-47a5-b390-2d47422e28fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_11f107ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1078155440], ["username", "billy_30"], ["access_token", "a2f05b78d219870b27e12272603020bf"], ["uuid", "139a5533-0140-47a5-b390-2d47422e28fe"], ["support_identifier", "cs_11f107ec"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:46:22.262320"], ["updated_at", "2017-12-20 17:46:22.262320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2082638788 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a6514787-dd45-4c98-859d-935f7296248d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_24baddc0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2082638788], ["username", "billy_31"], ["access_token", "7dd07eca523d46633b28e4c9afce91c3"], ["uuid", "a6514787-dd45-4c98-859d-935f7296248d"], ["support_identifier", "cs_24baddc0"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:46:22.267114"], ["updated_at", "2017-12-20 17:46:22.267114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -961656604 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6be64438-193a-46dd-8d7a-e284108a87bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4723d3bc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -961656604], ["username", "billy_32"], ["access_token", "06e5b1956833ea2d7a896b2560c2e9cd"], ["uuid", "6be64438-193a-46dd-8d7a-e284108a87bf"], ["support_identifier", "cs_4723d3bc"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:46:22.271329"], ["updated_at", "2017-12-20 17:46:22.271329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -780510227 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e449df3a-b940-4d5b-85b3-1a1534ce1533' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_989be509' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -780510227], ["username", "billy_33"], ["access_token", "8d564b73df19876b7f436357aee247bc"], ["uuid", "e449df3a-b940-4d5b-85b3-1a1534ce1533"], ["support_identifier", "cs_989be509"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:46:22.275634"], ["updated_at", "2017-12-20 17:46:22.275634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -586655742 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e70f38f5-c94b-4fdd-8d54-587e792917b1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2477c6b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -586655742], ["username", "billy_34"], ["access_token", "b07f98ea83701f6d59bba0f285059bfc"], ["uuid", "e70f38f5-c94b-4fdd-8d54-587e792917b1"], ["support_identifier", "cs_2477c6b2"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:46:22.279819"], ["updated_at", "2017-12-20 17:46:22.279819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1351096093 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66e8c214-6dac-4865-8f04-4f24f45b7609' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3b2d2053' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1351096093], ["username", "billy_35"], ["access_token", "1a1954cb8bb77810fa733adb784cc292"], ["uuid", "66e8c214-6dac-4865-8f04-4f24f45b7609"], ["support_identifier", "cs_3b2d2053"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:46:22.284067"], ["updated_at", "2017-12-20 17:46:22.284067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -545478132 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10fc7171-69da-4b6d-8d96-114721759eb4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_59ad2a04' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -545478132], ["username", "billy_36"], ["access_token", "cccf88c7239b6ba3f704d9edd861a006"], ["uuid", "10fc7171-69da-4b6d-8d96-114721759eb4"], ["support_identifier", "cs_59ad2a04"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:46:22.289798"], ["updated_at", "2017-12-20 17:46:22.289798"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2076818185 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf040ce4-79c9-4dab-a7c3-f8ff0ef0f900' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b027f24' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2076818185], ["username", "billy_37"], ["access_token", "fb9f0406272c5053afe45e264c454886"], ["uuid", "bf040ce4-79c9-4dab-a7c3-f8ff0ef0f900"], ["support_identifier", "cs_6b027f24"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:46:22.296339"], ["updated_at", "2017-12-20 17:46:22.296339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -567779686 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72b0834d-562e-4fa8-8c1f-db45a1b63eea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a07bacca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -567779686], ["username", "billy_38"], ["access_token", "e7753475ab000eb76f1a0ea3a96f84e9"], ["uuid", "72b0834d-562e-4fa8-8c1f-db45a1b63eea"], ["support_identifier", "cs_a07bacca"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:46:22.301795"], ["updated_at", "2017-12-20 17:46:22.301795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1761150004 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a31ea7e1-0b19-430f-9587-bfcf4fe2a2be' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_404edfed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1761150004], ["username", "billy_39"], ["access_token", "9cf22eb3308d63329ac7eec18add7233"], ["uuid", "a31ea7e1-0b19-430f-9587-bfcf4fe2a2be"], ["support_identifier", "cs_404edfed"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:46:22.306238"], ["updated_at", "2017-12-20 17:46:22.306238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1779513108 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c9076fe-81c8-47b1-aa5f-92b71e664332' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63f7898d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1779513108], ["username", "billy_40"], ["access_token", "3a338d460cbf1ce3b3e77aad28ca10ab"], ["uuid", "1c9076fe-81c8-47b1-aa5f-92b71e664332"], ["support_identifier", "cs_63f7898d"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:46:22.310429"], ["updated_at", "2017-12-20 17:46:22.310429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -78101319 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6380cb75-f342-4fd9-803a-dd846963e26d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8aa87a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -78101319], ["username", "billy_41"], ["access_token", "69040c653d98dcfbf3f17669643cc829"], ["uuid", "6380cb75-f342-4fd9-803a-dd846963e26d"], ["support_identifier", "cs_f8aa87a5"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:46:22.314676"], ["updated_at", "2017-12-20 17:46:22.314676"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -402322907 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3abc1079-1c0f-464d-94bd-859fab3702ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b4841ab' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -402322907], ["username", "billy_42"], ["access_token", "1298f93e0e5ee24338d730aeba39981a"], ["uuid", "3abc1079-1c0f-464d-94bd-859fab3702ba"], ["support_identifier", "cs_1b4841ab"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:46:22.318975"], ["updated_at", "2017-12-20 17:46:22.318975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1958434053 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82634bd2-f6c3-4169-a705-76ac5ea807f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c6d2120' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1958434053], ["username", "billy_43"], ["access_token", "22cb90a4feb1a2ccffe1d1c14c4bf78d"], ["uuid", "82634bd2-f6c3-4169-a705-76ac5ea807f5"], ["support_identifier", "cs_4c6d2120"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:46:22.323203"], ["updated_at", "2017-12-20 17:46:22.323203"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1293852988 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82cd7f27-3db2-4bf0-83d3-272a6d325f5e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c3b8b05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1293852988], ["username", "billy_44"], ["access_token", "80a819a85d3ed511bc3d798b2ebe596a"], ["uuid", "82cd7f27-3db2-4bf0-83d3-272a6d325f5e"], ["support_identifier", "cs_3c3b8b05"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:46:22.327900"], ["updated_at", "2017-12-20 17:46:22.327900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -427443423 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2cf9335e-88bd-4166-8c6b-d479a3e76723' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_94b9d762' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -427443423], ["username", "billy_45"], ["access_token", "1821c8b5c722c19d4c1cbde0573ffd79"], ["uuid", "2cf9335e-88bd-4166-8c6b-d479a3e76723"], ["support_identifier", "cs_94b9d762"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:46:22.332676"], ["updated_at", "2017-12-20 17:46:22.332676"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812160158 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'abec652e-4206-4280-8fe6-0e5175953be0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_65ed8abc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1812160158], ["username", "jstrav"], ["access_token", "0dcb222f7612d71b4bd228f686f53ed1"], ["uuid", "abec652e-4206-4280-8fe6-0e5175953be0"], ["support_identifier", "cs_65ed8abc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:22.346538"], ["updated_at", "2017-12-20 17:46:22.346538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2084868508 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dfd55922-2c7f-4be7-a2b6-1247c00dd40f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f57481b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2084868508], ["username", "mary"], ["access_token", "b975b423aaf9baaa7814d585c437db18"], ["uuid", "dfd55922-2c7f-4be7-a2b6-1247c00dd40f"], ["support_identifier", "cs_7f57481b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:22.351722"], ["updated_at", "2017-12-20 17:46:22.351722"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829542641 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9029748-fb57-4e35-963d-f5b10d5afb89' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28399f52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1829542641], ["username", "jstead"], ["access_token", "2644b9b73b2f8b2f164b3d20b4b5a895"], ["uuid", "b9029748-fb57-4e35-963d-f5b10d5afb89"], ["support_identifier", "cs_28399f52"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:22.356806"], ["updated_at", "2017-12-20 17:46:22.356806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1834940221 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd591d1e-6fc0-4994-b938-03ec8bcadb90' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7a966b1f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1834940221], ["username", "bigbear"], ["access_token", "6f7ac9f0d1e377644cbb87de84620968"], ["uuid", "bd591d1e-6fc0-4994-b938-03ec8bcadb90"], ["support_identifier", "cs_7a966b1f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:22.361757"], ["updated_at", "2017-12-20 17:46:22.361757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1713315755 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82969963-1b63-4ab2-aa7c-6d2d30912eb5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_984eb549' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1713315755], ["username", "billy_00"], ["access_token", "3e799a5f2034f00cc944509a52dc9416"], ["uuid", "82969963-1b63-4ab2-aa7c-6d2d30912eb5"], ["support_identifier", "cs_984eb549"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:46:22.366826"], ["updated_at", "2017-12-20 17:46:22.366826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -103887361 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '687d63b6-1217-48e3-a388-a9e485c2557c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1642cab2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -103887361], ["username", "billy_01"], ["access_token", "379b7cc63931cc26c8faa07b0125bcb8"], ["uuid", "687d63b6-1217-48e3-a388-a9e485c2557c"], ["support_identifier", "cs_1642cab2"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:46:22.371734"], ["updated_at", "2017-12-20 17:46:22.371734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1033173528 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6105a2c9-1640-4e1e-942b-0e07a549b986' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0927f072' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1033173528], ["username", "billy_02"], ["access_token", "1611a721df0bfde8028f552195446d66"], ["uuid", "6105a2c9-1640-4e1e-942b-0e07a549b986"], ["support_identifier", "cs_0927f072"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:46:22.376520"], ["updated_at", "2017-12-20 17:46:22.376520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -86697784 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6728381b-4707-4361-8ca9-e9b881aa8c6d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0cb78b69' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -86697784], ["username", "billy_03"], ["access_token", "2a040a1243431e05db46d8f7763dcd0b"], ["uuid", "6728381b-4707-4361-8ca9-e9b881aa8c6d"], ["support_identifier", "cs_0cb78b69"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:46:22.381490"], ["updated_at", "2017-12-20 17:46:22.381490"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1884494317 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2bfef6c6-cb40-4590-8915-7adfaff50cf5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2487d7f5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1884494317], ["username", "billy_04"], ["access_token", "b20b80e1337dca87ab345591b436bd35"], ["uuid", "2bfef6c6-cb40-4590-8915-7adfaff50cf5"], ["support_identifier", "cs_2487d7f5"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:46:22.386721"], ["updated_at", "2017-12-20 17:46:22.386721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013078756 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ca7db65-85fc-4661-b45b-b350bb100616' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c0b5b0c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2013078756], ["username", "billy_05"], ["access_token", "606534d66075291b63f0e2a007bd6158"], ["uuid", "0ca7db65-85fc-4661-b45b-b350bb100616"], ["support_identifier", "cs_7c0b5b0c"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:46:22.391302"], ["updated_at", "2017-12-20 17:46:22.391302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239108655 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc8a8916-1db4-492d-bf07-1398a0010995' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ab69c40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -239108655], ["username", "billy_06"], ["access_token", "5d4b38b565bb30496d18937905e32b39"], ["uuid", "dc8a8916-1db4-492d-bf07-1398a0010995"], ["support_identifier", "cs_1ab69c40"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:46:22.395804"], ["updated_at", "2017-12-20 17:46:22.395804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2094376033 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '407f1e21-c82c-4543-8a5b-4732ee8c08c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c79f08a2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2094376033], ["username", "billy_07"], ["access_token", "b6363b608bffb6f86bfa21a11d53f72c"], ["uuid", "407f1e21-c82c-4543-8a5b-4732ee8c08c4"], ["support_identifier", "cs_c79f08a2"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:46:22.402371"], ["updated_at", "2017-12-20 17:46:22.402371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026281358 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2bf4b3f4-48d4-4839-bd9f-ebc81cb177d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aff6ccfa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2026281358], ["username", "billy_08"], ["access_token", "bb34348f99a143d1aafc2f6ad943fca0"], ["uuid", "2bf4b3f4-48d4-4839-bd9f-ebc81cb177d8"], ["support_identifier", "cs_aff6ccfa"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:46:22.408059"], ["updated_at", "2017-12-20 17:46:22.408059"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -451070673 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '242e6294-44e4-4d82-980f-217efc658c7c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d16fb52' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -451070673], ["username", "billy_09"], ["access_token", "c0482e2676abbaec2025c8e4341eeb8b"], ["uuid", "242e6294-44e4-4d82-980f-217efc658c7c"], ["support_identifier", "cs_8d16fb52"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:46:22.412601"], ["updated_at", "2017-12-20 17:46:22.412601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1755494817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c4f277b6-eeae-4429-bdca-a2bfbd439f58' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d170949' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1755494817], ["username", "billy_10"], ["access_token", "c2e6b4c902f8396e7ba1974f83ebe512"], ["uuid", "c4f277b6-eeae-4429-bdca-a2bfbd439f58"], ["support_identifier", "cs_5d170949"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:46:22.416856"], ["updated_at", "2017-12-20 17:46:22.416856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -451326245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a339f04f-aedf-4774-b3b5-afcabe144603' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5adf08c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -451326245], ["username", "billy_11"], ["access_token", "c224bd65dc40b45c5f1509fe321fe7c0"], ["uuid", "a339f04f-aedf-4774-b3b5-afcabe144603"], ["support_identifier", "cs_5adf08c6"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:46:22.421056"], ["updated_at", "2017-12-20 17:46:22.421056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -144113686 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49005090-e214-43a9-96ce-1b5a6c87e9e3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3dde60a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -144113686], ["username", "billy_12"], ["access_token", "00236ce3de345b90c8d0363906ed0f4f"], ["uuid", "49005090-e214-43a9-96ce-1b5a6c87e9e3"], ["support_identifier", "cs_3dde60a1"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:46:22.425285"], ["updated_at", "2017-12-20 17:46:22.425285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -903650584 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f7fdfb8-4d85-4b66-9b13-a6a5a94a2941' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b99907ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -903650584], ["username", "billy_13"], ["access_token", "e26eb9c14209e9e141e4b9db5e86c0e8"], ["uuid", "9f7fdfb8-4d85-4b66-9b13-a6a5a94a2941"], ["support_identifier", "cs_b99907ad"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:46:22.429812"], ["updated_at", "2017-12-20 17:46:22.429812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1173067558 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07f3a463-6ce1-4d73-bf74-fb28ed9a7e5c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6cfc111' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1173067558], ["username", "billy_14"], ["access_token", "d130f475701780d5e5eabdb13f80cd50"], ["uuid", "07f3a463-6ce1-4d73-bf74-fb28ed9a7e5c"], ["support_identifier", "cs_e6cfc111"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:46:22.434070"], ["updated_at", "2017-12-20 17:46:22.434070"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -609774453 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f554cf6-1df1-4286-b4ee-1a5e2cc9764e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5fa0971b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -609774453], ["username", "billy_15"], ["access_token", "77e34575d45cad90cb28818837f0b4d4"], ["uuid", "7f554cf6-1df1-4286-b4ee-1a5e2cc9764e"], ["support_identifier", "cs_5fa0971b"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:46:22.438279"], ["updated_at", "2017-12-20 17:46:22.438279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -544329549 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6b2f533-0869-4094-b999-be82ba32dc52' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_991efbdd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -544329549], ["username", "billy_16"], ["access_token", "e065de2e48ce4a9bd47e4b230c5c7c20"], ["uuid", "f6b2f533-0869-4094-b999-be82ba32dc52"], ["support_identifier", "cs_991efbdd"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:46:22.442407"], ["updated_at", "2017-12-20 17:46:22.442407"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -195784380 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f04d380-0347-40fc-97fd-97f799aa0f95' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2d11d71d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -195784380], ["username", "billy_17"], ["access_token", "bee67d1694894a09c49489a0f9f328a8"], ["uuid", "8f04d380-0347-40fc-97fd-97f799aa0f95"], ["support_identifier", "cs_2d11d71d"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:46:22.446555"], ["updated_at", "2017-12-20 17:46:22.446555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -318941426 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94418c11-4377-49ff-968c-f68f2d205b1f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ddc4df82' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -318941426], ["username", "billy_18"], ["access_token", "b0adcec8b062a239e2be8e18cf64b670"], ["uuid", "94418c11-4377-49ff-968c-f68f2d205b1f"], ["support_identifier", "cs_ddc4df82"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:46:22.450708"], ["updated_at", "2017-12-20 17:46:22.450708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -212055185 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dfdbaf39-5839-469a-b9c1-09040875e94f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bdc1637b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -212055185], ["username", "billy_19"], ["access_token", "a9af7ee0fa5f24cb2933fad0d50c2a8a"], ["uuid", "dfdbaf39-5839-469a-b9c1-09040875e94f"], ["support_identifier", "cs_bdc1637b"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:46:22.455083"], ["updated_at", "2017-12-20 17:46:22.455083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -124948355 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cbeeb5d7-8810-4cb6-bce3-852d80478cb6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f9173239' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -124948355], ["username", "billy_20"], ["access_token", "19b034af16791775b675e9e64bb31ab8"], ["uuid", "cbeeb5d7-8810-4cb6-bce3-852d80478cb6"], ["support_identifier", "cs_f9173239"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:46:22.459297"], ["updated_at", "2017-12-20 17:46:22.459297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -392088562 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85ca3489-85ef-498e-af7d-c9d6c5d9ba94' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ca39be9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -392088562], ["username", "billy_21"], ["access_token", "16c6803551edc5eb95e658bd9b11cd7e"], ["uuid", "85ca3489-85ef-498e-af7d-c9d6c5d9ba94"], ["support_identifier", "cs_1ca39be9"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:46:22.463461"], ["updated_at", "2017-12-20 17:46:22.463461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1557263744 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae75078f-49db-4e8a-b7c9-ade48ad07398' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c23a764' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1557263744], ["username", "billy_22"], ["access_token", "f4e50b77fbd77afe986ffb09e4239134"], ["uuid", "ae75078f-49db-4e8a-b7c9-ade48ad07398"], ["support_identifier", "cs_5c23a764"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:46:22.467573"], ["updated_at", "2017-12-20 17:46:22.467573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -118430534 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1f74398-6f28-4a94-830c-8184e5f78a77' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f6aad1c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -118430534], ["username", "billy_23"], ["access_token", "ff172c6d5d8b3810fde650d5777570a8"], ["uuid", "f1f74398-6f28-4a94-830c-8184e5f78a77"], ["support_identifier", "cs_f6aad1c4"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:46:22.471747"], ["updated_at", "2017-12-20 17:46:22.471747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -576401103 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '721b79a1-1066-4e51-905e-977510d4b555' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2de751b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -576401103], ["username", "billy_24"], ["access_token", "2aca7d193402c9ce9c51e29b8ed4b6a3"], ["uuid", "721b79a1-1066-4e51-905e-977510d4b555"], ["support_identifier", "cs_2de751b4"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:46:22.475968"], ["updated_at", "2017-12-20 17:46:22.475968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768649631 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '964b2ad4-bfd6-4cd0-82ae-b329f0604d08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1e83c1bc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1768649631], ["username", "billy_25"], ["access_token", "22fd07742fb3fae13c044622c4eac0a7"], ["uuid", "964b2ad4-bfd6-4cd0-82ae-b329f0604d08"], ["support_identifier", "cs_1e83c1bc"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:46:22.480197"], ["updated_at", "2017-12-20 17:46:22.480197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -831869700 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '604e938e-a8db-4a33-a1eb-5a98cd21a21c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_748023ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -831869700], ["username", "billy_26"], ["access_token", "8c27ca429b644ee484fbfec3c1547e91"], ["uuid", "604e938e-a8db-4a33-a1eb-5a98cd21a21c"], ["support_identifier", "cs_748023ab"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:46:22.484365"], ["updated_at", "2017-12-20 17:46:22.484365"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1587142629 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a358d418-8645-4a1f-97cd-19b6f66cfffa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b8dfe1c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1587142629], ["username", "billy_27"], ["access_token", "5cddd395a585d7730141e0ea90da6432"], ["uuid", "a358d418-8645-4a1f-97cd-19b6f66cfffa"], ["support_identifier", "cs_6b8dfe1c"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:46:22.488545"], ["updated_at", "2017-12-20 17:46:22.488545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -14973826 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf41e77a-40f0-4b4a-8e3b-5992c96528bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0d93075' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -14973826], ["username", "billy_28"], ["access_token", "76bff01fe6c875d1a3486e2b0332b94d"], ["uuid", "bf41e77a-40f0-4b4a-8e3b-5992c96528bd"], ["support_identifier", "cs_e0d93075"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:46:22.493211"], ["updated_at", "2017-12-20 17:46:22.493211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -40487912 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '16673285-6c2c-4667-b679-e2b42da0b40f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b4cc5db0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -40487912], ["username", "billy_29"], ["access_token", "981a81e239cb3919c9528a819089e66a"], ["uuid", "16673285-6c2c-4667-b679-e2b42da0b40f"], ["support_identifier", "cs_b4cc5db0"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:46:22.498915"], ["updated_at", "2017-12-20 17:46:22.498915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423193662 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92b33dcb-ebdd-4ff9-9e85-c9c4205d6569' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8384511b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -423193662], ["username", "billy_30"], ["access_token", "ffa7e8012bfcbfc3059e76b9e4eee264"], ["uuid", "92b33dcb-ebdd-4ff9-9e85-c9c4205d6569"], ["support_identifier", "cs_8384511b"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:46:22.504021"], ["updated_at", "2017-12-20 17:46:22.504021"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2011804588 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84402dcf-da73-493a-a23f-3a29d74cef8c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_58b377b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2011804588], ["username", "billy_31"], ["access_token", "f7c5e49f57ed20c79c3ec66462b8099e"], ["uuid", "84402dcf-da73-493a-a23f-3a29d74cef8c"], ["support_identifier", "cs_58b377b7"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:46:22.508336"], ["updated_at", "2017-12-20 17:46:22.508336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891637819 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d01253c-0a34-4afc-94e0-c8947dc7a900' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_46947ae2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -891637819], ["username", "billy_32"], ["access_token", "89e79a51e0a859c5f2797e4065559313"], ["uuid", "2d01253c-0a34-4afc-94e0-c8947dc7a900"], ["support_identifier", "cs_46947ae2"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:46:22.512545"], ["updated_at", "2017-12-20 17:46:22.512545"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1644129336 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a63242c9-6763-4bf7-b4dd-7ad7af997ac6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8d75548' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1644129336], ["username", "billy_33"], ["access_token", "e568857978f492fcebd209ea00f919a5"], ["uuid", "a63242c9-6763-4bf7-b4dd-7ad7af997ac6"], ["support_identifier", "cs_f8d75548"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:46:22.516916"], ["updated_at", "2017-12-20 17:46:22.516916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1162213472 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a5b3643-6e12-4988-aff2-2ade77c9913f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0803f654' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1162213472], ["username", "billy_34"], ["access_token", "a36d8b2065dd217371be62aa22a1f3ac"], ["uuid", "8a5b3643-6e12-4988-aff2-2ade77c9913f"], ["support_identifier", "cs_0803f654"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:46:22.521172"], ["updated_at", "2017-12-20 17:46:22.521172"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -816822484 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7fbc39ca-3151-4409-b275-e86e1dd8075b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fe89ab3d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -816822484], ["username", "billy_35"], ["access_token", "3275de980c5474a8f81e071a33b7a58a"], ["uuid", "7fbc39ca-3151-4409-b275-e86e1dd8075b"], ["support_identifier", "cs_fe89ab3d"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:46:22.525349"], ["updated_at", "2017-12-20 17:46:22.525349"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1663824034 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0412e54-d459-412b-8a0d-ad310a7089cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ff93ab6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1663824034], ["username", "billy_36"], ["access_token", "0cc068f42b9bdb55e9510823e8c4e94f"], ["uuid", "f0412e54-d459-412b-8a0d-ad310a7089cf"], ["support_identifier", "cs_4ff93ab6"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:46:22.529577"], ["updated_at", "2017-12-20 17:46:22.529577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170299953 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eb57b0bf-8d0a-4c8a-a905-e4b1ab271bec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1b55820' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1170299953], ["username", "billy_37"], ["access_token", "c505d956021c995288190ca013b00d7e"], ["uuid", "eb57b0bf-8d0a-4c8a-a905-e4b1ab271bec"], ["support_identifier", "cs_f1b55820"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:46:22.533727"], ["updated_at", "2017-12-20 17:46:22.533727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1160858947 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef8f4a9e-1599-4e77-96d3-2ac04c2ab556' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8049324c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1160858947], ["username", "billy_38"], ["access_token", "fd286d4cd55d63fae805672b880a07e6"], ["uuid", "ef8f4a9e-1599-4e77-96d3-2ac04c2ab556"], ["support_identifier", "cs_8049324c"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:46:22.537942"], ["updated_at", "2017-12-20 17:46:22.537942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141845016 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e67e9e7d-8396-498b-b74f-6eec0958ea47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e600aa47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2141845016], ["username", "billy_39"], ["access_token", "3329e09c0f8aac7d7fd51e1c676012ad"], ["uuid", "e67e9e7d-8396-498b-b74f-6eec0958ea47"], ["support_identifier", "cs_e600aa47"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:46:22.542144"], ["updated_at", "2017-12-20 17:46:22.542144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -374212081 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '685546e4-ddc3-49e1-a778-ed4cee9564bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8664bf19' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -374212081], ["username", "billy_40"], ["access_token", "2e88b9a739aa73796f72e9308efee558"], ["uuid", "685546e4-ddc3-49e1-a778-ed4cee9564bc"], ["support_identifier", "cs_8664bf19"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:46:22.546418"], ["updated_at", "2017-12-20 17:46:22.546418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829960076 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3087b6ae-f45b-4580-8537-cddcf8096e43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_82c0f5d9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1829960076], ["username", "billy_41"], ["access_token", "8407691aaffe09b22a963ab880b01c43"], ["uuid", "3087b6ae-f45b-4580-8537-cddcf8096e43"], ["support_identifier", "cs_82c0f5d9"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:46:22.550637"], ["updated_at", "2017-12-20 17:46:22.550637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -555588663 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e9ddad9-4d4c-4aaf-a3f4-943975472887' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c3b9ea56' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -555588663], ["username", "billy_42"], ["access_token", "7ddcfbbac4ee59875c92874ee44a6fe3"], ["uuid", "9e9ddad9-4d4c-4aaf-a3f4-943975472887"], ["support_identifier", "cs_c3b9ea56"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:46:22.555219"], ["updated_at", "2017-12-20 17:46:22.555219"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -533951117 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1baf9468-6cb9-4877-a26f-3dac0e831942' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e2b95d89' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -533951117], ["username", "billy_43"], ["access_token", "b87cd34e19d968b6194613892cb94042"], ["uuid", "1baf9468-6cb9-4877-a26f-3dac0e831942"], ["support_identifier", "cs_e2b95d89"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:46:22.559642"], ["updated_at", "2017-12-20 17:46:22.559642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -98202532 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d025159-d3fb-4eac-8320-e660e7075d23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_90843f01' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -98202532], ["username", "billy_44"], ["access_token", "656625077b02f6f31f39c6da7f57cdd9"], ["uuid", "5d025159-d3fb-4eac-8320-e660e7075d23"], ["support_identifier", "cs_90843f01"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:46:22.563847"], ["updated_at", "2017-12-20 17:46:22.563847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1601749564 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a35241ea-02ad-4db8-9f9b-91e5d9a1f52a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_be2a48ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1601749564], ["username", "billy_45"], ["access_token", "f661339508da3e1e0afdfc3e32490dcf"], ["uuid", "a35241ea-02ad-4db8-9f9b-91e5d9a1f52a"], ["support_identifier", "cs_be2a48ce"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:46:22.568107"], ["updated_at", "2017-12-20 17:46:22.568107"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1645739140 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a494a2f9-2aab-4def-a7c8-705e970b7ebf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3a1f89a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1645739140], ["username", "jstrav"], ["access_token", "c3dab13b3ba789f61f0983e2248ac07d"], ["uuid", "a494a2f9-2aab-4def-a7c8-705e970b7ebf"], ["support_identifier", "cs_b3a1f89a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:22.578122"], ["updated_at", "2017-12-20 17:46:22.578122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -295577767 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae904318-7ac8-4db6-9d3c-f43e84a2b294' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bfa6e11f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -295577767], ["username", "mary"], ["access_token", "411ce3b8e702a9308263150a0ce224e1"], ["uuid", "ae904318-7ac8-4db6-9d3c-f43e84a2b294"], ["support_identifier", "cs_bfa6e11f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:22.582555"], ["updated_at", "2017-12-20 17:46:22.582555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1833255860 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dec8c7f0-c9d9-48bd-9791-778bdbeb0ea6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0569638d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1833255860], ["username", "jstead"], ["access_token", "c24052af8b6dc55c05de349eb878cee2"], ["uuid", "dec8c7f0-c9d9-48bd-9791-778bdbeb0ea6"], ["support_identifier", "cs_0569638d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:22.586913"], ["updated_at", "2017-12-20 17:46:22.586913"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1478703506 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53e24608-d895-42bf-a010-687adf976f61' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f23306d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1478703506], ["username", "bigbear"], ["access_token", "d3a64266c9b2bb54c0575338c463950c"], ["uuid", "53e24608-d895-42bf-a010-687adf976f61"], ["support_identifier", "cs_9f23306d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:22.591196"], ["updated_at", "2017-12-20 17:46:22.591196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -716522732 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2443f6ae-9c85-42e2-a53c-1a816e9af463' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0dac6c56' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -716522732], ["username", "billy_00"], ["access_token", "a07c360834ccffd81944e71281b55a7b"], ["uuid", "2443f6ae-9c85-42e2-a53c-1a816e9af463"], ["support_identifier", "cs_0dac6c56"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:46:22.595727"], ["updated_at", "2017-12-20 17:46:22.595727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -440634837 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f686f5df-9349-4ae4-abda-db20e1bea4d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b0895dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -440634837], ["username", "billy_01"], ["access_token", "5d7c8197915b2e654455c1c7a67795e2"], ["uuid", "f686f5df-9349-4ae4-abda-db20e1bea4d4"], ["support_identifier", "cs_1b0895dc"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:46:22.600008"], ["updated_at", "2017-12-20 17:46:22.600008"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1333265594 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4af7f0c-2d13-4d0a-b211-13ec5043460e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_09906e50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1333265594], ["username", "billy_02"], ["access_token", "e4f7f3093c0821cae2650422eb42fe9b"], ["uuid", "d4af7f0c-2d13-4d0a-b211-13ec5043460e"], ["support_identifier", "cs_09906e50"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:46:22.604340"], ["updated_at", "2017-12-20 17:46:22.604340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1129432512 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '897dd282-dbb2-475b-b277-9668876d7382' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33685bda' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1129432512], ["username", "billy_03"], ["access_token", "f7de8fc448f59183b547e3966d0a38ed"], ["uuid", "897dd282-dbb2-475b-b277-9668876d7382"], ["support_identifier", "cs_33685bda"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:46:22.608602"], ["updated_at", "2017-12-20 17:46:22.608602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510589850 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dfa875cc-2e40-416c-a34f-866c5010e91d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e700b033' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1510589850], ["username", "billy_04"], ["access_token", "fa20b35c14b0e1262dacfd8b084d4e14"], ["uuid", "dfa875cc-2e40-416c-a34f-866c5010e91d"], ["support_identifier", "cs_e700b033"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:46:22.613400"], ["updated_at", "2017-12-20 17:46:22.613400"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1418694645 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32db9f11-ae87-4e71-bf50-0c38fadad877' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b790cd6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1418694645], ["username", "billy_05"], ["access_token", "1b24b66edfd6ef698ed3772bc01f7910"], ["uuid", "32db9f11-ae87-4e71-bf50-0c38fadad877"], ["support_identifier", "cs_2b790cd6"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:46:22.618641"], ["updated_at", "2017-12-20 17:46:22.618641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1026645156 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af949bfa-65b9-4cf2-946a-7f43b27012bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d13fc529' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1026645156], ["username", "billy_06"], ["access_token", "57c17ea4260ee3851a3ca05e9312cbce"], ["uuid", "af949bfa-65b9-4cf2-946a-7f43b27012bb"], ["support_identifier", "cs_d13fc529"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:46:22.623231"], ["updated_at", "2017-12-20 17:46:22.623231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1814523988 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '637555c3-2a23-4707-a1ff-acadbb477a41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d8ecafa7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1814523988], ["username", "billy_07"], ["access_token", "c51ab8061b5ca8391678ef555313bb9f"], ["uuid", "637555c3-2a23-4707-a1ff-acadbb477a41"], ["support_identifier", "cs_d8ecafa7"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:46:22.627537"], ["updated_at", "2017-12-20 17:46:22.627537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1509141963 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8af837fd-2a01-49ab-b917-46d2cec6db71' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64feab1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1509141963], ["username", "billy_08"], ["access_token", "3a77517224bed3dbe5757f79a88a6150"], ["uuid", "8af837fd-2a01-49ab-b917-46d2cec6db71"], ["support_identifier", "cs_64feab1c"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:46:22.631474"], ["updated_at", "2017-12-20 17:46:22.631474"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -745661192 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c53bdb2-005d-467a-818f-2b454ad7e11b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a2fa4ad8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -745661192], ["username", "billy_09"], ["access_token", "9edb9939be3177d5d64a95ba4631084b"], ["uuid", "3c53bdb2-005d-467a-818f-2b454ad7e11b"], ["support_identifier", "cs_a2fa4ad8"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:46:22.635382"], ["updated_at", "2017-12-20 17:46:22.635382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170822146 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b41be86-a1c4-4cbe-b188-8387e9e9bcc7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d31a9e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1170822146], ["username", "billy_10"], ["access_token", "9b668a9b0b0df1ce9b310658d5e69378"], ["uuid", "1b41be86-a1c4-4cbe-b188-8387e9e9bcc7"], ["support_identifier", "cs_4d31a9e6"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:46:22.639376"], ["updated_at", "2017-12-20 17:46:22.639376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -87325692 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4f95bd2-8b17-4341-babb-6d5e789419a0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_334452d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -87325692], ["username", "billy_11"], ["access_token", "c9d1b236277f0040db5f608fef6251d4"], ["uuid", "a4f95bd2-8b17-4341-babb-6d5e789419a0"], ["support_identifier", "cs_334452d0"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:46:22.643403"], ["updated_at", "2017-12-20 17:46:22.643403"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -460290432 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e99ddfba-682a-41f2-8f5e-9b4684eb74cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1183e2e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -460290432], ["username", "billy_12"], ["access_token", "81485b57ae0d636f9200a51f267e00b7"], ["uuid", "e99ddfba-682a-41f2-8f5e-9b4684eb74cf"], ["support_identifier", "cs_1183e2e6"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:46:22.647415"], ["updated_at", "2017-12-20 17:46:22.647415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2072406165 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e88b94b-8087-4705-ab60-bea2a1ea9eab' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb74ccfd' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2072406165], ["username", "billy_13"], ["access_token", "058ce298ad9f893e52de41677c75654c"], ["uuid", "4e88b94b-8087-4705-ab60-bea2a1ea9eab"], ["support_identifier", "cs_bb74ccfd"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:46:22.652529"], ["updated_at", "2017-12-20 17:46:22.652529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1260843960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be264950-e0f7-43a7-aef4-9c570f508c8e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5f0e830' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1260843960], ["username", "billy_14"], ["access_token", "7f63ca31d821863df8020dcf0e886e3b"], ["uuid", "be264950-e0f7-43a7-aef4-9c570f508c8e"], ["support_identifier", "cs_c5f0e830"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:46:22.657747"], ["updated_at", "2017-12-20 17:46:22.657747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797260493 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be1136db-c5d9-4240-a90c-a76f0f5fd4b6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_139c43ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -797260493], ["username", "billy_15"], ["access_token", "11990a873d4acf8cc950b31218ceb194"], ["uuid", "be1136db-c5d9-4240-a90c-a76f0f5fd4b6"], ["support_identifier", "cs_139c43ed"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:46:22.661910"], ["updated_at", "2017-12-20 17:46:22.661910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -471924805 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82541391-1603-4fbf-8c6b-05ff8caf9227' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4949e97c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -471924805], ["username", "billy_16"], ["access_token", "3cda7180208f7ba48c47480ab305804d"], ["uuid", "82541391-1603-4fbf-8c6b-05ff8caf9227"], ["support_identifier", "cs_4949e97c"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:46:22.665964"], ["updated_at", "2017-12-20 17:46:22.665964"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2048140502 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b77e044-b487-4e6b-a6f3-3b6fd6cdd400' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a2f709c3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2048140502], ["username", "billy_17"], ["access_token", "ab02a7617ab47f6587ddf0500b8e76e5"], ["uuid", "9b77e044-b487-4e6b-a6f3-3b6fd6cdd400"], ["support_identifier", "cs_a2f709c3"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:46:22.669928"], ["updated_at", "2017-12-20 17:46:22.669928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1463517174 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62cabadc-f059-4486-b659-b65c667000d7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b3f37ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1463517174], ["username", "billy_18"], ["access_token", "519c4d98c0d23fa4f71c3bbc1df68ef4"], ["uuid", "62cabadc-f059-4486-b659-b65c667000d7"], ["support_identifier", "cs_9b3f37ca"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:46:22.673990"], ["updated_at", "2017-12-20 17:46:22.673990"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1084218377 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e965054b-0d5c-4af9-bafd-356bc2f4b7ca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ebf9be86' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1084218377], ["username", "billy_19"], ["access_token", "f1b9fb2d88e2db95745127d8f4ed5e95"], ["uuid", "e965054b-0d5c-4af9-bafd-356bc2f4b7ca"], ["support_identifier", "cs_ebf9be86"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:46:22.678025"], ["updated_at", "2017-12-20 17:46:22.678025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -527368499 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2d57537-8d96-4ccd-9104-e40436c73670' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_30ab079e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -527368499], ["username", "billy_20"], ["access_token", "a63dd6e45816cec83822f3c2b6cdf76d"], ["uuid", "a2d57537-8d96-4ccd-9104-e40436c73670"], ["support_identifier", "cs_30ab079e"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:46:22.682061"], ["updated_at", "2017-12-20 17:46:22.682061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -365778705 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1dfa2c06-bf0c-42c7-a1f0-23628ff57beb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4f16d4ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -365778705], ["username", "billy_21"], ["access_token", "8501a6595cfa50ecf4b88cbb9f3b8971"], ["uuid", "1dfa2c06-bf0c-42c7-a1f0-23628ff57beb"], ["support_identifier", "cs_4f16d4ed"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:46:22.686056"], ["updated_at", "2017-12-20 17:46:22.686056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1363953061 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d083cb2-4fae-485e-a92a-eb3fefa6a7fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d2b95f67' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1363953061], ["username", "billy_22"], ["access_token", "2da128a66e97373e32d192b9c4499a50"], ["uuid", "6d083cb2-4fae-485e-a92a-eb3fefa6a7fe"], ["support_identifier", "cs_d2b95f67"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:46:22.690104"], ["updated_at", "2017-12-20 17:46:22.690104"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258668781 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd3ce457-f831-4b4a-a8ca-441c56ba21d9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1077518d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -258668781], ["username", "billy_23"], ["access_token", "faca70bc52622789ee93c1a0b16275ab"], ["uuid", "bd3ce457-f831-4b4a-a8ca-441c56ba21d9"], ["support_identifier", "cs_1077518d"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:46:22.694289"], ["updated_at", "2017-12-20 17:46:22.694289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2111906311 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8d198c2-a931-4d57-9e3e-68a9e59a2669' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b65872de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2111906311], ["username", "billy_24"], ["access_token", "34fd2eb271a0c890c0361cb055db3b4f"], ["uuid", "c8d198c2-a931-4d57-9e3e-68a9e59a2669"], ["support_identifier", "cs_b65872de"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:46:22.698294"], ["updated_at", "2017-12-20 17:46:22.698294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -521517164 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0037e046-6a4c-486e-aa68-d6e64f710029' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_604601c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -521517164], ["username", "billy_25"], ["access_token", "e5e2286c37d268ad2644909601d0f369"], ["uuid", "0037e046-6a4c-486e-aa68-d6e64f710029"], ["support_identifier", "cs_604601c5"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:46:22.702302"], ["updated_at", "2017-12-20 17:46:22.702302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2108801070 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '06b2745b-fdd3-4aaa-82e0-90c203d7f528' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_82c65619' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2108801070], ["username", "billy_26"], ["access_token", "439f2a549d23c7ca58612b6f560b5ec2"], ["uuid", "06b2745b-fdd3-4aaa-82e0-90c203d7f528"], ["support_identifier", "cs_82c65619"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:46:22.706330"], ["updated_at", "2017-12-20 17:46:22.706330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -63583693 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6723bb7a-6e09-4ad0-afab-e102b6a00fb3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44b0ae20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -63583693], ["username", "billy_27"], ["access_token", "ffc08459c673903488a32f0847fb8e76"], ["uuid", "6723bb7a-6e09-4ad0-afab-e102b6a00fb3"], ["support_identifier", "cs_44b0ae20"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:46:22.710394"], ["updated_at", "2017-12-20 17:46:22.710394"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -194219330 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c66eaad-3632-436e-8618-fb125b0d8c42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_261af0dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -194219330], ["username", "billy_28"], ["access_token", "4a64a0322aaa93b67b177c49f2f11593"], ["uuid", "1c66eaad-3632-436e-8618-fb125b0d8c42"], ["support_identifier", "cs_261af0dd"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:46:22.714423"], ["updated_at", "2017-12-20 17:46:22.714423"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1473521386 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e50e112-16e5-4983-8c7a-42fb5988729e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c351818' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1473521386], ["username", "billy_29"], ["access_token", "0a92e43244b839b226d5a7fc76241e6e"], ["uuid", "7e50e112-16e5-4983-8c7a-42fb5988729e"], ["support_identifier", "cs_5c351818"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:46:22.718654"], ["updated_at", "2017-12-20 17:46:22.718654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2072739801 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '290f352c-c339-4ffb-9916-10aef707e2bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b4083ff4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2072739801], ["username", "billy_30"], ["access_token", "be75db3f58ff3c2be0a355b6c951dd52"], ["uuid", "290f352c-c339-4ffb-9916-10aef707e2bb"], ["support_identifier", "cs_b4083ff4"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:46:22.722623"], ["updated_at", "2017-12-20 17:46:22.722623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -877741839 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67f1b1ae-0466-4f1e-aa96-d6ccb2dda634' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa2673d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -877741839], ["username", "billy_31"], ["access_token", "61f56dc5955808bd612c484215d3b238"], ["uuid", "67f1b1ae-0466-4f1e-aa96-d6ccb2dda634"], ["support_identifier", "cs_fa2673d9"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:46:22.726574"], ["updated_at", "2017-12-20 17:46:22.726574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518951748 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a65434be-785e-4749-9f72-2d69e65db548' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3d49fa7e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -518951748], ["username", "billy_32"], ["access_token", "ada5d01391e7b74049af0f400431c6df"], ["uuid", "a65434be-785e-4749-9f72-2d69e65db548"], ["support_identifier", "cs_3d49fa7e"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:46:22.730569"], ["updated_at", "2017-12-20 17:46:22.730569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1265753358 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96449e17-6423-41e0-ad93-6a9b3d62c60e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e34bd3d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1265753358], ["username", "billy_33"], ["access_token", "e6dc92b6cfda39766d92f4d4382ebdf2"], ["uuid", "96449e17-6423-41e0-ad93-6a9b3d62c60e"], ["support_identifier", "cs_5e34bd3d"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:46:22.734578"], ["updated_at", "2017-12-20 17:46:22.734578"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -204363392 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ec1ba83-2d87-4b45-b4c9-97a5612b7899' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b026cf4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -204363392], ["username", "billy_34"], ["access_token", "9123dbbeb141611bf0cfa78ebc194a28"], ["uuid", "7ec1ba83-2d87-4b45-b4c9-97a5612b7899"], ["support_identifier", "cs_7b026cf4"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:46:22.738656"], ["updated_at", "2017-12-20 17:46:22.738656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1319427882 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cb17cac-ad05-4822-86bc-0bb70b9115a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7682e885' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1319427882], ["username", "billy_35"], ["access_token", "deddcd3f34dc049d8b7c08628f73cd37"], ["uuid", "7cb17cac-ad05-4822-86bc-0bb70b9115a1"], ["support_identifier", "cs_7682e885"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:46:22.742677"], ["updated_at", "2017-12-20 17:46:22.742677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1369036865 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60d293de-030f-4df3-992e-5ce23f3bb57f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fcea3626' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1369036865], ["username", "billy_36"], ["access_token", "ee70c31ec42e2ce5d1a35b467aaaf492"], ["uuid", "60d293de-030f-4df3-992e-5ce23f3bb57f"], ["support_identifier", "cs_fcea3626"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:46:22.746757"], ["updated_at", "2017-12-20 17:46:22.746757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2062711095 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c23489c6-d01e-4b9b-9baf-9c2d60501b6f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_511e58d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2062711095], ["username", "billy_37"], ["access_token", "0198c046d1a2c9415171c3f4404cf3a0"], ["uuid", "c23489c6-d01e-4b9b-9baf-9c2d60501b6f"], ["support_identifier", "cs_511e58d3"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:46:22.750765"], ["updated_at", "2017-12-20 17:46:22.750765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -44257863 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '271c6fd5-d5d7-492d-a44e-b5765427c15e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_491b6806' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -44257863], ["username", "billy_38"], ["access_token", "fa495fbb50cd0889a5bbe4051b0750d9"], ["uuid", "271c6fd5-d5d7-492d-a44e-b5765427c15e"], ["support_identifier", "cs_491b6806"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:46:22.755277"], ["updated_at", "2017-12-20 17:46:22.755277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1587833501 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2264f333-f4ad-4dbc-b709-4534780a214d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d85b3782' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1587833501], ["username", "billy_39"], ["access_token", "b3397d4d539110119e7ec4a1d40e87c9"], ["uuid", "2264f333-f4ad-4dbc-b709-4534780a214d"], ["support_identifier", "cs_d85b3782"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:46:22.760766"], ["updated_at", "2017-12-20 17:46:22.760766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -20889508 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '978f19e6-4d46-4dbd-b6d4-f9f973a15318' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e8768ceb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -20889508], ["username", "billy_40"], ["access_token", "e6e02e22ea2add8f8cb003cb1fa49719"], ["uuid", "978f19e6-4d46-4dbd-b6d4-f9f973a15318"], ["support_identifier", "cs_e8768ceb"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:46:22.765568"], ["updated_at", "2017-12-20 17:46:22.765568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1842824227 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c9afd1e-ee5a-43a4-9a1a-dc8eb3a4ec7b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_74d73975' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1842824227], ["username", "billy_41"], ["access_token", "cc47a279f3b9fecb2ab546399d84c6a2"], ["uuid", "3c9afd1e-ee5a-43a4-9a1a-dc8eb3a4ec7b"], ["support_identifier", "cs_74d73975"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:46:22.769622"], ["updated_at", "2017-12-20 17:46:22.769622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846006487 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '268995de-8d2d-4345-ae38-bbd36d31724f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6e332869' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1846006487], ["username", "billy_42"], ["access_token", "f1e25433c301aa6e31036acb3d1b8bbd"], ["uuid", "268995de-8d2d-4345-ae38-bbd36d31724f"], ["support_identifier", "cs_6e332869"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:46:22.773638"], ["updated_at", "2017-12-20 17:46:22.773638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -59737644 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '565c9653-e972-4413-a062-0087ca77d0df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d6d18171' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -59737644], ["username", "billy_43"], ["access_token", "aa7f484f645b91281e96517d1021d253"], ["uuid", "565c9653-e972-4413-a062-0087ca77d0df"], ["support_identifier", "cs_d6d18171"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:46:22.777634"], ["updated_at", "2017-12-20 17:46:22.777634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1797295561 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b15e101-ef9b-4a4e-a831-65a3d4b639c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_20c3f8ac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1797295561], ["username", "billy_44"], ["access_token", "74e3af80f143a9585c911a592ce7c8b0"], ["uuid", "0b15e101-ef9b-4a4e-a831-65a3d4b639c0"], ["support_identifier", "cs_20c3f8ac"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:46:22.781631"], ["updated_at", "2017-12-20 17:46:22.781631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -643817870 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96b51344-a778-435b-9e74-2adc43279a1b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_289bd4c6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -643817870], ["username", "billy_45"], ["access_token", "9bd7f72a78d2bdf31fa0d85e4c7be467"], ["uuid", "96b51344-a778-435b-9e74-2adc43279a1b"], ["support_identifier", "cs_289bd4c6"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:46:22.785557"], ["updated_at", "2017-12-20 17:46:22.785557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -243273314 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cde2cedd-cb4a-4f69-9b28-c094edbe2053' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_03cc7c1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -243273314], ["username", "jstrav"], ["access_token", "57a549692cc630de17fad2eab7b5cc21"], ["uuid", "cde2cedd-cb4a-4f69-9b28-c094edbe2053"], ["support_identifier", "cs_03cc7c1d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:22.794631"], ["updated_at", "2017-12-20 17:46:22.794631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1508718031 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3410a1c-29ce-4e98-9034-f642906a5786' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_306321d8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1508718031], ["username", "mary"], ["access_token", "219ab5028ab91e9fbc33c957df8a65fd"], ["uuid", "d3410a1c-29ce-4e98-9034-f642906a5786"], ["support_identifier", "cs_306321d8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:22.798852"], ["updated_at", "2017-12-20 17:46:22.798852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1833546718 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '18710437-e9d9-4ed5-8dbb-ade065d0dc1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44782172' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1833546718], ["username", "jstead"], ["access_token", "e37e3c7d8f410a4f7e76bd14aa8b2cb5"], ["uuid", "18710437-e9d9-4ed5-8dbb-ade065d0dc1a"], ["support_identifier", "cs_44782172"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:22.802880"], ["updated_at", "2017-12-20 17:46:22.802880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -677860468 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a71bd438-468a-4ff2-9cfe-07a8f02295bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_26c763ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -677860468], ["username", "bigbear"], ["access_token", "a51e783b7568355e58ac816952f7de13"], ["uuid", "a71bd438-468a-4ff2-9cfe-07a8f02295bf"], ["support_identifier", "cs_26c763ed"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:22.806841"], ["updated_at", "2017-12-20 17:46:22.806841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -821606883 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ad3a0e8-50ce-4679-9299-be590e3154ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dc11b90a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -821606883], ["username", "foo_bb"], ["access_token", "d365437c030d6a4030c1f442e66a5a9d"], ["uuid", "6ad3a0e8-50ce-4679-9299-be590e3154ad"], ["support_identifier", "cs_dc11b90a"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-12-20 17:46:22.810777"], ["updated_at", "2017-12-20 17:46:22.810777"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1242733111 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f090d387-bf3b-46f5-86c6-71c2d58e4688' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ec80c6f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1242733111], ["username", "foo_bj"], ["access_token", "14c777fd4f802c6ac987311cb9004e62"], ["uuid", "f090d387-bf3b-46f5-86c6-71c2d58e4688"], ["support_identifier", "cs_ec80c6f6"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-12-20 17:46:22.814819"], ["updated_at", "2017-12-20 17:46:22.814819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -605582278 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0ebbf3d-795e-4b5c-8ad9-c36ac7b01285' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_390ca087' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -605582278], ["username", "foo_tj"], ["access_token", "4123e8ac1337485fef298d03ffac9f27"], ["uuid", "b0ebbf3d-795e-4b5c-8ad9-c36ac7b01285"], ["support_identifier", "cs_390ca087"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-12-20 17:46:22.825763"], ["updated_at", "2017-12-20 17:46:22.825763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -925105314 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3083456b-c2ef-44ce-be43-6762e9046578' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dee9b0f9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -925105314], ["username", "jstrav"], ["access_token", "65d0b284cee16c70fb0eff85dd08c902"], ["uuid", "3083456b-c2ef-44ce-be43-6762e9046578"], ["support_identifier", "cs_dee9b0f9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:22.840373"], ["updated_at", "2017-12-20 17:46:22.840373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812021276 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa59ab85-b231-4f4e-976a-c181bcbd4b8f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e388b20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1812021276], ["username", "mary"], ["access_token", "afd83c58dbc061efe22d7b36b317a483"], ["uuid", "fa59ab85-b231-4f4e-976a-c181bcbd4b8f"], ["support_identifier", "cs_4e388b20"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:22.845763"], ["updated_at", "2017-12-20 17:46:22.845763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -395139260 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2d1ed17-f6e1-4319-ae25-e97530f2d1b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a880b3ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -395139260], ["username", "jstead"], ["access_token", "4a5a16585338e4c4e8144735231c5897"], ["uuid", "d2d1ed17-f6e1-4319-ae25-e97530f2d1b7"], ["support_identifier", "cs_a880b3ce"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:22.850071"], ["updated_at", "2017-12-20 17:46:22.850071"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -805443666 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ec03f85-e39f-40b7-987b-d614571c7fc0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_72baa36d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -805443666], ["username", "bigbear"], ["access_token", "fb6519c02adda1dc728c7f87d53d4f88"], ["uuid", "1ec03f85-e39f-40b7-987b-d614571c7fc0"], ["support_identifier", "cs_72baa36d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:22.855307"], ["updated_at", "2017-12-20 17:46:22.855307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436413883 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59c95e13-3252-4217-92a3-aa07101bd84b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b401efee' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1436413883], ["username", "billy_00"], ["access_token", "0c50b8f519fbc4ba8f82cb6165b26a6d"], ["uuid", "59c95e13-3252-4217-92a3-aa07101bd84b"], ["support_identifier", "cs_b401efee"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 17:46:22.861570"], ["updated_at", "2017-12-20 17:46:22.861570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1319577921 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11299e27-063e-4463-9f18-6f27c2a03a1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_742e4025' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1319577921], ["username", "billy_01"], ["access_token", "cbcdaa2ab8d63872554790fcec26392b"], ["uuid", "11299e27-063e-4463-9f18-6f27c2a03a1a"], ["support_identifier", "cs_742e4025"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 17:46:22.867043"], ["updated_at", "2017-12-20 17:46:22.867043"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1563146247 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4368a1ab-1418-4c77-bc70-1e36f518914f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0f9de4f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1563146247], ["username", "billy_02"], ["access_token", "566a869214055bdd2a4cf7381abaed8a"], ["uuid", "4368a1ab-1418-4c77-bc70-1e36f518914f"], ["support_identifier", "cs_0f9de4f2"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 17:46:22.871977"], ["updated_at", "2017-12-20 17:46:22.871977"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -194267777 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '345ecdc1-9913-4a8e-acc7-c1d192fe4bc1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bd04fb07' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -194267777], ["username", "billy_03"], ["access_token", "5399e81b7dbd2822f3136d32be969467"], ["uuid", "345ecdc1-9913-4a8e-acc7-c1d192fe4bc1"], ["support_identifier", "cs_bd04fb07"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 17:46:22.877000"], ["updated_at", "2017-12-20 17:46:22.877000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -502970920 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b85898a-47c2-47bb-aa6f-513cee3e9ce8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f605444' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -502970920], ["username", "billy_04"], ["access_token", "682c9622c848fccd3c3833de18f33358"], ["uuid", "1b85898a-47c2-47bb-aa6f-513cee3e9ce8"], ["support_identifier", "cs_8f605444"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:46:22.881810"], ["updated_at", "2017-12-20 17:46:22.881810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1618155765 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a703ea5c-0895-4284-92e7-771304bf9719' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b358aa15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1618155765], ["username", "billy_05"], ["access_token", "31754a041c290e4810ebe166c91b2ab9"], ["uuid", "a703ea5c-0895-4284-92e7-771304bf9719"], ["support_identifier", "cs_b358aa15"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:46:22.887926"], ["updated_at", "2017-12-20 17:46:22.887926"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -69404139 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7000fb69-3b2b-4e4c-a497-9457a0bc46ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f48fee86' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -69404139], ["username", "billy_06"], ["access_token", "37ec366513b86ae7255cac5d69dd4608"], ["uuid", "7000fb69-3b2b-4e4c-a497-9457a0bc46ad"], ["support_identifier", "cs_f48fee86"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:46:22.892975"], ["updated_at", "2017-12-20 17:46:22.892975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -231705611 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ce30083-48e2-4f99-8200-30bf083e1064' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_39127b3e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -231705611], ["username", "billy_07"], ["access_token", "a7eca2121b944f2e67c0c6c67b52d91d"], ["uuid", "1ce30083-48e2-4f99-8200-30bf083e1064"], ["support_identifier", "cs_39127b3e"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:46:22.898067"], ["updated_at", "2017-12-20 17:46:22.898067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -430724558 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ace52f27-52df-4259-8d2e-bc768b504fa2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_484925b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -430724558], ["username", "billy_08"], ["access_token", "8a41244069f8a7074a93ac6685dced82"], ["uuid", "ace52f27-52df-4259-8d2e-bc768b504fa2"], ["support_identifier", "cs_484925b6"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:46:22.902392"], ["updated_at", "2017-12-20 17:46:22.902392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -24244011 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3824644c-d4a5-4e56-9903-f4549866f2f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_19bb4d25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -24244011], ["username", "billy_09"], ["access_token", "ac5e1b50e047427fd696851717cf9311"], ["uuid", "3824644c-d4a5-4e56-9903-f4549866f2f9"], ["support_identifier", "cs_19bb4d25"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:46:22.906497"], ["updated_at", "2017-12-20 17:46:22.906497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619350946 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df052615-c75e-4091-ae20-55f94de0fbbf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_15f38efd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1619350946], ["username", "billy_10"], ["access_token", "423895d95807739b8c9b67bdedacc959"], ["uuid", "df052615-c75e-4091-ae20-55f94de0fbbf"], ["support_identifier", "cs_15f38efd"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:46:22.910687"], ["updated_at", "2017-12-20 17:46:22.910687"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -588259330 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f134425e-7bb4-4370-a467-ccc1f95af0c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29f582ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -588259330], ["username", "billy_11"], ["access_token", "ffb700483b806701393c8ede6b36c15b"], ["uuid", "f134425e-7bb4-4370-a467-ccc1f95af0c6"], ["support_identifier", "cs_29f582ef"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:46:22.914787"], ["updated_at", "2017-12-20 17:46:22.914787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -948751005 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e9ae654-8252-4dbe-974f-a09397251fd5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_49a734a0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -948751005], ["username", "billy_12"], ["access_token", "6ad4b0146631b04eb7ce6f850662f4e2"], ["uuid", "5e9ae654-8252-4dbe-974f-a09397251fd5"], ["support_identifier", "cs_49a734a0"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:46:22.918936"], ["updated_at", "2017-12-20 17:46:22.918936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1852832078 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '489333a9-a247-49a8-94ee-c1d1c8770d3a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5ad44ef8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1852832078], ["username", "billy_13"], ["access_token", "1b6862a9ecc1d2bea6bdc6dc4eea3eac"], ["uuid", "489333a9-a247-49a8-94ee-c1d1c8770d3a"], ["support_identifier", "cs_5ad44ef8"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:46:22.923063"], ["updated_at", "2017-12-20 17:46:22.923063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -199802071 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd602e536-8ec0-4669-97bd-31bceee04c6a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0bf7a6b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -199802071], ["username", "billy_14"], ["access_token", "e64f05277e271e07edb03e285e55175c"], ["uuid", "d602e536-8ec0-4669-97bd-31bceee04c6a"], ["support_identifier", "cs_0bf7a6b8"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:46:22.927259"], ["updated_at", "2017-12-20 17:46:22.927259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2014174702 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1245c6d5-f147-4858-83c9-9d73934c1931' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1702913' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2014174702], ["username", "billy_15"], ["access_token", "80ea102e608474808e548bd2c347d88a"], ["uuid", "1245c6d5-f147-4858-83c9-9d73934c1931"], ["support_identifier", "cs_d1702913"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:46:22.931396"], ["updated_at", "2017-12-20 17:46:22.931396"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1263320851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9db87708-e99f-45d6-8d11-121a2098f094' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3b1eb2d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1263320851], ["username", "billy_16"], ["access_token", "a83b216b206d90037665bb62d91e38eb"], ["uuid", "9db87708-e99f-45d6-8d11-121a2098f094"], ["support_identifier", "cs_3b1eb2d3"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:46:22.935522"], ["updated_at", "2017-12-20 17:46:22.935522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749091061 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94da8c1a-d7fa-4942-abfc-93d14b5d4dd9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d94bd5c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -749091061], ["username", "billy_17"], ["access_token", "377479a262c6d977a7b6baf6b4fafd61"], ["uuid", "94da8c1a-d7fa-4942-abfc-93d14b5d4dd9"], ["support_identifier", "cs_d94bd5c8"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:46:22.939665"], ["updated_at", "2017-12-20 17:46:22.939665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -720608964 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1626a7a9-5a02-4ab0-9025-7d8096464247' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e582e587' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -720608964], ["username", "billy_18"], ["access_token", "a893dfe5a9fbf73f34b82419c3037dad"], ["uuid", "1626a7a9-5a02-4ab0-9025-7d8096464247"], ["support_identifier", "cs_e582e587"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:46:22.943855"], ["updated_at", "2017-12-20 17:46:22.943855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -608954166 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a685c38e-d3ae-4bd6-9df5-7cb82581705c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f27273d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -608954166], ["username", "billy_19"], ["access_token", "d68301181d93f512d5ec5246b382201a"], ["uuid", "a685c38e-d3ae-4bd6-9df5-7cb82581705c"], ["support_identifier", "cs_7f27273d"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:46:22.947946"], ["updated_at", "2017-12-20 17:46:22.947946"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -670815885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '859f052a-9357-49e0-8140-7787f7a50221' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_120790fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -670815885], ["username", "billy_20"], ["access_token", "9f246d156aa54d19549227de6a6f6359"], ["uuid", "859f052a-9357-49e0-8140-7787f7a50221"], ["support_identifier", "cs_120790fc"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:46:22.952082"], ["updated_at", "2017-12-20 17:46:22.952082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1579638865 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a8ad46d-b9ef-43b9-b456-8db12de23815' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38f549d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1579638865], ["username", "billy_21"], ["access_token", "324c27e9759460f238b129dea1fca970"], ["uuid", "0a8ad46d-b9ef-43b9-b456-8db12de23815"], ["support_identifier", "cs_38f549d5"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:46:22.956267"], ["updated_at", "2017-12-20 17:46:22.956267"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -577093761 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e1ddc287-7de8-4c8a-b141-692a1f3925b6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_32f6214f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -577093761], ["username", "billy_22"], ["access_token", "1ed654b2e350c7c07adca8134c6096a4"], ["uuid", "e1ddc287-7de8-4c8a-b141-692a1f3925b6"], ["support_identifier", "cs_32f6214f"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:46:22.960454"], ["updated_at", "2017-12-20 17:46:22.960454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -101760810 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a72fec2f-32c3-40f3-84fa-fc26c9d51fde' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_36e06c0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -101760810], ["username", "billy_23"], ["access_token", "6c69f61db6e6989c434b3c536ae65e96"], ["uuid", "a72fec2f-32c3-40f3-84fa-fc26c9d51fde"], ["support_identifier", "cs_36e06c0f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:46:22.964616"], ["updated_at", "2017-12-20 17:46:22.964616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -145979567 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f836245-2066-4296-990c-ef37dd0ad612' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_27491abd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -145979567], ["username", "billy_24"], ["access_token", "f4bc4b982dd09d8c2be41f18ba175dca"], ["uuid", "6f836245-2066-4296-990c-ef37dd0ad612"], ["support_identifier", "cs_27491abd"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:46:22.968832"], ["updated_at", "2017-12-20 17:46:22.968832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1945174943 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28415bd7-1422-4e14-a018-8a4d4d73887b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0299082d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1945174943], ["username", "billy_25"], ["access_token", "c26a90bf4cac34124f079a95b7781254"], ["uuid", "28415bd7-1422-4e14-a018-8a4d4d73887b"], ["support_identifier", "cs_0299082d"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:46:22.972963"], ["updated_at", "2017-12-20 17:46:22.972963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1284278262 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb4d2b64-29ad-4f2b-a50d-f4a39589e21a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f154f94' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1284278262], ["username", "billy_26"], ["access_token", "83844b70cca9862a03fc1dcdf2112d2c"], ["uuid", "cb4d2b64-29ad-4f2b-a50d-f4a39589e21a"], ["support_identifier", "cs_7f154f94"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:46:22.977224"], ["updated_at", "2017-12-20 17:46:22.977224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -993216722 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53ec3c59-a01a-4dc0-8d60-78c9f1d2d9d1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4b4f3c3d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -993216722], ["username", "billy_27"], ["access_token", "43b584e611a2169f4229bd86b6ecd227"], ["uuid", "53ec3c59-a01a-4dc0-8d60-78c9f1d2d9d1"], ["support_identifier", "cs_4b4f3c3d"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:46:22.981837"], ["updated_at", "2017-12-20 17:46:22.981837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -226123157 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60c652bd-1bf8-4af2-a490-a897ba043fe5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d35a00e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -226123157], ["username", "billy_28"], ["access_token", "d2b87943d602a44141084728319514ba"], ["uuid", "60c652bd-1bf8-4af2-a490-a897ba043fe5"], ["support_identifier", "cs_8d35a00e"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:46:22.986683"], ["updated_at", "2017-12-20 17:46:22.986683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1895554329 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f67a44c-5ca3-4d61-98fb-f1e50136c05a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_27461b04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1895554329], ["username", "billy_29"], ["access_token", "9690c698731177b260b27c2a63f881d4"], ["uuid", "6f67a44c-5ca3-4d61-98fb-f1e50136c05a"], ["support_identifier", "cs_27461b04"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:46:22.991106"], ["updated_at", "2017-12-20 17:46:22.991106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677962413 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78f4556d-d10e-40e1-935d-bf5fe6982a80' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9260970' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1677962413], ["username", "billy_30"], ["access_token", "40765c5b7b5bc837a10a94326d54fdc6"], ["uuid", "78f4556d-d10e-40e1-935d-bf5fe6982a80"], ["support_identifier", "cs_e9260970"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:46:22.995436"], ["updated_at", "2017-12-20 17:46:22.995436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -847574148 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ccaec5f-3eba-490d-8734-74540af092ff' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3453ab4a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -847574148], ["username", "billy_31"], ["access_token", "c7e26b4d753436ce41e982290f9046bb"], ["uuid", "7ccaec5f-3eba-490d-8734-74540af092ff"], ["support_identifier", "cs_3453ab4a"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:46:23.000135"], ["updated_at", "2017-12-20 17:46:23.000135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841800790 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3b537c7-7d54-4d3d-9f19-03aa23408ffe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5adc0966' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1841800790], ["username", "billy_32"], ["access_token", "058cfb40043881b763f6a4ee43a37798"], ["uuid", "d3b537c7-7d54-4d3d-9f19-03aa23408ffe"], ["support_identifier", "cs_5adc0966"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:46:23.005661"], ["updated_at", "2017-12-20 17:46:23.005661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -483535697 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fdc720ed-b246-49be-9b13-ce7abbeca976' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_32d7bac3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -483535697], ["username", "billy_33"], ["access_token", "c783aca91df5be140fd2a29880fd5905"], ["uuid", "fdc720ed-b246-49be-9b13-ce7abbeca976"], ["support_identifier", "cs_32d7bac3"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:46:23.010079"], ["updated_at", "2017-12-20 17:46:23.010079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488821747 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3bd044a-3088-4f1c-aa13-8c01b78284fc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3a800ce8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -488821747], ["username", "billy_34"], ["access_token", "d563a891bb4a45257d61636c601332d9"], ["uuid", "a3bd044a-3088-4f1c-aa13-8c01b78284fc"], ["support_identifier", "cs_3a800ce8"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:46:23.014297"], ["updated_at", "2017-12-20 17:46:23.014297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -815321040 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '78886e6f-0a48-422f-98c2-fa2f3f793c76' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4797686d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -815321040], ["username", "billy_35"], ["access_token", "286a4a3dd75cee13a0058dd845c77d20"], ["uuid", "78886e6f-0a48-422f-98c2-fa2f3f793c76"], ["support_identifier", "cs_4797686d"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:46:23.018473"], ["updated_at", "2017-12-20 17:46:23.018473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42291484 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b66f247-c4a2-47c2-8b8d-97bf73322f14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_822bd45e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -42291484], ["username", "billy_36"], ["access_token", "e0f6b8eb90bc6f162e052f5deb4d6222"], ["uuid", "2b66f247-c4a2-47c2-8b8d-97bf73322f14"], ["support_identifier", "cs_822bd45e"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:46:23.022738"], ["updated_at", "2017-12-20 17:46:23.022738"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -843041888 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94c0045e-ad7d-49ed-81ac-f60e998cc016' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68800e27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -843041888], ["username", "billy_37"], ["access_token", "aadf69bf7d8ec98d6d59701e198fb1a4"], ["uuid", "94c0045e-ad7d-49ed-81ac-f60e998cc016"], ["support_identifier", "cs_68800e27"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:46:23.026960"], ["updated_at", "2017-12-20 17:46:23.026960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409734203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82cf21f7-de37-496b-ba27-6de8f32945d7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_641a1c45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1409734203], ["username", "billy_38"], ["access_token", "3da8a9d21120b96438af77e69951cb8d"], ["uuid", "82cf21f7-de37-496b-ba27-6de8f32945d7"], ["support_identifier", "cs_641a1c45"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:46:23.031282"], ["updated_at", "2017-12-20 17:46:23.031282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66480872 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9beb392a-5fdf-4e77-92a7-fb43b191f73e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0abb7a08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -66480872], ["username", "billy_39"], ["access_token", "f8cfab16a27895ab140cc5bbaaebf716"], ["uuid", "9beb392a-5fdf-4e77-92a7-fb43b191f73e"], ["support_identifier", "cs_0abb7a08"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:46:23.035502"], ["updated_at", "2017-12-20 17:46:23.035502"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -734140644 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5986f8b9-8eb7-4510-8730-496f57b391ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd1d5bd9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -734140644], ["username", "billy_40"], ["access_token", "71001cb78c6e1cf9f75e762d824c9ae6"], ["uuid", "5986f8b9-8eb7-4510-8730-496f57b391ed"], ["support_identifier", "cs_dd1d5bd9"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:46:23.039662"], ["updated_at", "2017-12-20 17:46:23.039662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1450811876 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c748736-293e-444d-85f1-c7e56f9e6e99' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0021d304' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1450811876], ["username", "billy_41"], ["access_token", "fe0f0f510bae669c93a9676fe2123114"], ["uuid", "1c748736-293e-444d-85f1-c7e56f9e6e99"], ["support_identifier", "cs_0021d304"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:46:23.043938"], ["updated_at", "2017-12-20 17:46:23.043938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -59786980 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e4ea2c4b-cd9c-479d-9e4b-20a121333e33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_379f216c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -59786980], ["username", "billy_42"], ["access_token", "5b6e9e7192cb4bce86d637828d9e2b34"], ["uuid", "e4ea2c4b-cd9c-479d-9e4b-20a121333e33"], ["support_identifier", "cs_379f216c"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:46:23.048156"], ["updated_at", "2017-12-20 17:46:23.048156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1914785168 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5688d16a-1afd-43f1-95fa-bbf770e0e97a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cede2eff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1914785168], ["username", "billy_43"], ["access_token", "a76a558636a4254227c13499782d1b83"], ["uuid", "5688d16a-1afd-43f1-95fa-bbf770e0e97a"], ["support_identifier", "cs_cede2eff"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:46:23.052406"], ["updated_at", "2017-12-20 17:46:23.052406"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378336529 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd4a61c8-a69b-491c-8398-5747a965a5d6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5db0c468' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1378336529], ["username", "billy_44"], ["access_token", "9780c24c76912c675b9f46da5a8c9479"], ["uuid", "dd4a61c8-a69b-491c-8398-5747a965a5d6"], ["support_identifier", "cs_5db0c468"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:46:23.057990"], ["updated_at", "2017-12-20 17:46:23.057990"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -369770885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9f79e89-c76b-491f-b643-3ea46f40b8ef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4115de6f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -369770885], ["username", "billy_45"], ["access_token", "efab2cdca0a7e0eb38e240fb1174ffba"], ["uuid", "a9f79e89-c76b-491f-b643-3ea46f40b8ef"], ["support_identifier", "cs_4115de6f"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:46:23.062892"], ["updated_at", "2017-12-20 17:46:23.062892"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -553188272 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f8a9c22-5558-4f35-af16-fafef9aac48a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8794c9b7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -553188272], ["username", "billy_46"], ["access_token", "eacbcd2b5ea9ed7f12a1319f9e0ef336"], ["uuid", "7f8a9c22-5558-4f35-af16-fafef9aac48a"], ["support_identifier", "cs_8794c9b7"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:46:23.067430"], ["updated_at", "2017-12-20 17:46:23.067430"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518002449 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9981e362-1906-434c-8c71-7be14cd7dd42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eea2dd1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -518002449], ["username", "billy_47"], ["access_token", "96d15833f539d75ebd2f0846a2785548"], ["uuid", "9981e362-1906-434c-8c71-7be14cd7dd42"], ["support_identifier", "cs_eea2dd1c"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:46:23.071667"], ["updated_at", "2017-12-20 17:46:23.071667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -524763313 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d910e37-c08f-48c6-b748-c65e6cb910f7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5abb0433' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -524763313], ["username", "billy_48"], ["access_token", "450d3991b9e26796a39fd7f5d0db8745"], ["uuid", "9d910e37-c08f-48c6-b748-c65e6cb910f7"], ["support_identifier", "cs_5abb0433"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:46:23.076317"], ["updated_at", "2017-12-20 17:46:23.076317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525696996 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae6ab35d-fd3d-4662-9e6d-73bf049f4ad7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_32c5e273' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1525696996], ["username", "billy_49"], ["access_token", "ce7eb6cd92910faaa48525e753679ec6"], ["uuid", "ae6ab35d-fd3d-4662-9e6d-73bf049f4ad7"], ["support_identifier", "cs_32c5e273"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:46:23.081547"], ["updated_at", "2017-12-20 17:46:23.081547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1696727587 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b65daabd-6967-4690-a143-5eb0c516998f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d20877f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1696727587], ["username", "jstrav"], ["access_token", "b16cca2480dacbfed1d30d4e859e9760"], ["uuid", "b65daabd-6967-4690-a143-5eb0c516998f"], ["support_identifier", "cs_7d20877f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:23.090373"], ["updated_at", "2017-12-20 17:46:23.090373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -968505869 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca9e880f-1b24-4f97-af32-fdf0f613a107' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b6394635' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -968505869], ["username", "mary"], ["access_token", "181fb0b8e72edb5bc4828d24710bf735"], ["uuid", "ca9e880f-1b24-4f97-af32-fdf0f613a107"], ["support_identifier", "cs_b6394635"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:23.094856"], ["updated_at", "2017-12-20 17:46:23.094856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1474786792 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e197caba-ecb5-4c4a-8ffe-964bbe037414' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5df1fc3c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1474786792], ["username", "jstead"], ["access_token", "bbd891678454933687b33a79490632ef"], ["uuid", "e197caba-ecb5-4c4a-8ffe-964bbe037414"], ["support_identifier", "cs_5df1fc3c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:23.099385"], ["updated_at", "2017-12-20 17:46:23.099385"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -320637136 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c262b1ad-a5af-4b97-96ba-9bfd8db4a200' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c0e5fd7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -320637136], ["username", "bigbear"], ["access_token", "324fc2aea65fd6de19fa6fe70ca03e66"], ["uuid", "c262b1ad-a5af-4b97-96ba-9bfd8db4a200"], ["support_identifier", "cs_7c0e5fd7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:23.103667"], ["updated_at", "2017-12-20 17:46:23.103667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1151195507 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19e23308-1e93-4c7f-99c7-6c485d0f96df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_42b17954' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1151195507], ["username", "billy_00"], ["access_token", "5be1cad7e01cb2204c104cd1ce83b147"], ["uuid", "19e23308-1e93-4c7f-99c7-6c485d0f96df"], ["support_identifier", "cs_42b17954"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 17:46:23.107988"], ["updated_at", "2017-12-20 17:46:23.107988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -217427667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd8d4b143-b92e-47d5-80e5-6cc0543d82ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_21de989b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -217427667], ["username", "billy_01"], ["access_token", "9e3703cc5e131452f2e850ea1b48eef2"], ["uuid", "d8d4b143-b92e-47d5-80e5-6cc0543d82ab"], ["support_identifier", "cs_21de989b"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 17:46:23.112257"], ["updated_at", "2017-12-20 17:46:23.112257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1431958563 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e596bbdf-0a4a-48d8-b858-0e4b2bd156ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c67fc8f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1431958563], ["username", "billy_02"], ["access_token", "bcc038ed99203243bbb067301ae714d4"], ["uuid", "e596bbdf-0a4a-48d8-b858-0e4b2bd156ae"], ["support_identifier", "cs_7c67fc8f"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 17:46:23.116481"], ["updated_at", "2017-12-20 17:46:23.116481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677878219 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce2b8410-54d6-4b8e-9984-acc80a54f9d4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a2c735d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1677878219], ["username", "billy_03"], ["access_token", "a27ba600d5da49bd1e686401ae8b002a"], ["uuid", "ce2b8410-54d6-4b8e-9984-acc80a54f9d4"], ["support_identifier", "cs_a2c735d7"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 17:46:23.120717"], ["updated_at", "2017-12-20 17:46:23.120717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2054132136 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3272c3fc-fdb7-4885-ab46-1d313d80939a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a3d1c7f5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2054132136], ["username", "billy_04"], ["access_token", "e29de7c44f60fe12e82a476388c64e7b"], ["uuid", "3272c3fc-fdb7-4885-ab46-1d313d80939a"], ["support_identifier", "cs_a3d1c7f5"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:46:23.126955"], ["updated_at", "2017-12-20 17:46:23.126955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1448327468 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd83d837e-5159-494b-8e3a-d44787168552' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b4696663' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1448327468], ["username", "billy_05"], ["access_token", "496f719a7d3e40c06949b2aee3321aa9"], ["uuid", "d83d837e-5159-494b-8e3a-d44787168552"], ["support_identifier", "cs_b4696663"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:46:23.132420"], ["updated_at", "2017-12-20 17:46:23.132420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660150372 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aba82193-8dd7-4133-ba6b-e4aa12887e36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_012a6cbe' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1660150372], ["username", "billy_06"], ["access_token", "34b8dc9e0d18067731b4c2d141aa0285"], ["uuid", "aba82193-8dd7-4133-ba6b-e4aa12887e36"], ["support_identifier", "cs_012a6cbe"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:46:23.138546"], ["updated_at", "2017-12-20 17:46:23.138546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539737056 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '21ed9b22-8d5d-4550-8835-32d2ebae5e78' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d92993d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -539737056], ["username", "billy_07"], ["access_token", "5e42febba4a0c2873d5cd920b49e41d2"], ["uuid", "21ed9b22-8d5d-4550-8835-32d2ebae5e78"], ["support_identifier", "cs_4d92993d"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:46:23.143556"], ["updated_at", "2017-12-20 17:46:23.143556"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -558409491 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '133f93e9-733f-412b-9185-c1ec309b4147' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c4b807a0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -558409491], ["username", "billy_08"], ["access_token", "8c3797767ea8913f35711005269d5cf1"], ["uuid", "133f93e9-733f-412b-9185-c1ec309b4147"], ["support_identifier", "cs_c4b807a0"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:46:23.148539"], ["updated_at", "2017-12-20 17:46:23.148539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1733260620 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f928c31-e030-421b-9496-9e61735f2a9d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a07c24b4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1733260620], ["username", "billy_09"], ["access_token", "1a13654db64af8cf2be0eaf8e3d4289d"], ["uuid", "5f928c31-e030-421b-9496-9e61735f2a9d"], ["support_identifier", "cs_a07c24b4"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:46:23.155303"], ["updated_at", "2017-12-20 17:46:23.155303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357226912 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8616b176-533a-4bb1-ab69-39ddfcf88e90' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_483f9340' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1357226912], ["username", "billy_10"], ["access_token", "0675e6a9822e4b8b954b780ade69af58"], ["uuid", "8616b176-533a-4bb1-ab69-39ddfcf88e90"], ["support_identifier", "cs_483f9340"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:46:23.160363"], ["updated_at", "2017-12-20 17:46:23.160363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1326931284 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9032d316-ba78-489e-a0d1-ef1ca9a55f9c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_45acb331' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1326931284], ["username", "billy_11"], ["access_token", "eb6bf89d793182e38c05ac63d91906c0"], ["uuid", "9032d316-ba78-489e-a0d1-ef1ca9a55f9c"], ["support_identifier", "cs_45acb331"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:46:23.164702"], ["updated_at", "2017-12-20 17:46:23.164702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1666436284 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c01b7d7-615b-45a1-bedc-b4d0e939cd73' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b90e624' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1666436284], ["username", "billy_12"], ["access_token", "900adfdca6584f9b5ef579a123c81dfe"], ["uuid", "9c01b7d7-615b-45a1-bedc-b4d0e939cd73"], ["support_identifier", "cs_7b90e624"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:46:23.169296"], ["updated_at", "2017-12-20 17:46:23.169296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -998278091 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ebe170bb-7ccc-497c-a2a6-7c562b1fbb7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f7e92d2b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -998278091], ["username", "billy_13"], ["access_token", "7e8e4bf11e22dd5144d17230ef3dfb65"], ["uuid", "ebe170bb-7ccc-497c-a2a6-7c562b1fbb7e"], ["support_identifier", "cs_f7e92d2b"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:46:23.174357"], ["updated_at", "2017-12-20 17:46:23.174357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789332855 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20ea116c-f19c-4fc0-9605-87d08f173567' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa20b547' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -789332855], ["username", "billy_14"], ["access_token", "5ca25d5da7c2bac53abb544798d3c68c"], ["uuid", "20ea116c-f19c-4fc0-9605-87d08f173567"], ["support_identifier", "cs_fa20b547"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:46:23.178870"], ["updated_at", "2017-12-20 17:46:23.178870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1148793333 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c766f8f-faff-4a92-b0b3-2019dfc1b4dd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47914ed2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1148793333], ["username", "billy_15"], ["access_token", "b7d9795f4ad90aa5697ef18383518073"], ["uuid", "8c766f8f-faff-4a92-b0b3-2019dfc1b4dd"], ["support_identifier", "cs_47914ed2"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:46:23.183200"], ["updated_at", "2017-12-20 17:46:23.183200"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1747863037 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '90546703-d641-445f-b35c-3e7c4db12c5d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ada38d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1747863037], ["username", "billy_16"], ["access_token", "9c9fe71b8b0a0c5254a4438691abaa1b"], ["uuid", "90546703-d641-445f-b35c-3e7c4db12c5d"], ["support_identifier", "cs_6ada38d1"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:46:23.187493"], ["updated_at", "2017-12-20 17:46:23.187493"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1709335124 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a298a0f8-438c-4184-a13a-846f75f5ad7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8356483c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1709335124], ["username", "billy_17"], ["access_token", "1d0ba9e08a748b75a0edf0037ff2550c"], ["uuid", "a298a0f8-438c-4184-a13a-846f75f5ad7e"], ["support_identifier", "cs_8356483c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:46:23.191940"], ["updated_at", "2017-12-20 17:46:23.191940"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146178137 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94e47d08-f616-4228-a8b9-2124290bfc86' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5890bcc1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -146178137], ["username", "billy_18"], ["access_token", "fdabe8f86e9e407a0c3905bbe07110c6"], ["uuid", "94e47d08-f616-4228-a8b9-2124290bfc86"], ["support_identifier", "cs_5890bcc1"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:46:23.196148"], ["updated_at", "2017-12-20 17:46:23.196148"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2110140684 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1aee28b7-21d6-491f-b090-6501e176609c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_80396feb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2110140684], ["username", "billy_19"], ["access_token", "ff412fbc145fdb8f29610367aed2d72f"], ["uuid", "1aee28b7-21d6-491f-b090-6501e176609c"], ["support_identifier", "cs_80396feb"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:46:23.200406"], ["updated_at", "2017-12-20 17:46:23.200406"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1439171127 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b817e09f-54f0-4578-9d93-ab5e748899f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bd311d85' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1439171127], ["username", "billy_20"], ["access_token", "d50e1b44ba9eb5f18170d719b4ba1cbb"], ["uuid", "b817e09f-54f0-4578-9d93-ab5e748899f2"], ["support_identifier", "cs_bd311d85"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:46:23.204804"], ["updated_at", "2017-12-20 17:46:23.204804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1928273333 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '213888b3-1f00-4492-b9b7-867b579dd28e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c6ca9aa3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1928273333], ["username", "billy_21"], ["access_token", "760dd63424b2ef980d8511f3018e5557"], ["uuid", "213888b3-1f00-4492-b9b7-867b579dd28e"], ["support_identifier", "cs_c6ca9aa3"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:46:23.209310"], ["updated_at", "2017-12-20 17:46:23.209310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -845275527 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af95cd29-12fb-482a-8b08-aa7606481b4e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8eadbf30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -845275527], ["username", "billy_22"], ["access_token", "45ac31112fc2e5b69dcec57b5abebe67"], ["uuid", "af95cd29-12fb-482a-8b08-aa7606481b4e"], ["support_identifier", "cs_8eadbf30"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:46:23.213609"], ["updated_at", "2017-12-20 17:46:23.213609"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542766784 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57933575-ff38-46fc-a308-850f02b94001' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_04379a3a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -542766784], ["username", "billy_23"], ["access_token", "4166c3641b917660c76e83ecf4c1639c"], ["uuid", "57933575-ff38-46fc-a308-850f02b94001"], ["support_identifier", "cs_04379a3a"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:46:23.217872"], ["updated_at", "2017-12-20 17:46:23.217872"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -213471160 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c0ed09d-55bd-4981-8dbd-e9c7232ffd8e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_732e60fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -213471160], ["username", "billy_24"], ["access_token", "3d0d6f850fd1f6713b36e4df6e0bb1f4"], ["uuid", "2c0ed09d-55bd-4981-8dbd-e9c7232ffd8e"], ["support_identifier", "cs_732e60fa"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:46:23.222147"], ["updated_at", "2017-12-20 17:46:23.222147"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -576889819 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8500c2df-c08a-47f7-af12-cc803bafb24e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b8467180' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -576889819], ["username", "billy_25"], ["access_token", "8dbc8381cd303eb471f2f064992fa11f"], ["uuid", "8500c2df-c08a-47f7-af12-cc803bafb24e"], ["support_identifier", "cs_b8467180"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:46:23.226466"], ["updated_at", "2017-12-20 17:46:23.226466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -966920096 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '951b1b4d-9fce-42bf-9afa-1cdc051235f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7673c283' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -966920096], ["username", "billy_26"], ["access_token", "eb8e6661eca995361094f6c68b8fefdd"], ["uuid", "951b1b4d-9fce-42bf-9afa-1cdc051235f5"], ["support_identifier", "cs_7673c283"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:46:23.230767"], ["updated_at", "2017-12-20 17:46:23.230767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -933714505 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b44b873-dc34-4c3b-b9d2-ac08482b3caa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_719e3199' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -933714505], ["username", "billy_27"], ["access_token", "0b35b3db8504ab49a57f174e790204e1"], ["uuid", "8b44b873-dc34-4c3b-b9d2-ac08482b3caa"], ["support_identifier", "cs_719e3199"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:46:23.235106"], ["updated_at", "2017-12-20 17:46:23.235106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -291234417 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b457acb-d77c-478f-8215-eea5acd66d53' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f49b8c8d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -291234417], ["username", "billy_28"], ["access_token", "6d60bba72fe464cdd22203bce9fc1b31"], ["uuid", "8b457acb-d77c-478f-8215-eea5acd66d53"], ["support_identifier", "cs_f49b8c8d"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:46:23.239420"], ["updated_at", "2017-12-20 17:46:23.239420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -62593589 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89067b3d-77e5-4b62-9830-c1d8fa624c16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1b1fd0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -62593589], ["username", "billy_29"], ["access_token", "3cd3087a6c622ed00b88054eb77631be"], ["uuid", "89067b3d-77e5-4b62-9830-c1d8fa624c16"], ["support_identifier", "cs_d1b1fd0e"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:46:23.243674"], ["updated_at", "2017-12-20 17:46:23.243674"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -368559516 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ec3b00c-1007-4336-aab2-5bf00b462cc1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_18b9d9c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -368559516], ["username", "billy_30"], ["access_token", "f0ac88a9b899bdf0f548f64a54dc92a9"], ["uuid", "2ec3b00c-1007-4336-aab2-5bf00b462cc1"], ["support_identifier", "cs_18b9d9c2"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:46:23.247694"], ["updated_at", "2017-12-20 17:46:23.247694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1130038949 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e8b1c42-e660-4ac2-b5ca-3a93f7ed2c46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_77d609f8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1130038949], ["username", "billy_31"], ["access_token", "bfd2433c7e71835d21bc6d1fc4220fd5"], ["uuid", "8e8b1c42-e660-4ac2-b5ca-3a93f7ed2c46"], ["support_identifier", "cs_77d609f8"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:46:23.251678"], ["updated_at", "2017-12-20 17:46:23.251678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -124162839 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '942287cb-9159-4f90-ae8b-911d70d17fb5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_20655eed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -124162839], ["username", "billy_32"], ["access_token", "f49538ad78ca917b2b347c6e0f3ec7b4"], ["uuid", "942287cb-9159-4f90-ae8b-911d70d17fb5"], ["support_identifier", "cs_20655eed"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:46:23.255971"], ["updated_at", "2017-12-20 17:46:23.255971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -525905135 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a657c330-725f-4ac7-979e-095114d81e94' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2accf493' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -525905135], ["username", "billy_33"], ["access_token", "ecaa9689a73c0a0ab36b8e3947ac9f03"], ["uuid", "a657c330-725f-4ac7-979e-095114d81e94"], ["support_identifier", "cs_2accf493"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:46:23.260034"], ["updated_at", "2017-12-20 17:46:23.260034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -675725512 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd168c0f4-f78e-49bf-93a2-f668df602f0a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5ac7e1d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -675725512], ["username", "billy_34"], ["access_token", "17f6e22cbb6fe42e545bedba351db214"], ["uuid", "d168c0f4-f78e-49bf-93a2-f668df602f0a"], ["support_identifier", "cs_5ac7e1d3"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:46:23.264067"], ["updated_at", "2017-12-20 17:46:23.264067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776701803 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a4c04cd-6d34-46fa-82e5-f72e841688aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8182bf0d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -776701803], ["username", "billy_35"], ["access_token", "b9e9a62190d61c09b676df19df628cfa"], ["uuid", "5a4c04cd-6d34-46fa-82e5-f72e841688aa"], ["support_identifier", "cs_8182bf0d"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:46:23.268837"], ["updated_at", "2017-12-20 17:46:23.268837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1230986911 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ecd728b-185b-4945-86cf-0474e78f4d86' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_394e622d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1230986911], ["username", "billy_36"], ["access_token", "eff5ad6eecc5994e720b3cec71aeb16a"], ["uuid", "3ecd728b-185b-4945-86cf-0474e78f4d86"], ["support_identifier", "cs_394e622d"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:46:23.273581"], ["updated_at", "2017-12-20 17:46:23.273581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912697972 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3271915f-b424-4857-a77b-6d930fa35872' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f00a8c9a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1912697972], ["username", "billy_37"], ["access_token", "7151ef3b68799f89b7e7b0b1d1039497"], ["uuid", "3271915f-b424-4857-a77b-6d930fa35872"], ["support_identifier", "cs_f00a8c9a"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:46:23.277805"], ["updated_at", "2017-12-20 17:46:23.277805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -394237958 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2e2ca3cb-e3f0-46b1-a3c2-0db38c681994' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d3734d16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -394237958], ["username", "billy_38"], ["access_token", "4565118e54d0720979bbc8ce5815e5e3"], ["uuid", "2e2ca3cb-e3f0-46b1-a3c2-0db38c681994"], ["support_identifier", "cs_d3734d16"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:46:23.281886"], ["updated_at", "2017-12-20 17:46:23.281886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -879616530 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79c70329-cbf5-4c05-a9e9-87e77d482ade' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de9596c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -879616530], ["username", "billy_39"], ["access_token", "07e0a917ec3f4e15a04aa9c9ff76b286"], ["uuid", "79c70329-cbf5-4c05-a9e9-87e77d482ade"], ["support_identifier", "cs_de9596c9"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:46:23.285982"], ["updated_at", "2017-12-20 17:46:23.285982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1903838001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c556fab-e7a1-4589-a649-dcf850d8cb7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10b9f720' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1903838001], ["username", "billy_40"], ["access_token", "0ee4a017c6d28cf82decf534a1bbf49b"], ["uuid", "5c556fab-e7a1-4589-a649-dcf850d8cb7a"], ["support_identifier", "cs_10b9f720"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:46:23.290010"], ["updated_at", "2017-12-20 17:46:23.290010"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -392900306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3bca4d5b-dacd-4296-b542-96a360999a44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a93dd633' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -392900306], ["username", "billy_41"], ["access_token", "4565718417f3dd36190f24df89069f3e"], ["uuid", "3bca4d5b-dacd-4296-b542-96a360999a44"], ["support_identifier", "cs_a93dd633"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:46:23.294294"], ["updated_at", "2017-12-20 17:46:23.294294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -175688364 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab31d65e-3f7f-4e0b-befc-1e6ad42c8411' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd2fdb78' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -175688364], ["username", "billy_42"], ["access_token", "5f06598867e6f9fdd4302f07bd344d20"], ["uuid", "ab31d65e-3f7f-4e0b-befc-1e6ad42c8411"], ["support_identifier", "cs_fd2fdb78"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:46:23.298320"], ["updated_at", "2017-12-20 17:46:23.298320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -155667417 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd0c508a-c74f-472f-aa21-5b83c634786c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ccdbdba1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -155667417], ["username", "billy_43"], ["access_token", "34229dcdd6aa6c9de359a4f00e434459"], ["uuid", "bd0c508a-c74f-472f-aa21-5b83c634786c"], ["support_identifier", "cs_ccdbdba1"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:46:23.302269"], ["updated_at", "2017-12-20 17:46:23.302269"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1601924697 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38b956a4-4688-41fb-adec-77ddbe7f64eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad8d214c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1601924697], ["username", "billy_44"], ["access_token", "49b6dae191e29280d41ee68f4538d61a"], ["uuid", "38b956a4-4688-41fb-adec-77ddbe7f64eb"], ["support_identifier", "cs_ad8d214c"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:46:23.306295"], ["updated_at", "2017-12-20 17:46:23.306295"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -479792725 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '038dbea9-da39-4520-a51b-18328dd129cb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_560a2231' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -479792725], ["username", "billy_45"], ["access_token", "61f3f005db4b85e7f44ebd1ac768c56a"], ["uuid", "038dbea9-da39-4520-a51b-18328dd129cb"], ["support_identifier", "cs_560a2231"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:46:23.310309"], ["updated_at", "2017-12-20 17:46:23.310309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -658264444 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '51d462a8-60c6-4dec-85a5-29b73edb3131' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_60490941' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -658264444], ["username", "billy_46"], ["access_token", "f1e69b60f69052915239ff363cd1737e"], ["uuid", "51d462a8-60c6-4dec-85a5-29b73edb3131"], ["support_identifier", "cs_60490941"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:46:23.314282"], ["updated_at", "2017-12-20 17:46:23.314282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1245716318 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72c129fa-2a37-4c06-b5cf-8b3dd49e97e0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce39f4d8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1245716318], ["username", "billy_47"], ["access_token", "84cc30a232785496e74a14c47fe78107"], ["uuid", "72c129fa-2a37-4c06-b5cf-8b3dd49e97e0"], ["support_identifier", "cs_ce39f4d8"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:46:23.318273"], ["updated_at", "2017-12-20 17:46:23.318273"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507399770 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2166d48-d69f-47d5-8b62-b006ca2c8e9a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_18c08c27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1507399770], ["username", "billy_48"], ["access_token", "a5075955795ed89b441100734c6bba4d"], ["uuid", "d2166d48-d69f-47d5-8b62-b006ca2c8e9a"], ["support_identifier", "cs_18c08c27"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:46:23.322229"], ["updated_at", "2017-12-20 17:46:23.322229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1799458829 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04ac1393-31ad-4b00-bd10-eda1aa4acc03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edd6c7ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1799458829], ["username", "billy_49"], ["access_token", "5f4dd1f3ccdaa762e135646855aa5a8c"], ["uuid", "04ac1393-31ad-4b00-bd10-eda1aa4acc03"], ["support_identifier", "cs_edd6c7ff"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:46:23.326222"], ["updated_at", "2017-12-20 17:46:23.326222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:46:24 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-12-20 11:46:25 -0600 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:46:26 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-20 11:46:27 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:46:28 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-20 11:46:30 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -551332650 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ad96bc53054aae880a7a891ba37d1e6c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b5890ab-0cf1-44d7-9983-453b3bcfb5a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.9ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_586c2f7a' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -551332650], ["username", "ad96bc53054aae880a7a891ba37d1e6c"], ["access_token", "22c90f17f26ca11f2df382630a6920dc"], ["uuid", "4b5890ab-0cf1-44d7-9983-453b3bcfb5a6"], ["support_identifier", "cs_586c2f7a"], ["created_at", "2017-12-20 17:46:30.089603"], ["updated_at", "2017-12-20 17:46:30.089603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:46:31 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-12-20 11:46:32 -0600 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -673045880 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3440c6c607f4f6c192d6a6bd3eac57a2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b974475-8bf4-47ae-996f-67e1dd572534' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d27f041' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -673045880], ["username", "3440c6c607f4f6c192d6a6bd3eac57a2"], ["access_token", "5e14772aa25f3a6caad5200f778ae5bf"], ["uuid", "9b974475-8bf4-47ae-996f-67e1dd572534"], ["support_identifier", "cs_7d27f041"], ["created_at", "2017-12-20 17:46:32.331459"], ["updated_at", "2017-12-20 17:46:32.331459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:46:33 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-20 11:46:34 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1532731014 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '330224cce10449f6fc1710cc31b488e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a0fbd82-cf8b-4ac0-aeff-2c9d3283e321' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0da5572' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1532731014], ["username", "330224cce10449f6fc1710cc31b488e2"], ["access_token", "59a337d68a2eaea941ad0c01e13f0e16"], ["uuid", "8a0fbd82-cf8b-4ac0-aeff-2c9d3283e321"], ["support_identifier", "cs_a0da5572"], ["created_at", "2017-12-20 17:46:34.568780"], ["updated_at", "2017-12-20 17:46:34.568780"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-12-20 11:46:35 -0600 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"330224cce10449f6fc1710cc31b488e2", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"330224cce10449f6fc1710cc31b488e2", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -112144904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ede9412666319c89baa36a3b3b55a7d9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c32884f0-4407-4664-944c-f6fff8714c6f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_482d5dab' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -112144904], ["username", "ede9412666319c89baa36a3b3b55a7d9"], ["access_token", "da9f7df647aeb11ffaffec8283298437"], ["uuid", "c32884f0-4407-4664-944c-f6fff8714c6f"], ["support_identifier", "cs_482d5dab"], ["created_at", "2017-12-20 17:46:35.690934"], ["updated_at", "2017-12-20 17:46:35.690934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:46:36 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-20 11:46:37 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -417365466 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bcb49274750ff27b2cb58fb4e55782f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4fe7613a-06c9-456b-a79d-a820152ffc18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_58dc2143' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -417365466], ["username", "bcb49274750ff27b2cb58fb4e55782f3"], ["access_token", "02779e3bb7d5819ece91f500dcd3cbeb"], ["uuid", "4fe7613a-06c9-456b-a79d-a820152ffc18"], ["support_identifier", "cs_58dc2143"], ["created_at", "2017-12-20 17:46:37.924830"], ["updated_at", "2017-12-20 17:46:37.924830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1571694911 LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1571694911], ["name", "MyGroup"], ["created_at", "2017-12-20 17:46:37.941108"], ["updated_at", "2017-12-20 17:46:37.941108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1209375807 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e6be1e190f22f6450d26ec8da90a591a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '594f7bb3-4578-4dbc-8188-47f040272e21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_13a38870' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1209375807], ["username", "e6be1e190f22f6450d26ec8da90a591a"], ["access_token", "80dc71ca085c76164ad9c23ed98f7579"], ["uuid", "594f7bb3-4578-4dbc-8188-47f040272e21"], ["support_identifier", "cs_13a38870"], ["created_at", "2017-12-20 17:46:37.950449"], ["updated_at", "2017-12-20 17:46:37.950449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1571694911/members/-1209375807" for 127.0.0.1 at 2017-12-20 11:46:39 -0600 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1571694911", "user_id"=>"-1209375807", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -158691102 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f57e10adb8c98a3ffb5877d021dd3e81' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '87af15f4-8dc6-443f-81d5-e352c6b43fc3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd2748c6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -158691102], ["username", "f57e10adb8c98a3ffb5877d021dd3e81"], ["access_token", "6cd9947c50b5373b20130c2a43aa46b1"], ["uuid", "87af15f4-8dc6-443f-81d5-e352c6b43fc3"], ["support_identifier", "cs_fd2748c6"], ["created_at", "2017-12-20 17:46:39.075943"], ["updated_at", "2017-12-20 17:46:39.075943"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -458381875 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -458381875], ["name", "MyGroup"], ["created_at", "2017-12-20 17:46:39.079741"], ["updated_at", "2017-12-20 17:46:39.079741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -373329564 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fc7a44291ee95c682b4ab9b0f8089ff3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9faa26f7-260a-4822-be2e-dddc2f344e08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_522d148c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -373329564], ["username", "fc7a44291ee95c682b4ab9b0f8089ff3"], ["access_token", "d7203cbdebb854d6b930cf936a1c19b8"], ["uuid", "9faa26f7-260a-4822-be2e-dddc2f344e08"], ["support_identifier", "cs_522d148c"], ["created_at", "2017-12-20 17:46:39.083939"], ["updated_at", "2017-12-20 17:46:39.083939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 329 AND "openstax_accounts_group_members"."group_id" = -458381875) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -458381875], ["user_id", -373329564], ["created_at", "2017-12-20 17:46:39.087590"], ["updated_at", "2017-12-20 17:46:39.087590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-458381875/members/-373329564" for 127.0.0.1 at 2017-12-20 11:46:40 -0600 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-458381875", "user_id"=>"-373329564", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649943672 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ef6b85137ca0d0e3af4f8f4c5b8ed33f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a94660f-16b2-43b2-871a-c447253b7136' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e0bc9e3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -649943672], ["username", "ef6b85137ca0d0e3af4f8f4c5b8ed33f"], ["access_token", "d9840ae4918b73c30e47cc3bb8e07908"], ["uuid", "0a94660f-16b2-43b2-871a-c447253b7136"], ["support_identifier", "cs_8e0bc9e3"], ["created_at", "2017-12-20 17:46:40.209689"], ["updated_at", "2017-12-20 17:46:40.209689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -94054218 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -94054218], ["name", "MyGroup"], ["created_at", "2017-12-20 17:46:40.220553"], ["updated_at", "2017-12-20 17:46:40.220553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1199605180 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a91b0f02ea991c7f65899138e6b52686' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6afe6c5-605c-4d6c-b650-91f067c69127' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_578283c9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1199605180], ["username", "a91b0f02ea991c7f65899138e6b52686"], ["access_token", "df3a411e9b04dd4512165f0169eea9dd"], ["uuid", "b6afe6c5-605c-4d6c-b650-91f067c69127"], ["support_identifier", "cs_578283c9"], ["created_at", "2017-12-20 17:46:40.226068"], ["updated_at", "2017-12-20 17:46:40.226068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 331 AND "openstax_accounts_group_owners"."group_id" = -94054218) LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -94054218], ["user_id", -1199605180], ["created_at", "2017-12-20 17:46:40.230341"], ["updated_at", "2017-12-20 17:46:40.230341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-94054218/owners/-1199605180" for 127.0.0.1 at 2017-12-20 11:46:41 -0600 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-94054218", "user_id"=>"-1199605180", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -837781314 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3b5b1cca350904c2d621fe87884ffb76' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec953497-0578-487e-bb5b-3a2b778bc3cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea36b2e0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -837781314], ["username", "3b5b1cca350904c2d621fe87884ffb76"], ["access_token", "29b95844af5bbc82539c5224fc535e26"], ["uuid", "ec953497-0578-487e-bb5b-3a2b778bc3cd"], ["support_identifier", "cs_ea36b2e0"], ["created_at", "2017-12-20 17:46:41.354071"], ["updated_at", "2017-12-20 17:46:41.354071"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1165327307 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1165327307], ["name", "MyGroup"], ["created_at", "2017-12-20 17:46:41.356910"], ["updated_at", "2017-12-20 17:46:41.356910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -927267386 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '873e17a59954e00147d881b86590fa06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ccd4de02-acd1-46e4-ba49-4463de72c4bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_da563557' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -927267386], ["username", "873e17a59954e00147d881b86590fa06"], ["access_token", "0422a3d25788cab7617985e14a6c5d7d"], ["uuid", "ccd4de02-acd1-46e4-ba49-4463de72c4bf"], ["support_identifier", "cs_da563557"], ["created_at", "2017-12-20 17:46:41.360986"], ["updated_at", "2017-12-20 17:46:41.360986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1165327307/owners/-927267386" for 127.0.0.1 at 2017-12-20 11:46:42 -0600 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1165327307", "user_id"=>"-927267386", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:46:43 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-20 11:46:44 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:46:45 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2017-12-20 11:46:46 -0600 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:46:48 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-20 11:46:49 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:46:50 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2017-12-20 11:46:51 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -297610368 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9f9d995f5082c7c382fce23f7e5c0aee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4247653-0f10-4ea9-9126-776c4806d80b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_567d5752' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -297610368], ["username", "9f9d995f5082c7c382fce23f7e5c0aee"], ["access_token", "5ea7cbdd56a48a4b29321e229207caa3"], ["uuid", "f4247653-0f10-4ea9-9126-776c4806d80b"], ["support_identifier", "cs_567d5752"], ["created_at", "2017-12-20 17:46:51.426848"], ["updated_at", "2017-12-20 17:46:51.426848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1459758498 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1459758498], ["name", "MyGroup"], ["created_at", "2017-12-20 17:46:51.437844"], ["updated_at", "2017-12-20 17:46:51.437844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2013092206 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2013092206], ["name", "MyGroup"], ["created_at", "2017-12-20 17:46:51.441457"], ["updated_at", "2017-12-20 17:46:51.441457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1459758498/nestings/-2013092206" for 127.0.0.1 at 2017-12-20 11:46:52 -0600 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1459758498", "member_group_id"=>"-2013092206", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -137346267 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e1b2d335beb314c2cb4e143faa8f8fed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a806394b-6bb7-43c6-a535-c259454662fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f515e447' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -137346267], ["username", "e1b2d335beb314c2cb4e143faa8f8fed"], ["access_token", "988a38ed0978c0866b5dac1b1787b641"], ["uuid", "a806394b-6bb7-43c6-a535-c259454662fd"], ["support_identifier", "cs_f515e447"], ["created_at", "2017-12-20 17:46:52.566434"], ["updated_at", "2017-12-20 17:46:52.566434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -85408815 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -85408815], ["name", "MyGroup"], ["created_at", "2017-12-20 17:46:52.569313"], ["updated_at", "2017-12-20 17:46:52.569313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -450213085 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -450213085], ["name", "MyGroup"], ["created_at", "2017-12-20 17:46:52.571537"], ["updated_at", "2017-12-20 17:46:52.571537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 8 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 8]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -450213085 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -450213085 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 8]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 7]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -85408815 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -85408815 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 7]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -450213085 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -85408815 SQL (0.5ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -85408815], ["member_group_id", -450213085], ["created_at", "2017-12-20 17:46:52.574978"], ["updated_at", "2017-12-20 17:46:52.574978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-85408815/nestings/-450213085" for 127.0.0.1 at 2017-12-20 11:46:53 -0600 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-85408815", "member_group_id"=>"-450213085", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -449192368 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'b5e583ffb7f7ec66bc3ab3f14f88c0ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4197fe6c-b396-40c4-97b1-562407f24ae4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d231fa74' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -449192368], ["username", "b5e583ffb7f7ec66bc3ab3f14f88c0ab"], ["access_token", "e50f283e4df066cdfc6f636f109f857d"], ["uuid", "4197fe6c-b396-40c4-97b1-562407f24ae4"], ["support_identifier", "cs_d231fa74"], ["created_at", "2017-12-20 17:46:53.708671"], ["updated_at", "2017-12-20 17:46:53.708671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1911935507 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1911935507], ["name", "MyGroup"], ["created_at", "2017-12-20 17:46:53.715972"], ["updated_at", "2017-12-20 17:46:53.715972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1911935507 AND "openstax_accounts_groups"."id" != 9) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-1911935507" for 127.0.0.1 at 2017-12-20 11:46:54 -0600 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-1911935507", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2032310742 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '916be381a0c0b41cd675a01ca165999c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '447c5f20-1060-451a-b2e8-87db05254384' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f59717b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2032310742], ["username", "916be381a0c0b41cd675a01ca165999c"], ["access_token", "4997382bc79a01099a968ab9ee731de3"], ["uuid", "447c5f20-1060-451a-b2e8-87db05254384"], ["support_identifier", "cs_f59717b2"], ["created_at", "2017-12-20 17:46:54.840996"], ["updated_at", "2017-12-20 17:46:54.840996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -454459408 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -454459408], ["name", "MyGroup"], ["created_at", "2017-12-20 17:46:54.843705"], ["updated_at", "2017-12-20 17:46:54.843705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-12-20 11:46:55 -0600 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1661097716 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6960ad1e6a1936f2da87dd725652d5e5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53d500fe-e38b-44ad-8228-51138c396658' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_72901d8d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1661097716], ["username", "6960ad1e6a1936f2da87dd725652d5e5"], ["access_token", "b025cf1b49fef859c8b741524fd4f6fc"], ["uuid", "53d500fe-e38b-44ad-8228-51138c396658"], ["support_identifier", "cs_72901d8d"], ["created_at", "2017-12-20 17:46:55.965710"], ["updated_at", "2017-12-20 17:46:55.965710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -800404960 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -800404960], ["name", "MyGroup"], ["created_at", "2017-12-20 17:46:55.968462"], ["updated_at", "2017-12-20 17:46:55.968462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -800404960 AND "openstax_accounts_groups"."id" != 11) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-800404960" for 127.0.0.1 at 2017-12-20 11:46:57 -0600 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-800404960", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -522266933 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fafe5108-8e80-4c79-a204-7f1f02976643' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_469871da' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -522266933], ["username", "jstrav"], ["access_token", "dba708eed6ada3bcaf6edda3e951c5f5"], ["uuid", "fafe5108-8e80-4c79-a204-7f1f02976643"], ["support_identifier", "cs_469871da"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:57.091427"], ["updated_at", "2017-12-20 17:46:57.091427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -513219569 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '929e738c-517c-4a63-82eb-6e741e68f6c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a85d33ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -513219569], ["username", "mary"], ["access_token", "3f03f95412754132468a0c5eba75b7f3"], ["uuid", "929e738c-517c-4a63-82eb-6e741e68f6c4"], ["support_identifier", "cs_a85d33ab"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:57.096317"], ["updated_at", "2017-12-20 17:46:57.096317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -187061156 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e974da48-5dfa-4d00-80f9-e5c7fc93ce5c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d647350' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -187061156], ["username", "jstead"], ["access_token", "ffc6c7ad8ce0b27c797ea099b6d6bbb0"], ["uuid", "e974da48-5dfa-4d00-80f9-e5c7fc93ce5c"], ["support_identifier", "cs_9d647350"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:57.100295"], ["updated_at", "2017-12-20 17:46:57.100295"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -717082320 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '80f2a880-17f5-4f69-9163-4be9baf66b70' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_75f3b9a2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -717082320], ["username", "bigbear"], ["access_token", "c36a0e2a215666ef2091a3945f6c74e0"], ["uuid", "80f2a880-17f5-4f69-9163-4be9baf66b70"], ["support_identifier", "cs_75f3b9a2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:57.105520"], ["updated_at", "2017-12-20 17:46:57.105520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -715630651 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c4a332b-90aa-4e32-b4b8-c87487a9f97b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c5ab8df' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -715630651], ["username", "billy_00"], ["access_token", "9de7c319ff6c1c63df0b84b5379fae28"], ["uuid", "4c4a332b-90aa-4e32-b4b8-c87487a9f97b"], ["support_identifier", "cs_1c5ab8df"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 17:46:57.110073"], ["updated_at", "2017-12-20 17:46:57.110073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1304795207 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa06a9ba-bc86-4425-8dbd-2c7d25f9e7f6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad80ab0e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1304795207], ["username", "billy_01"], ["access_token", "c4a52b03d0a8c74fc0c086d347c910a1"], ["uuid", "aa06a9ba-bc86-4425-8dbd-2c7d25f9e7f6"], ["support_identifier", "cs_ad80ab0e"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 17:46:57.115563"], ["updated_at", "2017-12-20 17:46:57.115563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1439051768 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dbc38835-2c5c-40e4-8031-0b7c1cf42e50' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fc153ee2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1439051768], ["username", "billy_02"], ["access_token", "c8aa73c89ab9a068f58af20f254902a8"], ["uuid", "dbc38835-2c5c-40e4-8031-0b7c1cf42e50"], ["support_identifier", "cs_fc153ee2"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 17:46:57.120117"], ["updated_at", "2017-12-20 17:46:57.120117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1369039032 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca693909-d6ec-4d27-9705-93177e941889' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f22b3a7a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1369039032], ["username", "billy_03"], ["access_token", "e40f3f5a49420a541a1596622cfa8635"], ["uuid", "ca693909-d6ec-4d27-9705-93177e941889"], ["support_identifier", "cs_f22b3a7a"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 17:46:57.124560"], ["updated_at", "2017-12-20 17:46:57.124560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -484691016 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a4b237a-a0d4-48fe-a4fa-a6101d324250' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_69727c2a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -484691016], ["username", "billy_04"], ["access_token", "9e706328282411f10a5d0a66e05f6d48"], ["uuid", "0a4b237a-a0d4-48fe-a4fa-a6101d324250"], ["support_identifier", "cs_69727c2a"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:46:57.128652"], ["updated_at", "2017-12-20 17:46:57.128652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700245635 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71f3d610-e099-4a12-9633-4033caba5863' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4dc9d331' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -700245635], ["username", "billy_05"], ["access_token", "0e2010daa7904c3026e072d75b685487"], ["uuid", "71f3d610-e099-4a12-9633-4033caba5863"], ["support_identifier", "cs_4dc9d331"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:46:57.132663"], ["updated_at", "2017-12-20 17:46:57.132663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1377378509 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '771a7edb-0d62-4653-b169-e60ad75916ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c52ac413' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1377378509], ["username", "billy_06"], ["access_token", "999e386bc65c9f7d12db210d884c9f3e"], ["uuid", "771a7edb-0d62-4653-b169-e60ad75916ed"], ["support_identifier", "cs_c52ac413"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:46:57.137186"], ["updated_at", "2017-12-20 17:46:57.137186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -609002332 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5b89afc-f483-4aa7-a3f7-b67e03aa9eb4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2f406588' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -609002332], ["username", "billy_07"], ["access_token", "05c3c27706bb2a2d1bf3439409adc7e7"], ["uuid", "d5b89afc-f483-4aa7-a3f7-b67e03aa9eb4"], ["support_identifier", "cs_2f406588"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:46:57.141945"], ["updated_at", "2017-12-20 17:46:57.141945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -644366517 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be877f97-c3ff-4afa-8bd7-62dbab48f25d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b63d446' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -644366517], ["username", "billy_08"], ["access_token", "7af199c032a9844b9b16bfbaf3b6fdd9"], ["uuid", "be877f97-c3ff-4afa-8bd7-62dbab48f25d"], ["support_identifier", "cs_2b63d446"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:46:57.145895"], ["updated_at", "2017-12-20 17:46:57.145895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -335136389 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c959296-627b-442e-887d-292a6ee6b608' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_55cb5e12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -335136389], ["username", "billy_09"], ["access_token", "4f2612ff5c1361c4f964998b73a8c0db"], ["uuid", "2c959296-627b-442e-887d-292a6ee6b608"], ["support_identifier", "cs_55cb5e12"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:46:57.149845"], ["updated_at", "2017-12-20 17:46:57.149845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2098988391 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a83dac2d-ee0f-4370-93da-c93032ccd554' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c0fedc67' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2098988391], ["username", "billy_10"], ["access_token", "aae5522a2b5092a9305ab03e4d7d0804"], ["uuid", "a83dac2d-ee0f-4370-93da-c93032ccd554"], ["support_identifier", "cs_c0fedc67"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:46:57.154177"], ["updated_at", "2017-12-20 17:46:57.154177"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1008982927 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6144b1f2-db53-43ef-98a2-03b9ab02246f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7034dfb3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1008982927], ["username", "billy_11"], ["access_token", "789e3966468567802d729e032feb93b1"], ["uuid", "6144b1f2-db53-43ef-98a2-03b9ab02246f"], ["support_identifier", "cs_7034dfb3"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:46:57.158252"], ["updated_at", "2017-12-20 17:46:57.158252"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -644645417 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4fe675f6-0607-4da8-94db-a5da1b32c8f7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d822daf3' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -644645417], ["username", "billy_12"], ["access_token", "a4e9d3b3e20531ff977cdadf4895da59"], ["uuid", "4fe675f6-0607-4da8-94db-a5da1b32c8f7"], ["support_identifier", "cs_d822daf3"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:46:57.162234"], ["updated_at", "2017-12-20 17:46:57.162234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -620698291 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5fe3229e-6b79-49bb-8c67-95b1a018fee9' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1bd7d35' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -620698291], ["username", "billy_13"], ["access_token", "24186e6c86473dc13b1a75f75d6c9809"], ["uuid", "5fe3229e-6b79-49bb-8c67-95b1a018fee9"], ["support_identifier", "cs_d1bd7d35"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:46:57.168395"], ["updated_at", "2017-12-20 17:46:57.168395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -609407957 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5fca4fab-4662-4d05-991c-5f0c5dca1ac5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8569954c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -609407957], ["username", "billy_14"], ["access_token", "83904dbbc518f37cee50be4a3e34bb6f"], ["uuid", "5fca4fab-4662-4d05-991c-5f0c5dca1ac5"], ["support_identifier", "cs_8569954c"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:46:57.173573"], ["updated_at", "2017-12-20 17:46:57.173573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1166570712 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5029256f-4f81-464b-98c2-a35fb06b6591' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0250ec85' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1166570712], ["username", "billy_15"], ["access_token", "77afd62ba6eca9e0a09ad663dc35e41f"], ["uuid", "5029256f-4f81-464b-98c2-a35fb06b6591"], ["support_identifier", "cs_0250ec85"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:46:57.177894"], ["updated_at", "2017-12-20 17:46:57.177894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141282423 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9541ab49-c0da-498a-8aa5-b971d48f9617' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd212af7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2141282423], ["username", "billy_16"], ["access_token", "84ca3997a60fd655befac66edb191257"], ["uuid", "9541ab49-c0da-498a-8aa5-b971d48f9617"], ["support_identifier", "cs_dd212af7"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:46:57.181871"], ["updated_at", "2017-12-20 17:46:57.181871"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -675546212 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7553785-41e2-4ebc-825f-2d589fea2cab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1e81669c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -675546212], ["username", "billy_17"], ["access_token", "086a5976fbeb854662860e30d07dcff5"], ["uuid", "f7553785-41e2-4ebc-825f-2d589fea2cab"], ["support_identifier", "cs_1e81669c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:46:57.185890"], ["updated_at", "2017-12-20 17:46:57.185890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -259695505 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9815bc00-af0d-42be-b913-7f27e2f5eac7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bae2990f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -259695505], ["username", "billy_18"], ["access_token", "0b90bf91dd2b9298ac71cf425e2f5f87"], ["uuid", "9815bc00-af0d-42be-b913-7f27e2f5eac7"], ["support_identifier", "cs_bae2990f"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:46:57.189914"], ["updated_at", "2017-12-20 17:46:57.189914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1685725953 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9fd78618-97c2-426d-8be9-d492651ad3f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ad0ad3d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1685725953], ["username", "billy_19"], ["access_token", "b981248b1f1fb29fda025f0bf4e80e34"], ["uuid", "9fd78618-97c2-426d-8be9-d492651ad3f3"], ["support_identifier", "cs_7ad0ad3d"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:46:57.193920"], ["updated_at", "2017-12-20 17:46:57.193920"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1509450441 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b70bffa-d8d1-4c92-8aa7-347a60459d86' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de28d807' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1509450441], ["username", "billy_20"], ["access_token", "0a6f66a1c98f030df5d4a9464ce1257f"], ["uuid", "3b70bffa-d8d1-4c92-8aa7-347a60459d86"], ["support_identifier", "cs_de28d807"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:46:57.197887"], ["updated_at", "2017-12-20 17:46:57.197887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1583721309 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae6741f6-fbac-464a-888d-37c95632e9ce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1f60947' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1583721309], ["username", "billy_21"], ["access_token", "5a9aa941dda9ef61a66b5aee1e9a4b80"], ["uuid", "ae6741f6-fbac-464a-888d-37c95632e9ce"], ["support_identifier", "cs_d1f60947"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:46:57.201846"], ["updated_at", "2017-12-20 17:46:57.201846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1382335064 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2568cdf0-a9af-437f-b435-076ba975ba1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_083f3e8c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1382335064], ["username", "billy_22"], ["access_token", "86f81baa964d5895303bf693bc5319d6"], ["uuid", "2568cdf0-a9af-437f-b435-076ba975ba1a"], ["support_identifier", "cs_083f3e8c"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:46:57.205858"], ["updated_at", "2017-12-20 17:46:57.205858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -359856316 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68b951fc-2fbd-4ea9-af91-c7ccfcad97ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_31b63513' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -359856316], ["username", "billy_23"], ["access_token", "d4ce46cdf48a56c4bcca713239a7f5ec"], ["uuid", "68b951fc-2fbd-4ea9-af91-c7ccfcad97ad"], ["support_identifier", "cs_31b63513"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:46:57.209798"], ["updated_at", "2017-12-20 17:46:57.209798"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -746703263 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd61bb261-5803-4783-b51d-2fe6b329e053' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f623d4b1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -746703263], ["username", "billy_24"], ["access_token", "bbfbdfd430eafbb4514231ef0dd6bb38"], ["uuid", "d61bb261-5803-4783-b51d-2fe6b329e053"], ["support_identifier", "cs_f623d4b1"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:46:57.220910"], ["updated_at", "2017-12-20 17:46:57.220910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -4685497 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '634fcc24-64b0-4bcf-80c8-caa0a7d40467' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_02b3a299' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -4685497], ["username", "billy_25"], ["access_token", "0e19eeb89b094c5c3034ce5587cb753a"], ["uuid", "634fcc24-64b0-4bcf-80c8-caa0a7d40467"], ["support_identifier", "cs_02b3a299"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:46:57.225275"], ["updated_at", "2017-12-20 17:46:57.225275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1509167167 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '977dd43c-8d95-4176-8de0-347f1f6d30da' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_264471ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1509167167], ["username", "billy_26"], ["access_token", "6d215af0a5d46999dc579f231a9a6061"], ["uuid", "977dd43c-8d95-4176-8de0-347f1f6d30da"], ["support_identifier", "cs_264471ad"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:46:57.229559"], ["updated_at", "2017-12-20 17:46:57.229559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1463751985 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7230806-eac8-40a4-9f59-1e1ae0d0b74c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c17c061d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1463751985], ["username", "billy_27"], ["access_token", "860e853c1968f586e36c8334d3545a55"], ["uuid", "c7230806-eac8-40a4-9f59-1e1ae0d0b74c"], ["support_identifier", "cs_c17c061d"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:46:57.233856"], ["updated_at", "2017-12-20 17:46:57.233856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -197188653 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee88c696-a879-4dd5-9b5a-bf0af66e2bdd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fef835e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -197188653], ["username", "billy_28"], ["access_token", "00d82ac0451bae442675dfccb3f8081f"], ["uuid", "ee88c696-a879-4dd5-9b5a-bf0af66e2bdd"], ["support_identifier", "cs_fef835e4"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:46:57.238043"], ["updated_at", "2017-12-20 17:46:57.238043"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -704521834 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dbc1afb0-cbd5-4c77-9333-b6b92fb83807' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d61c6451' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -704521834], ["username", "billy_29"], ["access_token", "570e91eecf3643935edfaa0487c7fdc7"], ["uuid", "dbc1afb0-cbd5-4c77-9333-b6b92fb83807"], ["support_identifier", "cs_d61c6451"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:46:57.242472"], ["updated_at", "2017-12-20 17:46:57.242472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1603175009 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '26efcc13-310d-494f-9c99-2f7dcaf9e03a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b2b8a67' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1603175009], ["username", "billy_30"], ["access_token", "6bdb4f25a599788978734f3058d336d5"], ["uuid", "26efcc13-310d-494f-9c99-2f7dcaf9e03a"], ["support_identifier", "cs_0b2b8a67"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:46:57.246787"], ["updated_at", "2017-12-20 17:46:57.246787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1710798821 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '054be865-b96c-46fa-a0d7-d2cff09d1049' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5217fb23' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1710798821], ["username", "billy_31"], ["access_token", "7a78104ae0cbf26c24bf331c4ded7106"], ["uuid", "054be865-b96c-46fa-a0d7-d2cff09d1049"], ["support_identifier", "cs_5217fb23"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:46:57.251264"], ["updated_at", "2017-12-20 17:46:57.251264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1654036394 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9a8151b0-1d54-42ef-bdf6-a2501daf58af' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b48ad389' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1654036394], ["username", "billy_32"], ["access_token", "6cfb8ea84b8b9342bc3d79fbc7718799"], ["uuid", "9a8151b0-1d54-42ef-bdf6-a2501daf58af"], ["support_identifier", "cs_b48ad389"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:46:57.258146"], ["updated_at", "2017-12-20 17:46:57.258146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -928749748 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41cb1853-fa58-4687-b2b0-9b76fca2ba83' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f33d1c63' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -928749748], ["username", "billy_33"], ["access_token", "9c20754e06471ca5f7054b869662f78e"], ["uuid", "41cb1853-fa58-4687-b2b0-9b76fca2ba83"], ["support_identifier", "cs_f33d1c63"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:46:57.263293"], ["updated_at", "2017-12-20 17:46:57.263293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -330744013 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3a2aa60-2bbf-498d-a34c-5f02ac7ea539' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dc62b888' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -330744013], ["username", "billy_34"], ["access_token", "d9fd59e92edb20fcd693b82e53c373cb"], ["uuid", "d3a2aa60-2bbf-498d-a34c-5f02ac7ea539"], ["support_identifier", "cs_dc62b888"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:46:57.267710"], ["updated_at", "2017-12-20 17:46:57.267710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1058170525 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '083e51ae-0593-4d0a-9c89-fe43705740ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c786789' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1058170525], ["username", "billy_35"], ["access_token", "10419a49b8c543bdcaa5683e741cc08c"], ["uuid", "083e51ae-0593-4d0a-9c89-fe43705740ab"], ["support_identifier", "cs_5c786789"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:46:57.271968"], ["updated_at", "2017-12-20 17:46:57.271968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -162302524 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2dd222a-3ccf-4e90-b36c-029e773dffc8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_668205c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -162302524], ["username", "billy_36"], ["access_token", "295ab8ace380a8173e892d03f78c8410"], ["uuid", "f2dd222a-3ccf-4e90-b36c-029e773dffc8"], ["support_identifier", "cs_668205c5"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:46:57.276275"], ["updated_at", "2017-12-20 17:46:57.276275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -87602581 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b20e70aa-51f3-4764-88af-d17be91d3a03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e4b6430f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -87602581], ["username", "billy_37"], ["access_token", "12c0fd0855b784031b00009961fe0ba9"], ["uuid", "b20e70aa-51f3-4764-88af-d17be91d3a03"], ["support_identifier", "cs_e4b6430f"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:46:57.280505"], ["updated_at", "2017-12-20 17:46:57.280505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2052782956 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5d23d3c-a285-4c75-a898-f8eca61de84d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_588ee0ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2052782956], ["username", "billy_38"], ["access_token", "182591449875181b1ade2fdacc696a25"], ["uuid", "e5d23d3c-a285-4c75-a898-f8eca61de84d"], ["support_identifier", "cs_588ee0ca"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:46:57.284937"], ["updated_at", "2017-12-20 17:46:57.284937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1305593362 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e31e9200-6129-407a-99cc-a4003a70571e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_508ea91a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1305593362], ["username", "billy_39"], ["access_token", "4530bab55d0bed2a6d03f296c5d7c785"], ["uuid", "e31e9200-6129-407a-99cc-a4003a70571e"], ["support_identifier", "cs_508ea91a"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:46:57.289284"], ["updated_at", "2017-12-20 17:46:57.289284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539239207 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dec91255-0b7b-4b96-aed4-2b2a0b283ed9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_70e7ee3d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -539239207], ["username", "billy_40"], ["access_token", "96d71f939150fc12c8fabacd7ebf2ab8"], ["uuid", "dec91255-0b7b-4b96-aed4-2b2a0b283ed9"], ["support_identifier", "cs_70e7ee3d"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:46:57.293534"], ["updated_at", "2017-12-20 17:46:57.293534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725800841 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd690fb8d-eae5-4877-b6ab-6a4f9107731c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0ee69086' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -725800841], ["username", "billy_41"], ["access_token", "14ea9346dcdd2355ede4479724b34d45"], ["uuid", "d690fb8d-eae5-4877-b6ab-6a4f9107731c"], ["support_identifier", "cs_0ee69086"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:46:57.297849"], ["updated_at", "2017-12-20 17:46:57.297849"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1741494966 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbaf8495-cfed-493a-b59c-dea482aff816' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bac73c87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1741494966], ["username", "billy_42"], ["access_token", "014dcb6450a1a493b581247b60c62402"], ["uuid", "fbaf8495-cfed-493a-b59c-dea482aff816"], ["support_identifier", "cs_bac73c87"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:46:57.302128"], ["updated_at", "2017-12-20 17:46:57.302128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1957289424 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7cc8980e-bbc2-41be-b7a1-06e20ccb39ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_27f142e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1957289424], ["username", "billy_43"], ["access_token", "cceab2fd21e6ac1b6f2566cd2ea85096"], ["uuid", "7cc8980e-bbc2-41be-b7a1-06e20ccb39ad"], ["support_identifier", "cs_27f142e8"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:46:57.306325"], ["updated_at", "2017-12-20 17:46:57.306325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -701635531 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b678ab36-4f53-48e6-9d64-c18e7feafef0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f58ed56a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -701635531], ["username", "billy_44"], ["access_token", "3c329d3347ab97af4652e74906928680"], ["uuid", "b678ab36-4f53-48e6-9d64-c18e7feafef0"], ["support_identifier", "cs_f58ed56a"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:46:57.310580"], ["updated_at", "2017-12-20 17:46:57.310580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591310649 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aecca14d-1a13-4f61-97c7-ed4df54fe6dd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5bb69431' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -591310649], ["username", "billy_45"], ["access_token", "10592dc3a57dab6afeccb4871ffeb29b"], ["uuid", "aecca14d-1a13-4f61-97c7-ed4df54fe6dd"], ["support_identifier", "cs_5bb69431"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:46:57.314783"], ["updated_at", "2017-12-20 17:46:57.314783"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -323259477 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '992e8866-e80c-415e-88ff-20cf654be098' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_646a589e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -323259477], ["username", "billy_46"], ["access_token", "c9df34d7def0dcd12715d333af668b49"], ["uuid", "992e8866-e80c-415e-88ff-20cf654be098"], ["support_identifier", "cs_646a589e"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:46:57.319054"], ["updated_at", "2017-12-20 17:46:57.319054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -135891674 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '014c3366-c2a6-4747-b4b1-c121217717b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c2f8b47' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -135891674], ["username", "billy_47"], ["access_token", "4e57514079b91481538ce9a517d37f4f"], ["uuid", "014c3366-c2a6-4747-b4b1-c121217717b0"], ["support_identifier", "cs_3c2f8b47"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:46:57.323402"], ["updated_at", "2017-12-20 17:46:57.323402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1291054660 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ebed5d9-204a-45e0-a8f9-dd781941ac7d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c0bcbcd2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1291054660], ["username", "billy_48"], ["access_token", "fb48358328c7a1f2aed3e924133a515c"], ["uuid", "5ebed5d9-204a-45e0-a8f9-dd781941ac7d"], ["support_identifier", "cs_c0bcbcd2"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:46:57.327738"], ["updated_at", "2017-12-20 17:46:57.327738"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -477784181 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a86a74c1-20f6-4399-84da-6d1e0ce68221' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e7c1b72e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -477784181], ["username", "billy_49"], ["access_token", "7a9b78a5744d0bbd55b5a58c018197ac"], ["uuid", "a86a74c1-20f6-4399-84da-6d1e0ce68221"], ["support_identifier", "cs_e7c1b72e"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:46:57.331888"], ["updated_at", "2017-12-20 17:46:57.331888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -919632083 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63141dcd-58b7-490a-846d-fed3e58a70a8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8605000c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -919632083], ["username", "jstrav"], ["access_token", "3076576bcc63c0e1fd7f85656880e39c"], ["uuid", "63141dcd-58b7-490a-846d-fed3e58a70a8"], ["support_identifier", "cs_8605000c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:57.338041"], ["updated_at", "2017-12-20 17:46:57.338041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1272321402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c41e142-56ea-4a11-8da3-e771f8a588e7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a5a7a08f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1272321402], ["username", "mary"], ["access_token", "d1cd32640ed419c38ff389406463a475"], ["uuid", "3c41e142-56ea-4a11-8da3-e771f8a588e7"], ["support_identifier", "cs_a5a7a08f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:57.342679"], ["updated_at", "2017-12-20 17:46:57.342679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -451898653 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '807c173a-c899-4bd8-a38a-fb5e476338a9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_705a19c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -451898653], ["username", "jstead"], ["access_token", "9cb7e630be54295c20cef1acbe12a8c8"], ["uuid", "807c173a-c899-4bd8-a38a-fb5e476338a9"], ["support_identifier", "cs_705a19c0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:57.347124"], ["updated_at", "2017-12-20 17:46:57.347124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1887679367 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8b87cd9-36ae-4ba9-bc32-4c76857887f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c4947e68' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1887679367], ["username", "bigbear"], ["access_token", "eb8ec72222243354cdbae2e285fe4f65"], ["uuid", "b8b87cd9-36ae-4ba9-bc32-4c76857887f5"], ["support_identifier", "cs_c4947e68"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:57.351539"], ["updated_at", "2017-12-20 17:46:57.351539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -436017295 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c85e0a22-49f5-46bd-a13f-d9d57ac56a68' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8ce0776d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -436017295], ["username", "billy_00"], ["access_token", "54be7cbd9d13017313f22d6ef870f0d7"], ["uuid", "c85e0a22-49f5-46bd-a13f-d9d57ac56a68"], ["support_identifier", "cs_8ce0776d"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 17:46:57.356360"], ["updated_at", "2017-12-20 17:46:57.356360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -564858447 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8928b23b-3533-433d-a162-a390efbc4ae3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d103fc13' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -564858447], ["username", "billy_01"], ["access_token", "3373b2e09bcc67aa889cbdd39e86c3aa"], ["uuid", "8928b23b-3533-433d-a162-a390efbc4ae3"], ["support_identifier", "cs_d103fc13"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 17:46:57.360948"], ["updated_at", "2017-12-20 17:46:57.360948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1810615590 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19049c9e-d756-4b18-bc4e-b60f74a8ae06' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c041b6e' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1810615590], ["username", "billy_02"], ["access_token", "02248d357506f19c91e65e18d733ae51"], ["uuid", "19049c9e-d756-4b18-bc4e-b60f74a8ae06"], ["support_identifier", "cs_3c041b6e"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 17:46:57.367536"], ["updated_at", "2017-12-20 17:46:57.367536"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1251002632 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd60bd938-c2d5-423a-b505-3049e3ef0b78' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_35b24584' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1251002632], ["username", "billy_03"], ["access_token", "9dfd067cfbfd446e022fabea987ea6f7"], ["uuid", "d60bd938-c2d5-423a-b505-3049e3ef0b78"], ["support_identifier", "cs_35b24584"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 17:46:57.373760"], ["updated_at", "2017-12-20 17:46:57.373760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -103284220 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ed89aa7-b519-432c-a80a-6d4238d7f073' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_676fa7c3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -103284220], ["username", "billy_04"], ["access_token", "31c4d9ae9c475a232ce99c570ee5634e"], ["uuid", "2ed89aa7-b519-432c-a80a-6d4238d7f073"], ["support_identifier", "cs_676fa7c3"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:46:57.378411"], ["updated_at", "2017-12-20 17:46:57.378411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361633322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9d0779f-0deb-463e-9bce-b157b7fa5ef4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5b583534' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -361633322], ["username", "billy_05"], ["access_token", "293b1087cff0051cc23c4eda034df228"], ["uuid", "f9d0779f-0deb-463e-9bce-b157b7fa5ef4"], ["support_identifier", "cs_5b583534"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:46:57.382558"], ["updated_at", "2017-12-20 17:46:57.382558"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897379709 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed86485c-6c6c-4326-a41f-76762d64515a' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f9a0a68e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -897379709], ["username", "billy_06"], ["access_token", "61669466c9f60c23826751d6168425d4"], ["uuid", "ed86485c-6c6c-4326-a41f-76762d64515a"], ["support_identifier", "cs_f9a0a68e"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:46:57.387976"], ["updated_at", "2017-12-20 17:46:57.387976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1960714985 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6fec0b9b-9e43-4ab8-826c-f7225baa72be' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eea34191' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1960714985], ["username", "billy_07"], ["access_token", "9b036d08629a85eddfda1a415f8b3db7"], ["uuid", "6fec0b9b-9e43-4ab8-826c-f7225baa72be"], ["support_identifier", "cs_eea34191"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:46:57.393894"], ["updated_at", "2017-12-20 17:46:57.393894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1192326197 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bce560fb-5d58-4267-b787-75af9512536a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fe22ca72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1192326197], ["username", "billy_08"], ["access_token", "e1bb75887a6f3cbb0b8deb63f32e1464"], ["uuid", "bce560fb-5d58-4267-b787-75af9512536a"], ["support_identifier", "cs_fe22ca72"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:46:57.398974"], ["updated_at", "2017-12-20 17:46:57.398974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -644285657 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05f7ccfc-c1b2-468f-986d-0502ffc35c08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7383acfc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -644285657], ["username", "billy_09"], ["access_token", "ae8e3a9ffb8799c08047e617ae2c58e9"], ["uuid", "05f7ccfc-c1b2-468f-986d-0502ffc35c08"], ["support_identifier", "cs_7383acfc"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:46:57.403308"], ["updated_at", "2017-12-20 17:46:57.403308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2078192934 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7540a7a4-bced-4abc-899e-fcece8827b6d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce435eac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2078192934], ["username", "billy_10"], ["access_token", "a5358ae24528c388285554bb7f2959cf"], ["uuid", "7540a7a4-bced-4abc-899e-fcece8827b6d"], ["support_identifier", "cs_ce435eac"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:46:57.407683"], ["updated_at", "2017-12-20 17:46:57.407683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -544746596 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a321749-193c-4f11-8765-e667003c7922' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ae6ccb4' LIMIT 1 SQL (0.8ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -544746596], ["username", "billy_11"], ["access_token", "ca26934fcedc143541a01af4a12df4b6"], ["uuid", "7a321749-193c-4f11-8765-e667003c7922"], ["support_identifier", "cs_4ae6ccb4"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:46:57.412151"], ["updated_at", "2017-12-20 17:46:57.412151"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1987198660 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9aa3bb41-6022-4929-9845-cb8db49450f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8432560' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1987198660], ["username", "billy_12"], ["access_token", "94b522585ebaa39dafa1d77e9b79848c"], ["uuid", "9aa3bb41-6022-4929-9845-cb8db49450f3"], ["support_identifier", "cs_f8432560"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:46:57.417016"], ["updated_at", "2017-12-20 17:46:57.417016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1774452306 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd38221bd-ad50-42f5-853c-c77ea50fa4cc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_69d23948' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1774452306], ["username", "billy_13"], ["access_token", "8741754d3d3508b92bb2d1cf777789a8"], ["uuid", "d38221bd-ad50-42f5-853c-c77ea50fa4cc"], ["support_identifier", "cs_69d23948"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:46:57.421600"], ["updated_at", "2017-12-20 17:46:57.421600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1886864955 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e42cf63-98f0-43e0-85ba-2f971df4df3b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3fb165db' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1886864955], ["username", "billy_14"], ["access_token", "8873dc1a8f80f735dcba8e5d5148ff8a"], ["uuid", "4e42cf63-98f0-43e0-85ba-2f971df4df3b"], ["support_identifier", "cs_3fb165db"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:46:57.425888"], ["updated_at", "2017-12-20 17:46:57.425888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -234232686 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63bda372-a842-40f4-82be-62a71f01c6b1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b8b1edf1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -234232686], ["username", "billy_15"], ["access_token", "7d6aa74f3983f1cb544936c65d9ceab1"], ["uuid", "63bda372-a842-40f4-82be-62a71f01c6b1"], ["support_identifier", "cs_b8b1edf1"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:46:57.430258"], ["updated_at", "2017-12-20 17:46:57.430258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1893920682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '752fd61f-5665-40d8-aba8-32e28803bbba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3f97a97b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1893920682], ["username", "billy_16"], ["access_token", "0babf2e9bc2bd90c26f82e984a2b7331"], ["uuid", "752fd61f-5665-40d8-aba8-32e28803bbba"], ["support_identifier", "cs_3f97a97b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:46:57.434591"], ["updated_at", "2017-12-20 17:46:57.434591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1461127365 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12a148b0-1f9a-4630-ae59-6089dd5bfee4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dcc07b28' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1461127365], ["username", "billy_17"], ["access_token", "1142a9c5e5b9ee5e5f000e1445de0eee"], ["uuid", "12a148b0-1f9a-4630-ae59-6089dd5bfee4"], ["support_identifier", "cs_dcc07b28"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:46:57.438846"], ["updated_at", "2017-12-20 17:46:57.438846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -927015326 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'da2582c2-4a37-467c-a944-8bee0a59a6db' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_74f482f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -927015326], ["username", "billy_18"], ["access_token", "0f445d0fde184a63c9bb36f5a18aa754"], ["uuid", "da2582c2-4a37-467c-a944-8bee0a59a6db"], ["support_identifier", "cs_74f482f0"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:46:57.443086"], ["updated_at", "2017-12-20 17:46:57.443086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2125971414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66314252-b777-41be-a7b3-f7780e350ce8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c03898c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2125971414], ["username", "billy_19"], ["access_token", "38e211c3690dde4e51da246161dadcdc"], ["uuid", "66314252-b777-41be-a7b3-f7780e350ce8"], ["support_identifier", "cs_3c03898c"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:46:57.447323"], ["updated_at", "2017-12-20 17:46:57.447323"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -75994153 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65c9f887-ec8b-4de6-b0dc-16a66e112afa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68567660' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -75994153], ["username", "billy_20"], ["access_token", "ef154570fd0d4248de9acc390816424d"], ["uuid", "65c9f887-ec8b-4de6-b0dc-16a66e112afa"], ["support_identifier", "cs_68567660"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:46:57.451538"], ["updated_at", "2017-12-20 17:46:57.451538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2114466885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ecc84fd-a606-4d50-b3f2-a1c0a09e5ea9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fdb203e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2114466885], ["username", "billy_21"], ["access_token", "8293696f8ba2bb789a14249bfcf634ba"], ["uuid", "1ecc84fd-a606-4d50-b3f2-a1c0a09e5ea9"], ["support_identifier", "cs_fdb203e8"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:46:57.455813"], ["updated_at", "2017-12-20 17:46:57.455813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2131341008 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c500ec2-0f5d-4122-81eb-a3547ee07b71' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eff9087d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2131341008], ["username", "billy_22"], ["access_token", "a870efd1a00ab8cd3c0b08f126eac5c0"], ["uuid", "4c500ec2-0f5d-4122-81eb-a3547ee07b71"], ["support_identifier", "cs_eff9087d"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:46:57.460162"], ["updated_at", "2017-12-20 17:46:57.460162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1614806609 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5884a566-0be4-47ab-ba63-9d2bc8fdb28f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f80794f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1614806609], ["username", "billy_23"], ["access_token", "67382441f69209f7838d326e40305412"], ["uuid", "5884a566-0be4-47ab-ba63-9d2bc8fdb28f"], ["support_identifier", "cs_9f80794f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:46:57.464459"], ["updated_at", "2017-12-20 17:46:57.464459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -331272710 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b290c95-b61d-4393-addf-5d4f239f4971' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb9c34c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -331272710], ["username", "billy_24"], ["access_token", "5b699457075147ff679c8d77e6f1d170"], ["uuid", "2b290c95-b61d-4393-addf-5d4f239f4971"], ["support_identifier", "cs_eb9c34c5"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:46:57.468710"], ["updated_at", "2017-12-20 17:46:57.468710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -341875505 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc85f0fa-9380-4909-a5ac-5fe63f679c79' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d3a2b8ab' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -341875505], ["username", "billy_25"], ["access_token", "ab684ab79fadd6cb462e85ecc80759e7"], ["uuid", "cc85f0fa-9380-4909-a5ac-5fe63f679c79"], ["support_identifier", "cs_d3a2b8ab"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:46:57.472826"], ["updated_at", "2017-12-20 17:46:57.472826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1333429893 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c48a6dc-67fb-4f7c-aa54-08e964fc663b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c908849' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1333429893], ["username", "billy_26"], ["access_token", "ec41e6693e9defed02120e5cbab5a3c7"], ["uuid", "9c48a6dc-67fb-4f7c-aa54-08e964fc663b"], ["support_identifier", "cs_5c908849"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:46:57.479195"], ["updated_at", "2017-12-20 17:46:57.479195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1412075281 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9744355f-7311-40e7-ac19-fd0171de1fa9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_352103f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1412075281], ["username", "billy_27"], ["access_token", "743df5d577d078ba1ee594e8e4b5dbf1"], ["uuid", "9744355f-7311-40e7-ac19-fd0171de1fa9"], ["support_identifier", "cs_352103f6"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:46:57.484553"], ["updated_at", "2017-12-20 17:46:57.484553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1402105094 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dffb474f-e833-49d0-b00e-52d0531f4730' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34f45156' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1402105094], ["username", "billy_28"], ["access_token", "99e2799026150eeaf0c05f634e7218ba"], ["uuid", "dffb474f-e833-49d0-b00e-52d0531f4730"], ["support_identifier", "cs_34f45156"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:46:57.489051"], ["updated_at", "2017-12-20 17:46:57.489051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1476266252 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d0a9e2e-88ae-4a76-8a93-f091ebc32b1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ca34a75a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1476266252], ["username", "billy_29"], ["access_token", "b7a4b9f52a5232dd438bb77ccfac03df"], ["uuid", "2d0a9e2e-88ae-4a76-8a93-f091ebc32b1a"], ["support_identifier", "cs_ca34a75a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:46:57.493341"], ["updated_at", "2017-12-20 17:46:57.493341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -473092329 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97117914-0435-454c-8841-8462381581e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6a4965cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -473092329], ["username", "billy_30"], ["access_token", "a265156020fdb3aedfdc70a8103fdabf"], ["uuid", "97117914-0435-454c-8841-8462381581e8"], ["support_identifier", "cs_6a4965cf"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:46:57.497505"], ["updated_at", "2017-12-20 17:46:57.497505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -336898800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a656af8-7a20-4a37-8d7f-13a49ae21605' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4fe35572' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -336898800], ["username", "billy_31"], ["access_token", "836212fbd34fa492030e00ccc351b90d"], ["uuid", "7a656af8-7a20-4a37-8d7f-13a49ae21605"], ["support_identifier", "cs_4fe35572"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:46:57.501729"], ["updated_at", "2017-12-20 17:46:57.501729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -876020602 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6fdaf87c-85d4-46f0-9644-69b24f03accf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dc0ef574' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -876020602], ["username", "billy_32"], ["access_token", "0783af787e56a9eab176c1676a86a517"], ["uuid", "6fdaf87c-85d4-46f0-9644-69b24f03accf"], ["support_identifier", "cs_dc0ef574"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:46:57.505931"], ["updated_at", "2017-12-20 17:46:57.505931"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -710682199 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bba3cbe2-0175-4a97-b3a7-d0d261ea1514' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e0f207f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -710682199], ["username", "billy_33"], ["access_token", "437435d698bdc8ea2fbf8a887cbf238d"], ["uuid", "bba3cbe2-0175-4a97-b3a7-d0d261ea1514"], ["support_identifier", "cs_5e0f207f"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:46:57.510181"], ["updated_at", "2017-12-20 17:46:57.510181"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -974470085 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0960153-bb97-451b-8e42-ec944a9a8284' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28242d25' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -974470085], ["username", "billy_34"], ["access_token", "fdb4f5e416abcda4d8d733bb0f4d1f3b"], ["uuid", "e0960153-bb97-451b-8e42-ec944a9a8284"], ["support_identifier", "cs_28242d25"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:46:57.514441"], ["updated_at", "2017-12-20 17:46:57.514441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065365597 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf6892f2-e295-41b2-9382-10a757d3db91' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_abef361f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1065365597], ["username", "billy_35"], ["access_token", "03d70ad0e375bff26a923b749f70c975"], ["uuid", "bf6892f2-e295-41b2-9382-10a757d3db91"], ["support_identifier", "cs_abef361f"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:46:57.518869"], ["updated_at", "2017-12-20 17:46:57.518869"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -48597688 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b6930a8-9131-46e5-ba20-c659adcdefb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc79e501' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -48597688], ["username", "billy_36"], ["access_token", "37437cad3bb1ff4665b7e69a9e60f599"], ["uuid", "0b6930a8-9131-46e5-ba20-c659adcdefb2"], ["support_identifier", "cs_bc79e501"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:46:57.523550"], ["updated_at", "2017-12-20 17:46:57.523550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1461109598 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '74acb7d0-d0c8-4235-89e7-c9924dc86a7f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d4a89184' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1461109598], ["username", "billy_37"], ["access_token", "134fa89671ec162c9ff6ec79420dc03c"], ["uuid", "74acb7d0-d0c8-4235-89e7-c9924dc86a7f"], ["support_identifier", "cs_d4a89184"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:46:57.529222"], ["updated_at", "2017-12-20 17:46:57.529222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1867078480 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0567f210-9f12-44d2-b916-005370ae134e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2098f34d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1867078480], ["username", "billy_38"], ["access_token", "a808725fedf15792b22d9c5c150dd6fe"], ["uuid", "0567f210-9f12-44d2-b916-005370ae134e"], ["support_identifier", "cs_2098f34d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:46:57.533754"], ["updated_at", "2017-12-20 17:46:57.533754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -310250018 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6851e2ed-17de-4911-8bc1-712667b9a4ce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_765086d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -310250018], ["username", "billy_39"], ["access_token", "325f3047689b6cf562232b4e3442b782"], ["uuid", "6851e2ed-17de-4911-8bc1-712667b9a4ce"], ["support_identifier", "cs_765086d5"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:46:57.538054"], ["updated_at", "2017-12-20 17:46:57.538054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539525591 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b32895e9-a9bb-49b4-8711-fcecd9570d51' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c72ae3fe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -539525591], ["username", "billy_40"], ["access_token", "6f7f1e61b867d574b1904f3f10e64c73"], ["uuid", "b32895e9-a9bb-49b4-8711-fcecd9570d51"], ["support_identifier", "cs_c72ae3fe"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:46:57.542309"], ["updated_at", "2017-12-20 17:46:57.542309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -166315044 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53b8393e-6d28-4aa7-be90-e6f177ea14f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_40c68b63' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -166315044], ["username", "billy_41"], ["access_token", "a396aa1926142f20359cc5985b13871a"], ["uuid", "53b8393e-6d28-4aa7-be90-e6f177ea14f0"], ["support_identifier", "cs_40c68b63"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:46:57.546565"], ["updated_at", "2017-12-20 17:46:57.546565"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -746186054 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9db744be-b177-44a8-b518-4794db6086f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f5f43c71' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -746186054], ["username", "billy_42"], ["access_token", "99275d60798f5f3b3150d3b2d90b8742"], ["uuid", "9db744be-b177-44a8-b518-4794db6086f2"], ["support_identifier", "cs_f5f43c71"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:46:57.550832"], ["updated_at", "2017-12-20 17:46:57.550832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -904036855 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c4410db-85c7-475e-abde-165c46baad2e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b88e4ecc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -904036855], ["username", "billy_43"], ["access_token", "db048f0af7fb447dc37f1fc9ba37ae32"], ["uuid", "6c4410db-85c7-475e-abde-165c46baad2e"], ["support_identifier", "cs_b88e4ecc"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:46:57.555262"], ["updated_at", "2017-12-20 17:46:57.555262"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -829763812 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7fa14a1-715b-4776-bf14-d6793b2d62ee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af17100b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -829763812], ["username", "billy_44"], ["access_token", "da14e7223761a335bbd20a5a6af8d083"], ["uuid", "a7fa14a1-715b-4776-bf14-d6793b2d62ee"], ["support_identifier", "cs_af17100b"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:46:57.559591"], ["updated_at", "2017-12-20 17:46:57.559591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -691189880 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ced7149-2f9a-434e-9f08-19685f1f6db5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_16c6a5e0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -691189880], ["username", "billy_45"], ["access_token", "42a6c1337f621f0193a4d0fee9a9aeee"], ["uuid", "3ced7149-2f9a-434e-9f08-19685f1f6db5"], ["support_identifier", "cs_16c6a5e0"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:46:57.563903"], ["updated_at", "2017-12-20 17:46:57.563903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -94676504 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c04d4649-c4ce-4063-98ab-fc5761a4beac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dca2ee46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -94676504], ["username", "billy_46"], ["access_token", "ff5628e5bab22d5eb9210f3240ae28b1"], ["uuid", "c04d4649-c4ce-4063-98ab-fc5761a4beac"], ["support_identifier", "cs_dca2ee46"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:46:57.568251"], ["updated_at", "2017-12-20 17:46:57.568251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1866315367 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc142869-c49c-4dd9-8434-8f15c6dfc222' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c171a29f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1866315367], ["username", "billy_47"], ["access_token", "be84e026ebf70082c7c5b312d4b2fd8d"], ["uuid", "cc142869-c49c-4dd9-8434-8f15c6dfc222"], ["support_identifier", "cs_c171a29f"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:46:57.572692"], ["updated_at", "2017-12-20 17:46:57.572692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772870124 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ee11abf-e4f8-451a-be81-e936d5386e2f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c6355f9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1772870124], ["username", "billy_48"], ["access_token", "b80694991dc3a183fa69364232db51d5"], ["uuid", "0ee11abf-e4f8-451a-be81-e936d5386e2f"], ["support_identifier", "cs_c6355f9f"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:46:57.577175"], ["updated_at", "2017-12-20 17:46:57.577175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -355670703 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9bf408c0-514e-40f3-9e55-e6bc6b0500fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0ff7e4ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -355670703], ["username", "billy_49"], ["access_token", "962411d6b87c36bd09f93b2d0fe20767"], ["uuid", "9bf408c0-514e-40f3-9e55-e6bc6b0500fb"], ["support_identifier", "cs_0ff7e4ab"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:46:57.581499"], ["updated_at", "2017-12-20 17:46:57.581499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1785489698 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85e5161f-9702-40d1-808d-e113424e9462' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e4325608' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1785489698], ["username", "jstrav"], ["access_token", "b2fa1d062151fea809c3e95867378c47"], ["uuid", "85e5161f-9702-40d1-808d-e113424e9462"], ["support_identifier", "cs_e4325608"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:46:57.590301"], ["updated_at", "2017-12-20 17:46:57.590301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -100234310 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c697725d-676f-4686-87fc-dfa608219636' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_25299052' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -100234310], ["username", "mary"], ["access_token", "ebb21832953c814abeb03a136a77b148"], ["uuid", "c697725d-676f-4686-87fc-dfa608219636"], ["support_identifier", "cs_25299052"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:46:57.594956"], ["updated_at", "2017-12-20 17:46:57.594956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1803575365 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f763370-e4e2-42da-9b33-6bd5bc23bc63' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d8ec86e7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1803575365], ["username", "jstead"], ["access_token", "98c97aa3aa331d040b4dfa1dcca39c82"], ["uuid", "2f763370-e4e2-42da-9b33-6bd5bc23bc63"], ["support_identifier", "cs_d8ec86e7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:46:57.599365"], ["updated_at", "2017-12-20 17:46:57.599365"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -622783161 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cc1479d-ee01-4fe9-9f69-e4c61a851acd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62b02fcb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -622783161], ["username", "bigbear"], ["access_token", "183c94ee5ba185779dc5fa923a0d6599"], ["uuid", "8cc1479d-ee01-4fe9-9f69-e4c61a851acd"], ["support_identifier", "cs_62b02fcb"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:46:57.603810"], ["updated_at", "2017-12-20 17:46:57.603810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -210945527 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01d1f36d-b8e6-4c0e-8fe9-e9d1a2888b66' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64159441' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -210945527], ["username", "billy_00"], ["access_token", "ae5e8747f02796cf0a91cd5707468c33"], ["uuid", "01d1f36d-b8e6-4c0e-8fe9-e9d1a2888b66"], ["support_identifier", "cs_64159441"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 17:46:57.608099"], ["updated_at", "2017-12-20 17:46:57.608099"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411694604 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd85d0da-5cee-4f87-bf6d-e1c462066b7d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a1db388' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -411694604], ["username", "billy_01"], ["access_token", "8b961fc1963a3c01e5b68d0f6a0cd62d"], ["uuid", "cd85d0da-5cee-4f87-bf6d-e1c462066b7d"], ["support_identifier", "cs_2a1db388"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 17:46:57.612315"], ["updated_at", "2017-12-20 17:46:57.612315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -140832665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5b2aa80-011b-4172-a850-94d4e9b2969d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c4ea87a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -140832665], ["username", "billy_02"], ["access_token", "cfa74e088afb15a73700b9afa0d18119"], ["uuid", "b5b2aa80-011b-4172-a850-94d4e9b2969d"], ["support_identifier", "cs_7c4ea87a"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 17:46:57.616551"], ["updated_at", "2017-12-20 17:46:57.616551"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -208170913 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f973bc7-0772-4cc6-8df5-c040dc82db12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12170545' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -208170913], ["username", "billy_03"], ["access_token", "a8ce031f7e87a84b5c28cdfa1a0146a3"], ["uuid", "1f973bc7-0772-4cc6-8df5-c040dc82db12"], ["support_identifier", "cs_12170545"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 17:46:57.620857"], ["updated_at", "2017-12-20 17:46:57.620857"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -235005552 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc800963-70a6-4b6c-a770-b5a5c60d6ff2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a3bb0270' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -235005552], ["username", "billy_04"], ["access_token", "daa5f4de9ddcf3289c721291df8a2203"], ["uuid", "cc800963-70a6-4b6c-a770-b5a5c60d6ff2"], ["support_identifier", "cs_a3bb0270"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:46:57.626012"], ["updated_at", "2017-12-20 17:46:57.626012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749689617 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce3e8d18-7858-40f5-bdc0-896c6e0187f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b619ee8f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -749689617], ["username", "billy_05"], ["access_token", "12654451c4b0ca5975d88f6ac44e4243"], ["uuid", "ce3e8d18-7858-40f5-bdc0-896c6e0187f2"], ["support_identifier", "cs_b619ee8f"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:46:57.630584"], ["updated_at", "2017-12-20 17:46:57.630584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2037557488 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37b54c93-2708-4f0e-8e3a-77da099e67ca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b48daff8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2037557488], ["username", "billy_06"], ["access_token", "a44ad03c3b8fe4c9f473e4ad61b27183"], ["uuid", "37b54c93-2708-4f0e-8e3a-77da099e67ca"], ["support_identifier", "cs_b48daff8"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:46:57.634763"], ["updated_at", "2017-12-20 17:46:57.634763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -830526664 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aaf1fd39-329a-490b-97c1-4f18eb4c88eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_479c6baa' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -830526664], ["username", "billy_07"], ["access_token", "976be3ef0d9cfb0866c8b3080b8957ce"], ["uuid", "aaf1fd39-329a-490b-97c1-4f18eb4c88eb"], ["support_identifier", "cs_479c6baa"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:46:57.640073"], ["updated_at", "2017-12-20 17:46:57.640073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -796952870 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '970802f6-9746-4741-8a40-43d027302483' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1078582' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -796952870], ["username", "billy_08"], ["access_token", "85b60553c996326ae33152465aea4f45"], ["uuid", "970802f6-9746-4741-8a40-43d027302483"], ["support_identifier", "cs_d1078582"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:46:57.644807"], ["updated_at", "2017-12-20 17:46:57.644807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -863195245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed9f7900-a4c3-4979-bf78-689046c2c1ef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b6349558' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -863195245], ["username", "billy_09"], ["access_token", "e6936d61251cd1af4b4c82e4b0587095"], ["uuid", "ed9f7900-a4c3-4979-bf78-689046c2c1ef"], ["support_identifier", "cs_b6349558"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:46:57.649175"], ["updated_at", "2017-12-20 17:46:57.649175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232983295 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85250d03-ba08-49c0-9b65-88b5078b3b1b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ef2a73cc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1232983295], ["username", "billy_10"], ["access_token", "5f50dd1b5e41830ee0ebfdb0923cb32e"], ["uuid", "85250d03-ba08-49c0-9b65-88b5078b3b1b"], ["support_identifier", "cs_ef2a73cc"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:46:57.653727"], ["updated_at", "2017-12-20 17:46:57.653727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1154051647 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77953477-fc7f-47c9-8b50-973768fba8f4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_252cdcda' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1154051647], ["username", "billy_11"], ["access_token", "5413827d9b3525a9211b5b9558cd3af6"], ["uuid", "77953477-fc7f-47c9-8b50-973768fba8f4"], ["support_identifier", "cs_252cdcda"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:46:57.658394"], ["updated_at", "2017-12-20 17:46:57.658394"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1483641939 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4eaae1fb-af20-4c26-922c-f3e64ecf29ca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a6c5e04c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1483641939], ["username", "billy_12"], ["access_token", "ff04893c836be5fe70ff6406055f4d13"], ["uuid", "4eaae1fb-af20-4c26-922c-f3e64ecf29ca"], ["support_identifier", "cs_a6c5e04c"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:46:57.662956"], ["updated_at", "2017-12-20 17:46:57.662956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -628257571 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5421097f-46f7-46e7-95e9-11e6105c6c99' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_608a766f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -628257571], ["username", "billy_13"], ["access_token", "a6a5138a3056f3a662b972d52f4ffb76"], ["uuid", "5421097f-46f7-46e7-95e9-11e6105c6c99"], ["support_identifier", "cs_608a766f"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:46:57.667359"], ["updated_at", "2017-12-20 17:46:57.667359"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -350151466 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1df78237-d47f-4b55-a22e-763a1bd5c352' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c16c004' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -350151466], ["username", "billy_14"], ["access_token", "e5bc96ff168dc643ca9f6e7403f9609c"], ["uuid", "1df78237-d47f-4b55-a22e-763a1bd5c352"], ["support_identifier", "cs_3c16c004"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:46:57.671643"], ["updated_at", "2017-12-20 17:46:57.671643"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1980952372 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '848860c5-30f1-4e6b-80bf-5eb97f4f41a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_98c3a52c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1980952372], ["username", "billy_15"], ["access_token", "1d52a3db1b00271544e0851fe851dd6d"], ["uuid", "848860c5-30f1-4e6b-80bf-5eb97f4f41a7"], ["support_identifier", "cs_98c3a52c"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:46:57.676022"], ["updated_at", "2017-12-20 17:46:57.676022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -860114648 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '020fd7cc-dd03-4bb0-8dc1-ef4813270ebe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f8031119' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -860114648], ["username", "billy_16"], ["access_token", "4b6ecbe553a870b9208b35d8a920e940"], ["uuid", "020fd7cc-dd03-4bb0-8dc1-ef4813270ebe"], ["support_identifier", "cs_f8031119"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:46:57.680489"], ["updated_at", "2017-12-20 17:46:57.680489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1110854582 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14c4bcfe-d943-4c67-81b2-c97d15efaeeb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0af518c3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1110854582], ["username", "billy_17"], ["access_token", "dddf237af915ce592e61cca2206c6319"], ["uuid", "14c4bcfe-d943-4c67-81b2-c97d15efaeeb"], ["support_identifier", "cs_0af518c3"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:46:57.685012"], ["updated_at", "2017-12-20 17:46:57.685012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -745354990 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85524690-696e-481f-b685-c559d4a73801' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ef1df353' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -745354990], ["username", "billy_18"], ["access_token", "eebfa20935997feeb40fce384450bdf1"], ["uuid", "85524690-696e-481f-b685-c559d4a73801"], ["support_identifier", "cs_ef1df353"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:46:57.689368"], ["updated_at", "2017-12-20 17:46:57.689368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -408536688 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09c143f3-3fe0-4c7e-bcbd-dbfcf9b0770f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91bb95d6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -408536688], ["username", "billy_19"], ["access_token", "9c23a66a75dbc0291744b71c450d6173"], ["uuid", "09c143f3-3fe0-4c7e-bcbd-dbfcf9b0770f"], ["support_identifier", "cs_91bb95d6"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:46:57.693803"], ["updated_at", "2017-12-20 17:46:57.693803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1745942778 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ce0665b-c4db-4bd6-864e-2814a8eb4a1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a492bb77' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1745942778], ["username", "billy_20"], ["access_token", "22359268bb3826257ec745fe8dec0601"], ["uuid", "6ce0665b-c4db-4bd6-864e-2814a8eb4a1c"], ["support_identifier", "cs_a492bb77"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:46:57.698192"], ["updated_at", "2017-12-20 17:46:57.698192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64324441 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '256db5c1-245b-4ca5-a06b-14bd9b645290' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b68cda98' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -64324441], ["username", "billy_21"], ["access_token", "05202a338f19fbafb6d8a1892be8c4bd"], ["uuid", "256db5c1-245b-4ca5-a06b-14bd9b645290"], ["support_identifier", "cs_b68cda98"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:46:57.702571"], ["updated_at", "2017-12-20 17:46:57.702571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1710015777 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd6bea49-1114-4217-8a9a-e5ecd1a2a5ef' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_71ba3491' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1710015777], ["username", "billy_22"], ["access_token", "1baa60c481b0c3f244c81152005a3b9a"], ["uuid", "cd6bea49-1114-4217-8a9a-e5ecd1a2a5ef"], ["support_identifier", "cs_71ba3491"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:46:57.707021"], ["updated_at", "2017-12-20 17:46:57.707021"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1286179710 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50bb9313-b724-4944-8674-df8b3a546e56' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1290d1cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1286179710], ["username", "billy_23"], ["access_token", "43907815db195df1894ed0402cc0e72c"], ["uuid", "50bb9313-b724-4944-8674-df8b3a546e56"], ["support_identifier", "cs_1290d1cc"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:46:57.711360"], ["updated_at", "2017-12-20 17:46:57.711360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -668895046 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb711967-8d1c-400e-9c3e-b8545aacac27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_609aaf04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -668895046], ["username", "billy_24"], ["access_token", "1c6404cc97cc9922228f910677e491c3"], ["uuid", "bb711967-8d1c-400e-9c3e-b8545aacac27"], ["support_identifier", "cs_609aaf04"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:46:57.715735"], ["updated_at", "2017-12-20 17:46:57.715735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -244911632 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db044d7b-03dd-43cb-90be-0137ce10a8bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae604ec9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -244911632], ["username", "billy_25"], ["access_token", "bcd8f382aef211e0373009305ce8a8bf"], ["uuid", "db044d7b-03dd-43cb-90be-0137ce10a8bc"], ["support_identifier", "cs_ae604ec9"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:46:57.720004"], ["updated_at", "2017-12-20 17:46:57.720004"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -417070505 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a6b0e466-4c19-4f15-8be5-bc686406bc2f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6aced67d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -417070505], ["username", "billy_26"], ["access_token", "04e2e34d7ef5ea50536d5beca29b34e0"], ["uuid", "a6b0e466-4c19-4f15-8be5-bc686406bc2f"], ["support_identifier", "cs_6aced67d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:46:57.724370"], ["updated_at", "2017-12-20 17:46:57.724370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1878794690 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38dfeaec-968e-4a2e-9dbc-35f1c0c639c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8c51f55c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1878794690], ["username", "billy_27"], ["access_token", "1005e22e62bb23fcef1574024a22892d"], ["uuid", "38dfeaec-968e-4a2e-9dbc-35f1c0c639c3"], ["support_identifier", "cs_8c51f55c"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:46:57.729090"], ["updated_at", "2017-12-20 17:46:57.729090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1908441264 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c4c30e0-7637-4a71-89aa-1c9f00f1269b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66f19beb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1908441264], ["username", "billy_28"], ["access_token", "ca35a00e65a362afb7fdd0157a2dcf83"], ["uuid", "5c4c30e0-7637-4a71-89aa-1c9f00f1269b"], ["support_identifier", "cs_66f19beb"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:46:57.734216"], ["updated_at", "2017-12-20 17:46:57.734216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1284102241 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42c7d4f7-1d4e-46e6-b1eb-e1bd75c79289' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a5d9114b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1284102241], ["username", "billy_29"], ["access_token", "145fce9c2403d1bbccddb2b93535919f"], ["uuid", "42c7d4f7-1d4e-46e6-b1eb-e1bd75c79289"], ["support_identifier", "cs_a5d9114b"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:46:57.738456"], ["updated_at", "2017-12-20 17:46:57.738456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1301213818 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af10d5a4-19ac-4286-a705-485c5163a3b4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_952a40d4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1301213818], ["username", "billy_30"], ["access_token", "9bb6fa3adb09c12241d2b8f5b06ef858"], ["uuid", "af10d5a4-19ac-4286-a705-485c5163a3b4"], ["support_identifier", "cs_952a40d4"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:46:57.742527"], ["updated_at", "2017-12-20 17:46:57.742527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -812989560 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43aca375-6f2b-41e7-a469-409c025a4d96' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_32cc9108' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -812989560], ["username", "billy_31"], ["access_token", "bfd97ba92a56a3602f0698cacb9dc8ee"], ["uuid", "43aca375-6f2b-41e7-a469-409c025a4d96"], ["support_identifier", "cs_32cc9108"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:46:57.746553"], ["updated_at", "2017-12-20 17:46:57.746553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -668309754 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7065f2e-2870-4c2e-8d90-a2864177a196' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_efc59edb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -668309754], ["username", "billy_32"], ["access_token", "0537ac00fd0bb167417c1f33397ab337"], ["uuid", "b7065f2e-2870-4c2e-8d90-a2864177a196"], ["support_identifier", "cs_efc59edb"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:46:57.750579"], ["updated_at", "2017-12-20 17:46:57.750579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1293002278 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0690058-e196-42c8-b22d-62a4055865dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_035279e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1293002278], ["username", "billy_33"], ["access_token", "6f358afb7089442ba807019197f6baec"], ["uuid", "f0690058-e196-42c8-b22d-62a4055865dc"], ["support_identifier", "cs_035279e9"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:46:57.754719"], ["updated_at", "2017-12-20 17:46:57.754719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2035137501 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd378161c-3ff5-4424-93ab-b29819bfb495' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_24f729f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2035137501], ["username", "billy_34"], ["access_token", "e71afc4b7aeb7747458061a60dd56497"], ["uuid", "d378161c-3ff5-4424-93ab-b29819bfb495"], ["support_identifier", "cs_24f729f2"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:46:57.758747"], ["updated_at", "2017-12-20 17:46:57.758747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1002934684 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ce1b8ec-5dab-4a5a-9fff-3d5346955479' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5ef4a8cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1002934684], ["username", "billy_35"], ["access_token", "16a4229d1fde0a44f4753260a41529d7"], ["uuid", "5ce1b8ec-5dab-4a5a-9fff-3d5346955479"], ["support_identifier", "cs_5ef4a8cf"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:46:57.762794"], ["updated_at", "2017-12-20 17:46:57.762794"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -62118169 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a9a61b4-2357-4e13-befd-8e5a784f857b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5f07b9b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -62118169], ["username", "billy_36"], ["access_token", "b7f2144fbabc96d4889777a3c7f87e3f"], ["uuid", "1a9a61b4-2357-4e13-befd-8e5a784f857b"], ["support_identifier", "cs_5f07b9b6"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:46:57.766761"], ["updated_at", "2017-12-20 17:46:57.766761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -364056024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fbed76cb-6462-45fa-99f5-2a1b275d0bbb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a816617f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -364056024], ["username", "billy_37"], ["access_token", "155d2242916b94f346605556db46dbd9"], ["uuid", "fbed76cb-6462-45fa-99f5-2a1b275d0bbb"], ["support_identifier", "cs_a816617f"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:46:57.770789"], ["updated_at", "2017-12-20 17:46:57.770789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -738750215 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95108f81-a0fe-4ca4-99ac-ad601a72637f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0639e23' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -738750215], ["username", "billy_38"], ["access_token", "30f1e480fc700ea5bae1fa6d36c0264c"], ["uuid", "95108f81-a0fe-4ca4-99ac-ad601a72637f"], ["support_identifier", "cs_a0639e23"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:46:57.781947"], ["updated_at", "2017-12-20 17:46:57.781947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322590797 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a4d5014-92c6-4410-b83c-8bf14650f741' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_39d226d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -322590797], ["username", "billy_39"], ["access_token", "08431b70f36967bd96b44a16ad8d7b58"], ["uuid", "6a4d5014-92c6-4410-b83c-8bf14650f741"], ["support_identifier", "cs_39d226d0"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:46:57.786440"], ["updated_at", "2017-12-20 17:46:57.786440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1506698948 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24a25fed-fa76-4035-8383-c2e0f3879df2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93e41565' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1506698948], ["username", "billy_40"], ["access_token", "15485540504252148b0022ca53073511"], ["uuid", "24a25fed-fa76-4035-8383-c2e0f3879df2"], ["support_identifier", "cs_93e41565"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:46:57.790755"], ["updated_at", "2017-12-20 17:46:57.790755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -876064547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38091c5b-3bfc-45b0-9f3c-5f5f131f9f94' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c7e8a362' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -876064547], ["username", "billy_41"], ["access_token", "26deca1239aac61ac700b0119199a0da"], ["uuid", "38091c5b-3bfc-45b0-9f3c-5f5f131f9f94"], ["support_identifier", "cs_c7e8a362"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:46:57.795054"], ["updated_at", "2017-12-20 17:46:57.795054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1499648479 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b391fd2-ecc8-4c1b-965c-53f90766bf5b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce2f6e72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1499648479], ["username", "billy_42"], ["access_token", "27f0ac3a9c8decaca7d1e9f2e63cf4f0"], ["uuid", "9b391fd2-ecc8-4c1b-965c-53f90766bf5b"], ["support_identifier", "cs_ce2f6e72"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:46:57.799290"], ["updated_at", "2017-12-20 17:46:57.799290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -59159543 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d120f00-618e-458e-ac78-5bbb6f9ac7f8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4002a6a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -59159543], ["username", "billy_43"], ["access_token", "bbf99f0949e2050c790bd76f74ae7df7"], ["uuid", "7d120f00-618e-458e-ac78-5bbb6f9ac7f8"], ["support_identifier", "cs_4002a6a7"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:46:57.803714"], ["updated_at", "2017-12-20 17:46:57.803714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -139489921 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '542f96a8-4818-4154-909c-4b96153f1c41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a583a0bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -139489921], ["username", "billy_44"], ["access_token", "f126befd1348fe053a9915b6be0d57cc"], ["uuid", "542f96a8-4818-4154-909c-4b96153f1c41"], ["support_identifier", "cs_a583a0bf"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:46:57.808019"], ["updated_at", "2017-12-20 17:46:57.808019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -903225883 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '879ae9c1-8f78-455e-a66c-ca2afc9a74f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5de53f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -903225883], ["username", "billy_45"], ["access_token", "8ab4b61f66218f0743293374ff48d7ba"], ["uuid", "879ae9c1-8f78-455e-a66c-ca2afc9a74f9"], ["support_identifier", "cs_c5de53f2"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:46:57.812286"], ["updated_at", "2017-12-20 17:46:57.812286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2114001250 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '441fc149-a081-4957-ac51-0e3d04405b49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_346f4be1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2114001250], ["username", "billy_46"], ["access_token", "40fc2796e66861a7257c9278617149c6"], ["uuid", "441fc149-a081-4957-ac51-0e3d04405b49"], ["support_identifier", "cs_346f4be1"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:46:57.816506"], ["updated_at", "2017-12-20 17:46:57.816506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -511011445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e9c27bd-4285-4454-adce-9d532a72c78e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7aff3b10' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -511011445], ["username", "billy_47"], ["access_token", "6d3a213d73fe601d55c66fe9d008720c"], ["uuid", "1e9c27bd-4285-4454-adce-9d532a72c78e"], ["support_identifier", "cs_7aff3b10"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:46:57.820896"], ["updated_at", "2017-12-20 17:46:57.820896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1489237597 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ced88f0b-6904-4b38-bcba-4fbdb97bccd3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85857eb0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1489237597], ["username", "billy_48"], ["access_token", "535407059300abb76b2091fbb540cf4f"], ["uuid", "ced88f0b-6904-4b38-bcba-4fbdb97bccd3"], ["support_identifier", "cs_85857eb0"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:46:57.825335"], ["updated_at", "2017-12-20 17:46:57.825335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018355703 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0693323e-688a-4cb9-bbbc-735ffaa48cb6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_430dea95' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2018355703], ["username", "billy_49"], ["access_token", "6fa1ab8e144f4742416824e4f791f858"], ["uuid", "0693323e-688a-4cb9-bbbc-735ffaa48cb6"], ["support_identifier", "cs_430dea95"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:46:57.829617"], ["updated_at", "2017-12-20 17:46:57.829617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 830171]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 830171 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3556676d-3076-4ff9-8ad0-d78cf08849b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f10722b6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 830171], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "3556676d-3076-4ff9-8ad0-d78cf08849b3"], ["support_identifier", "cs_f10722b6"], ["created_at", "2017-12-20 17:46:57.839543"], ["updated_at", "2017-12-20 17:46:57.839543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 7489374]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 7489374 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '362d1b5d-f1c3-4a4b-9a7f-e6e810c95afe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0a524a3c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 7489374], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "362d1b5d-f1c3-4a4b-9a7f-e6e810c95afe"], ["support_identifier", "cs_0a524a3c"], ["created_at", "2017-12-20 17:46:57.846815"], ["updated_at", "2017-12-20 17:46:57.846815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 7822572]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 7822572 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '817fab8e-f806-4257-964b-d6503c47ffaf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3776a46c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 7822572], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "817fab8e-f806-4257-964b-d6503c47ffaf"], ["support_identifier", "cs_3776a46c"], ["created_at", "2017-12-20 17:46:57.853321"], ["updated_at", "2017-12-20 17:46:57.853321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 7822572 AND "openstax_accounts_accounts"."id" != 503) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '817fab8e-f806-4257-964b-d6503c47ffaf' AND "openstax_accounts_accounts"."id" != 503) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_3776a46c' AND "openstax_accounts_accounts"."id" != 503) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 8110667]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 8110667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9cb44f94-8452-4487-8a75-d277a5b9e47c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7091efc5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 8110667], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "9cb44f94-8452-4487-8a75-d277a5b9e47c"], ["support_identifier", "cs_7091efc5"], ["created_at", "2017-12-20 17:46:57.862340"], ["updated_at", "2017-12-20 17:46:57.862340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53709025 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6d87a77a139f6dd053c0d00c77b39868' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a6b62c4-857a-43d4-9cd6-7b62636d21f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97475ab2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -53709025], ["username", "6d87a77a139f6dd053c0d00c77b39868"], ["access_token", "1327422c7b7ec6bec26aea32f46bd1cc"], ["uuid", "1a6b62c4-857a-43d4-9cd6-7b62636d21f5"], ["support_identifier", "cs_97475ab2"], ["created_at", "2017-12-20 17:46:57.868513"], ["updated_at", "2017-12-20 17:46:57.868513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -53709025]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -53709025 AND "openstax_accounts_accounts"."id" != 505) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 505) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'd5f7408d-544e-4e2c-84a5-c02052e971de' AND "openstax_accounts_accounts"."id" != 505) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_e64f4d38' AND "openstax_accounts_accounts"."id" != 505) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "first_name" = $2, "last_name" = $3, "title" = $4, "access_token" = $5, "faculty_status" = $6, "role" = $7, "uuid" = $8, "support_identifier" = $9, "updated_at" = $10 WHERE "openstax_accounts_accounts"."id" = $11 [["username", "191919"], ["first_name", "1234"], ["last_name", "5678"], ["title", "900"], ["access_token", nil], ["faculty_status", 2], ["role", 2], ["uuid", "d5f7408d-544e-4e2c-84a5-c02052e971de"], ["support_identifier", "cs_e64f4d38"], ["updated_at", "2017-12-20 17:46:57.874253"], ["id", 505]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 505]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3253054]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3253054 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77c2f49d-a6f3-4a4b-bb70-60e0af135771' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a1d95e2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 3253054], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "77c2f49d-a6f3-4a4b-bb70-60e0af135771"], ["support_identifier", "cs_1a1d95e2"], ["created_at", "2017-12-20 17:46:57.883060"], ["updated_at", "2017-12-20 17:46:57.883060"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 16872]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 16872 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2f1c8c88-517b-452b-b63c-23f94578bf49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28ce8e9a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", 16872], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["role", 2], ["uuid", "2f1c8c88-517b-452b-b63c-23f94578bf49"], ["support_identifier", "cs_28ce8e9a"], ["created_at", "2017-12-20 17:46:57.890954"], ["updated_at", "2017-12-20 17:46:57.890954"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9058046]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9058046 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '620b8473-3cf5-4d3a-a846-a7e4e716b401' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_391edccd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 9058046], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "620b8473-3cf5-4d3a-a846-a7e4e716b401"], ["support_identifier", "cs_391edccd"], ["created_at", "2017-12-20 17:46:57.898278"], ["updated_at", "2017-12-20 17:46:57.898278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -144573681 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3c711480eac05621dc7c1817949c20ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20fc6211-3abc-4282-a88e-9d343b0bbb8a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b6a5470' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -144573681], ["username", "3c711480eac05621dc7c1817949c20ad"], ["access_token", "b2b52b86dee88aacd9d1dc48b0cef4cf"], ["uuid", "20fc6211-3abc-4282-a88e-9d343b0bbb8a"], ["support_identifier", "cs_2b6a5470"], ["created_at", "2017-12-20 17:46:57.904441"], ["updated_at", "2017-12-20 17:46:57.904441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 509 AND "openstax_accounts_group_owners"."group_id" = -1984862541) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.3ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -1984862541]] OpenStax::Accounts::GroupOwner Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 509 AND "openstax_accounts_group_owners"."group_id" = -1984862541) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1984862541 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1984862541], ["created_at", "2017-12-20 17:46:57.918139"], ["updated_at", "2017-12-20 17:46:57.918139"]] OpenStax::Accounts::GroupOwner Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 509 AND "openstax_accounts_group_owners"."group_id" = -1984862541) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1984862541], ["user_id", -144573681], ["created_at", "2017-12-20 17:46:57.922389"], ["updated_at", "2017-12-20 17:46:57.922389"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1984862541]] OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -1984862541]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '85a741b7-2d44-4855-ae62-79c962df4b42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_905a9d3a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["access_token", "1d46287ef1eeb8cc9e7ad5b47e3a24eb"], ["uuid", "85a741b7-2d44-4855-ae62-79c962df4b42"], ["support_identifier", "cs_905a9d3a"], ["created_at", "2017-12-20 17:46:57.940672"], ["updated_at", "2017-12-20 17:46:57.940672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ace618b-5f80-4a91-9d3c-598a0fe64d4d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_52d6aab0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["access_token", "11a1ffd3a452377452f35d2da0220ff4"], ["uuid", "3ace618b-5f80-4a91-9d3c-598a0fe64d4d"], ["support_identifier", "cs_52d6aab0"], ["created_at", "2017-12-20 17:46:57.945005"], ["updated_at", "2017-12-20 17:46:57.945005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["name", "Member Group"], ["created_at", "2017-12-20 17:46:57.947549"], ["updated_at", "2017-12-20 17:46:57.947549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 510 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 2], ["user_id", 2], ["created_at", "2017-12-20 17:46:57.950228"], ["updated_at", "2017-12-20 17:46:57.950228"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["name", "Container Group"], ["created_at", "2017-12-20 17:46:57.952595"], ["updated_at", "2017-12-20 17:46:57.952595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 510 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 4], ["user_id", 2], ["created_at", "2017-12-20 17:46:57.956160"], ["updated_at", "2017-12-20 17:46:57.956160"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 13 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2017-12-20 17:46:57.958836"], ["updated_at", "2017-12-20 17:46:57.958836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]] OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 14]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 4]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:46:59 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-20 11:47:00 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 511 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 510 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2017-12-20 17:47:00.220734"], ["updated_at", "2017-12-20 17:47:00.220734"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 511 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-20 17:47:00.222504"], ["updated_at", "2017-12-20 17:47:00.222504"]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 510 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-20 17:47:00.224198"], ["updated_at", "2017-12-20 17:47:00.224198"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 15 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-20 17:47:00.229946"], ["updated_at", "2017-12-20 17:47:00.229946"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 13) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "name" = $1, "updated_at" = $2 WHERE "openstax_accounts_groups"."id" = $3 [["name", "M"], ["updated_at", "2017-12-20 17:47:00.232132"], ["id", 13]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 15) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:47:01 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-20 11:47:02 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 14]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:47:03 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-20 11:47:04 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.3ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = $1 [["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = $1 [["id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 15 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-20 17:47:04.712141"], ["updated_at", "2017-12-20 17:47:04.712141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 13) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 510 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-20 17:47:04.717584"], ["updated_at", "2017-12-20 17:47:04.717584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 511 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-20 17:47:04.721236"], ["updated_at", "2017-12-20 17:47:04.721236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 15) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:47:05 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-20 11:47:06 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 14]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 15]] OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6380562-e9fd-42b1-8fb2-92717d6bfc33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9036a6f8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "00b907ba41a4dfdd66abadb2f17ad76e"], ["uuid", "f6380562-e9fd-42b1-8fb2-92717d6bfc33"], ["support_identifier", "cs_9036a6f8"], ["created_at", "2017-12-20 17:47:06.966970"], ["updated_at", "2017-12-20 17:47:06.966970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 512], ["created_at", "2017-12-20 17:47:06.972735"], ["updated_at", "2017-12-20 17:47:06.972735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '435cf851-8cf4-4efe-b06a-32e36086126b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a070ece6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "5eeb1263bd34f4244e6d3f7e9e40311b"], ["uuid", "435cf851-8cf4-4efe-b06a-32e36086126b"], ["support_identifier", "cs_a070ece6"], ["created_at", "2017-12-20 17:47:06.977481"], ["updated_at", "2017-12-20 17:47:06.977481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 513], ["created_at", "2017-12-20 17:47:06.979304"], ["updated_at", "2017-12-20 17:47:06.979304"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -674868 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -674868], ["name", "MyGroup"], ["created_at", "2017-12-20 17:47:06.981623"], ["updated_at", "2017-12-20 17:47:06.981623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1156720955 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1156720955], ["name", "MyGroup"], ["created_at", "2017-12-20 17:47:06.983857"], ["updated_at", "2017-12-20 17:47:06.983857"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 17 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 17]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -1156720955 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1156720955 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 17]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 16]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -674868 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -674868 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 16]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1156720955 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -674868 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -674868], ["member_group_id", -1156720955], ["created_at", "2017-12-20 17:47:06.986333"], ["updated_at", "2017-12-20 17:47:06.986333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 512 AND "openstax_accounts_group_members"."group_id" = -1156720955) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 512 AND "openstax_accounts_group_members"."group_id" = -1156720955) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1156720955], ["user_id", 1], ["created_at", "2017-12-20 17:47:06.997128"], ["updated_at", "2017-12-20 17:47:06.997128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 512 AND "openstax_accounts_group_members"."id" != 5 AND "openstax_accounts_group_members"."group_id" = -1156720955) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.6ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 512]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 17]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1156720955 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1156720955 - -674868 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 17]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1156720955, -674868) Ownership Load (0.5ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "User"], ["created_at", "2017-12-20 17:47:07.027691"], ["updated_at", "2017-12-20 17:47:07.027691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 512]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1156720955, -674868) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "User"], ["created_at", "2017-12-20 17:47:07.035576"], ["updated_at", "2017-12-20 17:47:07.035576"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 512]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1156720955, -674868) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 17], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-20 17:47:07.041739"], ["updated_at", "2017-12-20 17:47:07.041739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 512]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1156720955, -674868) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1156720955, -674868) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 16], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-20 17:47:07.050258"], ["updated_at", "2017-12-20 17:47:07.050258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 512]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1156720955, -674868) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1156720955, -674868) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1156720955, -674868) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (16, 17)  (0.1ms) ROLLBACK  (0.1ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 10ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27dc62f3-0ecb-4351-9014-1c9e3f2224e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b68f44c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "562d09920a9bb0dc1fc945d2a5b3b47d"], ["uuid", "27dc62f3-0ecb-4351-9014-1c9e3f2224e2"], ["support_identifier", "cs_1b68f44c"], ["created_at", "2017-12-20 17:47:07.083818"], ["updated_at", "2017-12-20 17:47:07.083818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 514], ["created_at", "2017-12-20 17:47:07.085903"], ["updated_at", "2017-12-20 17:47:07.085903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 514]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2caafeff-167c-4a35-bab2-6f6f753417f7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67abacee' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "e4f270154f6ee5cc5202365f5753e2d3"], ["uuid", "2caafeff-167c-4a35-bab2-6f6f753417f7"], ["support_identifier", "cs_67abacee"], ["created_at", "2017-12-20 17:47:07.496321"], ["updated_at", "2017-12-20 17:47:07.496321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 515], ["created_at", "2017-12-20 17:47:07.498320"], ["updated_at", "2017-12-20 17:47:07.498320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '946ab147-270b-4d9f-abdc-64a360925235' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_71b457e7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "259cf455bb76711bbcb73c97fe12ad4f"], ["uuid", "946ab147-270b-4d9f-abdc-64a360925235"], ["support_identifier", "cs_71b457e7"], ["created_at", "2017-12-20 17:47:07.916124"], ["updated_at", "2017-12-20 17:47:07.916124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 516], ["created_at", "2017-12-20 17:47:07.918225"], ["updated_at", "2017-12-20 17:47:07.918225"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 516]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8087ac5a-61db-4e31-90c6-782e8c848d35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_778727cf' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "195c16c4cd04a2c38b5702c25dd6a6d8"], ["uuid", "8087ac5a-61db-4e31-90c6-782e8c848d35"], ["support_identifier", "cs_778727cf"], ["created_at", "2017-12-20 17:47:08.332606"], ["updated_at", "2017-12-20 17:47:08.332606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 517], ["created_at", "2017-12-20 17:47:08.334611"], ["updated_at", "2017-12-20 17:47:08.334611"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 517]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 517]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 517]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba9d2703-9e7f-4c87-9ef2-6c9a5fdaf5e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_41585972' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "c8ca1863a503c035304b8422b326fdb1"], ["uuid", "ba9d2703-9e7f-4c87-9ef2-6c9a5fdaf5e2"], ["support_identifier", "cs_41585972"], ["created_at", "2017-12-20 17:47:08.733589"], ["updated_at", "2017-12-20 17:47:08.733589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 518], ["created_at", "2017-12-20 17:47:08.735657"], ["updated_at", "2017-12-20 17:47:08.735657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 518]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 518]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 518]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 518]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 518]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 11:47:09 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 8ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:47:09 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:47:09 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 11:47:09 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:47:09 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:47:09 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 11:47:09 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:47:09 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 11:47:09 -0600  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c25c86e-7223-404b-90ac-7ba78b449754' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7dbb483b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "7e3dfec2697f5bac55741a23c7b4d909"], ["uuid", "5c25c86e-7223-404b-90ac-7ba78b449754"], ["support_identifier", "cs_7dbb483b"], ["created_at", "2017-12-20 17:47:09.199599"], ["updated_at", "2017-12-20 17:47:09.199599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e297def9-282e-438c-81c8-7a650ff83572' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67c2f75c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ae5683b79ea95ade55b41b14dc0d174e"], ["uuid", "e297def9-282e-438c-81c8-7a650ff83572"], ["support_identifier", "cs_67c2f75c"], ["created_at", "2017-12-20 17:47:09.210630"], ["updated_at", "2017-12-20 17:47:09.210630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 520]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:50468/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5a5d3ab-281b-4bec-8953-c420494b263a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_229c261e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "133478450f56eb960885457f6687d887"], ["uuid", "c5a5d3ab-281b-4bec-8953-c420494b263a"], ["support_identifier", "cs_229c261e"], ["created_at", "2017-12-20 17:47:09.224698"], ["updated_at", "2017-12-20 17:47:09.224698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f6ad3f5-1b75-43ec-a99b-5d4ffa1d999f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9ec72556' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "cba58f73e06629a803fbc49e7a480212"], ["uuid", "8f6ad3f5-1b75-43ec-a99b-5d4ffa1d999f"], ["support_identifier", "cs_9ec72556"], ["created_at", "2017-12-20 17:47:09.249146"], ["updated_at", "2017-12-20 17:47:09.249146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32175933-8403-4380-9a28-285bb0122d80' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ffe2653' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "fb6065aad6c71583ace065bc0b7c27ea"], ["uuid", "32175933-8403-4380-9a28-285bb0122d80"], ["support_identifier", "cs_4ffe2653"], ["created_at", "2017-12-20 17:47:09.262109"], ["updated_at", "2017-12-20 17:47:09.262109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37d26371-6c17-4a76-8418-a2eb6a186869' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2ec00f7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ce6f093293c72afc5273f64be13da6fe"], ["uuid", "37d26371-6c17-4a76-8418-a2eb6a186869"], ["support_identifier", "cs_f2ec00f7"], ["created_at", "2017-12-20 17:47:09.276455"], ["updated_at", "2017-12-20 17:47:09.276455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 524]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b676847-f3bc-4f3e-a415-a24a5a980b03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ed48fb4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "d3833068574daaa37bfdd9e6d1bc5a75"], ["uuid", "3b676847-f3bc-4f3e-a415-a24a5a980b03"], ["support_identifier", "cs_4ed48fb4"], ["created_at", "2017-12-20 17:47:09.289079"], ["updated_at", "2017-12-20 17:47:09.289079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '354d5bf0-b3fc-4904-8c2b-dff85b884964' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2f9a592' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "06f2a2e5175b72c3dc4ac63c869b851b"], ["uuid", "354d5bf0-b3fc-4904-8c2b-dff85b884964"], ["support_identifier", "cs_f2f9a592"], ["created_at", "2017-12-20 17:47:09.295708"], ["updated_at", "2017-12-20 17:47:09.295708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.4ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '029ada89-979f-4c0b-9d65-fa30bc5c26b8' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b8e106bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "3160baf12af24a3a4f8a51feae3075f5"], ["uuid", "029ada89-979f-4c0b-9d65-fa30bc5c26b8"], ["support_identifier", "cs_b8e106bf"], ["created_at", "2017-12-20 17:47:09.336868"], ["updated_at", "2017-12-20 17:47:09.336868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 527]] Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1762754255 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '591398362fbc328e31535d1e073d39e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1efe316-212c-45be-99c2-d826dd25acb1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ef3c7cae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1762754255], ["username", "591398362fbc328e31535d1e073d39e1"], ["access_token", "c75f87e81e0a5060dd27713c86e123b6"], ["uuid", "c1efe316-212c-45be-99c2-d826dd25acb1"], ["support_identifier", "cs_ef3c7cae"], ["created_at", "2017-12-20 17:47:09.349630"], ["updated_at", "2017-12-20 17:47:09.349630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1762754255 AND "openstax_accounts_accounts"."id" != 528) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '591398362fbc328e31535d1e073d39e1' AND "openstax_accounts_accounts"."id" != 528) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 528) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_ef3c7cae' AND "openstax_accounts_accounts"."id" != 528) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273918094 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '321659f1acc7f6da7e2c49bbaaeac375' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e50faa8e-135f-4a25-bc62-1475bd651760' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d1da4bb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -273918094], ["username", "321659f1acc7f6da7e2c49bbaaeac375"], ["access_token", "9b203cc6ba0ba62495ba0916d41318b1"], ["uuid", "e50faa8e-135f-4a25-bc62-1475bd651760"], ["support_identifier", "cs_8d1da4bb"], ["created_at", "2017-12-20 17:47:09.360859"], ["updated_at", "2017-12-20 17:47:09.360859"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273918094 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '321659f1acc7f6da7e2c49bbaaeac375' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e50faa8e-135f-4a25-bc62-1475bd651760' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d1da4bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273918094 LIMIT 1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '321659f1acc7f6da7e2c49bbaaeac375' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'E50FAA8E-135F-4A25-BC62-1475BD651760' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d1da4bb' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1795576857 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a172259b00218f8270d533ec237aea43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef8b768f-4a10-4178-ba0c-74237507359d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d77df03f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1795576857], ["username", "a172259b00218f8270d533ec237aea43"], ["access_token", "8b4d5ba87b97fd1d5a373367836c02a0"], ["uuid", "ef8b768f-4a10-4178-ba0c-74237507359d"], ["support_identifier", "cs_d77df03f"], ["created_at", "2017-12-20 17:47:09.378371"], ["updated_at", "2017-12-20 17:47:09.378371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1795576857 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a172259b00218f8270d533ec237aea43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef8b768f-4a10-4178-ba0c-74237507359d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d77df03f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1795576857 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a172259b00218f8270d533ec237aea43' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef8b768f-4a10-4178-ba0c-74237507359d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'CS_D77DF03F' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "support_identifier" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["support_identifier", nil], ["updated_at", "2017-12-20 17:47:09.392295"], ["id", 530]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1795576857 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a172259b00218f8270d533ec237aea43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef8b768f-4a10-4178-ba0c-74237507359d' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -246169610 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83489c99-659f-4418-b14d-304c4330f44d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9fe3bc84' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -246169610], ["access_token", "9db3c56d796806d0745c6c1ef21a7d51"], ["uuid", "83489c99-659f-4418-b14d-304c4330f44d"], ["support_identifier", "cs_9fe3bc84"], ["created_at", "2017-12-20 17:47:09.401444"], ["updated_at", "2017-12-20 17:47:09.401444"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956550446 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'adad4453-67dd-4a6c-ba2a-60b0634cbac6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_26cd7012' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -956550446], ["access_token", "f73902a8af882d9c235cafd55d036a5e"], ["uuid", "adad4453-67dd-4a6c-ba2a-60b0634cbac6"], ["support_identifier", "cs_26cd7012"], ["created_at", "2017-12-20 17:47:09.405214"], ["updated_at", "2017-12-20 17:47:09.405214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -785435896 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '62dc8a9de04c7cd8e2ada790276df73d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e9e937c-e212-45b4-95e9-ef302176df1b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0d253c00' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -785435896], ["username", "62dc8a9de04c7cd8e2ada790276df73d"], ["access_token", "c83ccf189698b39e644f163f8ba67fe0"], ["uuid", "1e9e937c-e212-45b4-95e9-ef302176df1b"], ["support_identifier", "cs_0d253c00"], ["created_at", "2017-12-20 17:47:09.410559"], ["updated_at", "2017-12-20 17:47:09.410559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -785435896 AND "openstax_accounts_accounts"."id" != 533) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '1e9e937c-e212-45b4-95e9-ef302176df1b' AND "openstax_accounts_accounts"."id" != 533) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_0d253c00' AND "openstax_accounts_accounts"."id" != 533) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -976347243 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd62720501549bf246c2870b53a10cb4a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92d30728-4a9f-4581-95d8-cfde093fa978' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5f75acf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -976347243], ["username", "d62720501549bf246c2870b53a10cb4a"], ["access_token", "6e6bd5342a386d6449fa7affdb40e131"], ["uuid", "92d30728-4a9f-4581-95d8-cfde093fa978"], ["support_identifier", "cs_c5f75acf"], ["created_at", "2017-12-20 17:47:09.417959"], ["updated_at", "2017-12-20 17:47:09.417959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'd62720501549bf246c2870b53a10cb4a' AND "openstax_accounts_accounts"."id" != 534) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '92d30728-4a9f-4581-95d8-cfde093fa978' AND "openstax_accounts_accounts"."id" != 534) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c5f75acf' AND "openstax_accounts_accounts"."id" != 534) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 534) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'd62720501549bf246c2870b53a10cb4a' AND "openstax_accounts_accounts"."id" != 534) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '92d30728-4a9f-4581-95d8-cfde093fa978' AND "openstax_accounts_accounts"."id" != 534) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_c5f75acf' AND "openstax_accounts_accounts"."id" != 534) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-20 17:47:09.424896"], ["id", 534]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f108787319e36fd8998dcf816ad762d6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9563ba01-63ff-4af6-b51e-dd8f536432c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e5b5796' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -874019905 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '13000bbb33f978dcd87fc83a26900ca0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7fd83b7a-a102-4052-bbe7-de46bee02c7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f9bd666' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -914326277 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a37fc3c378acc3c01d0e6af8209b1cbc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab57e671-850e-41f8-87b0-161973c496d1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_86d8402f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -914326277], ["username", "a37fc3c378acc3c01d0e6af8209b1cbc"], ["access_token", "711d4f92be742eaa190e5fe12e339ebd"], ["uuid", "ab57e671-850e-41f8-87b0-161973c496d1"], ["support_identifier", "cs_86d8402f"], ["created_at", "2017-12-20 17:47:09.438181"], ["updated_at", "2017-12-20 17:47:09.438181"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1885435586 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a37fc3c378acc3c01d0e6af8209b1cbc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a1e48cf7-2818-4347-9d6d-5f09cac2b172' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8b10d700' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -474935030 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '347f587f371857bd395feef8334a7040' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4c63b520-ba8c-439f-9406-d5ab78c3cd55' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf98c60f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -474935030], ["username", "347f587f371857bd395feef8334a7040"], ["access_token", "b736268c53897b7545901293b6f6d772"], ["uuid", "4c63b520-ba8c-439f-9406-d5ab78c3cd55"], ["support_identifier", "cs_bf98c60f"], ["created_at", "2017-12-20 17:47:09.447616"], ["updated_at", "2017-12-20 17:47:09.447616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 536) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 536) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '4c63b520-ba8c-439f-9406-d5ab78c3cd55' AND "openstax_accounts_accounts"."id" != 536) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_bf98c60f' AND "openstax_accounts_accounts"."id" != 536) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-20 17:47:09.453106"], ["id", 536]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2102359637 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '2e1b800c324a6f4aa9d94472b776c88b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8d35b41f-089e-49cb-8a57-6e547efcbfab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7cf6b2f3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2102359637], ["username", "2e1b800c324a6f4aa9d94472b776c88b"], ["access_token", "0e9935c37c5d7da3666ea4c1612219ba"], ["uuid", "8d35b41f-089e-49cb-8a57-6e547efcbfab"], ["support_identifier", "cs_7cf6b2f3"], ["created_at", "2017-12-20 17:47:09.461040"], ["updated_at", "2017-12-20 17:47:09.461040"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '8d35b41f-089e-49cb-8a57-6e547efcbfab' AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7cf6b2f3' AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-20 17:47:09.464991"], ["id", 537]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '8d35b41f-089e-49cb-8a57-6e547efcbfab' AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7cf6b2f3' AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-20 17:47:09.468957"], ["id", 537]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '8d35b41f-089e-49cb-8a57-6e547efcbfab' AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7cf6b2f3' AND "openstax_accounts_accounts"."id" != 537) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-20 17:47:09.474609"], ["id", 537]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -140634803 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'cda32df97fd70f18ed731ecaaebf2a7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad6b697a-f83f-4822-b3d9-21431a0ec76d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38697428' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -140634803], ["username", "cda32df97fd70f18ed731ecaaebf2a7a"], ["access_token", "9adfa85eb1f80a24d5a99764069a7e35"], ["uuid", "ad6b697a-f83f-4822-b3d9-21431a0ec76d"], ["support_identifier", "cs_38697428"], ["created_at", "2017-12-20 17:47:09.481622"], ["updated_at", "2017-12-20 17:47:09.481622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'ad6b697a-f83f-4822-b3d9-21431a0ec76d' AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_38697428' AND "openstax_accounts_accounts"."id" != 538) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-20 17:47:09.486154"], ["id", 538]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1148302774 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '0ee481d9cbcdc85b1988a17a52fb54dd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8f49c6d-5657-4e1c-9e5d-a2a45eb2d6de' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9fc3d264' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1148302774], ["username", "0ee481d9cbcdc85b1988a17a52fb54dd"], ["access_token", "cc75e2816cbb22ac150f6133126724b5"], ["uuid", "b8f49c6d-5657-4e1c-9e5d-a2a45eb2d6de"], ["support_identifier", "cs_9fc3d264"], ["created_at", "2017-12-20 17:47:09.491762"], ["updated_at", "2017-12-20 17:47:09.491762"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 539) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 539) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b8f49c6d-5657-4e1c-9e5d-a2a45eb2d6de' AND "openstax_accounts_accounts"."id" != 539) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_9fc3d264' AND "openstax_accounts_accounts"."id" != 539) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-20 17:47:09.498308"], ["id", 539]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -485499129 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6dd4795f-b587-43c0-a436-0489b116b5ec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ca1d29b' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -485499129], ["username", "jstrav"], ["access_token", "39bb6a6796db2b5bf1160fd68db9fd93"], ["uuid", "6dd4795f-b587-43c0-a436-0489b116b5ec"], ["support_identifier", "cs_1ca1d29b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.504861"], ["updated_at", "2017-12-20 17:47:09.504861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1205346271 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20110708-d96e-4880-90e2-94a11bacc0b1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_45a68637' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1205346271], ["username", "mary"], ["access_token", "4299e6ab35036d27c1a5384b2c8c6f6d"], ["uuid", "20110708-d96e-4880-90e2-94a11bacc0b1"], ["support_identifier", "cs_45a68637"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.510426"], ["updated_at", "2017-12-20 17:47:09.510426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -74638462 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '018c84ea-8800-4684-bb4f-1a295de10360' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cd3d287d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -74638462], ["username", "jstead"], ["access_token", "4cc6e2ceaf22f7ba18b14d345676bf65"], ["uuid", "018c84ea-8800-4684-bb4f-1a295de10360"], ["support_identifier", "cs_cd3d287d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.514888"], ["updated_at", "2017-12-20 17:47:09.514888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -173060686 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c9398d2-d253-4ce3-9501-5426538af0dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66b30f90' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -173060686], ["username", "bigbear"], ["access_token", "edebd966f87ed277cfa264a141e73027"], ["uuid", "9c9398d2-d253-4ce3-9501-5426538af0dc"], ["support_identifier", "cs_66b30f90"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.519164"], ["updated_at", "2017-12-20 17:47:09.519164"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -895181353 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab477a93-584b-4e12-a0ec-fde05b1595b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a06506bb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -895181353], ["username", "jstrav"], ["access_token", "afd11cf952b144b8049b55ab9d183a63"], ["uuid", "ab477a93-584b-4e12-a0ec-fde05b1595b7"], ["support_identifier", "cs_a06506bb"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.530598"], ["updated_at", "2017-12-20 17:47:09.530598"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -889112850 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a77e808c-8eae-4cdf-aeec-4f724dd5e1f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_82157f97' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -889112850], ["username", "mary"], ["access_token", "8ce0c7aeb23568ab2cd28c527011e1c9"], ["uuid", "a77e808c-8eae-4cdf-aeec-4f724dd5e1f5"], ["support_identifier", "cs_82157f97"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.535427"], ["updated_at", "2017-12-20 17:47:09.535427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -818666435 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac8c682f-f9b0-4a5e-a366-38c381e4a6fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_39adab10' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -818666435], ["username", "jstead"], ["access_token", "24dcccb2260a2824777773fc031cc2ef"], ["uuid", "ac8c682f-f9b0-4a5e-a366-38c381e4a6fe"], ["support_identifier", "cs_39adab10"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.540977"], ["updated_at", "2017-12-20 17:47:09.540977"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -173728036 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e5a2971-bdc4-433d-ae48-8f845a5b0ced' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f44991a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -173728036], ["username", "bigbear"], ["access_token", "8af03ee6e4ab410ea9c35305fd417d38"], ["uuid", "6e5a2971-bdc4-433d-ae48-8f845a5b0ced"], ["support_identifier", "cs_f44991a5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.545654"], ["updated_at", "2017-12-20 17:47:09.545654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883487407 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20ea0c3d-77aa-4551-9e43-30fd43032faa' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd7ed105' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1883487407], ["username", "jstrav"], ["access_token", "c640ad9155e92cf4ed5ac2c558dc91c4"], ["uuid", "20ea0c3d-77aa-4551-9e43-30fd43032faa"], ["support_identifier", "cs_dd7ed105"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.554266"], ["updated_at", "2017-12-20 17:47:09.554266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1163772370 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae847d70-efbf-4fda-8a5d-232703f57aa5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_27389729' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1163772370], ["username", "mary"], ["access_token", "1f2be498308010ece82d9012db12c255"], ["uuid", "ae847d70-efbf-4fda-8a5d-232703f57aa5"], ["support_identifier", "cs_27389729"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.559847"], ["updated_at", "2017-12-20 17:47:09.559847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1722732784 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd6c6cd89-1687-435b-8fc9-17d2246ddea9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38d58266' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1722732784], ["username", "jstead"], ["access_token", "75f58d29df6f3f33d4523a4201b57143"], ["uuid", "d6c6cd89-1687-435b-8fc9-17d2246ddea9"], ["support_identifier", "cs_38d58266"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.564464"], ["updated_at", "2017-12-20 17:47:09.564464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -390267399 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf744f23-dad7-4d11-b87d-bdd57f727fc0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d386d396' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -390267399], ["username", "bigbear"], ["access_token", "ff23ad5ade079169eaa68e049055ddf7"], ["uuid", "cf744f23-dad7-4d11-b87d-bdd57f727fc0"], ["support_identifier", "cs_d386d396"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.568832"], ["updated_at", "2017-12-20 17:47:09.568832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013407214 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64c5023b-1abd-4398-ad91-6200bb7d572a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a1d45e9e' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2013407214], ["username", "jstrav"], ["access_token", "a6425aecfa220c885355314c080c2120"], ["uuid", "64c5023b-1abd-4398-ad91-6200bb7d572a"], ["support_identifier", "cs_a1d45e9e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.577015"], ["updated_at", "2017-12-20 17:47:09.577015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1257536519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5226bd2-58e3-4935-80d7-4d3d4b5bf811' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f9fc9cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1257536519], ["username", "mary"], ["access_token", "3812048b50c212893205fe62cce11d5c"], ["uuid", "e5226bd2-58e3-4935-80d7-4d3d4b5bf811"], ["support_identifier", "cs_6f9fc9cf"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.581604"], ["updated_at", "2017-12-20 17:47:09.581604"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1473513985 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04e53246-8744-401c-ae45-41adcd9c2d02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9a0716f0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1473513985], ["username", "jstead"], ["access_token", "0103bb1dba091df82164e124410dac9f"], ["uuid", "04e53246-8744-401c-ae45-41adcd9c2d02"], ["support_identifier", "cs_9a0716f0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.586180"], ["updated_at", "2017-12-20 17:47:09.586180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -450094179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c24c61c-3c80-4735-9ecf-9b50adba1a30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3d1b1c0b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -450094179], ["username", "bigbear"], ["access_token", "80fa6450056f78e25451354e478ecdcd"], ["uuid", "8c24c61c-3c80-4735-9ecf-9b50adba1a30"], ["support_identifier", "cs_3d1b1c0b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.591867"], ["updated_at", "2017-12-20 17:47:09.591867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1771877724 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '476309db-b2c5-450f-bc83-fb542b166528' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_678b4d6f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1771877724], ["username", "jstrav"], ["access_token", "14c2822c835c31bcb0d9a166f60f3401"], ["uuid", "476309db-b2c5-450f-bc83-fb542b166528"], ["support_identifier", "cs_678b4d6f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.600209"], ["updated_at", "2017-12-20 17:47:09.600209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1631745113 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11fa50e5-4013-4787-a3cf-75f320aecbba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd15ce0c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1631745113], ["username", "mary"], ["access_token", "ef72007ac31c999cd3a063ed57fff8cb"], ["uuid", "11fa50e5-4013-4787-a3cf-75f320aecbba"], ["support_identifier", "cs_dd15ce0c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.604535"], ["updated_at", "2017-12-20 17:47:09.604535"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1295963924 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ad8d28a-b51f-4914-9d16-4260917954c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_22eeef86' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1295963924], ["username", "jstead"], ["access_token", "6842c420bfbd1f3e8c70fe17f6c17869"], ["uuid", "1ad8d28a-b51f-4914-9d16-4260917954c0"], ["support_identifier", "cs_22eeef86"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.608866"], ["updated_at", "2017-12-20 17:47:09.608866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800720372 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a5cc2c7a-e076-4786-95ca-1375729c722f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e4bebff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -800720372], ["username", "bigbear"], ["access_token", "7fddc21c5802fc35a11400870ce5bd14"], ["uuid", "a5cc2c7a-e076-4786-95ca-1375729c722f"], ["support_identifier", "cs_4e4bebff"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.613206"], ["updated_at", "2017-12-20 17:47:09.613206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -843416490 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '27a1af54-702b-4ec8-a26f-cd48fa4fe6bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6208c8f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -843416490], ["username", "jstrav"], ["access_token", "ff45cc5439f3e048e424c01a11d9ebc3"], ["uuid", "27a1af54-702b-4ec8-a26f-cd48fa4fe6bc"], ["support_identifier", "cs_e6208c8f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.621659"], ["updated_at", "2017-12-20 17:47:09.621659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -613596221 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '910e50fa-f6d1-4016-a2b1-49179ccaa558' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f23cdad2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -613596221], ["username", "mary"], ["access_token", "8994137af36b9353738cc3fe746187fa"], ["uuid", "910e50fa-f6d1-4016-a2b1-49179ccaa558"], ["support_identifier", "cs_f23cdad2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.626165"], ["updated_at", "2017-12-20 17:47:09.626165"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -926567402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd414b51f-2e2b-4f6c-ad16-5d4b69b61f82' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_04af81f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -926567402], ["username", "jstead"], ["access_token", "efe9d526c6bf73b6dafa1592848fd8fb"], ["uuid", "d414b51f-2e2b-4f6c-ad16-5d4b69b61f82"], ["support_identifier", "cs_04af81f4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.630756"], ["updated_at", "2017-12-20 17:47:09.630756"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1467960832 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a9bcf28-841a-42fb-8b1e-e0d694b334c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_54a9f019' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1467960832], ["username", "bigbear"], ["access_token", "9249e94958c0e58087ee29a04fde197f"], ["uuid", "0a9bcf28-841a-42fb-8b1e-e0d694b334c8"], ["support_identifier", "cs_54a9f019"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.635319"], ["updated_at", "2017-12-20 17:47:09.635319"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -957249106 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8bbef5ee-e8d4-4df8-9a0a-cee07bc15a89' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d57f476f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -957249106], ["username", "jstrav"], ["access_token", "91cb7f01793c6658723f4631b0890fee"], ["uuid", "8bbef5ee-e8d4-4df8-9a0a-cee07bc15a89"], ["support_identifier", "cs_d57f476f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.645129"], ["updated_at", "2017-12-20 17:47:09.645129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -173633354 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e125956-d65d-4ae2-8f8b-ec168c5015f8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e000421c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -173633354], ["username", "mary"], ["access_token", "e8d90ce485e8ac04c51fb80f0df08b41"], ["uuid", "8e125956-d65d-4ae2-8f8b-ec168c5015f8"], ["support_identifier", "cs_e000421c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.649584"], ["updated_at", "2017-12-20 17:47:09.649584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -409842760 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9585970d-65fc-4674-bc01-333d012864bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ee6c2179' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -409842760], ["username", "jstead"], ["access_token", "014c394f23183ea80032e0da5824a695"], ["uuid", "9585970d-65fc-4674-bc01-333d012864bd"], ["support_identifier", "cs_ee6c2179"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.654523"], ["updated_at", "2017-12-20 17:47:09.654523"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1012676204 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12f5c321-20bc-4001-99d8-0176b27168b2' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb051bc0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1012676204], ["username", "bigbear"], ["access_token", "d203dcd3b2b3748e14a3815e82a58d3a"], ["uuid", "12f5c321-20bc-4001-99d8-0176b27168b2"], ["support_identifier", "cs_bb051bc0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.661187"], ["updated_at", "2017-12-20 17:47:09.661187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_ee6c2179')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_ee6c2179') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1484213145 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37811fc0-7a6e-400c-a32a-4b8d230207cc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4d20db1b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1484213145], ["username", "jstrav"], ["access_token", "cf0a6bf53c5267d23e561d4eb74fd386"], ["uuid", "37811fc0-7a6e-400c-a32a-4b8d230207cc"], ["support_identifier", "cs_4d20db1b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.670194"], ["updated_at", "2017-12-20 17:47:09.670194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646066277 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ea6c441-4160-4826-b62c-940d0514fe5b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_35b77f50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -646066277], ["username", "mary"], ["access_token", "428ebdda35d148ea0b1c6950e9c9424f"], ["uuid", "3ea6c441-4160-4826-b62c-940d0514fe5b"], ["support_identifier", "cs_35b77f50"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.674867"], ["updated_at", "2017-12-20 17:47:09.674867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -813821278 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63cf9fdf-3542-4784-a61f-a36dda9cd79f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_881ec5ea' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -813821278], ["username", "jstead"], ["access_token", "bad7a0a572c7b8325c844ccafc4c4eed"], ["uuid", "63cf9fdf-3542-4784-a61f-a36dda9cd79f"], ["support_identifier", "cs_881ec5ea"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.680965"], ["updated_at", "2017-12-20 17:47:09.680965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2058418697 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a9db1dc-94d9-4a88-b342-d7dcbe693aae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0b1608ad' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2058418697], ["username", "bigbear"], ["access_token", "a4a6ae539af46873c46d28591ca480f5"], ["uuid", "0a9db1dc-94d9-4a88-b342-d7dcbe693aae"], ["support_identifier", "cs_0b1608ad"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.686765"], ["updated_at", "2017-12-20 17:47:09.686765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -321000892 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29bb764d-1a70-4a64-bbf1-9cde0fbb0fde' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ca3a3ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -321000892], ["username", "jstrav"], ["access_token", "0a351ef9d2f3de157ed61dec8a2d9175"], ["uuid", "29bb764d-1a70-4a64-bbf1-9cde0fbb0fde"], ["support_identifier", "cs_7ca3a3ad"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.696677"], ["updated_at", "2017-12-20 17:47:09.696677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -507665459 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ff19e2e-6ac4-40f5-b7bd-200cd400ac0f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cfe820c8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -507665459], ["username", "mary"], ["access_token", "166d77fbe4b42f0cf410b5b4ed764ca3"], ["uuid", "5ff19e2e-6ac4-40f5-b7bd-200cd400ac0f"], ["support_identifier", "cs_cfe820c8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.701207"], ["updated_at", "2017-12-20 17:47:09.701207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -372245072 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '799118e3-f0ae-4cfb-a453-b589c58897a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf2717b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -372245072], ["username", "jstead"], ["access_token", "eec76ff39f648d65d2e16203cb0a35fd"], ["uuid", "799118e3-f0ae-4cfb-a453-b589c58897a5"], ["support_identifier", "cs_bf2717b4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.705582"], ["updated_at", "2017-12-20 17:47:09.705582"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1132239934 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6bd326cd-9871-4a38-b832-4f78d535f3be' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_acf7e8c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1132239934], ["username", "bigbear"], ["access_token", "eece4b955472ab91ddd17e8fdb1a060d"], ["uuid", "6bd326cd-9871-4a38-b832-4f78d535f3be"], ["support_identifier", "cs_acf7e8c1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.709993"], ["updated_at", "2017-12-20 17:47:09.709993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -416856768 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f904ae64-99ec-4752-b501-1f2a07353a91' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_df11ecb8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -416856768], ["username", "jstrav"], ["access_token", "af5e1f697193b5875d6ba00d7bc40e1c"], ["uuid", "f904ae64-99ec-4752-b501-1f2a07353a91"], ["support_identifier", "cs_df11ecb8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.718679"], ["updated_at", "2017-12-20 17:47:09.718679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -365611919 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83673eda-f15c-4c11-8680-57f8ff148df4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d5711e38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -365611919], ["username", "mary"], ["access_token", "5dbe139ef73e7d31d37f97a60604da56"], ["uuid", "83673eda-f15c-4c11-8680-57f8ff148df4"], ["support_identifier", "cs_d5711e38"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.723179"], ["updated_at", "2017-12-20 17:47:09.723179"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -576602371 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '623880ed-f2e2-4fc2-b363-81b254555385' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_17910c7b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -576602371], ["username", "jstead"], ["access_token", "f6ba5747bff585c98aa8a4c87be76a0c"], ["uuid", "623880ed-f2e2-4fc2-b363-81b254555385"], ["support_identifier", "cs_17910c7b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.727750"], ["updated_at", "2017-12-20 17:47:09.727750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1836697022 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1d06970-6ee5-49f7-9da0-cb756bddaf20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9fcf43f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1836697022], ["username", "bigbear"], ["access_token", "673fde320131d51905b2ab71fd3d8635"], ["uuid", "f1d06970-6ee5-49f7-9da0-cb756bddaf20"], ["support_identifier", "cs_9fcf43f3"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.732299"], ["updated_at", "2017-12-20 17:47:09.732299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -576602371)  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -576602371) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -832238547 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b91957b-1910-486d-88f0-5921be163bce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b929bd7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -832238547], ["username", "jstrav"], ["access_token", "45f7201125358ec26a3e6d4dd6fa4587"], ["uuid", "6b91957b-1910-486d-88f0-5921be163bce"], ["support_identifier", "cs_1b929bd7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.741127"], ["updated_at", "2017-12-20 17:47:09.741127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -955914593 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25518228-042f-4219-ad4f-78b27425f118' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3136ffb9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -955914593], ["username", "mary"], ["access_token", "671244cba2f3e5b6866dea8624317af2"], ["uuid", "25518228-042f-4219-ad4f-78b27425f118"], ["support_identifier", "cs_3136ffb9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.745883"], ["updated_at", "2017-12-20 17:47:09.745883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1355247758 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0033362-0802-4802-afc4-70d5781be637' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5a36b3be' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1355247758], ["username", "jstead"], ["access_token", "9922ace4770016e952b8563bf4173313"], ["uuid", "e0033362-0802-4802-afc4-70d5781be637"], ["support_identifier", "cs_5a36b3be"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.750137"], ["updated_at", "2017-12-20 17:47:09.750137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1653437230 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa0e2cb4-0c3a-4b91-81ea-bef673d87b34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3f1cccf1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1653437230], ["username", "bigbear"], ["access_token", "c48196acf861f0332b6b7f270bae816e"], ["uuid", "fa0e2cb4-0c3a-4b91-81ea-bef673d87b34"], ["support_identifier", "cs_3f1cccf1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.754375"], ["updated_at", "2017-12-20 17:47:09.754375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'e0033362-0802-4802-afc4-70d5781be637')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'e0033362-0802-4802-afc4-70d5781be637') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -524816532 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '394f6201-a9bf-4ef4-abd7-951a9383538b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_04bba08f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -524816532], ["username", "jstrav"], ["access_token", "13ab73cd1c6b582a54f027a4ecea4473"], ["uuid", "394f6201-a9bf-4ef4-abd7-951a9383538b"], ["support_identifier", "cs_04bba08f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.762501"], ["updated_at", "2017-12-20 17:47:09.762501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -331217056 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62be5ae0-1ec8-4002-8755-8404e9453482' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b5fa54d4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -331217056], ["username", "mary"], ["access_token", "be6001dbd52c24aee9386d16b27a6993"], ["uuid", "62be5ae0-1ec8-4002-8755-8404e9453482"], ["support_identifier", "cs_b5fa54d4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.767024"], ["updated_at", "2017-12-20 17:47:09.767024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1820045971 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1439b47-7f5b-4b30-b60b-899a7a808610' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d36466a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1820045971], ["username", "jstead"], ["access_token", "84d1c487ed57b941a9265873ba0bc8d0"], ["uuid", "c1439b47-7f5b-4b30-b60b-899a7a808610"], ["support_identifier", "cs_d36466a3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.771782"], ["updated_at", "2017-12-20 17:47:09.771782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829562228 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e60f1b0-5403-429e-b4d7-eba32f693647' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8912103f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1829562228], ["username", "bigbear"], ["access_token", "fbff34b4240530503183552a169a8317"], ["uuid", "1e60f1b0-5403-429e-b4d7-eba32f693647"], ["support_identifier", "cs_8912103f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.776264"], ["updated_at", "2017-12-20 17:47:09.776264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1228159548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '03997d5d-8838-4c91-be79-4713d303a612' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6879f2ac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1228159548], ["username", "jstrav"], ["access_token", "3a15bc97d71f1b4d3ff744866a217688"], ["uuid", "03997d5d-8838-4c91-be79-4713d303a612"], ["support_identifier", "cs_6879f2ac"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.783995"], ["updated_at", "2017-12-20 17:47:09.783995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -747078343 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef97d746-641b-49a8-8f0e-ed4557523214' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb108195' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -747078343], ["username", "mary"], ["access_token", "626920866f561c3efbb2a0a1c14a286d"], ["uuid", "ef97d746-641b-49a8-8f0e-ed4557523214"], ["support_identifier", "cs_eb108195"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.789074"], ["updated_at", "2017-12-20 17:47:09.789074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045036457 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0cde3f54-c8da-457c-aa4f-57634d03b4e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_87bd17ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2045036457], ["username", "jstead"], ["access_token", "3148f25b09e275a20c951a24455655c9"], ["uuid", "0cde3f54-c8da-457c-aa4f-57634d03b4e1"], ["support_identifier", "cs_87bd17ed"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.794016"], ["updated_at", "2017-12-20 17:47:09.794016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42691501 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f92a2208-eadf-4733-952f-5c9fbbbc8350' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_143e33a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -42691501], ["username", "bigbear"], ["access_token", "14c468c32ee36cc5ff9cb37d9fac4f0f"], ["uuid", "f92a2208-eadf-4733-952f-5c9fbbbc8350"], ["support_identifier", "cs_143e33a6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.798330"], ["updated_at", "2017-12-20 17:47:09.798330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -422670443 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cdb4c52b-c242-47ae-ba10-cc831f05816a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_40bb7294' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -422670443], ["username", "jstrav"], ["access_token", "5e9658436ee94be89d18d692537abb22"], ["uuid", "cdb4c52b-c242-47ae-ba10-cc831f05816a"], ["support_identifier", "cs_40bb7294"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.806801"], ["updated_at", "2017-12-20 17:47:09.806801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -994927873 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '79670ccd-5792-4974-bdf7-b5dd86f07eea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95925cba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -994927873], ["username", "mary"], ["access_token", "c47b382625987f6316b28dc92bfee936"], ["uuid", "79670ccd-5792-4974-bdf7-b5dd86f07eea"], ["support_identifier", "cs_95925cba"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.811489"], ["updated_at", "2017-12-20 17:47:09.811489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1133139634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad073c8e-a22f-47da-ad89-cc19de511620' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d36c25d1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1133139634], ["username", "jstead"], ["access_token", "d812734fa25b4d2a2dcfb32ef07523ca"], ["uuid", "ad073c8e-a22f-47da-ad89-cc19de511620"], ["support_identifier", "cs_d36c25d1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.816064"], ["updated_at", "2017-12-20 17:47:09.816064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66933084 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4cd0be8-e072-44a5-946b-f4b33fd6f15e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f48f57af' LIMIT 1 SQL (0.6ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -66933084], ["username", "bigbear"], ["access_token", "bd50f955f5558df6f31bb542c6cb24cb"], ["uuid", "d4cd0be8-e072-44a5-946b-f4b33fd6f15e"], ["support_identifier", "cs_f48f57af"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.821313"], ["updated_at", "2017-12-20 17:47:09.821313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -585177059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66554d24-22cd-4be2-bbb9-0f8c124ba28b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d2f2af49' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -585177059], ["username", "foo_bb"], ["access_token", "477f8be86e5249e20ad72e1c7d58178c"], ["uuid", "66554d24-22cd-4be2-bbb9-0f8c124ba28b"], ["support_identifier", "cs_d2f2af49"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-12-20 17:47:09.827854"], ["updated_at", "2017-12-20 17:47:09.827854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -939839228 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '52c663a4-c2df-4d51-9890-4e23d366130a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3934a3b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -939839228], ["username", "foo_bj"], ["access_token", "37181ff867c575a902034e03c3f74af5"], ["uuid", "52c663a4-c2df-4d51-9890-4e23d366130a"], ["support_identifier", "cs_3934a3b3"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-12-20 17:47:09.832620"], ["updated_at", "2017-12-20 17:47:09.832620"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -905679196 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '713e2a43-6dad-429d-95c5-84417d539e05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0dd7850b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -905679196], ["username", "foo_tj"], ["access_token", "98e8e12f0213d2d9be6d4772a2f3d3d6"], ["uuid", "713e2a43-6dad-429d-95c5-84417d539e05"], ["support_identifier", "cs_0dd7850b"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-12-20 17:47:09.836988"], ["updated_at", "2017-12-20 17:47:09.836988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1250974415 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '923a0cd9-0c18-411e-8835-2a61d537c934' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5e9b81a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1250974415], ["username", "jstrav"], ["access_token", "302e75863e9f78ab3c5124e637b9f93d"], ["uuid", "923a0cd9-0c18-411e-8835-2a61d537c934"], ["support_identifier", "cs_c5e9b81a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:09.848144"], ["updated_at", "2017-12-20 17:47:09.848144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195033026 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '027771a1-d9d3-4e7f-9d0c-eb9bed3ac6c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_07659916' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1195033026], ["username", "mary"], ["access_token", "5744bcda56877cf0fd1e8861c970b51b"], ["uuid", "027771a1-d9d3-4e7f-9d0c-eb9bed3ac6c4"], ["support_identifier", "cs_07659916"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:09.852987"], ["updated_at", "2017-12-20 17:47:09.852987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1564818211 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e6076f90-977e-461c-80fb-fadb8516f3c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a72b8a1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1564818211], ["username", "jstead"], ["access_token", "41c9d92102290c152d946c04a8b2169d"], ["uuid", "e6076f90-977e-461c-80fb-fadb8516f3c0"], ["support_identifier", "cs_2a72b8a1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:09.857466"], ["updated_at", "2017-12-20 17:47:09.857466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66762837 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '97c75618-1250-4c85-af34-b964ce1af4d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b0000343' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -66762837], ["username", "bigbear"], ["access_token", "4fac88ca0ebef3a3e6ae6ee30241660b"], ["uuid", "97c75618-1250-4c85-af34-b964ce1af4d8"], ["support_identifier", "cs_b0000343"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:09.861849"], ["updated_at", "2017-12-20 17:47:09.861849"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965547211 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e90a50f-61ec-4177-8844-ab2712d7c607' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fc86c53f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -965547211], ["username", "billy_00"], ["access_token", "f6b1ab64c2986d7718ad97e434e9eaf2"], ["uuid", "5e90a50f-61ec-4177-8844-ab2712d7c607"], ["support_identifier", "cs_fc86c53f"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:47:09.866450"], ["updated_at", "2017-12-20 17:47:09.866450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1580384128 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30a569e4-cac5-4906-827d-0f1209df0dd1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ecd3ec6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1580384128], ["username", "billy_01"], ["access_token", "0f302645a6102c3d67dad903b65c2de0"], ["uuid", "30a569e4-cac5-4906-827d-0f1209df0dd1"], ["support_identifier", "cs_2ecd3ec6"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:47:09.870939"], ["updated_at", "2017-12-20 17:47:09.870939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1396073958 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0522b487-2731-4aef-8d12-e79de84c3d98' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d34ddfe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1396073958], ["username", "billy_02"], ["access_token", "c280b9ea4985abc532a2ea5d901e42d2"], ["uuid", "0522b487-2731-4aef-8d12-e79de84c3d98"], ["support_identifier", "cs_7d34ddfe"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:47:09.875350"], ["updated_at", "2017-12-20 17:47:09.875350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1885666519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6cac2e81-9932-470b-beba-71f42f66b173' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e3ef30b6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1885666519], ["username", "billy_03"], ["access_token", "2973c1520f0e662e218c562ae907d16b"], ["uuid", "6cac2e81-9932-470b-beba-71f42f66b173"], ["support_identifier", "cs_e3ef30b6"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:47:09.879988"], ["updated_at", "2017-12-20 17:47:09.879988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -306894028 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4272f623-2712-4b1d-bd2c-3a9b1c547df7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_61fd9096' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -306894028], ["username", "billy_04"], ["access_token", "2f7c13694e496bf06b54cf3a43a9315c"], ["uuid", "4272f623-2712-4b1d-bd2c-3a9b1c547df7"], ["support_identifier", "cs_61fd9096"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:47:09.884578"], ["updated_at", "2017-12-20 17:47:09.884578"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1272906593 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '303a9891-00e1-4580-9db3-8fbd24d68192' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_953d0928' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1272906593], ["username", "billy_05"], ["access_token", "9b8eae04685f7a012ac2d043d154a2c9"], ["uuid", "303a9891-00e1-4580-9db3-8fbd24d68192"], ["support_identifier", "cs_953d0928"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:47:09.889788"], ["updated_at", "2017-12-20 17:47:09.889788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -206350874 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '679b825c-517a-4674-af80-a4c545c6f4f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dadb0b1b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -206350874], ["username", "billy_06"], ["access_token", "5820944a3446efe5a80ffa538f1994a6"], ["uuid", "679b825c-517a-4674-af80-a4c545c6f4f3"], ["support_identifier", "cs_dadb0b1b"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:47:09.894245"], ["updated_at", "2017-12-20 17:47:09.894245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -720930095 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac01f1ae-578b-447d-b2d2-bd6d979b54dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e30e331c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -720930095], ["username", "billy_07"], ["access_token", "2e19803586fe9402a41a50943bcb58ad"], ["uuid", "ac01f1ae-578b-447d-b2d2-bd6d979b54dc"], ["support_identifier", "cs_e30e331c"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:47:09.905565"], ["updated_at", "2017-12-20 17:47:09.905565"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1724664735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '32024889-8e72-4464-8d51-2d14e59032a2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a2952dc8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1724664735], ["username", "billy_08"], ["access_token", "7e2ec95920ffea767dfe3a4aa962af68"], ["uuid", "32024889-8e72-4464-8d51-2d14e59032a2"], ["support_identifier", "cs_a2952dc8"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:47:09.910076"], ["updated_at", "2017-12-20 17:47:09.910076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141443660 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '17028cf7-8dad-4c55-b933-bb49e86efba7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_514f79dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2141443660], ["username", "billy_09"], ["access_token", "275691218d9cad9ef8674eb8e2df17e9"], ["uuid", "17028cf7-8dad-4c55-b933-bb49e86efba7"], ["support_identifier", "cs_514f79dc"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:47:09.914511"], ["updated_at", "2017-12-20 17:47:09.914511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1814451676 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '87d998ac-5ad6-46b7-8342-623ca4ae860c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0a07a434' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1814451676], ["username", "billy_10"], ["access_token", "cd0d1b05271f67ce02917bba951d7d40"], ["uuid", "87d998ac-5ad6-46b7-8342-623ca4ae860c"], ["support_identifier", "cs_0a07a434"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:47:09.918933"], ["updated_at", "2017-12-20 17:47:09.918933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2089864354 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf789a91-82e9-4731-9122-95869aea9bd6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_471bb1ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2089864354], ["username", "billy_11"], ["access_token", "48843aab2c437eedec08a796128b7da6"], ["uuid", "bf789a91-82e9-4731-9122-95869aea9bd6"], ["support_identifier", "cs_471bb1ae"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:47:09.923360"], ["updated_at", "2017-12-20 17:47:09.923360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1704083905 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1b7d84c-28da-4506-af2d-8af317bbeff6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_777343e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1704083905], ["username", "billy_12"], ["access_token", "df9c7c0ce3f155895d2c5d4272bd3a4a"], ["uuid", "b1b7d84c-28da-4506-af2d-8af317bbeff6"], ["support_identifier", "cs_777343e9"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:47:09.927741"], ["updated_at", "2017-12-20 17:47:09.927741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1445921994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '470debf0-af1b-46f6-932d-f297698d6a1e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3213a872' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1445921994], ["username", "billy_13"], ["access_token", "d64b91c3cf19762fed8d5051e69ba246"], ["uuid", "470debf0-af1b-46f6-932d-f297698d6a1e"], ["support_identifier", "cs_3213a872"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:47:09.932154"], ["updated_at", "2017-12-20 17:47:09.932154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1379586706 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96a1a97f-41f0-48ee-8eed-26efcc5a7863' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f93ddda3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1379586706], ["username", "billy_14"], ["access_token", "8bae4f562bc75591a62e7e9175ce4895"], ["uuid", "96a1a97f-41f0-48ee-8eed-26efcc5a7863"], ["support_identifier", "cs_f93ddda3"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:47:09.936619"], ["updated_at", "2017-12-20 17:47:09.936619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -418121351 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f99a1aa1-04d6-425b-9b99-650b8221c6af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ea5a1217' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -418121351], ["username", "billy_15"], ["access_token", "b9b7a0ef1433fab92897d6c5bbc85d1e"], ["uuid", "f99a1aa1-04d6-425b-9b99-650b8221c6af"], ["support_identifier", "cs_ea5a1217"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:47:09.941016"], ["updated_at", "2017-12-20 17:47:09.941016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -290699927 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2d856bc7-ae50-4524-83d7-2c355b380519' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e491629' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -290699927], ["username", "billy_16"], ["access_token", "116815927fc498032581f1352084620c"], ["uuid", "2d856bc7-ae50-4524-83d7-2c355b380519"], ["support_identifier", "cs_9e491629"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:47:09.945396"], ["updated_at", "2017-12-20 17:47:09.945396"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -814182577 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5a449d7-20ec-4f35-a455-4f9585d833c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f77c00b2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -814182577], ["username", "billy_17"], ["access_token", "87a3a86d4c2b00dd497a41660d5fcbf8"], ["uuid", "c5a449d7-20ec-4f35-a455-4f9585d833c8"], ["support_identifier", "cs_f77c00b2"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:47:09.949755"], ["updated_at", "2017-12-20 17:47:09.949755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1879148893 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1c0cc60c-e241-4566-ac48-b82cdc103162' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f3f77d12' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1879148893], ["username", "billy_18"], ["access_token", "81984e181443044d4b6a4d2206f8a422"], ["uuid", "1c0cc60c-e241-4566-ac48-b82cdc103162"], ["support_identifier", "cs_f3f77d12"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:47:09.954850"], ["updated_at", "2017-12-20 17:47:09.954850"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1296455175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ccdf883-f5b7-49e6-a460-b07d9409fea7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91a85a76' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1296455175], ["username", "billy_19"], ["access_token", "d394a85f0d21072334e40f92b5694401"], ["uuid", "5ccdf883-f5b7-49e6-a460-b07d9409fea7"], ["support_identifier", "cs_91a85a76"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:47:09.959350"], ["updated_at", "2017-12-20 17:47:09.959350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -630237800 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'accb6d53-868c-4db8-9fdf-70c5eb87ba13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_313020ed' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -630237800], ["username", "billy_20"], ["access_token", "306c92c8438985d01c20c62dc801ad93"], ["uuid", "accb6d53-868c-4db8-9fdf-70c5eb87ba13"], ["support_identifier", "cs_313020ed"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:47:09.963730"], ["updated_at", "2017-12-20 17:47:09.963730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -161503100 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57a7dce7-5d82-4a79-93f1-390a7ef8e273' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_549c3a81' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -161503100], ["username", "billy_21"], ["access_token", "53f468f0b7fbdd35bffbebea8e575636"], ["uuid", "57a7dce7-5d82-4a79-93f1-390a7ef8e273"], ["support_identifier", "cs_549c3a81"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:47:09.968281"], ["updated_at", "2017-12-20 17:47:09.968281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -883751099 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7594ba34-c883-467b-b479-9c78f9d58e61' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34fd230e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -883751099], ["username", "billy_22"], ["access_token", "77f3d2cf201684ca213ed074c261a258"], ["uuid", "7594ba34-c883-467b-b479-9c78f9d58e61"], ["support_identifier", "cs_34fd230e"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:47:09.972620"], ["updated_at", "2017-12-20 17:47:09.972620"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2078185119 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6fc2777-2016-4e51-a91a-1d79b7c96378' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a65a4122' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2078185119], ["username", "billy_23"], ["access_token", "81551488ba27e364c1e3d5bb99f724c5"], ["uuid", "b6fc2777-2016-4e51-a91a-1d79b7c96378"], ["support_identifier", "cs_a65a4122"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:47:09.976965"], ["updated_at", "2017-12-20 17:47:09.976965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1611343990 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a13dc66-668e-4f54-ae2b-d36696786905' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ed93dc1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1611343990], ["username", "billy_24"], ["access_token", "dade867c0cab0a1a9962715a8be30947"], ["uuid", "8a13dc66-668e-4f54-ae2b-d36696786905"], ["support_identifier", "cs_2ed93dc1"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:47:09.981353"], ["updated_at", "2017-12-20 17:47:09.981353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1019820626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fa8aee66-876f-4262-a3e1-e7ddbb87dec7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c97d962e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1019820626], ["username", "billy_25"], ["access_token", "21785d7b1df027ca2183f36407ab0119"], ["uuid", "fa8aee66-876f-4262-a3e1-e7ddbb87dec7"], ["support_identifier", "cs_c97d962e"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:47:09.985631"], ["updated_at", "2017-12-20 17:47:09.985631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1906065925 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ab75052-f51b-4753-a1d4-81e28e34fbcd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5750ebbf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1906065925], ["username", "billy_26"], ["access_token", "bc414adc997d9cabb5a97523def76e08"], ["uuid", "6ab75052-f51b-4753-a1d4-81e28e34fbcd"], ["support_identifier", "cs_5750ebbf"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:47:09.989916"], ["updated_at", "2017-12-20 17:47:09.989916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -434110099 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5d88ea98-641b-41d4-bf0b-563d2154d50b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7710ccbd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -434110099], ["username", "billy_27"], ["access_token", "94e547a434e88640a5dbc53b5a8d5662"], ["uuid", "5d88ea98-641b-41d4-bf0b-563d2154d50b"], ["support_identifier", "cs_7710ccbd"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:47:09.994276"], ["updated_at", "2017-12-20 17:47:09.994276"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1814372753 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af17b23e-d3ae-419b-b2f1-93da5f0eed96' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e4fcbcf1' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1814372753], ["username", "billy_28"], ["access_token", "8a826d5ebb0be1d8089d0d09bab455c8"], ["uuid", "af17b23e-d3ae-419b-b2f1-93da5f0eed96"], ["support_identifier", "cs_e4fcbcf1"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:47:09.998603"], ["updated_at", "2017-12-20 17:47:09.998603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1960901666 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '507ae26c-0e30-4d37-a8ad-ed93af048d18' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7364d210' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1960901666], ["username", "billy_29"], ["access_token", "234ff34a5f149d2c809c6afd760b1079"], ["uuid", "507ae26c-0e30-4d37-a8ad-ed93af048d18"], ["support_identifier", "cs_7364d210"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:47:10.005078"], ["updated_at", "2017-12-20 17:47:10.005078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1087437061 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df361e0a-ece5-4c1f-9f57-238f58c05d9c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d6a08f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1087437061], ["username", "billy_30"], ["access_token", "7f4b0db106f647bd6afc358de1f739ec"], ["uuid", "df361e0a-ece5-4c1f-9f57-238f58c05d9c"], ["support_identifier", "cs_7d6a08f3"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:47:10.010361"], ["updated_at", "2017-12-20 17:47:10.010361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -25336709 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e22d0a60-c4ed-45f2-a133-d4d823eb8464' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44ebbf11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -25336709], ["username", "billy_31"], ["access_token", "f6a5fe0f448e10115dc48c4c19992c63"], ["uuid", "e22d0a60-c4ed-45f2-a133-d4d823eb8464"], ["support_identifier", "cs_44ebbf11"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:47:10.014779"], ["updated_at", "2017-12-20 17:47:10.014779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1620220129 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71b6e017-3b58-4145-940c-6bac25bd1046' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_011507b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1620220129], ["username", "billy_32"], ["access_token", "c4cb341b9bf1cddeeaadc6cf22749418"], ["uuid", "71b6e017-3b58-4145-940c-6bac25bd1046"], ["support_identifier", "cs_011507b3"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:47:10.019033"], ["updated_at", "2017-12-20 17:47:10.019033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236197083 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ccf3dfc-a722-4a3f-a283-e6d5ca28fc96' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0dcb2c3b' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -236197083], ["username", "billy_33"], ["access_token", "36108cbf19af884ca064db176960481f"], ["uuid", "0ccf3dfc-a722-4a3f-a283-e6d5ca28fc96"], ["support_identifier", "cs_0dcb2c3b"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:47:10.023245"], ["updated_at", "2017-12-20 17:47:10.023245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322479638 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12eabce0-322f-44a5-8011-8c66dadfd0ec' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67f1c80a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -322479638], ["username", "billy_34"], ["access_token", "edaa3f1c4a587ec0cbbcb20dc1651ea8"], ["uuid", "12eabce0-322f-44a5-8011-8c66dadfd0ec"], ["support_identifier", "cs_67f1c80a"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:47:10.027698"], ["updated_at", "2017-12-20 17:47:10.027698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -616645623 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'beec2982-a045-41e8-b201-1c44d1b0f0a4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d9cf054' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -616645623], ["username", "billy_35"], ["access_token", "ebd2ae3b15749c1757120e1e57c6618e"], ["uuid", "beec2982-a045-41e8-b201-1c44d1b0f0a4"], ["support_identifier", "cs_7d9cf054"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:47:10.032113"], ["updated_at", "2017-12-20 17:47:10.032113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1553666050 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba779452-d8d2-488a-b71d-43c7f82883e7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f931e914' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1553666050], ["username", "billy_36"], ["access_token", "952fdc7aeeda06d37ecfe523d7023358"], ["uuid", "ba779452-d8d2-488a-b71d-43c7f82883e7"], ["support_identifier", "cs_f931e914"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:47:10.036360"], ["updated_at", "2017-12-20 17:47:10.036360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -263138383 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f6ef8c2-2187-4ad3-9481-78ded895473e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa78ff1b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -263138383], ["username", "billy_37"], ["access_token", "bedfa78af9d966a480560331bb72873e"], ["uuid", "8f6ef8c2-2187-4ad3-9481-78ded895473e"], ["support_identifier", "cs_fa78ff1b"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:47:10.040637"], ["updated_at", "2017-12-20 17:47:10.040637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -370932062 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '774b19c8-b334-4a0e-8144-cc7a5902cb1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ee61801' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -370932062], ["username", "billy_38"], ["access_token", "9f168bef98b4112b31db485071a122cd"], ["uuid", "774b19c8-b334-4a0e-8144-cc7a5902cb1c"], ["support_identifier", "cs_2ee61801"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:47:10.044955"], ["updated_at", "2017-12-20 17:47:10.044955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1186436577 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '671c6353-3ae2-465d-a3f2-347e4ca37afe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a8cb802a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1186436577], ["username", "billy_39"], ["access_token", "4aaa565453e796a760fab1ab2c4768e4"], ["uuid", "671c6353-3ae2-465d-a3f2-347e4ca37afe"], ["support_identifier", "cs_a8cb802a"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:47:10.049313"], ["updated_at", "2017-12-20 17:47:10.049313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -364057041 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5d35267-f7b9-41c4-b77d-c8ad4df20fcf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4dc37a0b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -364057041], ["username", "billy_40"], ["access_token", "d0cbbfe4cf86eaa4bbe74e8554d3f8d1"], ["uuid", "d5d35267-f7b9-41c4-b77d-c8ad4df20fcf"], ["support_identifier", "cs_4dc37a0b"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:47:10.053745"], ["updated_at", "2017-12-20 17:47:10.053745"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1861701157 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3cecefe-5665-4665-a518-61e443143bc2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd8a443b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1861701157], ["username", "billy_41"], ["access_token", "b21187c16ba709939d94ec96e7cf07bc"], ["uuid", "d3cecefe-5665-4665-a518-61e443143bc2"], ["support_identifier", "cs_dd8a443b"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:47:10.057987"], ["updated_at", "2017-12-20 17:47:10.057987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -253778850 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd09a4436-e5dd-4860-b960-515fb5752d58' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fecba022' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -253778850], ["username", "billy_42"], ["access_token", "14c583e98a553f6810b2492341da8bf3"], ["uuid", "d09a4436-e5dd-4860-b960-515fb5752d58"], ["support_identifier", "cs_fecba022"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:47:10.062338"], ["updated_at", "2017-12-20 17:47:10.062338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091931665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e501854e-c107-4a3e-83bc-491479331073' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3794a3c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2091931665], ["username", "billy_43"], ["access_token", "36e64cf80880f6c7ca0282d231ac3c38"], ["uuid", "e501854e-c107-4a3e-83bc-491479331073"], ["support_identifier", "cs_3794a3c1"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:47:10.066554"], ["updated_at", "2017-12-20 17:47:10.066554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -652561764 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e625928-d666-45ec-b85a-4032674b1ec0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4daaf06b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -652561764], ["username", "billy_44"], ["access_token", "6e1e44d5fa1283ecfe09f2847a2155ac"], ["uuid", "1e625928-d666-45ec-b85a-4032674b1ec0"], ["support_identifier", "cs_4daaf06b"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:47:10.070800"], ["updated_at", "2017-12-20 17:47:10.070800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -928589880 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9756047b-a26e-49e6-a5d9-72b81b3f7e7b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_68c62f08' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -928589880], ["username", "billy_45"], ["access_token", "66f2b6ea173dad4cf3f15c46c361cf88"], ["uuid", "9756047b-a26e-49e6-a5d9-72b81b3f7e7b"], ["support_identifier", "cs_68c62f08"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:47:10.075107"], ["updated_at", "2017-12-20 17:47:10.075107"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406123092 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a47d9822-4b7c-4135-b3f6-aa63aa294052' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50ba23f1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -406123092], ["username", "jstrav"], ["access_token", "7ee91988799f36297f92085b1e29818a"], ["uuid", "a47d9822-4b7c-4135-b3f6-aa63aa294052"], ["support_identifier", "cs_50ba23f1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:10.085464"], ["updated_at", "2017-12-20 17:47:10.085464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -881107301 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac5182f8-083a-44e3-848a-e55b0151f09c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_454a0f62' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -881107301], ["username", "mary"], ["access_token", "1c77cddc2ac790ba38741df0fd63e56c"], ["uuid", "ac5182f8-083a-44e3-848a-e55b0151f09c"], ["support_identifier", "cs_454a0f62"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:10.089818"], ["updated_at", "2017-12-20 17:47:10.089818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -680227642 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f2dc80d-29f7-400d-bd89-7adb173f4fe8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a077aef' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -680227642], ["username", "jstead"], ["access_token", "ca23dca3bbcac8f80c0e35536a7c2484"], ["uuid", "5f2dc80d-29f7-400d-bd89-7adb173f4fe8"], ["support_identifier", "cs_8a077aef"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:10.094301"], ["updated_at", "2017-12-20 17:47:10.094301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -672573406 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3c18803-4c7b-4578-9622-a5e97127cc43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3e824e21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -672573406], ["username", "bigbear"], ["access_token", "9e4c86e20f9e629554c179267878c31b"], ["uuid", "c3c18803-4c7b-4578-9622-a5e97127cc43"], ["support_identifier", "cs_3e824e21"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:10.098750"], ["updated_at", "2017-12-20 17:47:10.098750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -812556514 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a07cdfc-ad28-41b4-a958-02de217e6cfc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f668ec18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -812556514], ["username", "billy_00"], ["access_token", "4a2d512b8d7a93c0240e1260b5082808"], ["uuid", "5a07cdfc-ad28-41b4-a958-02de217e6cfc"], ["support_identifier", "cs_f668ec18"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:47:10.103082"], ["updated_at", "2017-12-20 17:47:10.103082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880749273 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a08c007-1c5d-46de-ab0c-05e2d069f5f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_99c9a8f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -880749273], ["username", "billy_01"], ["access_token", "d6602da844498a09f1c2d3f8b8c8ed92"], ["uuid", "7a08c007-1c5d-46de-ab0c-05e2d069f5f1"], ["support_identifier", "cs_99c9a8f7"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:47:10.107368"], ["updated_at", "2017-12-20 17:47:10.107368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1295169748 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5dd6400e-365b-4e07-9137-56f4a679c1d6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95077c12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1295169748], ["username", "billy_02"], ["access_token", "929219c79c0c39cac41db21d882368ea"], ["uuid", "5dd6400e-365b-4e07-9137-56f4a679c1d6"], ["support_identifier", "cs_95077c12"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:47:10.111687"], ["updated_at", "2017-12-20 17:47:10.111687"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -303880337 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a66024cb-4472-4ca3-a53d-e8c9a0c1d2c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_81346ed7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -303880337], ["username", "billy_03"], ["access_token", "6c72205b294570b5911c5cfbb25f79a2"], ["uuid", "a66024cb-4472-4ca3-a53d-e8c9a0c1d2c3"], ["support_identifier", "cs_81346ed7"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:47:10.115977"], ["updated_at", "2017-12-20 17:47:10.115977"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1835300104 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22e1d841-823c-497b-bfe3-809a03d060a3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0f323275' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1835300104], ["username", "billy_04"], ["access_token", "46d2bce35d0e0f78412a4ac30204aa3c"], ["uuid", "22e1d841-823c-497b-bfe3-809a03d060a3"], ["support_identifier", "cs_0f323275"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:47:10.120893"], ["updated_at", "2017-12-20 17:47:10.120893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1373667625 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '599695e3-4243-41ea-b2b9-81b48203a18a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f98076d5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1373667625], ["username", "billy_05"], ["access_token", "1f3edb6515be022bfa30834ae7c958f3"], ["uuid", "599695e3-4243-41ea-b2b9-81b48203a18a"], ["support_identifier", "cs_f98076d5"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:47:10.127933"], ["updated_at", "2017-12-20 17:47:10.127933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -928454311 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2835c44-2860-4c61-b2b5-24058444a881' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0c5c4fc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -928454311], ["username", "billy_06"], ["access_token", "a14ccb766afd9cfc6a7198739effcc9f"], ["uuid", "f2835c44-2860-4c61-b2b5-24058444a881"], ["support_identifier", "cs_a0c5c4fc"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:47:10.133075"], ["updated_at", "2017-12-20 17:47:10.133075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1082271298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36f04bbd-6732-480a-ae48-870704de3d79' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2addb7f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1082271298], ["username", "billy_07"], ["access_token", "34096ce05f0e759f631d67b77ca71838"], ["uuid", "36f04bbd-6732-480a-ae48-870704de3d79"], ["support_identifier", "cs_2addb7f6"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:47:10.137414"], ["updated_at", "2017-12-20 17:47:10.137414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2025922937 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '090d9f84-5915-406b-8cd0-f91eee6fbdb3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2641264b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2025922937], ["username", "billy_08"], ["access_token", "86b161581bde568d2d0f06c3960f6397"], ["uuid", "090d9f84-5915-406b-8cd0-f91eee6fbdb3"], ["support_identifier", "cs_2641264b"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:47:10.141709"], ["updated_at", "2017-12-20 17:47:10.141709"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1909753652 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e7e599e-6a98-4db4-9dd6-c6c23446f09e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a39551dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1909753652], ["username", "billy_09"], ["access_token", "20a63436dd9525d2d3f54a502a59e255"], ["uuid", "5e7e599e-6a98-4db4-9dd6-c6c23446f09e"], ["support_identifier", "cs_a39551dd"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:47:10.146353"], ["updated_at", "2017-12-20 17:47:10.146353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1380256913 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a47deb5d-7169-4d34-8e62-34563cb940af' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fbadc283' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1380256913], ["username", "billy_10"], ["access_token", "09f59a56e5fb0b624f0036d57d1fd0ac"], ["uuid", "a47deb5d-7169-4d34-8e62-34563cb940af"], ["support_identifier", "cs_fbadc283"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:47:10.150635"], ["updated_at", "2017-12-20 17:47:10.150635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -895223753 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59f83d8a-40cd-4b09-b228-3496bb5c4f66' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_331547c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -895223753], ["username", "billy_11"], ["access_token", "098716d6f4c467edeee4d68052697a7c"], ["uuid", "59f83d8a-40cd-4b09-b228-3496bb5c4f66"], ["support_identifier", "cs_331547c7"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:47:10.154935"], ["updated_at", "2017-12-20 17:47:10.154935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -733147690 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eeefb615-0709-4370-8d8b-3e8181f47575' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c635897' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -733147690], ["username", "billy_12"], ["access_token", "a2b2aa864a3d4bd6de320edfb64f4cf9"], ["uuid", "eeefb615-0709-4370-8d8b-3e8181f47575"], ["support_identifier", "cs_7c635897"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:47:10.159196"], ["updated_at", "2017-12-20 17:47:10.159196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -634340223 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0751808-15bf-426a-88c9-c693e28f027b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f3909749' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -634340223], ["username", "billy_13"], ["access_token", "28f0d078d59330304b010bb576606d2e"], ["uuid", "f0751808-15bf-426a-88c9-c693e28f027b"], ["support_identifier", "cs_f3909749"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:47:10.163606"], ["updated_at", "2017-12-20 17:47:10.163606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1725653295 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c420398-88fe-4c43-9014-51833894cb45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a28ff1c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1725653295], ["username", "billy_14"], ["access_token", "ed5f124eab23f7270fab602c4f3892a1"], ["uuid", "8c420398-88fe-4c43-9014-51833894cb45"], ["support_identifier", "cs_a28ff1c5"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:47:10.167835"], ["updated_at", "2017-12-20 17:47:10.167835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589911700 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59a09bb4-155c-410f-9c77-b69a0e0d5fc6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_18578ce5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -589911700], ["username", "billy_15"], ["access_token", "ad9140ff1c8ed5c7611c8c4fb9447651"], ["uuid", "59a09bb4-155c-410f-9c77-b69a0e0d5fc6"], ["support_identifier", "cs_18578ce5"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:47:10.172044"], ["updated_at", "2017-12-20 17:47:10.172044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1321037859 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9967f050-78d2-4949-bfe3-40d14da52671' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b763032f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1321037859], ["username", "billy_16"], ["access_token", "c62be707e2c585f998409e2ea0a5bd8b"], ["uuid", "9967f050-78d2-4949-bfe3-40d14da52671"], ["support_identifier", "cs_b763032f"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:47:10.176207"], ["updated_at", "2017-12-20 17:47:10.176207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1137478326 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f551a4f-7b53-4109-9de1-19b7cf56105c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2c083113' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1137478326], ["username", "billy_17"], ["access_token", "b424a9becaa0b79aa75b8105f903bc8b"], ["uuid", "9f551a4f-7b53-4109-9de1-19b7cf56105c"], ["support_identifier", "cs_2c083113"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:47:10.180428"], ["updated_at", "2017-12-20 17:47:10.180428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -305661953 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c0e0f55-c13d-4afb-99e3-803fa7795f80' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e660261' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -305661953], ["username", "billy_18"], ["access_token", "d142676fc40e3a6c1b16f5a534110a3e"], ["uuid", "2c0e0f55-c13d-4afb-99e3-803fa7795f80"], ["support_identifier", "cs_5e660261"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:47:10.184727"], ["updated_at", "2017-12-20 17:47:10.184727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -871729440 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3bc02f98-56e0-4159-a8d4-53e27525e366' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0c2cec46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -871729440], ["username", "billy_19"], ["access_token", "9e2b9b6a211bbe151f5f6abb6ec4aff1"], ["uuid", "3bc02f98-56e0-4159-a8d4-53e27525e366"], ["support_identifier", "cs_0c2cec46"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:47:10.188960"], ["updated_at", "2017-12-20 17:47:10.188960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1509550460 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e5789539-4b9e-4ea4-aece-30f1aaafbab3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51b653af' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1509550460], ["username", "billy_20"], ["access_token", "50f2300c916183186d0b2cc97db6a5da"], ["uuid", "e5789539-4b9e-4ea4-aece-30f1aaafbab3"], ["support_identifier", "cs_51b653af"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:47:10.193250"], ["updated_at", "2017-12-20 17:47:10.193250"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2006277135 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd453b7c3-323e-4b4e-a162-3473730ce434' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e542618' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2006277135], ["username", "billy_21"], ["access_token", "c648309107e1eb418e0558e31dc3b5b1"], ["uuid", "d453b7c3-323e-4b4e-a162-3473730ce434"], ["support_identifier", "cs_8e542618"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:47:10.197726"], ["updated_at", "2017-12-20 17:47:10.197726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1565832015 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1b923db-589d-415c-a747-d2db49a73a0b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_694883a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1565832015], ["username", "billy_22"], ["access_token", "bb9d4d19f39c410899339583c06db001"], ["uuid", "f1b923db-589d-415c-a747-d2db49a73a0b"], ["support_identifier", "cs_694883a5"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:47:10.201855"], ["updated_at", "2017-12-20 17:47:10.201855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -249697209 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '943f289b-6098-4fbb-b8c7-b9502612819f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1cf06781' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -249697209], ["username", "billy_23"], ["access_token", "e9602d433f35433ae977eb99b7c6ea79"], ["uuid", "943f289b-6098-4fbb-b8c7-b9502612819f"], ["support_identifier", "cs_1cf06781"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:47:10.205909"], ["updated_at", "2017-12-20 17:47:10.205909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1212829059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7b2fa7e8-8660-4fa6-9bc3-a4f91f5dda7f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_72dafa0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1212829059], ["username", "billy_24"], ["access_token", "a11b1388b9e3098a6e9afb7b990f96a6"], ["uuid", "7b2fa7e8-8660-4fa6-9bc3-a4f91f5dda7f"], ["support_identifier", "cs_72dafa0e"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:47:10.210129"], ["updated_at", "2017-12-20 17:47:10.210129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829363775 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd184e197-863f-4a17-b286-e0ea41e6f386' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_228d1be6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1829363775], ["username", "billy_25"], ["access_token", "4930891e72efce539e30ed9cdd397fd2"], ["uuid", "d184e197-863f-4a17-b286-e0ea41e6f386"], ["support_identifier", "cs_228d1be6"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:47:10.214311"], ["updated_at", "2017-12-20 17:47:10.214311"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236354926 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a04fb7c-4bc8-4035-b1a2-58110c8ae88f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c797550f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -236354926], ["username", "billy_26"], ["access_token", "7bb23c64888d7a9715062e60a0e81bea"], ["uuid", "3a04fb7c-4bc8-4035-b1a2-58110c8ae88f"], ["support_identifier", "cs_c797550f"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:47:10.218574"], ["updated_at", "2017-12-20 17:47:10.218574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436007200 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0391414-8b4d-42d4-9cc0-dcf6c2b76075' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ba86ddc4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1436007200], ["username", "billy_27"], ["access_token", "bec771666d5534f28c5ea6b1889bf8b1"], ["uuid", "c0391414-8b4d-42d4-9cc0-dcf6c2b76075"], ["support_identifier", "cs_ba86ddc4"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:47:10.222762"], ["updated_at", "2017-12-20 17:47:10.222762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1565399593 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf3a2798-addf-463b-a164-27b5049cefb1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1c077298' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1565399593], ["username", "billy_28"], ["access_token", "402541f17d98ab65d63a9f6c9c14345a"], ["uuid", "cf3a2798-addf-463b-a164-27b5049cefb1"], ["support_identifier", "cs_1c077298"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:47:10.227002"], ["updated_at", "2017-12-20 17:47:10.227002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407196006 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a44c2090-2442-4974-972c-ccd70760e4f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85dccb15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1407196006], ["username", "billy_29"], ["access_token", "467051829ccae3e67044e3a84b307808"], ["uuid", "a44c2090-2442-4974-972c-ccd70760e4f1"], ["support_identifier", "cs_85dccb15"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:47:10.231187"], ["updated_at", "2017-12-20 17:47:10.231187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -817263368 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '189534c6-7955-4a00-b975-b89e344f113d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c08fa77c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -817263368], ["username", "billy_30"], ["access_token", "803d377ec4a096536007d8186858d4ca"], ["uuid", "189534c6-7955-4a00-b975-b89e344f113d"], ["support_identifier", "cs_c08fa77c"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:47:10.235457"], ["updated_at", "2017-12-20 17:47:10.235457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -907591202 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0eca49a-af03-4c5d-adcd-2eb2fa766d89' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_218c6cf8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -907591202], ["username", "billy_31"], ["access_token", "1b45d5ec8e21e3f3ad88cdbcce0b940f"], ["uuid", "d0eca49a-af03-4c5d-adcd-2eb2fa766d89"], ["support_identifier", "cs_218c6cf8"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:47:10.239683"], ["updated_at", "2017-12-20 17:47:10.239683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -579589995 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd46c5bc1-d175-40bf-808f-dac9b5ba78ce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a40207f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -579589995], ["username", "billy_32"], ["access_token", "f82e9ee89cb44535c2b55d991a2177b0"], ["uuid", "d46c5bc1-d175-40bf-808f-dac9b5ba78ce"], ["support_identifier", "cs_a40207f2"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:47:10.243998"], ["updated_at", "2017-12-20 17:47:10.243998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1074136151 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '231cba37-f17b-4909-96bb-78becc325398' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2cfd8e12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1074136151], ["username", "billy_33"], ["access_token", "6e09960674521a048156613ed61b7022"], ["uuid", "231cba37-f17b-4909-96bb-78becc325398"], ["support_identifier", "cs_2cfd8e12"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:47:10.248316"], ["updated_at", "2017-12-20 17:47:10.248316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2139952263 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31b8dbf2-65e5-4e00-91a2-9bef142cb527' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b9f90194' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2139952263], ["username", "billy_34"], ["access_token", "fb93b3e4d73fec03b6c60f2f41c57272"], ["uuid", "31b8dbf2-65e5-4e00-91a2-9bef142cb527"], ["support_identifier", "cs_b9f90194"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:47:10.252686"], ["updated_at", "2017-12-20 17:47:10.252686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -233669117 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3839afdc-94dc-4232-82dc-d2bfe7552576' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c103dfa7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -233669117], ["username", "billy_35"], ["access_token", "39a2abe64e8fd985d2e9320d88be89d0"], ["uuid", "3839afdc-94dc-4232-82dc-d2bfe7552576"], ["support_identifier", "cs_c103dfa7"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:47:10.257044"], ["updated_at", "2017-12-20 17:47:10.257044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1477560510 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3bf1509-b979-4e40-bcc7-8111eb910360' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_55a66ef1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1477560510], ["username", "billy_36"], ["access_token", "4977d79b8b15dfca0c091d4eec2d0750"], ["uuid", "d3bf1509-b979-4e40-bcc7-8111eb910360"], ["support_identifier", "cs_55a66ef1"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:47:10.261297"], ["updated_at", "2017-12-20 17:47:10.261297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -49388470 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dab551ce-e3b8-4a17-899f-5ee6543170f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4253b7a4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -49388470], ["username", "billy_37"], ["access_token", "f42e248702bdd197dff7493b234975d2"], ["uuid", "dab551ce-e3b8-4a17-899f-5ee6543170f2"], ["support_identifier", "cs_4253b7a4"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:47:10.265606"], ["updated_at", "2017-12-20 17:47:10.265606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1178112073 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a77020fa-671f-4d2b-9cca-b229d9c53434' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_324d29e8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1178112073], ["username", "billy_38"], ["access_token", "91ec7a5e56f868db4d66cc4c85fa1a77"], ["uuid", "a77020fa-671f-4d2b-9cca-b229d9c53434"], ["support_identifier", "cs_324d29e8"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:47:10.269908"], ["updated_at", "2017-12-20 17:47:10.269908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1193274386 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a6317138-7cce-4e42-ae1f-0b625f589c21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3bdcfd72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1193274386], ["username", "billy_39"], ["access_token", "c9e6295cd5741c09ee94f36c0a5c2550"], ["uuid", "a6317138-7cce-4e42-ae1f-0b625f589c21"], ["support_identifier", "cs_3bdcfd72"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:47:10.274225"], ["updated_at", "2017-12-20 17:47:10.274225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869383049 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cf3c516f-8da4-443e-9be5-cd35d36c4172' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ae52d46' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -869383049], ["username", "billy_40"], ["access_token", "d77fa9be32d3e4504974f11c20572342"], ["uuid", "cf3c516f-8da4-443e-9be5-cd35d36c4172"], ["support_identifier", "cs_2ae52d46"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:47:10.278499"], ["updated_at", "2017-12-20 17:47:10.278499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1196069965 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6319919-95ba-46c8-9619-a07b8c2beab8' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2bfae598' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1196069965], ["username", "billy_41"], ["access_token", "3f5be8ec7c5233faf9ef30631391e9f9"], ["uuid", "c6319919-95ba-46c8-9619-a07b8c2beab8"], ["support_identifier", "cs_2bfae598"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:47:10.284940"], ["updated_at", "2017-12-20 17:47:10.284940"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1425200602 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2290913-cb24-4c23-a675-0dd36ab39a31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_91767edc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1425200602], ["username", "billy_42"], ["access_token", "3d499b2f54c9f6f3f7e5a8d327dbfa1f"], ["uuid", "d2290913-cb24-4c23-a675-0dd36ab39a31"], ["support_identifier", "cs_91767edc"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:47:10.290424"], ["updated_at", "2017-12-20 17:47:10.290424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674067393 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66d3e3d5-bae6-40c9-b339-a51fd535dfcf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3897a3c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -674067393], ["username", "billy_43"], ["access_token", "773311433fd19c442aa78a8df0006e4b"], ["uuid", "66d3e3d5-bae6-40c9-b339-a51fd535dfcf"], ["support_identifier", "cs_3897a3c4"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:47:10.294952"], ["updated_at", "2017-12-20 17:47:10.294952"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -876234367 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'af8a10f4-49f3-4802-9e39-aabb7a76657f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8b39fa64' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -876234367], ["username", "billy_44"], ["access_token", "138e8a1c9d7083ca555a4498c9fef1e6"], ["uuid", "af8a10f4-49f3-4802-9e39-aabb7a76657f"], ["support_identifier", "cs_8b39fa64"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:47:10.299239"], ["updated_at", "2017-12-20 17:47:10.299239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -15344366 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd77b178e-c5ea-4800-965e-1e6a2470856a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_343809f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -15344366], ["username", "billy_45"], ["access_token", "56911082377f6b298e6b8b13c831ffb3"], ["uuid", "d77b178e-c5ea-4800-965e-1e6a2470856a"], ["support_identifier", "cs_343809f2"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:47:10.303374"], ["updated_at", "2017-12-20 17:47:10.303374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1482793396 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b9593ea7-b64f-46a0-a228-4ab2d91d9c86' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dda7d0a3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1482793396], ["username", "jstrav"], ["access_token", "ecff0a6d52c90c47c531e866719cd89f"], ["uuid", "b9593ea7-b64f-46a0-a228-4ab2d91d9c86"], ["support_identifier", "cs_dda7d0a3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 17:47:10.313563"], ["updated_at", "2017-12-20 17:47:10.313563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -242586681 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b753666-d9c6-4f10-ac12-1242ffa691b2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0354c992' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -242586681], ["username", "mary"], ["access_token", "3d9301ac66694421d7e866636c71bf43"], ["uuid", "2b753666-d9c6-4f10-ac12-1242ffa691b2"], ["support_identifier", "cs_0354c992"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 17:47:10.318148"], ["updated_at", "2017-12-20 17:47:10.318148"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1516773899 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f9cb884-2f5d-47ca-9ebf-faba3ec68379' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_06152a82' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1516773899], ["username", "jstead"], ["access_token", "ef956164564e8460751c2b83b2e7c37c"], ["uuid", "5f9cb884-2f5d-47ca-9ebf-faba3ec68379"], ["support_identifier", "cs_06152a82"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 17:47:10.322517"], ["updated_at", "2017-12-20 17:47:10.322517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524297398 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1cef6574-a6a3-4820-a0d7-be6e40d87446' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6630e316' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1524297398], ["username", "bigbear"], ["access_token", "7c7b333cc51e98e3df9e87534a9507fb"], ["uuid", "1cef6574-a6a3-4820-a0d7-be6e40d87446"], ["support_identifier", "cs_6630e316"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 17:47:10.326837"], ["updated_at", "2017-12-20 17:47:10.326837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1323039287 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f30b9c89-9f42-43ea-9f46-dfd0d4bde029' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c4feaf5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1323039287], ["username", "billy_00"], ["access_token", "2c6b37322cdbc5a400d44eb374eb8b37"], ["uuid", "f30b9c89-9f42-43ea-9f46-dfd0d4bde029"], ["support_identifier", "cs_c4feaf5a"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 17:47:10.331131"], ["updated_at", "2017-12-20 17:47:10.331131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -283364216 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b766b195-a5cf-44c3-8508-83b512fcd408' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6a1f800b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -283364216], ["username", "billy_01"], ["access_token", "ff48504491992530f242d2bd4a219f5c"], ["uuid", "b766b195-a5cf-44c3-8508-83b512fcd408"], ["support_identifier", "cs_6a1f800b"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 17:47:10.335427"], ["updated_at", "2017-12-20 17:47:10.335427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1911589625 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7dab45d1-15ab-4794-b082-f20c7bb23e47' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d05d5d73' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1911589625], ["username", "billy_02"], ["access_token", "3db94bdea0710fb54dc3a06c26f5f7aa"], ["uuid", "7dab45d1-15ab-4794-b082-f20c7bb23e47"], ["support_identifier", "cs_d05d5d73"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 17:47:10.340371"], ["updated_at", "2017-12-20 17:47:10.340371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575300755 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '327e6419-0d87-4d7b-9c0c-08b7ce654090' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_42a4f0bc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -575300755], ["username", "billy_03"], ["access_token", "cf8725c9d9f6363c7f1424b8b1aadf70"], ["uuid", "327e6419-0d87-4d7b-9c0c-08b7ce654090"], ["support_identifier", "cs_42a4f0bc"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 17:47:10.344898"], ["updated_at", "2017-12-20 17:47:10.344898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232825158 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1a76bee-7294-4171-a115-aa508318b676' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f1982f0a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1232825158], ["username", "billy_04"], ["access_token", "aabaed8cf6d3eb2ed4c26a35a70c2094"], ["uuid", "f1a76bee-7294-4171-a115-aa508318b676"], ["support_identifier", "cs_f1982f0a"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 17:47:10.349782"], ["updated_at", "2017-12-20 17:47:10.349782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1614420567 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e073e750-7791-4b53-9aba-ebf620cbc9a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b0a3dd0' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1614420567], ["username", "billy_05"], ["access_token", "7cfcbdc1630a8bd0d454e25af712d061"], ["uuid", "e073e750-7791-4b53-9aba-ebf620cbc9a6"], ["support_identifier", "cs_9b0a3dd0"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 17:47:10.354324"], ["updated_at", "2017-12-20 17:47:10.354324"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2105687367 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '846acce5-c848-4e13-b85c-53ef0aef4a18' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_324b894b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2105687367], ["username", "billy_06"], ["access_token", "47ba88fa6abe646a46760c2b41f154f8"], ["uuid", "846acce5-c848-4e13-b85c-53ef0aef4a18"], ["support_identifier", "cs_324b894b"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 17:47:10.360762"], ["updated_at", "2017-12-20 17:47:10.360762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2035631122 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0017abb0-5f79-4416-8cff-fe77cc6fa6cb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8ea8fd94' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2035631122], ["username", "billy_07"], ["access_token", "9adb9386e9eebeb470ec76a935cffec6"], ["uuid", "0017abb0-5f79-4416-8cff-fe77cc6fa6cb"], ["support_identifier", "cs_8ea8fd94"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 17:47:10.365381"], ["updated_at", "2017-12-20 17:47:10.365381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1839135533 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc0447e9-e4f4-4acf-8fdf-dd31d8eb94d6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d687d175' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1839135533], ["username", "billy_08"], ["access_token", "0921b971ee0c9967fb36ad2855a9fac4"], ["uuid", "fc0447e9-e4f4-4acf-8fdf-dd31d8eb94d6"], ["support_identifier", "cs_d687d175"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 17:47:10.369600"], ["updated_at", "2017-12-20 17:47:10.369600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1175064022 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0c6a74fa-7f22-4798-bb23-67a805ae5fca' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_218baa06' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1175064022], ["username", "billy_09"], ["access_token", "fa04818893df53d5f0ec12bcf4491eff"], ["uuid", "0c6a74fa-7f22-4798-bb23-67a805ae5fca"], ["support_identifier", "cs_218baa06"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 17:47:10.376226"], ["updated_at", "2017-12-20 17:47:10.376226"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -798627622 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81980016-0097-4433-bfd0-b662accc37e0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2f0aaf91' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -798627622], ["username", "billy_10"], ["access_token", "dcd0308ab1ca5c0ccb6ab59075bfff90"], ["uuid", "81980016-0097-4433-bfd0-b662accc37e0"], ["support_identifier", "cs_2f0aaf91"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 17:47:10.381766"], ["updated_at", "2017-12-20 17:47:10.381766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -358995472 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45a73dea-45f0-42c6-a021-eec4d09dff3f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_090b5848' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -358995472], ["username", "billy_11"], ["access_token", "f3b90b214cb9454c376671f908a8d2b1"], ["uuid", "45a73dea-45f0-42c6-a021-eec4d09dff3f"], ["support_identifier", "cs_090b5848"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 17:47:10.386289"], ["updated_at", "2017-12-20 17:47:10.386289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797853874 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3961d64e-9ae0-40e2-8e14-5a185abc96c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_600081b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -797853874], ["username", "billy_12"], ["access_token", "c9aff809cc82dbcd257be7f63a86b815"], ["uuid", "3961d64e-9ae0-40e2-8e14-5a185abc96c3"], ["support_identifier", "cs_600081b6"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 17:47:10.390704"], ["updated_at", "2017-12-20 17:47:10.390704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -162757400 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f05c2079-4fb9-4c9a-9b9a-1adcd85461bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_24cbe2ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -162757400], ["username", "billy_13"], ["access_token", "03be4144a7b68384916ad6e602a1da7c"], ["uuid", "f05c2079-4fb9-4c9a-9b9a-1adcd85461bb"], ["support_identifier", "cs_24cbe2ae"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 17:47:10.395048"], ["updated_at", "2017-12-20 17:47:10.395048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1395702945 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30a6016c-0f5d-4642-8c59-d71d3f8cdc00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_662d7b48' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1395702945], ["username", "billy_14"], ["access_token", "459fdc16ffa1c08d16e29da8a6d200d0"], ["uuid", "30a6016c-0f5d-4642-8c59-d71d3f8cdc00"], ["support_identifier", "cs_662d7b48"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 17:47:10.399433"], ["updated_at", "2017-12-20 17:47:10.399433"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1632867621 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '846cc222-ce75-46c5-8767-7f6065333526' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_495941c5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1632867621], ["username", "billy_15"], ["access_token", "d22441b750093526a22a6d3e0b50cdce"], ["uuid", "846cc222-ce75-46c5-8767-7f6065333526"], ["support_identifier", "cs_495941c5"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 17:47:10.404947"], ["updated_at", "2017-12-20 17:47:10.404947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1934053240 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10f1b663-e5d8-4e91-a0d6-d81e85084793' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4da0aee9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1934053240], ["username", "billy_16"], ["access_token", "96422f21b82ab05c7574572de6c57a98"], ["uuid", "10f1b663-e5d8-4e91-a0d6-d81e85084793"], ["support_identifier", "cs_4da0aee9"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 17:47:10.409653"], ["updated_at", "2017-12-20 17:47:10.409653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1161397024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '33d3288a-5bde-4477-b1a2-930c6894cf75' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97640278' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1161397024], ["username", "billy_17"], ["access_token", "a53302ac26758c22604e46c4f036d1f1"], ["uuid", "33d3288a-5bde-4477-b1a2-930c6894cf75"], ["support_identifier", "cs_97640278"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 17:47:10.414236"], ["updated_at", "2017-12-20 17:47:10.414236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2011465351 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f18db5a-4845-484c-aa76-e6951c73a28e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_480b4539' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2011465351], ["username", "billy_18"], ["access_token", "170d270bec2b471d7f1508d5e769cf67"], ["uuid", "5f18db5a-4845-484c-aa76-e6951c73a28e"], ["support_identifier", "cs_480b4539"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 17:47:10.418757"], ["updated_at", "2017-12-20 17:47:10.418757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542006549 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '818dba7b-68a4-4157-8ac9-53bf198a8486' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d44d38bc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -542006549], ["username", "billy_19"], ["access_token", "61c5a4701e253768ae629fef1db9eea8"], ["uuid", "818dba7b-68a4-4157-8ac9-53bf198a8486"], ["support_identifier", "cs_d44d38bc"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 17:47:10.423119"], ["updated_at", "2017-12-20 17:47:10.423119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1810098354 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '519b0c05-43f7-4fab-a002-678a13765684' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_74cd5efc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1810098354], ["username", "billy_20"], ["access_token", "1209b879d9415182194068b3da4b8c77"], ["uuid", "519b0c05-43f7-4fab-a002-678a13765684"], ["support_identifier", "cs_74cd5efc"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 17:47:10.427629"], ["updated_at", "2017-12-20 17:47:10.427629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1250144481 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4507ccbc-89a2-4a9c-9473-723064fd61a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a4c2ef3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1250144481], ["username", "billy_21"], ["access_token", "a26283aae6ab4fcbca7064aac8c88df8"], ["uuid", "4507ccbc-89a2-4a9c-9473-723064fd61a5"], ["support_identifier", "cs_4a4c2ef3"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 17:47:10.432616"], ["updated_at", "2017-12-20 17:47:10.432616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1006882269 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f9ddfeef-f29c-48f3-b06c-f1ef70dae4d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34fff295' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1006882269], ["username", "billy_22"], ["access_token", "a3366f56d03bd83b9239ad1e2a141dec"], ["uuid", "f9ddfeef-f29c-48f3-b06c-f1ef70dae4d8"], ["support_identifier", "cs_34fff295"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 17:47:10.436903"], ["updated_at", "2017-12-20 17:47:10.436903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1013431823 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63579093-f160-4c96-b608-e0a2b1cf4fe7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a6d23e50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1013431823], ["username", "billy_23"], ["access_token", "2f6efbc16ea71a27631cabdefa8d4449"], ["uuid", "63579093-f160-4c96-b608-e0a2b1cf4fe7"], ["support_identifier", "cs_a6d23e50"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 17:47:10.448225"], ["updated_at", "2017-12-20 17:47:10.448225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065118136 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d98995c-a284-465f-a537-d0537330c94e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f4b63010' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1065118136], ["username", "billy_24"], ["access_token", "e7016f665459da998364d5f1686e16ef"], ["uuid", "7d98995c-a284-465f-a537-d0537330c94e"], ["support_identifier", "cs_f4b63010"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 17:47:10.452764"], ["updated_at", "2017-12-20 17:47:10.452764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -145410469 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75f7f615-2f1f-48a3-9ad3-4adfcc9067c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2638de81' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -145410469], ["username", "billy_25"], ["access_token", "12b4ee0a0178d855d2a29af6a2fbc917"], ["uuid", "75f7f615-2f1f-48a3-9ad3-4adfcc9067c9"], ["support_identifier", "cs_2638de81"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 17:47:10.457249"], ["updated_at", "2017-12-20 17:47:10.457249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -175135790 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f5700c6-cf70-4fff-b2e3-c0054b80ee7f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_90a04391' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -175135790], ["username", "billy_26"], ["access_token", "321cd6c1ae7ec145d2620327f08694c9"], ["uuid", "7f5700c6-cf70-4fff-b2e3-c0054b80ee7f"], ["support_identifier", "cs_90a04391"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 17:47:10.461733"], ["updated_at", "2017-12-20 17:47:10.461733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -44893580 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59e2ba3c-672c-4aa0-826c-3dc1133a5f6b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f90a1b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -44893580], ["username", "billy_27"], ["access_token", "b43c0f1472118b337ef82b50034122bb"], ["uuid", "59e2ba3c-672c-4aa0-826c-3dc1133a5f6b"], ["support_identifier", "cs_6f90a1b1"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 17:47:10.466328"], ["updated_at", "2017-12-20 17:47:10.466328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -590289793 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'be6ebc9b-994f-4771-b875-4b5ae8430968' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d261d600' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -590289793], ["username", "billy_28"], ["access_token", "a2fe3daf52c155f367c3f23e2a51d394"], ["uuid", "be6ebc9b-994f-4771-b875-4b5ae8430968"], ["support_identifier", "cs_d261d600"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 17:47:10.470854"], ["updated_at", "2017-12-20 17:47:10.470854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -633766060 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0dbd85aa-4838-4b79-8d5a-fa7e14016dcc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dc7bddc1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -633766060], ["username", "billy_29"], ["access_token", "8d946be2b05788cbcadd1f40f03d0707"], ["uuid", "0dbd85aa-4838-4b79-8d5a-fa7e14016dcc"], ["support_identifier", "cs_dc7bddc1"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 17:47:10.475479"], ["updated_at", "2017-12-20 17:47:10.475479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -72144271 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31ec468e-e8dc-4a69-8bb2-76112477cb03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b5115b5e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -72144271], ["username", "billy_30"], ["access_token", "05b26e414255e3947e56b6840fad4361"], ["uuid", "31ec468e-e8dc-4a69-8bb2-76112477cb03"], ["support_identifier", "cs_b5115b5e"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 17:47:10.480052"], ["updated_at", "2017-12-20 17:47:10.480052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -72585539 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '473f167e-aba4-4e8c-9eaa-637bde42154c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_694db8f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -72585539], ["username", "billy_31"], ["access_token", "6bfc993c706f139c7526ecb152678169"], ["uuid", "473f167e-aba4-4e8c-9eaa-637bde42154c"], ["support_identifier", "cs_694db8f4"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 17:47:10.484580"], ["updated_at", "2017-12-20 17:47:10.484580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1662550505 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5de8a6f-8528-48e6-ad62-0162d3785c1f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fdd8d7cc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1662550505], ["username", "billy_32"], ["access_token", "3c36bf9d57c0bf43bb4a30c439427281"], ["uuid", "d5de8a6f-8528-48e6-ad62-0162d3785c1f"], ["support_identifier", "cs_fdd8d7cc"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 17:47:10.489160"], ["updated_at", "2017-12-20 17:47:10.489160"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -922271705 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b59ecedb-0af9-4f9f-890e-cf57d5ba7512' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e735a836' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -922271705], ["username", "billy_33"], ["access_token", "255bc1e82a803f37d204f6a7b813d0a7"], ["uuid", "b59ecedb-0af9-4f9f-890e-cf57d5ba7512"], ["support_identifier", "cs_e735a836"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 17:47:10.493771"], ["updated_at", "2017-12-20 17:47:10.493771"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -30556220 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b305e4d0-8a3e-47fc-90b6-46cc7f7e991a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0bbaaafe' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -30556220], ["username", "billy_34"], ["access_token", "44b32ab92d63dacdc761ee25eb58a71d"], ["uuid", "b305e4d0-8a3e-47fc-90b6-46cc7f7e991a"], ["support_identifier", "cs_0bbaaafe"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 17:47:10.498299"], ["updated_at", "2017-12-20 17:47:10.498299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146127831 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3124f1db-2f88-4489-82e8-a8f0bacd21bc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b428f3c2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -146127831], ["username", "billy_35"], ["access_token", "0056251cc282e46959ef4981477920ed"], ["uuid", "3124f1db-2f88-4489-82e8-a8f0bacd21bc"], ["support_identifier", "cs_b428f3c2"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 17:47:10.502918"], ["updated_at", "2017-12-20 17:47:10.502918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1564810357 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '73d1beac-9fc7-42d2-bad4-4bd1868172a8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_412ae89f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1564810357], ["username", "billy_36"], ["access_token", "1a1b19a59b2cc5a440ba8c3777d5a705"], ["uuid", "73d1beac-9fc7-42d2-bad4-4bd1868172a8"], ["support_identifier", "cs_412ae89f"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 17:47:10.507486"], ["updated_at", "2017-12-20 17:47:10.507486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1221421735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '541d61bb-eddc-489c-9efc-4d42748ddd44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_666cd7dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1221421735], ["username", "billy_37"], ["access_token", "529af4424a18c9e81791100ebedadbe1"], ["uuid", "541d61bb-eddc-489c-9efc-4d42748ddd44"], ["support_identifier", "cs_666cd7dd"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 17:47:10.511979"], ["updated_at", "2017-12-20 17:47:10.511979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -412865680 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0658f35-ff29-4737-b2eb-61e036bbac4e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3e90eb83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -412865680], ["username", "billy_38"], ["access_token", "e7aed4abb1c83fd3ddc04783af084524"], ["uuid", "b0658f35-ff29-4737-b2eb-61e036bbac4e"], ["support_identifier", "cs_3e90eb83"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 17:47:10.516613"], ["updated_at", "2017-12-20 17:47:10.516613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -647421521 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '92a3aeab-94ff-43b0-bd89-72b6cd633df6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2c38d05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -647421521], ["username", "billy_39"], ["access_token", "b4ab0f5676314109e525ee8ae23b05ea"], ["uuid", "92a3aeab-94ff-43b0-bd89-72b6cd633df6"], ["support_identifier", "cs_f2c38d05"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 17:47:10.521123"], ["updated_at", "2017-12-20 17:47:10.521123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -480004428 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '253ef225-f992-413a-9e79-2e8c21129103' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d2d4a3e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -480004428], ["username", "billy_40"], ["access_token", "96e483e456b0ae24f7509dca639c65ea"], ["uuid", "253ef225-f992-413a-9e79-2e8c21129103"], ["support_identifier", "cs_d2d4a3e1"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 17:47:10.525681"], ["updated_at", "2017-12-20 17:47:10.525681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1211855691 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7efb714e-5691-4823-967d-2d7644b1ea1b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d41e057f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1211855691], ["username", "billy_41"], ["access_token", "2a5e50b20423a3d546e287ecb5823183"], ["uuid", "7efb714e-5691-4823-967d-2d7644b1ea1b"], ["support_identifier", "cs_d41e057f"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 17:47:10.530293"], ["updated_at", "2017-12-20 17:47:10.530293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1748088781 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f08e2682-c89f-467e-943d-eb7bf0baeb77' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_979e4cc5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1748088781], ["username", "billy_42"], ["access_token", "22cbba1e0ba7ec55515e9c1ed169bc59"], ["uuid", "f08e2682-c89f-467e-943d-eb7bf0baeb77"], ["support_identifier", "cs_979e4cc5"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 17:47:10.534881"], ["updated_at", "2017-12-20 17:47:10.534881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -232290616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f4562e8-3fcf-479a-9705-cf58e1f09fac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_055bcf3e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -232290616], ["username", "billy_43"], ["access_token", "8105a40eb31b5fcf60fff7b6f0b311e4"], ["uuid", "6f4562e8-3fcf-479a-9705-cf58e1f09fac"], ["support_identifier", "cs_055bcf3e"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 17:47:10.539332"], ["updated_at", "2017-12-20 17:47:10.539332"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -635752554 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '688767c6-23f2-4ba6-aabf-4a594f4ad9c1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e0c5bd3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -635752554], ["username", "billy_44"], ["access_token", "afebf933b721acf01ce3bfb7951b093f"], ["uuid", "688767c6-23f2-4ba6-aabf-4a594f4ad9c1"], ["support_identifier", "cs_2e0c5bd3"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 17:47:10.543854"], ["updated_at", "2017-12-20 17:47:10.543854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1884434244 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '26011daa-6c5c-45bf-b4dc-5137f785ac73' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_712371e0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1884434244], ["username", "billy_45"], ["access_token", "d3c9f75f72c1d83abe8b76a6ef7ccfe6"], ["uuid", "26011daa-6c5c-45bf-b4dc-5137f785ac73"], ["support_identifier", "cs_712371e0"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 17:47:10.548445"], ["updated_at", "2017-12-20 17:47:10.548445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1650253920 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '5033fdf235979ee3e89812f888a26f1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72ac2d62-461f-490d-aca7-3f8761b13304' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5139b7f9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1650253920], ["username", "5033fdf235979ee3e89812f888a26f1a"], ["access_token", "8f1a8e43c8842ce8bb74b469e283abe6"], ["uuid", "72ac2d62-461f-490d-aca7-3f8761b13304"], ["support_identifier", "cs_5139b7f9"], ["created_at", "2017-12-20 17:47:10.559425"], ["updated_at", "2017-12-20 17:47:10.559425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -186656760 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -186656760], ["name", "MyGroup"], ["created_at", "2017-12-20 17:47:10.563102"], ["updated_at", "2017-12-20 17:47:10.563102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1254704005 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '67dbe3f04f6764ff59e8d96a576ba289' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28f4aee5-fdd6-409f-9a3a-9dbad14fe7aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_358a7b1c' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1254704005], ["username", "67dbe3f04f6764ff59e8d96a576ba289"], ["access_token", "a235f9a1b4625832873e87b5c01e4ad6"], ["uuid", "28f4aee5-fdd6-409f-9a3a-9dbad14fe7aa"], ["support_identifier", "cs_358a7b1c"], ["created_at", "2017-12-20 17:47:10.568697"], ["updated_at", "2017-12-20 17:47:10.568697"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2048124218 LIMIT 1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2048124218], ["name", "MyGroup"], ["created_at", "2017-12-20 17:47:10.574115"], ["updated_at", "2017-12-20 17:47:10.574115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -370867641 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '633385b1a2a2f5225732fa63654a7bf8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b602d04-24f2-4611-b249-0f66cc356a47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c8e1f63' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -370867641], ["username", "633385b1a2a2f5225732fa63654a7bf8"], ["access_token", "fd8fd6ac5c9580511feb5a8e7bb39d25"], ["uuid", "0b602d04-24f2-4611-b249-0f66cc356a47"], ["support_identifier", "cs_5c8e1f63"], ["created_at", "2017-12-20 17:47:10.580709"], ["updated_at", "2017-12-20 17:47:10.580709"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-12-20 17:47:10.587549"], ["updated_at", "2017-12-20 17:47:10.587549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed001844-2481-4d7a-a5a2-94d7989be0a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dcb8ceb7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "u"], ["access_token", "6aae3966f2958cad0a2a8cccb924e5ff"], ["uuid", "ed001844-2481-4d7a-a5a2-94d7989be0a7"], ["support_identifier", "cs_dcb8ceb7"], ["created_at", "2017-12-20 17:47:10.600508"], ["updated_at", "2017-12-20 17:47:10.600508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 752]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:47:11 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-20 11:47:12 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 752) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 752) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '60a9168e-3481-4934-bdc2-9747dcf56f76' AND "openstax_accounts_accounts"."id" != 752) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7ac6e5e8' AND "openstax_accounts_accounts"."id" != 752) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "support_identifier" = $3, "role" = $4, "updated_at" = $5 WHERE "openstax_accounts_accounts"."id" = $6 [["username", "user"], ["uuid", "60a9168e-3481-4934-bdc2-9747dcf56f76"], ["support_identifier", "cs_7ac6e5e8"], ["role", 2], ["updated_at", "2017-12-20 17:47:12.843408"], ["id", 752]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e635bea7-ea08-4c48-aee9-b80298a62dc6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10b1d627' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["uuid", "e635bea7-ea08-4c48-aee9-b80298a62dc6"], ["support_identifier", "cs_10b1d627"], ["created_at", "2017-12-20 17:47:12.848048"], ["updated_at", "2017-12-20 17:47:12.848048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:47:13 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-20 11:47:15 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 752]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:47:16 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-20 11:47:17 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 752) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 752) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '60a9168e-3481-4934-bdc2-9747dcf56f76' AND "openstax_accounts_accounts"."id" != 752) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7ac6e5e8' AND "openstax_accounts_accounts"."id" != 752) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 753) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 753) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'e635bea7-ea08-4c48-aee9-b80298a62dc6' AND "openstax_accounts_accounts"."id" != 753) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_10b1d627' AND "openstax_accounts_accounts"."id" != 753) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 11:47:18 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-20 11:47:19 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 752]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 753]]  (0.1ms) ROLLBACK  (205.5ms) DROP DATABASE IF EXISTS "ox_tutor_test"  (476.6ms) CREATE DATABASE "ox_tutor_test" ENCODING = 'utf8' SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" SQL (7.8ms) CREATE EXTENSION IF NOT EXISTS "pgcrypto" SQL (11.0ms) CREATE EXTENSION IF NOT EXISTS "citext"  (4.2ms) CREATE TABLE "openstax_accounts_accounts" ("id" serial primary key, "openstax_uid" integer, "username" character varying, "access_token" character varying, "first_name" character varying, "last_name" character varying, "full_name" character varying, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "faculty_status" integer DEFAULT 0 NOT NULL, "salesforce_contact_id" character varying, "uuid" uuid DEFAULT gen_random_uuid(), "role" integer DEFAULT 0 NOT NULL, "support_identifier" citext)  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" USING btree ("access_token")  (1.1ms) CREATE INDEX "index_openstax_accounts_accounts_on_faculty_status" ON "openstax_accounts_accounts" USING btree ("faculty_status")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" USING btree ("first_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" USING btree ("full_name")  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" USING btree ("last_name")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" USING btree ("openstax_uid")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_role" ON "openstax_accounts_accounts" USING btree ("role")  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_salesforce_contact_id" ON "openstax_accounts_accounts" USING btree ("salesforce_contact_id")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_support_identifier" ON "openstax_accounts_accounts" USING btree ("support_identifier")  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" USING btree ("username")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_uuid" ON "openstax_accounts_accounts" USING btree ("uuid")  (1.7ms) CREATE TABLE "openstax_accounts_group_members" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.3ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" USING btree ("group_id", "user_id")  (1.3ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" USING btree ("user_id")  (2.4ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" serial primary key, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.1ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" USING btree ("container_group_id")  (1.1ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" USING btree ("member_group_id")  (2.2ms) CREATE TABLE "openstax_accounts_group_owners" ("id" serial primary key, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" USING btree ("group_id", "user_id")  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" USING btree ("user_id")  (2.8ms) CREATE TABLE "openstax_accounts_groups" ("id" serial primary key, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" character varying, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" USING btree ("is_public")  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" USING btree ("openstax_uid")  (3.1ms) CREATE TABLE "ownerships" ("id" serial primary key, "owner_id" integer NOT NULL, "owner_type" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" USING btree ("owner_id", "owner_type")  (2.3ms) CREATE TABLE "users" ("id" serial primary key, "account_id" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" USING btree ("account_id")  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1001')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1000')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('11')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('7')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('8')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('10')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('9')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('5') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (1.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.6ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:19 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2017-12-20 12:12:20 -0600 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:21 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-20 12:12:22 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:23 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-20 12:12:24 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:25 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-20 12:12:27 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:28 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2017-12-20 12:12:29 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:30 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2017-12-20 12:12:31 -0600 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:32 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-20 12:12:33 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"id"=>1, "read_updates"=>1}], "dummy"=>{"_json"=>[{"id"=>1, "read_updates"=>1}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -479277923 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '85d0e33cbbcb280754f715a7f55ad7aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ca7a415-c7ae-4502-acfe-d0f8d8186dbb' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb6e5123' LIMIT 1 SQL (1.0ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -479277923], ["username", "85d0e33cbbcb280754f715a7f55ad7aa"], ["access_token", "8b007285ddee23766fee936361d4c088"], ["uuid", "7ca7a415-c7ae-4502-acfe-d0f8d8186dbb"], ["support_identifier", "cs_eb6e5123"], ["created_at", "2017-12-20 18:12:33.720766"], ["updated_at", "2017-12-20 18:12:33.720766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1198705209 LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1198705209], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:33.738504"], ["updated_at", "2017-12-20 18:12:33.738504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -167931660 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '31645e53b1f5b75cf4ba97dbb337bf53' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1aad105d-fabd-4d8c-b7f8-8b6e3cb79cce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f5b2ace2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -167931660], ["username", "31645e53b1f5b75cf4ba97dbb337bf53"], ["access_token", "3a51f3bfb8d7f8875f0a926a5c48df23"], ["uuid", "1aad105d-fabd-4d8c-b7f8-8b6e3cb79cce"], ["support_identifier", "cs_f5b2ace2"], ["created_at", "2017-12-20 18:12:33.747790"], ["updated_at", "2017-12-20 18:12:33.747790"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1198705209/owners/-167931660" for 127.0.0.1 at 2017-12-20 12:12:34 -0600 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1198705209", "user_id"=>"-167931660", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1330022814 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '79c20a157258b30be383cf24c20556bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5c15610-b7c3-4185-8af8-87d3f6dfc9ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_382d4e45' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1330022814], ["username", "79c20a157258b30be383cf24c20556bb"], ["access_token", "1f10039b4f31efbdb712b4c87fcdf749"], ["uuid", "b5c15610-b7c3-4185-8af8-87d3f6dfc9ab"], ["support_identifier", "cs_382d4e45"], ["created_at", "2017-12-20 18:12:34.875822"], ["updated_at", "2017-12-20 18:12:34.875822"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1245634897 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1245634897], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:34.879831"], ["updated_at", "2017-12-20 18:12:34.879831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1291940614 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '47400294b3181c1f5bb6f6ace1723f5f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e138fe8-9ee5-4d46-8694-1fe2199cc32e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_efde9640' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1291940614], ["username", "47400294b3181c1f5bb6f6ace1723f5f"], ["access_token", "aaa9cb1c31c72d83efc9618c997ce042"], ["uuid", "6e138fe8-9ee5-4d46-8694-1fe2199cc32e"], ["support_identifier", "cs_efde9640"], ["created_at", "2017-12-20 18:12:34.883964"], ["updated_at", "2017-12-20 18:12:34.883964"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 4 AND "openstax_accounts_group_owners"."group_id" = -1245634897) LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1245634897], ["user_id", -1291940614], ["created_at", "2017-12-20 18:12:34.887538"], ["updated_at", "2017-12-20 18:12:34.887538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1245634897/owners/-1291940614" for 127.0.0.1 at 2017-12-20 12:12:36 -0600 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1245634897", "user_id"=>"-1291940614", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566244255 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6e558ccd567f24fbc1995e85deb9d883' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f32c077-e17f-4018-8717-98427a86ad27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e142206f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -566244255], ["username", "6e558ccd567f24fbc1995e85deb9d883"], ["access_token", "3b46fcc52e2e150ce7a2d12a36705e6c"], ["uuid", "3f32c077-e17f-4018-8717-98427a86ad27"], ["support_identifier", "cs_e142206f"], ["created_at", "2017-12-20 18:12:36.011974"], ["updated_at", "2017-12-20 18:12:36.011974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:37 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2017-12-20 12:12:38 -0600 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1987417872 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bfe24627fa147012edc78a68fb4764f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ee78d4c-0ce1-4349-ac80-fdb25fa63aaa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_628f1810' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1987417872], ["username", "bfe24627fa147012edc78a68fb4764f9"], ["access_token", "8f7ba7de0b784e32c5fc696b188e380c"], ["uuid", "1ee78d4c-0ce1-4349-ac80-fdb25fa63aaa"], ["support_identifier", "cs_628f1810"], ["created_at", "2017-12-20 18:12:38.253158"], ["updated_at", "2017-12-20 18:12:38.253158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:39 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-20 12:12:40 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"dummy", "dummy"=>{"username"=>"dummy"}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -613503626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'c803a998f6f419993f831dbdcd2b3f8b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1edf8e49-848f-4f72-b122-db27efd053e9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_92a81328' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -613503626], ["username", "c803a998f6f419993f831dbdcd2b3f8b"], ["access_token", "d08ed34593dfaddcc8b51457d00a9cc2"], ["uuid", "1edf8e49-848f-4f72-b122-db27efd053e9"], ["support_identifier", "cs_92a81328"], ["created_at", "2017-12-20 18:12:40.490152"], ["updated_at", "2017-12-20 18:12:40.490152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:40 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2017-12-20 12:12:40 -0600 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"email"=>"dummy@dum.my", "dummy"=>{"email"=>"dummy@dum.my"}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1038147470 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '33a4286834ca5ceed99e45edbd042944' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '894487e2-fad6-4e2c-921f-294dc825456d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53b78a32' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1038147470], ["username", "33a4286834ca5ceed99e45edbd042944"], ["access_token", "6c63419bebb0e9611c6de70645823638"], ["uuid", "894487e2-fad6-4e2c-921f-294dc825456d"], ["support_identifier", "cs_53b78a32"], ["created_at", "2017-12-20 18:12:40.720967"], ["updated_at", "2017-12-20 18:12:40.720967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2017-12-20 12:12:40 -0600 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"username"=>"33a4286834ca5ceed99e45edbd042944", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil, "dummy"=>{"username"=>"33a4286834ca5ceed99e45edbd042944", "first_name"=>nil, "last_name"=>nil, "full_name"=>nil, "title"=>nil}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460158556 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd81a792dd98686eb5b56f95206901283' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd83ecc0-a595-4385-bd08-d2e25cf5b23d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3127ae2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1460158556], ["username", "d81a792dd98686eb5b56f95206901283"], ["access_token", "5a3d9113cf668a26ebd01a8eba43c739"], ["uuid", "bd83ecc0-a595-4385-bd08-d2e25cf5b23d"], ["support_identifier", "cs_b3127ae2"], ["created_at", "2017-12-20 18:12:40.840775"], ["updated_at", "2017-12-20 18:12:40.840775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -693807387 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -693807387], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:40.851755"], ["updated_at", "2017-12-20 18:12:40.851755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -711310771 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd0fde782faae142972cf62f86cf11c78' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e040d9a-6958-472d-a793-b84faba8a33c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8df779f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -711310771], ["username", "d0fde782faae142972cf62f86cf11c78"], ["access_token", "10667c7b1231898eb2a0c34a40a888cf"], ["uuid", "3e040d9a-6958-472d-a793-b84faba8a33c"], ["support_identifier", "cs_8df779f7"], ["created_at", "2017-12-20 18:12:40.857003"], ["updated_at", "2017-12-20 18:12:40.857003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 10 AND "openstax_accounts_group_members"."group_id" = -693807387) LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -693807387], ["user_id", -711310771], ["created_at", "2017-12-20 18:12:40.860929"], ["updated_at", "2017-12-20 18:12:40.860929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-693807387/members/-711310771" for 127.0.0.1 at 2017-12-20 12:12:40 -0600 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-693807387", "user_id"=>"-711310771", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -314220754 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'aef4a03b1b8434482dc31321d16a13a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd177bc66-5174-4dbc-a0f2-1a6b2bc5d913' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d42fcd83' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -314220754], ["username", "aef4a03b1b8434482dc31321d16a13a7"], ["access_token", "a4aa3c74815d90e80e46795cc8971773"], ["uuid", "d177bc66-5174-4dbc-a0f2-1a6b2bc5d913"], ["support_identifier", "cs_d42fcd83"], ["created_at", "2017-12-20 18:12:40.981851"], ["updated_at", "2017-12-20 18:12:40.981851"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -293281239 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -293281239], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:40.984632"], ["updated_at", "2017-12-20 18:12:40.984632"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1910907705 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f71e2d6cfc3978dfde22b22b2ab24636' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0293f968-5970-49c9-936a-6e73ae2e5e07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2782b1c4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1910907705], ["username", "f71e2d6cfc3978dfde22b22b2ab24636"], ["access_token", "ae466643ef73344aa876e307a103152a"], ["uuid", "0293f968-5970-49c9-936a-6e73ae2e5e07"], ["support_identifier", "cs_2782b1c4"], ["created_at", "2017-12-20 18:12:40.988855"], ["updated_at", "2017-12-20 18:12:40.988855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-293281239/members/-1910907705" for 127.0.0.1 at 2017-12-20 12:12:41 -0600 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-293281239", "user_id"=>"-1910907705", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -798971551 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'da5fcff44539984ddcb6d613439d94b4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '54a53f87-f870-4222-b3a0-c73b605fb637' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f0af5763' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -798971551], ["username", "da5fcff44539984ddcb6d613439d94b4"], ["access_token", "267931539f116f4de8104829e2212986"], ["uuid", "54a53f87-f870-4222-b3a0-c73b605fb637"], ["support_identifier", "cs_f0af5763"], ["created_at", "2017-12-20 18:12:41.109353"], ["updated_at", "2017-12-20 18:12:41.109353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -411539714 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -411539714], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:41.120515"], ["updated_at", "2017-12-20 18:12:41.120515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1976978308 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1976978308], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:41.123883"], ["updated_at", "2017-12-20 18:12:41.123883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-411539714/nestings/-1976978308" for 127.0.0.1 at 2017-12-20 12:12:41 -0600 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-411539714", "member_group_id"=>"-1976978308", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378938387 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9fd05e393c65a52abee260c2c6cfeb36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '462359ef-5e58-4945-b424-c751c595151b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4725ce18' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1378938387], ["username", "9fd05e393c65a52abee260c2c6cfeb36"], ["access_token", "98aa3c3f2d9cae0f27c2219c057af71b"], ["uuid", "462359ef-5e58-4945-b424-c751c595151b"], ["support_identifier", "cs_4725ce18"], ["created_at", "2017-12-20 18:12:41.248298"], ["updated_at", "2017-12-20 18:12:41.248298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1081342384 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1081342384], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:41.251029"], ["updated_at", "2017-12-20 18:12:41.251029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2115964578 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -2115964578], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:41.253208"], ["updated_at", "2017-12-20 18:12:41.253208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 8 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 8]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -2115964578 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -2115964578 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 8]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 7]] OpenStax::Accounts::Group Load (0.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1081342384 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1081342384 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 7]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -2115964578 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1081342384 SQL (0.4ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -1081342384], ["member_group_id", -2115964578], ["created_at", "2017-12-20 18:12:41.256479"], ["updated_at", "2017-12-20 18:12:41.256479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1081342384/nestings/-2115964578" for 127.0.0.1 at 2017-12-20 12:12:41 -0600 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1081342384", "member_group_id"=>"-2115964578", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1055184631 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f11aa97aae35ca0903e37d295e6c4278' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef8e8046-9128-474e-9502-e88e88bb2529' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d56167b6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1055184631], ["username", "f11aa97aae35ca0903e37d295e6c4278"], ["access_token", "1dcb193bcd01decf7f3b1c7434cc3628"], ["uuid", "ef8e8046-9128-474e-9502-e88e88bb2529"], ["support_identifier", "cs_d56167b6"], ["created_at", "2017-12-20 18:12:41.390915"], ["updated_at", "2017-12-20 18:12:41.390915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1077647261 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1077647261], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:41.397882"], ["updated_at", "2017-12-20 18:12:41.397882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1077647261 AND "openstax_accounts_groups"."id" != 9) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1077647261" for 127.0.0.1 at 2017-12-20 12:12:41 -0600 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1077647261", "dummy"=>{}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1159003815 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e4ea21b04450af072924d91673f73354' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cce1c27a-6200-49af-ad80-083c419268a2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63914041' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1159003815], ["username", "e4ea21b04450af072924d91673f73354"], ["access_token", "dcab1dc552e1909f077109cf9aa56783"], ["uuid", "cce1c27a-6200-49af-ad80-083c419268a2"], ["support_identifier", "cs_63914041"], ["created_at", "2017-12-20 18:12:41.519648"], ["updated_at", "2017-12-20 18:12:41.519648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1573670685 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1573670685], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:41.522239"], ["updated_at", "2017-12-20 18:12:41.522239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2017-12-20 12:12:42 -0600 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 10ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2036685140 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bb200d66130680227b0beb2448d6c0d0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b503654e-3d08-45c4-bb26-ee6220a08ff7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1d5ffa72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2036685140], ["username", "bb200d66130680227b0beb2448d6c0d0"], ["access_token", "e08119731450a5fbcf61bbff9dd8d696"], ["uuid", "b503654e-3d08-45c4-bb26-ee6220a08ff7"], ["support_identifier", "cs_1d5ffa72"], ["created_at", "2017-12-20 18:12:42.653918"], ["updated_at", "2017-12-20 18:12:42.653918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -118779500 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -118779500], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:42.656614"], ["updated_at", "2017-12-20 18:12:42.656614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -118779500 AND "openstax_accounts_groups"."id" != 11) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-118779500" for 127.0.0.1 at 2017-12-20 12:12:43 -0600 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"name"=>"MyGroup", "is_public"=>false, "id"=>"-118779500", "dummy"=>{"name"=>"MyGroup", "is_public"=>false}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 18]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "25c16f"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 18 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '25c16f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c5c819f-d9d9-46e7-98b9-d737fc0f13fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f3b305b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 18], ["username", "25c16f"], ["role", 2], ["uuid", "8c5c819f-d9d9-46e7-98b9-d737fc0f13fe"], ["support_identifier", "cs_6f3b305b"], ["created_at", "2017-12-20 18:12:43.797164"], ["updated_at", "2017-12-20 18:12:43.797164"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 19]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 19 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1ebaa86-b8ef-4100-9213-a16ca741d47f' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edc0b069' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 19], ["username", "alice"], ["uuid", "c1ebaa86-b8ef-4100-9213-a16ca741d47f"], ["support_identifier", "cs_edc0b069"], ["created_at", "2017-12-20 18:12:43.811370"], ["updated_at", "2017-12-20 18:12:43.811370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 20]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 20 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76c36a75-5b5a-4dbd-8800-5c1916c6f1f2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bccb058a' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 20], ["username", "alice2"], ["uuid", "76c36a75-5b5a-4dbd-8800-5c1916c6f1f2"], ["support_identifier", "cs_bccb058a"], ["created_at", "2017-12-20 18:12:43.824552"], ["updated_at", "2017-12-20 18:12:43.824552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "3a8997"]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3a8997' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22f320c4-51b2-4b86-9bc1-2e6bcee2685f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1f5e76b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "salesforce_contact_id", "faculty_status", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["openstax_uid", 1], ["username", "3a8997"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["salesforce_contact_id", "b0b"], ["faculty_status", 3], ["role", 2], ["uuid", "22f320c4-51b2-4b86-9bc1-2e6bcee2685f"], ["support_identifier", "cs_1f5e76b9"], ["created_at", "2017-12-20 18:12:43.834035"], ["updated_at", "2017-12-20 18:12:43.834035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1411177776 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4bc8a51f-5ec0-4fb8-af42-3761bf7f12d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7324c3d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1411177776], ["username", "jstrav"], ["access_token", "8d721a928294da97aae3f74747c69b0e"], ["uuid", "4bc8a51f-5ec0-4fb8-af42-3761bf7f12d8"], ["support_identifier", "cs_7324c3d2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:43.841754"], ["updated_at", "2017-12-20 18:12:43.841754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -596345160 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca56a0df-3835-45fd-9a9d-75fe4e04ce59' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_93b267aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -596345160], ["username", "mary"], ["access_token", "b6cb6c85d4aebfffb4937e1d036882ac"], ["uuid", "ca56a0df-3835-45fd-9a9d-75fe4e04ce59"], ["support_identifier", "cs_93b267aa"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:43.846503"], ["updated_at", "2017-12-20 18:12:43.846503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1673448357 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '570ac88a-d4f5-40cd-b0dd-f11341b26ed1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4adf21e7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1673448357], ["username", "jstead"], ["access_token", "99c2b4afb1fcee3be9ee600a1c9a024f"], ["uuid", "570ac88a-d4f5-40cd-b0dd-f11341b26ed1"], ["support_identifier", "cs_4adf21e7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:43.851421"], ["updated_at", "2017-12-20 18:12:43.851421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2109174476 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ef5e08d-fe3e-4605-afb4-2d1110a207e5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8356b74d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2109174476], ["username", "bigbear"], ["access_token", "a15681ed4042b7180e142631bf952e0e"], ["uuid", "2ef5e08d-fe3e-4605-afb4-2d1110a207e5"], ["support_identifier", "cs_8356b74d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:43.855916"], ["updated_at", "2017-12-20 18:12:43.855916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.6ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -211016995 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '87725aa3-7042-4bc1-9e7b-f4c024f11469' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b5da0d7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -211016995], ["username", "jstrav"], ["access_token", "9c3358ca6e2062c94b572ee89ccb77a0"], ["uuid", "87725aa3-7042-4bc1-9e7b-f4c024f11469"], ["support_identifier", "cs_1b5da0d7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:43.866692"], ["updated_at", "2017-12-20 18:12:43.866692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -892199058 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63b1f95b-7888-4914-a2a7-266f0ed89db9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_19660868' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -892199058], ["username", "mary"], ["access_token", "b7391e10eb5f593362c38a19e1e6f846"], ["uuid", "63b1f95b-7888-4914-a2a7-266f0ed89db9"], ["support_identifier", "cs_19660868"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:43.872167"], ["updated_at", "2017-12-20 18:12:43.872167"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -216806619 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93e2e4b9-0dff-4a07-ab38-72b7784c1cda' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63450c24' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -216806619], ["username", "jstead"], ["access_token", "7379094e7c178b4cb2a8932aa3634ea1"], ["uuid", "93e2e4b9-0dff-4a07-ab38-72b7784c1cda"], ["support_identifier", "cs_63450c24"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:43.876853"], ["updated_at", "2017-12-20 18:12:43.876853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677739576 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cfb6ecfd-1c39-4746-a327-81a0f10d50f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ff71dcd0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1677739576], ["username", "bigbear"], ["access_token", "ec27b4266808a139ba7ab36f18169408"], ["uuid", "cfb6ecfd-1c39-4746-a327-81a0f10d50f3"], ["support_identifier", "cs_ff71dcd0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:43.881226"], ["updated_at", "2017-12-20 18:12:43.881226"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -760278101 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7b383d8-6cdf-4d61-accf-d50ac47e284a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ecf00d0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -760278101], ["username", "jstrav"], ["access_token", "41d846404881f6f7dccf4c0dd9ced489"], ["uuid", "c7b383d8-6cdf-4d61-accf-d50ac47e284a"], ["support_identifier", "cs_2ecf00d0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:43.890446"], ["updated_at", "2017-12-20 18:12:43.890446"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1765692418 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68238168-dc89-4926-94fa-b083b87179ac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a7bcc9ee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1765692418], ["username", "mary"], ["access_token", "e0f15a6e1598aa045847ea47fcf03fff"], ["uuid", "68238168-dc89-4926-94fa-b083b87179ac"], ["support_identifier", "cs_a7bcc9ee"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:43.895692"], ["updated_at", "2017-12-20 18:12:43.895692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1219905151 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9d1ef0c-383a-40c0-9223-ea32285d1689' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_290dacc4' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1219905151], ["username", "jstead"], ["access_token", "b92155be33dd2b23c350cccc057ab484"], ["uuid", "a9d1ef0c-383a-40c0-9223-ea32285d1689"], ["support_identifier", "cs_290dacc4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:43.900810"], ["updated_at", "2017-12-20 18:12:43.900810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1770466282 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c235e89-8118-4c60-81d9-389bae3e7ea0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_247b1e82' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1770466282], ["username", "bigbear"], ["access_token", "414582c94a4cbe216f6886a5f115bbf9"], ["uuid", "5c235e89-8118-4c60-81d9-389bae3e7ea0"], ["support_identifier", "cs_247b1e82"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:43.906951"], ["updated_at", "2017-12-20 18:12:43.906951"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1141934336 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63c158c9-7e31-4302-b605-7d9bb2987190' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_37980b30' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1141934336], ["username", "jstrav"], ["access_token", "afe3b2d36efcee43f4202d51ea7eae99"], ["uuid", "63c158c9-7e31-4302-b605-7d9bb2987190"], ["support_identifier", "cs_37980b30"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:43.915397"], ["updated_at", "2017-12-20 18:12:43.915397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -587533286 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3aade866-aa61-4763-bced-3d3d92cdc1a3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66dcd94a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -587533286], ["username", "mary"], ["access_token", "dd73b018ff9cb8dd715cb37904453ae5"], ["uuid", "3aade866-aa61-4763-bced-3d3d92cdc1a3"], ["support_identifier", "cs_66dcd94a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:43.920497"], ["updated_at", "2017-12-20 18:12:43.920497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550753759 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8b21793-e430-4e29-b621-f0ab9c181b8e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d046fe21' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1550753759], ["username", "jstead"], ["access_token", "dfa65f046e66f457590e71bdb76eec24"], ["uuid", "b8b21793-e430-4e29-b621-f0ab9c181b8e"], ["support_identifier", "cs_d046fe21"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:43.925311"], ["updated_at", "2017-12-20 18:12:43.925311"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1098249339 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '800186d8-4d31-42de-823f-c44cda5206ff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1e9be070' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1098249339], ["username", "bigbear"], ["access_token", "7c58827e9b4e070f569ce74cb6cd8eca"], ["uuid", "800186d8-4d31-42de-823f-c44cda5206ff"], ["support_identifier", "cs_1e9be070"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:43.929919"], ["updated_at", "2017-12-20 18:12:43.929919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_d046fe21')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_d046fe21') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -933631360 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '68e2018b-c7c2-4b66-b7da-d15cc6e05424' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ebb613b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -933631360], ["username", "jstrav"], ["access_token", "ad97c0273869df8cf65df82eb1431df4"], ["uuid", "68e2018b-c7c2-4b66-b7da-d15cc6e05424"], ["support_identifier", "cs_6ebb613b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:43.938422"], ["updated_at", "2017-12-20 18:12:43.938422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1316690333 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a144659b-1017-4155-a1fd-f78caf368608' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_04d76086' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1316690333], ["username", "mary"], ["access_token", "5b67a746f77ba6d2172183ff47bd2bd0"], ["uuid", "a144659b-1017-4155-a1fd-f78caf368608"], ["support_identifier", "cs_04d76086"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:43.942886"], ["updated_at", "2017-12-20 18:12:43.942886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -340923173 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b85c7f35-b582-4b28-bd15-ac836e2f23b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5fb4e8ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -340923173], ["username", "jstead"], ["access_token", "b42d78647fe92123bd3555ca789d03fd"], ["uuid", "b85c7f35-b582-4b28-bd15-ac836e2f23b3"], ["support_identifier", "cs_5fb4e8ae"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:43.947412"], ["updated_at", "2017-12-20 18:12:43.947412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -189099404 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4368143b-8c78-48fb-9be0-0be500a36df5' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6670819f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -189099404], ["username", "bigbear"], ["access_token", "f06e6be6204ca7317b292d2a5861f72f"], ["uuid", "4368143b-8c78-48fb-9be0-0be500a36df5"], ["support_identifier", "cs_6670819f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:43.952122"], ["updated_at", "2017-12-20 18:12:43.952122"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1895651639 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a1c95d5-4fbe-4734-9542-77e23e1b9793' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8c6c5b7d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1895651639], ["username", "jstrav"], ["access_token", "a6fdbb2f6f12b6194b83b30ad5ac62be"], ["uuid", "7a1c95d5-4fbe-4734-9542-77e23e1b9793"], ["support_identifier", "cs_8c6c5b7d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:43.961179"], ["updated_at", "2017-12-20 18:12:43.961179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -808406288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7c1ccfee-1797-4596-8e8f-5d32b7a4a124' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4cfa1c0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -808406288], ["username", "mary"], ["access_token", "0918f7739641e21685565d1c8f0d9e54"], ["uuid", "7c1ccfee-1797-4596-8e8f-5d32b7a4a124"], ["support_identifier", "cs_4cfa1c0f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:43.965740"], ["updated_at", "2017-12-20 18:12:43.965740"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2941569 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b736ceeb-384c-437a-9065-c5c75b3a7d4d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7dbc5db2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2941569], ["username", "jstead"], ["access_token", "13f3ad9a6844b8542ac1de831c6df45e"], ["uuid", "b736ceeb-384c-437a-9065-c5c75b3a7d4d"], ["support_identifier", "cs_7dbc5db2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:43.970131"], ["updated_at", "2017-12-20 18:12:43.970131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2094424072 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd87bd54-e5b2-4e7e-b2cc-e57008f70259' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8fba0893' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2094424072], ["username", "bigbear"], ["access_token", "72034190df737ef342bdb416ed085194"], ["uuid", "dd87bd54-e5b2-4e7e-b2cc-e57008f70259"], ["support_identifier", "cs_8fba0893"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:43.974334"], ["updated_at", "2017-12-20 18:12:43.974334"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b736ceeb-384c-437a-9065-c5c75b3a7d4d')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'b736ceeb-384c-437a-9065-c5c75b3a7d4d') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -373770098 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca3eafba-a2f6-4cad-8db2-2c183236faa1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_248d78e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -373770098], ["username", "jstrav"], ["access_token", "62a455db7c8dbf2a9c1c920a8fe5e1d5"], ["uuid", "ca3eafba-a2f6-4cad-8db2-2c183236faa1"], ["support_identifier", "cs_248d78e3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:43.982619"], ["updated_at", "2017-12-20 18:12:43.982619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -321041781 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04df061c-af60-410d-86e2-4399ac5fcb9c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0e2e704' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -321041781], ["username", "mary"], ["access_token", "91346dc092f791ed3680e1b5f5496cb7"], ["uuid", "04df061c-af60-410d-86e2-4399ac5fcb9c"], ["support_identifier", "cs_e0e2e704"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:43.987042"], ["updated_at", "2017-12-20 18:12:43.987042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -915535104 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c430e1c-b5c1-43b0-9a83-33bd9804e890' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9a9609ec' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -915535104], ["username", "jstead"], ["access_token", "0f851ab0caf17414846631d3585d2125"], ["uuid", "8c430e1c-b5c1-43b0-9a83-33bd9804e890"], ["support_identifier", "cs_9a9609ec"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:43.991215"], ["updated_at", "2017-12-20 18:12:43.991215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -332558552 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc8b05ae-0bc3-480b-98f0-cd199d1f838b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_82d20e33' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -332558552], ["username", "bigbear"], ["access_token", "0a58714a4e3352d4114837642248459e"], ["uuid", "cc8b05ae-0bc3-480b-98f0-cd199d1f838b"], ["support_identifier", "cs_82d20e33"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:43.995925"], ["updated_at", "2017-12-20 18:12:43.995925"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -662333206 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '440bbae8-ad25-4d05-aec0-ebc6c1aff737' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb7e82a7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -662333206], ["username", "jstrav"], ["access_token", "81152d9db4bd5fddad11643a01e0a658"], ["uuid", "440bbae8-ad25-4d05-aec0-ebc6c1aff737"], ["support_identifier", "cs_eb7e82a7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:44.004990"], ["updated_at", "2017-12-20 18:12:44.004990"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -384638737 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c73c858-5230-45bc-b341-0d518535a425' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fbc50f66' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -384638737], ["username", "mary"], ["access_token", "3c730d81f60563c6c9f104b93509988d"], ["uuid", "5c73c858-5230-45bc-b341-0d518535a425"], ["support_identifier", "cs_fbc50f66"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:44.009691"], ["updated_at", "2017-12-20 18:12:44.009691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897285138 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a76d9acf-f1e2-4ad4-9e60-03f4f6463abd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5b75dd3a' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -897285138], ["username", "jstead"], ["access_token", "7c0dbc27700eff7015943b93e37fe177"], ["uuid", "a76d9acf-f1e2-4ad4-9e60-03f4f6463abd"], ["support_identifier", "cs_5b75dd3a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:44.013971"], ["updated_at", "2017-12-20 18:12:44.013971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -385763159 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7ab915f-59f2-4d63-bc83-145b09971094' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_64ef1f2d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -385763159], ["username", "bigbear"], ["access_token", "53ee6eb40bdd3ea6e4fee54bab7604fc"], ["uuid", "e7ab915f-59f2-4d63-bc83-145b09971094"], ["support_identifier", "cs_64ef1f2d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:44.018597"], ["updated_at", "2017-12-20 18:12:44.018597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592051415 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3154338f-13cc-4b0c-8872-17bf7c863b9a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_613e4dac' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -592051415], ["username", "jstrav"], ["access_token", "72895ae99f236494d2cf14dfa95c0748"], ["uuid", "3154338f-13cc-4b0c-8872-17bf7c863b9a"], ["support_identifier", "cs_613e4dac"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:44.028670"], ["updated_at", "2017-12-20 18:12:44.028670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322820673 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4604f666-e095-43c4-acfd-aa987419ad5e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f292bd45' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -322820673], ["username", "mary"], ["access_token", "f75b9809ba90c9b22ecbfc044049a8e0"], ["uuid", "4604f666-e095-43c4-acfd-aa987419ad5e"], ["support_identifier", "cs_f292bd45"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:44.034963"], ["updated_at", "2017-12-20 18:12:44.034963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262008087 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bcdbc92c-b475-4b80-ab35-e94e605010f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_506a091b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -262008087], ["username", "jstead"], ["access_token", "435dedc8ef55d63b66527a22deac903e"], ["uuid", "bcdbc92c-b475-4b80-ab35-e94e605010f5"], ["support_identifier", "cs_506a091b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:44.039945"], ["updated_at", "2017-12-20 18:12:44.039945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1143077162 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ae008e68-1784-48ae-9822-6dbea474ab86' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c32968a2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1143077162], ["username", "bigbear"], ["access_token", "c2c6d82719cf41c13c5e830e10c699f7"], ["uuid", "ae008e68-1784-48ae-9822-6dbea474ab86"], ["support_identifier", "cs_c32968a2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:44.044234"], ["updated_at", "2017-12-20 18:12:44.044234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -920633273 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bc274421-1c17-4756-be8b-09f067abfe2b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8baa2468' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -920633273], ["username", "jstrav"], ["access_token", "8d3a3bc173086ddbe677c9973d0393a5"], ["uuid", "bc274421-1c17-4756-be8b-09f067abfe2b"], ["support_identifier", "cs_8baa2468"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:44.052260"], ["updated_at", "2017-12-20 18:12:44.052260"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1297935807 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75115533-a811-4118-b185-675b24af7cd7' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8fb59678' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1297935807], ["username", "mary"], ["access_token", "6fb840e5dca57061e3f9ab08e5100524"], ["uuid", "75115533-a811-4118-b185-675b24af7cd7"], ["support_identifier", "cs_8fb59678"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:44.059984"], ["updated_at", "2017-12-20 18:12:44.059984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146206502 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cfd65cdc-f595-4db9-8c32-788fc1c1bc93' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_26291d5b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -146206502], ["username", "jstead"], ["access_token", "607aceb0c4b28a08831316f6a48995ef"], ["uuid", "cfd65cdc-f595-4db9-8c32-788fc1c1bc93"], ["support_identifier", "cs_26291d5b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:44.065353"], ["updated_at", "2017-12-20 18:12:44.065353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1539965269 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36c5f27d-ca6c-4b24-a573-15465d81417a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a294871b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1539965269], ["username", "bigbear"], ["access_token", "86320844685de0aa7ee2e0c0f2a4ca61"], ["uuid", "36c5f27d-ca6c-4b24-a573-15465d81417a"], ["support_identifier", "cs_a294871b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:44.069776"], ["updated_at", "2017-12-20 18:12:44.069776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -146206502)  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -146206502) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1823468901 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0504213-eb79-4289-9ad4-c21edd6d2711' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aeea78f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1823468901], ["username", "jstrav"], ["access_token", "dd13105e899adae1d48306b96a848f2a"], ["uuid", "f0504213-eb79-4289-9ad4-c21edd6d2711"], ["support_identifier", "cs_aeea78f0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:44.078085"], ["updated_at", "2017-12-20 18:12:44.078085"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -358517000 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '159d5645-366c-426d-8965-d59597206ce8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_975fe8ee' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -358517000], ["username", "mary"], ["access_token", "05638412abec67b7f59b401b98697bc9"], ["uuid", "159d5645-366c-426d-8965-d59597206ce8"], ["support_identifier", "cs_975fe8ee"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:44.082638"], ["updated_at", "2017-12-20 18:12:44.082638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153998288 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0d858318-1e93-4636-8f07-e761aa07cf5c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cec458e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -153998288], ["username", "jstead"], ["access_token", "e971f4f83dbf1b53c2293ad8b5a57c03"], ["uuid", "0d858318-1e93-4636-8f07-e761aa07cf5c"], ["support_identifier", "cs_cec458e0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:44.088436"], ["updated_at", "2017-12-20 18:12:44.088436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -377710336 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a5e7597-28f0-4f12-aff9-422ee95b6a16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8ccd4e6d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -377710336], ["username", "bigbear"], ["access_token", "73e157a5d4c3c5a1eb51fb69ef88e6aa"], ["uuid", "0a5e7597-28f0-4f12-aff9-422ee95b6a16"], ["support_identifier", "cs_8ccd4e6d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:44.093804"], ["updated_at", "2017-12-20 18:12:44.093804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2090970449 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9aa4bb85-2e6c-4713-b1c7-386b0bc790a5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3614e5bc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2090970449], ["username", "jstrav"], ["access_token", "3d28c187d100901124cd9757932a6c7f"], ["uuid", "9aa4bb85-2e6c-4713-b1c7-386b0bc790a5"], ["support_identifier", "cs_3614e5bc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:44.101881"], ["updated_at", "2017-12-20 18:12:44.101881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1295612223 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'efbe3a96-7b82-43f6-9fa0-72e96c8bbea4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2feef372' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1295612223], ["username", "mary"], ["access_token", "1db50f0d2397b12cbd4be5358f47c661"], ["uuid", "efbe3a96-7b82-43f6-9fa0-72e96c8bbea4"], ["support_identifier", "cs_2feef372"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:44.106352"], ["updated_at", "2017-12-20 18:12:44.106352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1780201779 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8594974-0ce9-4fd2-b2d8-69ca8dacfe38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_210c3fdb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1780201779], ["username", "jstead"], ["access_token", "cffea10bd8c5cb3bae0b2c29a1e92376"], ["uuid", "c8594974-0ce9-4fd2-b2d8-69ca8dacfe38"], ["support_identifier", "cs_210c3fdb"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:44.110847"], ["updated_at", "2017-12-20 18:12:44.110847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2081775958 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f01d7e5b-4530-4882-8ade-957bdac7f84e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_259b011e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2081775958], ["username", "bigbear"], ["access_token", "8714b3c27b5ec686bd1f3861e74d33ee"], ["uuid", "f01d7e5b-4530-4882-8ade-957bdac7f84e"], ["support_identifier", "cs_259b011e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:44.115145"], ["updated_at", "2017-12-20 18:12:44.115145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1777704179 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04188a94-37de-438c-b99d-ff4ef54c420f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_55712c6a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1777704179], ["username", "jstrav"], ["access_token", "47d17e7c09053d9631fabd21e47ffa78"], ["uuid", "04188a94-37de-438c-b99d-ff4ef54c420f"], ["support_identifier", "cs_55712c6a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:44.123072"], ["updated_at", "2017-12-20 18:12:44.123072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2079004645 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b5f6a7b-7052-4c1c-b1f3-b4a995147913' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7877a56c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2079004645], ["username", "mary"], ["access_token", "da3bae96ddcbbb6fe91be792d51360b9"], ["uuid", "5b5f6a7b-7052-4c1c-b1f3-b4a995147913"], ["support_identifier", "cs_7877a56c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:44.127560"], ["updated_at", "2017-12-20 18:12:44.127560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1639928812 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd5819913-436e-463d-8ccc-8075af4634ea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9cefe02e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1639928812], ["username", "jstead"], ["access_token", "2b2e92227c3938d745fa30313c6e64b0"], ["uuid", "d5819913-436e-463d-8ccc-8075af4634ea"], ["support_identifier", "cs_9cefe02e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:44.131877"], ["updated_at", "2017-12-20 18:12:44.131877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883050601 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f94bbad-e412-4440-a319-52d734083b34' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6653d8f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1883050601], ["username", "bigbear"], ["access_token", "e42ccf17144f592a6362ecd0735cf285"], ["uuid", "3f94bbad-e412-4440-a319-52d734083b34"], ["support_identifier", "cs_6653d8f3"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:44.137703"], ["updated_at", "2017-12-20 18:12:44.137703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -799134198 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47b67775-fa19-43ab-b552-463f8bbdd286' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_10afc8c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -799134198], ["username", "jstrav"], ["access_token", "638b48bb2da80b709a027407ee5b4210"], ["uuid", "47b67775-fa19-43ab-b552-463f8bbdd286"], ["support_identifier", "cs_10afc8c1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:44.146707"], ["updated_at", "2017-12-20 18:12:44.146707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -923926677 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2a034cf5-95bf-44db-aded-bc0bf65d6733' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c75adb4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -923926677], ["username", "mary"], ["access_token", "6d850d6c37f3da79ca19f117860d7606"], ["uuid", "2a034cf5-95bf-44db-aded-bc0bf65d6733"], ["support_identifier", "cs_3c75adb4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:44.151212"], ["updated_at", "2017-12-20 18:12:44.151212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -831280296 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1bc8f51e-a283-4f33-8c32-057ccd3a2e1f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_83b4a251' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -831280296], ["username", "jstead"], ["access_token", "6187b4ad78ce88c7bdc798b19857c5d8"], ["uuid", "1bc8f51e-a283-4f33-8c32-057ccd3a2e1f"], ["support_identifier", "cs_83b4a251"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:44.155517"], ["updated_at", "2017-12-20 18:12:44.155517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1723485460 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cacc4fa5-6d26-447e-aab9-d13589ae10b8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_01894aae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1723485460], ["username", "bigbear"], ["access_token", "e2709f012a339f2ed3e491b82e5d389c"], ["uuid", "cacc4fa5-6d26-447e-aab9-d13589ae10b8"], ["support_identifier", "cs_01894aae"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:44.159880"], ["updated_at", "2017-12-20 18:12:44.159880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070472713 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '490eb715-8823-43c6-b2d8-f29126c30b8b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e50c17e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1070472713], ["username", "foo_bb"], ["access_token", "95765426d32b19b15d004bc5047e2cb8"], ["uuid", "490eb715-8823-43c6-b2d8-f29126c30b8b"], ["support_identifier", "cs_5e50c17e"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-12-20 18:12:44.164299"], ["updated_at", "2017-12-20 18:12:44.164299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -924804317 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a32a30dd-fa00-4c32-a0f3-383995f834cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b04e81f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -924804317], ["username", "foo_bj"], ["access_token", "43189d149b6e8fff2feda92fe8925d37"], ["uuid", "a32a30dd-fa00-4c32-a0f3-383995f834cf"], ["support_identifier", "cs_b04e81f7"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-12-20 18:12:44.168708"], ["updated_at", "2017-12-20 18:12:44.168708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1648845697 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4de58fb1-67df-4beb-9bc7-55b289238950' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c39da237' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1648845697], ["username", "foo_tj"], ["access_token", "3c5e0a7d609efa484d0fb9a3c276e92e"], ["uuid", "4de58fb1-67df-4beb-9bc7-55b289238950"], ["support_identifier", "cs_c39da237"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-12-20 18:12:44.173096"], ["updated_at", "2017-12-20 18:12:44.173096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -489361387 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '498ef87b-7632-4425-8aa8-b0f31a235732' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ceef95d9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -489361387], ["username", "jstrav"], ["access_token", "a00bd5fcc09e58ea6ddfa75ee1c57aa4"], ["uuid", "498ef87b-7632-4425-8aa8-b0f31a235732"], ["support_identifier", "cs_ceef95d9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:44.186480"], ["updated_at", "2017-12-20 18:12:44.186480"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -619378208 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '137ee770-d66d-4810-89e4-a99cb35fa880' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e49c627b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -619378208], ["username", "mary"], ["access_token", "c813774b397d85ba35d4208ff069e1b4"], ["uuid", "137ee770-d66d-4810-89e4-a99cb35fa880"], ["support_identifier", "cs_e49c627b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:44.192291"], ["updated_at", "2017-12-20 18:12:44.192291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1014597850 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0691d9e-fb0e-4fe6-9dae-e222abc66b7f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_37f5f5f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1014597850], ["username", "jstead"], ["access_token", "e03931480b0649fc7e4d8541b666bee1"], ["uuid", "c0691d9e-fb0e-4fe6-9dae-e222abc66b7f"], ["support_identifier", "cs_37f5f5f7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:44.196624"], ["updated_at", "2017-12-20 18:12:44.196624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867685359 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de95e170-42f2-4ad1-97b8-881819ce7510' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_90e42e3e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -867685359], ["username", "bigbear"], ["access_token", "4a022d0501383193109f452b818e2185"], ["uuid", "de95e170-42f2-4ad1-97b8-881819ce7510"], ["support_identifier", "cs_90e42e3e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:44.200605"], ["updated_at", "2017-12-20 18:12:44.200605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1979810412 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9f1def08-9ac8-4b14-adfa-3effc4735b7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c086af80' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1979810412], ["username", "billy_00"], ["access_token", "152ed57bf8c3231835d7d87e1e9ce64b"], ["uuid", "9f1def08-9ac8-4b14-adfa-3effc4735b7a"], ["support_identifier", "cs_c086af80"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 18:12:44.204622"], ["updated_at", "2017-12-20 18:12:44.204622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -938184690 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8c11e27-0ea3-43a6-b927-0283a9941599' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3704ea7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -938184690], ["username", "billy_01"], ["access_token", "cd34b2166defa4eeeda3760f43f9b2a8"], ["uuid", "c8c11e27-0ea3-43a6-b927-0283a9941599"], ["support_identifier", "cs_b3704ea7"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 18:12:44.208698"], ["updated_at", "2017-12-20 18:12:44.208698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -624181302 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '819c1edd-4e6e-459a-9628-ef9fffd010f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b54931f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -624181302], ["username", "billy_02"], ["access_token", "949ab1d880f6194e5b72480798b0e092"], ["uuid", "819c1edd-4e6e-459a-9628-ef9fffd010f0"], ["support_identifier", "cs_b54931f4"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 18:12:44.212705"], ["updated_at", "2017-12-20 18:12:44.212705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -962351320 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '812fe71e-530a-4a73-88b5-94e3737b1659' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dbb5a997' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -962351320], ["username", "billy_03"], ["access_token", "fcc584c460529bcc62a4faf29847c01d"], ["uuid", "812fe71e-530a-4a73-88b5-94e3737b1659"], ["support_identifier", "cs_dbb5a997"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 18:12:44.217279"], ["updated_at", "2017-12-20 18:12:44.217279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1555403304 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '825ea579-a2ef-447d-af00-301efdf59bd9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_157e2d6a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1555403304], ["username", "billy_04"], ["access_token", "697623361dba1a44ea9ae9060de48e23"], ["uuid", "825ea579-a2ef-447d-af00-301efdf59bd9"], ["support_identifier", "cs_157e2d6a"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 18:12:44.222541"], ["updated_at", "2017-12-20 18:12:44.222541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990825128 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3fb4a2a8-0dd2-4967-9cc3-5eafa2e60e98' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e369f3a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1990825128], ["username", "billy_05"], ["access_token", "b64811f8160381c007e0e0056a978de4"], ["uuid", "3fb4a2a8-0dd2-4967-9cc3-5eafa2e60e98"], ["support_identifier", "cs_2e369f3a"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 18:12:44.227319"], ["updated_at", "2017-12-20 18:12:44.227319"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1874637891 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '515c8afe-6539-4d20-88ff-e9509eb7b1e3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c55eec35' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1874637891], ["username", "billy_06"], ["access_token", "5219ede5afe203b9822426663a09d003"], ["uuid", "515c8afe-6539-4d20-88ff-e9509eb7b1e3"], ["support_identifier", "cs_c55eec35"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 18:12:44.231306"], ["updated_at", "2017-12-20 18:12:44.231306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1343297886 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ea33680e-ff67-41c5-b571-5eadb1cdd908' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cd0b100f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1343297886], ["username", "billy_07"], ["access_token", "4d66738ca278991ea0782af100ad1b73"], ["uuid", "ea33680e-ff67-41c5-b571-5eadb1cdd908"], ["support_identifier", "cs_cd0b100f"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 18:12:44.235495"], ["updated_at", "2017-12-20 18:12:44.235495"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239123114 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '74ebbb1e-a9bf-4f4e-929e-7c12890f9ac5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_983fb41c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -239123114], ["username", "billy_08"], ["access_token", "2046c0bdb920e9d23f7b2a3693ecdb0b"], ["uuid", "74ebbb1e-a9bf-4f4e-929e-7c12890f9ac5"], ["support_identifier", "cs_983fb41c"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 18:12:44.239526"], ["updated_at", "2017-12-20 18:12:44.239526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308300978 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c2d7ade-92d6-4627-a72a-8df43c57068c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1059d4dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -308300978], ["username", "billy_09"], ["access_token", "ed3653e4425e8364f2cefa325340a487"], ["uuid", "3c2d7ade-92d6-4627-a72a-8df43c57068c"], ["support_identifier", "cs_1059d4dd"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 18:12:44.243549"], ["updated_at", "2017-12-20 18:12:44.243549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -689645922 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6763c7e0-84c9-46cb-a0ec-9fab2225b890' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_efe97d8f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -689645922], ["username", "billy_10"], ["access_token", "742b1d1f3528480e96873f1542bd85f8"], ["uuid", "6763c7e0-84c9-46cb-a0ec-9fab2225b890"], ["support_identifier", "cs_efe97d8f"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 18:12:44.247624"], ["updated_at", "2017-12-20 18:12:44.247624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2115511410 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '59a2b338-1d27-4c02-99bd-bbf693dfc3c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b72c3c6c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2115511410], ["username", "billy_11"], ["access_token", "1392bfba3e5f429d825a0c56df95f0cd"], ["uuid", "59a2b338-1d27-4c02-99bd-bbf693dfc3c5"], ["support_identifier", "cs_b72c3c6c"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 18:12:44.251660"], ["updated_at", "2017-12-20 18:12:44.251660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538106526 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c4d1cd03-f4c7-4319-b1fe-5f455ec159c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f4debef9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -538106526], ["username", "billy_12"], ["access_token", "cb0ace8f5c0176b38b3b53133b0651dd"], ["uuid", "c4d1cd03-f4c7-4319-b1fe-5f455ec159c3"], ["support_identifier", "cs_f4debef9"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 18:12:44.255725"], ["updated_at", "2017-12-20 18:12:44.255725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656427778 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc416f1c-df66-4f85-a572-59dd35c3f86c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1347af4a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1656427778], ["username", "billy_13"], ["access_token", "927a0e05d553fde5e783bb4bf2db05a9"], ["uuid", "dc416f1c-df66-4f85-a572-59dd35c3f86c"], ["support_identifier", "cs_1347af4a"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 18:12:44.259777"], ["updated_at", "2017-12-20 18:12:44.259777"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1239286172 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75bbd919-b442-4180-bce2-78cdb486f787' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44cc5aca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1239286172], ["username", "billy_14"], ["access_token", "131fb7b74c56f4487a854d9105739c32"], ["uuid", "75bbd919-b442-4180-bce2-78cdb486f787"], ["support_identifier", "cs_44cc5aca"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 18:12:44.263857"], ["updated_at", "2017-12-20 18:12:44.263857"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010409869 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '322f52c4-7bb4-4703-b7b7-cec3f28a8bd7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ba2f3c0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1010409869], ["username", "billy_15"], ["access_token", "22061c54fd38d28781e1b8f428b84389"], ["uuid", "322f52c4-7bb4-4703-b7b7-cec3f28a8bd7"], ["support_identifier", "cs_ba2f3c0e"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 18:12:44.267960"], ["updated_at", "2017-12-20 18:12:44.267960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -477550626 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4dfabb8b-2c1d-4bbd-b5fe-9b8351cdac15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e316ee2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -477550626], ["username", "billy_16"], ["access_token", "a2bc3af3be0618a411f545203a6dacb5"], ["uuid", "4dfabb8b-2c1d-4bbd-b5fe-9b8351cdac15"], ["support_identifier", "cs_9e316ee2"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 18:12:44.271997"], ["updated_at", "2017-12-20 18:12:44.271997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1292967220 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0202b368-38d0-4b5f-9003-8f471e6b2fe3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51c2fb45' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1292967220], ["username", "billy_17"], ["access_token", "f730e4034629a970c839cc43e56d8abd"], ["uuid", "0202b368-38d0-4b5f-9003-8f471e6b2fe3"], ["support_identifier", "cs_51c2fb45"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 18:12:44.276068"], ["updated_at", "2017-12-20 18:12:44.276068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -603178493 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd087fdc-b960-4480-9b19-af9cd541ebaa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a77e580' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -603178493], ["username", "billy_18"], ["access_token", "289f3fc0a665126fd66b73e292042943"], ["uuid", "bd087fdc-b960-4480-9b19-af9cd541ebaa"], ["support_identifier", "cs_4a77e580"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 18:12:44.280129"], ["updated_at", "2017-12-20 18:12:44.280129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -170772704 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '352c25fa-0ac7-468e-aed5-ca5ac07de979' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7bbbab84' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -170772704], ["username", "billy_19"], ["access_token", "d826e0e85ca5845434797cd053170236"], ["uuid", "352c25fa-0ac7-468e-aed5-ca5ac07de979"], ["support_identifier", "cs_7bbbab84"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 18:12:44.285448"], ["updated_at", "2017-12-20 18:12:44.285448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -450309238 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96cb3028-c219-443e-911b-4b473ba7de57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29629efb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -450309238], ["username", "billy_20"], ["access_token", "65f0518493900c8a1ff536d59a3a9ecd"], ["uuid", "96cb3028-c219-443e-911b-4b473ba7de57"], ["support_identifier", "cs_29629efb"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 18:12:44.290994"], ["updated_at", "2017-12-20 18:12:44.290994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -516350891 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ef18f2f-85c0-4b7e-b91d-67a20e32dbac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b9fc2b02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -516350891], ["username", "billy_21"], ["access_token", "2ced318761685d976a5ec49fff0dd399"], ["uuid", "5ef18f2f-85c0-4b7e-b91d-67a20e32dbac"], ["support_identifier", "cs_b9fc2b02"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 18:12:44.295484"], ["updated_at", "2017-12-20 18:12:44.295484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1572554 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2c5f001-148c-4dfa-afc3-4476d859ac80' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_177aad3d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1572554], ["username", "billy_22"], ["access_token", "3e996460790066ae978d4413108e6d84"], ["uuid", "f2c5f001-148c-4dfa-afc3-4476d859ac80"], ["support_identifier", "cs_177aad3d"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 18:12:44.299463"], ["updated_at", "2017-12-20 18:12:44.299463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1528097364 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8fdb8ad-47a2-444e-92e5-a4be5708c428' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aed6c141' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1528097364], ["username", "billy_23"], ["access_token", "f05a75be7eee08b383c2eda6bb740406"], ["uuid", "f8fdb8ad-47a2-444e-92e5-a4be5708c428"], ["support_identifier", "cs_aed6c141"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 18:12:44.303503"], ["updated_at", "2017-12-20 18:12:44.303503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806015852 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29aa3aed-1e3d-4354-89eb-a9e77bda1e7e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d5dc0fdc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1806015852], ["username", "billy_24"], ["access_token", "3b9f70e3cb7d9ce741bc7d42e3148fd8"], ["uuid", "29aa3aed-1e3d-4354-89eb-a9e77bda1e7e"], ["support_identifier", "cs_d5dc0fdc"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 18:12:44.307487"], ["updated_at", "2017-12-20 18:12:44.307487"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841873198 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7d8c786-2768-48ce-b576-baaec970471c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_26fa1990' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1841873198], ["username", "billy_25"], ["access_token", "66226aafad9513ca612408b5bb823f65"], ["uuid", "a7d8c786-2768-48ce-b576-baaec970471c"], ["support_identifier", "cs_26fa1990"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 18:12:44.311494"], ["updated_at", "2017-12-20 18:12:44.311494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1937037519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0aa11cb1-4a84-49f2-b2e8-daf2bd67cfb0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_42be65de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1937037519], ["username", "billy_26"], ["access_token", "18015dcf88db04ec6493fdfe746368df"], ["uuid", "0aa11cb1-4a84-49f2-b2e8-daf2bd67cfb0"], ["support_identifier", "cs_42be65de"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 18:12:44.315465"], ["updated_at", "2017-12-20 18:12:44.315465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -85542016 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c2d74df-078f-46f2-8295-26cd9fc52aa7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_021b871e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -85542016], ["username", "billy_27"], ["access_token", "7ed152c8c10fe92c54f77beaaa84ecae"], ["uuid", "5c2d74df-078f-46f2-8295-26cd9fc52aa7"], ["support_identifier", "cs_021b871e"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 18:12:44.319509"], ["updated_at", "2017-12-20 18:12:44.319509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1665783696 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04bf64c4-5cc5-4dd9-9039-32f2d6a80b3b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d31ea57e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1665783696], ["username", "billy_28"], ["access_token", "2c423a23061acb0cddb02660e6fb469f"], ["uuid", "04bf64c4-5cc5-4dd9-9039-32f2d6a80b3b"], ["support_identifier", "cs_d31ea57e"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 18:12:44.323708"], ["updated_at", "2017-12-20 18:12:44.323708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1119361218 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e690cb7b-a89b-46e8-8296-25ac2941f88e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ba607ba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1119361218], ["username", "billy_29"], ["access_token", "054d84198da0096d8f2556e37a5a66ea"], ["uuid", "e690cb7b-a89b-46e8-8296-25ac2941f88e"], ["support_identifier", "cs_3ba607ba"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 18:12:44.327705"], ["updated_at", "2017-12-20 18:12:44.327705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -926948688 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04991e59-0fd1-49c3-862f-4ed4604b1967' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38639389' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -926948688], ["username", "billy_30"], ["access_token", "dc27feb7731eaebbe391be50ab14b5e9"], ["uuid", "04991e59-0fd1-49c3-862f-4ed4604b1967"], ["support_identifier", "cs_38639389"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 18:12:44.331688"], ["updated_at", "2017-12-20 18:12:44.331688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1036879229 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8fc3e486-8cc7-4069-9122-5bc4f878f78e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3a3ed1dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1036879229], ["username", "billy_31"], ["access_token", "c842f465bc88f8d8b897f9c3f461fb3f"], ["uuid", "8fc3e486-8cc7-4069-9122-5bc4f878f78e"], ["support_identifier", "cs_3a3ed1dd"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 18:12:44.335659"], ["updated_at", "2017-12-20 18:12:44.335659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806315597 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a303ea6b-80dd-427b-a13a-dbf92847e625' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a09d9a9d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1806315597], ["username", "billy_32"], ["access_token", "127b5f7436dd2f29534cf1f427f32853"], ["uuid", "a303ea6b-80dd-427b-a13a-dbf92847e625"], ["support_identifier", "cs_a09d9a9d"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 18:12:44.339663"], ["updated_at", "2017-12-20 18:12:44.339663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812122512 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '085d0dd8-13c5-4a76-bcd0-af562bf972f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1df10e4a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1812122512], ["username", "billy_33"], ["access_token", "32399686512b02293f5afc5c9439483c"], ["uuid", "085d0dd8-13c5-4a76-bcd0-af562bf972f9"], ["support_identifier", "cs_1df10e4a"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 18:12:44.343617"], ["updated_at", "2017-12-20 18:12:44.343617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2059302631 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab5ae6e4-004e-4f62-9f03-2e1654e75563' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cae66f43' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2059302631], ["username", "billy_34"], ["access_token", "7889dedc58e67350afa32fb1a997d903"], ["uuid", "ab5ae6e4-004e-4f62-9f03-2e1654e75563"], ["support_identifier", "cs_cae66f43"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 18:12:44.347628"], ["updated_at", "2017-12-20 18:12:44.347628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -291304589 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ae3003e-bf7f-4706-9769-246907df78ae' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_27de65d6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -291304589], ["username", "billy_35"], ["access_token", "57ef7beb9e333b9774a1d50a232ea24c"], ["uuid", "7ae3003e-bf7f-4706-9769-246907df78ae"], ["support_identifier", "cs_27de65d6"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 18:12:44.358512"], ["updated_at", "2017-12-20 18:12:44.358512"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2001940240 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e8e44e5-4a7f-4161-9697-72a279da9b37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6202193a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2001940240], ["username", "billy_36"], ["access_token", "03e7b20d35f1391291ef17333bc17bd8"], ["uuid", "1e8e44e5-4a7f-4161-9697-72a279da9b37"], ["support_identifier", "cs_6202193a"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 18:12:44.362859"], ["updated_at", "2017-12-20 18:12:44.362859"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2035371396 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd27fea57-f599-4a55-8c5b-ea92196fbc2d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c6fce0ed' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2035371396], ["username", "billy_37"], ["access_token", "178a6453537016c9ff3d7e7a06a77651"], ["uuid", "d27fea57-f599-4a55-8c5b-ea92196fbc2d"], ["support_identifier", "cs_c6fce0ed"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 18:12:44.367114"], ["updated_at", "2017-12-20 18:12:44.367114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -490363577 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7f73d3e-fd25-4f01-ba36-892f724fa226' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4626c32c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -490363577], ["username", "billy_38"], ["access_token", "d3f82832186e1b87f2960356e9cbd2e8"], ["uuid", "e7f73d3e-fd25-4f01-ba36-892f724fa226"], ["support_identifier", "cs_4626c32c"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 18:12:44.371505"], ["updated_at", "2017-12-20 18:12:44.371505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1215724936 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8155945-1ec5-4e42-8b3a-55679dac9ac3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4bd6de09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1215724936], ["username", "billy_39"], ["access_token", "f613d4e84420846b11c5c6f227e57497"], ["uuid", "a8155945-1ec5-4e42-8b3a-55679dac9ac3"], ["support_identifier", "cs_4bd6de09"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 18:12:44.375834"], ["updated_at", "2017-12-20 18:12:44.375834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -860597996 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '12831057-589e-424c-82b4-dcf6290e97cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_37f18f9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -860597996], ["username", "billy_40"], ["access_token", "b0f1c2352ef6ea12c1f8be64142e0e63"], ["uuid", "12831057-589e-424c-82b4-dcf6290e97cf"], ["support_identifier", "cs_37f18f9f"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 18:12:44.380061"], ["updated_at", "2017-12-20 18:12:44.380061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1455356975 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83b05977-a47f-4314-9ce9-51ecf4154c71' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_157cc3af' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1455356975], ["username", "billy_41"], ["access_token", "9e58c1ba14274c902c6940aae1063953"], ["uuid", "83b05977-a47f-4314-9ce9-51ecf4154c71"], ["support_identifier", "cs_157cc3af"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 18:12:44.384448"], ["updated_at", "2017-12-20 18:12:44.384448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409566828 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e049c3ba-7d6f-4c2c-bcc7-d7f330407a65' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8b7ffd95' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1409566828], ["username", "billy_42"], ["access_token", "f060097da4f2e7e02b911f9650812fb5"], ["uuid", "e049c3ba-7d6f-4c2c-bcc7-d7f330407a65"], ["support_identifier", "cs_8b7ffd95"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 18:12:44.388752"], ["updated_at", "2017-12-20 18:12:44.388752"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -550526132 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '020feada-5db4-4ed1-ab64-7fd8d78d9781' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5af6d1e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -550526132], ["username", "billy_43"], ["access_token", "1f9da059fee4d0801a7260800e093518"], ["uuid", "020feada-5db4-4ed1-ab64-7fd8d78d9781"], ["support_identifier", "cs_5af6d1e6"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 18:12:44.393154"], ["updated_at", "2017-12-20 18:12:44.393154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2075467848 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab581b76-12f4-46d4-9a01-74ec4e8b79ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3751eee1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2075467848], ["username", "billy_44"], ["access_token", "bc41424c29cfd6510232671d5e8cee60"], ["uuid", "ab581b76-12f4-46d4-9a01-74ec4e8b79ad"], ["support_identifier", "cs_3751eee1"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 18:12:44.397602"], ["updated_at", "2017-12-20 18:12:44.397602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1563187568 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '05f3cc46-c4da-40b7-8bbc-20a824e39c30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_596deb1e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1563187568], ["username", "billy_45"], ["access_token", "d36207489268c5b34986dc4bd3336cb7"], ["uuid", "05f3cc46-c4da-40b7-8bbc-20a824e39c30"], ["support_identifier", "cs_596deb1e"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 18:12:44.401987"], ["updated_at", "2017-12-20 18:12:44.401987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1642423203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b6b446f5-0e08-4090-9a25-41aab53fa04f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3d605aa5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1642423203], ["username", "jstrav"], ["access_token", "d2287986f2525cdfefd42f16d6d74bb2"], ["uuid", "b6b446f5-0e08-4090-9a25-41aab53fa04f"], ["support_identifier", "cs_3d605aa5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:44.413800"], ["updated_at", "2017-12-20 18:12:44.413800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507694982 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01c97488-a92b-4c9f-bf85-f3e6b150e979' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fa273707' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1507694982], ["username", "mary"], ["access_token", "808891ed71f561b506d22133e7ba5f79"], ["uuid", "01c97488-a92b-4c9f-bf85-f3e6b150e979"], ["support_identifier", "cs_fa273707"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:44.418443"], ["updated_at", "2017-12-20 18:12:44.418443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1980180830 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ceb20e9-8c71-4780-a915-60c4452e354b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b198e67d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1980180830], ["username", "jstead"], ["access_token", "1a5306ff172907d52580169ca41a67d4"], ["uuid", "1ceb20e9-8c71-4780-a915-60c4452e354b"], ["support_identifier", "cs_b198e67d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:44.422882"], ["updated_at", "2017-12-20 18:12:44.422882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66017729 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b5e3e5dd-be26-4105-ba1f-baaab5bb77c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_172aa034' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -66017729], ["username", "bigbear"], ["access_token", "960587df9b7bfa21ce51d31ee482dab4"], ["uuid", "b5e3e5dd-be26-4105-ba1f-baaab5bb77c6"], ["support_identifier", "cs_172aa034"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:44.427310"], ["updated_at", "2017-12-20 18:12:44.427310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -813820676 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67aba900-2810-44df-b0ee-d9187bd1ee7d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad13014d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -813820676], ["username", "billy_00"], ["access_token", "a23251fdcc396c5fc2830e15c44fd9bc"], ["uuid", "67aba900-2810-44df-b0ee-d9187bd1ee7d"], ["support_identifier", "cs_ad13014d"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 18:12:44.431670"], ["updated_at", "2017-12-20 18:12:44.431670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1280273986 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f530868-5c6f-49d1-a59b-196e9abccb76' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_16c9fcee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1280273986], ["username", "billy_01"], ["access_token", "a37482c255cff620dc91348d4200c9ec"], ["uuid", "7f530868-5c6f-49d1-a59b-196e9abccb76"], ["support_identifier", "cs_16c9fcee"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 18:12:44.436110"], ["updated_at", "2017-12-20 18:12:44.436110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -977652005 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a217f1b8-5923-4d63-aa3d-11ec525b5df8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a9935c2f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -977652005], ["username", "billy_02"], ["access_token", "77a7948f75c4b3a86200b12347a74144"], ["uuid", "a217f1b8-5923-4d63-aa3d-11ec525b5df8"], ["support_identifier", "cs_a9935c2f"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 18:12:44.440437"], ["updated_at", "2017-12-20 18:12:44.440437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1081835355 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd44c8039-0d4c-4762-bea0-113c2279b8dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f4e15811' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1081835355], ["username", "billy_03"], ["access_token", "2c7c920653dc976bf4b602553d839cbb"], ["uuid", "d44c8039-0d4c-4762-bea0-113c2279b8dc"], ["support_identifier", "cs_f4e15811"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 18:12:44.444900"], ["updated_at", "2017-12-20 18:12:44.444900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -16922972 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bdf20c14-ae76-4688-89de-e1f5e7f64f39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f88091f5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -16922972], ["username", "billy_04"], ["access_token", "9989550ed745240fce7a972a3e8fa930"], ["uuid", "bdf20c14-ae76-4688-89de-e1f5e7f64f39"], ["support_identifier", "cs_f88091f5"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 18:12:44.449373"], ["updated_at", "2017-12-20 18:12:44.449373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -663536754 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '62ee1e6f-ef98-42db-828b-671cb48f20ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6acb285d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -663536754], ["username", "billy_05"], ["access_token", "b34f6a6f6c819966ab2bf7d7e0269b90"], ["uuid", "62ee1e6f-ef98-42db-828b-671cb48f20ad"], ["support_identifier", "cs_6acb285d"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 18:12:44.454340"], ["updated_at", "2017-12-20 18:12:44.454340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462139665 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1334f7dc-aba8-4831-a52d-6f18147c1cbe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_18f66f0a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1462139665], ["username", "billy_06"], ["access_token", "4cd6d00bc204004a72f6c859a0e244d5"], ["uuid", "1334f7dc-aba8-4831-a52d-6f18147c1cbe"], ["support_identifier", "cs_18f66f0a"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 18:12:44.458993"], ["updated_at", "2017-12-20 18:12:44.458993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1234304696 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9036c44f-40f4-4f92-8fd6-f31a401e5065' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7c0d12f9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1234304696], ["username", "billy_07"], ["access_token", "af5cf31baabea762ce3107a07894977b"], ["uuid", "9036c44f-40f4-4f92-8fd6-f31a401e5065"], ["support_identifier", "cs_7c0d12f9"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 18:12:44.463299"], ["updated_at", "2017-12-20 18:12:44.463299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -441871682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0078505-9d96-4db1-bec6-0143e6d51438' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_11e77dbd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -441871682], ["username", "billy_08"], ["access_token", "06928d31b3be9f9e8f9e9d4123f47a58"], ["uuid", "d0078505-9d96-4db1-bec6-0143e6d51438"], ["support_identifier", "cs_11e77dbd"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 18:12:44.467619"], ["updated_at", "2017-12-20 18:12:44.467619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -371891406 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8aecc620-146b-42e7-8553-6a4251262550' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_876a6ceb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -371891406], ["username", "billy_09"], ["access_token", "3d69fd3019c70735c710e3797d924ac0"], ["uuid", "8aecc620-146b-42e7-8553-6a4251262550"], ["support_identifier", "cs_876a6ceb"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 18:12:44.474100"], ["updated_at", "2017-12-20 18:12:44.474100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972663607 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71709ffc-59e4-4392-92bd-908ce1694a67' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c177756d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1972663607], ["username", "billy_10"], ["access_token", "e41e43c5ef322bb2c571f67f279f1c93"], ["uuid", "71709ffc-59e4-4392-92bd-908ce1694a67"], ["support_identifier", "cs_c177756d"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 18:12:44.479559"], ["updated_at", "2017-12-20 18:12:44.479559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1848508722 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88bfec8f-8880-4df8-a87c-18f63c972c26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b8cfad88' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1848508722], ["username", "billy_11"], ["access_token", "0bb23945f9b775616fa3835ed0158e9f"], ["uuid", "88bfec8f-8880-4df8-a87c-18f63c972c26"], ["support_identifier", "cs_b8cfad88"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 18:12:44.483906"], ["updated_at", "2017-12-20 18:12:44.483906"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -303386029 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2fd55ae7-4b78-4ea0-a902-773ed4fcd1f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c6ca9df' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -303386029], ["username", "billy_12"], ["access_token", "7ed50a61e976fc10d2d75c6da4557f8c"], ["uuid", "2fd55ae7-4b78-4ea0-a902-773ed4fcd1f5"], ["support_identifier", "cs_4c6ca9df"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 18:12:44.488141"], ["updated_at", "2017-12-20 18:12:44.488141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -190051023 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3edb9f53-2387-4ec7-88b7-14ded0e71117' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44eb6102' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -190051023], ["username", "billy_13"], ["access_token", "c6b63b3749c7592f1554bb840af88abb"], ["uuid", "3edb9f53-2387-4ec7-88b7-14ded0e71117"], ["support_identifier", "cs_44eb6102"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 18:12:44.492384"], ["updated_at", "2017-12-20 18:12:44.492384"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1039376747 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ba050d3f-fb71-4ade-9528-48e3451705dd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f03746dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1039376747], ["username", "billy_14"], ["access_token", "ab5cea4deb6c59c8acccf40203cdbf33"], ["uuid", "ba050d3f-fb71-4ade-9528-48e3451705dd"], ["support_identifier", "cs_f03746dc"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 18:12:44.496567"], ["updated_at", "2017-12-20 18:12:44.496567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -584298032 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f80ff51-3b81-4a22-8525-77b2c2148afa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7105ece7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -584298032], ["username", "billy_15"], ["access_token", "fa6d9265a98d1ddf1aaf7381a45d22ae"], ["uuid", "7f80ff51-3b81-4a22-8525-77b2c2148afa"], ["support_identifier", "cs_7105ece7"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 18:12:44.500831"], ["updated_at", "2017-12-20 18:12:44.500831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -590250893 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30e3f197-ffa3-4342-a359-e6c58747e9eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ac930efa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -590250893], ["username", "billy_16"], ["access_token", "f8716306ebfaa528778d3d68180c70ef"], ["uuid", "30e3f197-ffa3-4342-a359-e6c58747e9eb"], ["support_identifier", "cs_ac930efa"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 18:12:44.506291"], ["updated_at", "2017-12-20 18:12:44.506291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1878107799 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24cb7438-b31b-47d5-bd04-2f151cf426cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_329441cf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1878107799], ["username", "billy_17"], ["access_token", "84c0d7106e5208ec5861825b3883ee43"], ["uuid", "24cb7438-b31b-47d5-bd04-2f151cf426cd"], ["support_identifier", "cs_329441cf"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 18:12:44.511146"], ["updated_at", "2017-12-20 18:12:44.511146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019748389 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1b9d4c7-c322-4648-b415-d06d7a4495b9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a017c785' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2019748389], ["username", "billy_18"], ["access_token", "cd4b8df8e253269caf1ee2388da8adfa"], ["uuid", "b1b9d4c7-c322-4648-b415-d06d7a4495b9"], ["support_identifier", "cs_a017c785"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 18:12:44.515306"], ["updated_at", "2017-12-20 18:12:44.515306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1941071984 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ae60022-1c95-479e-bc7b-41eabe9484b2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b8525f66' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1941071984], ["username", "billy_19"], ["access_token", "9c0ae9cf67cb92211426a878878d7904"], ["uuid", "7ae60022-1c95-479e-bc7b-41eabe9484b2"], ["support_identifier", "cs_b8525f66"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 18:12:44.519583"], ["updated_at", "2017-12-20 18:12:44.519583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1427225952 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd10ae860-4cff-4c2f-a09b-92455d4d61bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_691d3790' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1427225952], ["username", "billy_20"], ["access_token", "752d8977d993bcbd92ef92888e8bd96d"], ["uuid", "d10ae860-4cff-4c2f-a09b-92455d4d61bf"], ["support_identifier", "cs_691d3790"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 18:12:44.524006"], ["updated_at", "2017-12-20 18:12:44.524006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1223943450 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a96fbac2-2e76-4d71-949c-4a9f7f4a779a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4dec699a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1223943450], ["username", "billy_21"], ["access_token", "d8f8162d516587dc1579f2dc2a085aa0"], ["uuid", "a96fbac2-2e76-4d71-949c-4a9f7f4a779a"], ["support_identifier", "cs_4dec699a"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 18:12:44.528274"], ["updated_at", "2017-12-20 18:12:44.528274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -523732844 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98b8cb07-5f83-4181-9285-4e2b580db1d1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b3895b8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -523732844], ["username", "billy_22"], ["access_token", "8ab5add063ea0072b652c04fbbc24be4"], ["uuid", "98b8cb07-5f83-4181-9285-4e2b580db1d1"], ["support_identifier", "cs_7b3895b8"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 18:12:44.532534"], ["updated_at", "2017-12-20 18:12:44.532534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -565100735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8a9b877-013e-4672-9a9a-a2626eb0a47e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d9d2a6bc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -565100735], ["username", "billy_23"], ["access_token", "f0cd7894bcdfcec7f00cabe402520c61"], ["uuid", "a8a9b877-013e-4672-9a9a-a2626eb0a47e"], ["support_identifier", "cs_d9d2a6bc"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 18:12:44.536793"], ["updated_at", "2017-12-20 18:12:44.536793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1150536751 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e359c1c0-0837-4202-b2ba-82f3d71f8097' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a10c14d5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1150536751], ["username", "billy_24"], ["access_token", "b9a521a25db50c65ba00c1fd326e0007"], ["uuid", "e359c1c0-0837-4202-b2ba-82f3d71f8097"], ["support_identifier", "cs_a10c14d5"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 18:12:44.541075"], ["updated_at", "2017-12-20 18:12:44.541075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -15385201 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19c32b93-c5fb-4276-a873-96b83a2be67b' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dfc72096' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -15385201], ["username", "billy_25"], ["access_token", "ba80ddf1fe916362c1a848e4203641d0"], ["uuid", "19c32b93-c5fb-4276-a873-96b83a2be67b"], ["support_identifier", "cs_dfc72096"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 18:12:44.545414"], ["updated_at", "2017-12-20 18:12:44.545414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1699114710 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c68f0d41-1c80-42ce-96cb-05f22dbf011c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e118bd9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1699114710], ["username", "billy_26"], ["access_token", "c41727082101d0c3086bd08b806d4786"], ["uuid", "c68f0d41-1c80-42ce-96cb-05f22dbf011c"], ["support_identifier", "cs_8e118bd9"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 18:12:44.549750"], ["updated_at", "2017-12-20 18:12:44.549750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700409380 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9c5abb6f-d7c6-4bd9-a132-1b3ef4c265c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3622d47e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -700409380], ["username", "billy_27"], ["access_token", "14db58dab173466d23a54a59795fdc4b"], ["uuid", "9c5abb6f-d7c6-4bd9-a132-1b3ef4c265c5"], ["support_identifier", "cs_3622d47e"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 18:12:44.554111"], ["updated_at", "2017-12-20 18:12:44.554111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043265980 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d35b35b-7492-4c66-98b9-50e731d92d26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e7a506d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1043265980], ["username", "billy_28"], ["access_token", "00c5af14279669c929cf5582475d2ae8"], ["uuid", "3d35b35b-7492-4c66-98b9-50e731d92d26"], ["support_identifier", "cs_5e7a506d"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 18:12:44.558459"], ["updated_at", "2017-12-20 18:12:44.558459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1620507211 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd68dfa79-6b16-429f-9083-8c80e0128a31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5f02186a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1620507211], ["username", "billy_29"], ["access_token", "511e8a9796b835252ea2a58feb0e58ce"], ["uuid", "d68dfa79-6b16-429f-9083-8c80e0128a31"], ["support_identifier", "cs_5f02186a"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 18:12:44.563047"], ["updated_at", "2017-12-20 18:12:44.563047"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1840105549 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fca85278-60c6-48a6-b057-b1c67d54cec9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5267dd24' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1840105549], ["username", "billy_30"], ["access_token", "7f3f585b0f3786fbbe6a4e1ec681f416"], ["uuid", "fca85278-60c6-48a6-b057-b1c67d54cec9"], ["support_identifier", "cs_5267dd24"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 18:12:44.567249"], ["updated_at", "2017-12-20 18:12:44.567249"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -498588946 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83a14610-603c-422e-869d-772b1acaff05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_744b1f0b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -498588946], ["username", "billy_31"], ["access_token", "6e9e2a843eeecc52a39fc88369095306"], ["uuid", "83a14610-603c-422e-869d-772b1acaff05"], ["support_identifier", "cs_744b1f0b"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 18:12:44.571550"], ["updated_at", "2017-12-20 18:12:44.571550"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -231131056 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dbe98298-8eef-4d3f-906b-035585fca46f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_83021540' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -231131056], ["username", "billy_32"], ["access_token", "825a753ce5cb00ee38342b7879554380"], ["uuid", "dbe98298-8eef-4d3f-906b-035585fca46f"], ["support_identifier", "cs_83021540"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 18:12:44.576098"], ["updated_at", "2017-12-20 18:12:44.576098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1612859660 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2d8991d-9129-4940-adcc-ef99d10e24dc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1955e020' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1612859660], ["username", "billy_33"], ["access_token", "2d12a142121a1620d6f53b7df878e767"], ["uuid", "a2d8991d-9129-4940-adcc-ef99d10e24dc"], ["support_identifier", "cs_1955e020"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 18:12:44.580350"], ["updated_at", "2017-12-20 18:12:44.580350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1175317001 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29cc6bfc-55e7-4e60-a1ea-31ab1157dcfd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c68c4399' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1175317001], ["username", "billy_34"], ["access_token", "97cbbd973db7a2ceb5267ae5b1acdba4"], ["uuid", "29cc6bfc-55e7-4e60-a1ea-31ab1157dcfd"], ["support_identifier", "cs_c68c4399"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 18:12:44.584738"], ["updated_at", "2017-12-20 18:12:44.584738"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -580724807 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65813991-ef02-4001-a506-cdf4cecfc883' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9221ff12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -580724807], ["username", "billy_35"], ["access_token", "dd315630638783fbd6e33261a0ba8c1f"], ["uuid", "65813991-ef02-4001-a506-cdf4cecfc883"], ["support_identifier", "cs_9221ff12"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 18:12:44.589095"], ["updated_at", "2017-12-20 18:12:44.589095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718857790 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82267ec9-44a1-4505-a18f-c99041311c87' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_98414107' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -718857790], ["username", "billy_36"], ["access_token", "230ec69533849253b209b3fa695ede93"], ["uuid", "82267ec9-44a1-4505-a18f-c99041311c87"], ["support_identifier", "cs_98414107"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 18:12:44.593354"], ["updated_at", "2017-12-20 18:12:44.593354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444186901 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1077242-3590-4b5f-b79e-0cb9f0330246' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48faa07e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -444186901], ["username", "billy_37"], ["access_token", "085cd0307fc7b7dd83ed34c0034d0e44"], ["uuid", "c1077242-3590-4b5f-b79e-0cb9f0330246"], ["support_identifier", "cs_48faa07e"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 18:12:44.597560"], ["updated_at", "2017-12-20 18:12:44.597560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749809040 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7358d648-4d9a-41f4-870c-11b87b693be9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9fc547f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -749809040], ["username", "billy_38"], ["access_token", "4b06011a9e2327e91bf73879b37cccac"], ["uuid", "7358d648-4d9a-41f4-870c-11b87b693be9"], ["support_identifier", "cs_9fc547f3"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 18:12:44.601975"], ["updated_at", "2017-12-20 18:12:44.601975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -214500095 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4cf9e4ab-f229-4e23-9023-e290793da598' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_16553dd8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -214500095], ["username", "billy_39"], ["access_token", "c338512f55276221cfe522a100dad76c"], ["uuid", "4cf9e4ab-f229-4e23-9023-e290793da598"], ["support_identifier", "cs_16553dd8"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 18:12:44.606270"], ["updated_at", "2017-12-20 18:12:44.606270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -852683659 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e403d2e-e5b7-487f-bace-0f68356e5802' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a49043b0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -852683659], ["username", "billy_40"], ["access_token", "7ed020b4ba14a91ab29f806c5c6f6ec9"], ["uuid", "1e403d2e-e5b7-487f-bace-0f68356e5802"], ["support_identifier", "cs_a49043b0"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 18:12:44.610574"], ["updated_at", "2017-12-20 18:12:44.610574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -843079967 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8e33bee-eb4f-48be-aa62-06b055b1672b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d2263143' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -843079967], ["username", "billy_41"], ["access_token", "f056e963af49019d4ba9b14d677d9efb"], ["uuid", "b8e33bee-eb4f-48be-aa62-06b055b1672b"], ["support_identifier", "cs_d2263143"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 18:12:44.614810"], ["updated_at", "2017-12-20 18:12:44.614810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -972122312 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7db0b24f-68f0-471a-b3d4-9c9bca2de63c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f6607b6f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -972122312], ["username", "billy_42"], ["access_token", "ab1a41e297c8e7515aa8b28c32838d21"], ["uuid", "7db0b24f-68f0-471a-b3d4-9c9bca2de63c"], ["support_identifier", "cs_f6607b6f"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 18:12:44.618992"], ["updated_at", "2017-12-20 18:12:44.618992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1253538252 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e41e6e2-3b1a-4c02-909b-dbd5b9a60ca4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_54a5b794' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1253538252], ["username", "billy_43"], ["access_token", "a38cd59df667047a2484bfcefd54297d"], ["uuid", "8e41e6e2-3b1a-4c02-909b-dbd5b9a60ca4"], ["support_identifier", "cs_54a5b794"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 18:12:44.623308"], ["updated_at", "2017-12-20 18:12:44.623308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1598979896 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '54abda0b-b995-4c73-bb2a-6f05e9761be2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5ede740d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1598979896], ["username", "billy_44"], ["access_token", "d1d1d08e998aa826a74ed1fcb51da084"], ["uuid", "54abda0b-b995-4c73-bb2a-6f05e9761be2"], ["support_identifier", "cs_5ede740d"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 18:12:44.627505"], ["updated_at", "2017-12-20 18:12:44.627505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -506444191 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b72f2850-03e4-4314-a9f8-0d18da3a36bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ff3a72e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -506444191], ["username", "billy_45"], ["access_token", "d782c4ad3b34d5b612df37c70a29c73e"], ["uuid", "b72f2850-03e4-4314-a9f8-0d18da3a36bd"], ["support_identifier", "cs_2ff3a72e"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 18:12:44.631794"], ["updated_at", "2017-12-20 18:12:44.631794"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -772666811 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c15b4ad-7391-49ad-9194-f61765e2b2d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce9bae27' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -772666811], ["username", "jstrav"], ["access_token", "1157505d172d2d5e2828c6e9701bf750"], ["uuid", "3c15b4ad-7391-49ad-9194-f61765e2b2d8"], ["support_identifier", "cs_ce9bae27"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:44.642005"], ["updated_at", "2017-12-20 18:12:44.642005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -52904414 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce53b786-3501-4a5b-ab95-d444aac6cd57' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_300e3665' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -52904414], ["username", "mary"], ["access_token", "ae899a065307fdf5367bbd978680fd3d"], ["uuid", "ce53b786-3501-4a5b-ab95-d444aac6cd57"], ["support_identifier", "cs_300e3665"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:44.646378"], ["updated_at", "2017-12-20 18:12:44.646378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1280867677 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'feea6b65-2c4a-4fa2-bad2-19f75e8cf02a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a96d724' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1280867677], ["username", "jstead"], ["access_token", "c901550e4806932c9ac968d607ff66b9"], ["uuid", "feea6b65-2c4a-4fa2-bad2-19f75e8cf02a"], ["support_identifier", "cs_4a96d724"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:44.650668"], ["updated_at", "2017-12-20 18:12:44.650668"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -247373263 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f7ff25d-645c-4423-aee7-d5cf6bcc65bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_698ea667' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -247373263], ["username", "bigbear"], ["access_token", "a6c3e903e93fbe6322330235bc0f6f70"], ["uuid", "6f7ff25d-645c-4423-aee7-d5cf6bcc65bd"], ["support_identifier", "cs_698ea667"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:44.655888"], ["updated_at", "2017-12-20 18:12:44.655888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -24532489 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65a969b6-e0a2-4338-99e1-155d4c3fcec4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8616f950' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -24532489], ["username", "billy_00"], ["access_token", "af4925e4310be6f9493393c33c73adb4"], ["uuid", "65a969b6-e0a2-4338-99e1-155d4c3fcec4"], ["support_identifier", "cs_8616f950"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 18:12:44.662109"], ["updated_at", "2017-12-20 18:12:44.662109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1336221986 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3f554d59-d89e-4c53-a2ba-1da26928b936' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b8e18691' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1336221986], ["username", "billy_01"], ["access_token", "ce15e67b2e171b2801ccc4106953fcac"], ["uuid", "3f554d59-d89e-4c53-a2ba-1da26928b936"], ["support_identifier", "cs_b8e18691"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 18:12:44.667033"], ["updated_at", "2017-12-20 18:12:44.667033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1959677086 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8dfaa72-0098-460c-9895-b5e0a44e9aac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ec967e48' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1959677086], ["username", "billy_02"], ["access_token", "9b606ee19290a1aff0132dde2b394d43"], ["uuid", "a8dfaa72-0098-460c-9895-b5e0a44e9aac"], ["support_identifier", "cs_ec967e48"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 18:12:44.671239"], ["updated_at", "2017-12-20 18:12:44.671239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -651484567 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42c6cfbf-77ad-4191-97dc-e24ac6c937e5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_da622485' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -651484567], ["username", "billy_03"], ["access_token", "e254c3b6e8bc84fd8c575248da5e37d4"], ["uuid", "42c6cfbf-77ad-4191-97dc-e24ac6c937e5"], ["support_identifier", "cs_da622485"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 18:12:44.675854"], ["updated_at", "2017-12-20 18:12:44.675854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1193155043 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '577be8c7-69ac-406f-a163-b0aabf13a70c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f9818f65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1193155043], ["username", "billy_04"], ["access_token", "93456a8aa2073426a3f468d6249c7edd"], ["uuid", "577be8c7-69ac-406f-a163-b0aabf13a70c"], ["support_identifier", "cs_f9818f65"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 18:12:44.680662"], ["updated_at", "2017-12-20 18:12:44.680662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1024914972 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca1911a4-cb85-4f24-94ac-75fcf1b6975f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e834030c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1024914972], ["username", "billy_05"], ["access_token", "3611b7d94732eb98ab6f05b3be742ea9"], ["uuid", "ca1911a4-cb85-4f24-94ac-75fcf1b6975f"], ["support_identifier", "cs_e834030c"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 18:12:44.685002"], ["updated_at", "2017-12-20 18:12:44.685002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002785614 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '96de0925-f6c0-40fb-9110-a8f552ca9361' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_82c13f4f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2002785614], ["username", "billy_06"], ["access_token", "aaa3bc36411d694ab7eba978fa96d3e6"], ["uuid", "96de0925-f6c0-40fb-9110-a8f552ca9361"], ["support_identifier", "cs_82c13f4f"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 18:12:44.689949"], ["updated_at", "2017-12-20 18:12:44.689949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -239455067 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ec3c416-5138-4015-9d4e-f54334308e87' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_47f68fcd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -239455067], ["username", "billy_07"], ["access_token", "24d4a9baff2a31bd31e80a6c5c9cd0a7"], ["uuid", "8ec3c416-5138-4015-9d4e-f54334308e87"], ["support_identifier", "cs_47f68fcd"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 18:12:44.694290"], ["updated_at", "2017-12-20 18:12:44.694290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1774194294 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f4c865d-6966-4b5f-bfbd-98942b887014' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5dc47fce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1774194294], ["username", "billy_08"], ["access_token", "6bff5697bab32f002103566724269710"], ["uuid", "0f4c865d-6966-4b5f-bfbd-98942b887014"], ["support_identifier", "cs_5dc47fce"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 18:12:44.698471"], ["updated_at", "2017-12-20 18:12:44.698471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1792364088 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5011b658-6be7-41f3-b748-6007f99aa5b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a5bc3afd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1792364088], ["username", "billy_09"], ["access_token", "972ef9cc2dff77c129190d76553cd56a"], ["uuid", "5011b658-6be7-41f3-b748-6007f99aa5b0"], ["support_identifier", "cs_a5bc3afd"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 18:12:44.702903"], ["updated_at", "2017-12-20 18:12:44.702903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -112515587 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2aa9f1a-fb98-4681-aa52-a0cb13315f95' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e79f370' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -112515587], ["username", "billy_10"], ["access_token", "79348bbdaca4225d522b6f95ffd71e07"], ["uuid", "c2aa9f1a-fb98-4681-aa52-a0cb13315f95"], ["support_identifier", "cs_4e79f370"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 18:12:44.707313"], ["updated_at", "2017-12-20 18:12:44.707313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -755202949 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3c37ee2f-2794-4a9a-9bff-bf8dfa8e00f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3afad9f2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -755202949], ["username", "billy_11"], ["access_token", "868234a9d84e4f582aebfa2cdda7f13c"], ["uuid", "3c37ee2f-2794-4a9a-9bff-bf8dfa8e00f1"], ["support_identifier", "cs_3afad9f2"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 18:12:44.711552"], ["updated_at", "2017-12-20 18:12:44.711552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178489277 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60794da1-b2ff-4b53-8cae-6dacbc7d2593' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f1edcfb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -178489277], ["username", "billy_12"], ["access_token", "7502d39e21c2c8569a66f1203212b279"], ["uuid", "60794da1-b2ff-4b53-8cae-6dacbc7d2593"], ["support_identifier", "cs_6f1edcfb"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 18:12:44.715795"], ["updated_at", "2017-12-20 18:12:44.715795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -283129710 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aadacd94-0d16-42b2-bc9e-18126d7f958f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33db09b5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -283129710], ["username", "billy_13"], ["access_token", "3d5a7d522be7d60a0dfee3757914243f"], ["uuid", "aadacd94-0d16-42b2-bc9e-18126d7f958f"], ["support_identifier", "cs_33db09b5"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 18:12:44.720057"], ["updated_at", "2017-12-20 18:12:44.720057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1680697047 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '974a6541-b4cf-46f1-9f58-63a87c8cc142' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6c9e9ed5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1680697047], ["username", "billy_14"], ["access_token", "f342c6a7443ede17a294b0e6c50beacc"], ["uuid", "974a6541-b4cf-46f1-9f58-63a87c8cc142"], ["support_identifier", "cs_6c9e9ed5"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 18:12:44.724368"], ["updated_at", "2017-12-20 18:12:44.724368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1406880829 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ccc18fd-eff4-4f47-bd1b-c825c8a868fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2d968314' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1406880829], ["username", "billy_15"], ["access_token", "249a281c4d12f117f1b9f70f710d9809"], ["uuid", "5ccc18fd-eff4-4f47-bd1b-c825c8a868fd"], ["support_identifier", "cs_2d968314"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 18:12:44.728584"], ["updated_at", "2017-12-20 18:12:44.728584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1738578260 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e36c67ae-9441-47a6-8fe6-9484ba127cca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1e40e78' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1738578260], ["username", "billy_16"], ["access_token", "dd36a88f762eb02bbd0fdf713e492b60"], ["uuid", "e36c67ae-9441-47a6-8fe6-9484ba127cca"], ["support_identifier", "cs_d1e40e78"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 18:12:44.732813"], ["updated_at", "2017-12-20 18:12:44.732813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -769616781 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1095a4d8-1701-4558-b585-98971b27c434' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_25745536' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -769616781], ["username", "billy_17"], ["access_token", "20c2438e743b28de5fa45abc106d52a0"], ["uuid", "1095a4d8-1701-4558-b585-98971b27c434"], ["support_identifier", "cs_25745536"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 18:12:44.736999"], ["updated_at", "2017-12-20 18:12:44.736999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -634574957 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65d665ed-e496-48ee-ab73-5802edd2d10d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_db62b148' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -634574957], ["username", "billy_18"], ["access_token", "7f30d2935846d9984e978aaf15a93e7a"], ["uuid", "65d665ed-e496-48ee-ab73-5802edd2d10d"], ["support_identifier", "cs_db62b148"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 18:12:44.741250"], ["updated_at", "2017-12-20 18:12:44.741250"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -300206654 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '174f8296-faa2-4eac-a2c8-930139251bda' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0e008c7a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -300206654], ["username", "billy_19"], ["access_token", "ce8ad0c9f64b23c046d0a5a700277a72"], ["uuid", "174f8296-faa2-4eac-a2c8-930139251bda"], ["support_identifier", "cs_0e008c7a"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 18:12:44.745470"], ["updated_at", "2017-12-20 18:12:44.745470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018777757 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0fd15d3-03ad-4dbd-942a-7b15d0103be9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97566cfc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1018777757], ["username", "billy_20"], ["access_token", "fa401200a85c44a25593f805b161d3dc"], ["uuid", "b0fd15d3-03ad-4dbd-942a-7b15d0103be9"], ["support_identifier", "cs_97566cfc"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 18:12:44.749762"], ["updated_at", "2017-12-20 18:12:44.749762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1785654188 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47b0c96f-57cc-41dc-bd24-7bd8e231b575' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_17796190' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1785654188], ["username", "billy_21"], ["access_token", "2490c97fe00f941d24333052ba2b1af6"], ["uuid", "47b0c96f-57cc-41dc-bd24-7bd8e231b575"], ["support_identifier", "cs_17796190"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 18:12:44.753955"], ["updated_at", "2017-12-20 18:12:44.753955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -727582817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fb73634d-72a9-4b5f-9e95-d59140074d3e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_982d9e6b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -727582817], ["username", "billy_22"], ["access_token", "6f205240da27e1907235f3d73e7752ab"], ["uuid", "fb73634d-72a9-4b5f-9e95-d59140074d3e"], ["support_identifier", "cs_982d9e6b"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 18:12:44.758297"], ["updated_at", "2017-12-20 18:12:44.758297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -291111490 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd2061143-d419-4655-90d2-bc5389935e5f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_25d89cf5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -291111490], ["username", "billy_23"], ["access_token", "85bf6f582bf4246e2cc0732927c03d9f"], ["uuid", "d2061143-d419-4655-90d2-bc5389935e5f"], ["support_identifier", "cs_25d89cf5"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 18:12:44.762479"], ["updated_at", "2017-12-20 18:12:44.762479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1702235282 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3c3a49b-d311-40df-8117-d65b5aa92197' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51bcc90d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1702235282], ["username", "billy_24"], ["access_token", "6aafe6920572de17f36569184b682be3"], ["uuid", "c3c3a49b-d311-40df-8117-d65b5aa92197"], ["support_identifier", "cs_51bcc90d"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 18:12:44.766727"], ["updated_at", "2017-12-20 18:12:44.766727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050645947 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '799ea1e6-a7ca-48d4-a3c4-f9c3910eb54a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5c7b6c84' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2050645947], ["username", "billy_25"], ["access_token", "0432b7775be438ca408da48904ad8a7b"], ["uuid", "799ea1e6-a7ca-48d4-a3c4-f9c3910eb54a"], ["support_identifier", "cs_5c7b6c84"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 18:12:44.770956"], ["updated_at", "2017-12-20 18:12:44.770956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -643211359 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '343acaa4-c845-4d5a-806b-26b91334b282' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_997897fb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -643211359], ["username", "billy_26"], ["access_token", "1b0431a115d127d5560145681f7c08e5"], ["uuid", "343acaa4-c845-4d5a-806b-26b91334b282"], ["support_identifier", "cs_997897fb"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 18:12:44.775202"], ["updated_at", "2017-12-20 18:12:44.775202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1295363473 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5386fe9d-d401-48cb-8a76-c5322be559ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd528f09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1295363473], ["username", "billy_27"], ["access_token", "cbeea941e2da9a99412e2cf315ab97c0"], ["uuid", "5386fe9d-d401-48cb-8a76-c5322be559ed"], ["support_identifier", "cs_fd528f09"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 18:12:44.779445"], ["updated_at", "2017-12-20 18:12:44.779445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2011005675 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '410706eb-b898-45af-9fd9-2e7be8721a91' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_62e02b03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2011005675], ["username", "billy_28"], ["access_token", "7abc75428243ebeabb283ee924f0eee2"], ["uuid", "410706eb-b898-45af-9fd9-2e7be8721a91"], ["support_identifier", "cs_62e02b03"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 18:12:44.783774"], ["updated_at", "2017-12-20 18:12:44.783774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1092253616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e27182ab-1950-4869-98b6-b540b68f5a9e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d8909315' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1092253616], ["username", "billy_29"], ["access_token", "8977414afe15db79515b2e63c10750f6"], ["uuid", "e27182ab-1950-4869-98b6-b540b68f5a9e"], ["support_identifier", "cs_d8909315"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 18:12:44.788110"], ["updated_at", "2017-12-20 18:12:44.788110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581151837 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0053861b-83b9-40d8-9f59-b1fed0323c49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad57edda' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -581151837], ["username", "billy_30"], ["access_token", "47d883f3388c058578b663490abf967b"], ["uuid", "0053861b-83b9-40d8-9f59-b1fed0323c49"], ["support_identifier", "cs_ad57edda"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 18:12:44.792354"], ["updated_at", "2017-12-20 18:12:44.792354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1866651391 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc303c0b-e74e-463b-b73d-8a4e6c200ab4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5cfcd0b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1866651391], ["username", "billy_31"], ["access_token", "e68b919130a6dd06e880890d95b914b9"], ["uuid", "cc303c0b-e74e-463b-b73d-8a4e6c200ab4"], ["support_identifier", "cs_5cfcd0b4"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 18:12:44.796575"], ["updated_at", "2017-12-20 18:12:44.796575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2034738295 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8cd8469c-dedc-41a4-a5df-aa766e14c180' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_529b640d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2034738295], ["username", "billy_32"], ["access_token", "41784078c27240c5f245863b782061cd"], ["uuid", "8cd8469c-dedc-41a4-a5df-aa766e14c180"], ["support_identifier", "cs_529b640d"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 18:12:44.800808"], ["updated_at", "2017-12-20 18:12:44.800808"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -250507056 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '42789992-85c8-4a01-a5a8-1787462fed59' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_632b2972' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -250507056], ["username", "billy_33"], ["access_token", "0889912f7837f05d908e21dd286b66e0"], ["uuid", "42789992-85c8-4a01-a5a8-1787462fed59"], ["support_identifier", "cs_632b2972"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 18:12:44.805098"], ["updated_at", "2017-12-20 18:12:44.805098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -120385678 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a75b33f4-ac6c-4487-9dfa-42a8e72e1994' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b872fd6a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -120385678], ["username", "billy_34"], ["access_token", "ac96796b5b40b71ca06c1405f80e95a9"], ["uuid", "a75b33f4-ac6c-4487-9dfa-42a8e72e1994"], ["support_identifier", "cs_b872fd6a"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 18:12:44.809450"], ["updated_at", "2017-12-20 18:12:44.809450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1520649334 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '775c534f-2371-4c31-bcc8-4f21745a6473' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6aa39a60' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1520649334], ["username", "billy_35"], ["access_token", "386d428548dae01f80cd8e7bc237dbdb"], ["uuid", "775c534f-2371-4c31-bcc8-4f21745a6473"], ["support_identifier", "cs_6aa39a60"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 18:12:44.813723"], ["updated_at", "2017-12-20 18:12:44.813723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1513394166 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47092e9b-f201-429d-b952-3c401d85e44e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_743f34e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1513394166], ["username", "billy_36"], ["access_token", "2594998a2d35dc29f5dfc56e18d68ccc"], ["uuid", "47092e9b-f201-429d-b952-3c401d85e44e"], ["support_identifier", "cs_743f34e9"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 18:12:44.818103"], ["updated_at", "2017-12-20 18:12:44.818103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -689934561 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2249f574-092d-4bfa-86ce-17704c218c29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de9c3678' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -689934561], ["username", "billy_37"], ["access_token", "fc4ce91f74cd64490acd9ae48282de18"], ["uuid", "2249f574-092d-4bfa-86ce-17704c218c29"], ["support_identifier", "cs_de9c3678"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 18:12:44.822507"], ["updated_at", "2017-12-20 18:12:44.822507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065594802 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c6f159c2-700b-4f30-a032-6b9b69e2c087' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e91fffd' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1065594802], ["username", "billy_38"], ["access_token", "98aa684a32d686dc885a85f6efd22337"], ["uuid", "c6f159c2-700b-4f30-a032-6b9b69e2c087"], ["support_identifier", "cs_2e91fffd"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 18:12:44.828766"], ["updated_at", "2017-12-20 18:12:44.828766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -517555616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a02f8d2-59a1-47f9-98db-d513c05db1d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6a92972' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -517555616], ["username", "billy_39"], ["access_token", "b2917b7158be71b49afeb819e45cda0a"], ["uuid", "7a02f8d2-59a1-47f9-98db-d513c05db1d8"], ["support_identifier", "cs_e6a92972"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 18:12:44.834365"], ["updated_at", "2017-12-20 18:12:44.834365"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -256511736 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '75e8f4f6-7545-4ed5-b2d7-95812d3b479f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_33df906d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -256511736], ["username", "billy_40"], ["access_token", "00eeaa2ee163a52c2fc67494d38113af"], ["uuid", "75e8f4f6-7545-4ed5-b2d7-95812d3b479f"], ["support_identifier", "cs_33df906d"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 18:12:44.838955"], ["updated_at", "2017-12-20 18:12:44.838955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -27795833 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9abbf494-8043-473f-955a-3b8228cccc6a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2025972e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -27795833], ["username", "billy_41"], ["access_token", "81ddbfde7a99a2b196a6681d65a5afd8"], ["uuid", "9abbf494-8043-473f-955a-3b8228cccc6a"], ["support_identifier", "cs_2025972e"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 18:12:44.843273"], ["updated_at", "2017-12-20 18:12:44.843273"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -209625154 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '63dbb357-83c6-4e33-a814-f98c7a4ef3a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f38ca26' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -209625154], ["username", "billy_42"], ["access_token", "173bc25b93e6de623d3ba2a1f51b2a49"], ["uuid", "63dbb357-83c6-4e33-a814-f98c7a4ef3a7"], ["support_identifier", "cs_8f38ca26"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 18:12:44.847692"], ["updated_at", "2017-12-20 18:12:44.847692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -335970080 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '360a2963-1742-414c-bfec-0aec78a0cac0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b90008f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -335970080], ["username", "billy_43"], ["access_token", "27494076a9274662efbdd262087c4aee"], ["uuid", "360a2963-1742-414c-bfec-0aec78a0cac0"], ["support_identifier", "cs_b90008f0"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 18:12:44.851819"], ["updated_at", "2017-12-20 18:12:44.851819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1311631884 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fcb24096-844f-4de3-b35f-7bd7df6c23e5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ca0b8c94' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1311631884], ["username", "billy_44"], ["access_token", "5417a78059033186881e54ac16aac087"], ["uuid", "fcb24096-844f-4de3-b35f-7bd7df6c23e5"], ["support_identifier", "cs_ca0b8c94"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 18:12:44.855804"], ["updated_at", "2017-12-20 18:12:44.855804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1270243338 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3553ea79-72ad-432a-9c60-478e0e86847e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_989d0ed8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1270243338], ["username", "billy_45"], ["access_token", "f7d0182aae3d2a3cf6599051f6f806da"], ["uuid", "3553ea79-72ad-432a-9c60-478e0e86847e"], ["support_identifier", "cs_989d0ed8"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 18:12:44.859826"], ["updated_at", "2017-12-20 18:12:44.859826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.5ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43a791bc-0fef-4aa4-a61d-7d278c7c3e72' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f2529978' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "cac1582c567a75f7c71795ed9405ed9d"], ["uuid", "43a791bc-0fef-4aa4-a61d-7d278c7c3e72"], ["support_identifier", "cs_f2529978"], ["created_at", "2017-12-20 18:12:44.870306"], ["updated_at", "2017-12-20 18:12:44.870306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 231]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f333808f-00f9-4d78-a574-664e9d79209f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e44b4f05' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "9ccb0b5f2d50c3425dc659fa4727bd0d"], ["uuid", "f333808f-00f9-4d78-a574-664e9d79209f"], ["support_identifier", "cs_e44b4f05"], ["created_at", "2017-12-20 18:12:44.899946"], ["updated_at", "2017-12-20 18:12:44.899946"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8970a0e7-3263-43c0-aa2e-9820a36bc1a8' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad50597b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "70b041b4b5135d01fd9ad8eba444761f"], ["uuid", "8970a0e7-3263-43c0-aa2e-9820a36bc1a8"], ["support_identifier", "cs_ad50597b"], ["created_at", "2017-12-20 18:12:44.908255"], ["updated_at", "2017-12-20 18:12:44.908255"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b127532f-4f9f-4acf-8598-114b004c7908' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d16c2c5c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "aa9c4b07a5c423558d825fcbf19a3ee7"], ["uuid", "b127532f-4f9f-4acf-8598-114b004c7908"], ["support_identifier", "cs_d16c2c5c"], ["created_at", "2017-12-20 18:12:44.920562"], ["updated_at", "2017-12-20 18:12:44.920562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 234]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:51046/logout Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d3968e3-fca1-4de6-8cfc-ffa8aaf6dfb9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d4de6ebf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "696a40fdee7b733523e95e6f5efb563e"], ["uuid", "4d3968e3-fca1-4de6-8cfc-ffa8aaf6dfb9"], ["support_identifier", "cs_d4de6ebf"], ["created_at", "2017-12-20 18:12:44.931845"], ["updated_at", "2017-12-20 18:12:44.931845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45771574-0255-4993-8db3-8cfd9b296260' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_289ae6a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "6006cfa59b7cb5d882973b4b4b164885"], ["uuid", "45771574-0255-4993-8db3-8cfd9b296260"], ["support_identifier", "cs_289ae6a9"], ["created_at", "2017-12-20 18:12:44.953610"], ["updated_at", "2017-12-20 18:12:44.953610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4dcb5469-ea60-4035-aabf-1dc258847e41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0e6ff5e7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "77217d82801a56fe440392298185402f"], ["uuid", "4dcb5469-ea60-4035-aabf-1dc258847e41"], ["support_identifier", "cs_0e6ff5e7"], ["created_at", "2017-12-20 18:12:44.965457"], ["updated_at", "2017-12-20 18:12:44.965457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'u' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5b2b2025-c08a-471f-b8db-ab75e6d17c9b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a63c255e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "u"], ["access_token", "2bc56c13404496c824de71610fb5fd98"], ["uuid", "5b2b2025-c08a-471f-b8db-ab75e6d17c9b"], ["support_identifier", "cs_a63c255e"], ["created_at", "2017-12-20 18:12:44.980939"], ["updated_at", "2017-12-20 18:12:44.980939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 238]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:46 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-20 12:12:47 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 238) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 238) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c7eb514f-46bf-49f8-a297-1bbffcf5efd0' AND "openstax_accounts_accounts"."id" != 238) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_85b22631' AND "openstax_accounts_accounts"."id" != 238) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "uuid" = $2, "support_identifier" = $3, "role" = $4, "updated_at" = $5 WHERE "openstax_accounts_accounts"."id" = $6 [["username", "user"], ["uuid", "c7eb514f-46bf-49f8-a297-1bbffcf5efd0"], ["support_identifier", "cs_85b22631"], ["role", 2], ["updated_at", "2017-12-20 18:12:47.226973"], ["id", 238]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91a928e9-9249-4bf8-9444-c39fc55280c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a170013' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", 4], ["username", "fuego"], ["uuid", "91a928e9-9249-4bf8-9444-c39fc55280c5"], ["support_identifier", "cs_1a170013"], ["created_at", "2017-12-20 18:12:47.232241"], ["updated_at", "2017-12-20 18:12:47.232241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:48 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-20 12:12:49 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 238]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:50 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates?limit=250" for 127.0.0.1 at 2017-12-20 12:12:51 -0600 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Parameters: {"limit"=>"250", "dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 238) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'user' AND "openstax_accounts_accounts"."id" != 238) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'c7eb514f-46bf-49f8-a297-1bbffcf5efd0' AND "openstax_accounts_accounts"."id" != 238) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_85b22631' AND "openstax_accounts_accounts"."id" != 238) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 239) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'fuego' AND "openstax_accounts_accounts"."id" != 239) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '91a928e9-9249-4bf8-9444-c39fc55280c5' AND "openstax_accounts_accounts"."id" != 239) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_1a170013' AND "openstax_accounts_accounts"."id" != 239) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:52 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2017-12-20 12:12:53 -0600 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}], "dummy"=>{"_json"=>[{"user_id"=>2, "read_updates"=>1}, {"user_id"=>4, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 238]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 239]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'User' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46539a97-ac3e-463f-a6db-2bdaab410f77' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b9fda81' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "User"], ["access_token", "4f580828fcaedf1f5c851e090d4251fd"], ["uuid", "46539a97-ac3e-463f-a6db-2bdaab410f77"], ["support_identifier", "cs_2b9fda81"], ["created_at", "2017-12-20 18:12:53.942136"], ["updated_at", "2017-12-20 18:12:53.942136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'Fuego' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b98777b-ba19-456c-8ab5-225ef21dfabf' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6abd88e9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 3], ["username", "Fuego"], ["access_token", "493bb2d6d106e9f29470191614903e54"], ["uuid", "8b98777b-ba19-456c-8ab5-225ef21dfabf"], ["support_identifier", "cs_6abd88e9"], ["created_at", "2017-12-20 18:12:53.946387"], ["updated_at", "2017-12-20 18:12:53.946387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 2], ["name", "Member Group"], ["created_at", "2017-12-20 18:12:53.948974"], ["updated_at", "2017-12-20 18:12:53.948974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 240 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 2], ["user_id", 2], ["created_at", "2017-12-20 18:12:53.952593"], ["updated_at", "2017-12-20 18:12:53.952593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 4], ["name", "Container Group"], ["created_at", "2017-12-20 18:12:53.955107"], ["updated_at", "2017-12-20 18:12:53.955107"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 240 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 4], ["user_id", 2], ["created_at", "2017-12-20 18:12:53.957656"], ["updated_at", "2017-12-20 18:12:53.957656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 12 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2017-12-20 18:12:53.960250"], ["updated_at", "2017-12-20 18:12:53.960250"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 12]] OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 4]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:55 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-20 12:12:56 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 241 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 240 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2017-12-20 18:12:56.231317"], ["updated_at", "2017-12-20 18:12:56.231317"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 241 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-20 18:12:56.233126"], ["updated_at", "2017-12-20 18:12:56.233126"]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 240 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-20 18:12:56.234843"], ["updated_at", "2017-12-20 18:12:56.234843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 14 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-20 18:12:56.240711"], ["updated_at", "2017-12-20 18:12:56.240711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 12) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "name" = $1, "updated_at" = $2 WHERE "openstax_accounts_groups"."id" = $3 [["name", "M"], ["updated_at", "2017-12-20 18:12:56.242832"], ["id", 12]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 14) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:56 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-20 12:12:56 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 12]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_groups" Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:56 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2017-12-20 12:12:56 -0600 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Parameters: {"dummy"=>{}} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) OpenStax::Accounts::GroupOwner Load (0.3ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupMember Load (0.2ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.2ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = $1 [["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.2ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = $1 [["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = $1 [["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 2]] OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 14 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2017-12-20 18:12:56.714416"], ["updated_at", "2017-12-20 18:12:56.714416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 12) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 240 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 2], ["created_at", "2017-12-20 18:12:56.720025"], ["updated_at", "2017-12-20 18:12:56.720025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 241 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", 3], ["user_id", 3], ["created_at", "2017-12-20 18:12:56.724312"], ["updated_at", "2017-12-20 18:12:56.724312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 3]]  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 14) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2017-12-20 12:12:56 -0600 Processing by OauthController#token as */* Parameters: {"client_id"=>"secret", "client_secret"=>"[FILTERED]", "grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2017-12-20 12:12:56 -0600 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}], "dummy"=>{"_json"=>[{"group_id"=>2, "read_updates"=>1}, {"group_id"=>3, "read_updates"=>2}]}} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 12]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 13]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = $1 [["container_group_id", 4]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 14]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", 3]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 [["group_id", 3]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 4537732]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4537732 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '100950b8-9eaf-4953-8e5d-110eaf1613d9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e15e9fc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 4537732], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "100950b8-9eaf-4953-8e5d-110eaf1613d9"], ["support_identifier", "cs_4e15e9fc"], ["created_at", "2017-12-20 18:12:56.964170"], ["updated_at", "2017-12-20 18:12:56.964170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 5290955]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 5290955 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b3bfbed7-ca2f-4b3a-be85-d4671790447d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b644a69e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "role", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", 5290955], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["role", 2], ["uuid", "b3bfbed7-ca2f-4b3a-be85-d4671790447d"], ["support_identifier", "cs_b644a69e"], ["created_at", "2017-12-20 18:12:56.971488"], ["updated_at", "2017-12-20 18:12:56.971488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 9504000]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 9504000 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89d84e6b-29dc-45df-8377-f86df208fb19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a97080f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 9504000], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "89d84e6b-29dc-45df-8377-f86df208fb19"], ["support_identifier", "cs_4a97080f"], ["created_at", "2017-12-20 18:12:56.978974"], ["updated_at", "2017-12-20 18:12:56.978974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 2599844]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2599844 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd741ba9a-4207-4924-a90d-f770951b97c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_302feec8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 2599844], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "d741ba9a-4207-4924-a90d-f770951b97c9"], ["support_identifier", "cs_302feec8"], ["created_at", "2017-12-20 18:12:56.985836"], ["updated_at", "2017-12-20 18:12:56.985836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 403632]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 403632 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10213891-5ffc-4acf-ad03-5e5f39cef6e4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2056f3f6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["openstax_uid", 403632], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "10213891-5ffc-4acf-ad03-5e5f39cef6e4"], ["support_identifier", "cs_2056f3f6"], ["created_at", "2017-12-20 18:12:56.993032"], ["updated_at", "2017-12-20 18:12:56.993032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 403632 AND "openstax_accounts_accounts"."id" != 246) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '10213891-5ffc-4acf-ad03-5e5f39cef6e4' AND "openstax_accounts_accounts"."id" != 246) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_2056f3f6' AND "openstax_accounts_accounts"."id" != 246) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 1436772]] OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1436772 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1848d473-8bc0-4874-b9cd-27eba45c0f33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_835af67a' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 1436772], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "1848d473-8bc0-4874-b9cd-27eba45c0f33"], ["support_identifier", "cs_835af67a"], ["created_at", "2017-12-20 18:12:57.002972"], ["updated_at", "2017-12-20 18:12:57.002972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 800307]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 800307 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f1ae299-578b-4cfd-9198-8dce002e7862' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_35858e86' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "title", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", 800307], ["username", ""], ["first_name", ""], ["last_name", ""], ["title", ""], ["uuid", "1f1ae299-578b-4cfd-9198-8dce002e7862"], ["support_identifier", "cs_35858e86"], ["created_at", "2017-12-20 18:12:57.011606"], ["updated_at", "2017-12-20 18:12:57.011606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -496382682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '15be7ca632ffbd41b92ce925fc9145c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8aa53fdb-c644-49e7-8876-e706f54da9e3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aaedb484' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -496382682], ["username", "15be7ca632ffbd41b92ce925fc9145c7"], ["access_token", "2e5e9b6a05538c18ba1250b4e5bf6a5a"], ["uuid", "8aa53fdb-c644-49e7-8876-e706f54da9e3"], ["support_identifier", "cs_aaedb484"], ["created_at", "2017-12-20 18:12:57.018615"], ["updated_at", "2017-12-20 18:12:57.018615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", -496382682]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -496382682 AND "openstax_accounts_accounts"."id" != 249) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '191919' AND "openstax_accounts_accounts"."id" != 249) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '1bf81756-0099-4f06-9df8-cf184c598ecc' AND "openstax_accounts_accounts"."id" != 249) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_bf8e15f9' AND "openstax_accounts_accounts"."id" != 249) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = $1, "first_name" = $2, "last_name" = $3, "title" = $4, "access_token" = $5, "faculty_status" = $6, "role" = $7, "uuid" = $8, "support_identifier" = $9, "updated_at" = $10 WHERE "openstax_accounts_accounts"."id" = $11 [["username", "191919"], ["first_name", "1234"], ["last_name", "5678"], ["title", "900"], ["access_token", nil], ["faculty_status", 2], ["role", 2], ["uuid", "1bf81756-0099-4f06-9df8-cf184c598ecc"], ["support_identifier", "cs_bf8e15f9"], ["updated_at", "2017-12-20 18:12:57.024168"], ["id", 249]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 LIMIT 1 [["id", 249]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -7351566 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1a1f6390d0110255d97719f44fe4f0b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1063f46d-8c5e-445d-84b2-f6872682bbdf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d96e1b9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -7351566], ["username", "1a1f6390d0110255d97719f44fe4f0b7"], ["access_token", "116f78bd086990aa6e057e426dc36f9c"], ["uuid", "1063f46d-8c5e-445d-84b2-f6872682bbdf"], ["support_identifier", "cs_9d96e1b9"], ["created_at", "2017-12-20 18:12:57.031960"], ["updated_at", "2017-12-20 18:12:57.031960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 250 AND "openstax_accounts_group_owners"."group_id" = -1777455149) LIMIT 1 OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = $1 [["group_id", -1777455149]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 250 AND "openstax_accounts_group_owners"."group_id" = -1777455149) LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1777455149 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1777455149], ["created_at", "2017-12-20 18:12:57.037863"], ["updated_at", "2017-12-20 18:12:57.037863"]] OpenStax::Accounts::GroupOwner Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 250 AND "openstax_accounts_group_owners"."group_id" = -1777455149) LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1777455149], ["user_id", -7351566], ["created_at", "2017-12-20 18:12:57.041541"], ["updated_at", "2017-12-20 18:12:57.041541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1777455149]] OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = $1 LIMIT 1 [["group_id", -1777455149]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1840867465 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b053b00e-171c-4c15-b864-dd0cec80343e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_08f7de7c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1840867465], ["username", "jstrav"], ["access_token", "a96aed5ff2ee6f30ea8e07ad0760ce73"], ["uuid", "b053b00e-171c-4c15-b864-dd0cec80343e"], ["support_identifier", "cs_08f7de7c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:57.051842"], ["updated_at", "2017-12-20 18:12:57.051842"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1403596525 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe58563f-c0f2-4806-8830-3aadca002364' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_35cc31c2' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1403596525], ["username", "mary"], ["access_token", "5cc538d2f138de6282215d728e488fbb"], ["uuid", "fe58563f-c0f2-4806-8830-3aadca002364"], ["support_identifier", "cs_35cc31c2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:57.056591"], ["updated_at", "2017-12-20 18:12:57.056591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -829002486 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '126791d4-0cdc-4c54-857e-6b7c17a74ed4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3060e16' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -829002486], ["username", "jstead"], ["access_token", "1d7076b557dec5d35945b29352cf22d7"], ["uuid", "126791d4-0cdc-4c54-857e-6b7c17a74ed4"], ["support_identifier", "cs_b3060e16"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:57.061171"], ["updated_at", "2017-12-20 18:12:57.061171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -991664344 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7363ca54-abc8-4aa0-8adc-b0693622f390' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_41497264' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -991664344], ["username", "bigbear"], ["access_token", "8d4c23d26f67693354e845986f442fcf"], ["uuid", "7363ca54-abc8-4aa0-8adc-b0693622f390"], ["support_identifier", "cs_41497264"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:57.065610"], ["updated_at", "2017-12-20 18:12:57.065610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725830960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '77eee014-435d-4b52-a99f-600b1fd34012' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_40b92f09' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -725830960], ["username", "billy_00"], ["access_token", "c1b6b9f686356ca64af1851bbe548714"], ["uuid", "77eee014-435d-4b52-a99f-600b1fd34012"], ["support_identifier", "cs_40b92f09"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 18:12:57.070277"], ["updated_at", "2017-12-20 18:12:57.070277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1424868727 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b61ddbf-53e6-4680-bfae-88c15a03e716' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cebe2d50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1424868727], ["username", "billy_01"], ["access_token", "19b20041875042539f701d8f3a58c5bb"], ["uuid", "2b61ddbf-53e6-4680-bfae-88c15a03e716"], ["support_identifier", "cs_cebe2d50"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 18:12:57.074976"], ["updated_at", "2017-12-20 18:12:57.074976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -298522848 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8414492c-9e04-4d0c-811e-54b2117b947e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_71df16a9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -298522848], ["username", "billy_02"], ["access_token", "d84a2f99af5f3c0018b0ef489e5f9728"], ["uuid", "8414492c-9e04-4d0c-811e-54b2117b947e"], ["support_identifier", "cs_71df16a9"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 18:12:57.080141"], ["updated_at", "2017-12-20 18:12:57.080141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1012875686 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '89906f32-8cd5-446a-9a79-67bf410d5601' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b09e9bcb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1012875686], ["username", "billy_03"], ["access_token", "56e3bae57f123037a35d8b443ecf292a"], ["uuid", "89906f32-8cd5-446a-9a79-67bf410d5601"], ["support_identifier", "cs_b09e9bcb"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 18:12:57.084948"], ["updated_at", "2017-12-20 18:12:57.084948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1757832337 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55a56d16-9b22-4e9d-8cb1-57cb958e454d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53528b1c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1757832337], ["username", "billy_04"], ["access_token", "8ecb149a2944f137496f7f1b8f1b1643"], ["uuid", "55a56d16-9b22-4e9d-8cb1-57cb958e454d"], ["support_identifier", "cs_53528b1c"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 18:12:57.090810"], ["updated_at", "2017-12-20 18:12:57.090810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1875958505 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f678c9cb-e9df-4a12-ae09-d73cbc4d29d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f3d4066' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1875958505], ["username", "billy_05"], ["access_token", "89aba619118ed49ad5a845ecc86f0150"], ["uuid", "f678c9cb-e9df-4a12-ae09-d73cbc4d29d8"], ["support_identifier", "cs_9f3d4066"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 18:12:57.095575"], ["updated_at", "2017-12-20 18:12:57.095575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169032573 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '582c3d78-0a20-46e1-9a1a-42d04c230762' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bce861ad' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -169032573], ["username", "billy_06"], ["access_token", "3b18e2672295fedd2acc79af0b3f9e5e"], ["uuid", "582c3d78-0a20-46e1-9a1a-42d04c230762"], ["support_identifier", "cs_bce861ad"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 18:12:57.100044"], ["updated_at", "2017-12-20 18:12:57.100044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1679445942 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db61c884-c20f-427a-95f5-fa945ed2bbec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a5ac5c62' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1679445942], ["username", "billy_07"], ["access_token", "ba53c8c256bbb6d713df8191055d75bf"], ["uuid", "db61c884-c20f-427a-95f5-fa945ed2bbec"], ["support_identifier", "cs_a5ac5c62"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 18:12:57.104408"], ["updated_at", "2017-12-20 18:12:57.104408"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322385810 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '19e1162f-c366-4f0c-9d34-3c74a5d16ba0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_05616178' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -322385810], ["username", "billy_08"], ["access_token", "a6328159e21a6e509208c86a3aa3f38c"], ["uuid", "19e1162f-c366-4f0c-9d34-3c74a5d16ba0"], ["support_identifier", "cs_05616178"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 18:12:57.108699"], ["updated_at", "2017-12-20 18:12:57.108699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2145411637 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc181c77-3b9e-4494-8a5b-fa11dee5c4ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ae270a9d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2145411637], ["username", "billy_09"], ["access_token", "eca7f3ae4e9ffa449cec2c43dc218425"], ["uuid", "dc181c77-3b9e-4494-8a5b-fa11dee5c4ab"], ["support_identifier", "cs_ae270a9d"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 18:12:57.112986"], ["updated_at", "2017-12-20 18:12:57.112986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031699775 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b4847c4-ad34-4263-a5c5-ab0abefa9f59' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_13371877' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2031699775], ["username", "billy_10"], ["access_token", "43e9e629fd162e8dbeca839247263161"], ["uuid", "8b4847c4-ad34-4263-a5c5-ab0abefa9f59"], ["support_identifier", "cs_13371877"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 18:12:57.117211"], ["updated_at", "2017-12-20 18:12:57.117211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -664415484 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7fd1008a-a8dc-46df-b0af-cdad179bc0f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7751cf5e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -664415484], ["username", "billy_11"], ["access_token", "83e00f02fcea1d53e4e71b5441c3194a"], ["uuid", "7fd1008a-a8dc-46df-b0af-cdad179bc0f1"], ["support_identifier", "cs_7751cf5e"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 18:12:57.121740"], ["updated_at", "2017-12-20 18:12:57.121740"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42408593 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50420202-f3c3-4a0b-b9fb-d45e07c4291d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2e988ac2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -42408593], ["username", "billy_12"], ["access_token", "bee6e75d8ee4f6c673e7a0c2d9648542"], ["uuid", "50420202-f3c3-4a0b-b9fb-d45e07c4291d"], ["support_identifier", "cs_2e988ac2"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 18:12:57.126446"], ["updated_at", "2017-12-20 18:12:57.126446"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -325900442 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '246a1a54-c834-4365-9c10-c5bef642fdc2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7aea48e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -325900442], ["username", "billy_13"], ["access_token", "c570f62c017a8584becea3e0e5f780a1"], ["uuid", "246a1a54-c834-4365-9c10-c5bef642fdc2"], ["support_identifier", "cs_7aea48e6"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 18:12:57.131578"], ["updated_at", "2017-12-20 18:12:57.131578"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626820520 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '14b7655a-29a1-4f75-8f48-2caeebef18ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4112af53' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1626820520], ["username", "billy_14"], ["access_token", "17872445233e84a3a84f3683c420d984"], ["uuid", "14b7655a-29a1-4f75-8f48-2caeebef18ad"], ["support_identifier", "cs_4112af53"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 18:12:57.136196"], ["updated_at", "2017-12-20 18:12:57.136196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -624634064 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0af9c0a-0ddc-48bf-9c80-9938691c69a4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d5cef547' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -624634064], ["username", "billy_15"], ["access_token", "c3e78d3c0dbdfb265822c90b67dbd9c4"], ["uuid", "b0af9c0a-0ddc-48bf-9c80-9938691c69a4"], ["support_identifier", "cs_d5cef547"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 18:12:57.140670"], ["updated_at", "2017-12-20 18:12:57.140670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1083057728 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd97cad2e-9b6b-463b-8b88-4f7f6721ca9f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3fbceab2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1083057728], ["username", "billy_16"], ["access_token", "2143ece507ae49a0f60d03989e110238"], ["uuid", "d97cad2e-9b6b-463b-8b88-4f7f6721ca9f"], ["support_identifier", "cs_3fbceab2"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 18:12:57.144996"], ["updated_at", "2017-12-20 18:12:57.144996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1601989769 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4bd9da7-1249-4aee-b998-69fac58d21ac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b43a1f77' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1601989769], ["username", "billy_17"], ["access_token", "88b361463067960431ecac9ff00b46ac"], ["uuid", "f4bd9da7-1249-4aee-b998-69fac58d21ac"], ["support_identifier", "cs_b43a1f77"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 18:12:57.149337"], ["updated_at", "2017-12-20 18:12:57.149337"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -919996904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'de3ff7aa-23c4-4ef8-9c05-7e284495e827' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a245d199' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -919996904], ["username", "billy_18"], ["access_token", "22d9568196b0692fcfe3cfb17dc1b7ee"], ["uuid", "de3ff7aa-23c4-4ef8-9c05-7e284495e827"], ["support_identifier", "cs_a245d199"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 18:12:57.153724"], ["updated_at", "2017-12-20 18:12:57.153724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1999131288 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0d31e44-9164-4a84-8f56-1378cf207065' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_43f3f1f4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1999131288], ["username", "billy_19"], ["access_token", "088ef194bf923dd0a8ee15b420fe1fd3"], ["uuid", "b0d31e44-9164-4a84-8f56-1378cf207065"], ["support_identifier", "cs_43f3f1f4"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 18:12:57.158753"], ["updated_at", "2017-12-20 18:12:57.158753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1554277798 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b3aafb6-c1fa-44e6-b2f1-4b9563931b26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d125a775' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1554277798], ["username", "billy_20"], ["access_token", "fa13e8c29f2a34d34d88d4f912ecd947"], ["uuid", "8b3aafb6-c1fa-44e6-b2f1-4b9563931b26"], ["support_identifier", "cs_d125a775"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 18:12:57.163339"], ["updated_at", "2017-12-20 18:12:57.163339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2036420206 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9128ce7-6e5c-4d28-9c57-b51c7a921aad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_55c46192' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2036420206], ["username", "billy_21"], ["access_token", "238109bd0d3764c8ddfef02b5ad71ac5"], ["uuid", "a9128ce7-6e5c-4d28-9c57-b51c7a921aad"], ["support_identifier", "cs_55c46192"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 18:12:57.167893"], ["updated_at", "2017-12-20 18:12:57.167893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1760342127 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc0f2cfa-b111-4c5c-8f45-70d4b62df2d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_267590ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1760342127], ["username", "billy_22"], ["access_token", "545c9d2199b31e11c1ca541ae0a7f5e7"], ["uuid", "dc0f2cfa-b111-4c5c-8f45-70d4b62df2d3"], ["support_identifier", "cs_267590ef"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 18:12:57.172414"], ["updated_at", "2017-12-20 18:12:57.172414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -617462018 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef16bdc5-5a34-41ec-b419-3c542796b918' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d06161bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -617462018], ["username", "billy_23"], ["access_token", "7299111381310bd06277bf4a948e4b9a"], ["uuid", "ef16bdc5-5a34-41ec-b419-3c542796b918"], ["support_identifier", "cs_d06161bf"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 18:12:57.176819"], ["updated_at", "2017-12-20 18:12:57.176819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415741948 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e3816f56-a826-4f07-93bf-b63c17f992bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0127829d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -415741948], ["username", "billy_24"], ["access_token", "91ace944a93aa674c94a2bb2934dadde"], ["uuid", "e3816f56-a826-4f07-93bf-b63c17f992bd"], ["support_identifier", "cs_0127829d"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 18:12:57.181295"], ["updated_at", "2017-12-20 18:12:57.181295"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2089242966 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '295fd3e1-b2ab-4b11-8bb8-621f7fd4af96' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7eb22f60' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2089242966], ["username", "billy_25"], ["access_token", "c2c53fdb19d22f1cc04a92b0d613e2c9"], ["uuid", "295fd3e1-b2ab-4b11-8bb8-621f7fd4af96"], ["support_identifier", "cs_7eb22f60"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 18:12:57.185782"], ["updated_at", "2017-12-20 18:12:57.185782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1196701955 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac29367d-a3c4-4933-8ec5-6e33697893b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_97cca0e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1196701955], ["username", "billy_26"], ["access_token", "3068b9bd7114092dadd8277533beacbd"], ["uuid", "ac29367d-a3c4-4933-8ec5-6e33697893b7"], ["support_identifier", "cs_97cca0e6"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 18:12:57.190321"], ["updated_at", "2017-12-20 18:12:57.190321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1998284622 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb14ebf8-178b-4e19-aa7e-9016d31f674c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb642714' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1998284622], ["username", "billy_27"], ["access_token", "2764bc9ea4cb75707d89f304383fc418"], ["uuid", "bb14ebf8-178b-4e19-aa7e-9016d31f674c"], ["support_identifier", "cs_bb642714"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 18:12:57.194466"], ["updated_at", "2017-12-20 18:12:57.194466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -228014832 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07ddd704-6ded-45e9-97c5-a5b47ed76c03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c262ff44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -228014832], ["username", "billy_28"], ["access_token", "cf4413d90215ab32dde8fc9c2dca8ca9"], ["uuid", "07ddd704-6ded-45e9-97c5-a5b47ed76c03"], ["support_identifier", "cs_c262ff44"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 18:12:57.198638"], ["updated_at", "2017-12-20 18:12:57.198638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1045179863 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ec69d74c-d494-43e2-b57b-63c53df6b322' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b9ab5ff' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1045179863], ["username", "billy_29"], ["access_token", "81fb9fb989037d7607d3cd781375c642"], ["uuid", "ec69d74c-d494-43e2-b57b-63c53df6b322"], ["support_identifier", "cs_1b9ab5ff"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 18:12:57.202741"], ["updated_at", "2017-12-20 18:12:57.202741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -821558014 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7868378a-a19c-407b-a89e-5dfa3f317fd4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_523f668f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -821558014], ["username", "billy_30"], ["access_token", "37301334b5b7fda2d82059a6c3ab5a4b"], ["uuid", "7868378a-a19c-407b-a89e-5dfa3f317fd4"], ["support_identifier", "cs_523f668f"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 18:12:57.206929"], ["updated_at", "2017-12-20 18:12:57.206929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -507336741 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76428362-287b-4197-aa08-83e9e1713d6c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0961439' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -507336741], ["username", "billy_31"], ["access_token", "c824fd629653a90cace7c8f10b9dfcac"], ["uuid", "76428362-287b-4197-aa08-83e9e1713d6c"], ["support_identifier", "cs_e0961439"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 18:12:57.210914"], ["updated_at", "2017-12-20 18:12:57.210914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1301592842 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47dcfa9f-4d52-488d-974c-4f4a22180074' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb211ec7' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1301592842], ["username", "billy_32"], ["access_token", "997749aca215027450d6968f8f861ccc"], ["uuid", "47dcfa9f-4d52-488d-974c-4f4a22180074"], ["support_identifier", "cs_eb211ec7"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 18:12:57.214858"], ["updated_at", "2017-12-20 18:12:57.214858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952910158 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46584702-56f0-4bf6-8f7a-c3bd166119d2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_25a30346' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -952910158], ["username", "billy_33"], ["access_token", "966775f0226b6ee4aa043462e5fddac3"], ["uuid", "46584702-56f0-4bf6-8f7a-c3bd166119d2"], ["support_identifier", "cs_25a30346"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 18:12:57.227381"], ["updated_at", "2017-12-20 18:12:57.227381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169706106 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a510164-b8f5-45d4-a121-d36e2a1a2b8b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_868b7010' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -169706106], ["username", "billy_34"], ["access_token", "072fc5de9dd4da026df292f625bccf9f"], ["uuid", "3a510164-b8f5-45d4-a121-d36e2a1a2b8b"], ["support_identifier", "cs_868b7010"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 18:12:57.231971"], ["updated_at", "2017-12-20 18:12:57.231971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1913796611 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9aa7a8f3-28a8-45bb-ba9c-056a8ec2292b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_168d2f32' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1913796611], ["username", "billy_35"], ["access_token", "3699d8fb6d8c48f274d06b24fa02476a"], ["uuid", "9aa7a8f3-28a8-45bb-ba9c-056a8ec2292b"], ["support_identifier", "cs_168d2f32"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 18:12:57.236400"], ["updated_at", "2017-12-20 18:12:57.236400"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1874719097 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc42a851-eb8c-407b-bd92-5d8a2c2096b9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_32368b2a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1874719097], ["username", "billy_36"], ["access_token", "d72ed0361ce02c3ac45b06e05c7c980a"], ["uuid", "fc42a851-eb8c-407b-bd92-5d8a2c2096b9"], ["support_identifier", "cs_32368b2a"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 18:12:57.240902"], ["updated_at", "2017-12-20 18:12:57.240902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2043782621 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f52ce6ca-953c-4726-8ee2-436857d9da79' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_817254ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2043782621], ["username", "billy_37"], ["access_token", "151397c9855b377aa033e470172a9259"], ["uuid", "f52ce6ca-953c-4726-8ee2-436857d9da79"], ["support_identifier", "cs_817254ca"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 18:12:57.245142"], ["updated_at", "2017-12-20 18:12:57.245142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -345980969 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7862e10e-d031-45cb-b449-5ae66791cc07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f889971' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -345980969], ["username", "billy_38"], ["access_token", "5d8bb4505fee21109bb9685803a8e71c"], ["uuid", "7862e10e-d031-45cb-b449-5ae66791cc07"], ["support_identifier", "cs_8f889971"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 18:12:57.249509"], ["updated_at", "2017-12-20 18:12:57.249509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1379848137 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab2b1de5-ecc5-4b56-8aab-94e7e7cf9d8c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dae405a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1379848137], ["username", "billy_39"], ["access_token", "d93a191fd079bbbef22779b9d221e0f8"], ["uuid", "ab2b1de5-ecc5-4b56-8aab-94e7e7cf9d8c"], ["support_identifier", "cs_dae405a6"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 18:12:57.253928"], ["updated_at", "2017-12-20 18:12:57.253928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1758118960 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c90db5d1-723a-4052-ba50-434163923906' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5cdf00c5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1758118960], ["username", "billy_40"], ["access_token", "011484229c2f75ab0dc77b6cd6c94b1b"], ["uuid", "c90db5d1-723a-4052-ba50-434163923906"], ["support_identifier", "cs_5cdf00c5"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 18:12:57.258368"], ["updated_at", "2017-12-20 18:12:57.258368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1679317842 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22299a9e-d1d2-4dc5-aa22-da7deea9921d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f676ecd5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1679317842], ["username", "billy_41"], ["access_token", "c9fa42a8351a44542984ac5404bcf9bc"], ["uuid", "22299a9e-d1d2-4dc5-aa22-da7deea9921d"], ["support_identifier", "cs_f676ecd5"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 18:12:57.263168"], ["updated_at", "2017-12-20 18:12:57.263168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -240286463 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '785dd9b5-f097-4d69-b324-d2ca8864887d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edd562bc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -240286463], ["username", "billy_42"], ["access_token", "7af5f1e97521ac37c441a1409077ed1d"], ["uuid", "785dd9b5-f097-4d69-b324-d2ca8864887d"], ["support_identifier", "cs_edd562bc"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 18:12:57.267445"], ["updated_at", "2017-12-20 18:12:57.267445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -879509992 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd3fb6e90-cc27-40d4-86f6-189f5796ef21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd9802d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -879509992], ["username", "billy_43"], ["access_token", "0ba955554a413959ac23a1f4249de194"], ["uuid", "d3fb6e90-cc27-40d4-86f6-189f5796ef21"], ["support_identifier", "cs_fd9802d9"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 18:12:57.271979"], ["updated_at", "2017-12-20 18:12:57.271979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1135252367 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81bdaea8-ab16-48cd-8048-e21b71b05912' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28c0f33e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1135252367], ["username", "billy_44"], ["access_token", "5ad4b00d4503bbf41aaeddfa087a390a"], ["uuid", "81bdaea8-ab16-48cd-8048-e21b71b05912"], ["support_identifier", "cs_28c0f33e"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 18:12:57.276306"], ["updated_at", "2017-12-20 18:12:57.276306"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1325539042 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b1cfe24-93b5-4e2b-99b3-c72719a68e7f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_81c18372' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1325539042], ["username", "billy_45"], ["access_token", "7f848c4536c3734a911a0579bc0ac6c0"], ["uuid", "9b1cfe24-93b5-4e2b-99b3-c72719a68e7f"], ["support_identifier", "cs_81c18372"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 18:12:57.280917"], ["updated_at", "2017-12-20 18:12:57.280917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1414886096 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7773e4f1-3289-47d1-89a6-8e2b5344a235' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_104ef500' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1414886096], ["username", "billy_46"], ["access_token", "11c0e6bc42799e31eb33e1826b35ada9"], ["uuid", "7773e4f1-3289-47d1-89a6-8e2b5344a235"], ["support_identifier", "cs_104ef500"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 18:12:57.285276"], ["updated_at", "2017-12-20 18:12:57.285276"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1371259738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f6c6d8fb-3288-444e-840b-da18f47aaef1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bed8e2fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1371259738], ["username", "billy_47"], ["access_token", "7bd36827a23f13d0d137592edd1c86ac"], ["uuid", "f6c6d8fb-3288-444e-840b-da18f47aaef1"], ["support_identifier", "cs_bed8e2fc"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 18:12:57.290242"], ["updated_at", "2017-12-20 18:12:57.290242"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -932093687 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e68c1483-9a3c-48b4-8922-91ef376e2863' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_31bf71d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -932093687], ["username", "billy_48"], ["access_token", "dd4c2cf25042f762de3b350c94adbf1b"], ["uuid", "e68c1483-9a3c-48b4-8922-91ef376e2863"], ["support_identifier", "cs_31bf71d1"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 18:12:57.294818"], ["updated_at", "2017-12-20 18:12:57.294818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378313418 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b1ae8bf-168c-41ae-8a54-6b5af5400eb2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8990a695' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1378313418], ["username", "billy_49"], ["access_token", "b2782f67322a440cd6ce81f2a10f1f8d"], ["uuid", "2b1ae8bf-168c-41ae-8a54-6b5af5400eb2"], ["support_identifier", "cs_8990a695"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 18:12:57.299989"], ["updated_at", "2017-12-20 18:12:57.299989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026691173 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7627ad7-ec2a-4b26-9def-ddd94544ff98' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f197d0a6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2026691173], ["username", "jstrav"], ["access_token", "d92bb45b8ac094564ae1710985a406ad"], ["uuid", "a7627ad7-ec2a-4b26-9def-ddd94544ff98"], ["support_identifier", "cs_f197d0a6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:57.310340"], ["updated_at", "2017-12-20 18:12:57.310340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -294018444 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6d984ad5-dd12-48cc-8706-890861c205cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f33a56d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -294018444], ["username", "mary"], ["access_token", "4588af89207be76aa244c5b9a2472a51"], ["uuid", "6d984ad5-dd12-48cc-8706-890861c205cd"], ["support_identifier", "cs_7f33a56d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:57.314792"], ["updated_at", "2017-12-20 18:12:57.314792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -245780466 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ecd57d45-54fb-4818-87ac-4818fe1fa118' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a3c9b08f' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -245780466], ["username", "jstead"], ["access_token", "38c25417c3833440ed72b5fbe9e8a9ad"], ["uuid", "ecd57d45-54fb-4818-87ac-4818fe1fa118"], ["support_identifier", "cs_a3c9b08f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:57.319058"], ["updated_at", "2017-12-20 18:12:57.319058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1853521650 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2845eb15-20e7-4476-b39e-cc0dd3d83ddc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_317bbb19' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1853521650], ["username", "bigbear"], ["access_token", "d6cd1c1ab8478c144ce13d066792e4c2"], ["uuid", "2845eb15-20e7-4476-b39e-cc0dd3d83ddc"], ["support_identifier", "cs_317bbb19"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:57.325191"], ["updated_at", "2017-12-20 18:12:57.325191"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -530769396 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '552010b0-d356-4c33-b325-010495a9473e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eeb98dba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -530769396], ["username", "billy_00"], ["access_token", "e5a43a5058d7e896749adb0228a3621c"], ["uuid", "552010b0-d356-4c33-b325-010495a9473e"], ["support_identifier", "cs_eeb98dba"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 18:12:57.330113"], ["updated_at", "2017-12-20 18:12:57.330113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -760784454 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '807a19e7-6f6c-4cc2-b0cc-c344ca76c2e8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e8faafd4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -760784454], ["username", "billy_01"], ["access_token", "35616d3fe148a0e14674a8f58d2b1c7c"], ["uuid", "807a19e7-6f6c-4cc2-b0cc-c344ca76c2e8"], ["support_identifier", "cs_e8faafd4"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 18:12:57.334635"], ["updated_at", "2017-12-20 18:12:57.334635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2063856277 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47ce84d2-bb9d-4832-bb09-a1b5ecbc1dec' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a765763' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2063856277], ["username", "billy_02"], ["access_token", "63333e9fff6cf1cc4010f1752a2ad44f"], ["uuid", "47ce84d2-bb9d-4832-bb09-a1b5ecbc1dec"], ["support_identifier", "cs_8a765763"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 18:12:57.339138"], ["updated_at", "2017-12-20 18:12:57.339138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1675120378 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1190be7a-782d-4631-89f8-49bd6c0eb147' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_608617c8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1675120378], ["username", "billy_03"], ["access_token", "f59e4729a590e596135cdc67f9d0345f"], ["uuid", "1190be7a-782d-4631-89f8-49bd6c0eb147"], ["support_identifier", "cs_608617c8"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 18:12:57.343886"], ["updated_at", "2017-12-20 18:12:57.343886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -680683618 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '65ce7841-5763-41b7-8e09-ec597b222a40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eb2ae24f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -680683618], ["username", "billy_04"], ["access_token", "20f801c382a8e7d1da5cc58ccab9726a"], ["uuid", "65ce7841-5763-41b7-8e09-ec597b222a40"], ["support_identifier", "cs_eb2ae24f"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 18:12:57.348399"], ["updated_at", "2017-12-20 18:12:57.348399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1735186313 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4f6dfb07-6e81-4efc-9b4d-b7db3380f11b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1b914f8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1735186313], ["username", "billy_05"], ["access_token", "94dc11318922d475aab96d68e8daafed"], ["uuid", "4f6dfb07-6e81-4efc-9b4d-b7db3380f11b"], ["support_identifier", "cs_d1b914f8"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 18:12:57.352562"], ["updated_at", "2017-12-20 18:12:57.352562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1919437860 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'edd3854e-ac2b-4079-87c4-1ffed65e0590' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8f61a121' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1919437860], ["username", "billy_06"], ["access_token", "e4d558c786f0dd5a4cc0623560efd8a2"], ["uuid", "edd3854e-ac2b-4079-87c4-1ffed65e0590"], ["support_identifier", "cs_8f61a121"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 18:12:57.357499"], ["updated_at", "2017-12-20 18:12:57.357499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -95037362 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7a94b1a-07a7-4667-a44d-c38ae10e941e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e0cf9f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -95037362], ["username", "billy_07"], ["access_token", "773e547fcc0d94d3c2f425d75888df61"], ["uuid", "e7a94b1a-07a7-4667-a44d-c38ae10e941e"], ["support_identifier", "cs_9e0cf9f3"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 18:12:57.362076"], ["updated_at", "2017-12-20 18:12:57.362076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1880304200 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c8594f2b-c91b-47b5-bc7e-fbd4f77b700c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2da2b75f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1880304200], ["username", "billy_08"], ["access_token", "585feb70f440c6e41415e12cc3204164"], ["uuid", "c8594f2b-c91b-47b5-bc7e-fbd4f77b700c"], ["support_identifier", "cs_2da2b75f"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 18:12:57.366305"], ["updated_at", "2017-12-20 18:12:57.366305"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1278212570 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d15b8dc-5598-414a-b6d8-f20f96c1eead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c450e46' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1278212570], ["username", "billy_09"], ["access_token", "42bd5e33424e5ffa334d5b3721c9d5e6"], ["uuid", "4d15b8dc-5598-414a-b6d8-f20f96c1eead"], ["support_identifier", "cs_4c450e46"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 18:12:57.370675"], ["updated_at", "2017-12-20 18:12:57.370675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -944678734 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3e5f9c6c-37c1-46c5-af3a-e05538431c0c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_48b49e69' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -944678734], ["username", "billy_10"], ["access_token", "e6e188d0cc29bfcbc2462470673b74f7"], ["uuid", "3e5f9c6c-37c1-46c5-af3a-e05538431c0c"], ["support_identifier", "cs_48b49e69"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 18:12:57.375237"], ["updated_at", "2017-12-20 18:12:57.375237"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407076109 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a807d146-4736-45ff-bbbe-34192f2986f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b087489a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1407076109], ["username", "billy_11"], ["access_token", "bdfd7048899b37629e25fb4bbd6dcc4a"], ["uuid", "a807d146-4736-45ff-bbbe-34192f2986f3"], ["support_identifier", "cs_b087489a"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 18:12:57.379565"], ["updated_at", "2017-12-20 18:12:57.379565"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687532965 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '83c9654b-e66c-4746-8c2e-f8d236e25173' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a4fc777b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1687532965], ["username", "billy_12"], ["access_token", "a099c256df141778a3a23570b34191dd"], ["uuid", "83c9654b-e66c-4746-8c2e-f8d236e25173"], ["support_identifier", "cs_a4fc777b"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 18:12:57.383904"], ["updated_at", "2017-12-20 18:12:57.383904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990116831 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'efdaecdd-ebbf-4654-b308-7fc6fa4d3023' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bcdc9ed3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1990116831], ["username", "billy_13"], ["access_token", "52720bec732d1140609b58012664a79d"], ["uuid", "efdaecdd-ebbf-4654-b308-7fc6fa4d3023"], ["support_identifier", "cs_bcdc9ed3"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 18:12:57.388741"], ["updated_at", "2017-12-20 18:12:57.388741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1814563780 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b37380d-f043-4aed-8990-9943e7688dc9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c17547e8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1814563780], ["username", "billy_14"], ["access_token", "78271dac091224b2e9a95a42b432e8be"], ["uuid", "0b37380d-f043-4aed-8990-9943e7688dc9"], ["support_identifier", "cs_c17547e8"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 18:12:57.393930"], ["updated_at", "2017-12-20 18:12:57.393930"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074377815 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4efe56c-f494-47c2-b5b4-642bc7931e09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_101c71c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2074377815], ["username", "billy_15"], ["access_token", "4ad6c2eec666d1811aa4bb6ab2d17844"], ["uuid", "a4efe56c-f494-47c2-b5b4-642bc7931e09"], ["support_identifier", "cs_101c71c7"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 18:12:57.398248"], ["updated_at", "2017-12-20 18:12:57.398248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308871204 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb6e269d-f235-4694-8e63-a29af78b1fb8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3fe4c36f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -308871204], ["username", "billy_16"], ["access_token", "3dda30c7ab2fc97c8f14514db1c1f5d9"], ["uuid", "cb6e269d-f235-4694-8e63-a29af78b1fb8"], ["support_identifier", "cs_3fe4c36f"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 18:12:57.402471"], ["updated_at", "2017-12-20 18:12:57.402471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1556648142 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c4e3aff2-df0e-4287-8f09-38428ffb6609' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fc374124' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1556648142], ["username", "billy_17"], ["access_token", "2a51ba986afd236be229931b98b4f193"], ["uuid", "c4e3aff2-df0e-4287-8f09-38428ffb6609"], ["support_identifier", "cs_fc374124"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 18:12:57.406821"], ["updated_at", "2017-12-20 18:12:57.406821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -118826327 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7507cf88-d3be-4d99-947d-f3b55318c51a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_17b1fbfe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -118826327], ["username", "billy_18"], ["access_token", "a5a88fcff535d39d156fc7842399e1ec"], ["uuid", "7507cf88-d3be-4d99-947d-f3b55318c51a"], ["support_identifier", "cs_17b1fbfe"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 18:12:57.411210"], ["updated_at", "2017-12-20 18:12:57.411210"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -663535086 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00de031b-dfe9-4273-a643-5298d008e6c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7179dbb2' LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -663535086], ["username", "billy_19"], ["access_token", "c40d19ac4c927c84564af7169610adba"], ["uuid", "00de031b-dfe9-4273-a643-5298d008e6c4"], ["support_identifier", "cs_7179dbb2"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 18:12:57.415548"], ["updated_at", "2017-12-20 18:12:57.415548"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -973852843 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0be5b4d-4792-421f-8589-a5557f0cf301' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b518b04' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -973852843], ["username", "billy_20"], ["access_token", "7f724e7867f9c38c85a4a1de1af913e2"], ["uuid", "d0be5b4d-4792-421f-8589-a5557f0cf301"], ["support_identifier", "cs_9b518b04"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 18:12:57.420605"], ["updated_at", "2017-12-20 18:12:57.420605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1525661496 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bbcb3975-5680-43b9-8aa4-33112e50a929' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67a92f0f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1525661496], ["username", "billy_21"], ["access_token", "b80b30ced5e8e976cae7dac350419eef"], ["uuid", "bbcb3975-5680-43b9-8aa4-33112e50a929"], ["support_identifier", "cs_67a92f0f"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 18:12:57.424846"], ["updated_at", "2017-12-20 18:12:57.424846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1937400207 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29e6119f-ec8f-4742-802b-e83de89d3c74' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34602c96' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1937400207], ["username", "billy_22"], ["access_token", "2ff0e0fd8e1ed55613776bd2899b5611"], ["uuid", "29e6119f-ec8f-4742-802b-e83de89d3c74"], ["support_identifier", "cs_34602c96"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 18:12:57.428974"], ["updated_at", "2017-12-20 18:12:57.428974"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2051527809 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b59ccd0c-cce4-4651-9d8e-e76834ee03a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6cb854ba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2051527809], ["username", "billy_23"], ["access_token", "4b0e75afbf849ca2651128d45c6a07d6"], ["uuid", "b59ccd0c-cce4-4651-9d8e-e76834ee03a7"], ["support_identifier", "cs_6cb854ba"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 18:12:57.433549"], ["updated_at", "2017-12-20 18:12:57.433549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -245317568 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b12c5a0-4bd6-4805-b766-3f0298378aaa' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29ca510a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -245317568], ["username", "billy_24"], ["access_token", "6a80162c866349f8e2196e5d8ccbf762"], ["uuid", "0b12c5a0-4bd6-4805-b766-3f0298378aaa"], ["support_identifier", "cs_29ca510a"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 18:12:57.438891"], ["updated_at", "2017-12-20 18:12:57.438891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1529692751 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed617661-9295-47e0-a4c5-63af0849df3a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c66a83b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1529692751], ["username", "billy_25"], ["access_token", "f480b7a1d7456d98b6f1ef258cd7bd09"], ["uuid", "ed617661-9295-47e0-a4c5-63af0849df3a"], ["support_identifier", "cs_4c66a83b"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 18:12:57.444461"], ["updated_at", "2017-12-20 18:12:57.444461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2133949101 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fab9997c-caf0-470a-9b87-639d9099543c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d65ff112' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2133949101], ["username", "billy_26"], ["access_token", "5c74a1e2344b153b213bbfd7201fc441"], ["uuid", "fab9997c-caf0-470a-9b87-639d9099543c"], ["support_identifier", "cs_d65ff112"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 18:12:57.448915"], ["updated_at", "2017-12-20 18:12:57.448915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357510214 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67181c65-a4bb-475e-acca-b618a200d379' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0482c571' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1357510214], ["username", "billy_27"], ["access_token", "54df5558bbc849f4ba5daa9d717feed5"], ["uuid", "67181c65-a4bb-475e-acca-b618a200d379"], ["support_identifier", "cs_0482c571"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 18:12:57.453216"], ["updated_at", "2017-12-20 18:12:57.453216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -969453395 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eadea3de-97c5-4560-bce0-41878044bb4a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8095097a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -969453395], ["username", "billy_28"], ["access_token", "03f888ffb468e95ab7f71e3fdba626f3"], ["uuid", "eadea3de-97c5-4560-bce0-41878044bb4a"], ["support_identifier", "cs_8095097a"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 18:12:57.457559"], ["updated_at", "2017-12-20 18:12:57.457559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -645474769 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5f02226-6a69-4e50-9a99-51beb4c7821c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8869f457' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -645474769], ["username", "billy_29"], ["access_token", "6d45ec641c5076a8a79d42244a0bd758"], ["uuid", "f5f02226-6a69-4e50-9a99-51beb4c7821c"], ["support_identifier", "cs_8869f457"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 18:12:57.461736"], ["updated_at", "2017-12-20 18:12:57.461736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1724397366 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1564226e-9be3-4742-bd19-95ef08a2b5b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_15176d0e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1724397366], ["username", "billy_30"], ["access_token", "12b239d205912447eecd88745a597623"], ["uuid", "1564226e-9be3-4742-bd19-95ef08a2b5b3"], ["support_identifier", "cs_15176d0e"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 18:12:57.465893"], ["updated_at", "2017-12-20 18:12:57.465893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2004774801 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c9c6bbb6-a3b2-47a5-8853-07af7f9581ad' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8883f5c7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2004774801], ["username", "billy_31"], ["access_token", "7ef04c7b40f504b970d71ef2bbcab652"], ["uuid", "c9c6bbb6-a3b2-47a5-8853-07af7f9581ad"], ["support_identifier", "cs_8883f5c7"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 18:12:57.470335"], ["updated_at", "2017-12-20 18:12:57.470335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -852158319 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2930539-6881-4a1d-9898-113ded766afc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ed4c2c70' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -852158319], ["username", "billy_32"], ["access_token", "5f769dc8db114f56069da4bac3be5178"], ["uuid", "c2930539-6881-4a1d-9898-113ded766afc"], ["support_identifier", "cs_ed4c2c70"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 18:12:57.474746"], ["updated_at", "2017-12-20 18:12:57.474746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1072087782 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '075228ae-a405-4976-a765-ab143377daa3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_de4c257d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1072087782], ["username", "billy_33"], ["access_token", "763f0a037147d1612e62797ce67aa229"], ["uuid", "075228ae-a405-4976-a765-ab143377daa3"], ["support_identifier", "cs_de4c257d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 18:12:57.479028"], ["updated_at", "2017-12-20 18:12:57.479028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2014599754 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91e950b3-af03-4e62-9f7b-adcb4c3fa5c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b3dcd0a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2014599754], ["username", "billy_34"], ["access_token", "8b535294fb9c65cee040d1bdcadf6a7b"], ["uuid", "91e950b3-af03-4e62-9f7b-adcb4c3fa5c7"], ["support_identifier", "cs_b3dcd0a8"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 18:12:57.483455"], ["updated_at", "2017-12-20 18:12:57.483455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -110263996 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f257bfe0-9a9e-4409-bf03-9ac366217bd2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_758227de' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -110263996], ["username", "billy_35"], ["access_token", "7dda28f1eccd26566d42dbd89110c1a0"], ["uuid", "f257bfe0-9a9e-4409-bf03-9ac366217bd2"], ["support_identifier", "cs_758227de"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 18:12:57.488027"], ["updated_at", "2017-12-20 18:12:57.488027"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -274958917 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f7ea0588-2567-41e9-ab50-764286f02b09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af15ed40' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -274958917], ["username", "billy_36"], ["access_token", "4b43889f28e569f2513ac36b884a8716"], ["uuid", "f7ea0588-2567-41e9-ab50-764286f02b09"], ["support_identifier", "cs_af15ed40"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 18:12:57.492357"], ["updated_at", "2017-12-20 18:12:57.492357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2128657733 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0d4e7e7-afbf-4432-b105-98a036d8c6ea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_20331912' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2128657733], ["username", "billy_37"], ["access_token", "9f909eea17661015f2c318607b979233"], ["uuid", "c0d4e7e7-afbf-4432-b105-98a036d8c6ea"], ["support_identifier", "cs_20331912"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 18:12:57.496462"], ["updated_at", "2017-12-20 18:12:57.496462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956577395 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cde54c89-8f4e-4e53-b1f2-8b2238e2ffaf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f7efee1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -956577395], ["username", "billy_38"], ["access_token", "3a5ba37467919ec12007e7100f50c381"], ["uuid", "cde54c89-8f4e-4e53-b1f2-8b2238e2ffaf"], ["support_identifier", "cs_f7efee1c"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 18:12:57.500720"], ["updated_at", "2017-12-20 18:12:57.500720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -545459168 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b65a5385-c1af-47e6-a969-0d4546f6b8bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7ae471ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -545459168], ["username", "billy_39"], ["access_token", "df2ceeba1d7f69d5e8d131492654c261"], ["uuid", "b65a5385-c1af-47e6-a969-0d4546f6b8bb"], ["support_identifier", "cs_7ae471ca"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 18:12:57.504956"], ["updated_at", "2017-12-20 18:12:57.504956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -435953173 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09baea89-fb7c-40be-9630-6e471b7def75' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d600a400' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -435953173], ["username", "billy_40"], ["access_token", "1683939b6e307df1a9ff048a9ea4c5c5"], ["uuid", "09baea89-fb7c-40be-9630-6e471b7def75"], ["support_identifier", "cs_d600a400"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 18:12:57.509306"], ["updated_at", "2017-12-20 18:12:57.509306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1759694915 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '67e8fe52-3581-4e5c-98ed-61a4d997b23f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d2918afa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1759694915], ["username", "billy_41"], ["access_token", "731a3851dae04666ea399bdd08294d2a"], ["uuid", "67e8fe52-3581-4e5c-98ed-61a4d997b23f"], ["support_identifier", "cs_d2918afa"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 18:12:57.513613"], ["updated_at", "2017-12-20 18:12:57.513613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -198967835 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '291a6fe8-8d03-4cee-852e-26341ac2534b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_79a0a40b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -198967835], ["username", "billy_42"], ["access_token", "af873270da8a2e7f182de64e13379b1a"], ["uuid", "291a6fe8-8d03-4cee-852e-26341ac2534b"], ["support_identifier", "cs_79a0a40b"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 18:12:57.518141"], ["updated_at", "2017-12-20 18:12:57.518141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -645385163 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f84d6c19-164f-4736-979c-b4eeaae3be4f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8a733e02' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -645385163], ["username", "billy_43"], ["access_token", "ffad1eaf13322152635e428a6a2f29a3"], ["uuid", "f84d6c19-164f-4736-979c-b4eeaae3be4f"], ["support_identifier", "cs_8a733e02"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 18:12:57.522486"], ["updated_at", "2017-12-20 18:12:57.522486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -480923339 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '38c67fd2-84d9-4cc6-b6d2-f178faddb11d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_efb2015c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -480923339], ["username", "billy_44"], ["access_token", "07830a97b0a1184e3cec0230d6068074"], ["uuid", "38c67fd2-84d9-4cc6-b6d2-f178faddb11d"], ["support_identifier", "cs_efb2015c"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 18:12:57.526741"], ["updated_at", "2017-12-20 18:12:57.526741"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -882630076 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db8d491d-4797-4b91-bd1d-ad770106b4c7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cb30447b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -882630076], ["username", "billy_45"], ["access_token", "8ff29b5f55864f08fccdd8ef881c3ffb"], ["uuid", "db8d491d-4797-4b91-bd1d-ad770106b4c7"], ["support_identifier", "cs_cb30447b"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 18:12:57.530999"], ["updated_at", "2017-12-20 18:12:57.530999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646978286 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ddc9f119-087f-4a5a-9115-7bcec0cd7b15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_72507151' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -646978286], ["username", "billy_46"], ["access_token", "b3747bf7bbe45557ef751d1e46c5ee19"], ["uuid", "ddc9f119-087f-4a5a-9115-7bcec0cd7b15"], ["support_identifier", "cs_72507151"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 18:12:57.535294"], ["updated_at", "2017-12-20 18:12:57.535294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2109726069 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '098cdbcb-1dee-4cda-b82e-6113ba0c12cf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6f61e77b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2109726069], ["username", "billy_47"], ["access_token", "919a30ec7aaec093eec6ed1f76f354ae"], ["uuid", "098cdbcb-1dee-4cda-b82e-6113ba0c12cf"], ["support_identifier", "cs_6f61e77b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 18:12:57.539769"], ["updated_at", "2017-12-20 18:12:57.539769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1586850271 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e9e53160-bd5e-47ee-a6a6-0c77ca37e214' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9576563b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1586850271], ["username", "billy_48"], ["access_token", "c26829250a7a873ea8a5049ad39b4d87"], ["uuid", "e9e53160-bd5e-47ee-a6a6-0c77ca37e214"], ["support_identifier", "cs_9576563b"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 18:12:57.544185"], ["updated_at", "2017-12-20 18:12:57.544185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -760820619 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a182e258-41b1-42ce-91d2-b0356c0682fc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9acd2064' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -760820619], ["username", "billy_49"], ["access_token", "d07c23d85de4f360321bcc030787ada1"], ["uuid", "a182e258-41b1-42ce-91d2-b0356c0682fc"], ["support_identifier", "cs_9acd2064"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 18:12:57.548584"], ["updated_at", "2017-12-20 18:12:57.548584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.7ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b36d6663-9929-4cd3-ada9-d2d69557f1c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_52f5cf72' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "5735ebfd0b849db181806c46462a4a56"], ["uuid", "b36d6663-9929-4cd3-ada9-d2d69557f1c5"], ["support_identifier", "cs_52f5cf72"], ["created_at", "2017-12-20 18:12:57.559975"], ["updated_at", "2017-12-20 18:12:57.559975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.4ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6b8d5d93-3b71-4e0c-83fd-037f014168b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ce509c3e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 10], ["username", "some_user"], ["access_token", "88381642d89a8a673f54e37733f5764e"], ["uuid", "6b8d5d93-3b71-4e0c-83fd-037f014168b3"], ["support_identifier", "cs_ce509c3e"], ["created_at", "2017-12-20 18:12:57.597416"], ["updated_at", "2017-12-20 18:12:57.597416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = $1 LIMIT 1 [["openstax_uid", 10]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 360]] Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -409359156 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '723528834953ab690fe33868c9d20681' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6336320a-bb0b-4502-b81b-61dd6755ba8b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_007de045' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -409359156], ["username", "723528834953ab690fe33868c9d20681"], ["access_token", "8895669566bbed53395aec08846a51d8"], ["uuid", "6336320a-bb0b-4502-b81b-61dd6755ba8b"], ["support_identifier", "cs_007de045"], ["created_at", "2017-12-20 18:12:57.610535"], ["updated_at", "2017-12-20 18:12:57.610535"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -409359156 AND "openstax_accounts_accounts"."id" != 361) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '723528834953ab690fe33868c9d20681' AND "openstax_accounts_accounts"."id" != 361) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" IS NULL AND "openstax_accounts_accounts"."id" != 361) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_007de045' AND "openstax_accounts_accounts"."id" != 361) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725322344 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e32cef68e561f66c713e5d7f3d59a27c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e77eaf3-123c-48f2-80c5-7999317164ea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d19fbe82' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -725322344], ["username", "e32cef68e561f66c713e5d7f3d59a27c"], ["access_token", "c40ba71da9ef7eadf33449fe30e92155"], ["uuid", "7e77eaf3-123c-48f2-80c5-7999317164ea"], ["support_identifier", "cs_d19fbe82"], ["created_at", "2017-12-20 18:12:57.620695"], ["updated_at", "2017-12-20 18:12:57.620695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725322344 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e32cef68e561f66c713e5d7f3d59a27c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e77eaf3-123c-48f2-80c5-7999317164ea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d19fbe82' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725322344 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e32cef68e561f66c713e5d7f3d59a27c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e77eaf3-123c-48f2-80c5-7999317164ea' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'CS_D19FBE82' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "support_identifier" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["support_identifier", nil], ["updated_at", "2017-12-20 18:12:57.635428"], ["id", 362]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725322344 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e32cef68e561f66c713e5d7f3d59a27c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e77eaf3-123c-48f2-80c5-7999317164ea' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1330436932 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7821e67fdfe7d2846ddcd2b10f3837df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6555de42-a6a2-40f7-a7c8-c2d2816632bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_84607be6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1330436932], ["username", "7821e67fdfe7d2846ddcd2b10f3837df"], ["access_token", "fac1d363dca0e66f311ad37900f4960a"], ["uuid", "6555de42-a6a2-40f7-a7c8-c2d2816632bf"], ["support_identifier", "cs_84607be6"], ["created_at", "2017-12-20 18:12:57.646071"], ["updated_at", "2017-12-20 18:12:57.646071"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1330436932 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7821e67fdfe7d2846ddcd2b10f3837df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6555de42-a6a2-40f7-a7c8-c2d2816632bf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_84607be6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1330436932 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '7821e67fdfe7d2846ddcd2b10f3837df' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6555DE42-A6A2-40F7-A7C8-C2D2816632BF' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_84607be6' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1275963133 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e9aa38a32ed483513d6eaf135b303f78' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c502554a-5380-4ff2-91a2-c8f2e5afdfc7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cd54ecce' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1275963133], ["username", "e9aa38a32ed483513d6eaf135b303f78"], ["access_token", "4e4e07b013111d798fa5888924f99730"], ["uuid", "c502554a-5380-4ff2-91a2-c8f2e5afdfc7"], ["support_identifier", "cs_cd54ecce"], ["created_at", "2017-12-20 18:12:57.663538"], ["updated_at", "2017-12-20 18:12:57.663538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -928859619 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e9aa38a32ed483513d6eaf135b303f78' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '809c1941-3c7b-4c6f-9c85-98605a026485' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d071679e' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1849528335 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '827148d9e25b94a78002ef31bf5e7f33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '04b6bdb6-d747-4985-9271-b2d676006548' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ff6ef61' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1849528335], ["username", "827148d9e25b94a78002ef31bf5e7f33"], ["access_token", "fa01de3f84af14e01b7e9e0705864843"], ["uuid", "04b6bdb6-d747-4985-9271-b2d676006548"], ["support_identifier", "cs_3ff6ef61"], ["created_at", "2017-12-20 18:12:57.673732"], ["updated_at", "2017-12-20 18:12:57.673732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1849528335 AND "openstax_accounts_accounts"."id" != 365) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '04b6bdb6-d747-4985-9271-b2d676006548' AND "openstax_accounts_accounts"."id" != 365) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_3ff6ef61' AND "openstax_accounts_accounts"."id" != 365) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -173928798 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '81267180-7419-47e5-8d0c-7341836328aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_04da61a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -173928798], ["access_token", "867aec8053bde7e8e8536eaeb8eb9188"], ["uuid", "81267180-7419-47e5-8d0c-7341836328aa"], ["support_identifier", "cs_04da61a6"], ["created_at", "2017-12-20 18:12:57.681025"], ["updated_at", "2017-12-20 18:12:57.681025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -342755618 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6ff5b9dc-d020-422b-b703-b524a62de222' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9bfebb11' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["openstax_uid", -342755618], ["access_token", "8369fe3906669096390058c43c4a6312"], ["uuid", "6ff5b9dc-d020-422b-b703-b524a62de222"], ["support_identifier", "cs_9bfebb11"], ["created_at", "2017-12-20 18:12:57.684957"], ["updated_at", "2017-12-20 18:12:57.684957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -745975279 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6ee6d7cea89f65909f375fc8ca9d3479' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f92859d8-fd8e-405c-a080-69f381f963c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_807c05e6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -745975279], ["username", "6ee6d7cea89f65909f375fc8ca9d3479"], ["access_token", "6bb6a8125478c6a21dc00d1ad0f6c2ff"], ["uuid", "f92859d8-fd8e-405c-a080-69f381f963c6"], ["support_identifier", "cs_807c05e6"], ["created_at", "2017-12-20 18:12:57.691290"], ["updated_at", "2017-12-20 18:12:57.691290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '6ee6d7cea89f65909f375fc8ca9d3479' AND "openstax_accounts_accounts"."id" != 368) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'f92859d8-fd8e-405c-a080-69f381f963c6' AND "openstax_accounts_accounts"."id" != 368) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_807c05e6' AND "openstax_accounts_accounts"."id" != 368) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 368) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = '6ee6d7cea89f65909f375fc8ca9d3479' AND "openstax_accounts_accounts"."id" != 368) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = 'f92859d8-fd8e-405c-a080-69f381f963c6' AND "openstax_accounts_accounts"."id" != 368) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_807c05e6' AND "openstax_accounts_accounts"."id" != 368) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "updated_at" = $2 WHERE "openstax_accounts_accounts"."id" = $3 [["openstax_uid", -1], ["updated_at", "2017-12-20 18:12:57.697424"], ["id", 368]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '8c57869e08b8bd1afc1682a826fcf14d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a8ed5e2c-3038-49b7-8954-fb9662656043' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8567c3f8' LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1370815533 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '46f9dadd7577a73c268988d7e83e8bdd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fdfe5df3-1a4f-4e0c-aa99-7dcf5de82bf3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_21262682' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2092656180 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '81f517180d8a11ea3ebe77175a824748' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7681139f-d23e-4ebc-8083-0f5f652925a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8c346255' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -2092656180], ["username", "81f517180d8a11ea3ebe77175a824748"], ["access_token", "09a891e4b974c8fe74969de6f9517ce6"], ["uuid", "7681139f-d23e-4ebc-8083-0f5f652925a7"], ["support_identifier", "cs_8c346255"], ["created_at", "2017-12-20 18:12:57.711455"], ["updated_at", "2017-12-20 18:12:57.711455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 369) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Stubbed User' AND "openstax_accounts_accounts"."id" != 369) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '7681139f-d23e-4ebc-8083-0f5f652925a7' AND "openstax_accounts_accounts"."id" != 369) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_8c346255' AND "openstax_accounts_accounts"."id" != 369) LIMIT 1 SQL (0.4ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Stubbed User"], ["updated_at", "2017-12-20 18:12:57.716344"], ["id", 369]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1949010861 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1b5b61f51f4cdffbb82e3f2f0b58cb55' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '53757e62-5210-4230-b755-30dfef8dfbeb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_06dd1df1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1949010861], ["username", "1b5b61f51f4cdffbb82e3f2f0b58cb55"], ["access_token", "74730f79967d800c718793846278f0f8"], ["uuid", "53757e62-5210-4230-b755-30dfef8dfbeb"], ["support_identifier", "cs_06dd1df1"], ["created_at", "2017-12-20 18:12:57.725046"], ["updated_at", "2017-12-20 18:12:57.725046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 370) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Real User' AND "openstax_accounts_accounts"."id" != 370) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '53757e62-5210-4230-b755-30dfef8dfbeb' AND "openstax_accounts_accounts"."id" != 370) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_06dd1df1' AND "openstax_accounts_accounts"."id" != 370) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Real User"], ["updated_at", "2017-12-20 18:12:57.729852"], ["id", 370]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987070716 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a91dc8ebed64e584528bebb37741e6fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9ca579cf-c0f4-4c90-bc04-43f8cf30423d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb211dfe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -987070716], ["username", "a91dc8ebed64e584528bebb37741e6fa"], ["access_token", "eb7abb67be293909f5d131fe0542cff2"], ["uuid", "9ca579cf-c0f4-4c90-bc04-43f8cf30423d"], ["support_identifier", "cs_bb211dfe"], ["created_at", "2017-12-20 18:12:57.735534"], ["updated_at", "2017-12-20 18:12:57.735534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Nil User' AND "openstax_accounts_accounts"."id" != 371) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '9ca579cf-c0f4-4c90-bc04-43f8cf30423d' AND "openstax_accounts_accounts"."id" != 371) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_bb211dfe' AND "openstax_accounts_accounts"."id" != 371) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", nil], ["username", "Nil User"], ["updated_at", "2017-12-20 18:12:57.739313"], ["id", 371]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 0 AND "openstax_accounts_accounts"."id" != 371) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Zeroth User' AND "openstax_accounts_accounts"."id" != 371) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '9ca579cf-c0f4-4c90-bc04-43f8cf30423d' AND "openstax_accounts_accounts"."id" != 371) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_bb211dfe' AND "openstax_accounts_accounts"."id" != 371) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 0], ["username", "Zeroth User"], ["updated_at", "2017-12-20 18:12:57.743451"], ["id", 371]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -1 AND "openstax_accounts_accounts"."id" != 371) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Negative User' AND "openstax_accounts_accounts"."id" != 371) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '9ca579cf-c0f4-4c90-bc04-43f8cf30423d' AND "openstax_accounts_accounts"."id" != 371) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_bb211dfe' AND "openstax_accounts_accounts"."id" != 371) LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", -1], ["username", "Negative User"], ["updated_at", "2017-12-20 18:12:57.747367"], ["id", 371]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -247174298 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '1e20bcbc436becc97959f74f13240356' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5bc5a352-187a-4117-80fb-4d868f07d33b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7e9380b9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -247174298], ["username", "1e20bcbc436becc97959f74f13240356"], ["access_token", "ac8c3d9c2c7a48a531b664b6cf1dad5f"], ["uuid", "5bc5a352-187a-4117-80fb-4d868f07d33b"], ["support_identifier", "cs_7e9380b9"], ["created_at", "2017-12-20 18:12:57.752938"], ["updated_at", "2017-12-20 18:12:57.752938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 1 AND "openstax_accounts_accounts"."id" != 372) LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" = 'Syncing User' AND "openstax_accounts_accounts"."id" != 372) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '5bc5a352-187a-4117-80fb-4d868f07d33b' AND "openstax_accounts_accounts"."id" != 372) LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_7e9380b9' AND "openstax_accounts_accounts"."id" != 372) LIMIT 1 SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "openstax_uid" = $1, "username" = $2, "updated_at" = $3 WHERE "openstax_accounts_accounts"."id" = $4 [["openstax_uid", 1], ["username", "Syncing User"], ["updated_at", "2017-12-20 18:12:57.757980"], ["id", 372]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1774742495 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df2a017f-8af8-40c0-8fe5-af68fd4bc09d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fc6137ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1774742495], ["username", "jstrav"], ["access_token", "18de5c2eaccad575a7c3322a89f68263"], ["uuid", "df2a017f-8af8-40c0-8fe5-af68fd4bc09d"], ["support_identifier", "cs_fc6137ce"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:57.764116"], ["updated_at", "2017-12-20 18:12:57.764116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101976512 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2da26f1-f45e-4cd1-9041-d035c9458602' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_197a7c36' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1101976512], ["username", "mary"], ["access_token", "fdd7731acd1d2e19be146c0a6e780334"], ["uuid", "a2da26f1-f45e-4cd1-9041-d035c9458602"], ["support_identifier", "cs_197a7c36"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:57.768711"], ["updated_at", "2017-12-20 18:12:57.768711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1839810389 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20107359-9237-4648-86c0-b81ce2a8895f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4cfa56cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1839810389], ["username", "jstead"], ["access_token", "79c403b7e1e17f9b3e83c738be3a4a4c"], ["uuid", "20107359-9237-4648-86c0-b81ce2a8895f"], ["support_identifier", "cs_4cfa56cc"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:57.773963"], ["updated_at", "2017-12-20 18:12:57.773963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -401529156 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ace117df-45be-489f-b9ef-bf73e02dc5da' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_274b7f50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -401529156], ["username", "bigbear"], ["access_token", "7ae77c9bb0549c4c06631e32814477ad"], ["uuid", "ace117df-45be-489f-b9ef-bf73e02dc5da"], ["support_identifier", "cs_274b7f50"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:57.778661"], ["updated_at", "2017-12-20 18:12:57.778661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1142133638 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc7ca2de-f166-45f7-923f-222ab05e18c5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_89edfce3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1142133638], ["username", "jstrav"], ["access_token", "0f75251dcadbd9db65b3321a49528c74"], ["uuid", "cc7ca2de-f166-45f7-923f-222ab05e18c5"], ["support_identifier", "cs_89edfce3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:57.787513"], ["updated_at", "2017-12-20 18:12:57.787513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1423915322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8697f807-c3da-4acc-b633-c403279b68f5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_811fa2ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1423915322], ["username", "mary"], ["access_token", "e876e3c2e9ed7ce3630652d9dd86d75d"], ["uuid", "8697f807-c3da-4acc-b633-c403279b68f5"], ["support_identifier", "cs_811fa2ab"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:57.792200"], ["updated_at", "2017-12-20 18:12:57.792200"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -609492379 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0159d431-3b14-4bfe-b64b-94f11348a163' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2f281206' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -609492379], ["username", "jstead"], ["access_token", "55e90d28ca7455fb88159f56ee7a2a9f"], ["uuid", "0159d431-3b14-4bfe-b64b-94f11348a163"], ["support_identifier", "cs_2f281206"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:57.796977"], ["updated_at", "2017-12-20 18:12:57.796977"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -856139218 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5cd46742-d297-4158-b5c3-478eace53188' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a3f106f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -856139218], ["username", "bigbear"], ["access_token", "d7f95725f881b6af7314f385dcecd382"], ["uuid", "5cd46742-d297-4158-b5c3-478eace53188"], ["support_identifier", "cs_a3f106f7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:57.801622"], ["updated_at", "2017-12-20 18:12:57.801622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1872169013 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '93e5ca61-8f60-4091-b61d-a23570718168' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d13f0919' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1872169013], ["username", "jstrav"], ["access_token", "d32dd98aff08d8f44fae160c9fb2bf88"], ["uuid", "93e5ca61-8f60-4091-b61d-a23570718168"], ["support_identifier", "cs_d13f0919"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:57.810642"], ["updated_at", "2017-12-20 18:12:57.810642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366838890 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bd352ca7-f30f-4769-8f51-35e7fd6336c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_14be07ae' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -366838890], ["username", "mary"], ["access_token", "b16f5e0918f392337be0709f7a54c278"], ["uuid", "bd352ca7-f30f-4769-8f51-35e7fd6336c4"], ["support_identifier", "cs_14be07ae"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:57.815587"], ["updated_at", "2017-12-20 18:12:57.815587"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1750405711 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f031540b-03c8-479c-8d45-93626f1144aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d7b52306' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1750405711], ["username", "jstead"], ["access_token", "5e8b73b79af6cc70dfec75f3121b57ff"], ["uuid", "f031540b-03c8-479c-8d45-93626f1144aa"], ["support_identifier", "cs_d7b52306"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:57.820079"], ["updated_at", "2017-12-20 18:12:57.820079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1122087099 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df867f70-eb51-4c5a-944a-bc6660dd7304' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_12070dec' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1122087099], ["username", "bigbear"], ["access_token", "69c0cb2ce1788c31d8a0798ab87d896a"], ["uuid", "df867f70-eb51-4c5a-944a-bc6660dd7304"], ["support_identifier", "cs_12070dec"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:57.824730"], ["updated_at", "2017-12-20 18:12:57.824730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'john%' OR "openstax_accounts_accounts"."username" ILIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'john%' OR "openstax_accounts_accounts"."first_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'john%' OR "openstax_accounts_accounts"."last_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'john%' OR "openstax_accounts_accounts"."full_name" ILIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1424753957 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd1179f1a-c42a-4c2e-9db7-9a651c01a319' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8c9af303' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1424753957], ["username", "jstrav"], ["access_token", "ea1ca67b0c88a23c228bdd0404adb801"], ["uuid", "d1179f1a-c42a-4c2e-9db7-9a651c01a319"], ["support_identifier", "cs_8c9af303"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:57.833649"], ["updated_at", "2017-12-20 18:12:57.833649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1913510889 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '98c4e2a8-b76c-463b-b8a1-f38430b568d7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_07173699' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1913510889], ["username", "mary"], ["access_token", "955c60fbc89d4b807b1471216a67cdd7"], ["uuid", "98c4e2a8-b76c-463b-b8a1-f38430b568d7"], ["support_identifier", "cs_07173699"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:57.838106"], ["updated_at", "2017-12-20 18:12:57.838106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -252734853 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '00d4c097-ad83-4016-8b43-3481447c00b0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6060ceff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -252734853], ["username", "jstead"], ["access_token", "a90d50dfd2e676b7797836d6563891da"], ["uuid", "00d4c097-ad83-4016-8b43-3481447c00b0"], ["support_identifier", "cs_6060ceff"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:57.850681"], ["updated_at", "2017-12-20 18:12:57.850681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -470596164 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91ffde3c-4ee6-42a2-b1b5-575280c754ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5797da4a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -470596164], ["username", "bigbear"], ["access_token", "cb8cb34b0a033429eda580bfde4d6ab0"], ["uuid", "91ffde3c-4ee6-42a2-b1b5-575280c754ba"], ["support_identifier", "cs_5797da4a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:57.856087"], ["updated_at", "2017-12-20 18:12:57.856087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -934162566 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1d17d64-f96c-4d07-8e1b-801eed4b3793' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f422773d' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -934162566], ["username", "jstrav"], ["access_token", "e446e74b3bf60a1caf8e8c39f6ba36d8"], ["uuid", "c1d17d64-f96c-4d07-8e1b-801eed4b3793"], ["support_identifier", "cs_f422773d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:57.864774"], ["updated_at", "2017-12-20 18:12:57.864774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -259979770 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ed5bcea9-efea-4eef-9f6a-62009beb382b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4f7f300c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -259979770], ["username", "mary"], ["access_token", "f033446488f0038f88dc25f1caa9d834"], ["uuid", "ed5bcea9-efea-4eef-9f6a-62009beb382b"], ["support_identifier", "cs_4f7f300c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:57.869426"], ["updated_at", "2017-12-20 18:12:57.869426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -302221235 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4637c95a-d890-4bda-ae73-f5c9e62c4acd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ae1d6ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -302221235], ["username", "jstead"], ["access_token", "75b9fff17e2bb67395a05d3daee30c2e"], ["uuid", "4637c95a-d890-4bda-ae73-f5c9e62c4acd"], ["support_identifier", "cs_3ae1d6ec"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:57.873845"], ["updated_at", "2017-12-20 18:12:57.873845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1169967267 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '588d00c4-54a6-4b29-ac59-5d127fb34bfd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e3303c7c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1169967267], ["username", "bigbear"], ["access_token", "6edbcf89b24232e1a4b770a9d66f2488"], ["uuid", "588d00c4-54a6-4b29-ac59-5d127fb34bfd"], ["support_identifier", "cs_e3303c7c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:57.878138"], ["updated_at", "2017-12-20 18:12:57.878138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -302221235)  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = -302221235) ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1757584893 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39a4b587-0d05-40bf-8107-b5775abccaff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b6bfde5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1757584893], ["username", "jstrav"], ["access_token", "b66535e02ca1ae1e51fee0836c7824ff"], ["uuid", "39a4b587-0d05-40bf-8107-b5775abccaff"], ["support_identifier", "cs_1b6bfde5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:57.886313"], ["updated_at", "2017-12-20 18:12:57.886313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2104191810 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '258783cd-cd09-4008-b6e6-78fae6afcf4e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0efe1f80' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2104191810], ["username", "mary"], ["access_token", "8a606791fd33a5ef351133359eddf20d"], ["uuid", "258783cd-cd09-4008-b6e6-78fae6afcf4e"], ["support_identifier", "cs_0efe1f80"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:57.890765"], ["updated_at", "2017-12-20 18:12:57.890765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361031738 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c9f5852-e07e-44ee-8452-1505cc7ff256' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1caf8625' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -361031738], ["username", "jstead"], ["access_token", "6d1f508e4d6ee8631c7a6c8f4ee00534"], ["uuid", "8c9f5852-e07e-44ee-8452-1505cc7ff256"], ["support_identifier", "cs_1caf8625"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:57.894976"], ["updated_at", "2017-12-20 18:12:57.894976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1568733261 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ba2c408-593f-4685-aedc-c6bb89cb9118' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb46f2b0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1568733261], ["username", "bigbear"], ["access_token", "736c303cdf1d7ad74a22a55bc2d3880f"], ["uuid", "1ba2c408-593f-4685-aedc-c6bb89cb9118"], ["support_identifier", "cs_bb46f2b0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:57.901220"], ["updated_at", "2017-12-20 18:12:57.901220"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '8c9f5852-e07e-44ee-8452-1505cc7ff256')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."uuid" = '8c9f5852-e07e-44ee-8452-1505cc7ff256') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -746271667 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '226194d6-8e0d-4eb3-9222-03ebebf63b35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_949e604f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -746271667], ["username", "jstrav"], ["access_token", "bc92394d8d05e2709bef268d4f14f495"], ["uuid", "226194d6-8e0d-4eb3-9222-03ebebf63b35"], ["support_identifier", "cs_949e604f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:57.911662"], ["updated_at", "2017-12-20 18:12:57.911662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574775559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a1b5c70-5275-4dfb-af74-8e0215051a02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c4293977' LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1574775559], ["username", "mary"], ["access_token", "a306f8ce60bc03b4379c93b42961a682"], ["uuid", "7a1b5c70-5275-4dfb-af74-8e0215051a02"], ["support_identifier", "cs_c4293977"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:57.916201"], ["updated_at", "2017-12-20 18:12:57.916201"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674251692 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd799cf11-9615-4524-8d34-df3db852a56b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a062a683' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -674251692], ["username", "jstead"], ["access_token", "2cf47ef801291e3caa67ac67fb143f5c"], ["uuid", "d799cf11-9615-4524-8d34-df3db852a56b"], ["support_identifier", "cs_a062a683"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:57.920983"], ["updated_at", "2017-12-20 18:12:57.920983"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2055154924 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '640f684b-eca7-45b0-a64b-fa0b1372aa88' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a81ab9cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2055154924], ["username", "bigbear"], ["access_token", "171cedaa6c91d03c3949dd3dd7177219"], ["uuid", "640f684b-eca7-45b0-a64b-fa0b1372aa88"], ["support_identifier", "cs_a81ab9cc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:57.925652"], ["updated_at", "2017-12-20 18:12:57.925652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2043189150 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '57c3b13a-66a8-4455-bcfc-5dbe111d2011' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_876c4d3a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2043189150], ["username", "jstrav"], ["access_token", "1251eedadac604b2e7f769f9dd9b1348"], ["uuid", "57c3b13a-66a8-4455-bcfc-5dbe111d2011"], ["support_identifier", "cs_876c4d3a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:57.934113"], ["updated_at", "2017-12-20 18:12:57.934113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070823051 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '537e911d-0325-4394-a478-4255303522ea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a3fb35bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -2070823051], ["username", "mary"], ["access_token", "104576c32b53d402744415ed6b561bc7"], ["uuid", "537e911d-0325-4394-a478-4255303522ea"], ["support_identifier", "cs_a3fb35bf"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:57.938847"], ["updated_at", "2017-12-20 18:12:57.938847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -46433203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '11d0d787-dcbe-4bae-95de-f1fa5f9c920e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d680fb52' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -46433203], ["username", "jstead"], ["access_token", "8c7f66ed3f8cf9afbd520f50ee989691"], ["uuid", "11d0d787-dcbe-4bae-95de-f1fa5f9c920e"], ["support_identifier", "cs_d680fb52"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:57.943573"], ["updated_at", "2017-12-20 18:12:57.943573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -917043323 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c460e0d6-c55b-4ad5-96fb-ff5536f126e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bb3157bc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -917043323], ["username", "bigbear"], ["access_token", "294d167e3b2c1d2a7c142bb1bbcf39c5"], ["uuid", "c460e0d6-c55b-4ad5-96fb-ff5536f126e1"], ["support_identifier", "cs_bb3157bc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:57.949461"], ["updated_at", "2017-12-20 18:12:57.949461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" ILIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -788034669 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a4b1b6e9-4fd1-435e-bc04-8d88ed2a968e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b2905f2e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -788034669], ["username", "jstrav"], ["access_token", "b39c787d0b27c0f698fa3bd33ebab4eb"], ["uuid", "a4b1b6e9-4fd1-435e-bc04-8d88ed2a968e"], ["support_identifier", "cs_b2905f2e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:57.958780"], ["updated_at", "2017-12-20 18:12:57.958780"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -917591902 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a0c5ba4c-f3ec-4ae0-a00d-28da40a9f83e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ebc7ec97' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -917591902], ["username", "mary"], ["access_token", "252751e1363a67d885539e29eae9c604"], ["uuid", "a0c5ba4c-f3ec-4ae0-a00d-28da40a9f83e"], ["support_identifier", "cs_ebc7ec97"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:57.963214"], ["updated_at", "2017-12-20 18:12:57.963214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -515695680 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28329ebf-92f3-4b05-bc67-70ef604911fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_170e3d12' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -515695680], ["username", "jstead"], ["access_token", "15c2a99603eaa53ae51f9a31cc32359a"], ["uuid", "28329ebf-92f3-4b05-bc67-70ef604911fe"], ["support_identifier", "cs_170e3d12"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:57.967859"], ["updated_at", "2017-12-20 18:12:57.967859"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1190642445 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8c992b27-5126-4d42-91c8-86e235b2dbbe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00aa1750' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1190642445], ["username", "bigbear"], ["access_token", "6e369d772a891ebd391e35ebc48da753"], ["uuid", "8c992b27-5126-4d42-91c8-86e235b2dbbe"], ["support_identifier", "cs_00aa1750"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:57.972502"], ["updated_at", "2017-12-20 18:12:57.972502"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" ILIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -993919672 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eef19fad-c06a-4ec8-8501-73531b1e0a90' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a3b8fe76' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -993919672], ["username", "jstrav"], ["access_token", "6e1ff9ff6e50543002306cbc0bcb125e"], ["uuid", "eef19fad-c06a-4ec8-8501-73531b1e0a90"], ["support_identifier", "cs_a3b8fe76"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:57.983006"], ["updated_at", "2017-12-20 18:12:57.983006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1809922515 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '09535a2e-5636-4d45-b6bc-b7e0ae50f439' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_52dfd7c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1809922515], ["username", "mary"], ["access_token", "f2fda41d6e099f860ba5bdae1913128e"], ["uuid", "09535a2e-5636-4d45-b6bc-b7e0ae50f439"], ["support_identifier", "cs_52dfd7c0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:57.988744"], ["updated_at", "2017-12-20 18:12:57.988744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -464577854 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'da32da88-1dd6-4e80-8432-ef2f20d64ca4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9317fd8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -464577854], ["username", "jstead"], ["access_token", "a29d8fccf66ffe40c7120e83ec48ecd5"], ["uuid", "da32da88-1dd6-4e80-8432-ef2f20d64ca4"], ["support_identifier", "cs_e9317fd8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:57.993679"], ["updated_at", "2017-12-20 18:12:57.993679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -908477573 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa04e762-6feb-4f02-afb2-853683d54a43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_95c0407f' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -908477573], ["username", "bigbear"], ["access_token", "6b2b0ef4c203495287cb5c5a33a56c13"], ["uuid", "aa04e762-6feb-4f02-afb2-853683d54a43"], ["support_identifier", "cs_95c0407f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:57.998169"], ["updated_at", "2017-12-20 18:12:57.998169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" ILIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -13869790 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f03d604e-3285-45d4-8ebb-7774f8c7dbf2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_50cb0cf9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -13869790], ["username", "jstrav"], ["access_token", "ab7ea2d66a2b214c893bcfca55d632c7"], ["uuid", "f03d604e-3285-45d4-8ebb-7774f8c7dbf2"], ["support_identifier", "cs_50cb0cf9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:58.007735"], ["updated_at", "2017-12-20 18:12:58.007735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -480973969 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a274db04-906d-49ba-8417-e34f10ccc422' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2f7d91eb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -480973969], ["username", "mary"], ["access_token", "a8bd06073dbc2d77d0247ad303c3d13c"], ["uuid", "a274db04-906d-49ba-8417-e34f10ccc422"], ["support_identifier", "cs_2f7d91eb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:58.012507"], ["updated_at", "2017-12-20 18:12:58.012507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1905618862 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0de2e960-d518-445d-9c35-ef93a456c660' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85a40bf9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1905618862], ["username", "jstead"], ["access_token", "0db88ca882fc6b6a3cdd73a8f582a672"], ["uuid", "0de2e960-d518-445d-9c35-ef93a456c660"], ["support_identifier", "cs_85a40bf9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:58.016749"], ["updated_at", "2017-12-20 18:12:58.016749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1843479074 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ace1c332-a7ca-46c4-82b6-430f0574612c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3ff79a59' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1843479074], ["username", "bigbear"], ["access_token", "c62cd16fbc4b9f890cc81831d223bef1"], ["uuid", "ace1c332-a7ca-46c4-82b6-430f0574612c"], ["support_identifier", "cs_3ff79a59"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:58.021282"], ["updated_at", "2017-12-20 18:12:58.021282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_85a40bf9')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."support_identifier" = 'cs_85a40bf9') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1620067610 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2ca6f0b4-7b18-40a4-96ff-2dfaaa232316' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a430ff9' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1620067610], ["username", "jstrav"], ["access_token", "b5330612180c0181adc78cf3b2f705a1"], ["uuid", "2ca6f0b4-7b18-40a4-96ff-2dfaaa232316"], ["support_identifier", "cs_2a430ff9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:58.031093"], ["updated_at", "2017-12-20 18:12:58.031093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -747656273 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '869bd3c8-b308-4411-ae8c-e6d2a4c2c24e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_94bb71cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -747656273], ["username", "mary"], ["access_token", "b142f9ac07a25afa492a3ea8f6d2abb9"], ["uuid", "869bd3c8-b308-4411-ae8c-e6d2a4c2c24e"], ["support_identifier", "cs_94bb71cd"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:58.035661"], ["updated_at", "2017-12-20 18:12:58.035661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1384605764 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '47caeaf5-6231-4f9d-bb08-cb30da05d49b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9f5c0755' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1384605764], ["username", "jstead"], ["access_token", "dff59bad721737313f828a3d0dd670ef"], ["uuid", "47caeaf5-6231-4f9d-bb08-cb30da05d49b"], ["support_identifier", "cs_9f5c0755"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:58.040614"], ["updated_at", "2017-12-20 18:12:58.040614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1515058273 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b8836a7f-5e71-42ce-aed1-19c6a0682162' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_17725ba4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1515058273], ["username", "bigbear"], ["access_token", "92988bf83d50411f71153e267dbd5316"], ["uuid", "b8836a7f-5e71-42ce-aed1-19c6a0682162"], ["support_identifier", "cs_17725ba4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:58.045100"], ["updated_at", "2017-12-20 18:12:58.045100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -778841326 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0c79a42-29fc-4c99-85b6-dce85cd55f7a' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f17f9bfe' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -778841326], ["username", "jstrav"], ["access_token", "45fbb5a568f7182e892268a3afe91dae"], ["uuid", "c0c79a42-29fc-4c99-85b6-dce85cd55f7a"], ["support_identifier", "cs_f17f9bfe"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:58.053727"], ["updated_at", "2017-12-20 18:12:58.053727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -326250685 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7fc5499-91bc-4550-a493-fa722d8da245' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_60337b54' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -326250685], ["username", "mary"], ["access_token", "95b85949468bb60efb44a3e633362e42"], ["uuid", "c7fc5499-91bc-4550-a493-fa722d8da245"], ["support_identifier", "cs_60337b54"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:58.059566"], ["updated_at", "2017-12-20 18:12:58.059566"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -268877771 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e74a6a21-6993-4fdc-87d3-97619f551cbe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_84ec7e8e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -268877771], ["username", "jstead"], ["access_token", "a8f55cb51cfd66598cf897e689acc057"], ["uuid", "e74a6a21-6993-4fdc-87d3-97619f551cbe"], ["support_identifier", "cs_84ec7e8e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:58.064289"], ["updated_at", "2017-12-20 18:12:58.064289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -773750275 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1846bb05-68b7-4e5d-87d9-d64dfb322046' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_00f7ee9f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -773750275], ["username", "bigbear"], ["access_token", "3e4a7aef4c8c988055542a27b4f86153"], ["uuid", "1846bb05-68b7-4e5d-87d9-d64dfb322046"], ["support_identifier", "cs_00f7ee9f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:58.068617"], ["updated_at", "2017-12-20 18:12:58.068617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904033403 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f2920af6-bd02-4e98-bb66-58e4a4fb208f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ff1de2d2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1904033403], ["username", "jstrav"], ["access_token", "ad2d7404173142926e483fa26f48a42c"], ["uuid", "f2920af6-bd02-4e98-bb66-58e4a4fb208f"], ["support_identifier", "cs_ff1de2d2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:58.076934"], ["updated_at", "2017-12-20 18:12:58.076934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -458633542 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '35e4dd5c-e1a8-4c1f-9d0e-516f1327aa69' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d739047b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -458633542], ["username", "mary"], ["access_token", "88763745c3b5e1d8569c7daaf2923a03"], ["uuid", "35e4dd5c-e1a8-4c1f-9d0e-516f1327aa69"], ["support_identifier", "cs_d739047b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:58.081483"], ["updated_at", "2017-12-20 18:12:58.081483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1243129809 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0ffed961-7f75-4a29-a0bf-a7dc3d9872a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_198fdf1b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1243129809], ["username", "jstead"], ["access_token", "1371ac71af9457c6277a85512c718621"], ["uuid", "0ffed961-7f75-4a29-a0bf-a7dc3d9872a7"], ["support_identifier", "cs_198fdf1b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:58.086229"], ["updated_at", "2017-12-20 18:12:58.086229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -41449038 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0090788b-e82c-4a27-bcd7-db2c9950599e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e0eb8802' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -41449038], ["username", "bigbear"], ["access_token", "f7a12fe26aab7d7df0f090e2d83b1ecb"], ["uuid", "0090788b-e82c-4a27-bcd7-db2c9950599e"], ["support_identifier", "cs_e0eb8802"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:58.091646"], ["updated_at", "2017-12-20 18:12:58.091646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -770851358 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '881713ba-52d4-4f6e-8784-a59090d27267' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_350cb173' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -770851358], ["username", "foo_bb"], ["access_token", "03eb44a679ab9640a40b3baafbd1555f"], ["uuid", "881713ba-52d4-4f6e-8784-a59090d27267"], ["support_identifier", "cs_350cb173"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2017-12-20 18:12:58.096100"], ["updated_at", "2017-12-20 18:12:58.096100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -637436094 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_bj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '759bb63b-6172-4401-8ddd-18062299376c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a449a00' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -637436094], ["username", "foo_bj"], ["access_token", "a40fd7133ee0f833639691ba4c20c652"], ["uuid", "759bb63b-6172-4401-8ddd-18062299376c"], ["support_identifier", "cs_1a449a00"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2017-12-20 18:12:58.100385"], ["updated_at", "2017-12-20 18:12:58.100385"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -876965820 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'foo_tj' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '786d7033-79f9-4dca-b1f3-5ebafe22bffb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29e899c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -876965820], ["username", "foo_tj"], ["access_token", "38a7b13b4969610c2219757a5bc80af6"], ["uuid", "786d7033-79f9-4dca-b1f3-5ebafe22bffb"], ["support_identifier", "cs_29e899c0"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2017-12-20 18:12:58.104776"], ["updated_at", "2017-12-20 18:12:58.104776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1813572188 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '853c2519-d70a-4fd8-b67a-5adfcdcb8d35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_06452439' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1813572188], ["username", "jstrav"], ["access_token", "c9ac3632b0696ea63a1eab31f0cb6f28"], ["uuid", "853c2519-d70a-4fd8-b67a-5adfcdcb8d35"], ["support_identifier", "cs_06452439"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:58.115602"], ["updated_at", "2017-12-20 18:12:58.115602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1895479512 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ad1ce82-c4ae-406e-ad3f-1569da36b671' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a32c316' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -1895479512], ["username", "mary"], ["access_token", "36d9c85afabeb3bbaf4053922f069308"], ["uuid", "8ad1ce82-c4ae-406e-ad3f-1569da36b671"], ["support_identifier", "cs_2a32c316"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:58.120230"], ["updated_at", "2017-12-20 18:12:58.120230"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2122930082 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0bcd19b-631d-4264-a2d4-69fbd3cdf789' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0bb3d892' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2122930082], ["username", "jstead"], ["access_token", "7586ea2da86577ad5135fc4bd56ef427"], ["uuid", "b0bcd19b-631d-4264-a2d4-69fbd3cdf789"], ["support_identifier", "cs_0bb3d892"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:58.124784"], ["updated_at", "2017-12-20 18:12:58.124784"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -16195562 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25b08d2f-2280-4ff7-959f-2435aa2518a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_796f128e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -16195562], ["username", "bigbear"], ["access_token", "42aa4888320e2d0df412b4c899e3330b"], ["uuid", "25b08d2f-2280-4ff7-959f-2435aa2518a1"], ["support_identifier", "cs_796f128e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:58.129115"], ["updated_at", "2017-12-20 18:12:58.129115"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -862643802 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0da435b9-236f-4efd-8097-30a268649303' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34e06248' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -862643802], ["username", "billy_00"], ["access_token", "f3e28acdb32137ab6fff0344da10a098"], ["uuid", "0da435b9-236f-4efd-8097-30a268649303"], ["support_identifier", "cs_34e06248"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 18:12:58.133423"], ["updated_at", "2017-12-20 18:12:58.133423"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -957271734 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee1f8497-ed98-4ba6-a276-2657fd00439d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_290ce537' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -957271734], ["username", "billy_01"], ["access_token", "616ff585427bdb8441e27d9ce9de4fef"], ["uuid", "ee1f8497-ed98-4ba6-a276-2657fd00439d"], ["support_identifier", "cs_290ce537"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 18:12:58.137985"], ["updated_at", "2017-12-20 18:12:58.137985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -645742561 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c5d69fa3-3d61-4a41-9ffa-82d4734b267f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_563d588d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -645742561], ["username", "billy_02"], ["access_token", "a4186feed9a81871ca3b15bc34a2c292"], ["uuid", "c5d69fa3-3d61-4a41-9ffa-82d4734b267f"], ["support_identifier", "cs_563d588d"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 18:12:58.142225"], ["updated_at", "2017-12-20 18:12:58.142225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1954011671 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b63edae-bb48-448d-8db0-83b4cbc524ca' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1524ea06' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1954011671], ["username", "billy_03"], ["access_token", "34f9d9d35dc9bbc0eb1cf225188335b3"], ["uuid", "3b63edae-bb48-448d-8db0-83b4cbc524ca"], ["support_identifier", "cs_1524ea06"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 18:12:58.146449"], ["updated_at", "2017-12-20 18:12:58.146449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273539778 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'eceb9792-5ed7-4f6d-995d-1b677eb3b2c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f6038ff6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -273539778], ["username", "billy_04"], ["access_token", "8841f66878b9fecba88b2d6c433f05cc"], ["uuid", "eceb9792-5ed7-4f6d-995d-1b677eb3b2c8"], ["support_identifier", "cs_f6038ff6"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 18:12:58.151346"], ["updated_at", "2017-12-20 18:12:58.151346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1580931088 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '769c6782-8533-4f24-a2e6-94807ec42f2c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_73c43c40' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1580931088], ["username", "billy_05"], ["access_token", "a14092a2c6d6ad42f849a80b0d73e691"], ["uuid", "769c6782-8533-4f24-a2e6-94807ec42f2c"], ["support_identifier", "cs_73c43c40"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 18:12:58.156638"], ["updated_at", "2017-12-20 18:12:58.156638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -687411059 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '71e52916-35f4-40a1-9579-c499d9ada11f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ad94356e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -687411059], ["username", "billy_06"], ["access_token", "376db46f051954b9fb5d74dca0f923f7"], ["uuid", "71e52916-35f4-40a1-9579-c499d9ada11f"], ["support_identifier", "cs_ad94356e"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 18:12:58.161298"], ["updated_at", "2017-12-20 18:12:58.161298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -843432094 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '66bdb53a-0bd6-4747-8175-ff69c0d58ce1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0489f7b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -843432094], ["username", "billy_07"], ["access_token", "db72be43380d59bb6bcfff9a1fb1e4c1"], ["uuid", "66bdb53a-0bd6-4747-8175-ff69c0d58ce1"], ["support_identifier", "cs_0489f7b3"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 18:12:58.165581"], ["updated_at", "2017-12-20 18:12:58.165581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -558908622 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4209aaf2-73dd-4e98-86f5-6578d0a97b92' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cea94c6c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -558908622], ["username", "billy_08"], ["access_token", "3e2b8bebb42e549f89805c3ebaf19f1a"], ["uuid", "4209aaf2-73dd-4e98-86f5-6578d0a97b92"], ["support_identifier", "cs_cea94c6c"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 18:12:58.169923"], ["updated_at", "2017-12-20 18:12:58.169923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -671302861 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c1cb7289-a3ee-44e1-825d-7fb360740d78' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c3d6018' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -671302861], ["username", "billy_09"], ["access_token", "721c5bf03c4c78a9d9120999f429c0ad"], ["uuid", "c1cb7289-a3ee-44e1-825d-7fb360740d78"], ["support_identifier", "cs_4c3d6018"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 18:12:58.174344"], ["updated_at", "2017-12-20 18:12:58.174344"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -621900814 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '240c7da5-11a9-476f-91c0-2936ab1677f7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd7d1d63' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -621900814], ["username", "billy_10"], ["access_token", "a49bfba3468fa9aae4c689b5ad546ffa"], ["uuid", "240c7da5-11a9-476f-91c0-2936ab1677f7"], ["support_identifier", "cs_dd7d1d63"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 18:12:58.178700"], ["updated_at", "2017-12-20 18:12:58.178700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2108888176 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d7844bc-9b73-4755-b8ef-39ce79626492' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3fecdb4d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2108888176], ["username", "billy_11"], ["access_token", "ed4ed584f75a8680140a79cd1bfa60db"], ["uuid", "7d7844bc-9b73-4755-b8ef-39ce79626492"], ["support_identifier", "cs_3fecdb4d"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 18:12:58.183046"], ["updated_at", "2017-12-20 18:12:58.183046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -438702008 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f3163714-0bbb-4b44-a641-111db3b38ac0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38bebf15' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -438702008], ["username", "billy_12"], ["access_token", "800260555e2cbeed601914c3bbecff77"], ["uuid", "f3163714-0bbb-4b44-a641-111db3b38ac0"], ["support_identifier", "cs_38bebf15"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 18:12:58.187574"], ["updated_at", "2017-12-20 18:12:58.187574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -219814809 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '947f6cdd-c6e0-4195-b8c8-46232475ad16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2305b3fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -219814809], ["username", "billy_13"], ["access_token", "2584c75313b6372bf4474f98ce52ab6a"], ["uuid", "947f6cdd-c6e0-4195-b8c8-46232475ad16"], ["support_identifier", "cs_2305b3fc"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 18:12:58.191791"], ["updated_at", "2017-12-20 18:12:58.191791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -744122361 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e039ad46-7355-44a2-bd51-196737723495' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8c90e82b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -744122361], ["username", "billy_14"], ["access_token", "dc629db1e8a12a2b5b80186b6da5670b"], ["uuid", "e039ad46-7355-44a2-bd51-196737723495"], ["support_identifier", "cs_8c90e82b"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 18:12:58.195974"], ["updated_at", "2017-12-20 18:12:58.195974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -49190834 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34efc504-c1df-41fa-9bee-80650a530fe8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4cb2af89' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -49190834], ["username", "billy_15"], ["access_token", "769b8d347287b526b637d99cbe7db722"], ["uuid", "34efc504-c1df-41fa-9bee-80650a530fe8"], ["support_identifier", "cs_4cb2af89"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 18:12:58.200100"], ["updated_at", "2017-12-20 18:12:58.200100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308411889 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd0440af9-0335-4f30-8994-731b923a1370' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_452cb172' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -308411889], ["username", "billy_16"], ["access_token", "26fb20182a76bc072ae500e170b3c34a"], ["uuid", "d0440af9-0335-4f30-8994-731b923a1370"], ["support_identifier", "cs_452cb172"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 18:12:58.204623"], ["updated_at", "2017-12-20 18:12:58.204623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -460199714 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '51ba02e3-1568-4933-84d8-0b9aafb08400' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_480d4e4f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -460199714], ["username", "billy_17"], ["access_token", "21f183922d6903b28bc219c23c57dedc"], ["uuid", "51ba02e3-1568-4933-84d8-0b9aafb08400"], ["support_identifier", "cs_480d4e4f"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 18:12:58.209051"], ["updated_at", "2017-12-20 18:12:58.209051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -223708472 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff8f5f7f-51bb-4913-b94d-d05d60e88778' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_59f8c115' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -223708472], ["username", "billy_18"], ["access_token", "d3ea3ba7ee3f82f6313b64f6b2e17373"], ["uuid", "ff8f5f7f-51bb-4913-b94d-d05d60e88778"], ["support_identifier", "cs_59f8c115"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 18:12:58.213462"], ["updated_at", "2017-12-20 18:12:58.213462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -468267485 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9d9ec5ea-3698-41b5-b2bb-f16374a839db' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_741dc00e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -468267485], ["username", "billy_19"], ["access_token", "ed51ecfca6af9ab9a8d9cfa8601e7a03"], ["uuid", "9d9ec5ea-3698-41b5-b2bb-f16374a839db"], ["support_identifier", "cs_741dc00e"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 18:12:58.217834"], ["updated_at", "2017-12-20 18:12:58.217834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1444160688 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b54f0ed0-de31-41c4-9fb1-e256e6b37e92' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a40e3650' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1444160688], ["username", "billy_20"], ["access_token", "6e232742eeb5735e461696e75b81a67d"], ["uuid", "b54f0ed0-de31-41c4-9fb1-e256e6b37e92"], ["support_identifier", "cs_a40e3650"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 18:12:58.222926"], ["updated_at", "2017-12-20 18:12:58.222926"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -49593066 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b5b8a89-6161-4cea-b69a-a92c4f4f1f5c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ed9443f3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -49593066], ["username", "billy_21"], ["access_token", "ee63de566d45c53839c3c92dbac284ff"], ["uuid", "9b5b8a89-6161-4cea-b69a-a92c4f4f1f5c"], ["support_identifier", "cs_ed9443f3"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 18:12:58.227584"], ["updated_at", "2017-12-20 18:12:58.227584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1411621150 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3cd0be66-d915-4dca-9135-43ebd23185ac' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_841cffc8' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1411621150], ["username", "billy_22"], ["access_token", "dd7328c447318fa932f30c19daf5a34b"], ["uuid", "3cd0be66-d915-4dca-9135-43ebd23185ac"], ["support_identifier", "cs_841cffc8"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 18:12:58.231957"], ["updated_at", "2017-12-20 18:12:58.231957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -306555954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e212f85-4ad6-478e-901c-ea813499af1f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0142ceac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -306555954], ["username", "billy_23"], ["access_token", "8a232b41df69f1b38528dde7f69c804c"], ["uuid", "9e212f85-4ad6-478e-901c-ea813499af1f"], ["support_identifier", "cs_0142ceac"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 18:12:58.236345"], ["updated_at", "2017-12-20 18:12:58.236345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646667908 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a248c660-097c-4676-ba5c-30bdf5e96ab5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1988ca7f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -646667908], ["username", "billy_24"], ["access_token", "f249be7df3cfd8b1f5b203bf91184f03"], ["uuid", "a248c660-097c-4676-ba5c-30bdf5e96ab5"], ["support_identifier", "cs_1988ca7f"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 18:12:58.240722"], ["updated_at", "2017-12-20 18:12:58.240722"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -834894798 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dc601b61-3a9d-475d-9370-a34adf986190' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_999abf8a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -834894798], ["username", "billy_25"], ["access_token", "497b91249f2a77112cf0d9ab7fbf2c60"], ["uuid", "dc601b61-3a9d-475d-9370-a34adf986190"], ["support_identifier", "cs_999abf8a"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 18:12:58.244973"], ["updated_at", "2017-12-20 18:12:58.244973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2088897199 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ce637e59-11f0-4184-b542-301a7981a91e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ee084733' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2088897199], ["username", "billy_26"], ["access_token", "e89f1f503147f373445adf4a892368e5"], ["uuid", "ce637e59-11f0-4184-b542-301a7981a91e"], ["support_identifier", "cs_ee084733"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 18:12:58.249328"], ["updated_at", "2017-12-20 18:12:58.249328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1415725155 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd9018e91-196f-4f99-9b71-3a558c5835ba' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9484fac3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1415725155], ["username", "billy_27"], ["access_token", "5fee26c0cef997e5bef129ca7ee96c9a"], ["uuid", "d9018e91-196f-4f99-9b71-3a558c5835ba"], ["support_identifier", "cs_9484fac3"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 18:12:58.254033"], ["updated_at", "2017-12-20 18:12:58.254033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1037619070 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5ad97d20-916a-4bf2-ba08-8b7236d36d79' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a8027fca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1037619070], ["username", "billy_28"], ["access_token", "fa0d5cb5646b13706e3ae2f9ce602156"], ["uuid", "5ad97d20-916a-4bf2-ba08-8b7236d36d79"], ["support_identifier", "cs_a8027fca"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 18:12:58.258903"], ["updated_at", "2017-12-20 18:12:58.258903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1211364341 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1e8f0d2e-a080-4cde-adb7-b4393876d8fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6d65cfcb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1211364341], ["username", "billy_29"], ["access_token", "cb86bbb6f7fda6239ed15e452fb06d66"], ["uuid", "1e8f0d2e-a080-4cde-adb7-b4393876d8fd"], ["support_identifier", "cs_6d65cfcb"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 18:12:58.263397"], ["updated_at", "2017-12-20 18:12:58.263397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -238138469 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30eadfe8-2aa2-449a-ab98-1ad6ad97972d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf755e44' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -238138469], ["username", "billy_30"], ["access_token", "f24d2d52d2cf55833c8f7da989215289"], ["uuid", "30eadfe8-2aa2-449a-ab98-1ad6ad97972d"], ["support_identifier", "cs_cf755e44"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 18:12:58.267772"], ["updated_at", "2017-12-20 18:12:58.267772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1878402432 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd9eb958f-3be9-4547-8138-bf60ff1a09aa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_263410da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1878402432], ["username", "billy_31"], ["access_token", "44b8d89a4830a2f8cc0de239f6125213"], ["uuid", "d9eb958f-3be9-4547-8138-bf60ff1a09aa"], ["support_identifier", "cs_263410da"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 18:12:58.272386"], ["updated_at", "2017-12-20 18:12:58.272386"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -454791518 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0305c580-94d3-41df-86b9-c653555a6337' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_edcc51a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -454791518], ["username", "billy_32"], ["access_token", "afeede43b32d04972c42122f22b9154e"], ["uuid", "0305c580-94d3-41df-86b9-c653555a6337"], ["support_identifier", "cs_edcc51a9"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 18:12:58.276898"], ["updated_at", "2017-12-20 18:12:58.276898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2105989291 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '41b33552-e051-43df-907f-6bf41ad6611f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_03d104ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2105989291], ["username", "billy_33"], ["access_token", "65125c2ab7f6c56c6374359626e4f033"], ["uuid", "41b33552-e051-43df-907f-6bf41ad6611f"], ["support_identifier", "cs_03d104ab"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 18:12:58.281431"], ["updated_at", "2017-12-20 18:12:58.281431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1365261348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d18cf4c-8911-4844-bd12-5e5320f1a841' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d5afd368' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1365261348], ["username", "billy_34"], ["access_token", "bcfeade0f1d2b389f7993ec356aaef02"], ["uuid", "3d18cf4c-8911-4844-bd12-5e5320f1a841"], ["support_identifier", "cs_d5afd368"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 18:12:58.285875"], ["updated_at", "2017-12-20 18:12:58.285875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1794118641 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a316d0c-eaf7-4e6c-a442-52f9262077eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85bc1cb7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1794118641], ["username", "billy_35"], ["access_token", "4c3c8d75f72c79a7355ebc048d07b60b"], ["uuid", "0a316d0c-eaf7-4e6c-a442-52f9262077eb"], ["support_identifier", "cs_85bc1cb7"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 18:12:58.292400"], ["updated_at", "2017-12-20 18:12:58.292400"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264728777 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2702b554-97e9-4a3b-8d62-431677028511' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_464fe9a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -264728777], ["username", "billy_36"], ["access_token", "f55713bd2b339112ca01fc5f1bfbdf5a"], ["uuid", "2702b554-97e9-4a3b-8d62-431677028511"], ["support_identifier", "cs_464fe9a6"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 18:12:58.297870"], ["updated_at", "2017-12-20 18:12:58.297870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812396819 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ffab81be-2d7c-4c5f-ba31-a3dbc8491e0f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b66a40e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1812396819], ["username", "billy_37"], ["access_token", "835a9235c443efc09d1f4f40b0f14719"], ["uuid", "ffab81be-2d7c-4c5f-ba31-a3dbc8491e0f"], ["support_identifier", "cs_b66a40e1"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 18:12:58.302371"], ["updated_at", "2017-12-20 18:12:58.302371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -578561527 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '54bca867-1a58-48ef-ab3c-5143a8260638' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6ef339ca' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -578561527], ["username", "billy_38"], ["access_token", "caba4fd35bed86d97b20682af6a07952"], ["uuid", "54bca867-1a58-48ef-ab3c-5143a8260638"], ["support_identifier", "cs_6ef339ca"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 18:12:58.306650"], ["updated_at", "2017-12-20 18:12:58.306650"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1203542008 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'efaec577-ef4e-48c0-aa64-8db7ba8ab780' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a1096f7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1203542008], ["username", "billy_39"], ["access_token", "5b3a174b0117e0d0b648025201c4ddfe"], ["uuid", "efaec577-ef4e-48c0-aa64-8db7ba8ab780"], ["support_identifier", "cs_1a1096f7"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 18:12:58.310942"], ["updated_at", "2017-12-20 18:12:58.310942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1148181812 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7d5d96ec-2774-4baf-baea-e197da17e141' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4fcfc2a8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1148181812], ["username", "billy_40"], ["access_token", "cecef64004f0a53f8850ac327a8ee2c5"], ["uuid", "7d5d96ec-2774-4baf-baea-e197da17e141"], ["support_identifier", "cs_4fcfc2a8"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 18:12:58.315259"], ["updated_at", "2017-12-20 18:12:58.315259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -572163664 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3ab18de-5caa-42ff-bfa6-16980ca7277c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9291b5f5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -572163664], ["username", "billy_41"], ["access_token", "8a88e5e6802da772a8d37807301b56f8"], ["uuid", "a3ab18de-5caa-42ff-bfa6-16980ca7277c"], ["support_identifier", "cs_9291b5f5"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 18:12:58.319505"], ["updated_at", "2017-12-20 18:12:58.319505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1796980851 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '897ed36b-3b23-4395-aaef-09eb22c0c174' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c46f52fa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1796980851], ["username", "billy_42"], ["access_token", "7fe51012895494ab0c836efbe65f8b73"], ["uuid", "897ed36b-3b23-4395-aaef-09eb22c0c174"], ["support_identifier", "cs_c46f52fa"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 18:12:58.323876"], ["updated_at", "2017-12-20 18:12:58.323876"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -560281053 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a3e4282-f302-4742-a4cc-f29761b24ae6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e5a3cba' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -560281053], ["username", "billy_43"], ["access_token", "75ea3dff8211b25a223d0f8c0b43e5cb"], ["uuid", "6a3e4282-f302-4742-a4cc-f29761b24ae6"], ["support_identifier", "cs_9e5a3cba"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 18:12:58.328400"], ["updated_at", "2017-12-20 18:12:58.328400"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1534817486 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bfbbd840-dcd7-464c-8863-28f34ae19001' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b9e45bb5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1534817486], ["username", "billy_44"], ["access_token", "f06094ad9e34fc50c088ca8abf60bceb"], ["uuid", "bfbbd840-dcd7-464c-8863-28f34ae19001"], ["support_identifier", "cs_b9e45bb5"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 18:12:58.332985"], ["updated_at", "2017-12-20 18:12:58.332985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -13724817 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '23c286fa-9875-44f1-b7b7-1dd9efd14c8b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5827a7ea' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -13724817], ["username", "billy_45"], ["access_token", "44ffe0389d2af9aca7391578f9b49294"], ["uuid", "23c286fa-9875-44f1-b7b7-1dd9efd14c8b"], ["support_identifier", "cs_5827a7ea"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 18:12:58.337355"], ["updated_at", "2017-12-20 18:12:58.337355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_20"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_39"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366243664 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8551f048-6091-4bad-be25-122e7161f969' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51822128' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -366243664], ["username", "jstrav"], ["access_token", "fc07af525f556f6816b91c6e86eb83b7"], ["uuid", "8551f048-6091-4bad-be25-122e7161f969"], ["support_identifier", "cs_51822128"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:58.347568"], ["updated_at", "2017-12-20 18:12:58.347568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -961438519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fc8f6149-454e-4bd5-977d-43340ebc8386' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_36092cf4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -961438519], ["username", "mary"], ["access_token", "05370fc19235a5c51c684692ae4403a2"], ["uuid", "fc8f6149-454e-4bd5-977d-43340ebc8386"], ["support_identifier", "cs_36092cf4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:58.352015"], ["updated_at", "2017-12-20 18:12:58.352015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544835348 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9b0b400-d793-46dd-ba15-1be5bfb0b22e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_04c2f0b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1544835348], ["username", "jstead"], ["access_token", "31d91df15f73e7936ce6fd07e3049140"], ["uuid", "a9b0b400-d793-46dd-ba15-1be5bfb0b22e"], ["support_identifier", "cs_04c2f0b3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:58.356438"], ["updated_at", "2017-12-20 18:12:58.356438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -158384038 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3a5c0260-06d6-4332-92ad-b219fbfef860' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c42d592' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -158384038], ["username", "bigbear"], ["access_token", "df51eed6713ebe115c72a3c049d4621c"], ["uuid", "3a5c0260-06d6-4332-92ad-b219fbfef860"], ["support_identifier", "cs_4c42d592"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:58.361142"], ["updated_at", "2017-12-20 18:12:58.361142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -416286954 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fe8cf3b8-1159-4a30-afc4-9fd4ad43ccbd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e447b426' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -416286954], ["username", "billy_00"], ["access_token", "a4899b622baf880385b25c0ae2874f13"], ["uuid", "fe8cf3b8-1159-4a30-afc4-9fd4ad43ccbd"], ["support_identifier", "cs_e447b426"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 18:12:58.365597"], ["updated_at", "2017-12-20 18:12:58.365597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1040060243 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3963c86-80de-45d1-95ea-3b6c27ea7a8e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d82a28cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1040060243], ["username", "billy_01"], ["access_token", "fd58f092c391199ea07d86220cc22c0e"], ["uuid", "a3963c86-80de-45d1-95ea-3b6c27ea7a8e"], ["support_identifier", "cs_d82a28cc"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 18:12:58.369997"], ["updated_at", "2017-12-20 18:12:58.369997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1586135908 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'db321134-0680-486a-85c3-acf5fea051fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dbd5a1f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1586135908], ["username", "billy_02"], ["access_token", "0faba97ff860f82b4cba3ae1f5bc3579"], ["uuid", "db321134-0680-486a-85c3-acf5fea051fa"], ["support_identifier", "cs_dbd5a1f1"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 18:12:58.374208"], ["updated_at", "2017-12-20 18:12:58.374208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -758990330 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '95134d65-6496-43de-9dc6-dd739bdb2f88' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a003b256' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -758990330], ["username", "billy_03"], ["access_token", "3848b9bea7f804d87dd22a69587effb2"], ["uuid", "95134d65-6496-43de-9dc6-dd739bdb2f88"], ["support_identifier", "cs_a003b256"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 18:12:58.378682"], ["updated_at", "2017-12-20 18:12:58.378682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -333765437 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '45238991-b205-4630-9196-477ac4a744ed' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a5922d6c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -333765437], ["username", "billy_04"], ["access_token", "72ad639c42ab784c7f80b098b87146cb"], ["uuid", "45238991-b205-4630-9196-477ac4a744ed"], ["support_identifier", "cs_a5922d6c"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 18:12:58.383881"], ["updated_at", "2017-12-20 18:12:58.383881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1585778659 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c402118-04a9-45e3-9299-e051267a7ceb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f6f49cc4' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1585778659], ["username", "billy_05"], ["access_token", "7dc23827617ed93ab4e7310e9092a900"], ["uuid", "6c402118-04a9-45e3-9299-e051267a7ceb"], ["support_identifier", "cs_f6f49cc4"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 18:12:58.388315"], ["updated_at", "2017-12-20 18:12:58.388315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -938382254 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1aaa510e-bc80-4084-9b77-a64be5c14fb9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7e396d1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -938382254], ["username", "billy_06"], ["access_token", "ee204bdc3c7a9bb39d76f2f7b1756aa4"], ["uuid", "1aaa510e-bc80-4084-9b77-a64be5c14fb9"], ["support_identifier", "cs_7e396d1c"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 18:12:58.393832"], ["updated_at", "2017-12-20 18:12:58.393832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1506231357 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8e640db8-bb65-4d81-a2f5-408f90daa9e0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b343b83f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1506231357], ["username", "billy_07"], ["access_token", "480b0c80994138d20b132057737581cf"], ["uuid", "8e640db8-bb65-4d81-a2f5-408f90daa9e0"], ["support_identifier", "cs_b343b83f"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 18:12:58.398277"], ["updated_at", "2017-12-20 18:12:58.398277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -90778644 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82744f58-7b8e-43d2-885e-593f681d76c1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_095f27d9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -90778644], ["username", "billy_08"], ["access_token", "83e3e5e7e2d7bcf85ee278dfc748e7ef"], ["uuid", "82744f58-7b8e-43d2-885e-593f681d76c1"], ["support_identifier", "cs_095f27d9"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 18:12:58.402694"], ["updated_at", "2017-12-20 18:12:58.402694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -534194595 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b7f20051-a8c9-4a4a-a092-025f6e804d8e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_951e229f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -534194595], ["username", "billy_09"], ["access_token", "0c6182de3343ae95357c5f72798da933"], ["uuid", "b7f20051-a8c9-4a4a-a092-025f6e804d8e"], ["support_identifier", "cs_951e229f"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 18:12:58.407186"], ["updated_at", "2017-12-20 18:12:58.407186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -927085672 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72af7b0d-e28f-4007-902f-765bd2e3ae7f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_16065af4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -927085672], ["username", "billy_10"], ["access_token", "4b645ccf50f99859aa763b8d1edbd99b"], ["uuid", "72af7b0d-e28f-4007-902f-765bd2e3ae7f"], ["support_identifier", "cs_16065af4"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 18:12:58.412034"], ["updated_at", "2017-12-20 18:12:58.412034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1463482776 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '914718b6-740d-4e75-817a-976e793b87c6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cc6184ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1463482776], ["username", "billy_11"], ["access_token", "229ff1a6ff169adc62aafc8304844f90"], ["uuid", "914718b6-740d-4e75-817a-976e793b87c6"], ["support_identifier", "cs_cc6184ff"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 18:12:58.416752"], ["updated_at", "2017-12-20 18:12:58.416752"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1753952331 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28fd260d-5c74-4294-b799-042f976adf4c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_53e56977' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1753952331], ["username", "billy_12"], ["access_token", "602a57ed947dc84bc6b7cff5328a6202"], ["uuid", "28fd260d-5c74-4294-b799-042f976adf4c"], ["support_identifier", "cs_53e56977"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 18:12:58.427389"], ["updated_at", "2017-12-20 18:12:58.427389"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -123233243 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e0e780fd-3a52-457f-ad48-de3cf38f41a0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c60b8413' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -123233243], ["username", "billy_13"], ["access_token", "0076cd72902338ccaacb6dff8ebfe25b"], ["uuid", "e0e780fd-3a52-457f-ad48-de3cf38f41a0"], ["support_identifier", "cs_c60b8413"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 18:12:58.431999"], ["updated_at", "2017-12-20 18:12:58.431999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726472292 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88c1704b-6635-4b96-8996-0aeaa2af358e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_805e1b5a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -726472292], ["username", "billy_14"], ["access_token", "ffabd24d018a703d1352b32f1a797e40"], ["uuid", "88c1704b-6635-4b96-8996-0aeaa2af358e"], ["support_identifier", "cs_805e1b5a"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 18:12:58.436425"], ["updated_at", "2017-12-20 18:12:58.436425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -340397364 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '275404bb-9c07-485a-89ab-8c3bd4c04caf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5f264cdf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -340397364], ["username", "billy_15"], ["access_token", "ae7e650cd11621231c77584f6a4783d7"], ["uuid", "275404bb-9c07-485a-89ab-8c3bd4c04caf"], ["support_identifier", "cs_5f264cdf"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 18:12:58.440866"], ["updated_at", "2017-12-20 18:12:58.440866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -775321098 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fcdd6026-1ecc-4f55-873a-e28335cc9ea6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_09123c8c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -775321098], ["username", "billy_16"], ["access_token", "3f75a34efefa3763b9ddd5f97a1d1c25"], ["uuid", "fcdd6026-1ecc-4f55-873a-e28335cc9ea6"], ["support_identifier", "cs_09123c8c"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 18:12:58.445263"], ["updated_at", "2017-12-20 18:12:58.445263"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1906691321 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7a91ae00-c793-498f-b0c5-a53ca7b05c08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ca21a1d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1906691321], ["username", "billy_17"], ["access_token", "0f227d27cb79b3914357aeab2a491b9a"], ["uuid", "7a91ae00-c793-498f-b0c5-a53ca7b05c08"], ["support_identifier", "cs_4ca21a1d"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 18:12:58.449588"], ["updated_at", "2017-12-20 18:12:58.449588"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -692735320 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5370d951-77fa-4972-88dc-dbd7c2013058' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a3976636' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -692735320], ["username", "billy_18"], ["access_token", "a78ed573db781f8f878ca6304e49179b"], ["uuid", "5370d951-77fa-4972-88dc-dbd7c2013058"], ["support_identifier", "cs_a3976636"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 18:12:58.454031"], ["updated_at", "2017-12-20 18:12:58.454031"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1745502976 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a36cf45e-4ab4-4997-ac8c-e54815877ba7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8db7bdac' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1745502976], ["username", "billy_19"], ["access_token", "3c608baef64cf92410af82d8a77546a2"], ["uuid", "a36cf45e-4ab4-4997-ac8c-e54815877ba7"], ["support_identifier", "cs_8db7bdac"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 18:12:58.458434"], ["updated_at", "2017-12-20 18:12:58.458434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -870246811 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'df6ddf54-52c1-4491-b186-646867df5957' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f0804f96' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -870246811], ["username", "billy_20"], ["access_token", "0d76a551f5f2b59b106897359ba68966"], ["uuid", "df6ddf54-52c1-4491-b186-646867df5957"], ["support_identifier", "cs_f0804f96"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 18:12:58.463459"], ["updated_at", "2017-12-20 18:12:58.463459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -568822858 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e351c39c-3b33-47e6-932a-3e53128d0205' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4f7f54ff' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -568822858], ["username", "billy_21"], ["access_token", "e10e49d13581c80bc8ba2c37af6021f7"], ["uuid", "e351c39c-3b33-47e6-932a-3e53128d0205"], ["support_identifier", "cs_4f7f54ff"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 18:12:58.468104"], ["updated_at", "2017-12-20 18:12:58.468104"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -861872535 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '681ffadd-b77b-4d28-b220-e17870a1c75e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_be35a7f5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -861872535], ["username", "billy_22"], ["access_token", "9c46c057cf7911e7ee90740a56ff92aa"], ["uuid", "681ffadd-b77b-4d28-b220-e17870a1c75e"], ["support_identifier", "cs_be35a7f5"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 18:12:58.472346"], ["updated_at", "2017-12-20 18:12:58.472346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -67666830 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9e33c87c-b653-4e73-b6f1-a6e5198faaea' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0d6dcde3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -67666830], ["username", "billy_23"], ["access_token", "16f17b345bc06bc96bb7ab38cc9922d8"], ["uuid", "9e33c87c-b653-4e73-b6f1-a6e5198faaea"], ["support_identifier", "cs_0d6dcde3"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 18:12:58.476730"], ["updated_at", "2017-12-20 18:12:58.476730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1169184282 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b30c3b46-3dc5-47dd-ab0a-79606008f6a1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_63eff4e6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1169184282], ["username", "billy_24"], ["access_token", "6451ad9a2f60b438247b6f7aaa65a047"], ["uuid", "b30c3b46-3dc5-47dd-ab0a-79606008f6a1"], ["support_identifier", "cs_63eff4e6"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 18:12:58.481080"], ["updated_at", "2017-12-20 18:12:58.481080"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -828700656 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72abbd27-fe3c-48b8-81cd-a99e90f9d496' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7b5160bc' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -828700656], ["username", "billy_25"], ["access_token", "7988b5130a7903935bd979f63e31a30f"], ["uuid", "72abbd27-fe3c-48b8-81cd-a99e90f9d496"], ["support_identifier", "cs_7b5160bc"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 18:12:58.485615"], ["updated_at", "2017-12-20 18:12:58.485615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1449267622 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '22fe36c5-2718-4071-9d7d-6a0b5deedae4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8b817294' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1449267622], ["username", "billy_26"], ["access_token", "0b54521841955ab1f6fe079f0ca27750"], ["uuid", "22fe36c5-2718-4071-9d7d-6a0b5deedae4"], ["support_identifier", "cs_8b817294"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 18:12:58.490457"], ["updated_at", "2017-12-20 18:12:58.490457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1560044844 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '425cb6a6-4661-4387-bd14-ab5f49032227' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3d491e7a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1560044844], ["username", "billy_27"], ["access_token", "ac8d74be0721a872f582df6b3e891853"], ["uuid", "425cb6a6-4661-4387-bd14-ab5f49032227"], ["support_identifier", "cs_3d491e7a"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 18:12:58.494705"], ["updated_at", "2017-12-20 18:12:58.494705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -73032275 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '459dc449-9a72-4f54-bbb3-c2f969cc4ad8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e9457f50' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -73032275], ["username", "billy_28"], ["access_token", "8a078c4005737bf95e3d938df6b27a8f"], ["uuid", "459dc449-9a72-4f54-bbb3-c2f969cc4ad8"], ["support_identifier", "cs_e9457f50"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 18:12:58.498922"], ["updated_at", "2017-12-20 18:12:58.498922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153358848 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aec2b910-3540-4f32-94a2-4617f69d2e01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5b030748' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -153358848], ["username", "billy_29"], ["access_token", "df037cad26c08633fb7a7a506905a0c3"], ["uuid", "aec2b910-3540-4f32-94a2-4617f69d2e01"], ["support_identifier", "cs_5b030748"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 18:12:58.503303"], ["updated_at", "2017-12-20 18:12:58.503303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1764859762 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84478fcf-34f4-4d52-ad13-dc4e18410e38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_88c915ab' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1764859762], ["username", "billy_30"], ["access_token", "1b217a825b6da3f24de77c90582f0b3e"], ["uuid", "84478fcf-34f4-4d52-ad13-dc4e18410e38"], ["support_identifier", "cs_88c915ab"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 18:12:58.507719"], ["updated_at", "2017-12-20 18:12:58.507719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1442220011 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd069eee6-3405-4431-af0f-58a547deb21a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51c1f9d3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1442220011], ["username", "billy_31"], ["access_token", "9fae120a1f1a30489c7dee3a6e375ff9"], ["uuid", "d069eee6-3405-4431-af0f-58a547deb21a"], ["support_identifier", "cs_51c1f9d3"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 18:12:58.512046"], ["updated_at", "2017-12-20 18:12:58.512046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2058385984 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c45e995-575a-4c98-a546-7b9e699b9f4d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f202a74c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2058385984], ["username", "billy_32"], ["access_token", "d635e880b15bcfea020b7a921db4a1ac"], ["uuid", "5c45e995-575a-4c98-a546-7b9e699b9f4d"], ["support_identifier", "cs_f202a74c"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 18:12:58.516426"], ["updated_at", "2017-12-20 18:12:58.516426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1231273729 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '36d09e1f-de9a-4f06-a7e8-3e3dd9399db4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85f57f05' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1231273729], ["username", "billy_33"], ["access_token", "1deaa092e670b7936237c9ff1126f3b1"], ["uuid", "36d09e1f-de9a-4f06-a7e8-3e3dd9399db4"], ["support_identifier", "cs_85f57f05"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 18:12:58.520785"], ["updated_at", "2017-12-20 18:12:58.520785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410734599 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7dd50b82-8f88-4430-a8bf-13296cb0262c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2b8ac089' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -410734599], ["username", "billy_34"], ["access_token", "d22f810bc630f933612959ba40f2c6a2"], ["uuid", "7dd50b82-8f88-4430-a8bf-13296cb0262c"], ["support_identifier", "cs_2b8ac089"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 18:12:58.525036"], ["updated_at", "2017-12-20 18:12:58.525036"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324067215 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1ebb1e50-451d-43e3-a3d1-eaee3b33caa4' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c61817f3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -324067215], ["username", "billy_35"], ["access_token", "27bef1ca27f9e20c79b686d2662e03df"], ["uuid", "1ebb1e50-451d-43e3-a3d1-eaee3b33caa4"], ["support_identifier", "cs_c61817f3"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 18:12:58.529278"], ["updated_at", "2017-12-20 18:12:58.529278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836110621 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '84b6af1c-157b-4624-99a7-a9be2980f8b2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_16b5a345' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -836110621], ["username", "billy_36"], ["access_token", "00c0d410ad9cb8a2ec55db7ba9d4313d"], ["uuid", "84b6af1c-157b-4624-99a7-a9be2980f8b2"], ["support_identifier", "cs_16b5a345"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 18:12:58.533553"], ["updated_at", "2017-12-20 18:12:58.533553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1320393754 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b455b7a8-9529-4142-bbe3-afada28fd1f7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a5631c9a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1320393754], ["username", "billy_37"], ["access_token", "cf71d0ffc347a07356dc2ae5b5fcacc7"], ["uuid", "b455b7a8-9529-4142-bbe3-afada28fd1f7"], ["support_identifier", "cs_a5631c9a"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 18:12:58.537768"], ["updated_at", "2017-12-20 18:12:58.537768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -522844628 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '48db0b15-fa36-4ce4-ba00-322e6d885417' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e6aa4aeb' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -522844628], ["username", "billy_38"], ["access_token", "502b1bd2f53506cff3cb16fa25f5dc53"], ["uuid", "48db0b15-fa36-4ce4-ba00-322e6d885417"], ["support_identifier", "cs_e6aa4aeb"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 18:12:58.542176"], ["updated_at", "2017-12-20 18:12:58.542176"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -639066245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b99013be-528d-4353-9ed7-c6818f754a1b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_45294e8a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -639066245], ["username", "billy_39"], ["access_token", "b6c1f507cc0c46da3e1030f1263effee"], ["uuid", "b99013be-528d-4353-9ed7-c6818f754a1b"], ["support_identifier", "cs_45294e8a"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 18:12:58.546441"], ["updated_at", "2017-12-20 18:12:58.546441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1746064977 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '290c9b75-90b4-4b61-bc28-fe60bc8ea7c3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_439a6d9d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1746064977], ["username", "billy_40"], ["access_token", "1ba2c330d37344ef7fadd2c4999156e9"], ["uuid", "290c9b75-90b4-4b61-bc28-fe60bc8ea7c3"], ["support_identifier", "cs_439a6d9d"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 18:12:58.550770"], ["updated_at", "2017-12-20 18:12:58.550770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719073636 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a461e69-c132-4134-9c91-db34d3244a39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_acfe3be8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -719073636], ["username", "billy_41"], ["access_token", "d4f1b07d0a87abe00277751e63e28ae2"], ["uuid", "8a461e69-c132-4134-9c91-db34d3244a39"], ["support_identifier", "cs_acfe3be8"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 18:12:58.555490"], ["updated_at", "2017-12-20 18:12:58.555490"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1501373960 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bffe5adf-aa7c-4bf3-9d07-95e49668e6f1' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_665a73f1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1501373960], ["username", "billy_42"], ["access_token", "a283f8f71992a550f9d0d5e8359cabaf"], ["uuid", "bffe5adf-aa7c-4bf3-9d07-95e49668e6f1"], ["support_identifier", "cs_665a73f1"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 18:12:58.561122"], ["updated_at", "2017-12-20 18:12:58.561122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -336684234 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '87f789ef-845b-4a79-8255-e7bf0a56cfa6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e21755cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -336684234], ["username", "billy_43"], ["access_token", "3bee1a3b6c1296e267f3915a5acd5514"], ["uuid", "87f789ef-845b-4a79-8255-e7bf0a56cfa6"], ["support_identifier", "cs_e21755cd"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 18:12:58.566180"], ["updated_at", "2017-12-20 18:12:58.566180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264312256 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '175af46d-1007-4f4f-8a3a-de2aa72dcd8a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51df30e0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -264312256], ["username", "billy_44"], ["access_token", "d73fc12c733fe86c446295ae5d2f3d41"], ["uuid", "175af46d-1007-4f4f-8a3a-de2aa72dcd8a"], ["support_identifier", "cs_51df30e0"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 18:12:58.570816"], ["updated_at", "2017-12-20 18:12:58.570816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -948386750 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1de8a21-2d8f-423e-91b6-38481e10a3da' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4dd43809' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -948386750], ["username", "billy_45"], ["access_token", "11f4842f2453d10c36ce0326f972c417"], ["uuid", "f1de8a21-2d8f-423e-91b6-38481e10a3da"], ["support_identifier", "cs_4dd43809"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 18:12:58.575413"], ["updated_at", "2017-12-20 18:12:58.575413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_45"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -626766211 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b840522b-23cf-4483-8d8e-7ff7e111749d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d6b0f089' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -626766211], ["username", "jstrav"], ["access_token", "5760730c45df0a3942f376819b61845c"], ["uuid", "b840522b-23cf-4483-8d8e-7ff7e111749d"], ["support_identifier", "cs_d6b0f089"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:58.584977"], ["updated_at", "2017-12-20 18:12:58.584977"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160866497 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '237eeaed-e1a1-4930-beaa-95f74a9fd9f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b01c50a9' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -160866497], ["username", "mary"], ["access_token", "9d9c371bb87d083d1094803b1cddbf36"], ["uuid", "237eeaed-e1a1-4930-beaa-95f74a9fd9f3"], ["support_identifier", "cs_b01c50a9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:58.589725"], ["updated_at", "2017-12-20 18:12:58.589725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1787647471 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9c1f491-b8e7-44bf-b745-f3a554fe5dff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fb2b0193' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1787647471], ["username", "jstead"], ["access_token", "8363f71b43967fb1474ae2966fde7122"], ["uuid", "a9c1f491-b8e7-44bf-b745-f3a554fe5dff"], ["support_identifier", "cs_fb2b0193"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:58.594386"], ["updated_at", "2017-12-20 18:12:58.594386"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1645141754 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f5ca881-1b05-4ac6-b09c-57cced5c6c79' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2917696f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1645141754], ["username", "bigbear"], ["access_token", "7edcd79d281595ccc540db399936a53b"], ["uuid", "6f5ca881-1b05-4ac6-b09c-57cced5c6c79"], ["support_identifier", "cs_2917696f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:58.598494"], ["updated_at", "2017-12-20 18:12:58.598494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544246540 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a1253fc-0a7d-4ae0-8793-c23a91e9f32d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a047ab6e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1544246540], ["username", "billy_00"], ["access_token", "6244b9d831089cb5ee9e4719b0aae6ef"], ["uuid", "5a1253fc-0a7d-4ae0-8793-c23a91e9f32d"], ["support_identifier", "cs_a047ab6e"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 18:12:58.602707"], ["updated_at", "2017-12-20 18:12:58.602707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1482666934 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '46fa3c35-1335-413f-a3a0-034be06da9cd' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d7607c23' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1482666934], ["username", "billy_01"], ["access_token", "3ec1678fbb7b36533444cef9b0107674"], ["uuid", "46fa3c35-1335-413f-a3a0-034be06da9cd"], ["support_identifier", "cs_d7607c23"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 18:12:58.608524"], ["updated_at", "2017-12-20 18:12:58.608524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -765147707 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c4a890da-e625-4293-88cf-a2f8cc215590' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_51671c47' LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -765147707], ["username", "billy_02"], ["access_token", "4c632fe4bee8346cc66143347d48280c"], ["uuid", "c4a890da-e625-4293-88cf-a2f8cc215590"], ["support_identifier", "cs_51671c47"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 18:12:58.614692"], ["updated_at", "2017-12-20 18:12:58.614692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1715452289 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5eebf36d-18a5-4754-a356-ba94230e24e0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5208cabb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1715452289], ["username", "billy_03"], ["access_token", "c38c2d2d6e57ff365f1baa5adae0f7f8"], ["uuid", "5eebf36d-18a5-4754-a356-ba94230e24e0"], ["support_identifier", "cs_5208cabb"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 18:12:58.620058"], ["updated_at", "2017-12-20 18:12:58.620058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -352628994 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b47f211f-df46-4f85-8a81-2dbe094a0564' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a020394f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -352628994], ["username", "billy_04"], ["access_token", "f2b5ddecef54727f04061f42008cde21"], ["uuid", "b47f211f-df46-4f85-8a81-2dbe094a0564"], ["support_identifier", "cs_a020394f"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 18:12:58.625660"], ["updated_at", "2017-12-20 18:12:58.625660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990578758 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ac1f904e-4a6c-4e4f-908a-49af0151995c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_60499e2d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1990578758], ["username", "billy_05"], ["access_token", "e50680b08ec2898425dee411eae2bcbc"], ["uuid", "ac1f904e-4a6c-4e4f-908a-49af0151995c"], ["support_identifier", "cs_60499e2d"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 18:12:58.630192"], ["updated_at", "2017-12-20 18:12:58.630192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1970123175 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff9d2466-7f52-440a-b518-5586faf4ab37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf587e4b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1970123175], ["username", "billy_06"], ["access_token", "eafb9be7361399cc693b8b7871c8a484"], ["uuid", "ff9d2466-7f52-440a-b518-5586faf4ab37"], ["support_identifier", "cs_cf587e4b"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 18:12:58.634476"], ["updated_at", "2017-12-20 18:12:58.634476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1977600820 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '508e3c22-0620-436c-b339-1a19ac1122c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d6cadec8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1977600820], ["username", "billy_07"], ["access_token", "fb633fd0e452ff798ab42a40ea075dc7"], ["uuid", "508e3c22-0620-436c-b339-1a19ac1122c9"], ["support_identifier", "cs_d6cadec8"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 18:12:58.638914"], ["updated_at", "2017-12-20 18:12:58.638914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1929673592 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '332e7f7b-b9f1-4f77-9b50-a825f18bd54d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3fa96ae9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1929673592], ["username", "billy_08"], ["access_token", "4ab8607f8fde3d8764b92b3869247a34"], ["uuid", "332e7f7b-b9f1-4f77-9b50-a825f18bd54d"], ["support_identifier", "cs_3fa96ae9"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 18:12:58.643096"], ["updated_at", "2017-12-20 18:12:58.643096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258934043 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '363d3297-380b-4b24-85bf-8ea26493548a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_194ff796' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -258934043], ["username", "billy_09"], ["access_token", "bc28994e84cc672778f7c3ad0c82c56f"], ["uuid", "363d3297-380b-4b24-85bf-8ea26493548a"], ["support_identifier", "cs_194ff796"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 18:12:58.647266"], ["updated_at", "2017-12-20 18:12:58.647266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -259966595 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fcba8d3a-b5ed-4203-80b3-f2c24b8a8ecc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38628de4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -259966595], ["username", "billy_10"], ["access_token", "62b5f4dc67335f5c2dd91195209d114e"], ["uuid", "fcba8d3a-b5ed-4203-80b3-f2c24b8a8ecc"], ["support_identifier", "cs_38628de4"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 18:12:58.651466"], ["updated_at", "2017-12-20 18:12:58.651466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1013293071 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '40f5033b-f8c2-4ec2-bf92-a94cdcb4fb42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a5143b0b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1013293071], ["username", "billy_11"], ["access_token", "cea6c8e25a98d5759dd7091287f5a942"], ["uuid", "40f5033b-f8c2-4ec2-bf92-a94cdcb4fb42"], ["support_identifier", "cs_a5143b0b"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 18:12:58.655844"], ["updated_at", "2017-12-20 18:12:58.655844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -63646035 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b1e045a6-51b5-45d3-ae10-754523dc95f9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2a68beee' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -63646035], ["username", "billy_12"], ["access_token", "c31158c16bbd31929845012466683177"], ["uuid", "b1e045a6-51b5-45d3-ae10-754523dc95f9"], ["support_identifier", "cs_2a68beee"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 18:12:58.660294"], ["updated_at", "2017-12-20 18:12:58.660294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1376388676 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '085e19f6-6ce6-4b17-bb70-99d966db79e3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_39437a1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1376388676], ["username", "billy_13"], ["access_token", "8744f1b04ad75b5a9e19d67a70d14824"], ["uuid", "085e19f6-6ce6-4b17-bb70-99d966db79e3"], ["support_identifier", "cs_39437a1c"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 18:12:58.664641"], ["updated_at", "2017-12-20 18:12:58.664641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -48151035 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd6223d9-eaf2-4bca-aa18-2cbc7a4d4d36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6fddcdf8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -48151035], ["username", "billy_14"], ["access_token", "57175e871e6e1d2b9fc35728278c0f03"], ["uuid", "dd6223d9-eaf2-4bca-aa18-2cbc7a4d4d36"], ["support_identifier", "cs_6fddcdf8"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 18:12:58.669013"], ["updated_at", "2017-12-20 18:12:58.669013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -73955194 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5823353a-3432-42fb-b80a-ebb205be0186' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ffd416b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -73955194], ["username", "billy_15"], ["access_token", "40592eb5cfb6df94a91b68c6fdd05e55"], ["uuid", "5823353a-3432-42fb-b80a-ebb205be0186"], ["support_identifier", "cs_2ffd416b"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 18:12:58.673363"], ["updated_at", "2017-12-20 18:12:58.673363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -223091529 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd27d54af-3f23-4d2d-8da4-e57ac1b1dfc5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2ec46d2f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -223091529], ["username", "billy_16"], ["access_token", "934c5bebd983a62a0a3eb3441391f583"], ["uuid", "d27d54af-3f23-4d2d-8da4-e57ac1b1dfc5"], ["support_identifier", "cs_2ec46d2f"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 18:12:58.677519"], ["updated_at", "2017-12-20 18:12:58.677519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1500319055 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a54663d3-36c3-47ab-b5e3-aaf4d4f25094' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_77c30468' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1500319055], ["username", "billy_17"], ["access_token", "1ff4c550cf632f4530108ebf024030dd"], ["uuid", "a54663d3-36c3-47ab-b5e3-aaf4d4f25094"], ["support_identifier", "cs_77c30468"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 18:12:58.681656"], ["updated_at", "2017-12-20 18:12:58.681656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -514501539 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3906b9aa-6f46-4d1c-877d-b9cca9ae33f3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9cd9d0f0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -514501539], ["username", "billy_18"], ["access_token", "6bd39b8d6739a422837a8a577dccc5ac"], ["uuid", "3906b9aa-6f46-4d1c-877d-b9cca9ae33f3"], ["support_identifier", "cs_9cd9d0f0"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 18:12:58.685895"], ["updated_at", "2017-12-20 18:12:58.685895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -357713267 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8f1b8c53-b9bb-47d1-97df-bcec5111c933' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_52cd3749' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -357713267], ["username", "billy_19"], ["access_token", "5f26c40eb1e722701a70e4a03e7c6b5a"], ["uuid", "8f1b8c53-b9bb-47d1-97df-bcec5111c933"], ["support_identifier", "cs_52cd3749"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 18:12:58.690144"], ["updated_at", "2017-12-20 18:12:58.690144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1453697322 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c09e2fef-b590-40b3-9fd4-7b562d590dda' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_07d89d73' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1453697322], ["username", "billy_20"], ["access_token", "35b56861634847460fa75e5d604bb05a"], ["uuid", "c09e2fef-b590-40b3-9fd4-7b562d590dda"], ["support_identifier", "cs_07d89d73"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 18:12:58.694443"], ["updated_at", "2017-12-20 18:12:58.694443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -220648616 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b575485-5c16-4707-9599-27568d86ab98' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2edbc2c0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -220648616], ["username", "billy_21"], ["access_token", "b7e076246827b5141a148f850bbef75d"], ["uuid", "4b575485-5c16-4707-9599-27568d86ab98"], ["support_identifier", "cs_2edbc2c0"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 18:12:58.698712"], ["updated_at", "2017-12-20 18:12:58.698712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -953465727 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c0bf1107-385f-4317-a9da-89bf3af7f107' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_29e39a43' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -953465727], ["username", "billy_22"], ["access_token", "cd8f17c4077189cb6f9f06ee91cd628f"], ["uuid", "c0bf1107-385f-4317-a9da-89bf3af7f107"], ["support_identifier", "cs_29e39a43"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 18:12:58.702950"], ["updated_at", "2017-12-20 18:12:58.702950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1449384098 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9412ab8f-0c47-4a57-b478-d88185ded041' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_888331ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1449384098], ["username", "billy_23"], ["access_token", "00ae116730a07f3331c275e0f3fce74e"], ["uuid", "9412ab8f-0c47-4a57-b478-d88185ded041"], ["support_identifier", "cs_888331ce"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 18:12:58.707113"], ["updated_at", "2017-12-20 18:12:58.707113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010031327 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1bbabf60-6368-413f-abec-365c0c1113ef' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_66a89c46' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1010031327], ["username", "billy_24"], ["access_token", "ab330b9e42339f53f909d2b9d0e1f9b0"], ["uuid", "1bbabf60-6368-413f-abec-365c0c1113ef"], ["support_identifier", "cs_66a89c46"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 18:12:58.712251"], ["updated_at", "2017-12-20 18:12:58.712251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146492623 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '55dbcec4-b04f-4fa7-a3cf-532236c8a0f7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c21752fc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -146492623], ["username", "billy_25"], ["access_token", "a3542766bda985420bed7398d2374c09"], ["uuid", "55dbcec4-b04f-4fa7-a3cf-532236c8a0f7"], ["support_identifier", "cs_c21752fc"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 18:12:58.717525"], ["updated_at", "2017-12-20 18:12:58.717525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -383415370 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cae63491-fc94-4bf7-b40c-6639b379850d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2c87a168' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -383415370], ["username", "billy_26"], ["access_token", "eadf804a90baefc8187f0a329137b278"], ["uuid", "cae63491-fc94-4bf7-b40c-6639b379850d"], ["support_identifier", "cs_2c87a168"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 18:12:58.721877"], ["updated_at", "2017-12-20 18:12:58.721877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1732442004 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '619b7512-afa6-4f54-840c-57d5bd95f112' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8eb1a94d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1732442004], ["username", "billy_27"], ["access_token", "46ef1433706ec7125c2528cb4bbe75c2"], ["uuid", "619b7512-afa6-4f54-840c-57d5bd95f112"], ["support_identifier", "cs_8eb1a94d"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 18:12:58.726403"], ["updated_at", "2017-12-20 18:12:58.726403"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869899008 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'fddc3df2-f67b-4373-93fa-79987742753e' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_754cde0b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -869899008], ["username", "billy_28"], ["access_token", "47b11bb2b8fcca7b37bc5ce3d388a10b"], ["uuid", "fddc3df2-f67b-4373-93fa-79987742753e"], ["support_identifier", "cs_754cde0b"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 18:12:58.731029"], ["updated_at", "2017-12-20 18:12:58.731029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1520817545 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '43ffad9a-b9fa-413f-95cf-021e094c29d5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b0a97ca6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1520817545], ["username", "billy_29"], ["access_token", "97f234de5be6fdfccd345b13825095a4"], ["uuid", "43ffad9a-b9fa-413f-95cf-021e094c29d5"], ["support_identifier", "cs_b0a97ca6"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 18:12:58.735561"], ["updated_at", "2017-12-20 18:12:58.735561"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -272390131 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7727e46-4183-47b5-9f2d-b672c7b8e144' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1ba34695' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -272390131], ["username", "billy_30"], ["access_token", "a7630ae0e7995cf711f999a7d99848b5"], ["uuid", "a7727e46-4183-47b5-9f2d-b672c7b8e144"], ["support_identifier", "cs_1ba34695"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 18:12:58.739795"], ["updated_at", "2017-12-20 18:12:58.739795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1748933372 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '29f95ffa-2e87-4b92-99b6-7dd49db9bd09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e4abcf29' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1748933372], ["username", "billy_31"], ["access_token", "5febc8a88a7bf64e8f2a75b61d57ac0a"], ["uuid", "29f95ffa-2e87-4b92-99b6-7dd49db9bd09"], ["support_identifier", "cs_e4abcf29"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 18:12:58.743908"], ["updated_at", "2017-12-20 18:12:58.743908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -60516773 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '106cecfb-3b9e-40c0-9b77-947ca07d1b83' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2465b1a5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -60516773], ["username", "billy_32"], ["access_token", "158570d74fd18d2522279dd462d8512c"], ["uuid", "106cecfb-3b9e-40c0-9b77-947ca07d1b83"], ["support_identifier", "cs_2465b1a5"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 18:12:58.748013"], ["updated_at", "2017-12-20 18:12:58.748013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1239850518 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0710ce6e-4724-4363-90c0-e29281571e97' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ed1418dc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1239850518], ["username", "billy_33"], ["access_token", "f4c4cfdb9e68b497c59622ab093230dd"], ["uuid", "0710ce6e-4724-4363-90c0-e29281571e97"], ["support_identifier", "cs_ed1418dc"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 18:12:58.752243"], ["updated_at", "2017-12-20 18:12:58.752243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262622688 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a7fae95d-eac4-4ed8-8646-00c19033b727' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7d59a36e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -262622688], ["username", "billy_34"], ["access_token", "3ea44d12f01f271eb2a88e3465b08ccf"], ["uuid", "a7fae95d-eac4-4ed8-8646-00c19033b727"], ["support_identifier", "cs_7d59a36e"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 18:12:58.756651"], ["updated_at", "2017-12-20 18:12:58.756651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -938249106 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3789be0b-1490-421f-95a2-983fb375c1e1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_99dbb9ff' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -938249106], ["username", "billy_35"], ["access_token", "8cafcbe4f7fb812ab904bbc4772eb62f"], ["uuid", "3789be0b-1490-421f-95a2-983fb375c1e1"], ["support_identifier", "cs_99dbb9ff"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 18:12:58.761278"], ["updated_at", "2017-12-20 18:12:58.761278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575566867 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b97abfc7-968b-4db0-a175-d4f09c0aa2c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3e623d2c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -575566867], ["username", "billy_36"], ["access_token", "52c977925f19d846f31ac3af4ff3c68b"], ["uuid", "b97abfc7-968b-4db0-a175-d4f09c0aa2c8"], ["support_identifier", "cs_3e623d2c"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 18:12:58.766120"], ["updated_at", "2017-12-20 18:12:58.766120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1351683227 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5c9af230-bd7c-4536-9d7e-f23f139be34b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dd22351f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1351683227], ["username", "billy_37"], ["access_token", "3c7e8e4af17a38d9ddd7cbe1591e44c4"], ["uuid", "5c9af230-bd7c-4536-9d7e-f23f139be34b"], ["support_identifier", "cs_dd22351f"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 18:12:58.770661"], ["updated_at", "2017-12-20 18:12:58.770661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956505670 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '76531ed5-d4ca-4757-aebb-feb5ff97aee0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_58e46a78' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -956505670], ["username", "billy_38"], ["access_token", "ddf8db00bf432f833701dac43d74e036"], ["uuid", "76531ed5-d4ca-4757-aebb-feb5ff97aee0"], ["support_identifier", "cs_58e46a78"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 18:12:58.775182"], ["updated_at", "2017-12-20 18:12:58.775182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019608980 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '88b07040-cf23-42f4-a661-6b1baa88fbbf' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b3938ef' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2019608980], ["username", "billy_39"], ["access_token", "ab85a527979bea78482768bfe11a8d30"], ["uuid", "88b07040-cf23-42f4-a661-6b1baa88fbbf"], ["support_identifier", "cs_1b3938ef"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 18:12:58.779460"], ["updated_at", "2017-12-20 18:12:58.779460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -30371524 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '07afe566-abd3-453f-a752-8c4d22afdf38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a2bc89f4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -30371524], ["username", "billy_40"], ["access_token", "8ddcc5e92e6ca513d0e71bc91e8ab64d"], ["uuid", "07afe566-abd3-453f-a752-8c4d22afdf38"], ["support_identifier", "cs_a2bc89f4"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 18:12:58.783682"], ["updated_at", "2017-12-20 18:12:58.783682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1128775943 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b80e58a0-2c96-43b4-a4fe-77a5df1bd451' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cceff118' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1128775943], ["username", "billy_41"], ["access_token", "53ac1165d0dd23b6e89d59ee143b8d41"], ["uuid", "b80e58a0-2c96-43b4-a4fe-77a5df1bd451"], ["support_identifier", "cs_cceff118"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 18:12:58.788182"], ["updated_at", "2017-12-20 18:12:58.788182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2115773174 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8ac6a468-09af-47d5-acfa-b0ee30964650' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ebec31a3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2115773174], ["username", "billy_42"], ["access_token", "ecd2cbbb4bf1e12a56fd7ba9ba8dab52"], ["uuid", "8ac6a468-09af-47d5-acfa-b0ee30964650"], ["support_identifier", "cs_ebec31a3"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 18:12:58.792634"], ["updated_at", "2017-12-20 18:12:58.792634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -100446697 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01adc7a5-3420-4480-ba6c-93dc3cd91cb0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a4cc15a9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -100446697], ["username", "billy_43"], ["access_token", "64142081b24e5e71368af9fbe5f2ab7c"], ["uuid", "01adc7a5-3420-4480-ba6c-93dc3cd91cb0"], ["support_identifier", "cs_a4cc15a9"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 18:12:58.796821"], ["updated_at", "2017-12-20 18:12:58.796821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486760868 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '111b6752-7174-47ac-81ab-4d0e14b0ec4c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_01cebe87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -486760868], ["username", "billy_44"], ["access_token", "5544fda9cc32d8139a4b8c9c6abf0102"], ["uuid", "111b6752-7174-47ac-81ab-4d0e14b0ec4c"], ["support_identifier", "cs_01cebe87"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 18:12:58.801011"], ["updated_at", "2017-12-20 18:12:58.801011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1060583363 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '30a0ce36-cd23-47ec-b0d2-cdd79291fc44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e94ffcf3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1060583363], ["username", "billy_45"], ["access_token", "db4d1f99af285faada89621776cc1303"], ["uuid", "30a0ce36-cd23-47ec-b0d2-cdd79291fc44"], ["support_identifier", "cs_e94ffcf3"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 18:12:58.805243"], ["updated_at", "2017-12-20 18:12:58.805243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.8ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_00"]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = $1 LIMIT 1 [["username", "billy_19"]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2017-12-20 18:12:58.816579"], ["updated_at", "2017-12-20 18:12:58.816579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1959875966 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9144f9928938ab55c9a40ba368114847' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cd43f449-be27-42b1-9646-3582b9b55dff' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_41cb80dd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -1959875966], ["username", "9144f9928938ab55c9a40ba368114847"], ["access_token", "dd932ed13e876c178bb2fb46e64f27c8"], ["uuid", "cd43f449-be27-42b1-9646-3582b9b55dff"], ["support_identifier", "cs_41cb80dd"], ["created_at", "2017-12-20 18:12:58.823494"], ["updated_at", "2017-12-20 18:12:58.823494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1731903239 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1731903239], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:58.826756"], ["updated_at", "2017-12-20 18:12:58.826756"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -44272519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'deb08e030038d3c947f8c1c6cd51f9a6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '307ef03c-0b36-4bde-9079-86bef75bf0ca' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_df77bacd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -44272519], ["username", "deb08e030038d3c947f8c1c6cd51f9a6"], ["access_token", "f3e0901bb978428c0326c222ff614fc2"], ["uuid", "307ef03c-0b36-4bde-9079-86bef75bf0ca"], ["support_identifier", "cs_df77bacd"], ["created_at", "2017-12-20 18:12:58.831689"], ["updated_at", "2017-12-20 18:12:58.831689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -416731287 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '43cd48b77f4281ad8d040336fab78f43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3eb30853-440c-4686-b957-0af07b64fabb' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b1d519d1' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", -416731287], ["username", "43cd48b77f4281ad8d040336fab78f43"], ["access_token", "e5b35eac9a15735eb79cb0fb4376fde6"], ["uuid", "3eb30853-440c-4686-b957-0af07b64fabb"], ["support_identifier", "cs_b1d519d1"], ["created_at", "2017-12-20 18:12:58.838170"], ["updated_at", "2017-12-20 18:12:58.838170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -363364816 LIMIT 1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -363364816], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:58.841716"], ["updated_at", "2017-12-20 18:12:58.841716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -301624926 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a6b6ce3b-47f8-4d9c-973f-a54f328cee71' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_69218c87' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -301624926], ["username", "jstrav"], ["access_token", "6ae5cb053677565b3c75b64dd71eb04b"], ["uuid", "a6b6ce3b-47f8-4d9c-973f-a54f328cee71"], ["support_identifier", "cs_69218c87"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:58.859970"], ["updated_at", "2017-12-20 18:12:58.859970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -121362659 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7ee97df0-2e97-4755-96f3-5896ff171de8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9a296ba4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -121362659], ["username", "mary"], ["access_token", "6481f71d8e55746a1b6372d0c7bd8229"], ["uuid", "7ee97df0-2e97-4755-96f3-5896ff171de8"], ["support_identifier", "cs_9a296ba4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:58.864718"], ["updated_at", "2017-12-20 18:12:58.864718"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1749560682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '276ff862-75ba-4654-b794-3c582b38aaf2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_996caa88' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1749560682], ["username", "jstead"], ["access_token", "282f4775f47b5d3051a9d9940bab36fc"], ["uuid", "276ff862-75ba-4654-b794-3c582b38aaf2"], ["support_identifier", "cs_996caa88"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:58.869080"], ["updated_at", "2017-12-20 18:12:58.869080"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -996112424 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0a07455e-7c32-4773-9f7c-ba2e682884a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_482f990f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -996112424], ["username", "bigbear"], ["access_token", "5467abdd696f069c076760d02d994638"], ["uuid", "0a07455e-7c32-4773-9f7c-ba2e682884a7"], ["support_identifier", "cs_482f990f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:58.873494"], ["updated_at", "2017-12-20 18:12:58.873494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -117023865 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '01dacb7f-6b8e-45be-89af-331db3fe27d0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3b918b38' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -117023865], ["username", "billy_00"], ["access_token", "01acb96d21a9d860aafc6a45c043df4f"], ["uuid", "01dacb7f-6b8e-45be-89af-331db3fe27d0"], ["support_identifier", "cs_3b918b38"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 18:12:58.878067"], ["updated_at", "2017-12-20 18:12:58.878067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -942997297 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '950f9a35-33f6-47cd-83fd-f8bfec8c2a3b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c3c819b1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -942997297], ["username", "billy_01"], ["access_token", "5126ad70dfa0f72d8ce79d53f7449eed"], ["uuid", "950f9a35-33f6-47cd-83fd-f8bfec8c2a3b"], ["support_identifier", "cs_c3c819b1"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 18:12:58.882476"], ["updated_at", "2017-12-20 18:12:58.882476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1332156565 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4b868775-d63d-4f90-9cec-031329dd50f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3a251129' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1332156565], ["username", "billy_02"], ["access_token", "eea4ca9224c2253360b4e9355a322996"], ["uuid", "4b868775-d63d-4f90-9cec-031329dd50f0"], ["support_identifier", "cs_3a251129"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 18:12:58.887076"], ["updated_at", "2017-12-20 18:12:58.887076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1523885989 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '39707b47-ccfa-445e-b3cb-eb9455bf0f4d' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3b9ee5a8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1523885989], ["username", "billy_03"], ["access_token", "c1bf45d0e0ba85d85c700f1ce60fc145"], ["uuid", "39707b47-ccfa-445e-b3cb-eb9455bf0f4d"], ["support_identifier", "cs_3b9ee5a8"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 18:12:58.891998"], ["updated_at", "2017-12-20 18:12:58.891998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1817571458 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '91edbd2c-9600-43bc-bc32-29b07b9f58e3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_85213043' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1817571458], ["username", "billy_04"], ["access_token", "15661c431e276f1f1761b211e69a4818"], ["uuid", "91edbd2c-9600-43bc-bc32-29b07b9f58e3"], ["support_identifier", "cs_85213043"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 18:12:58.897330"], ["updated_at", "2017-12-20 18:12:58.897330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1350098904 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7e6c81fa-d5fa-4877-acaf-4f0219eac480' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_abc662d1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1350098904], ["username", "billy_05"], ["access_token", "2007cfc897d5f103f130b7304c9ade37"], ["uuid", "7e6c81fa-d5fa-4877-acaf-4f0219eac480"], ["support_identifier", "cs_abc662d1"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 18:12:58.901672"], ["updated_at", "2017-12-20 18:12:58.901672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1739059446 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '872333bf-4bc2-4354-a70c-40af35e75166' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b16eb8a0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1739059446], ["username", "billy_06"], ["access_token", "4ca451d68eebbf0b2e36b1cf75a5a8d9"], ["uuid", "872333bf-4bc2-4354-a70c-40af35e75166"], ["support_identifier", "cs_b16eb8a0"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 18:12:58.906793"], ["updated_at", "2017-12-20 18:12:58.906793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730275181 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4d41ffbd-bd0e-4c83-9b9c-eb61527d2bbd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e93f9a1c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -730275181], ["username", "billy_07"], ["access_token", "eaf5dc6467cfb3db10be7e69ee075b46"], ["uuid", "4d41ffbd-bd0e-4c83-9b9c-eb61527d2bbd"], ["support_identifier", "cs_e93f9a1c"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 18:12:58.912350"], ["updated_at", "2017-12-20 18:12:58.912350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1445791723 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94b8ac63-df02-4137-a157-cd3ee28dd96e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cf54c812' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1445791723], ["username", "billy_08"], ["access_token", "d576e009d20d0802b021f55499484dde"], ["uuid", "94b8ac63-df02-4137-a157-cd3ee28dd96e"], ["support_identifier", "cs_cf54c812"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 18:12:58.916846"], ["updated_at", "2017-12-20 18:12:58.916846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -132707268 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4860385f-c61a-4fcd-b37b-6e316d9b658e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aaa3632c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -132707268], ["username", "billy_09"], ["access_token", "f129adfbc5d538bde1cd872521265711"], ["uuid", "4860385f-c61a-4fcd-b37b-6e316d9b658e"], ["support_identifier", "cs_aaa3632c"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 18:12:58.921140"], ["updated_at", "2017-12-20 18:12:58.921140"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900287245 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '009fd0d1-69d8-4ad2-8469-93d115031637' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eea4e676' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1900287245], ["username", "billy_10"], ["access_token", "0f4b426ad4dbcfd35148598fe8d57e07"], ["uuid", "009fd0d1-69d8-4ad2-8469-93d115031637"], ["support_identifier", "cs_eea4e676"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 18:12:58.925537"], ["updated_at", "2017-12-20 18:12:58.925537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1652983078 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1a2a6660-cec0-47cb-8e26-ba494f7888fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_beb2615c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1652983078], ["username", "billy_11"], ["access_token", "f53494db735b96b23b3a48da78f12a30"], ["uuid", "1a2a6660-cec0-47cb-8e26-ba494f7888fb"], ["support_identifier", "cs_beb2615c"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 18:12:58.929809"], ["updated_at", "2017-12-20 18:12:58.929809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1678553327 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '690eca96-91f4-4b08-8aca-7888f04d7277' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c9c5318f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1678553327], ["username", "billy_12"], ["access_token", "e5f8906c83558d9b20a3043b09aa3f9d"], ["uuid", "690eca96-91f4-4b08-8aca-7888f04d7277"], ["support_identifier", "cs_c9c5318f"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 18:12:58.934224"], ["updated_at", "2017-12-20 18:12:58.934224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1346979735 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b2c4d1b0-d268-4101-ab1a-09617b655bb8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9fcc4fd7' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1346979735], ["username", "billy_13"], ["access_token", "1e27e034f6a3b87c4b6d026d6e7625f2"], ["uuid", "b2c4d1b0-d268-4101-ab1a-09617b655bb8"], ["support_identifier", "cs_9fcc4fd7"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 18:12:58.938507"], ["updated_at", "2017-12-20 18:12:58.938507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1118427160 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f5715f73-2c9e-44e1-ad92-0bd821f7735e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_baf3289c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1118427160], ["username", "billy_14"], ["access_token", "13aeffd09480fb493478dbecd97accf4"], ["uuid", "f5715f73-2c9e-44e1-ad92-0bd821f7735e"], ["support_identifier", "cs_baf3289c"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 18:12:58.942745"], ["updated_at", "2017-12-20 18:12:58.942745"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -459710585 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '49e342d0-7b34-44e9-96ec-561aec2329c4' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c56b461' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -459710585], ["username", "billy_15"], ["access_token", "13bbfc8b79071be31eb136e24c0f15c2"], ["uuid", "49e342d0-7b34-44e9-96ec-561aec2329c4"], ["support_identifier", "cs_3c56b461"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 18:12:58.947056"], ["updated_at", "2017-12-20 18:12:58.947056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1444556135 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '926adad9-dd6d-4d5a-8895-7a1119faee52' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b5189ec' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1444556135], ["username", "billy_16"], ["access_token", "1a337937c2b921a1b5cb1056f567c692"], ["uuid", "926adad9-dd6d-4d5a-8895-7a1119faee52"], ["support_identifier", "cs_6b5189ec"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 18:12:58.951363"], ["updated_at", "2017-12-20 18:12:58.951363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2086476423 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4cee5723-7c3b-4111-8a07-130a7d44a15e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d88bb459' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2086476423], ["username", "billy_17"], ["access_token", "05fd38e3b3acac5ebc06118b06653e1a"], ["uuid", "4cee5723-7c3b-4111-8a07-130a7d44a15e"], ["support_identifier", "cs_d88bb459"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 18:12:58.956013"], ["updated_at", "2017-12-20 18:12:58.956013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -602866053 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34313395-3924-4143-ba8c-a625c0cd19eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_89bcd461' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -602866053], ["username", "billy_18"], ["access_token", "b919472f85709768b4d38b3841ea4783"], ["uuid", "34313395-3924-4143-ba8c-a625c0cd19eb"], ["support_identifier", "cs_89bcd461"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 18:12:58.960429"], ["updated_at", "2017-12-20 18:12:58.960429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -168825889 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '64df0164-3477-47b1-97d1-393163a440ab' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e1005fd4' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -168825889], ["username", "billy_19"], ["access_token", "3eccc95b5f78c7fa14ee36d5cc6153be"], ["uuid", "64df0164-3477-47b1-97d1-393163a440ab"], ["support_identifier", "cs_e1005fd4"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 18:12:58.965095"], ["updated_at", "2017-12-20 18:12:58.965095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1947025056 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9da888ba-6b6f-4fde-8b49-d2006bf57c6d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b9a4c246' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1947025056], ["username", "billy_20"], ["access_token", "586ea75203bdef264ad8cd51697b2351"], ["uuid", "9da888ba-6b6f-4fde-8b49-d2006bf57c6d"], ["support_identifier", "cs_b9a4c246"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 18:12:58.969961"], ["updated_at", "2017-12-20 18:12:58.969961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1963910712 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4206df44-beca-42f8-ada3-45333b0aa2f0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dfd31a3c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1963910712], ["username", "billy_21"], ["access_token", "01310234fdc708c8caac0965cbce0019"], ["uuid", "4206df44-beca-42f8-ada3-45333b0aa2f0"], ["support_identifier", "cs_dfd31a3c"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 18:12:58.974699"], ["updated_at", "2017-12-20 18:12:58.974699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386206060 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bf6b4c1b-dea4-4d60-976f-c1527604f0d6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4e775248' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -386206060], ["username", "billy_22"], ["access_token", "4c666ef888da9d62fc1178fc146ecab1"], ["uuid", "bf6b4c1b-dea4-4d60-976f-c1527604f0d6"], ["support_identifier", "cs_4e775248"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 18:12:58.979082"], ["updated_at", "2017-12-20 18:12:58.979082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1362281289 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bb79ec41-d5a5-45e7-a5f9-79480e875ebd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e653912a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1362281289], ["username", "billy_23"], ["access_token", "5b7f18f2dd914b073347e0942d67f2bc"], ["uuid", "bb79ec41-d5a5-45e7-a5f9-79480e875ebd"], ["support_identifier", "cs_e653912a"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 18:12:58.990685"], ["updated_at", "2017-12-20 18:12:58.990685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -412183716 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '20f6530a-11ea-4b53-ae6c-5bbe6b00f9c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d1ce3d6e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -412183716], ["username", "billy_24"], ["access_token", "51609045851cafb970131c48828fa9d5"], ["uuid", "20f6530a-11ea-4b53-ae6c-5bbe6b00f9c9"], ["support_identifier", "cs_d1ce3d6e"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 18:12:58.995186"], ["updated_at", "2017-12-20 18:12:58.995186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2142929919 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '10f23ec4-c871-49f2-a697-73c65b51e031' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e556d040' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2142929919], ["username", "billy_25"], ["access_token", "2162edbfbf9cfe5e9b2ae95da1b7916d"], ["uuid", "10f23ec4-c871-49f2-a697-73c65b51e031"], ["support_identifier", "cs_e556d040"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 18:12:58.999412"], ["updated_at", "2017-12-20 18:12:58.999412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1969130745 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd7f020e1-ad39-43e5-8ae3-a832e39d1c79' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd557408' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1969130745], ["username", "billy_26"], ["access_token", "d4d94329e25974c075f2a0013d115de4"], ["uuid", "d7f020e1-ad39-43e5-8ae3-a832e39d1c79"], ["support_identifier", "cs_fd557408"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 18:12:59.003608"], ["updated_at", "2017-12-20 18:12:59.003608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -855853851 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '577eb4a6-c0fc-43b2-ab8b-9810121aedc6' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_312c420b' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -855853851], ["username", "billy_27"], ["access_token", "263361ace8e85010d12ca631fa9efeac"], ["uuid", "577eb4a6-c0fc-43b2-ab8b-9810121aedc6"], ["support_identifier", "cs_312c420b"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 18:12:59.008547"], ["updated_at", "2017-12-20 18:12:59.008547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -43884720 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34864f06-184d-4f69-b398-cd9406be1d3e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_74b432d6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -43884720], ["username", "billy_28"], ["access_token", "30da96029326fad1158a6d63ea747f3b"], ["uuid", "34864f06-184d-4f69-b398-cd9406be1d3e"], ["support_identifier", "cs_74b432d6"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 18:12:59.014853"], ["updated_at", "2017-12-20 18:12:59.014853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -271213532 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a2d749df-adc7-45e9-a05d-045516d2f7eb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_afa10b88' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -271213532], ["username", "billy_29"], ["access_token", "598fcf910a8924085c7e4f15f0fdda20"], ["uuid", "a2d749df-adc7-45e9-a05d-045516d2f7eb"], ["support_identifier", "cs_afa10b88"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 18:12:59.019656"], ["updated_at", "2017-12-20 18:12:59.019656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -464312742 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e09ee6d9-0b59-46b4-8856-4df6a42fdc07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_937af5f1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -464312742], ["username", "billy_30"], ["access_token", "ac9df15dd2aee12f0ca8c8e4df9e567a"], ["uuid", "e09ee6d9-0b59-46b4-8856-4df6a42fdc07"], ["support_identifier", "cs_937af5f1"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 18:12:59.023829"], ["updated_at", "2017-12-20 18:12:59.023829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407961565 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1adf1ee4-3df1-4687-8b71-e80367a9ec26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b5b3cb80' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1407961565], ["username", "billy_31"], ["access_token", "49d27e01bf840ca5590ad8d1e84acacb"], ["uuid", "1adf1ee4-3df1-4687-8b71-e80367a9ec26"], ["support_identifier", "cs_b5b3cb80"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 18:12:59.028715"], ["updated_at", "2017-12-20 18:12:59.028715"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1080909545 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8b762a02-67de-4419-a2a8-7c20e3e03b4f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5d529947' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1080909545], ["username", "billy_32"], ["access_token", "3fe15841ff02b6796cd39d279e236367"], ["uuid", "8b762a02-67de-4419-a2a8-7c20e3e03b4f"], ["support_identifier", "cs_5d529947"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 18:12:59.033564"], ["updated_at", "2017-12-20 18:12:59.033564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995545130 LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e67eeada-f9b1-4c8e-be9c-a6fd9feb18c9' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c40a6c77' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -995545130], ["username", "billy_33"], ["access_token", "0c70bbf9c6d2c94173cb7c8093d43c07"], ["uuid", "e67eeada-f9b1-4c8e-be9c-a6fd9feb18c9"], ["support_identifier", "cs_c40a6c77"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 18:12:59.038642"], ["updated_at", "2017-12-20 18:12:59.038642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2118399156 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b60aa00c-6e66-4d90-be84-a4041c275d39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9fb241bc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2118399156], ["username", "billy_34"], ["access_token", "ab204e47244d2b562de160abc400cc10"], ["uuid", "b60aa00c-6e66-4d90-be84-a4041c275d39"], ["support_identifier", "cs_9fb241bc"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 18:12:59.043494"], ["updated_at", "2017-12-20 18:12:59.043494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1689794500 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b27030f8-5066-46de-bf05-0e1fd20df9a2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e401b18f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1689794500], ["username", "billy_35"], ["access_token", "441bde2d0d2bb9e43d3e171a47564fb9"], ["uuid", "b27030f8-5066-46de-bf05-0e1fd20df9a2"], ["support_identifier", "cs_e401b18f"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 18:12:59.047949"], ["updated_at", "2017-12-20 18:12:59.047949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -915062482 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc560312-52f2-416d-8280-36a7dfddc931' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aad96f93' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -915062482], ["username", "billy_36"], ["access_token", "384952ad6a9849fc8ee30c4820f41dad"], ["uuid", "cc560312-52f2-416d-8280-36a7dfddc931"], ["support_identifier", "cs_aad96f93"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 18:12:59.052315"], ["updated_at", "2017-12-20 18:12:59.052315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -198141987 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '31efd6cd-43ac-42c1-8e01-60dab3b725b7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9b516428' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -198141987], ["username", "billy_37"], ["access_token", "3e8a8cb3195e9842ac5b8e3bde1cf772"], ["uuid", "31efd6cd-43ac-42c1-8e01-60dab3b725b7"], ["support_identifier", "cs_9b516428"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 18:12:59.056663"], ["updated_at", "2017-12-20 18:12:59.056663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2064419671 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '084a367f-186b-46bc-a5fe-57962dda6fb0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4559e531' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2064419671], ["username", "billy_38"], ["access_token", "16725d848d100d666d1fa9f616317228"], ["uuid", "084a367f-186b-46bc-a5fe-57962dda6fb0"], ["support_identifier", "cs_4559e531"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 18:12:59.060825"], ["updated_at", "2017-12-20 18:12:59.060825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -930256422 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3813a01b-3164-45eb-8a49-1b0ae0401788' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eed0e788' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -930256422], ["username", "billy_39"], ["access_token", "67101dcd6d28903bc753307d08faff89"], ["uuid", "3813a01b-3164-45eb-8a49-1b0ae0401788"], ["support_identifier", "cs_eed0e788"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 18:12:59.066051"], ["updated_at", "2017-12-20 18:12:59.066051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1733136198 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a56bbb65-a822-46fc-897e-009d937cd611' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0a39dc72' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1733136198], ["username", "billy_40"], ["access_token", "912e84e784aee0f2e33cca41a6d617b5"], ["uuid", "a56bbb65-a822-46fc-897e-009d937cd611"], ["support_identifier", "cs_0a39dc72"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 18:12:59.071162"], ["updated_at", "2017-12-20 18:12:59.071162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324095191 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '34a8bf91-facd-43c9-a45d-58a1e3af3673' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a604b3f3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1324095191], ["username", "billy_41"], ["access_token", "92907c91e72f59142f8de3e91384fb12"], ["uuid", "34a8bf91-facd-43c9-a45d-58a1e3af3673"], ["support_identifier", "cs_a604b3f3"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 18:12:59.077073"], ["updated_at", "2017-12-20 18:12:59.077073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -815355530 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0fcff5cb-2411-40a4-89d8-9b2f4ade4f64' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ff68407a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -815355530], ["username", "billy_42"], ["access_token", "48e6e23555e46c1f6f8b8d90df613364"], ["uuid", "0fcff5cb-2411-40a4-89d8-9b2f4ade4f64"], ["support_identifier", "cs_ff68407a"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 18:12:59.081764"], ["updated_at", "2017-12-20 18:12:59.081764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1246994021 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9b5bf031-ccd4-4dd0-94e3-5cd24657a182' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bf483fb3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1246994021], ["username", "billy_43"], ["access_token", "a87adf7070c6faaad59e42390a43c193"], ["uuid", "9b5bf031-ccd4-4dd0-94e3-5cd24657a182"], ["support_identifier", "cs_bf483fb3"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 18:12:59.086123"], ["updated_at", "2017-12-20 18:12:59.086123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848038067 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aad16c36-3dd9-4a60-980d-e3219b3ea541' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_67b492f3' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -848038067], ["username", "billy_44"], ["access_token", "87f4f7c86fd03b278701e53c9fdf986a"], ["uuid", "aad16c36-3dd9-4a60-980d-e3219b3ea541"], ["support_identifier", "cs_67b492f3"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 18:12:59.090341"], ["updated_at", "2017-12-20 18:12:59.090341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1571643770 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef17be76-3fe5-430a-8488-a5dcc34b64b2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_81921947' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1571643770], ["username", "billy_45"], ["access_token", "ffff45e75b38b268150a518e6b852fa8"], ["uuid", "ef17be76-3fe5-430a-8488-a5dcc34b64b2"], ["support_identifier", "cs_81921947"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 18:12:59.094460"], ["updated_at", "2017-12-20 18:12:59.094460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1009570171 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8de87880-034f-4ae3-9733-3a2be26a88b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2795c1e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1009570171], ["username", "billy_46"], ["access_token", "e6831edc778e6dd413f816c26f91bf92"], ["uuid", "8de87880-034f-4ae3-9733-3a2be26a88b3"], ["support_identifier", "cs_2795c1e5"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 18:12:59.098600"], ["updated_at", "2017-12-20 18:12:59.098600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2076339612 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '318511e5-e7a2-4b26-8675-d6b1943fcaa2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd347466' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2076339612], ["username", "billy_47"], ["access_token", "4bdbf5a9a9adfc9a9ffacafa4cbd34a5"], ["uuid", "318511e5-e7a2-4b26-8675-d6b1943fcaa2"], ["support_identifier", "cs_fd347466"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 18:12:59.102697"], ["updated_at", "2017-12-20 18:12:59.102697"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -290182572 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8cbba96-85e2-49ce-9d94-7f044459b455' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bbe76563' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -290182572], ["username", "billy_48"], ["access_token", "ae380d370cc4171b4ceffa2e8f4564a3"], ["uuid", "f8cbba96-85e2-49ce-9d94-7f044459b455"], ["support_identifier", "cs_bbe76563"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 18:12:59.106972"], ["updated_at", "2017-12-20 18:12:59.106972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1330353942 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f395cd40-e58f-4a8e-beec-95f5d5abcd1a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9115e9c1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1330353942], ["username", "billy_49"], ["access_token", "2809ca6711bcf2f27140ce21b3b6f16d"], ["uuid", "f395cd40-e58f-4a8e-beec-95f5d5abcd1a"], ["support_identifier", "cs_9115e9c1"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 18:12:59.111288"], ["updated_at", "2017-12-20 18:12:59.111288"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" ILIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" ILIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507793232 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bbb82859-1c31-4f08-b2b3-9bc320952772' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8bbf1bfe' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1507793232], ["username", "jstrav"], ["access_token", "a7e3186bb136e83621053d9787ad833f"], ["uuid", "bbb82859-1c31-4f08-b2b3-9bc320952772"], ["support_identifier", "cs_8bbf1bfe"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:59.120204"], ["updated_at", "2017-12-20 18:12:59.120204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -144274280 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e55f5f07-c118-4435-8da2-a29637eba494' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_af4d765e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -144274280], ["username", "mary"], ["access_token", "82e708bb5e669013f18171e4f329e95f"], ["uuid", "e55f5f07-c118-4435-8da2-a29637eba494"], ["support_identifier", "cs_af4d765e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:59.124660"], ["updated_at", "2017-12-20 18:12:59.124660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -297522193 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dbf403c9-fc02-49e2-b5f6-fe1a8c1cc760' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4eb17980' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -297522193], ["username", "jstead"], ["access_token", "e288d7dc3b3cece076e8592f7c83ccda"], ["uuid", "dbf403c9-fc02-49e2-b5f6-fe1a8c1cc760"], ["support_identifier", "cs_4eb17980"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:59.128881"], ["updated_at", "2017-12-20 18:12:59.128881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -556477308 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cc9e9a88-579f-4f2e-a282-ea07357aa504' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_285ec6ec' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -556477308], ["username", "bigbear"], ["access_token", "2b6add7f0357247261f17001c2198864"], ["uuid", "cc9e9a88-579f-4f2e-a282-ea07357aa504"], ["support_identifier", "cs_285ec6ec"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:59.132981"], ["updated_at", "2017-12-20 18:12:59.132981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -653269791 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f4026de6-d80a-4bd7-9d54-72a63668a51a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_056c7bc7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -653269791], ["username", "billy_00"], ["access_token", "e0a46075188ed9b24e87de3284a73ece"], ["uuid", "f4026de6-d80a-4bd7-9d54-72a63668a51a"], ["support_identifier", "cs_056c7bc7"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 18:12:59.137277"], ["updated_at", "2017-12-20 18:12:59.137277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -278301359 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd4669f56-f32a-4005-bea7-5719e2b1ed12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fbc9e1b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -278301359], ["username", "billy_01"], ["access_token", "d5cd5867245eed34507a90efa0dafb2e"], ["uuid", "d4669f56-f32a-4005-bea7-5719e2b1ed12"], ["support_identifier", "cs_fbc9e1b3"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 18:12:59.141713"], ["updated_at", "2017-12-20 18:12:59.141713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1725251392 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0372ad96-d868-42ab-9c3c-82785ddb2ce0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_52bb0480' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1725251392], ["username", "billy_02"], ["access_token", "08ee66f6afea97d21fdc6c96cc87213c"], ["uuid", "0372ad96-d868-42ab-9c3c-82785ddb2ce0"], ["support_identifier", "cs_52bb0480"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 18:12:59.145997"], ["updated_at", "2017-12-20 18:12:59.145997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2096089402 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f935c07-2eff-455b-b03a-73c22abe7724' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a6ffd30f' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2096089402], ["username", "billy_03"], ["access_token", "ea6bda311e8003c1f5119fe6084ecbce"], ["uuid", "6f935c07-2eff-455b-b03a-73c22abe7724"], ["support_identifier", "cs_a6ffd30f"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 18:12:59.150305"], ["updated_at", "2017-12-20 18:12:59.150305"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1655379252 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '8a06910e-ca78-4cda-80be-7b7ef35e2dc1' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5fb2a754' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1655379252], ["username", "billy_04"], ["access_token", "fff80bac00a01fc7232d9d641dbedcb6"], ["uuid", "8a06910e-ca78-4cda-80be-7b7ef35e2dc1"], ["support_identifier", "cs_5fb2a754"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 18:12:59.155848"], ["updated_at", "2017-12-20 18:12:59.155848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -792776868 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '94f5b9b1-75c8-4e80-83a1-9db80ee0d769' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8d210dcd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -792776868], ["username", "billy_05"], ["access_token", "d908b7b455e24854520f918066cf4daf"], ["uuid", "94f5b9b1-75c8-4e80-83a1-9db80ee0d769"], ["support_identifier", "cs_8d210dcd"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 18:12:59.160728"], ["updated_at", "2017-12-20 18:12:59.160728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -618780156 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ef7e3162-2c59-4589-b226-19cf9e8fae60' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3bbd83cd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -618780156], ["username", "billy_06"], ["access_token", "451db48b71ee176d51743de77b3a185e"], ["uuid", "ef7e3162-2c59-4589-b226-19cf9e8fae60"], ["support_identifier", "cs_3bbd83cd"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 18:12:59.165169"], ["updated_at", "2017-12-20 18:12:59.165169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947442007 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c87c8370-8db5-49d8-8a50-30db5004391f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8e155354' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -947442007], ["username", "billy_07"], ["access_token", "c4b9c064d20c2eaa1f39f7b87dc6d6f5"], ["uuid", "c87c8370-8db5-49d8-8a50-30db5004391f"], ["support_identifier", "cs_8e155354"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 18:12:59.169539"], ["updated_at", "2017-12-20 18:12:59.169539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769266210 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bdf1328f-bc7f-4640-baee-78000fdf3769' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e2788a3c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1769266210], ["username", "billy_08"], ["access_token", "55dd3e95198a51525359f84f889a9b90"], ["uuid", "bdf1328f-bc7f-4640-baee-78000fdf3769"], ["support_identifier", "cs_e2788a3c"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 18:12:59.174102"], ["updated_at", "2017-12-20 18:12:59.174102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -104510989 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0da07289-e5ac-4039-bfef-1909c7c1cf37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aa20b83a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -104510989], ["username", "billy_09"], ["access_token", "13808d6fa77d4d2808ff64e664813586"], ["uuid", "0da07289-e5ac-4039-bfef-1909c7c1cf37"], ["support_identifier", "cs_aa20b83a"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 18:12:59.178462"], ["updated_at", "2017-12-20 18:12:59.178462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550735379 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a488c788-f441-4d9c-8fb6-6c03be22537c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f0a72f65' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1550735379], ["username", "billy_10"], ["access_token", "c54f7079d64e28f8b22fc976fd6f7f20"], ["uuid", "a488c788-f441-4d9c-8fb6-6c03be22537c"], ["support_identifier", "cs_f0a72f65"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 18:12:59.182779"], ["updated_at", "2017-12-20 18:12:59.182779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -459839540 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e41b091f-e468-42c4-9f2d-1c4fd2a429fd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d2ce059c' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -459839540], ["username", "billy_11"], ["access_token", "d7847720dfac2af64b9d16d404457425"], ["uuid", "e41b091f-e468-42c4-9f2d-1c4fd2a429fd"], ["support_identifier", "cs_d2ce059c"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 18:12:59.187077"], ["updated_at", "2017-12-20 18:12:59.187077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1385339786 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3d87e08a-9934-49c2-a98e-73fe3bc561c0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d7f10f3d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1385339786], ["username", "billy_12"], ["access_token", "30ce9391934a8326b2ae73f9ff69893c"], ["uuid", "3d87e08a-9934-49c2-a98e-73fe3bc561c0"], ["support_identifier", "cs_d7f10f3d"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 18:12:59.191531"], ["updated_at", "2017-12-20 18:12:59.191531"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -113476239 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'cb4fc939-2ea4-4306-81bf-6117e510808f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_90b50117' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -113476239], ["username", "billy_13"], ["access_token", "1b49662f352d9a4279ae482ed6812309"], ["uuid", "cb4fc939-2ea4-4306-81bf-6117e510808f"], ["support_identifier", "cs_90b50117"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 18:12:59.195785"], ["updated_at", "2017-12-20 18:12:59.195785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1113157589 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b23d4001-aec2-49de-933c-7f3c63754ff5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_88326cfa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1113157589], ["username", "billy_14"], ["access_token", "b9df9bdf5529f56d0351a950208820b2"], ["uuid", "b23d4001-aec2-49de-933c-7f3c63754ff5"], ["support_identifier", "cs_88326cfa"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 18:12:59.199850"], ["updated_at", "2017-12-20 18:12:59.199850"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1014877767 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '038cc5f0-83e1-4642-9071-96c6a9224c09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ac8f66af' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1014877767], ["username", "billy_15"], ["access_token", "af38f62919333fc351666c80f3458eae"], ["uuid", "038cc5f0-83e1-4642-9071-96c6a9224c09"], ["support_identifier", "cs_ac8f66af"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 18:12:59.204026"], ["updated_at", "2017-12-20 18:12:59.204026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1835998701 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '051ab396-3e43-4d5c-9d0d-6b7e57ab2116' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a67c4bb8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1835998701], ["username", "billy_16"], ["access_token", "3474d6f914bce2bd78df49dffab6804e"], ["uuid", "051ab396-3e43-4d5c-9d0d-6b7e57ab2116"], ["support_identifier", "cs_a67c4bb8"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 18:12:59.208733"], ["updated_at", "2017-12-20 18:12:59.208733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -690594536 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '28c1f4e9-95e7-423e-9b3a-a98a8c602c23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2227317e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -690594536], ["username", "billy_17"], ["access_token", "c27dd9e7061cd63217b3804c049e35fa"], ["uuid", "28c1f4e9-95e7-423e-9b3a-a98a8c602c23"], ["support_identifier", "cs_2227317e"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 18:12:59.213365"], ["updated_at", "2017-12-20 18:12:59.213365"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -265034559 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1b6e5855-772c-495b-8b79-c5aecd827d63' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_28600a9d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -265034559], ["username", "billy_18"], ["access_token", "0d353d6cff6f34a7732df7b2ee2017ee"], ["uuid", "1b6e5855-772c-495b-8b79-c5aecd827d63"], ["support_identifier", "cs_28600a9d"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 18:12:59.218519"], ["updated_at", "2017-12-20 18:12:59.218519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1351613439 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '189ec8e1-061e-4c27-9965-81bb534add2a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6d07a06c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1351613439], ["username", "billy_19"], ["access_token", "d3f1035344571f79a390d3713e3ad774"], ["uuid", "189ec8e1-061e-4c27-9965-81bb534add2a"], ["support_identifier", "cs_6d07a06c"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 18:12:59.223051"], ["updated_at", "2017-12-20 18:12:59.223051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -385627718 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c7146ee-077e-44af-ae6a-6c0b45f1a665' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_38ab7373' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -385627718], ["username", "billy_20"], ["access_token", "bd468d11c544d81294d8200647f00a9a"], ["uuid", "6c7146ee-077e-44af-ae6a-6c0b45f1a665"], ["support_identifier", "cs_38ab7373"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 18:12:59.227196"], ["updated_at", "2017-12-20 18:12:59.227196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2042673075 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ee972282-d20d-4639-af52-37d32490445e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f78b7490' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2042673075], ["username", "billy_21"], ["access_token", "84a9148c0242f43da2af27e020301e9c"], ["uuid", "ee972282-d20d-4639-af52-37d32490445e"], ["support_identifier", "cs_f78b7490"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 18:12:59.233411"], ["updated_at", "2017-12-20 18:12:59.233411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1595384024 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0b295b81-8a09-4173-aafc-f0ed44e74da3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_61ef1842' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1595384024], ["username", "billy_22"], ["access_token", "40eac83dcbe8bb4b3d0bcd27318b71bd"], ["uuid", "0b295b81-8a09-4173-aafc-f0ed44e74da3"], ["support_identifier", "cs_61ef1842"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 18:12:59.238804"], ["updated_at", "2017-12-20 18:12:59.238804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1891628313 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6e3f538c-2eef-4933-a75f-9895e663d102' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1a574f53' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1891628313], ["username", "billy_23"], ["access_token", "258bd1b5a027fe17ee59843776e976d0"], ["uuid", "6e3f538c-2eef-4933-a75f-9895e663d102"], ["support_identifier", "cs_1a574f53"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 18:12:59.243333"], ["updated_at", "2017-12-20 18:12:59.243333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1820719193 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5a9d3783-714e-46c2-a50e-e03867d0295a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_30fb5aa2' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1820719193], ["username", "billy_24"], ["access_token", "88d2c5cc46a3361579cc0f5299e7d05f"], ["uuid", "5a9d3783-714e-46c2-a50e-e03867d0295a"], ["support_identifier", "cs_30fb5aa2"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 18:12:59.247515"], ["updated_at", "2017-12-20 18:12:59.247515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1825696572 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '56490c54-26df-4cc7-818c-418044aa6665' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9ab834e5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1825696572], ["username", "billy_25"], ["access_token", "03c2262d46210c963c59da64797562d7"], ["uuid", "56490c54-26df-4cc7-818c-418044aa6665"], ["support_identifier", "cs_9ab834e5"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 18:12:59.251899"], ["updated_at", "2017-12-20 18:12:59.251899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1716918083 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6768f664-0381-47d1-89f1-f8072e14f5fb' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4a54182d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1716918083], ["username", "billy_26"], ["access_token", "3dba98ac52a435b08f509e19d5a728f3"], ["uuid", "6768f664-0381-47d1-89f1-f8072e14f5fb"], ["support_identifier", "cs_4a54182d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 18:12:59.256203"], ["updated_at", "2017-12-20 18:12:59.256203"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -622560261 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a425da9c-319c-46da-8212-f7064d10f274' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_203066a0' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -622560261], ["username", "billy_27"], ["access_token", "c23f6f31d6f28d942272fce59cb2fc3b"], ["uuid", "a425da9c-319c-46da-8212-f7064d10f274"], ["support_identifier", "cs_203066a0"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 18:12:59.260673"], ["updated_at", "2017-12-20 18:12:59.260673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.7ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2063313016 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '80de60ef-08f8-46ff-8277-bdab58727abf' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_69231e91' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2063313016], ["username", "billy_28"], ["access_token", "4f64832d7fec785d6b6bcb036b78afca"], ["uuid", "80de60ef-08f8-46ff-8277-bdab58727abf"], ["support_identifier", "cs_69231e91"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 18:12:59.267127"], ["updated_at", "2017-12-20 18:12:59.267127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1702447649 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c818904e-c48d-4899-bb4f-3f45dba301e2' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8ce8bbb5' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1702447649], ["username", "billy_29"], ["access_token", "c1f24c74d798183e5b362345e5c9b772"], ["uuid", "c818904e-c48d-4899-bb4f-3f45dba301e2"], ["support_identifier", "cs_8ce8bbb5"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 18:12:59.272232"], ["updated_at", "2017-12-20 18:12:59.272232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1011562659 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff94cc10-584f-4590-af68-5787da1df084' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_016fb903' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1011562659], ["username", "billy_30"], ["access_token", "ec794d209736c3334e1a951e95bc174b"], ["uuid", "ff94cc10-584f-4590-af68-5787da1df084"], ["support_identifier", "cs_016fb903"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 18:12:59.276726"], ["updated_at", "2017-12-20 18:12:59.276726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1609686603 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '50800b92-369c-475a-8539-543f09449965' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b5237321' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1609686603], ["username", "billy_31"], ["access_token", "7894f0301b6d4c2bb5af5e7f79c8aec3"], ["uuid", "50800b92-369c-475a-8539-543f09449965"], ["support_identifier", "cs_b5237321"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 18:12:59.281105"], ["updated_at", "2017-12-20 18:12:59.281105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1252147597 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '44d6c0e9-a13c-4f05-83a7-443c2a466c70' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e1822936' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1252147597], ["username", "billy_32"], ["access_token", "1d9570c458f01f4015bc28f12ec2e7c5"], ["uuid", "44d6c0e9-a13c-4f05-83a7-443c2a466c70"], ["support_identifier", "cs_e1822936"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 18:12:59.285536"], ["updated_at", "2017-12-20 18:12:59.285536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -556246013 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f1ab8aab-2cb0-4da3-9beb-83e8154d0c25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c961e43f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -556246013], ["username", "billy_33"], ["access_token", "16335314905f39349ea50b2e2d4a5569"], ["uuid", "f1ab8aab-2cb0-4da3-9beb-83e8154d0c25"], ["support_identifier", "cs_c961e43f"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 18:12:59.289948"], ["updated_at", "2017-12-20 18:12:59.289948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1135842351 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f8ddb458-4d68-42a6-863d-5fb97fa5efce' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cb149945' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1135842351], ["username", "billy_34"], ["access_token", "6c1c11aaca2fe20f9048d77872432bd3"], ["uuid", "f8ddb458-4d68-42a6-863d-5fb97fa5efce"], ["support_identifier", "cs_cb149945"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 18:12:59.294063"], ["updated_at", "2017-12-20 18:12:59.294063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1854535046 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3b0757f5-7c80-4bde-bc8d-230a13a7844c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c97d5ac8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1854535046], ["username", "billy_35"], ["access_token", "d9490a6f59bb22ab0efc35238c83fc0b"], ["uuid", "3b0757f5-7c80-4bde-bc8d-230a13a7844c"], ["support_identifier", "cs_c97d5ac8"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 18:12:59.298154"], ["updated_at", "2017-12-20 18:12:59.298154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -120999855 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0040e489-cf77-43de-8727-ad3c87eb7822' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6fed4461' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -120999855], ["username", "billy_36"], ["access_token", "89b506ab825d8a02a48e04b73ef1d803"], ["uuid", "0040e489-cf77-43de-8727-ad3c87eb7822"], ["support_identifier", "cs_6fed4461"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 18:12:59.302257"], ["updated_at", "2017-12-20 18:12:59.302257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -225397447 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3f18abf-bf22-45ce-8739-da80958a3e2e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_49757f37' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -225397447], ["username", "billy_37"], ["access_token", "a7988ae0ff7e7a7b27427f6d2a07948c"], ["uuid", "a3f18abf-bf22-45ce-8739-da80958a3e2e"], ["support_identifier", "cs_49757f37"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 18:12:59.306516"], ["updated_at", "2017-12-20 18:12:59.306516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1066117577 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '74e6953e-03a2-4443-994b-da4059c809a7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9d7bfc0b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1066117577], ["username", "billy_38"], ["access_token", "759fe8316baf20979ac690fe4564b570"], ["uuid", "74e6953e-03a2-4443-994b-da4059c809a7"], ["support_identifier", "cs_9d7bfc0b"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 18:12:59.310830"], ["updated_at", "2017-12-20 18:12:59.310830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2027868726 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37f62490-c896-41ed-b1b2-5e18fe0fa227' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8ac7fc9c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2027868726], ["username", "billy_39"], ["access_token", "274643fcef98e32d9ca0d122831cbc41"], ["uuid", "37f62490-c896-41ed-b1b2-5e18fe0fa227"], ["support_identifier", "cs_8ac7fc9c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 18:12:59.315178"], ["updated_at", "2017-12-20 18:12:59.315178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -110982933 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3608fce8-e5ae-4b9e-84c4-2fecef96461f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c0649572' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -110982933], ["username", "billy_40"], ["access_token", "d009a8861c1ea1b0eb2901f65ca010ca"], ["uuid", "3608fce8-e5ae-4b9e-84c4-2fecef96461f"], ["support_identifier", "cs_c0649572"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 18:12:59.319683"], ["updated_at", "2017-12-20 18:12:59.319683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1514801660 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ff8763b7-9cd3-4b59-820c-5da3fcefb9fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_dc26f1b4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1514801660], ["username", "billy_41"], ["access_token", "baf15a432fe01fbe1caeba789947f18a"], ["uuid", "ff8763b7-9cd3-4b59-820c-5da3fcefb9fa"], ["support_identifier", "cs_dc26f1b4"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 18:12:59.324021"], ["updated_at", "2017-12-20 18:12:59.324021"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1025081096 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9aae0b37-4fb4-4102-86ad-88e1dc3329d8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b83fa3cb' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1025081096], ["username", "billy_42"], ["access_token", "739a5d0e65b8064d9b9db97788123220"], ["uuid", "9aae0b37-4fb4-4102-86ad-88e1dc3329d8"], ["support_identifier", "cs_b83fa3cb"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 18:12:59.328240"], ["updated_at", "2017-12-20 18:12:59.328240"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1242673168 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a3736715-42a4-43a6-a46d-fe6b46a5f825' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5e521c20' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1242673168], ["username", "billy_43"], ["access_token", "110d7870eed1d70660788639bcdcd35c"], ["uuid", "a3736715-42a4-43a6-a46d-fe6b46a5f825"], ["support_identifier", "cs_5e521c20"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 18:12:59.332504"], ["updated_at", "2017-12-20 18:12:59.332504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1854365466 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c2cfcb48-a485-4601-b51f-11917cc3fd04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_db4a49bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1854365466], ["username", "billy_44"], ["access_token", "83e224055da37ef03c53ce478d79db85"], ["uuid", "c2cfcb48-a485-4601-b51f-11917cc3fd04"], ["support_identifier", "cs_db4a49bf"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 18:12:59.336817"], ["updated_at", "2017-12-20 18:12:59.336817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -980641377 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'e7a3f7ec-2696-4f77-aecf-fc84ab3dceb3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6cedec7c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -980641377], ["username", "billy_45"], ["access_token", "ef2dcdc2d6a18508e3a1769d8c36c289"], ["uuid", "e7a3f7ec-2696-4f77-aecf-fc84ab3dceb3"], ["support_identifier", "cs_6cedec7c"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 18:12:59.341220"], ["updated_at", "2017-12-20 18:12:59.341220"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -678723203 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0a0b8cf-203a-44d3-af24-a26b2ed0cd75' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7a3783da' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -678723203], ["username", "billy_46"], ["access_token", "8dadc3eb2bc601e3c6044b6a686aca35"], ["uuid", "f0a0b8cf-203a-44d3-af24-a26b2ed0cd75"], ["support_identifier", "cs_7a3783da"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 18:12:59.345518"], ["updated_at", "2017-12-20 18:12:59.345518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1058396541 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9de73d60-58c6-4875-9baa-6aedf53d47e0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c5701921' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1058396541], ["username", "billy_47"], ["access_token", "fb2e91eab7b389a56d828e47412a8424"], ["uuid", "9de73d60-58c6-4875-9baa-6aedf53d47e0"], ["support_identifier", "cs_c5701921"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 18:12:59.349787"], ["updated_at", "2017-12-20 18:12:59.349787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317487682 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6a3d2cca-0b28-4867-b143-f77b2dfa9196' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_eeb80ffd' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -317487682], ["username", "billy_48"], ["access_token", "f3fa40751e7040330b622dd105c2a8f2"], ["uuid", "6a3d2cca-0b28-4867-b143-f77b2dfa9196"], ["support_identifier", "cs_eeb80ffd"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 18:12:59.354136"], ["updated_at", "2017-12-20 18:12:59.354136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1624503113 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f880271d-0dce-4227-bb75-7bb6ccc90e9d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_079f2cc7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1624503113], ["username", "billy_49"], ["access_token", "ba08c2521d582c3f72e5ff4a57151615"], ["uuid", "f880271d-0dce-4227-bb75-7bb6ccc90e9d"], ["support_identifier", "cs_079f2cc7"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 18:12:59.358483"], ["updated_at", "2017-12-20 18:12:59.358483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" ILIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1934920384 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstrav' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6934b0d4-510b-4a3b-909b-651b05a3da1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_1b183c9a' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1934920384], ["username", "jstrav"], ["access_token", "7e9dc98c742be79e4a3248ceb2728a97"], ["uuid", "6934b0d4-510b-4a3b-909b-651b05a3da1c"], ["support_identifier", "cs_1b183c9a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2017-12-20 18:12:59.367324"], ["updated_at", "2017-12-20 18:12:59.367324"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688502730 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'mary' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd78eb6fa-3e57-4e30-9394-1bb178e7658f' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_44df3a10' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["openstax_uid", -688502730], ["username", "mary"], ["access_token", "a129650bc75a5995d4938de9af26fdbc"], ["uuid", "d78eb6fa-3e57-4e30-9394-1bb178e7658f"], ["support_identifier", "cs_44df3a10"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2017-12-20 18:12:59.372268"], ["updated_at", "2017-12-20 18:12:59.372268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -751624864 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'jstead' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'faa9326f-e02e-43d9-b8cc-504e23953c1c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cd143b64' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -751624864], ["username", "jstead"], ["access_token", "91812861d3f5efded54f5b583db37d9f"], ["uuid", "faa9326f-e02e-43d9-b8cc-504e23953c1c"], ["support_identifier", "cs_cd143b64"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2017-12-20 18:12:59.376700"], ["updated_at", "2017-12-20 18:12:59.376700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -327097583 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'bigbear' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '60717092-3195-4bbe-b01b-371e8c7df3fa' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2473ae03' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -327097583], ["username", "bigbear"], ["access_token", "ba1fc224e3e2ec5e1a3b4585d689934a"], ["uuid", "60717092-3195-4bbe-b01b-371e8c7df3fa"], ["support_identifier", "cs_2473ae03"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2017-12-20 18:12:59.380927"], ["updated_at", "2017-12-20 18:12:59.380927"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1935162282 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b903ea74-3b43-420c-bdc0-fa15288c234b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_848b1417' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1935162282], ["username", "billy_00"], ["access_token", "40ec1f8d5cd9b0a1b8c78befe328ef34"], ["uuid", "b903ea74-3b43-420c-bdc0-fa15288c234b"], ["support_identifier", "cs_848b1417"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2017-12-20 18:12:59.385221"], ["updated_at", "2017-12-20 18:12:59.385221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1282097509 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_01' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '9813b03d-b55a-49cf-8295-27fa6c27c9fe' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_b65ba12f' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1282097509], ["username", "billy_01"], ["access_token", "0bd7e96f31c019db9f924cce56fac2a7"], ["uuid", "9813b03d-b55a-49cf-8295-27fa6c27c9fe"], ["support_identifier", "cs_b65ba12f"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2017-12-20 18:12:59.389601"], ["updated_at", "2017-12-20 18:12:59.389601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1447320620 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_02' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1d176bcc-bac6-47bd-99d2-da8fb8de6198' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c6d4f88c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1447320620], ["username", "billy_02"], ["access_token", "d36231f71ff6d39a15570e63843c2190"], ["uuid", "1d176bcc-bac6-47bd-99d2-da8fb8de6198"], ["support_identifier", "cs_c6d4f88c"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2017-12-20 18:12:59.394089"], ["updated_at", "2017-12-20 18:12:59.394089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1493900134 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_03' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a78fc4f0-ced3-482c-97b1-78cb0f411bcc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6b196312' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1493900134], ["username", "billy_03"], ["access_token", "10191a00ca52f3c72fc7edf42b4fde9d"], ["uuid", "a78fc4f0-ced3-482c-97b1-78cb0f411bcc"], ["support_identifier", "cs_6b196312"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2017-12-20 18:12:59.398454"], ["updated_at", "2017-12-20 18:12:59.398454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794954818 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_04' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '714fc791-8e52-4b37-ba59-ab3d5b095bb0' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_771bd3e4' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -794954818], ["username", "billy_04"], ["access_token", "c94790314a19eaf530fc4882fc2d4cd7"], ["uuid", "714fc791-8e52-4b37-ba59-ab3d5b095bb0"], ["support_identifier", "cs_771bd3e4"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2017-12-20 18:12:59.403073"], ["updated_at", "2017-12-20 18:12:59.403073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.5ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1713571134 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_05' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f16d0abf-cbc6-45f6-be07-1488b245ad0b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6d5900e8' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1713571134], ["username", "billy_05"], ["access_token", "c79d042867924fe9b3154fc7189581f7"], ["uuid", "f16d0abf-cbc6-45f6-be07-1488b245ad0b"], ["support_identifier", "cs_6d5900e8"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2017-12-20 18:12:59.408684"], ["updated_at", "2017-12-20 18:12:59.408684"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1027932815 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_06' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '1f43b545-9417-49b0-8c7b-4d8fdffb5410' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5ea0d3e7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1027932815], ["username", "billy_06"], ["access_token", "0e8753df9b178095dd4cf9b8f7607ed8"], ["uuid", "1f43b545-9417-49b0-8c7b-4d8fdffb5410"], ["support_identifier", "cs_5ea0d3e7"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2017-12-20 18:12:59.413568"], ["updated_at", "2017-12-20 18:12:59.413568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1290420425 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_07' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '23318621-eb82-4832-9200-ec178a6bfb9b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7a7cdeac' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1290420425], ["username", "billy_07"], ["access_token", "59fd303ce33c35c378118bb22fc47606"], ["uuid", "23318621-eb82-4832-9200-ec178a6bfb9b"], ["support_identifier", "cs_7a7cdeac"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2017-12-20 18:12:59.417905"], ["updated_at", "2017-12-20 18:12:59.417905"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -372735464 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_08' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6754f49f-8b6f-4e2a-baf8-ed57145ff06e' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_79f29f5a' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -372735464], ["username", "billy_08"], ["access_token", "a2888daf09ba4911e34256e85445654b"], ["uuid", "6754f49f-8b6f-4e2a-baf8-ed57145ff06e"], ["support_identifier", "cs_79f29f5a"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2017-12-20 18:12:59.423574"], ["updated_at", "2017-12-20 18:12:59.423574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1151041421 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_09' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bfc4438b-7f47-4721-8fac-9b8f2f8b3ba8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6024ac6e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1151041421], ["username", "billy_09"], ["access_token", "597b10e11007685d82aed21457df4236"], ["uuid", "bfc4438b-7f47-4721-8fac-9b8f2f8b3ba8"], ["support_identifier", "cs_6024ac6e"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2017-12-20 18:12:59.429719"], ["updated_at", "2017-12-20 18:12:59.429719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1938668018 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_10' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6c1910aa-37f2-4fa7-b7cb-8138aa388dc8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e7d801ce' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1938668018], ["username", "billy_10"], ["access_token", "49352352279b3f51e929711a509ac4fc"], ["uuid", "6c1910aa-37f2-4fa7-b7cb-8138aa388dc8"], ["support_identifier", "cs_e7d801ce"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2017-12-20 18:12:59.434458"], ["updated_at", "2017-12-20 18:12:59.434458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -192396184 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_11' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4e377435-3078-4134-ac52-bde0a7a3348c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d8d5b65c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -192396184], ["username", "billy_11"], ["access_token", "269cc1e543659f6760eef468c1cccce1"], ["uuid", "4e377435-3078-4134-ac52-bde0a7a3348c"], ["support_identifier", "cs_d8d5b65c"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2017-12-20 18:12:59.438703"], ["updated_at", "2017-12-20 18:12:59.438703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1116622979 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_12' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '951147c1-ea78-47e0-8093-e9bf55adc3c8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_857af76e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1116622979], ["username", "billy_12"], ["access_token", "cdb5fb74c4964e31438b87901a12648e"], ["uuid", "951147c1-ea78-47e0-8093-e9bf55adc3c8"], ["support_identifier", "cs_857af76e"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2017-12-20 18:12:59.442922"], ["updated_at", "2017-12-20 18:12:59.442922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2078612235 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0927131a-b55a-409b-bdfa-40acd0850c13' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e051a14' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2078612235], ["username", "billy_13"], ["access_token", "3e1628efd951942eeee072252a2553d0"], ["uuid", "0927131a-b55a-409b-bdfa-40acd0850c13"], ["support_identifier", "cs_9e051a14"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2017-12-20 18:12:59.447178"], ["updated_at", "2017-12-20 18:12:59.447178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -569481385 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_14' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72f8167a-c79d-4154-b5a6-9f009d9e92b3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_451da83e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -569481385], ["username", "billy_14"], ["access_token", "0ebaf48b87cef770df44191087004e16"], ["uuid", "72f8167a-c79d-4154-b5a6-9f009d9e92b3"], ["support_identifier", "cs_451da83e"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2017-12-20 18:12:59.451497"], ["updated_at", "2017-12-20 18:12:59.451497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070364548 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_15' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0f4e39aa-47f0-4986-b427-9a4481853258' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e83e3566' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1070364548], ["username", "billy_15"], ["access_token", "8201b17ac404e02a723ac2b3b409e3eb"], ["uuid", "0f4e39aa-47f0-4986-b427-9a4481853258"], ["support_identifier", "cs_e83e3566"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2017-12-20 18:12:59.455860"], ["updated_at", "2017-12-20 18:12:59.455860"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1740560384 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_16' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '25210c5a-de9a-4212-8b87-5f1948dc7d6c' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_ffd0b8a6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1740560384], ["username", "billy_16"], ["access_token", "920e845facb298bc2593949421509655"], ["uuid", "25210c5a-de9a-4212-8b87-5f1948dc7d6c"], ["support_identifier", "cs_ffd0b8a6"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2017-12-20 18:12:59.460050"], ["updated_at", "2017-12-20 18:12:59.460050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -938115091 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '539ac0a6-f604-42f5-a3bf-8e09e33b13b6' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4ff3f2b9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -938115091], ["username", "billy_17"], ["access_token", "0b512851353764dde0a1515e6c30cbf8"], ["uuid", "539ac0a6-f604-42f5-a3bf-8e09e33b13b6"], ["support_identifier", "cs_4ff3f2b9"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2017-12-20 18:12:59.464252"], ["updated_at", "2017-12-20 18:12:59.464252"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1114485819 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_18' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'b0521494-405d-43c5-a759-9daa67ab881c' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_e8496140' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1114485819], ["username", "billy_18"], ["access_token", "0aa63e559f57fd8fb2ee4719912aa550"], ["uuid", "b0521494-405d-43c5-a759-9daa67ab881c"], ["support_identifier", "cs_e8496140"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2017-12-20 18:12:59.470592"], ["updated_at", "2017-12-20 18:12:59.470592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1480278122 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '921e6521-94e4-424b-b79d-395a4bc34248' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_476ed89a' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1480278122], ["username", "billy_19"], ["access_token", "278e2b37984e0543b39bee604bed59e6"], ["uuid", "921e6521-94e4-424b-b79d-395a4bc34248"], ["support_identifier", "cs_476ed89a"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2017-12-20 18:12:59.476537"], ["updated_at", "2017-12-20 18:12:59.476537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1852330519 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c7647398-7cbd-426d-b5c8-aa0d15ea367f' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_f433f88d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1852330519], ["username", "billy_20"], ["access_token", "f715cf1c75e73a16d748c9d10e06df1a"], ["uuid", "c7647398-7cbd-426d-b5c8-aa0d15ea367f"], ["support_identifier", "cs_f433f88d"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2017-12-20 18:12:59.481203"], ["updated_at", "2017-12-20 18:12:59.481203"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -832536821 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_21' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '4923c10b-58f3-44a5-9f93-3a2dd52199dd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_20a6fac9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -832536821], ["username", "billy_21"], ["access_token", "1bb769114f7bac28931d633ef6a1d687"], ["uuid", "4923c10b-58f3-44a5-9f93-3a2dd52199dd"], ["support_identifier", "cs_20a6fac9"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2017-12-20 18:12:59.485514"], ["updated_at", "2017-12-20 18:12:59.485514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2096852191 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_22' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dfe06c62-c2d2-4b8d-9572-7cc7bd5e069b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_cd79eeb7' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -2096852191], ["username", "billy_22"], ["access_token", "fe92f414a92ce79c670d6644d410f06f"], ["uuid", "dfe06c62-c2d2-4b8d-9572-7cc7bd5e069b"], ["support_identifier", "cs_cd79eeb7"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2017-12-20 18:12:59.490152"], ["updated_at", "2017-12-20 18:12:59.490152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -421875630 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_23' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a56c540a-fb0b-4312-95be-83a6fda41596' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_5eb36c4f' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -421875630], ["username", "billy_23"], ["access_token", "eeba2be241d9b4a5a926a735220b4e38"], ["uuid", "a56c540a-fb0b-4312-95be-83a6fda41596"], ["support_identifier", "cs_5eb36c4f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2017-12-20 18:12:59.494401"], ["updated_at", "2017-12-20 18:12:59.494401"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1159707673 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_24' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2c850478-bd91-4bf5-a7f8-441ae1d04dbc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_129205b3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1159707673], ["username", "billy_24"], ["access_token", "8d9d3bf559d1d1eaa24cba1064d34b19"], ["uuid", "2c850478-bd91-4bf5-a7f8-441ae1d04dbc"], ["support_identifier", "cs_129205b3"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2017-12-20 18:12:59.498869"], ["updated_at", "2017-12-20 18:12:59.498869"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -803547429 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_25' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ffc7fc1-2b97-4cf6-8651-a8dc9f1e6224' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c49e72aa' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -803547429], ["username", "billy_25"], ["access_token", "9f40f9e3cd848a78732c3e2a0e5bd3d2"], ["uuid", "3ffc7fc1-2b97-4cf6-8651-a8dc9f1e6224"], ["support_identifier", "cs_c49e72aa"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2017-12-20 18:12:59.503195"], ["updated_at", "2017-12-20 18:12:59.503195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1056146950 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_26' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'c3fec879-faae-4d4c-99f6-21e40bcfcdee' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_099781bf' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1056146950], ["username", "billy_26"], ["access_token", "a7e3104fff4481bad3f042added4c288"], ["uuid", "c3fec879-faae-4d4c-99f6-21e40bcfcdee"], ["support_identifier", "cs_099781bf"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2017-12-20 18:12:59.507634"], ["updated_at", "2017-12-20 18:12:59.507634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -773897732 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_27' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '2b88f6ae-c431-4ae4-bef5-2616b367fcc8' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc335cd8' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -773897732], ["username", "billy_27"], ["access_token", "1ca36833f2e93414cdd0d3bddb6e9719"], ["uuid", "2b88f6ae-c431-4ae4-bef5-2616b367fcc8"], ["support_identifier", "cs_bc335cd8"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2017-12-20 18:12:59.512050"], ["updated_at", "2017-12-20 18:12:59.512050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1611204896 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_28' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'bcd6568f-e52d-4487-ba0b-1b615fe5290e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_451cc631' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1611204896], ["username", "billy_28"], ["access_token", "b250b48907325eb9c35c4b89b2a1283f"], ["uuid", "bcd6568f-e52d-4487-ba0b-1b615fe5290e"], ["support_identifier", "cs_451cc631"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2017-12-20 18:12:59.516567"], ["updated_at", "2017-12-20 18:12:59.516567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -785079121 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_29' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '37dd26a7-0a5d-46fd-a61b-40a98a59e01e' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c853b84d' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -785079121], ["username", "billy_29"], ["access_token", "329cbb2d44b12f43a237e20c8dd058aa"], ["uuid", "37dd26a7-0a5d-46fd-a61b-40a98a59e01e"], ["support_identifier", "cs_c853b84d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2017-12-20 18:12:59.521019"], ["updated_at", "2017-12-20 18:12:59.521019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891421634 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_30' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5e04e9e3-46d9-4869-9020-a6d20f0df388' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_8edc5ff6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -891421634], ["username", "billy_30"], ["access_token", "ad6f22816de388245dd7c87d0cb499ad"], ["uuid", "5e04e9e3-46d9-4869-9020-a6d20f0df388"], ["support_identifier", "cs_8edc5ff6"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2017-12-20 18:12:59.525478"], ["updated_at", "2017-12-20 18:12:59.525478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -763986306 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_31' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ad95b591-9241-41d5-b044-06e22f2d4133' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_81ade359' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -763986306], ["username", "billy_31"], ["access_token", "a73bf41a1e0cdcc75c0f62cc168f99c7"], ["uuid", "ad95b591-9241-41d5-b044-06e22f2d4133"], ["support_identifier", "cs_81ade359"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2017-12-20 18:12:59.537476"], ["updated_at", "2017-12-20 18:12:59.537476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003667895 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_32' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '72964ceb-be43-40e2-88e0-0d0fe9726e17' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_0c74528e' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1003667895], ["username", "billy_32"], ["access_token", "11325b39f54acfa9dc6b95968aab9d69"], ["uuid", "72964ceb-be43-40e2-88e0-0d0fe9726e17"], ["support_identifier", "cs_0c74528e"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2017-12-20 18:12:59.542249"], ["updated_at", "2017-12-20 18:12:59.542249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -605225077 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_33' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6423b132-5266-4fc2-b73a-57c191ecd4e7' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_4c00a5de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -605225077], ["username", "billy_33"], ["access_token", "4536bcf347a6a27ee46cd1a07e3fb5db"], ["uuid", "6423b132-5266-4fc2-b73a-57c191ecd4e7"], ["support_identifier", "cs_4c00a5de"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2017-12-20 18:12:59.546789"], ["updated_at", "2017-12-20 18:12:59.546789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1370885526 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_34' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'aa87affb-2181-43ff-bb18-bfd8f432d928' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_96fa9988' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1370885526], ["username", "billy_34"], ["access_token", "d83d695cf73c0624b63f3a7277fde2a6"], ["uuid", "aa87affb-2181-43ff-bb18-bfd8f432d928"], ["support_identifier", "cs_96fa9988"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2017-12-20 18:12:59.551348"], ["updated_at", "2017-12-20 18:12:59.551348"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -678322637 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_35' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '6f89dc63-5d58-42d7-af6a-8bbddad01830' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_c8435a91' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -678322637], ["username", "billy_35"], ["access_token", "6b3ed83db984a71fbc77ea3d1d5e6718"], ["uuid", "6f89dc63-5d58-42d7-af6a-8bbddad01830"], ["support_identifier", "cs_c8435a91"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2017-12-20 18:12:59.556870"], ["updated_at", "2017-12-20 18:12:59.556870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1618249474 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_36' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ab114d10-20e2-41e4-95c7-25446098f426' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_9e166a4d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1618249474], ["username", "billy_36"], ["access_token", "9b32583cde1ebddbdbdd45340496bfd3"], ["uuid", "ab114d10-20e2-41e4-95c7-25446098f426"], ["support_identifier", "cs_9e166a4d"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2017-12-20 18:12:59.562231"], ["updated_at", "2017-12-20 18:12:59.562231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -150218493 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_37' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'ca9d79ae-09ce-4271-ba0f-fcab9fad0107' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fd0c0a1c' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -150218493], ["username", "billy_37"], ["access_token", "d29f439c935d55a0ac884fb3f30b45fa"], ["uuid", "ca9d79ae-09ce-4271-ba0f-fcab9fad0107"], ["support_identifier", "cs_fd0c0a1c"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2017-12-20 18:12:59.566865"], ["updated_at", "2017-12-20 18:12:59.566865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -588334152 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_38' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '82c90aa1-52bc-4e3b-be9d-7ab9c5763691' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3c6fd468' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -588334152], ["username", "billy_38"], ["access_token", "33932e2dd261766e0510d4dcc1d8ca43"], ["uuid", "82c90aa1-52bc-4e3b-be9d-7ab9c5763691"], ["support_identifier", "cs_3c6fd468"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2017-12-20 18:12:59.571496"], ["updated_at", "2017-12-20 18:12:59.571496"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324984307 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '125c4dc6-789f-4e36-bf1c-b13098d28365' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_06c7c9cf' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -324984307], ["username", "billy_39"], ["access_token", "c2cf4eea42bb8024d9d67b0fe4a08a4f"], ["uuid", "125c4dc6-789f-4e36-bf1c-b13098d28365"], ["support_identifier", "cs_06c7c9cf"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2017-12-20 18:12:59.578439"], ["updated_at", "2017-12-20 18:12:59.578439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -233376038 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_40' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '7f8a254f-0e70-4ccb-b597-48f5d932faf5' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_34d03d66' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -233376038], ["username", "billy_40"], ["access_token", "c5c675442b7a0ab21742d462487acdb5"], ["uuid", "7f8a254f-0e70-4ccb-b597-48f5d932faf5"], ["support_identifier", "cs_34d03d66"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2017-12-20 18:12:59.583934"], ["updated_at", "2017-12-20 18:12:59.583934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1866349610 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_41' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '176624a2-6d29-4a8e-9bda-3331efe1c9d3' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_80272368' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1866349610], ["username", "billy_41"], ["access_token", "768a5c9348a855fa9a1dee2e78822bf7"], ["uuid", "176624a2-6d29-4a8e-9bda-3331efe1c9d3"], ["support_identifier", "cs_80272368"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2017-12-20 18:12:59.588662"], ["updated_at", "2017-12-20 18:12:59.588662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -288687407 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_42' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '5f6ae58a-da20-409b-847f-723da06c8975' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_652e2fce' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -288687407], ["username", "billy_42"], ["access_token", "eb30f4e6faa1dab4e33717d341778e0e"], ["uuid", "5f6ae58a-da20-409b-847f-723da06c8975"], ["support_identifier", "cs_652e2fce"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2017-12-20 18:12:59.594173"], ["updated_at", "2017-12-20 18:12:59.594173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1776462885 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_43' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '3ac3014e-d8c1-464c-b5c7-a9b248c5a95b' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a6f83e88' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1776462885], ["username", "billy_43"], ["access_token", "55c3e6283cacf0cc84806bcb2f7de8f6"], ["uuid", "3ac3014e-d8c1-464c-b5c7-a9b248c5a95b"], ["support_identifier", "cs_a6f83e88"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2017-12-20 18:12:59.599609"], ["updated_at", "2017-12-20 18:12:59.599609"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806084664 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_44' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '978f170b-f104-4894-9eb0-0df05a6f39b1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_aef0df87' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1806084664], ["username", "billy_44"], ["access_token", "8730073bb9b96a723b1f3feb76812d0e"], ["uuid", "978f170b-f104-4894-9eb0-0df05a6f39b1"], ["support_identifier", "cs_aef0df87"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2017-12-20 18:12:59.604361"], ["updated_at", "2017-12-20 18:12:59.604361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -217064652 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'd84c1000-1ade-4046-8034-2422e5f3fae1' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_bc1b4020' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -217064652], ["username", "billy_45"], ["access_token", "fa85a01fc1acf29feffe0c112d2642f0"], ["uuid", "d84c1000-1ade-4046-8034-2422e5f3fae1"], ["support_identifier", "cs_bc1b4020"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2017-12-20 18:12:59.608932"], ["updated_at", "2017-12-20 18:12:59.608932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1272158097 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_46' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0e85a0b-58cb-4211-9c66-5e495d26a55d' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a0fa9f84' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1272158097], ["username", "billy_46"], ["access_token", "d19e2bc97ba06cfc8bd5fd218bd7f071"], ["uuid", "f0e85a0b-58cb-4211-9c66-5e495d26a55d"], ["support_identifier", "cs_a0fa9f84"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2017-12-20 18:12:59.613507"], ["updated_at", "2017-12-20 18:12:59.613507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1381236535 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_47' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dab74122-42aa-4062-9009-a1263ef64498' LIMIT 1 OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_6af00b54' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1381236535], ["username", "billy_47"], ["access_token", "f88ad8ab0809b5616bfd5c2e195cb798"], ["uuid", "dab74122-42aa-4062-9009-a1263ef64498"], ["support_identifier", "cs_6af00b54"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2017-12-20 18:12:59.618462"], ["updated_at", "2017-12-20 18:12:59.618462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -32128577 LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_48' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f472e08a-e243-486c-bf4e-9c474c1ee87a' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_fc98b232' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -32128577], ["username", "billy_48"], ["access_token", "6b13ed6aeff15059f1e73f434cda61c2"], ["uuid", "f472e08a-e243-486c-bf4e-9c474c1ee87a"], ["support_identifier", "cs_fc98b232"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2017-12-20 18:12:59.625158"], ["updated_at", "2017-12-20 18:12:59.625158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1264677345 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_49' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'a9fe5903-ac73-42c5-862b-0a9d0eeefbbc' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_384017e3' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "first_name", "last_name", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["openstax_uid", -1264677345], ["username", "billy_49"], ["access_token", "e37eb83a0620f1a93b2b3888d88bdfc9"], ["uuid", "a9fe5903-ac73-42c5-862b-0a9d0eeefbbc"], ["support_identifier", "cs_384017e3"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2017-12-20 18:12:59.630470"], ["updated_at", "2017-12-20 18:12:59.630470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'f0f4e82b-e8ce-481e-b7b2-8375d28ef743' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_3da114de' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "c4536ef4d0a170c3960b57af98e0ebb8"], ["uuid", "f0f4e82b-e8ce-481e-b7b2-8375d28ef743"], ["support_identifier", "cs_3da114de"], ["created_at", "2017-12-20 18:12:59.637568"], ["updated_at", "2017-12-20 18:12:59.637568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 747], ["created_at", "2017-12-20 18:12:59.641989"], ["updated_at", "2017-12-20 18:12:59.641989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'another_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '117b16c7-e14c-408a-8f75-6fa9d23ca8bd' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_22be67e1' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 2], ["username", "another_user"], ["access_token", "f70b5994a1abbaf9bac3a3af5c8426fc"], ["uuid", "117b16c7-e14c-408a-8f75-6fa9d23ca8bd"], ["support_identifier", "cs_22be67e1"], ["created_at", "2017-12-20 18:12:59.647336"], ["updated_at", "2017-12-20 18:12:59.647336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 748], ["created_at", "2017-12-20 18:12:59.649214"], ["updated_at", "2017-12-20 18:12:59.649214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1252957481 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1252957481], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:59.651506"], ["updated_at", "2017-12-20 18:12:59.651506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1162753943 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["openstax_uid", -1162753943], ["name", "MyGroup"], ["created_at", "2017-12-20 18:12:59.653771"], ["updated_at", "2017-12-20 18:12:59.653771"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 20 LIMIT 1 OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 20]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = -1162753943 SQL (0.3ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -1162753943 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 20]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 19]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1252957481 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1252957481 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 19]] SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1162753943 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1252957481 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["container_group_id", -1252957481], ["member_group_id", -1162753943], ["created_at", "2017-12-20 18:12:59.656209"], ["updated_at", "2017-12-20 18:12:59.656209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 747 AND "openstax_accounts_group_members"."group_id" = -1162753943) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 747 AND "openstax_accounts_group_members"."group_id" = -1162753943) LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["group_id", -1162753943], ["user_id", 1], ["created_at", "2017-12-20 18:12:59.667475"], ["updated_at", "2017-12-20 18:12:59.667475"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 747 AND "openstax_accounts_group_members"."id" != 5 AND "openstax_accounts_group_members"."group_id" = -1162753943) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 747]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = $1 LIMIT 1 [["id", 20]] OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1162753943 ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1162753943 - -1252957481 ' WHERE "openstax_accounts_groups"."id" = $1 [["id", 20]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1162753943, -1252957481) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20)  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 2], ["owner_type", "User"], ["created_at", "2017-12-20 18:12:59.693602"], ["updated_at", "2017-12-20 18:12:59.693602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 747]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1162753943, -1252957481) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 1], ["owner_type", "User"], ["created_at", "2017-12-20 18:12:59.701130"], ["updated_at", "2017-12-20 18:12:59.701130"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 747]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1162753943, -1252957481) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 20], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-20 18:12:59.707515"], ["updated_at", "2017-12-20 18:12:59.707515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 747]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1162753943, -1252957481) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20) OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1162753943, -1252957481) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["owner_id", 19], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2017-12-20 18:12:59.716207"], ["updated_at", "2017-12-20 18:12:59.716207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = $1 AND "ownerships"."owner_type" = $2 [["owner_id", 1], ["owner_type", "User"]] OpenStax::Accounts::Group Load (0.4ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = $1 [["id", 747]] OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1162753943, -1252957481) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1162753943, -1252957481) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20) OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1162753943, -1252957481) Ownership Load (0.3ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (19, 20)  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '224255c5-33da-4fc3-878f-83030afd6823' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_2c318498' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "cda6e6465a13afc09c1583e4c077a15a"], ["uuid", "224255c5-33da-4fc3-878f-83030afd6823"], ["support_identifier", "cs_2c318498"], ["created_at", "2017-12-20 18:12:59.737571"], ["updated_at", "2017-12-20 18:12:59.737571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 749], ["created_at", "2017-12-20 18:12:59.739581"], ["updated_at", "2017-12-20 18:12:59.739581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0e349a6c-6d9e-4f3e-8de9-3fcdccfecd84' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_7f0d19c5' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "0f361b1c8dc735e25bce60078f59a0f5"], ["uuid", "0e349a6c-6d9e-4f3e-8de9-3fcdccfecd84"], ["support_identifier", "cs_7f0d19c5"], ["created_at", "2017-12-20 18:13:00.171016"], ["updated_at", "2017-12-20 18:13:00.171016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 750], ["created_at", "2017-12-20 18:13:00.173193"], ["updated_at", "2017-12-20 18:13:00.173193"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 750]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = 'dd719e90-87b1-47b5-92f8-f0f08a49a8e9' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_d915fbff' LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "49eff378bf3b71a56a7c773a4cd7855b"], ["uuid", "dd719e90-87b1-47b5-92f8-f0f08a49a8e9"], ["support_identifier", "cs_d915fbff"], ["created_at", "2017-12-20 18:13:00.591681"], ["updated_at", "2017-12-20 18:13:00.591681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 751], ["created_at", "2017-12-20 18:13:00.594128"], ["updated_at", "2017-12-20 18:13:00.594128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 751]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 751]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 751]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '24435cdf-b5ea-453d-960b-108dcfd2cc55' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_a9b38770' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "3a16cecf89cd9f0b78b82b702f8e5408"], ["uuid", "24435cdf-b5ea-453d-960b-108dcfd2cc55"], ["support_identifier", "cs_a9b38770"], ["created_at", "2017-12-20 18:13:01.019598"], ["updated_at", "2017-12-20 18:13:01.019598"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 752], ["created_at", "2017-12-20 18:13:01.021694"], ["updated_at", "2017-12-20 18:13:01.021694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 752]] OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 752]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 752]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = $1 ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 752]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 752]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'some_user' LIMIT 1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."uuid" = '0510d015-cf7e-4b60-8d6f-c8024f8dbcaf' LIMIT 1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."support_identifier" = 'cs_52de6704' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "uuid", "support_identifier", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["openstax_uid", 1], ["username", "some_user"], ["access_token", "a3a6e1e978f80402a35c5df6fd8009b0"], ["uuid", "0510d015-cf7e-4b60-8d6f-c8024f8dbcaf"], ["support_identifier", "cs_52de6704"], ["created_at", "2017-12-20 18:13:01.471068"], ["updated_at", "2017-12-20 18:13:01.471068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["account_id", 753], ["created_at", "2017-12-20 18:13:01.473515"], ["updated_at", "2017-12-20 18:13:01.473515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 753]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 12:13:01 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 12:13:01 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 12:13:01 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 12:13:01 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 12:13:01 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 12:13:01 -0600  (0.2ms) ROLLBACK  (0.1ms) BEGIN Started GET "/forwards_params_route" for 127.0.0.1 at 2017-12-20 12:13:01 -0600 Processing by ForwardsParamsController#action_needing_authentication as HTML Redirected to http://www.example.com/accounts/login?go=bar&signup_at=foo&sp=blah Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/accounts/login?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 12:13:01 -0600 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"go"=>"bar", "signup_at"=>"foo", "sp"=>"blah"} Redirected to http://www.example.com/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/accounts/auth/openstax?go=bar&signup_at=foo&sp=blah" for 127.0.0.1 at 2017-12-20 12:13:01 -0600  (0.2ms) ROLLBACK